]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
37a9c0e8f22e5e581e4a7e246a621903f40c9d26
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for colored table rows
91 \usepackage[table]{xcolor}
92
93 % used to have extra space in table cells
94 \@ifundefined{extrarowheight}
95  {\usepackage{array}}{}
96 \setlength{\extrarowheight}{2pt}
97
98 % used for customized tables
99 % ---
100 \newcolumntype{M}[1]
101  {>{\centering\hspace{0pt}}m{#1}}
102
103 \newcolumntype{S}[2]
104  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
105
106 \newcolumntype{K}[1]
107  {>{\columncolor{#1}\hspace{0pt}}c}
108
109 \newcolumntype{V}{!{\vrule width 1.5pt}}
110
111 \newcolumntype{W}{!{\color{green}\vline}}
112 % ---
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package arydshln
128 % used for tables with dashed lines
129 \newboolean{arydshln}
130 \IfFileExists{arydshln.sty}
131  {\usepackage{arydshln}
132   \setboolean{arydshln}{true}}
133  {\setboolean{arydshln}{false}}
134
135 % check for package marginnote
136 % used for margin notes
137 \newboolean{marginnote}
138 \IfFileExists{marginnote.sty}
139  {\usepackage{marginnote}
140   \let\marginpar\marginnote
141   \setboolean{marginnote}{true}}
142  {\setboolean{marginnote}{false}}
143
144 % check for package sidecap
145 % used for captions on the side
146 \newboolean{sidecap}
147 \IfFileExists{sidecap.sty}
148  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
149   \setboolean{sidecap}{true}}
150  {\setboolean{sidecap}{false}}
151
152 % check for picinpar
153 % used for surrounded fixed objects
154 \newboolean{picinpar}
155 \IfFileExists{picinpar.sty}
156  {\usepackage{picinpar}
157   \setboolean{picinpar}{true}}
158  {\setboolean{picinpar}{false}}
159
160 % check for lettrine
161 \newboolean{lettrine}
162 \IfFileExists{lettrine.sty}
163  {\usepackage{lettrine}
164   \setboolean{lettrine}{true}}
165  {\setboolean{lettrine}{false}}
166
167 % check for diagbox
168 \newboolean{diagbox}
169 \IfFileExists{diagbox.sty}
170  {\usepackage{diagbox}
171   \setboolean{diagbox}{true}}
172  {\setboolean{diagbox}{false}}
173
174 \usepackage{t1enc}
175 \renewcommand{\seename}{→}
176
177 \usepackage{subfig}
178 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
179 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
180 \end_preamble
181 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
182 \use_default_options false
183 \begin_modules
184 initials
185 \end_modules
186 \maintain_unincluded_children false
187 \begin_local_layout
188 InsetLayout             Flex:Ruby
189 LyxType         charstyle
190 LatexType               command
191 LatexName               ruby
192 BgColor         none
193 LabelString             "ルビ"
194 Decoration              Conglomerate
195 Argument post:1
196       LabelString       "ルビ文"
197       MenuString        "ルビ文(S)|S"
198       Decoration        Conglomerate
199       Font
200             Size                tiny
201       EndFont
202       LabelFont
203             Size                tiny
204       EndFont
205       Mandatory 1
206 EndArgument
207 Preamble
208 \IfFileExists{okumacro.sty}
209  {\usepackage{okumacro}}
210  {\newcommand{\ruby}[2]{#2}}
211 EndPreamble
212 End
213 \end_local_layout
214 \language japanese
215 \language_package default
216 \inputencoding auto
217 \fontencoding global
218 \font_roman default
219 \font_sans default
220 \font_typewriter default
221 \font_math auto
222 \font_default_family default
223 \use_non_tex_fonts false
224 \font_sc false
225 \font_osf false
226 \font_sf_scale 100
227 \font_tt_scale 100
228 \graphics default
229 \default_output_format pdf
230 \output_sync 0
231 \bibtex_command default
232 \index_command default
233 \paperfontsize 12
234 \spacing single
235 \use_hyperref true
236 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
237 \pdf_author "LyX Team, Uwe Stohr"
238 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
239 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
240 \pdf_bookmarks true
241 \pdf_bookmarksnumbered true
242 \pdf_bookmarksopen true
243 \pdf_bookmarksopenlevel 1
244 \pdf_breaklinks false
245 \pdf_pdfborder false
246 \pdf_colorlinks true
247 \pdf_backref false
248 \pdf_pdfusetitle false
249 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
250 \papersize a4paper
251 \use_geometry true
252 \use_package amsmath 2
253 \use_package amssymb 2
254 \use_package cancel 0
255 \use_package esint 0
256 \use_package mathdots 1
257 \use_package mathtools 0
258 \use_package mhchem 1
259 \use_package stackrel 0
260 \use_package stmaryrd 0
261 \use_package undertilde 0
262 \cite_engine basic
263 \cite_engine_type default
264 \biblio_style plain
265 \use_bibtopic false
266 \use_indices false
267 \paperorientation portrait
268 \suppress_date false
269 \justification true
270 \use_refstyle 0
271 \notefontcolor #0000ff
272 \index 索引
273 \shortcut idx
274 \color #008000
275 \end_index
276 \leftmargin 2.5cm
277 \topmargin 2.5cm
278 \rightmargin 2.5cm
279 \bottommargin 3cm
280 \secnumdepth 3
281 \tocdepth 3
282 \paragraph_separation skip
283 \defskip medskip
284 \quotes_language english
285 \papercolumns 1
286 \papersides 2
287 \paperpagestyle default
288 \bullet 1 1 34 -1
289 \bullet 2 2 35 -1
290 \bullet 3 2 7 -1
291 \tracking_changes false
292 \output_changes false
293 \html_math_output 0
294 \html_css_as_file 0
295 \html_be_strict false
296 \end_header
297
298 \begin_body
299
300 \begin_layout Title
301 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
302 \end_layout
303
304 \begin_layout Author
305 LyXプロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
312 \begin_inset CommandInset href
313 LatexCommand href
314 name "lyx-docs@lists.lyx.org"
315 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
316 type "mailto:"
317
318 \end_inset
319
320  までお送り下さい。
321 \end_layout
322
323 \end_inset
324
325
326 \begin_inset Note Note
327 status collapsed
328
329 \begin_layout Plain Layout
330 著者:Uwe Stöhr
331 \end_layout
332
333 \end_inset
334
335
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \family sans
345 第2.1.x版
346 \end_layout
347
348 \begin_layout Standard
349 \begin_inset CommandInset toc
350 LatexCommand tableofcontents
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 \begin_inset Note Note
359 status open
360
361 \begin_layout Plain Layout
362 本文書の全体をPDFやPS、DVIに書き出すには、
363 \series bold
364 arydshln
365 \series default
366
367 \series bold
368 colortbl
369 \series default
370
371 \series bold
372 diagbox
373 \series default
374
375 \series bold
376 lettrine
377 \series default
378
379 \series bold
380 marginnote
381 \series default
382
383 \series bold
384 picinpar
385 \series default
386
387 \series bold
388 sidecap
389 \series default
390 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
391 されません。
392 \end_layout
393
394 \begin_layout Plain Layout
395 本文書の最新PDF版は
396 \begin_inset Newline newline
397 \end_inset
398
399
400 \series bold
401 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
402 \series default
403
404 \begin_inset Newline newline
405 \end_inset
406
407 にあります。
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Chapter
416
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 ず@図
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset Index idx
428 status collapsed
429
430 \begin_layout Plain Layout
431 がぞう@画像
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 |see{
438 \end_layout
439
440 \end_inset
441
442
443 \begin_inset ERT
444 status collapsed
445
446 \begin_layout Plain Layout
447
448 }
449 \end_layout
450
451 \end_inset
452
453
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Section
462 画像ダイアログ
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 ず@図 ! がぞうだいあろぐ@画像ダイアログ
468 \end_layout
469
470 \end_inset
471
472
473 \begin_inset CommandInset label
474 LatexCommand label
475 name "sec:画像ダイアログ"
476
477 \end_inset
478
479
480 \end_layout
481
482 \begin_layout Standard
483 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
484 \family sans
485
486 \begin_inset Info
487 type  "icon"
488 arg   "dialog-show-new-inset graphics"
489 \end_inset
490
491
492 \family default
493 をクリックするか、
494 \family sans
495 挿入\SpecialChar \menuseparator
496 画像
497 \family default
498 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
499 \end_layout
500
501 \begin_layout Standard
502 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
503 \end_layout
504
505 \begin_layout Description
506
507 \family sans
508 画像
509 \family default
510  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
511 \begin_inset CommandInset ref
512 LatexCommand ref
513 reference "cha:LyXで使用できる単位"
514
515 \end_inset
516
517 に説明があります。
518 \begin_inset Newline newline
519 \end_inset
520
521
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 ず@図 ! のかいてん@---の回転
527 \end_layout
528
529 \end_inset
530
531 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
532 \begin_inset Newline newline
533 \end_inset
534
535
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540 ず@図 ! のしんしゅく@---の伸縮
541 \end_layout
542
543 \end_inset
544
545 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
546 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
547 \family sans
548 縦横比を維持する
549 \family default
550 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
551 \begin_inset Newline newline
552 \end_inset
553
554 画像を右クリックすると現れるコンテクストメニューで
555 \family sans
556 外部で編集
557 \family default
558 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
559 ます。
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 切り抜き
566 \family default
567  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
568 \family sans
569 ファイルから取得
570 \family default
571 ボタンを押すことによって、自動的に計算することもできます。
572 \family sans
573 境界枠で切り抜く
574 \family default
575 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
576 \end_layout
577
578 \begin_layout Description
579
580 \family sans
581 LaTeXとLyXのオプション
582 \family default
583  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
584 \family sans
585
586 \begin_inset Newline newline
587 \end_inset
588
589 下書きモード
590 \family default
591 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
592 \family sans
593
594 \begin_inset Newline newline
595 \end_inset
596
597 エクスポートする際に解凍しない
598 \family default
599 オプションは、
600 \emph on
601 x.eps.gz
602 \emph default
603 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
604 ません。
605 \begin_inset Newline newline
606 \end_inset
607
608 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
609 \begin_inset CommandInset ref
610 LatexCommand ref
611 reference "sec:PostScript"
612
613 \end_inset
614
615 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
616 \begin_inset Newline newline
617 \end_inset
618
619
620 \series bold
621 gzip x.eps
622 \series default
623
624 \begin_inset Newline newline
625 \end_inset
626
627
628 \series bold
629 zgrep %%Bounding x.eps.gz > x.eps.bb
630 \series default
631
632 \begin_inset Newline newline
633 \end_inset
634
635 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
636 \begin_inset Newline newline
637 \end_inset
638
639
640 \family sans
641 画像グループ
642 \family default
643 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 ず@図 ! せっていぐるーぷ@設定グループ
649 \end_layout
650
651 \end_inset
652
653 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
654 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
655 を使用して、望むグループ名をチェックすることで行うこともできます。
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset VSpace bigskip
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 下記はEPS書式
667 \begin_inset Foot
668 status collapsed
669
670 \begin_layout Plain Layout
671 画像書式は、第
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:画像形式"
675
676 \end_inset
677
678 節に説明されています。
679 \end_layout
680
681 \end_inset
682
683 の画像の例で、単独の中央揃えの段落に置いてあります。
684 \end_layout
685
686 \begin_layout Standard
687 \align center
688 \begin_inset Graphics
689         filename ../clipart/mobius.eps
690         scale 70
691         scaleBeforeRotation
692         rotateOrigin center
693
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 下記は上と同じ画像ですが、下書きモードのものです。
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         draft
709         scaleBeforeRotation
710         rotateOrigin center
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset Newpage newpage
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Section
725 図フロート
726 \begin_inset CommandInset label
727 LatexCommand label
728 name "sec:図フロート"
729
730 \end_inset
731
732
733 \begin_inset Index idx
734 status collapsed
735
736 \begin_layout Plain Layout
737 ふろーと@フロート ! ず@図
738 \end_layout
739
740 \end_inset
741
742
743 \begin_inset Index idx
744 status collapsed
745
746 \begin_layout Plain Layout
747 ず@図 ! ふろーと@フロート
748 \end_layout
749
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Standard
756 フロートについての一般的な説明は、第
757 \begin_inset CommandInset ref
758 LatexCommand ref
759 reference "sec:フロートはじめに"
760
761 \end_inset
762
763 節をご覧下さい。
764 \end_layout
765
766 \begin_layout Standard
767 ツールバーボタンの
768 \family sans
769
770 \begin_inset Info
771 type  "icon"
772 arg   "float-insert figure"
773 \end_inset
774
775
776 \family default
777
778 \family sans
779 挿入\SpecialChar \menuseparator
780 フロート\SpecialChar \menuseparator
781
782 \family default
783 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "fig:犠牲のカモノハシ"
787
788 \end_inset
789
790 のようにキャプションの上に置くこともできますし、図
791 \begin_inset CommandInset ref
792 LatexCommand ref
793 reference "fig:エッシャー"
794
795 \end_inset
796
797 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
798 \begin_inset CommandInset ref
799 LatexCommand ref
800 reference "sec:キャプションの配置"
801
802 \end_inset
803
804 節に述べられています。
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/platypus.eps
817         width 50col%
818         scaleBeforeRotation
819         rotateOrigin center
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:犠牲のカモノハシ"
833
834 \end_inset
835
836 フロート中の激しく歪んだカモノハシ
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Float figure
851 wide false
852 sideways false
853 status open
854
855 \begin_layout Plain Layout
856 \begin_inset Caption Standard
857
858 \begin_layout Plain Layout
859 \begin_inset CommandInset label
860 LatexCommand label
861 name "fig:エッシャー"
862
863 \end_inset
864
865 行ってしまったM.C.エッシャー
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 さんしょう@参照 ! ずへの@図への ---
897 \end_layout
898
899 \end_inset
900
901
902 \begin_inset CommandInset ref
903 LatexCommand ref
904 reference "fig:犠牲のカモノハシ"
905
906 \end_inset
907
908 図と第
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:エッシャー"
912
913 \end_inset
914
915 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
916 \family sans
917 挿入\SpecialChar \menuseparator
918 ラベル
919 \family default
920 メニューかツールバーボタン
921 \family sans
922
923 \begin_inset Info
924 type  "icon"
925 arg   "label-insert"
926 \end_inset
927
928
929 \family default
930 を使用して、キャプションにラベルを挿入してください。その後、
931 \family sans
932 挿入\SpecialChar \menuseparator
933 相互参照
934 \family default
935 メニューかツールバーボタン
936 \family sans
937
938 \begin_inset Info
939 type  "icon"
940 arg   "dialog-show-new-inset ref"
941 \end_inset
942
943
944 \family default
945 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
946 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
947 \begin_inset Newline newline
948 \end_inset
949
950 参照は、第
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "sec:フロートの参照"
954
955 \end_inset
956
957 節で詳細に説明されています。
958 \end_layout
959
960 \begin_layout Standard
961 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
962 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:歪められた二つの像"
966
967 \end_inset
968
969 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
970 \begin_inset CommandInset ref
971 LatexCommand ref
972 reference "fig:何かわからない構造"
973
974 \end_inset
975
976 と図
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "fig:カモノハシ"
980
981 \end_inset
982
983 が内部図になります。
984 \end_layout
985
986 \begin_layout Standard
987 \begin_inset Float figure
988 wide false
989 sideways false
990 status open
991
992 \begin_layout Plain Layout
993 \begin_inset space \hfill{}
994 \end_inset
995
996
997 \begin_inset Float figure
998 wide false
999 sideways false
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Caption Standard
1004
1005 \begin_layout Plain Layout
1006 \begin_inset CommandInset label
1007 LatexCommand label
1008 name "fig:何かわからない構造"
1009
1010 \end_inset
1011
1012 何かわからない構造
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Graphics
1022         filename ../clipart/escher-lsd.eps
1023         width 45col%
1024         scaleBeforeRotation
1025         groupId distorted
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 \begin_inset Caption Standard
1046
1047 \begin_layout Plain Layout
1048 \begin_inset CommandInset label
1049 LatexCommand label
1050 name "fig:カモノハシ"
1051
1052 \end_inset
1053
1054 カモノハシ
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Plain Layout
1063 \begin_inset Graphics
1064         filename ../clipart/platypus.eps
1065         width 45col%
1066         scaleBeforeRotation
1067         groupId distorted
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \end_inset
1075
1076
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:歪められた二つの像"
1090
1091 \end_inset
1092
1093 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \begin_layout Standard
1107 \begin_inset Newpage newpage
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Section
1114 画像形式
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "sec:画像形式"
1118
1119 \end_inset
1120
1121
1122 \begin_inset Index idx
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 がぞうけいしき@画像形式
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset Index idx
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136 ず@図 ! がぞうけいしき@画像形式
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Standard
1145 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1146 \begin_inset CommandInset ref
1147 LatexCommand ref
1148 reference "cha:ファイル出力形式"
1149
1150 \end_inset
1151
1152 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1153 ウンドで
1154 \family typewriter
1155 ImageMagick
1156 \family default
1157 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1158 用するとよいでしょう。出力ファイル形式は、付録
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "cha:ファイル出力形式"
1162
1163 \end_inset
1164
1165 に説明されています。
1166 \end_layout
1167
1168 \begin_layout Standard
1169 フォントと同じく、画像形式にも以下の二つの型があります。
1170 \end_layout
1171
1172 \begin_layout Description
1173 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1174 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1175 \family typewriter
1176 .gif
1177 \family default
1178 」)
1179 \begin_inset Index idx
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 GIF
1184 \begin_inset ERT
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188
1189 |see{
1190 \end_layout
1191
1192 \end_inset
1193
1194 画像書式
1195 \begin_inset ERT
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199
1200 }
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \end_inset
1209
1210 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1211 \family typewriter
1212 .png
1213 \family default
1214 」)
1215 \begin_inset Index idx
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219 PNG
1220 \begin_inset ERT
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224
1225 |see{
1226 \end_layout
1227
1228 \end_inset
1229
1230 画像書式
1231 \begin_inset ERT
1232 status collapsed
1233
1234 \begin_layout Plain Layout
1235
1236 }
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1247 \family typewriter
1248 .jpg
1249 \family default
1250 」または「
1251 \family typewriter
1252 .jpeg
1253 \family default
1254 」)
1255 \begin_inset Index idx
1256 status collapsed
1257
1258 \begin_layout Plain Layout
1259 JPG
1260 \begin_inset ERT
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264
1265 |see{
1266 \end_layout
1267
1268 \end_inset
1269
1270 画像書式
1271 \begin_inset ERT
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275
1276 }
1277 \end_layout
1278
1279 \end_inset
1280
1281
1282 \end_layout
1283
1284 \end_inset
1285
1286 などがあります。
1287 \end_layout
1288
1289 \begin_layout Description
1290 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1291 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1292 に便利です。
1293 \begin_inset Newline newline
1294 \end_inset
1295
1296 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1297 \family typewriter
1298 .svg
1299 \family default
1300 」)
1301 \begin_inset Index idx
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 SVG
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 |see{
1312 \end_layout
1313
1314 \end_inset
1315
1316 画像書式
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 }
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \end_inset
1331
1332 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1333 \family typewriter
1334 .eps
1335 \family default
1336 」)
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 EPS
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 |see{
1348 \end_layout
1349
1350 \end_inset
1351
1352 画像書式
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 }
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \end_inset
1367
1368 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1369 \family typewriter
1370 .pdf
1371 \family default
1372 」)
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 PDF
1378 \end_layout
1379
1380 \end_inset
1381
1382 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1383 \family typewriter
1384 .wmf
1385 \family default
1386 」)
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 SVG
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 |see{
1398 \end_layout
1399
1400 \end_inset
1401
1402 画像書式
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 }
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1419 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1420 \begin_inset Foot
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 PDFの場合には、さらに元画像が圧縮されます。
1425 \end_layout
1426
1427 \end_inset
1428
1429 。たとえば、
1430 \family typewriter
1431 Adobe Photoshop
1432 \family default
1433 が生成するPDFファイルは、ビットマップ画像です。
1434 \end_layout
1435
1436 \begin_layout Standard
1437 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1438 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1439 \begin_inset Formula $\to$
1440 \end_inset
1441
1442 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1443 \end_layout
1444
1445 \begin_layout Chapter
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 ひょう@表
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \begin_layout Section
1460 はじめに
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 ひょう@表 ! はじめに
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Standard
1474
1475 \family roman
1476 \series medium
1477 \shape up
1478 \size normal
1479 \emph off
1480 \bar no
1481 \noun off
1482 \color none
1483 表を挿入するには、ツールバーボタ
1484 \family default
1485 \series default
1486 \shape default
1487 \size default
1488 \emph default
1489 \bar default
1490 \noun default
1491 \color inherit
1492
1493 \begin_inset Info
1494 type  "icon"
1495 arg   "tabular-insert"
1496 \end_inset
1497
1498
1499 \family roman
1500 \series medium
1501 \shape up
1502 \size normal
1503 \emph off
1504 \bar no
1505 \noun off
1506 \color none
1507
1508 \family sans
1509 \series default
1510 \shape default
1511 \size default
1512 \emph default
1513 \bar default
1514 \noun default
1515 \color inherit
1516 挿入\SpecialChar \menuseparator
1517
1518 \family default
1519 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1520 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1521 \begin_inset Newline newline
1522 \end_inset
1523
1524 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1525 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="4">
1532 <features rotate="0" tabularvalignment="middle">
1533 <column alignment="center" valignment="top">
1534 <column alignment="center" valignment="top">
1535 <column alignment="center" valignment="top">
1536 <column alignment="center" valignment="top">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 1
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 2
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 3
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 <row>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 </row>
1651 <row>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \end_layout
1685
1686 \end_inset
1687 </cell>
1688 </row>
1689 </lyxtabular>
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \begin_layout Section
1697 表ダイアログ
1698 \begin_inset Index idx
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 ひょう@表 ! だいあろぐ@ダイアログ
1703 \end_layout
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \begin_layout Standard
1711 表を右クリックすると、文脈依存メニューが表示されて、表を変更することができます。メニュー項目詳細以下では、現在カーソルが置かれているセルないし行・列の設定を調節
1712 することができます。文脈依存メニュー
1713 \family sans
1714 詳細\SpecialChar \menuseparator
1715 設定
1716 \family default
1717 を選ぶと、ダイアログボックスが開いて、更に詳細な設定を行うことができます。また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセ
1718 ルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。セルの
1719 \emph on
1720 内容
1721 \emph default
1722 を選択するのと、セル自体を選択するのは異なることに注意して下さい。
1723 \begin_inset Newline newline
1724 \end_inset
1725
1726 ダイアログオプションの直ちに適用を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルの
1727 パラメーターに更新されます。ダイアログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1728 \begin_inset Newline newline
1729 \end_inset
1730
1731 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1732 \end_layout
1733
1734 \begin_layout Description
1735
1736 \family sans
1737 表の設定
1738 \family default
1739  ここでは、現在列の幅と水平揃えを設定することができます。
1740 \family sans
1741 小数点で
1742 \family default
1743 とある揃えは、第
1744 \begin_inset CommandInset ref
1745 LatexCommand ref
1746 reference "sub:特殊なセル揃え"
1747
1748 \end_inset
1749
1750 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1751 は、第
1752 \begin_inset CommandInset ref
1753 LatexCommand ref
1754 reference "sub:複数行"
1755
1756 \end_inset
1757
1758 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1759 \begin_inset Newline newline
1760 \end_inset
1761
1762 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1763 \begin_inset CommandInset ref
1764 LatexCommand ref
1765 reference "sub:連結列"
1766
1767 \end_inset
1768
1769 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1770 \begin_inset CommandInset ref
1771 LatexCommand ref
1772 reference "sub:連結行"
1773
1774 \end_inset
1775
1776 節をご参照ください。
1777 \begin_inset Newline newline
1778 \end_inset
1779
1780 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1781 \begin_inset Newline newline
1782 \end_inset
1783
1784
1785 \begin_inset Note Greyedout
1786 status open
1787
1788 \begin_layout Plain Layout
1789
1790 \series bold
1791 【註】
1792 \series default
1793 DVIビューアのすべてが回転を表示できるわけではありません。
1794 \end_layout
1795
1796 \end_inset
1797
1798
1799 \begin_inset Newline newline
1800 \end_inset
1801
1802 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1803 \begin_inset Newline newline
1804 \end_inset
1805
1806 各種の揃えを適用した同一行中の表:
1807 \begin_inset Tabular
1808 <lyxtabular version="3" rows="2" columns="2">
1809 <features rotate="0" tabularvalignment="top">
1810 <column alignment="center" valignment="top" width="0pt">
1811 <column alignment="center" valignment="top">
1812 <row>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826 1
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 </row>
1832 <row>
1833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837 A
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 </row>
1852 </lyxtabular>
1853
1854 \end_inset
1855
1856  
1857 \begin_inset Tabular
1858 <lyxtabular version="3" rows="2" columns="2">
1859 <features rotate="0" tabularvalignment="middle">
1860 <column alignment="center" valignment="top">
1861 <column alignment="center" valignment="top">
1862 <row>
1863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876 1
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 <row>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887 A
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 </lyxtabular>
1903
1904 \end_inset
1905
1906  
1907 \begin_inset Tabular
1908 <lyxtabular version="3" rows="2" columns="2">
1909 <features rotate="0" tabularvalignment="bottom">
1910 <column alignment="center" valignment="top" width="0pt">
1911 <column alignment="center" valignment="top">
1912 <row>
1913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926 1
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 </row>
1932 <row>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937 A
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \end_layout
1948
1949 \end_inset
1950 </cell>
1951 </row>
1952 </lyxtabular>
1953
1954 \end_inset
1955
1956
1957 \begin_inset Newline newline
1958 \end_inset
1959
1960 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1961 \begin_inset CommandInset ref
1962 LatexCommand ref
1963 reference "sub:連結列の計算"
1964
1965 \end_inset
1966
1967 節および第
1968 \begin_inset CommandInset ref
1969 LatexCommand ref
1970 reference "sec:色付きの表"
1971
1972 \end_inset
1973
1974 節をご参照下さい。
1975 \end_layout
1976
1977 \begin_layout Description
1978
1979 \family sans
1980 罫線
1981 \family default
1982  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1983 \begin_inset Newline newline
1984 \end_inset
1985
1986 様式オプションとして
1987 \family sans
1988 フォーマル様式
1989 \family default
1990 を使用すると、第
1991 \begin_inset CommandInset ref
1992 LatexCommand ref
1993 reference "sec:フォーマル形式の表"
1994
1995 \end_inset
1996
1997 節に述べられているフォーマル様式の表に表を変換します。
1998 \begin_inset Newline newline
1999 \end_inset
2000
2001 またここで、第
2002 \begin_inset CommandInset ref
2003 LatexCommand ref
2004 reference "sub:行の余白取り"
2005
2006 \end_inset
2007
2008 節に述べられているように、表の行に空白を追加することもできます。
2009 \end_layout
2010
2011 \begin_layout Description
2012
2013 \family sans
2014 長尺表
2015 \family default
2016  このタブは、複数のページにわたる、いわゆる「
2017 \emph on
2018 長尺表
2019 \emph default
2020 」を作るためのものです。第
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sec:長尺表"
2024
2025 \end_inset
2026
2027 節および第
2028 \begin_inset CommandInset ref
2029 LatexCommand ref
2030 reference "sec:長尺表にまつわる諸点"
2031
2032 \end_inset
2033
2034 節に、長尺表の機能に関する詳細な説明があります。
2035 \end_layout
2036
2037 \begin_layout Section
2038 表ツールバー
2039 \begin_inset Index idx
2040 status collapsed
2041
2042 \begin_layout Plain Layout
2043 ひょう@表 ! つーるばー@ツールバー
2044 \end_layout
2045
2046 \end_inset
2047
2048
2049 \end_layout
2050
2051 \begin_layout Standard
2052 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2053 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2054 \end_layout
2055
2056 \begin_layout Standard
2057 ツールバーには、以下のアイコンがあります。
2058 \end_layout
2059
2060 \begin_layout Labeling
2061 \labelwidthstring 00.00.0000
2062
2063 \family sans
2064 \begin_inset Info
2065 type  "icon"
2066 arg   "inset-modify tabular append-row"
2067 \end_inset
2068
2069
2070 \family default
2071  は、現在セルあるいは選択範囲の下に行を追加します。
2072 \end_layout
2073
2074 \begin_layout Labeling
2075 \labelwidthstring 00.00.0000
2076
2077 \family sans
2078 \begin_inset Info
2079 type  "icon"
2080 arg   "inset-modify tabular append-column"
2081 \end_inset
2082
2083
2084 \family default
2085  は、現在セルあるいは選択範囲の右に列を追加します。
2086 \end_layout
2087
2088 \begin_layout Labeling
2089 \labelwidthstring 00.00.0000
2090
2091 \family sans
2092 \begin_inset Info
2093 type  "icon"
2094 arg   "inset-modify tabular delete-row"
2095 \end_inset
2096
2097
2098 \family default
2099  は、現在行あるいは選択範囲行を削除します。
2100 \end_layout
2101
2102 \begin_layout Labeling
2103 \labelwidthstring 00.00.0000
2104
2105 \family sans
2106 \begin_inset Info
2107 type  "icon"
2108 arg   "inset-modify tabular delete-column"
2109 \end_inset
2110
2111
2112 \family default
2113  は、現在列あるいは選択範囲列を削除します。
2114 \end_layout
2115
2116 \begin_layout Labeling
2117 \labelwidthstring 00.00.0000
2118 \begin_inset Info
2119 type  "icon"
2120 arg   "inset-modify tabular move-row-up"
2121 \end_inset
2122
2123  は、行を上に移動します。
2124 \end_layout
2125
2126 \begin_layout Labeling
2127 \labelwidthstring 00.00.0000
2128 \begin_inset Info
2129 type  "icon"
2130 arg   "inset-modify tabular move-column-left"
2131 \end_inset
2132
2133  は、列を左に移動します。
2134 \end_layout
2135
2136 \begin_layout Labeling
2137 \labelwidthstring 00.00.0000
2138 \begin_inset Info
2139 type  "icon"
2140 arg   "inset-modify tabular move-row-down"
2141 \end_inset
2142
2143  は、行を下に移動します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148 \begin_inset Info
2149 type  "icon"
2150 arg   "inset-modify tabular move-column-right"
2151 \end_inset
2152
2153  は、列を右に移動します。
2154 \end_layout
2155
2156 \begin_layout Labeling
2157 \labelwidthstring 00.00.0000
2158
2159 \family sans
2160 \begin_inset Info
2161 type  "icon"
2162 arg   "inset-modify tabular toggle-line-top"
2163 \end_inset
2164
2165
2166 \family default
2167  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2168 \end_layout
2169
2170 \begin_layout Labeling
2171 \labelwidthstring 00.00.0000
2172
2173 \family sans
2174 \begin_inset Info
2175 type  "icon"
2176 arg   "inset-modify tabular toggle-line-bottom"
2177 \end_inset
2178
2179
2180 \family default
2181  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2182 \end_layout
2183
2184 \begin_layout Labeling
2185 \labelwidthstring 00.00.0000
2186
2187 \family sans
2188 \begin_inset Info
2189 type  "icon"
2190 arg   "inset-modify tabular toggle-line-left"
2191 \end_inset
2192
2193
2194 \family default
2195  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2196 \end_layout
2197
2198 \begin_layout Labeling
2199 \labelwidthstring 00.00.0000
2200
2201 \family sans
2202 \begin_inset Info
2203 type  "icon"
2204 arg   "inset-modify tabular toggle-line-right"
2205 \end_inset
2206
2207
2208 \family default
2209  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2210 \end_layout
2211
2212 \begin_layout Labeling
2213 \labelwidthstring 00.00.0000
2214
2215 \family sans
2216 \begin_inset Info
2217 type  "icon"
2218 arg   "inset-modify tabular set-all-lines"
2219 \end_inset
2220
2221
2222 \family default
2223  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228
2229 \family sans
2230 \begin_inset Info
2231 type  "icon"
2232 arg   "inset-modify tabular unset-all-lines"
2233 \end_inset
2234
2235
2236 \family default
2237  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2238 \end_layout
2239
2240 \begin_layout Labeling
2241 \labelwidthstring 00.00.0000
2242
2243 \family sans
2244 \begin_inset Info
2245 type  "icon"
2246 arg   "inset-modify tabular m-align-left"
2247 \end_inset
2248
2249
2250 \family default
2251  は、現在セルあるいは現在列の内容を左揃えにします。
2252 \end_layout
2253
2254 \begin_layout Labeling
2255 \labelwidthstring 00.00.0000
2256
2257 \family sans
2258 \begin_inset Info
2259 type  "icon"
2260 arg   "inset-modify tabular m-align-center"
2261 \end_inset
2262
2263
2264 \family default
2265  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2266 \end_layout
2267
2268 \begin_layout Labeling
2269 \labelwidthstring 00.00.0000
2270
2271 \family sans
2272 \begin_inset Info
2273 type  "icon"
2274 arg   "inset-modify tabular m-align-right"
2275 \end_inset
2276
2277
2278 \family default
2279  は、現在セルあるいは現在列の内容を右揃えにします。
2280 \end_layout
2281
2282 \begin_layout Labeling
2283 \labelwidthstring 00.00.0000
2284
2285 \family sans
2286 \begin_inset Info
2287 type  "icon"
2288 arg   "inset-modify tabular align-decimal"
2289 \end_inset
2290
2291
2292 \family default
2293  は、現在セルの内容を特定文字位置で揃えます。
2294 \end_layout
2295
2296 \begin_layout Labeling
2297 \labelwidthstring 00.00.0000
2298
2299 \family sans
2300 \begin_inset Info
2301 type  "icon"
2302 arg   "inset-modify tabular m-valign-top"
2303 \end_inset
2304
2305
2306 \family default
2307  は、現在セルの内容を垂直方向上揃えにします。
2308 \end_layout
2309
2310 \begin_layout Labeling
2311 \labelwidthstring 00.00.0000
2312
2313 \family sans
2314 \begin_inset Info
2315 type  "icon"
2316 arg   "inset-modify tabular m-valign-middle"
2317 \end_inset
2318
2319
2320 \family default
2321  は、現在セルの内容を垂直方向中央揃えにします。
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326
2327 \family sans
2328 \begin_inset Info
2329 type  "icon"
2330 arg   "inset-modify tabular m-valign-bottom"
2331 \end_inset
2332
2333
2334 \family default
2335  は、現在セルの内容を垂直方向下揃えにします。
2336 \end_layout
2337
2338 \begin_layout Labeling
2339 \labelwidthstring 00.00.0000
2340
2341 \family sans
2342 \begin_inset Info
2343 type  "icon"
2344 arg   "inset-modify tabular set-rotate-cell"
2345 \end_inset
2346
2347
2348 \family default
2349  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354
2355 \family sans
2356 \begin_inset Info
2357 type  "icon"
2358 arg   "inset-modify tabular set-rotate-tabular"
2359 \end_inset
2360
2361
2362 \family default
2363  は、表全体を反時計廻りに90度回転します。
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368
2369 \family sans
2370 \begin_inset Info
2371 type  "icon"
2372 arg   "inset-modify tabular multicolumn"
2373 \end_inset
2374
2375
2376 \family default
2377  は、現在セルあるいは選択範囲を連結列にします。
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382
2383 \family sans
2384 \begin_inset Info
2385 type  "icon"
2386 arg   "inset-modify tabular multirow"
2387 \end_inset
2388
2389
2390 \family default
2391  は、現在セルあるいは選択範囲を連結行にします。
2392 \end_layout
2393
2394 \begin_layout Standard
2395 \begin_inset Note Greyedout
2396 status open
2397
2398 \begin_layout Plain Layout
2399
2400 \series bold
2401 【註】
2402 \series default
2403 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2404 \end_layout
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \begin_layout Section
2412 表編集メニュー
2413 \begin_inset Index idx
2414 status collapsed
2415
2416 \begin_layout Plain Layout
2417 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2418 \end_layout
2419
2420 \end_inset
2421
2422
2423 \end_layout
2424
2425 \begin_layout Standard
2426 表ダイアログと表ツールバーの他に、
2427 \family sans
2428 編集\SpecialChar \menuseparator
2429
2430 \family default
2431 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2432 部にあるときのみ、表示されます。
2433 \end_layout
2434
2435 \begin_layout Section
2436 表フロート
2437 \begin_inset CommandInset label
2438 LatexCommand label
2439 name "sec:表フロート"
2440
2441 \end_inset
2442
2443
2444 \begin_inset Index idx
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448 ふろーと@フロート ! ひょう@表
2449 \end_layout
2450
2451 \end_inset
2452
2453
2454 \begin_inset Index idx
2455 status collapsed
2456
2457 \begin_layout Plain Layout
2458 ひょう@表 ! ふろーと@フロート
2459 \end_layout
2460
2461 \end_inset
2462
2463
2464 \end_layout
2465
2466 \begin_layout Standard
2467 フロートの一般的な説明については、第
2468 \begin_inset CommandInset ref
2469 LatexCommand ref
2470 reference "sec:フロートはじめに"
2471
2472 \end_inset
2473
2474 節をご覧下さい。
2475 \end_layout
2476
2477 \begin_layout Standard
2478 \begin_inset Float table
2479 placement h
2480 wide false
2481 sideways false
2482 status open
2483
2484 \begin_layout Plain Layout
2485 \begin_inset Caption Standard
2486
2487 \begin_layout Plain Layout
2488 \begin_inset CommandInset label
2489 LatexCommand label
2490 name "tab:表フロート"
2491
2492 \end_inset
2493
2494 表フロート
2495 \end_layout
2496
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \begin_layout Plain Layout
2503 \align center
2504 \begin_inset Tabular
2505 <lyxtabular version="3" rows="3" columns="3">
2506 <features rotate="0" tabularvalignment="middle">
2507 <column alignment="center" valignment="top" width="0pt">
2508 <column alignment="center" valignment="top" width="0pt">
2509 <column alignment="center" valignment="top" width="0pt">
2510 <row>
2511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2512 \begin_inset Text
2513
2514 \begin_layout Plain Layout
2515
2516 \family roman
2517 \series medium
2518 \shape up
2519 \size normal
2520 \emph off
2521 \bar no
2522 \noun off
2523 \color none
2524 1
2525 \end_layout
2526
2527 \end_inset
2528 </cell>
2529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2530 \begin_inset Text
2531
2532 \begin_layout Plain Layout
2533
2534 \family roman
2535 \series medium
2536 \shape up
2537 \size normal
2538 \emph off
2539 \bar no
2540 \noun off
2541 \color none
2542 2
2543 \end_layout
2544
2545 \end_inset
2546 </cell>
2547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2548 \begin_inset Text
2549
2550 \begin_layout Plain Layout
2551
2552 \family roman
2553 \series medium
2554 \shape up
2555 \size normal
2556 \emph off
2557 \bar no
2558 \noun off
2559 \color none
2560 3
2561 \end_layout
2562
2563 \end_inset
2564 </cell>
2565 </row>
2566 <row>
2567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2568 \begin_inset Text
2569
2570 \begin_layout Plain Layout
2571 森嶋
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Plain Layout
2580 宇沢
2581 \end_layout
2582
2583 \end_inset
2584 </cell>
2585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2586 \begin_inset Text
2587
2588 \begin_layout Plain Layout
2589 二階堂
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 </row>
2595 <row>
2596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2597 \begin_inset Text
2598
2599 \begin_layout Plain Layout
2600
2601 \family roman
2602 \series medium
2603 \shape up
2604 \size normal
2605 \emph off
2606 \bar no
2607 \noun off
2608 \color none
2609 \begin_inset Formula $\int x^{2}dx$
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 \begin_inset Formula $\left[\begin{array}{cc}
2631 a & b\\
2632 c & d
2633 \end{array}\right]$
2634 \end_inset
2635
2636
2637 \end_layout
2638
2639 \end_inset
2640 </cell>
2641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2642 \begin_inset Text
2643
2644 \begin_layout Plain Layout
2645
2646 \family roman
2647 \series medium
2648 \shape up
2649 \size normal
2650 \emph off
2651 \bar no
2652 \noun off
2653 \color none
2654 \begin_inset Formula $1+1=2$
2655 \end_inset
2656
2657
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 </row>
2663 </lyxtabular>
2664
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \end_layout
2674
2675 \begin_layout Standard
2676 表フロートは、
2677 \family sans
2678 挿入
2679 \shape up
2680 \SpecialChar \menuseparator
2681 フロート\SpecialChar \menuseparator
2682
2683 \family default
2684 \shape default
2685 メニューかツールバーボタン
2686 \family sans
2687
2688 \begin_inset Info
2689 type  "icon"
2690 arg   "float-insert table"
2691 \end_inset
2692
2693
2694 \family default
2695 を使うと挿入することができます。
2696 \end_layout
2697
2698 \begin_layout Standard
2699 フロートは折りたたむことのできるボックスとして表示され、中には「表
2700 \begin_inset space ~
2701 \end_inset
2702
2703 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2704 \end_layout
2705
2706 \begin_layout Standard
2707
2708 \begin_inset space ~
2709 \end_inset
2710
2711
2712 \begin_inset CommandInset ref
2713 LatexCommand ref
2714 reference "tab:表フロート"
2715
2716 \end_inset
2717
2718 は、表フロートに入れた表の例です。
2719 \end_layout
2720
2721 \begin_layout Standard
2722 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2723 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2724 eXパッケージの
2725 \series bold
2726 caption
2727 \series default
2728
2729 \begin_inset Index idx
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \begin_layout Standard
2742
2743 \series bold
2744 tableposition=top
2745 \end_layout
2746
2747 \begin_layout Standard
2748 というオプションとともにloadコマンドを使って読み込んでください
2749 \begin_inset Foot
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 詳しくは、第
2754 \begin_inset CommandInset ref
2755 LatexCommand ref
2756 reference "sec:キャプションの配置"
2757
2758 \end_inset
2759
2760 節をご覧下さい。
2761 \end_layout
2762
2763 \end_inset
2764
2765 。キャプション書式を調整するには、第
2766 \begin_inset CommandInset ref
2767 LatexCommand ref
2768 reference "sec:キャプションの書式設定"
2769
2770 \end_inset
2771
2772 節にものべられているように
2773 \series bold
2774 caption
2775 \series default
2776 パッケージを使用します。
2777 \end_layout
2778
2779 \begin_layout Standard
2780 \begin_inset Index idx
2781 status collapsed
2782
2783 \begin_layout Plain Layout
2784 さんしょう@参照 ! ひょうへの@表への
2785 \end_layout
2786
2787 \end_inset
2788
2789 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2790 \family sans
2791 挿入\SpecialChar \menuseparator
2792 ラベル
2793 \family default
2794 メニューかツールバーボタンの
2795 \family sans
2796
2797 \begin_inset Info
2798 type  "icon"
2799 arg   "label-insert"
2800 \end_inset
2801
2802
2803 \family default
2804 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2805 相互参照メニューかツールバーボタンの
2806 \family sans
2807
2808 \begin_inset Info
2809 type  "icon"
2810 arg   "dialog-show-new-inset ref"
2811 \end_inset
2812
2813
2814 \family default
2815 を用いて、このラベルを参照することができます。
2816 \begin_inset Newline newline
2817 \end_inset
2818
2819 参照は、第
2820 \begin_inset CommandInset ref
2821 LatexCommand ref
2822 reference "sec:フロートの参照"
2823
2824 \end_inset
2825
2826 節で詳細に説明されています。
2827 \end_layout
2828
2829 \begin_layout Section
2830 長尺表
2831 \begin_inset CommandInset label
2832 LatexCommand label
2833 name "sec:長尺表"
2834
2835 \end_inset
2836
2837
2838 \begin_inset Index idx
2839 status collapsed
2840
2841 \begin_layout Plain Layout
2842 ちょうしゃくひょう@長尺表
2843 \end_layout
2844
2845 \end_inset
2846
2847
2848 \begin_inset Index idx
2849 status collapsed
2850
2851 \begin_layout Plain Layout
2852 ひょう@表 ! ちょうしゃくひょう@長尺表
2853 \end_layout
2854
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \begin_layout Standard
2861 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2862 \family sans
2863 長尺表
2864 \family default
2865 タブにある
2866 \family sans
2867 長尺表を使う
2868 \family default
2869 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2870 することができるようになります。
2871 \end_layout
2872
2873 \begin_layout Description
2874 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2875 \family roman
2876 \series medium
2877 \shape up
2878 \size normal
2879 \emph off
2880 \bar no
2881 \noun off
2882 \color none
2883 ただし、
2884 \family sans
2885 \series default
2886 \shape default
2887 \size default
2888 \emph default
2889 \bar default
2890 \noun default
2891 \color inherit
2892 冒頭ヘッダ
2893 \family roman
2894 \series medium
2895 \shape up
2896 \size normal
2897 \emph off
2898 \bar no
2899 \noun off
2900 \color none
2901 が定義されているときは、冒頭ページを除きます。
2902 \family default
2903 \series default
2904 \shape default
2905 \size default
2906 \emph default
2907 \bar default
2908 \noun default
2909 \color inherit
2910 これと区別して、このヘッダは本体ヘッダと呼びます。
2911 \end_layout
2912
2913 \begin_layout Description
2914 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2915 \end_layout
2916
2917 \begin_layout Description
2918 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2919 \family roman
2920 \series medium
2921 \shape up
2922 \size normal
2923 \emph off
2924 \bar no
2925 \noun off
2926 \color none
2927 ただし、
2928 \family sans
2929 \series default
2930 \shape default
2931 \size default
2932 \emph default
2933 \bar default
2934 \noun default
2935 \color inherit
2936 末尾フッタ
2937 \family roman
2938 \series medium
2939 \shape up
2940 \size normal
2941 \emph off
2942 \bar no
2943 \noun off
2944 \color none
2945 が定義されているときは、末尾ページを除きます。
2946 \end_layout
2947
2948 \begin_layout Description
2949 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2950 \end_layout
2951
2952 \begin_layout Description
2953 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2954 \begin_inset CommandInset ref
2955 LatexCommand ref
2956 reference "sub:長尺表のキャプション"
2957
2958 \end_inset
2959
2960 節で説明されています。
2961 \end_layout
2962
2963 \begin_layout Standard
2964 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2965 \end_layout
2966
2967 \begin_layout Standard
2968 \align center
2969 \begin_inset Tabular
2970 <lyxtabular version="3" rows="69" columns="3">
2971 <features rotate="0" islongtable="true" longtabularalignment="center">
2972 <column alignment="left" valignment="top" width="0cm">
2973 <column alignment="left" valignment="top" width="0pt">
2974 <column alignment="center" valignment="top" width="0pt">
2975 <row endfirsthead="true">
2976 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \series bold
2982 例示用電話帳(名前は無視してください)
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row endfirsthead="true">
3007 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 氏名
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \series bold
3031 TEL.
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 </row>
3037 <row endhead="true">
3038 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \series bold
3044 例示用電話帳
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 </row>
3068 <row endhead="true">
3069 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="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 multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \series bold
3093 TEL.
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 </row>
3099 <row endfoot="true">
3100 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 次頁へつづく
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 </row>
3128 <row>
3129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \series bold
3135 Annovi
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="center" valignment="top" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144 Silvia
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153 111
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 </row>
3159 <row>
3160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164
3165 \series bold
3166 Bertoli
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175 Stefano
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184 111
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 </row>
3190 <row>
3191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195
3196 \series bold
3197 Bozzi
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="center" valignment="top" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 Walter
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215 111
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 </row>
3221 <row>
3222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226
3227 \series bold
3228 Cachia
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 Maria
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 111
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 </row>
3252 <row>
3253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \series bold
3259 Cachia
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 Maurizio
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277 111
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 </row>
3283 <row>
3284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 Cinquemani
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 Giusi
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308 111
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 </row>
3314 <row>
3315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319
3320 \series bold
3321 Colin
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 Bernard
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 111
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Concli
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Gianfranco
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 111
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Dal Bosco
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 Carolina
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 111
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row>
3408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 Dalpiaz
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 Annamaria
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 111
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Feliciello
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Domenico
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Focarelli
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Paola
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Galletti
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Oreste
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Gasparini
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Franca
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Rizzardi
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Paola
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Lassini
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Giancarlo
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Malfatti
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Luciano
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Malfatti
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Valeriano
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Meneguzzo
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Roberto
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Mezzadra
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Roberto
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Pirpamer
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Erich
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Pochiesa
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Paolo
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111, 222
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Radina
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Claudio
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Stuffer
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Oskar
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Tacchelli
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Ugo
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Tezzele
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Margit
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Unterkalmsteiner
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Frieda
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Vieider
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Hilde
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Vigna
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Jürgen
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Weber
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Maurizio
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Winkler
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Franz
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094  
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123
4124 \series bold
4125 Annovi
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 Silvia
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 555
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 </row>
4149 <row>
4150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \series bold
4156 Bertoli
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 Stefano
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 555
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185
4186 \series bold
4187 Bozzi
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 Walter
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 555
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 <row>
4212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216
4217 \series bold
4218 Cachia
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 Maria
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 555
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 </row>
4242 <row>
4243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247
4248 \series bold
4249 Cachia
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 Maurizio
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 555
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \series bold
4280 Cinquemani
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 Giusi
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 555
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 </row>
4304 <row>
4305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309
4310 \series bold
4311 Colin
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 Bernard
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 555
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Concli
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Gianfranco
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 555
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Dal Bosco
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Carolina
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 555
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Dalpiaz
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Annamaria
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 555
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Feliciello
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Domenico
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Focarelli
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Paola
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Galletti
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Oreste
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Gasparini
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Franca
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Rizzardi
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Paola
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Lassini
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Giancarlo
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Malfatti
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Luciano
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Malfatti
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Valeriano
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Meneguzzo
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Roberto
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Mezzadra
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Roberto
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Pirpamer
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Erich
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Pochiesa
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Paolo
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555, 222
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Radina
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Claudio
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Stuffer
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Oskar
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Tacchelli
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Ugo
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Tezzele
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Margit
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Unterkalmsteiner
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Frieda
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Vieider
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Hilde
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Vigna
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Jürgen
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 999
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Weber
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Maurizio
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Winkler
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Franz
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row endlastfoot="true">
5080 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 以上
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 </lyxtabular>
5109
5110 \end_inset
5111
5112
5113 \begin_inset ERT
5114 status collapsed
5115
5116 \begin_layout Plain Layout
5117
5118
5119 \backslash
5120 addtocounter{table}{-1}
5121 \end_layout
5122
5123 \end_inset
5124
5125
5126 \begin_inset Note Note
5127 status collapsed
5128
5129 \begin_layout Plain Layout
5130 本コマンドの説明については、第
5131 \begin_inset CommandInset ref
5132 LatexCommand ref
5133 reference "sub:長尺表のキャプション"
5134
5135 \end_inset
5136
5137 節の最初の淡色注釈をご覧下さい。
5138 \end_layout
5139
5140 \end_inset
5141
5142
5143 \end_layout
5144
5145 \begin_layout Subsection
5146 長尺表での脚注
5147 \begin_inset CommandInset label
5148 LatexCommand label
5149 name "sub:長尺表での脚注"
5150
5151 \end_inset
5152
5153
5154 \begin_inset Index idx
5155 status collapsed
5156
5157 \begin_layout Plain Layout
5158 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5159 \end_layout
5160
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \begin_layout Standard
5167 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5168 \begin_inset CommandInset ref
5169 LatexCommand ref
5170 reference "tab:別キャプション"
5171
5172 \end_inset
5173
5174 には脚注が付いています。
5175 \end_layout
5176
5177 \begin_layout Subsection
5178 長尺表の縦横揃え
5179 \begin_inset Index idx
5180 status collapsed
5181
5182 \begin_layout Plain Layout
5183 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5184 \end_layout
5185
5186 \end_inset
5187
5188
5189 \end_layout
5190
5191 \begin_layout Standard
5192 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5193 設定してから
5194 \end_layout
5195
5196 \begin_layout Standard
5197
5198 \series bold
5199
5200 \backslash
5201 setlength{
5202 \backslash
5203 LTleft}{値}
5204 \end_layout
5205
5206 \begin_layout Standard
5207 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5208 \series bold
5209
5210 \backslash
5211 LTleft
5212 \series default
5213 および
5214 \series bold
5215
5216 \backslash
5217 LTright
5218 \series default
5219 の値を変更しなくてはなりません。ここで「値」は、第
5220 \begin_inset CommandInset ref
5221 LatexCommand ref
5222 reference "tab:単位"
5223
5224 \end_inset
5225
5226 表に挙げてある単位であれば、どの単位を取ることもできます。
5227 \series bold
5228
5229 \backslash
5230 LTleft
5231 \series default
5232 は、左頁余白から長尺表までの水平方向の距離を制御し、
5233 \series bold
5234
5235 \backslash
5236 LTright
5237 \series default
5238 は、右頁余白からの距離を制御します。これらの長さの既定値は
5239 \series bold
5240
5241 \backslash
5242 fill
5243 \series default
5244 となっており、LyXの水平フィルと同等になっています。
5245 \end_layout
5246
5247 \begin_layout Standard
5248 以下の長尺表は、中央揃えの上、
5249 \series bold
5250
5251 \backslash
5252 LTleft
5253 \series default
5254
5255 \family sans
5256 0.1
5257 \backslash
5258 columnwidth
5259 \family default
5260 に設定してあります。
5261 \begin_inset ERT
5262 status collapsed
5263
5264 \begin_layout Plain Layout
5265
5266
5267 \backslash
5268 setlength{
5269 \backslash
5270 LTleft}{0.1
5271 \backslash
5272 columnwidth}
5273 \end_layout
5274
5275 \end_inset
5276
5277
5278 \end_layout
5279
5280 \begin_layout Standard
5281 \begin_inset Tabular
5282 <lyxtabular version="3" rows="5" columns="5">
5283 <features rotate="0" islongtable="true" longtabularalignment="center">
5284 <column alignment="center" valignment="top">
5285 <column alignment="center" valignment="top">
5286 <column alignment="center" valignment="top">
5287 <column alignment="center" valignment="top">
5288 <column alignment="center" valignment="top">
5289 <row>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 1
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 2
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 3
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 4
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 5
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 いろは
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 いろは
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 </row>
5383 <row>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 いろは
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 いろは
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 </row>
5430 <row>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 いろは
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 いろは
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 </row>
5477 <row>
5478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 いろは
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 いろは
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 いろは
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 いろは
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 いろは
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 </row>
5524 </lyxtabular>
5525
5526 \end_inset
5527
5528
5529 \begin_inset ERT
5530 status collapsed
5531
5532 \begin_layout Plain Layout
5533
5534
5535 \backslash
5536 setlength{
5537 \backslash
5538 LTleft}{
5539 \backslash
5540 fill}
5541 \end_layout
5542
5543 \end_inset
5544
5545
5546 \begin_inset ERT
5547 status collapsed
5548
5549 \begin_layout Plain Layout
5550
5551
5552 \backslash
5553 addtocounter{table}{-1}
5554 \end_layout
5555
5556 \end_inset
5557
5558
5559 \begin_inset Note Note
5560 status collapsed
5561
5562 \begin_layout Plain Layout
5563 このコマンドの説明に関しては、第
5564 \begin_inset CommandInset ref
5565 LatexCommand ref
5566 reference "sub:長尺表のキャプション"
5567
5568 \end_inset
5569
5570 節の最初の淡色注釈をご覧下さい。
5571 \end_layout
5572
5573 \end_inset
5574
5575
5576 \end_layout
5577
5578 \begin_layout Subsection
5579 長尺表のキャプション
5580 \begin_inset Index idx
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \begin_inset CommandInset label
5591 LatexCommand label
5592 name "sub:長尺表のキャプション"
5593
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \begin_layout Standard
5600 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5601 \begin_inset CommandInset ref
5602 LatexCommand ref
5603 reference "sec:長尺表"
5604
5605 \end_inset
5606
5607 節に述べられているように、ある行で長尺表オプションの
5608 \family sans
5609 キャプション
5610 \family default
5611 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5612 \family sans
5613 冒頭ヘッダ
5614 \family default
5615
5616 \family sans
5617 ヘッダ
5618 \family default
5619
5620 \family sans
5621 フッタ
5622 \family default
5623
5624 \family sans
5625 末尾フッタ
5626 \family default
5627 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5628 \end_layout
5629
5630 \begin_layout Standard
5631 以下は、動作を確認するための短い長尺表です。
5632 \end_layout
5633
5634 \begin_layout Standard
5635 \begin_inset Tabular
5636 <lyxtabular version="3" rows="6" columns="5">
5637 <features rotate="0" islongtable="true" longtabularalignment="center">
5638 <column alignment="center" valignment="top">
5639 <column alignment="center" valignment="top">
5640 <column alignment="center" valignment="top">
5641 <column alignment="center" valignment="top">
5642 <column alignment="center" valignment="top">
5643 <row endfirsthead="true" caption="true">
5644 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 \begin_inset Caption Standard
5649
5650 \begin_layout Plain Layout
5651 キャプション付き長尺表
5652 \begin_inset Argument 1
5653 status collapsed
5654
5655 \begin_layout Plain Layout
5656 長尺表
5657 \end_layout
5658
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \end_inset
5665
5666
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 </row>
5708 <row>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 1
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 2
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 3
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 4
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 5
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 いろは
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 いろは
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 </row>
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 いろは
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 いろは
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 いろは
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 いろは
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 <row>
5897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 いろは
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 いろは
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 いろは
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 いろは
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 いろは
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 </lyxtabular>
5944
5945 \end_inset
5946
5947
5948 \end_layout
5949
5950 \begin_layout Standard
5951 \begin_inset VSpace medskip
5952 \end_inset
5953
5954
5955 \begin_inset Note Greyedout
5956 status open
5957
5958 \begin_layout Plain Layout
5959
5960 \series bold
5961 【註1】
5962 \series default
5963 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5964 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5965 \end_layout
5966
5967 \begin_layout Plain Layout
5968
5969 \series bold
5970
5971 \backslash
5972 addtocounter{table}{-1}
5973 \end_layout
5974
5975 \begin_layout Plain Layout
5976 というコマンドを挿入する方法があります。
5977 \end_layout
5978
5979 \begin_layout Plain Layout
5980 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5981 \end_layout
5982
5983 \begin_layout Plain Layout
5984
5985 \series bold
5986
5987 \backslash
5988 let
5989 \backslash
5990 myEnd
5991 \backslash
5992 endlongtable
5993 \begin_inset Newline newline
5994 \end_inset
5995
5996
5997 \backslash
5998 renewcommand{
5999 \backslash
6000 endlongtable}{
6001 \backslash
6002 myEnd
6003 \backslash
6004 addtocounter{table}{-1}}
6005 \end_layout
6006
6007 \end_inset
6008
6009
6010 \end_layout
6011
6012 \begin_layout Standard
6013 \begin_inset Note Greyedout
6014 status open
6015
6016 \begin_layout Plain Layout
6017
6018 \series bold
6019 【註2】
6020 \series default
6021 相互参照をリンクするために、
6022 \family sans
6023 文書設定
6024 \family default
6025 ダイアログの
6026 \family sans
6027 PDF特性
6028 \family default
6029
6030 \series bold
6031 hyperref
6032 \series default
6033
6034 \begin_inset Index idx
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6039 \end_layout
6040
6041 \end_inset
6042
6043 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6044 \end_layout
6045
6046 \end_inset
6047
6048
6049 \end_layout
6050
6051 \begin_layout Subsubsection
6052 長尺表への参照
6053 \begin_inset Index idx
6054 status collapsed
6055
6056 \begin_layout Plain Layout
6057 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6058 \end_layout
6059
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \begin_layout Standard
6066 \begin_inset Tabular
6067 <lyxtabular version="3" rows="6" columns="5">
6068 <features rotate="0" islongtable="true" longtabularalignment="center">
6069 <column alignment="center" valignment="top">
6070 <column alignment="center" valignment="top">
6071 <column alignment="center" valignment="top">
6072 <column alignment="center" valignment="top">
6073 <column alignment="center" valignment="top">
6074 <row endfirsthead="true" caption="true">
6075 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 \begin_inset Caption Standard
6080
6081 \begin_layout Plain Layout
6082 参照された長尺表
6083 \begin_inset CommandInset label
6084 LatexCommand label
6085 name "tab:参照例"
6086
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 1
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 2
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 3
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 4
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 5
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 いろは
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 いろは
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 <row>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 いろは
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 いろは
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 </row>
6277 <row>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 いろは
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 いろは
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 </row>
6324 <row>
6325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 いろは
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 いろは
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 いろは
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 いろは
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 いろは
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 </lyxtabular>
6372
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \begin_layout Standard
6379 長尺表を参照するには、キャプションにラベルを挿入してください。
6380 \end_layout
6381
6382 \begin_layout Standard
6383 これは表
6384 \begin_inset CommandInset ref
6385 LatexCommand ref
6386 reference "tab:参照例"
6387
6388 \end_inset
6389
6390 への参照です。
6391 \end_layout
6392
6393 \begin_layout Standard
6394 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6395 \series bold
6396 caption
6397 \series default
6398
6399 \begin_inset Index idx
6400 status collapsed
6401
6402 \begin_layout Plain Layout
6403 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6404 \end_layout
6405
6406 \end_inset
6407
6408 を使用して設定することができます。第
6409 \begin_inset CommandInset ref
6410 LatexCommand ref
6411 reference "sec:キャプションの書式設定"
6412
6413 \end_inset
6414
6415 節をご覧下さい。
6416 \end_layout
6417
6418 \begin_layout Subsubsection
6419 キャプションの幅
6420 \begin_inset Index idx
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6425 \end_layout
6426
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \begin_layout Standard
6433 キャプション行の最大長は、長さ
6434 \series bold
6435
6436 \backslash
6437 LTcapwidth
6438 \series default
6439 によって指定することができます。既定値は4
6440 \begin_inset space \thinspace{}
6441 \end_inset
6442
6443 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6444 \end_layout
6445
6446 \begin_layout Standard
6447
6448 \series bold
6449
6450 \backslash
6451 setlength{
6452 \backslash
6453 LTcapwidth}{幅}
6454 \end_layout
6455
6456 \begin_layout Standard
6457 というコマンドを書き加えて下さい。ここで「幅」には、付録
6458 \begin_inset CommandInset ref
6459 LatexCommand ref
6460 reference "cha:LyXで使用できる単位"
6461
6462 \end_inset
6463
6464 に挙げられている単位を取ることができます。
6465 \end_layout
6466
6467 \begin_layout Standard
6468 以下の各表で違いを示します。
6469 \end_layout
6470
6471 \begin_layout Standard
6472 \begin_inset Tabular
6473 <lyxtabular version="3" rows="6" columns="5">
6474 <features rotate="0" islongtable="true" longtabularalignment="center">
6475 <column alignment="center" valignment="top">
6476 <column alignment="center" valignment="top">
6477 <column alignment="center" valignment="top">
6478 <column alignment="center" valignment="top">
6479 <column alignment="center" valignment="top">
6480 <row endfirsthead="true" caption="true">
6481 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 \begin_inset Caption Standard
6486
6487 \begin_layout Plain Layout
6488 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6489 \begin_inset Argument 1
6490 status collapsed
6491
6492 \begin_layout Plain Layout
6493 既定幅のキャプション
6494 \end_layout
6495
6496 \end_inset
6497
6498
6499 \end_layout
6500
6501 \end_inset
6502
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 </row>
6545 <row>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 1
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 2
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 3
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 4
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 5
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 </row>
6592 <row>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 いろは
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 いろは
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 いろは
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 いろは
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 </row>
6686 <row>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 いろは
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 いろは
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 いろは
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 いろは
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 いろは
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 いろは
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 いろは
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 </lyxtabular>
6781
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \begin_layout Standard
6788 \begin_inset ERT
6789 status collapsed
6790
6791 \begin_layout Plain Layout
6792
6793
6794 \backslash
6795 setlength{
6796 \backslash
6797 LTcapwidth}{5cm}
6798 \end_layout
6799
6800 \end_inset
6801
6802
6803 \begin_inset Tabular
6804 <lyxtabular version="3" rows="6" columns="5">
6805 <features rotate="0" islongtable="true" longtabularalignment="center">
6806 <column alignment="center" valignment="top">
6807 <column alignment="center" valignment="top">
6808 <column alignment="center" valignment="top">
6809 <column alignment="center" valignment="top">
6810 <column alignment="center" valignment="top">
6811 <row endfirsthead="true" caption="true">
6812 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 \begin_inset Caption Standard
6817
6818 \begin_layout Plain Layout
6819 5
6820 \begin_inset space \thinspace{}
6821 \end_inset
6822
6823 cm幅のなが〜いフルタイトル・5
6824 \begin_inset space \thinspace{}
6825 \end_inset
6826
6827 cm幅のなが〜いフルタイトル・5
6828 \begin_inset space \thinspace{}
6829 \end_inset
6830
6831 cm幅のなが〜いフルタイトル
6832 \begin_inset Argument 1
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836 5
6837 \begin_inset space \thinspace{}
6838 \end_inset
6839
6840 cm幅のキャプション
6841 \end_layout
6842
6843 \end_inset
6844
6845
6846 \end_layout
6847
6848 \end_inset
6849
6850
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 <row>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 1
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 2
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 3
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 4
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 5
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 </row>
6939 <row>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 いろは
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 いろは
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 </row>
6986 <row>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 いろは
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 いろは
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 </row>
7033 <row>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 いろは
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 いろは
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 </row>
7080 <row>
7081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 いろは
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 いろは
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 いろは
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 いろは
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 いろは
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 </row>
7127 </lyxtabular>
7128
7129 \end_inset
7130
7131
7132 \end_layout
7133
7134 \begin_layout Standard
7135 \begin_inset ERT
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139
7140
7141 \backslash
7142 setlength{
7143 \backslash
7144 LTcapwidth}{4in}
7145 \end_layout
7146
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \begin_layout Standard
7153 \begin_inset Note Greyedout
7154 status open
7155
7156 \begin_layout Plain Layout
7157
7158 \series bold
7159 【註】
7160 \series default
7161 この文書のようにLaTeXパッケージの
7162 \series bold
7163 caption
7164 \series default
7165
7166 \begin_inset Index idx
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7171 \end_layout
7172
7173 \end_inset
7174
7175 を使用している時には、
7176 \series bold
7177
7178 \backslash
7179 LTcapwidth
7180 \series default
7181 に既定値の4
7182 \begin_inset space \thinspace{}
7183 \end_inset
7184
7185 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7186 \begin_inset space \thinspace{}
7187 \end_inset
7188
7189 in幅のキャプションを作るには、3.99
7190 \begin_inset space \thinspace{}
7191 \end_inset
7192
7193 inのように4.0
7194 \begin_inset space \thinspace{}
7195 \end_inset
7196
7197 inと少し違う値を指定するか、
7198 \series bold
7199 caption
7200 \series default
7201 パッケージが提供している
7202 \series bold
7203
7204 \backslash
7205 captionsetup{width=値}
7206 \series default
7207 というLaTeXコマンドを用いる方法があります。
7208 \end_layout
7209
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \begin_layout Subsubsection
7216 表の各ページごとに異なるキャプション
7217 \begin_inset Index idx
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7222 \end_layout
7223
7224 \end_inset
7225
7226
7227 \end_layout
7228
7229 \begin_layout Standard
7230 次頁以降の表キャプションを、1頁めとは異なるものにしたい場合には、キャプションを入れる空行をヘッダに指定して下さい。それから、キャプションを右クリックして、文脈
7231 依存メニューから
7232 \family sans
7233 キャプション(無番長尺表)
7234 \family default
7235 を選択してください。表
7236 \begin_inset CommandInset ref
7237 LatexCommand ref
7238 reference "tab:別キャプション"
7239
7240 \end_inset
7241
7242 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7243 \end_layout
7244
7245 \begin_layout Standard
7246 \align center
7247 \begin_inset Tabular
7248 <lyxtabular version="3" rows="59" columns="3">
7249 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7250 <column alignment="left" valignment="top" width="0cm">
7251 <column alignment="left" valignment="top" width="0pt">
7252 <column alignment="center" valignment="top" width="0pt">
7253 <row endfirsthead="true" caption="true">
7254 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 \begin_inset Caption Standard
7259
7260 \begin_layout Plain Layout
7261 例示用電話帳
7262 \begin_inset CommandInset label
7263 LatexCommand label
7264 name "tab:別キャプション"
7265
7266 \end_inset
7267
7268
7269 \begin_inset Argument 1
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273 例示用電話帳
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 </row>
7307 <row endfirsthead="true">
7308 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312
7313 \series bold
7314 例示用電話帳(名前は無視の事)
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 </row>
7338 <row endfirsthead="true">
7339 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343
7344 \series bold
7345 氏名
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363
7364 \series bold
7365 TEL.
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 </row>
7371 <row endhead="true">
7372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 \begin_inset ERT
7377 status collapsed
7378
7379 \begin_layout Plain Layout
7380
7381
7382 \backslash
7383 caption*{例示用電話帳の続き}
7384 \backslash
7385
7386 \backslash
7387 %
7388 \end_layout
7389
7390 \end_inset
7391
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 </row>
7416 <row endhead="true">
7417 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \series bold
7423 例示用電話帳
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 </row>
7447 <row endhead="true">
7448 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452
7453 \series bold
7454 氏名
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472
7473 \series bold
7474 TEL.
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row endfoot="true">
7481 <cell multicolumn="1" alignment="right" valignment="top" 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" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row>
7510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514
7515 \series bold
7516 Annovi
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 Silvia
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 111
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545
7546 \series bold
7547 Bertoli
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 Stefano
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 111
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row>
7572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \series bold
7578 Bozzi
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 Walter
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 111
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 </row>
7602 <row>
7603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \series bold
7609 Cachia
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 Maria
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 111
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 </row>
7633 <row>
7634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \series bold
7640 Cachia
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 Maurizio
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 111
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \series bold
7671 Cinquemani
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 Giusi
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 111
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 </row>
7695 <row>
7696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700
7701 \series bold
7702 Colin
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 Bernard
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 111
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row>
7727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \series bold
7733 Concli
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 Gianfranco
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 111
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row>
7758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \series bold
7764 Dal Bosco
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 Carolina
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 111
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 </row>
7788 <row>
7789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \series bold
7795 Dalpiaz
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 Annamaria
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 111
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row>
7820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \series bold
7826 Feliciello
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 Domenico
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 111
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \series bold
7857 Focarelli
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 Paola
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 111
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \series bold
7888 Galletti
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 Oreste
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 111
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 </row>
7912 <row>
7913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \series bold
7919 Gasparini
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 Franca
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 111
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \series bold
7950 Rizzardi
7951 \series default
7952
7953 \begin_inset Foot
7954 status collapsed
7955
7956 \begin_layout Plain Layout
7957 例示用脚注
7958 \end_layout
7959
7960 \end_inset
7961
7962
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 Paola
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 111
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Lassini
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 Giancarlo
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 111
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 Malfatti
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 Luciano
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 111
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \series bold
8055 Malfatti
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Valeriano
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 111
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \series bold
8086 Meneguzzo
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Roberto
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 111
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \series bold
8117 Mezzadra
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 Roberto
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 111
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \series bold
8148 Pirpamer
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 Erich
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 111
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \series bold
8179 Pochiesa
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Paolo
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 111, 222
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \series bold
8210 Radina
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Claudio
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 111
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \series bold
8241 Stuffer
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 Oskar
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 111
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \series bold
8272 Tacchelli
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 Ugo
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 111
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \series bold
8303 Tezzele
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 Margit
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 111
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 </row>
8327 <row>
8328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332
8333 \series bold
8334 Unterkalmsteiner
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 Frieda
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 111
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \series bold
8365 Vieider
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 Hilde
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 111
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 <row>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394
8395 \series bold
8396 Vigna
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 Jürgen
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 111
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \series bold
8427 Weber
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 Maurizio
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 111
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \series bold
8458 Winkler
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 Franz
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 111
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487  
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \series bold
8518 Annovi
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 Silvia
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 555
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \series bold
8549 Bertoli
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 Stefano
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 555
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580 Bozzi
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Walter
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 555
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \series bold
8611 Cachia
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Maria
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 555
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640
8641 \series bold
8642 Cachia
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 Maurizio
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 555
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \series bold
8673 Cinquemani
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 Giusi
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 555
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \series bold
8704 Colin
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Bernard
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 555
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \series bold
8735 Concli
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Gianfranco
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 555
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764
8765 \series bold
8766 Dal Bosco
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Carolina
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 555
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \series bold
8797 Dalpiaz
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Annamaria
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 555
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \series bold
8828 Feliciello
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 Domenico
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 555
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 </row>
8852 <row>
8853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857
8858 \series bold
8859 Focarelli
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 Paola
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 555
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888
8889 \series bold
8890 Galletti
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Oreste
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 555
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919
8920 \series bold
8921 Gasparini
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 Franca
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 555
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 <row>
8946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \series bold
8952 Rizzardi
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Paola
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 555
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \series bold
8983 Lassini
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 Giancarlo
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 555
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \series bold
9014 Malfatti
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 Luciano
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 555
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043
9044 \series bold
9045 Malfatti
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 Valeriano
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 555
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \series bold
9076 Meneguzzo
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 Roberto
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 555
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 </row>
9100 <row>
9101 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105
9106 \series bold
9107 Mezzadra
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 Roberto
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 555
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 </row>
9131 </lyxtabular>
9132
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \begin_layout Section
9139 長尺表にまつわる諸点
9140 \begin_inset CommandInset label
9141 LatexCommand label
9142 name "sec:長尺表にまつわる諸点"
9143
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \begin_layout Subsection
9150 長尺表の計算
9151 \begin_inset Index idx
9152 status collapsed
9153
9154 \begin_layout Plain Layout
9155 ちょうしゃくひょう@長尺表 ! けいさん@計算
9156 \end_layout
9157
9158 \end_inset
9159
9160
9161 \end_layout
9162
9163 \begin_layout Standard
9164 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9165 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9166 \end_layout
9167
9168 \begin_layout Standard
9169
9170 \series bold
9171
9172 \backslash
9173 setcounter{LTchunksize}{100}
9174 \end_layout
9175
9176 \begin_layout Standard
9177 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9178 \end_layout
9179
9180 \begin_layout Subsection
9181 フロートと長尺表
9182 \begin_inset Index idx
9183 status collapsed
9184
9185 \begin_layout Plain Layout
9186 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9187 \end_layout
9188
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \begin_layout Standard
9195 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9196 \series bold
9197
9198 \backslash
9199 clearpage
9200 \series default
9201 コマンドを長尺表の前にTeXコードとして書き加えてください。
9202 \end_layout
9203
9204 \begin_layout Subsection
9205 強制改頁
9206 \begin_inset Index idx
9207 status collapsed
9208
9209 \begin_layout Plain Layout
9210 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9211 \end_layout
9212
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \begin_layout Standard
9219 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9220 ド「
9221 \series bold
9222
9223 \backslash
9224
9225 \backslash
9226
9227 \series default
9228 」を挿入します。
9229 \series bold
9230
9231 \backslash
9232
9233 \backslash
9234
9235 \series default
9236 コマンドの前には、現セルよりも右にある列数と同じ数の「
9237 \series bold
9238 &
9239 \series default
9240 」文字を、TeXコードで挿入してやる必要があります。この
9241 \series bold
9242 &
9243 \series default
9244 は、表セルの区切り文字です。各
9245 \series bold
9246 &
9247 \series default
9248 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9249 \begin_inset Newline newline
9250 \end_inset
9251
9252
9253 \series bold
9254
9255 \backslash
9256
9257 \backslash
9258
9259 \series default
9260 コマンドの後ろには、現在列の左側にある列数と同じ数の
9261 \series bold
9262 &
9263 \series default
9264 文字を挿入してください。表
9265 \begin_inset CommandInset ref
9266 LatexCommand ref
9267 reference "tab:強制改頁"
9268
9269 \end_inset
9270
9271 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9272 \end_layout
9273
9274 \begin_layout Standard
9275
9276 \series bold
9277 & 111
9278 \backslash
9279
9280 \backslash
9281  
9282 \backslash
9283 newpage
9284 \begin_inset Newline newline
9285 \end_inset
9286
9287 &
9288 \end_layout
9289
9290 \begin_layout Standard
9291 というコマンドが、セル中「
9292 \emph on
9293 Castelchiodato,
9294 \emph default
9295 」の後にTeXコードとして挿入してあります。
9296 \end_layout
9297
9298 \begin_layout Standard
9299 同一行3列目の「111」は削除してあります。
9300 \series bold
9301
9302 \backslash
9303 newpage
9304 \series default
9305 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9306 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9307 \end_layout
9308
9309 \begin_layout Standard
9310
9311 \series bold
9312 & 111
9313 \backslash
9314
9315 \backslash
9316
9317 \begin_inset Newline newline
9318 \end_inset
9319
9320
9321 \backslash
9322 hline &
9323 \end_layout
9324
9325 \begin_layout Standard
9326 というコマンドを使用して下さい。
9327 \end_layout
9328
9329 \begin_layout Standard
9330 改頁をしたいセルが最右列にある場合には、
9331 \end_layout
9332
9333 \begin_layout Standard
9334
9335 \series bold
9336
9337 \backslash
9338 setlength{
9339 \backslash
9340 parfillskip}{0pt}
9341 \end_layout
9342
9343 \begin_layout Standard
9344 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9345
9346 \end_layout
9347
9348 \begin_layout Standard
9349 \align center
9350 \begin_inset Tabular
9351 <lyxtabular version="3" rows="38" columns="3">
9352 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9353 <column alignment="left" valignment="top" width="0cm">
9354 <column alignment="left" valignment="top" width="3cm">
9355 <column alignment="center" valignment="top" width="0pt">
9356 <row endfirsthead="true" caption="true">
9357 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 \begin_inset Caption Standard
9362
9363 \begin_layout Plain Layout
9364 表セル内で強制改頁をしている表
9365 \begin_inset CommandInset label
9366 LatexCommand label
9367 name "tab:強制改頁"
9368
9369 \end_inset
9370
9371
9372 \begin_inset Argument 1
9373 status collapsed
9374
9375 \begin_layout Plain Layout
9376 表セル内で強制改頁をしている表
9377 \end_layout
9378
9379 \end_inset
9380
9381
9382 \end_layout
9383
9384 \end_inset
9385
9386
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 </row>
9410 <row endfirsthead="true">
9411 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415
9416 \series bold
9417 例示用電話帳(氏名は無視の事)
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row endfirsthead="true">
9442 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \series bold
9448 氏名
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466
9467 \series bold
9468 TEL.
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row endhead="true">
9475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 \begin_inset ERT
9480 status collapsed
9481
9482 \begin_layout Plain Layout
9483
9484
9485 \backslash
9486 caption*{例示用電話帳の続き}
9487 \backslash
9488
9489 \backslash
9490 %
9491 \end_layout
9492
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 <row endhead="true">
9520 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 例示用電話帳
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 </row>
9548 <row endhead="true">
9549 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553
9554 \series bold
9555 氏名
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \series bold
9575 TEL.
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row endfoot="true">
9582 <cell multicolumn="1" alignment="right" valignment="top" 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" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 </row>
9610 <row>
9611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615
9616 \series bold
9617 Annovi
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 Silvia
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 111
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \series bold
9648 Bertoli
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 Stefano
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 111
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \series bold
9679 Bozzi
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 Walter
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 111
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 </row>
9703 <row>
9704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708
9709 \series bold
9710 Cachia
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 Maria
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 111
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 </row>
9734 <row>
9735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \series bold
9741 Cachia
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 Maurizio
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 111
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row>
9766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \series bold
9772 Cinquemani
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 Giusi
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 111
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 </row>
9796 <row>
9797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \series bold
9803 Colin
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 Bernard
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 111
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 </row>
9827 <row>
9828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832
9833 \series bold
9834 Concli
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 Gianfranco
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 111
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row>
9859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \series bold
9865 Dal Bosco
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 Carolina
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 111
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 </row>
9889 <row>
9890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \series bold
9896 Dalpiaz
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 Annamaria
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 111
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 <row>
9921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \series bold
9927 Feliciello
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 Domenico
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 111
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row>
9952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \series bold
9958 Focarelli
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 Paola
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 111
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row>
9983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \series bold
9989 Galletti
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 Oreste
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 111
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 </row>
10013 <row>
10014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \series bold
10020 Gasparini
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 Franca
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 111
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 </row>
10044 <row>
10045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \series bold
10051 Lassini
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 Giancarlo
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 111
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row>
10076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Malfatti
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 Luciano
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 111
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row>
10107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 Malfatti
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 Valeriano
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 111
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 </row>
10137 <row>
10138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \series bold
10144 Meneguzzo
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 Roberto
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 111
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 </row>
10168 <row>
10169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173
10174 \series bold
10175 Mezzadra
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 Roberto
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 111
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 </row>
10199 <row>
10200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204
10205 \series bold
10206 Pirpamer
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 Erich
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 111
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 </row>
10230 <row>
10231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \series bold
10237 Pochiesa
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 Paolo
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 111, 222
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 </row>
10261 <row>
10262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266
10267 \series bold
10268 Radina
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 Claudio
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 111
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 <row>
10293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \series bold
10299 Rizzardi
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 Paolo, 11.
10309  Fürst von Montecompatri, 11.
10310  Fürst von Sulmona und Vivaro, 10.
10311  Fürst von Rossano, 5.
10312  Herzog von Canemorte, 11.
10313  Herzog von Palombara, 5.
10314  Herzog von Castelchiodato,
10315 \begin_inset ERT
10316 status collapsed
10317
10318 \begin_layout Plain Layout
10319
10320 & 111
10321 \backslash
10322
10323 \backslash
10324  
10325 \backslash
10326 newpage
10327 \end_layout
10328
10329 \begin_layout Plain Layout
10330
10331 &
10332 \end_layout
10333
10334 \end_inset
10335
10336  11.
10337  Herzog von Poggionativo, 11.
10338  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10339  Graf von Valinfreda, 11.
10340  Baron von Cropalati, 11.
10341  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Stuffer
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Oskar
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Tacchelli
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 Ugo
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 111
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Tezzele
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 Margit
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Unterkalmsteiner
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 Frieda
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 111
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \series bold
10487 Vieider
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 Hilde
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 111
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \series bold
10518 Vigna
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 Jürgen
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 111
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \series bold
10549 Weber
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 Maurizio
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 111
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \series bold
10580 Winkler
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 Franz
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 111
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 </lyxtabular>
10605
10606 \end_inset
10607
10608
10609 \end_layout
10610
10611 \begin_layout Section
10612 複数行・連結列・連結行
10613 \end_layout
10614
10615 \begin_layout Subsection
10616 表セル内の複数行
10617 \begin_inset CommandInset label
10618 LatexCommand label
10619 name "sub:複数行"
10620
10621 \end_inset
10622
10623
10624 \begin_inset Index idx
10625 status collapsed
10626
10627 \begin_layout Plain Layout
10628 ひょうせるないのふくすうぎょう@表セル内の複数行
10629 \end_layout
10630
10631 \end_inset
10632
10633
10634 \begin_inset Index idx
10635 status collapsed
10636
10637 \begin_layout Plain Layout
10638 ひょう@表 ! かいぎょう@改行
10639 \end_layout
10640
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \begin_layout Standard
10647 \noindent
10648 \begin_inset Float table
10649 placement H
10650 wide false
10651 sideways false
10652 status open
10653
10654 \begin_layout Plain Layout
10655 \begin_inset Caption Standard
10656
10657 \begin_layout Plain Layout
10658 \begin_inset CommandInset label
10659 LatexCommand label
10660 name "tab:複数行表"
10661
10662 \end_inset
10663
10664 セル内に複数の行がある表
10665 \end_layout
10666
10667 \end_inset
10668
10669
10670 \end_layout
10671
10672 \begin_layout Plain Layout
10673 \align center
10674 \begin_inset Tabular
10675 <lyxtabular version="3" rows="3" columns="3">
10676 <features rotate="0" tabularvalignment="middle">
10677 <column alignment="center" valignment="middle" width="2.5cm">
10678 <column alignment="center" valignment="middle">
10679 <column alignment="center" valignment="middle">
10680 <row>
10681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 複数の
10686 \begin_inset Newline linebreak
10687 \end_inset
10688
10689
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 </row>
10742 <row>
10743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 </lyxtabular>
10772
10773 \end_inset
10774
10775
10776 \end_layout
10777
10778 \end_inset
10779
10780
10781 \end_layout
10782
10783 \begin_layout Standard
10784 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10785 \end_layout
10786
10787 \begin_layout Standard
10788
10789 \begin_inset CommandInset ref
10790 LatexCommand ref
10791 reference "tab:複数行表"
10792
10793 \end_inset
10794
10795 を生成するには、まず3
10796 \begin_inset Formula $\times$
10797 \end_inset
10798
10799 3表を作り、最初のセルを右クリックして現れるメニューから、
10800 \family sans
10801 設定
10802 \family default
10803 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10804 \begin_inset space \thinspace{}
10805 \end_inset
10806
10807 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10808 \begin_inset space \thinspace{}
10809 \end_inset
10810
10811 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10812 \begin_inset Flex Ruby
10813 status collapsed
10814
10815 \begin_layout Plain Layout
10816 捷径
10817 \begin_inset Argument post:1
10818 status collapsed
10819
10820 \begin_layout Plain Layout
10821 ショートカット
10822 \end_layout
10823
10824 \end_inset
10825
10826
10827 \end_layout
10828
10829 \end_inset
10830
10831
10832 \begin_inset Info
10833 type  "shortcut"
10834 arg   "newline-insert linebreak"
10835 \end_inset
10836
10837 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10838 \end_layout
10839
10840 \begin_layout Standard
10841 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10842 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10843 \begin_inset space \thinspace{}
10844 \end_inset
10845
10846 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10847 \begin_inset CommandInset ref
10848 LatexCommand ref
10849 reference "tab:ハイフネーション表"
10850
10851 \end_inset
10852
10853 が違いを示しています
10854 \begin_inset Foot
10855 status open
10856
10857 \begin_layout Plain Layout
10858
10859 \series bold
10860 【訳註】
10861 \series default
10862 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10863 \end_layout
10864
10865 \end_inset
10866
10867
10868 \end_layout
10869
10870 \begin_layout Standard
10871 \begin_inset Float table
10872 placement h
10873 wide false
10874 sideways false
10875 status open
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Caption Standard
10879
10880 \begin_layout Plain Layout
10881 \begin_inset CommandInset label
10882 LatexCommand label
10883 name "tab:ハイフネーション表"
10884
10885 \end_inset
10886
10887 ハイフネーション有/無の表
10888 \end_layout
10889
10890 \end_inset
10891
10892
10893 \end_layout
10894
10895 \begin_layout Plain Layout
10896 \begin_inset space \hfill{}
10897 \end_inset
10898
10899
10900 \begin_inset Tabular
10901 <lyxtabular version="3" rows="3" columns="3">
10902 <features rotate="0" tabularvalignment="middle">
10903 <column alignment="center" valignment="middle" width="2.5cm">
10904 <column alignment="center" valignment="middle">
10905 <column alignment="center" valignment="middle">
10906 <row>
10907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 verylongtablecellword
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 </lyxtabular>
10994
10995 \end_inset
10996
10997
10998 \begin_inset space \hfill{}
10999 \end_inset
11000
11001
11002 \begin_inset Tabular
11003 <lyxtabular version="3" rows="3" columns="3">
11004 <features rotate="0" tabularvalignment="middle">
11005 <column alignment="center" valignment="middle" width="2.5cm">
11006 <column alignment="center" valignment="middle">
11007 <column alignment="center" valignment="middle">
11008 <row>
11009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 \begin_inset space \hspace{}
11014 \length 0pt
11015 \end_inset
11016
11017 verylongtablecellword
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 </lyxtabular>
11100
11101 \end_inset
11102
11103
11104 \begin_inset space \hfill{}
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Subsection
11116 連結列
11117 \begin_inset CommandInset label
11118 LatexCommand label
11119 name "sub:連結列"
11120
11121 \end_inset
11122
11123
11124 \begin_inset Index idx
11125 status collapsed
11126
11127 \begin_layout Plain Layout
11128 れんけつれつ@連結列
11129 \end_layout
11130
11131 \end_inset
11132
11133
11134 \begin_inset Index idx
11135 status collapsed
11136
11137 \begin_layout Plain Layout
11138 ひょう@表 ! れんけつれつ@連結列
11139 \end_layout
11140
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \begin_layout Subsubsection
11147 連結列の基礎
11148 \end_layout
11149
11150 \begin_layout Standard
11151 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11152 \family sans
11153
11154 \begin_inset Info
11155 type  "icon"
11156 arg   "inset-modify tabular multicolumn"
11157 \end_inset
11158
11159
11160 \family default
11161 を押すか、
11162 \family sans
11163 編集\SpecialChar \menuseparator
11164 表\SpecialChar \menuseparator
11165 連結列
11166 \family default
11167 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11168 \family sans
11169 連結列
11170 \family default
11171 を有効にするかしてください。
11172 \end_layout
11173
11174 \begin_layout Standard
11175 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11176 、最下行に上罫線のない連結行がある表の例です。
11177 \end_layout
11178
11179 \begin_layout Standard
11180 \align center
11181 \begin_inset Tabular
11182 <lyxtabular version="3" rows="3" columns="4">
11183 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11184 <column alignment="center" valignment="top" width="0pt">
11185 <column alignment="center" valignment="middle">
11186 <column alignment="center" valignment="top" width="0in">
11187 <column alignment="center" valignment="top" width="0pt">
11188 <row>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 いろは
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 にほへとちり
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 ぬるを
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 </lyxtabular>
11303
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \begin_layout Subsubsection
11310 連結列の計算
11311 \begin_inset CommandInset label
11312 LatexCommand label
11313 name "sub:連結列の計算"
11314
11315 \end_inset
11316
11317
11318 \begin_inset Index idx
11319 status collapsed
11320
11321 \begin_layout Plain Layout
11322 れんけつれつ@連結列 ! けいさん@計算
11323 \end_layout
11324
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \begin_layout Standard
11331 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11332 \end_layout
11333
11334 \begin_layout Standard
11335 \begin_inset Float table
11336 placement h
11337 wide false
11338 sideways false
11339 status open
11340
11341 \begin_layout Plain Layout
11342 \begin_inset Caption Standard
11343
11344 \begin_layout Plain Layout
11345 \begin_inset CommandInset label
11346 LatexCommand label
11347 name "tab:中央揃え表"
11348
11349 \end_inset
11350
11351 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11352 \begin_inset Argument 1
11353 status collapsed
11354
11355 \begin_layout Plain Layout
11356 完全なる連結列表
11357 \end_layout
11358
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \begin_layout Plain Layout
11370 \align center
11371 \begin_inset Tabular
11372 <lyxtabular version="3" rows="3" columns="3">
11373 <features rotate="0" tabularvalignment="middle">
11374 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11375 <column alignment="center" valignment="middle">
11376 <column alignment="center" valignment="top">
11377 <row>
11378 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 複数行にわたる連結列
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 </row>
11464 </lyxtabular>
11465
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \end_inset
11472
11473
11474 \end_layout
11475
11476 \begin_layout Standard
11477 たとえば、表
11478 \begin_inset CommandInset ref
11479 LatexCommand ref
11480 reference "tab:中央揃え表"
11481
11482 \end_inset
11483
11484 を生成するには、3
11485 \begin_inset Formula $\times$
11486 \end_inset
11487
11488 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11489 \family sans
11490 設定
11491 \family default
11492 を選択します。そして現れる表の設定ダイアログで、このセルを
11493 \emph on
11494 連結列
11495 \emph default
11496
11497 \emph on
11498 中央揃え
11499 \emph default
11500 、2.5
11501 \begin_inset space \thinspace{}
11502 \end_inset
11503
11504 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11505 \begin_inset space \thinspace{}
11506 \end_inset
11507
11508 cm幅に設定します。すると第二列は自動的に1.25
11509 \begin_inset space \thinspace{}
11510 \end_inset
11511
11512 cm幅(連結列幅マイナス第一列の幅)になります。表
11513 \begin_inset CommandInset ref
11514 LatexCommand ref
11515 reference "tab:半分でない表"
11516
11517 \end_inset
11518
11519 もこのようにして作成してあります。
11520 \end_layout
11521
11522 \begin_layout Standard
11523 \begin_inset Float table
11524 wide false
11525 sideways false
11526 status open
11527
11528 \begin_layout Plain Layout
11529 \begin_inset Caption Standard
11530
11531 \begin_layout Plain Layout
11532 \begin_inset CommandInset label
11533 LatexCommand label
11534 name "tab:半分でない表"
11535
11536 \end_inset
11537
11538 連結セルの下の列が正確に半分になっていない表
11539 \begin_inset Argument 1
11540 status collapsed
11541
11542 \begin_layout Plain Layout
11543 不完全な連結列表
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \begin_layout Plain Layout
11557 \align center
11558 \begin_inset Tabular
11559 <lyxtabular version="3" rows="3" columns="3">
11560 <features rotate="0" tabularvalignment="middle">
11561 <column alignment="center" valignment="top" width="1.25cm">
11562 <column alignment="center" valignment="top">
11563 <column alignment="center" valignment="top">
11564 <row>
11565 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 複数行にわたる連結列
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 <row>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 </row>
11622 <row>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 </row>
11651 </lyxtabular>
11652
11653 \end_inset
11654
11655
11656 \end_layout
11657
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Standard
11664 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11665 指定したセル幅
11666 \begin_inset Formula $W_{\mbox{指}}$
11667 \end_inset
11668
11669 がセルの全幅
11670 \begin_inset Formula $W_{\text{全}}$
11671 \end_inset
11672
11673 と等しくならないためです。付録
11674 \begin_inset CommandInset ref
11675 LatexCommand ref
11676 reference "cha:式の説明"
11677
11678 \end_inset
11679
11680 がこの事情を詳細に説明しています。
11681 \end_layout
11682
11683 \begin_layout Standard
11684
11685 \emph on
11686 n
11687 \emph default
11688 列を連結する際、各列の全幅が
11689 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11690 \end_inset
11691
11692 となるために必要な指定幅
11693 \begin_inset Formula $W_{\mbox{指}:n}$
11694 \end_inset
11695
11696 は、
11697 \begin_inset Formula 
11698 \begin{equation}
11699 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11700 \end{equation}
11701
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \begin_layout Standard
11708 で計算することができます。上記の例では
11709 \begin_inset Formula $n=2$
11710 \end_inset
11711
11712 かつ
11713 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11714 \end_inset
11715
11716 cmかつ長さは既定値ですから、第
11717 \begin_inset CommandInset ref
11718 LatexCommand ref
11719 reference "eq:Wgn"
11720
11721 \end_inset
11722
11723 式は
11724 \begin_inset Formula 
11725 \begin{equation}
11726 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11727 \end{equation}
11728
11729 \end_inset
11730
11731
11732 \end_layout
11733
11734 \begin_layout Standard
11735 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11736 \end_layout
11737
11738 \begin_layout Standard
11739
11740 \series bold
11741
11742 \backslash
11743 usepackage{calc}
11744 \end_layout
11745
11746 \begin_layout Standard
11747 と書いて、LaTeXパッケージ
11748 \series bold
11749 calc
11750 \series default
11751
11752 \begin_inset Index idx
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11757 \end_layout
11758
11759 \end_inset
11760
11761 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11762 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11763 \end_layout
11764
11765 \begin_layout Itemize
11766
11767 \series bold
11768 p{幅}
11769 \series default
11770 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11771 \end_layout
11772
11773 \begin_layout Itemize
11774
11775 \series bold
11776 m{幅}
11777 \series default
11778 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11779 \end_layout
11780
11781 \begin_layout Itemize
11782
11783 \series bold
11784 b{幅}
11785 \series default
11786 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11787 \end_layout
11788
11789 \begin_layout Standard
11790 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11791 \end_layout
11792
11793 \begin_layout Standard
11794 \begin_inset Note Greyedout
11795 status open
11796
11797 \begin_layout Plain Layout
11798
11799 \series bold
11800 【註】
11801 \series default
11802 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \begin_layout Standard
11811 文章を水平方向中央揃えにしたいので、
11812 \series bold
11813
11814 \backslash
11815 centering
11816 \series default
11817 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11818 \end_layout
11819
11820 \begin_layout Standard
11821
11822 \series bold
11823 >{
11824 \backslash
11825 centering}m{1.25cm-6.2pt}
11826 \end_layout
11827
11828 \begin_layout Standard
11829
11830 \series bold
11831 >{ }
11832 \series default
11833 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11834 \end_layout
11835
11836 \begin_layout Standard
11837 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11838 がって、連結セルには
11839 \end_layout
11840
11841 \begin_layout Standard
11842
11843 \series bold
11844 >{
11845 \backslash
11846 centering}m{2.5cm}
11847 \end_layout
11848
11849 \begin_layout Standard
11850 というLaTeX変数を指定しなくてはなりません。
11851 \end_layout
11852
11853 \begin_layout Subsection
11854 連結行
11855 \begin_inset CommandInset label
11856 LatexCommand label
11857 name "sub:連結行"
11858
11859 \end_inset
11860
11861
11862 \begin_inset Index idx
11863 status collapsed
11864
11865 \begin_layout Plain Layout
11866 れんけつぎょう@連結行
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \begin_inset Index idx
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 ひょう@表 ! れんけつぎょう@連結行
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \begin_layout Standard
11885 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11886 \family sans
11887
11888 \begin_inset Info
11889 type  "icon"
11890 arg   "inset-modify tabular multirow"
11891 \end_inset
11892
11893
11894 \family default
11895 を押すか、メニュー
11896 \family sans
11897 編集\SpecialChar \menuseparator
11898 表\SpecialChar \menuseparator
11899 連結行
11900 \family default
11901 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11902 \family sans
11903 \SpecialChar \menuseparator
11904 連結行
11905 \family default
11906 を選んでください。
11907 \end_layout
11908
11909 \begin_layout Standard
11910 下記は一列目に連結列を適用した表の例です。
11911 \end_layout
11912
11913 \begin_layout Standard
11914 \align center
11915 \begin_inset Tabular
11916 <lyxtabular version="3" rows="3" columns="3">
11917 <features rotate="0" tabularvalignment="middle">
11918 <column alignment="center" valignment="top" width="0pt">
11919 <column alignment="center" valignment="top">
11920 <column alignment="center" valignment="top">
11921 <row>
11922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 長いセル項目
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 </row>
11950 <row>
11951 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 連結列
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 </row>
11979 <row>
11980 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 </lyxtabular>
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Standard
12016 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12017 \family sans
12018 垂直オフセット
12019 \family default
12020 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12021 \end_layout
12022
12023 \begin_layout Standard
12024 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12025 \end_layout
12026
12027 \begin_layout Standard
12028
12029 \series bold
12030
12031 \backslash
12032 renewcommand{
12033 \backslash
12034 multirowsetup}{
12035 \backslash
12036 centering}
12037 \end_layout
12038
12039 \begin_layout Standard
12040 というコマンドを使用して、コマンド
12041 \series bold
12042
12043 \backslash
12044 multirowsetup
12045 \series default
12046 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12047 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12048 \series bold
12049
12050 \backslash
12051 centering
12052 \series default
12053 の代わりに
12054 \series bold
12055
12056 \backslash
12057 raggedleft
12058 \series default
12059 を使用して下さい。左揃えに戻すには、
12060 \series bold
12061
12062 \backslash
12063 raggedright
12064 \series default
12065 とします。
12066 \end_layout
12067
12068 \begin_layout Standard
12069 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12070 \end_layout
12071
12072 \begin_layout Standard
12073 \noindent
12074 \align center
12075 \begin_inset ERT
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079
12080
12081 \backslash
12082 renewcommand{
12083 \backslash
12084 multirowsetup}{
12085 \backslash
12086 raggedleft}
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \begin_inset Tabular
12093 <lyxtabular version="3" rows="4" columns="3">
12094 <features rotate="0" tabularvalignment="middle">
12095 <column alignment="center" valignment="top" width="3cm">
12096 <column alignment="center" valignment="top">
12097 <column alignment="center" valignment="top">
12098 <row>
12099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 長いセル項目
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 </row>
12127 <row>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 </row>
12156 <row>
12157 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 連結列
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Plain Layout
12179
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 </row>
12185 <row>
12186 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 </row>
12214 </lyxtabular>
12215
12216 \end_inset
12217
12218
12219 \begin_inset ERT
12220 status collapsed
12221
12222 \begin_layout Plain Layout
12223
12224
12225 \backslash
12226 renewcommand{
12227 \backslash
12228 multirowsetup}{
12229 \backslash
12230 raggedright}
12231 \end_layout
12232
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \begin_layout Standard
12239 連結行で新しい行に移るには、強制改行(
12240 \begin_inset Flex Ruby
12241 status collapsed
12242
12243 \begin_layout Plain Layout
12244 捷径
12245 \begin_inset Argument post:1
12246 status collapsed
12247
12248 \begin_layout Plain Layout
12249 ショートカット
12250 \end_layout
12251
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \end_inset
12258
12259
12260 \begin_inset Info
12261 type  "shortcut"
12262 arg   "newline-insert newline"
12263 \end_inset
12264
12265 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12266 \end_layout
12267
12268 \begin_layout Standard
12269 \noindent
12270 \align center
12271 \begin_inset Tabular
12272 <lyxtabular version="3" rows="3" columns="2">
12273 <features rotate="0" tabularvalignment="middle">
12274 <column alignment="left" valignment="middle" width="2cm">
12275 <column alignment="center" valignment="top">
12276 <row>
12277 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Plain Layout
12281 いいい
12282 \begin_inset Newline newline
12283 \end_inset
12284
12285 いいい
12286 \begin_inset Newline newline
12287 \end_inset
12288
12289 おかしなセル
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 ははは
12299 \end_layout
12300
12301 \end_inset
12302 </cell>
12303 </row>
12304 <row>
12305 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Plain Layout
12318 ににに
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 <row>
12325 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Plain Layout
12329 ろろろ
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Plain Layout
12338 ほほほ
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 </row>
12344 </lyxtabular>
12345
12346 \end_inset
12347
12348
12349 \end_layout
12350
12351 \begin_layout Standard
12352 したがって、強制改行を使うのは注意が必要です。
12353 \end_layout
12354
12355 \begin_layout Subsection
12356 対角線付きのセル
12357 \end_layout
12358
12359 \begin_layout Standard
12360 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12361 \series bold
12362 diagbox
12363 \series default
12364
12365 \begin_inset Index idx
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12370 \end_layout
12371
12372 \end_inset
12373
12374 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12375 \series bold
12376
12377 \backslash
12378 diagbox
12379 \series default
12380 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12381 \end_layout
12382
12383 \begin_layout Standard
12384
12385 \series bold
12386
12387 \backslash
12388 diagbox[オプション]{左下}{右上}
12389 \end_layout
12390
12391 \begin_layout Standard
12392
12393 \series bold
12394
12395 \backslash
12396 diagbox[オプション]{左下}{左上}{右上}
12397 \end_layout
12398
12399 \begin_layout Standard
12400 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12401 \end_layout
12402
12403 \begin_layout Standard
12404 \begin_inset ERT
12405 status collapsed
12406
12407 \begin_layout Plain Layout
12408
12409
12410 \backslash
12411 ifdiagbox
12412 \end_layout
12413
12414 \end_inset
12415
12416
12417 \begin_inset Note Note
12418 status open
12419
12420 \begin_layout Plain Layout
12421 この節は、LaTeXパッケージ
12422 \series bold
12423 diagbox
12424 \series default
12425 が導入済みの時のみ表示されます。
12426 \end_layout
12427
12428 \end_inset
12429
12430
12431 \end_layout
12432
12433 \begin_layout Standard
12434 下記は、
12435 \series bold
12436
12437 \backslash
12438 diagbox
12439 \series default
12440 を第1セル中に2引数書式で使用した表の例です。
12441 \begin_inset VSpace medskip
12442 \end_inset
12443
12444
12445 \end_layout
12446
12447 \begin_layout Standard
12448 \noindent
12449 \begin_inset Tabular
12450 <lyxtabular version="3" rows="4" columns="4">
12451 <features rotate="0" tabularvalignment="middle">
12452 <column alignment="center" valignment="top">
12453 <column alignment="center" valignment="top">
12454 <column alignment="center" valignment="top">
12455 <column alignment="center" valignment="top">
12456 <row>
12457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 \begin_inset ERT
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465
12466
12467 \backslash
12468 diagbox{
12469 \end_layout
12470
12471 \end_inset
12472
12473 名称
12474 \begin_inset ERT
12475 status collapsed
12476
12477 \begin_layout Plain Layout
12478
12479 }{
12480 \end_layout
12481
12482 \end_inset
12483
12484 パラメータ
12485 \begin_inset ERT
12486 status collapsed
12487
12488 \begin_layout Plain Layout
12489
12490 }
12491 \end_layout
12492
12493 \end_inset
12494
12495
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 厚み(nm)
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 透明度(%)
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 硬度(MPa)
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 </row>
12528 <row>
12529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 Perfect Green
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 45
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 80
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 504
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 </row>
12566 <row>
12567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 Dark Multi-P
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 60
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 72
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 982
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 </row>
12604 <row>
12605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 Crystal Clear Pro
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 18
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 86
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 374
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 </lyxtabular>
12643
12644 \end_inset
12645
12646
12647 \begin_inset VSpace medskip
12648 \end_inset
12649
12650
12651 \end_layout
12652
12653 \begin_layout Standard
12654 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12655 \end_layout
12656
12657 \begin_layout Standard
12658 \noindent
12659 \align center
12660 \begin_inset Tabular
12661 <lyxtabular version="3" rows="4" columns="4">
12662 <features rotate="0" tabularvalignment="middle">
12663 <column alignment="center" valignment="top" width="0pt">
12664 <column alignment="center" valignment="top">
12665 <column alignment="center" valignment="top">
12666 <column alignment="center" valignment="top">
12667 <row>
12668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 \begin_inset ERT
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676
12677
12678 \backslash
12679 diagbox{
12680 \end_layout
12681
12682 \end_inset
12683
12684 ホームチーム
12685 \begin_inset ERT
12686 status collapsed
12687
12688 \begin_layout Plain Layout
12689
12690 }{
12691 \end_layout
12692
12693 \end_inset
12694
12695 結果
12696 \begin_inset ERT
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700
12701 }{
12702 \end_layout
12703
12704 \end_inset
12705
12706 アウェイチーム
12707 \begin_inset ERT
12708 status collapsed
12709
12710 \begin_layout Plain Layout
12711
12712 }
12713 \end_layout
12714
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 Tigers
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 Panthers
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 Falcons
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 </row>
12750 <row>
12751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 Tigers
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 ---
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 1:3
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 0:1
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 </row>
12788 <row>
12789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 Panthers
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 3:1
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 ---
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 0:0
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 </row>
12826 <row>
12827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 Falcons
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 1:0
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 0:0
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 ---
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 </lyxtabular>
12865
12866 \end_inset
12867
12868
12869 \end_layout
12870
12871 \begin_layout Standard
12872 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12873 \end_layout
12874
12875 \begin_layout Standard
12876 \noindent
12877 \align center
12878 \begin_inset Tabular
12879 <lyxtabular version="3" rows="5" columns="5">
12880 <features rotate="0" tabularvalignment="middle">
12881 <column alignment="center" valignment="top" width="0pt">
12882 <column alignment="center" valignment="top">
12883 <column alignment="center" valignment="top">
12884 <column alignment="center" valignment="top">
12885 <column alignment="center" valignment="top">
12886 <row>
12887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 \begin_inset ERT
12892 status open
12893
12894 \begin_layout Plain Layout
12895
12896
12897 \backslash
12898 diagbox{
12899 \end_layout
12900
12901 \end_inset
12902
12903 ホームチーム
12904 \begin_inset ERT
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908
12909 }{
12910 \end_layout
12911
12912 \end_inset
12913
12914 結果
12915 \begin_inset ERT
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919
12920 }{
12921 \end_layout
12922
12923 \end_inset
12924
12925 アウェイチーム
12926 \begin_inset ERT
12927 status collapsed
12928
12929 \begin_layout Plain Layout
12930
12931 }
12932 \end_layout
12933
12934 \end_inset
12935
12936
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 Tigers
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 Panthers
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 Falcons
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 \begin_inset ERT
12973 status open
12974
12975 \begin_layout Plain Layout
12976
12977
12978 \backslash
12979 diagbox[dir=NE]{
12980 \end_layout
12981
12982 \end_inset
12983
12984 ホームチーム
12985 \begin_inset ERT
12986 status collapsed
12987
12988 \begin_layout Plain Layout
12989
12990 }{
12991 \end_layout
12992
12993 \end_inset
12994
12995 結果
12996 \begin_inset ERT
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000
13001 }{
13002 \end_layout
13003
13004 \end_inset
13005
13006 アウェイチーム
13007 \begin_inset ERT
13008 status collapsed
13009
13010 \begin_layout Plain Layout
13011
13012 }
13013 \end_layout
13014
13015 \end_inset
13016
13017
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 </row>
13023 <row>
13024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Plain Layout
13028 Tigers
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037 ---
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 1:3
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 0:1
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 Tigers
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 <row>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 Panthers
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 3:1
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 ---
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 0:0
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 Panthers
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 </row>
13117 <row>
13118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122 Falcons
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 1:0
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 0:0
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 ---
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 Falcons
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 </row>
13164 <row>
13165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 \begin_inset ERT
13170 status open
13171
13172 \begin_layout Plain Layout
13173
13174
13175 \backslash
13176 diagbox[dir=SW]{
13177 \end_layout
13178
13179 \end_inset
13180
13181 ホームチーム
13182 \begin_inset ERT
13183 status collapsed
13184
13185 \begin_layout Plain Layout
13186
13187 }{
13188 \end_layout
13189
13190 \end_inset
13191
13192 結果
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197
13198 }{
13199 \end_layout
13200
13201 \end_inset
13202
13203 アウェイチーム
13204 \begin_inset ERT
13205 status collapsed
13206
13207 \begin_layout Plain Layout
13208
13209 }
13210 \end_layout
13211
13212 \end_inset
13213
13214
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 Tigers
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 Panthers
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 Falcons
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 \begin_inset ERT
13251 status open
13252
13253 \begin_layout Plain Layout
13254
13255
13256 \backslash
13257 diagbox[dir=SE]{
13258 \end_layout
13259
13260 \end_inset
13261
13262 ホームチーム
13263 \begin_inset ERT
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267
13268 }{
13269 \end_layout
13270
13271 \end_inset
13272
13273 結果
13274 \begin_inset ERT
13275 status collapsed
13276
13277 \begin_layout Plain Layout
13278
13279 }{
13280 \end_layout
13281
13282 \end_inset
13283
13284 アウェイチーム
13285 \begin_inset ERT
13286 status collapsed
13287
13288 \begin_layout Plain Layout
13289
13290 }
13291 \end_layout
13292
13293 \end_inset
13294
13295
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 </lyxtabular>
13302
13303 \end_inset
13304
13305
13306 \end_layout
13307
13308 \begin_layout Standard
13309 対角線を廻すために、コマンドオプションとして
13310 \series bold
13311 dir=方角
13312 \series default
13313 を使用しています。
13314 \emph on
13315 方角
13316 \emph default
13317 は、
13318 \series bold
13319 NE
13320 \series default
13321
13322 \series bold
13323 DE
13324 \series default
13325
13326 \series bold
13327 SW
13328 \series default
13329
13330 \series bold
13331 NW
13332 \series default
13333 のいずれかで、コンパスでの位置を示します。例えば、
13334 \series bold
13335 SW
13336 \series default
13337 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13338 \end_layout
13339
13340 \begin_layout Standard
13341
13342 \series bold
13343
13344 \backslash
13345 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13346 \end_layout
13347
13348 \begin_layout Standard
13349 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13350 \end_layout
13351
13352 \begin_layout Standard
13353 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13354 います。
13355 \end_layout
13356
13357 \begin_layout Standard
13358 \noindent
13359 \align center
13360 \begin_inset Tabular
13361 <lyxtabular version="3" rows="2" columns="2">
13362 <features rotate="0" tabularvalignment="middle">
13363 <column alignment="center" valignment="top" width="3cm">
13364 <column alignment="center" valignment="top">
13365 <row>
13366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 \begin_inset ERT
13371 status collapsed
13372
13373 \begin_layout Plain Layout
13374
13375
13376 \backslash
13377 diagbox{
13378 \end_layout
13379
13380 \end_inset
13381
13382 名称
13383 \begin_inset ERT
13384 status collapsed
13385
13386 \begin_layout Plain Layout
13387
13388 }{
13389 \end_layout
13390
13391 \end_inset
13392
13393 パラメータ
13394 \begin_inset ERT
13395 status collapsed
13396
13397 \begin_layout Plain Layout
13398
13399 }
13400 \end_layout
13401
13402 \end_inset
13403
13404
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413 厚み(nm)
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 </row>
13419 <row>
13420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 Perfect Green
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 45
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 </row>
13439 </lyxtabular>
13440
13441 \end_inset
13442
13443
13444 \end_layout
13445
13446 \begin_layout Standard
13447 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13448 \series bold
13449 width=3cm
13450 \series default
13451  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13452 \begin_inset space \thinspace{}
13453 \end_inset
13454
13455 cmに設定してあります。
13456 \series bold
13457
13458 \backslash
13459 diagbox
13460 \series default
13461 全体の幅は、本文幅(この場合は4
13462 \begin_inset space \thinspace{}
13463 \end_inset
13464
13465 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13466 \series bold
13467
13468 \backslash
13469 diagbox
13470 \series default
13471 には4
13472 \begin_inset space \thinspace{}
13473 \end_inset
13474
13475 cm + 2
13476 \begin_inset space \thinspace{}
13477 \end_inset
13478
13479
13480 \backslash
13481 tabcolsepの幅が必要です。幅の計算は、
13482 \series bold
13483
13484 \backslash
13485 diagbox
13486 \series default
13487 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13488 \end_layout
13489
13490 \begin_layout Standard
13491
13492 \series bold
13493
13494 \backslash
13495 newlength{
13496 \backslash
13497 diagtest}
13498 \begin_inset Newline newline
13499 \end_inset
13500
13501
13502 \backslash
13503 setlength{
13504 \backslash
13505 diagtest}{4cm+2
13506 \backslash
13507 tabcolsep}
13508 \end_layout
13509
13510 \begin_layout Standard
13511 \begin_inset ERT
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515
13516
13517 \backslash
13518 newlength{
13519 \backslash
13520 diagtest}
13521 \end_layout
13522
13523 \begin_layout Plain Layout
13524
13525
13526 \backslash
13527 setlength{
13528 \backslash
13529 diagtest}{4cm+2
13530 \backslash
13531 tabcolsep}
13532 \end_layout
13533
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \begin_layout Standard
13540 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13541 \series bold
13542 calc
13543 \series default
13544
13545 \begin_inset Index idx
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13550 \end_layout
13551
13552 \end_inset
13553
13554 パッケージを読み込んでおく必要があります。
13555 \end_layout
13556
13557 \begin_layout Standard
13558 さて、この表の第1セルで
13559 \end_layout
13560
13561 \begin_layout Standard
13562
13563 \series bold
13564
13565 \backslash
13566 diagbox[width=
13567 \backslash
13568 diagtest]{A}{B}
13569 \end_layout
13570
13571 \begin_layout Standard
13572 というコマンドを使用します。
13573 \end_layout
13574
13575 \begin_layout Standard
13576 \noindent
13577 \align center
13578 \begin_inset Tabular
13579 <lyxtabular version="3" rows="2" columns="2">
13580 <features rotate="0" tabularvalignment="middle">
13581 <column alignment="center" valignment="top" width="4cm">
13582 <column alignment="center" valignment="top">
13583 <row>
13584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 \begin_inset ERT
13589 status open
13590
13591 \begin_layout Plain Layout
13592
13593
13594 \backslash
13595 diagbox[width=
13596 \backslash
13597 diagtest]{
13598 \end_layout
13599
13600 \end_inset
13601
13602 A
13603 \begin_inset ERT
13604 status collapsed
13605
13606 \begin_layout Plain Layout
13607
13608 }{
13609 \end_layout
13610
13611 \end_inset
13612
13613 B
13614 \begin_inset ERT
13615 status collapsed
13616
13617 \begin_layout Plain Layout
13618
13619 }
13620 \end_layout
13621
13622 \end_inset
13623
13624
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 厚み (nm)
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 </row>
13639 <row>
13640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 Perfect Green
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653 45
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 </row>
13659 </lyxtabular>
13660
13661 \end_inset
13662
13663
13664 \end_layout
13665
13666 \begin_layout Standard
13667 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13668 \end_layout
13669
13670 \begin_layout Standard
13671 \noindent
13672 \align center
13673 \begin_inset Tabular
13674 <lyxtabular version="3" rows="2" columns="2">
13675 <features rotate="0" tabularvalignment="middle">
13676 <column alignment="center" valignment="top" width="0pt">
13677 <column alignment="center" valignment="top">
13678 <row>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 \begin_inset ERT
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687
13688
13689 \backslash
13690 diagbox{
13691 \end_layout
13692
13693 \end_inset
13694
13695 A
13696 \begin_inset ERT
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700
13701 }{
13702 \end_layout
13703
13704 \end_inset
13705
13706 B
13707 \begin_inset ERT
13708 status collapsed
13709
13710 \begin_layout Plain Layout
13711
13712 }
13713 \end_layout
13714
13715 \end_inset
13716
13717
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 厚み (nm)
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 </row>
13732 <row>
13733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 Perfect Green
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 45
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 </lyxtabular>
13753
13754 \end_inset
13755
13756
13757 \end_layout
13758
13759 \begin_layout Standard
13760 このような場合には、
13761 \series bold
13762
13763 \backslash
13764 diagbox
13765 \series default
13766 コマンドの
13767 \series bold
13768 width
13769 \series default
13770 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13771 \backslash
13772 tabcolsepを足す必要はなくなります。下記の表では、3
13773 \begin_inset space \thinspace{}
13774 \end_inset
13775
13776 cm幅を使用しています。
13777 \end_layout
13778
13779 \begin_layout Standard
13780 \noindent
13781 \align center
13782 \begin_inset Tabular
13783 <lyxtabular version="3" rows="2" columns="2">
13784 <features rotate="0" tabularvalignment="middle">
13785 <column alignment="center" valignment="top" width="0pt">
13786 <column alignment="center" valignment="top">
13787 <row>
13788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 \begin_inset ERT
13793 status open
13794
13795 \begin_layout Plain Layout
13796
13797
13798 \backslash
13799 diagbox[width=3cm]{
13800 \end_layout
13801
13802 \end_inset
13803
13804 A
13805 \begin_inset ERT
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809
13810 }{
13811 \end_layout
13812
13813 \end_inset
13814
13815 B
13816 \begin_inset ERT
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820
13821 }
13822 \end_layout
13823
13824 \end_inset
13825
13826
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 厚み (nm)
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 <row>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 Perfect Green
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 45
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 </row>
13861 </lyxtabular>
13862
13863 \end_inset
13864
13865
13866 \end_layout
13867
13868 \begin_layout Standard
13869 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13870 \series bold
13871
13872 \backslash
13873 diagbox
13874 \series default
13875 にオプション
13876 \series bold
13877 height=3cm
13878 \series default
13879 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13880 \end_layout
13881
13882 \begin_layout Standard
13883
13884 \series bold
13885
13886 \backslash
13887 diagbox[width=3cm,height=1.4cm]{A
13888 \backslash
13889
13890 \backslash
13891 B}{C
13892 \backslash
13893
13894 \backslash
13895 D}
13896 \end_layout
13897
13898 \begin_layout Standard
13899 というコマンドを使用しています。ここでコマンド
13900 \series bold
13901
13902 \backslash
13903
13904 \backslash
13905
13906 \series default
13907 は改行をするためのものです
13908 \begin_inset Foot
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912
13913 \family sans
13914 Ctrl+Return
13915 \family default
13916 を使っての改行は、列が固定幅の時のみ、使用することができます。
13917 \end_layout
13918
13919 \end_inset
13920
13921
13922 \end_layout
13923
13924 \begin_layout Standard
13925 \noindent
13926 \align center
13927 \begin_inset Tabular
13928 <lyxtabular version="3" rows="2" columns="2">
13929 <features rotate="0" tabularvalignment="middle">
13930 <column alignment="center" valignment="top">
13931 <column alignment="center" valignment="top">
13932 <row>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 \begin_inset ERT
13938 status open
13939
13940 \begin_layout Plain Layout
13941
13942
13943 \backslash
13944 diagbox[width=3cm,height=1.4cm]{
13945 \end_layout
13946
13947 \end_inset
13948
13949 A
13950 \begin_inset ERT
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954
13955
13956 \backslash
13957
13958 \backslash
13959
13960 \end_layout
13961
13962 \end_inset
13963
13964 B
13965 \begin_inset ERT
13966 status collapsed
13967
13968 \begin_layout Plain Layout
13969
13970 }{
13971 \end_layout
13972
13973 \end_inset
13974
13975 C
13976 \begin_inset ERT
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980
13981
13982 \backslash
13983
13984 \backslash
13985
13986 \end_layout
13987
13988 \end_inset
13989
13990 D
13991 \begin_inset ERT
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995
13996 }
13997 \end_layout
13998
13999 \end_inset
14000
14001
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 厚み (nm)
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 </row>
14016 <row>
14017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14018 \begin_inset Text
14019
14020 \begin_layout Plain Layout
14021 Perfect Green
14022 \end_layout
14023
14024 \end_inset
14025 </cell>
14026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 45
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 </row>
14036 </lyxtabular>
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044 \begin_inset ERT
14045 status collapsed
14046
14047 \begin_layout Plain Layout
14048
14049
14050 \backslash
14051 else
14052 \end_layout
14053
14054 \end_inset
14055
14056
14057 \begin_inset Note Note
14058 status open
14059
14060 \begin_layout Plain Layout
14061 以下は、LaTeXパッケージ
14062 \series bold
14063 diagbox
14064 \series default
14065 が導入済みでないときに表示されます。
14066 \end_layout
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Standard
14074 本節の内容を出力に表示するためには、
14075 \series bold
14076 diagbox
14077 \series default
14078 パッケージを導入しなくてはなりません。
14079 \end_layout
14080
14081 \begin_layout Standard
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087
14088 \backslash
14089 fi
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 LaTeXパッケージ
14099 \series bold
14100 diagbox
14101 \series default
14102 についての詳しい情報は、取扱説明書
14103 \begin_inset CommandInset citation
14104 LatexCommand cite
14105 key "diagbox"
14106
14107 \end_inset
14108
14109 をご覧ください。
14110 \end_layout
14111
14112 \begin_layout Section
14113 フォーマル形式の表
14114 \begin_inset CommandInset label
14115 LatexCommand label
14116 name "sec:フォーマル形式の表"
14117
14118 \end_inset
14119
14120
14121 \begin_inset Index idx
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14126 \end_layout
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \begin_layout Standard
14134 書籍中の表は、よく表
14135 \begin_inset CommandInset ref
14136 LatexCommand ref
14137 reference "tab:ブックタブ表の例"
14138
14139 \end_inset
14140
14141 のように組版されます。この種の表は、「
14142 \emph on
14143 フォーマル形式
14144 \emph default
14145 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \begin_inset Float table
14150 placement h
14151 wide false
14152 sideways false
14153 status open
14154
14155 \begin_layout Plain Layout
14156 \begin_inset Caption Standard
14157
14158 \begin_layout Plain Layout
14159 \begin_inset CommandInset label
14160 LatexCommand label
14161 name "tab:ブックタブ表の例"
14162
14163 \end_inset
14164
14165 ブックタブ表の例
14166 \end_layout
14167
14168 \end_inset
14169
14170
14171 \end_layout
14172
14173 \begin_layout Plain Layout
14174 \align center
14175 \begin_inset Tabular
14176 <lyxtabular version="3" rows="8" columns="4">
14177 <features rotate="0" booktabs="true" tabularvalignment="middle">
14178 <column alignment="center" valignment="top">
14179 <column alignment="center" valignment="top">
14180 <column alignment="center" valignment="top">
14181 <column alignment="center" valignment="top">
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 システム
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 Medipix
14197 \begin_inset space \thinspace{}
14198 \end_inset
14199
14200 1
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 Medipix
14210 \begin_inset space \thinspace{}
14211 \end_inset
14212
14213 2
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 <row>
14229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233 \begin_inset ERT
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237
14238
14239 \backslash
14240 cmidrule(r){2-2}
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \begin_inset ERT
14247 status collapsed
14248
14249 \begin_layout Plain Layout
14250
14251
14252 \backslash
14253 cmidrule(l){3-4}
14254 \end_layout
14255
14256 \end_inset
14257
14258 検知器の厚み [
14259 \begin_inset Formula $\mu m$
14260 \end_inset
14261
14262 ]
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 300
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 <cell alignment="center" valignment="top" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280 300
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 700
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 </row>
14295 <row>
14296 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 エッジ角 [度]
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 <cell alignment="center" valignment="top" topline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 3.55
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 <cell alignment="center" valignment="top" topline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 2.71
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 <cell alignment="center" valignment="top" topline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327 7.99
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 </row>
14333 <row topspace="default">
14334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 空間分解能 [
14339 \begin_inset Formula $\mu m$
14340 \end_inset
14341
14342 ]
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 <cell alignment="center" valignment="top" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 4.26
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 10.17
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 10.56
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 <row topspace="default">
14376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 \begin_inset Formula $f_{\mathrm{max}}$
14381 \end_inset
14382
14383 におけるMTF
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 <cell alignment="center" valignment="top" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 0.53
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 0.37
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell alignment="center" valignment="top" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 0.39
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 </row>
14416 <row topspace="default">
14417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 \begin_inset ERT
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425
14426
14427 \backslash
14428 cmidrule(l{10pt}){1-1}
14429 \end_layout
14430
14431 \end_inset
14432
14433 LSF空間分解能
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 <row>
14467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 \begin_inset Formula $\mu m$
14472 \end_inset
14473
14474 表示
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 <cell alignment="center" valignment="top" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 129.7
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492 52.75
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell alignment="center" valignment="top" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501 50.78
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 </row>
14507 <row>
14508 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 ピクセルサイズに対する%表示
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Plain Layout
14521 76.3
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Plain Layout
14530 95.9
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14536 \begin_inset Text
14537
14538 \begin_layout Plain Layout
14539 92.3
14540 \end_layout
14541
14542 \end_inset
14543 </cell>
14544 </row>
14545 </lyxtabular>
14546
14547 \end_inset
14548
14549
14550 \end_layout
14551
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \begin_layout Standard
14558 表中の行に余白を加えるには、第
14559 \begin_inset CommandInset ref
14560 LatexCommand ref
14561 reference "sub:行の余白取り"
14562
14563 \end_inset
14564
14565 節に述べられているように、表の設定ダイアログの
14566 \family sans
14567 罫線
14568 \family default
14569 タブを使用します。
14570 \end_layout
14571
14572 \begin_layout Standard
14573 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14574 \begin_inset Newline newline
14575 \end_inset
14576
14577 最初と最後の表罫線の既定幅は0.08
14578 \begin_inset space \thinspace{}
14579 \end_inset
14580
14581 emですが、他の罫線の既定幅は0.05
14582 \begin_inset space \thinspace{}
14583 \end_inset
14584
14585 emです。
14586 \end_layout
14587
14588 \begin_layout Standard
14589 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14590 \end_layout
14591
14592 \begin_layout Standard
14593
14594 \series bold
14595
14596 \backslash
14597 let
14598 \backslash
14599 mytoprule
14600 \backslash
14601 toprule
14602 \begin_inset Newline newline
14603 \end_inset
14604
14605
14606 \backslash
14607 renewcommand{
14608 \backslash
14609 toprule}{
14610 \backslash
14611 mytoprule[幅]}
14612 \end_layout
14613
14614 \begin_layout Standard
14615 上の例は、
14616 \series bold
14617 toprule
14618 \series default
14619 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14620 \series bold
14621 toprule
14622 \series default
14623
14624 \series bold
14625 bottomrule
14626 \series default
14627 に置き換えて下さい。他の罫線の線幅を変更するには、
14628 \series bold
14629 toprule
14630 \series default
14631
14632 \series bold
14633 midrule
14634 \series default
14635 に置き換えます。線幅を設定する上では、付録
14636 \begin_inset CommandInset ref
14637 LatexCommand ref
14638 reference "cha:LyXで使用できる単位"
14639
14640 \end_inset
14641
14642 に挙げてあるすべての単位を使用することができます。
14643 \end_layout
14644
14645 \begin_layout Standard
14646 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14647 \series bold
14648
14649 \backslash
14650 cmidrule
14651 \series default
14652 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14653 \end_layout
14654
14655 \begin_layout Standard
14656
14657 \series bold
14658
14659 \backslash
14660 cmidrule[幅](刈込){開始列-終了列}
14661 \end_layout
14662
14663 \begin_layout Standard
14664 です。
14665 \series bold
14666
14667 \backslash
14668 cmidrule
14669 \series default
14670 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14671 \series bold
14672
14673 \backslash
14674 cmidrule
14675 \series default
14676 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14677
14678 \end_layout
14679
14680 \begin_layout Standard
14681 この線幅の既定値は0.03
14682 \begin_inset space \thinspace{}
14683 \end_inset
14684
14685 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14686 。非必須パラメーターの「刈込」は、
14687 \emph on
14688 l{刈込幅}
14689 \emph default
14690 あるいは
14691 \emph on
14692 r{刈込幅}
14693 \emph default
14694 の値を取り、刈込幅の指定は非必須です。たとえば、
14695 \emph on
14696 l{2pt}
14697 \emph default
14698 というパラメーターを使うと、罫線が左端から2
14699 \begin_inset space \thinspace{}
14700 \end_inset
14701
14702 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14703 \begin_inset space \thinspace{}
14704 \end_inset
14705
14706 emだけ刈り込まれます。
14707 \end_layout
14708
14709 \begin_layout Standard
14710 \begin_inset VSpace bigskip
14711 \end_inset
14712
14713
14714 \begin_inset CommandInset ref
14715 LatexCommand ref
14716 reference "tab:ブックタブ表の例"
14717
14718 \end_inset
14719
14720 は、
14721 \end_layout
14722
14723 \begin_layout Standard
14724
14725 \series bold
14726
14727 \backslash
14728 cmidrule(r){2-2}
14729 \backslash
14730 cmidrule(l){3-4}
14731 \end_layout
14732
14733 \begin_layout Standard
14734 というコマンドを第二行の初めに使用し、
14735 \end_layout
14736
14737 \begin_layout Standard
14738
14739 \series bold
14740
14741 \backslash
14742 cmidrule(l{10pt}){1-1}
14743 \end_layout
14744
14745 \begin_layout Standard
14746 を第六行に使用して作成されています。
14747 \end_layout
14748
14749 \begin_layout Standard
14750 \begin_inset VSpace bigskip
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \begin_layout Standard
14757 ときには、表
14758 \begin_inset CommandInset ref
14759 LatexCommand ref
14760 reference "tab:特殊なブックタブ表"
14761
14762 \end_inset
14763
14764 のような重なり合った
14765 \series bold
14766
14767 \backslash
14768 cmidrule
14769 \series default
14770 が欲しいことがあるかもしれません。これは、TeXコードで
14771 \end_layout
14772
14773 \begin_layout Standard
14774
14775 \series bold
14776
14777 \backslash
14778 morecmidrules
14779 \end_layout
14780
14781 \begin_layout Standard
14782 コマンドを使用することによって実現することができます。表
14783 \begin_inset CommandInset ref
14784 LatexCommand ref
14785 reference "tab:特殊なブックタブ表"
14786
14787 \end_inset
14788
14789 の第二列には
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \series bold
14795
14796 \backslash
14797 cmidrule(r){2-2}
14798 \backslash
14799 cmidrule(l){3-4}
14800 \backslash
14801 morecmidrules
14802 \backslash
14803 cmidrule{2-4}
14804 \end_layout
14805
14806 \begin_layout Standard
14807 というコマンドが使用されており、第六列には
14808 \end_layout
14809
14810 \begin_layout Standard
14811
14812 \series bold
14813
14814 \backslash
14815 midrule
14816 \backslash
14817 morecmidrules
14818 \backslash
14819 cmidrule{3-4}
14820 \end_layout
14821
14822 \begin_layout Standard
14823 というコマンドが使用されています。
14824 \end_layout
14825
14826 \begin_layout Standard
14827 \begin_inset VSpace bigskip
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \begin_layout Standard
14834 罫線の余白取りにどうしても満足が行かない場合には、
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 specialrule{幅}{上余白}{下余白}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14847 \series bold
14848 booktabs
14849 \series default
14850  
14851 \begin_inset CommandInset citation
14852 LatexCommand cite
14853 key "booktabs"
14854
14855 \end_inset
14856
14857
14858 \begin_inset Index idx
14859 status collapsed
14860
14861 \begin_layout Plain Layout
14862 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14863 \end_layout
14864
14865 \end_inset
14866
14867 の取扱説明書をご参照下さい。
14868 \end_layout
14869
14870 \begin_layout Standard
14871 \begin_inset Float table
14872 placement h
14873 wide false
14874 sideways false
14875 status open
14876
14877 \begin_layout Plain Layout
14878 \begin_inset Caption Standard
14879
14880 \begin_layout Plain Layout
14881 \begin_inset CommandInset label
14882 LatexCommand label
14883 name "tab:特殊なブックタブ表"
14884
14885 \end_inset
14886
14887 特殊なブックタブ表
14888 \end_layout
14889
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \begin_layout Plain Layout
14896 \align center
14897 \begin_inset Tabular
14898 <lyxtabular version="3" rows="8" columns="4">
14899 <features rotate="0" booktabs="true" tabularvalignment="middle">
14900 <column alignment="center" valignment="top">
14901 <column alignment="center" valignment="top">
14902 <column alignment="center" valignment="top">
14903 <column alignment="center" valignment="top">
14904 <row>
14905 <cell alignment="center" valignment="top" topline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 システム
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 Medipix
14919 \begin_inset space \thinspace{}
14920 \end_inset
14921
14922 1
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 Medipix
14932 \begin_inset space \thinspace{}
14933 \end_inset
14934
14935 2
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 \begin_inset ERT
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959
14960
14961 \backslash
14962 cmidrule(r){2-2}
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \begin_inset ERT
14969 status collapsed
14970
14971 \begin_layout Plain Layout
14972
14973
14974 \backslash
14975 cmidrule(l){3-4}
14976 \end_layout
14977
14978 \end_inset
14979
14980
14981 \begin_inset ERT
14982 status collapsed
14983
14984 \begin_layout Plain Layout
14985
14986
14987 \backslash
14988 morecmidrules 
14989 \end_layout
14990
14991 \end_inset
14992
14993
14994 \begin_inset ERT
14995 status collapsed
14996
14997 \begin_layout Plain Layout
14998
14999
15000 \backslash
15001 cmidrule{2-4}
15002 \end_layout
15003
15004 \end_inset
15005
15006 検知器の厚み [
15007 \begin_inset Formula $\mu m$
15008 \end_inset
15009
15010 ]
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 300
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 300
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 700
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 </row>
15043 <row>
15044 <cell alignment="center" valignment="top" topline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 エッジ角 [度]
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 <cell alignment="center" valignment="top" topline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 3.55
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 2.71
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 7.99
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row topspace="default">
15082 <cell alignment="center" valignment="top" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 空間分解能 [
15087 \begin_inset Formula $\mu m$
15088 \end_inset
15089
15090 ]
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 4.26
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 10.17
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 10.56
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 <row topspace="default">
15124 <cell alignment="center" valignment="top" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 \begin_inset Formula $f_{\mathrm{max}}$
15129 \end_inset
15130
15131 におけるMTF
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 0.53
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 0.37
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 0.39
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" topline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 \begin_inset ERT
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173
15174
15175 \backslash
15176 morecmidrules 
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \begin_inset ERT
15183 status collapsed
15184
15185 \begin_layout Plain Layout
15186
15187
15188 \backslash
15189 cmidrule{3-4}
15190 \end_layout
15191
15192 \end_inset
15193
15194 LSF空間分解能
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 <cell alignment="center" valignment="top" topline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 </row>
15227 <row>
15228 <cell alignment="center" valignment="top" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 \begin_inset Formula $\mu m$
15233 \end_inset
15234
15235 表示
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 <cell alignment="center" valignment="top" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 129.7
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 52.75
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 50.78
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273 ピクセルサイズに対する%表示
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 76.3
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291 95.9
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 92.3
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 </lyxtabular>
15307
15308 \end_inset
15309
15310
15311 \end_layout
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Section
15319 表の垂直揃え
15320 \begin_inset Index idx
15321 status collapsed
15322
15323 \begin_layout Plain Layout
15324 ひょう@表 ! そろえ@揃え
15325 \end_layout
15326
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \begin_layout Standard
15333 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15334 \begin_inset CommandInset ref
15335 LatexCommand ref
15336 reference "sec:ボックスダイアログ"
15337
15338 \end_inset
15339
15340 節に述べられているように、ボックスの垂直揃えを行います。
15341 \end_layout
15342
15343 \begin_layout Standard
15344 以下の例では、各表は15
15345 \begin_inset space \thinspace{}
15346 \end_inset
15347
15348 列幅%を持つminipage
15349 \begin_inset Foot
15350 status collapsed
15351
15352 \begin_layout Plain Layout
15353 minipageは第
15354 \begin_inset CommandInset ref
15355 LatexCommand ref
15356 reference "sec:ミニページ"
15357
15358 \end_inset
15359
15360 節で説明されています。
15361 \end_layout
15362
15363 \end_inset
15364
15365 ボックスの中に入れてあります。
15366 \end_layout
15367
15368 \begin_layout Itemize
15369 動作試験 
15370 \begin_inset Box Frameless
15371 position "t"
15372 hor_pos "c"
15373 has_inner_box 1
15374 inner_pos "c"
15375 use_parbox 0
15376 use_makebox 0
15377 width "15col%"
15378 special "none"
15379 height "1in"
15380 height_special "totalheight"
15381 status collapsed
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Tabular
15385 <lyxtabular version="3" rows="3" columns="3">
15386 <features rotate="0" tabularvalignment="middle">
15387 <column alignment="center" valignment="top">
15388 <column alignment="center" valignment="top">
15389 <column alignment="center" valignment="top">
15390 <row>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404
15405 \end_layout
15406
15407 \end_inset
15408 </cell>
15409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 </row>
15419 <row>
15420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15421 \begin_inset Text
15422
15423 \begin_layout Plain Layout
15424
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Plain Layout
15442
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 </row>
15448 <row>
15449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 </lyxtabular>
15478
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \end_inset
15485
15486  動作試験 
15487 \begin_inset ERT
15488 status collapsed
15489
15490 \begin_layout Plain Layout
15491
15492
15493 \backslash
15494 raisebox{0.85
15495 \backslash
15496 baselineskip}{
15497 \end_layout
15498
15499 \end_inset
15500
15501
15502 \begin_inset Box Frameless
15503 position "t"
15504 hor_pos "c"
15505 has_inner_box 1
15506 inner_pos "c"
15507 use_parbox 0
15508 use_makebox 0
15509 width "15col%"
15510 special "none"
15511 height "1in"
15512 height_special "totalheight"
15513 status collapsed
15514
15515 \begin_layout Plain Layout
15516 \begin_inset Tabular
15517 <lyxtabular version="3" rows="3" columns="3">
15518 <features rotate="0" tabularvalignment="middle">
15519 <column alignment="center" valignment="top">
15520 <column alignment="center" valignment="top">
15521 <column alignment="center" valignment="top">
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 <row>
15552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 </row>
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 </lyxtabular>
15610
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \begin_inset ERT
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623
15624 }
15625 \end_layout
15626
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \begin_layout Itemize
15633 動作試験 
15634 \begin_inset Box Frameless
15635 position "c"
15636 hor_pos "c"
15637 has_inner_box 1
15638 inner_pos "c"
15639 use_parbox 0
15640 use_makebox 0
15641 width "15col%"
15642 special "none"
15643 height "1in"
15644 height_special "totalheight"
15645 status collapsed
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Tabular
15649 <lyxtabular version="3" rows="3" columns="3">
15650 <features rotate="0" tabularvalignment="middle">
15651 <column alignment="center" valignment="top">
15652 <column alignment="center" valignment="top">
15653 <column alignment="center" valignment="top">
15654 <row>
15655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 <row>
15684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 </row>
15712 <row>
15713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 </row>
15741 </lyxtabular>
15742
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Itemize
15754 動作試験 
15755 \begin_inset Box Frameless
15756 position "b"
15757 hor_pos "c"
15758 has_inner_box 1
15759 inner_pos "c"
15760 use_parbox 0
15761 use_makebox 0
15762 width "15col%"
15763 special "none"
15764 height "1in"
15765 height_special "totalheight"
15766 status collapsed
15767
15768 \begin_layout Plain Layout
15769 \begin_inset Tabular
15770 <lyxtabular version="3" rows="3" columns="3">
15771 <features rotate="0" tabularvalignment="middle">
15772 <column alignment="center" valignment="top">
15773 <column alignment="center" valignment="top">
15774 <column alignment="center" valignment="top">
15775 <row>
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 </row>
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 <row>
15834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 </row>
15862 </lyxtabular>
15863
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \end_inset
15870
15871  動作試験 
15872 \begin_inset ERT
15873 status collapsed
15874
15875 \begin_layout Plain Layout
15876
15877
15878 \backslash
15879 raisebox{-0.32
15880 \backslash
15881 baselineskip}{
15882 \end_layout
15883
15884 \end_inset
15885
15886
15887 \begin_inset Box Frameless
15888 position "b"
15889 hor_pos "c"
15890 has_inner_box 1
15891 inner_pos "c"
15892 use_parbox 0
15893 use_makebox 0
15894 width "15col%"
15895 special "none"
15896 height "1in"
15897 height_special "totalheight"
15898 status collapsed
15899
15900 \begin_layout Plain Layout
15901 \begin_inset Tabular
15902 <lyxtabular version="3" rows="3" columns="3">
15903 <features rotate="0" tabularvalignment="middle">
15904 <column alignment="center" valignment="top">
15905 <column alignment="center" valignment="top">
15906 <column alignment="center" valignment="top">
15907 <row>
15908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 </row>
15936 <row>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 <row>
15966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 </row>
15994 </lyxtabular>
15995
15996 \end_inset
15997
15998
15999 \end_layout
16000
16001 \end_inset
16002
16003
16004 \begin_inset ERT
16005 status collapsed
16006
16007 \begin_layout Plain Layout
16008
16009 }
16010 \end_layout
16011
16012 \end_inset
16013
16014
16015 \end_layout
16016
16017 \begin_layout Standard
16018 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16019 \begin_inset Foot
16020 status collapsed
16021
16022 \begin_layout Plain Layout
16023 raiseboxは、第
16024 \begin_inset CommandInset ref
16025 LatexCommand ref
16026 reference "sub:垂直揃え"
16027
16028 \end_inset
16029
16030 節で説明されています。
16031 \end_layout
16032
16033 \end_inset
16034
16035 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16036 \end_layout
16037
16038 \begin_layout Standard
16039
16040 \series bold
16041
16042 \backslash
16043 raisebox{0.85
16044 \backslash
16045 baselineskip}{
16046 \end_layout
16047
16048 \begin_layout Standard
16049 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16050 \series bold
16051 }
16052 \series default
16053 をTeXコードとして挿入してあります。最後の項目の第二表には、
16054 \end_layout
16055
16056 \begin_layout Standard
16057
16058 \series bold
16059
16060 \backslash
16061 raisebox{-0.32
16062 \backslash
16063 baselineskip}{
16064 \end_layout
16065
16066 \begin_layout Standard
16067 というコマンドを使用しています。
16068 \end_layout
16069
16070 \begin_layout Standard
16071 \begin_inset Note Greyedout
16072 status open
16073
16074 \begin_layout Plain Layout
16075
16076 \series bold
16077 【註】
16078 \series default
16079 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16080 \series bold
16081
16082 \backslash
16083 raisebox
16084 \series default
16085 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Section
16094 色付きの表
16095 \begin_inset CommandInset label
16096 LatexCommand label
16097 name "sec:色付きの表"
16098
16099 \end_inset
16100
16101
16102 \begin_inset Index idx
16103 status collapsed
16104
16105 \begin_layout Plain Layout
16106 ひょう@表 ! いろつき@色付き
16107 \end_layout
16108
16109 \end_inset
16110
16111
16112 \end_layout
16113
16114 \begin_layout Subsection
16115 色付きのセル
16116 \begin_inset Index idx
16117 status collapsed
16118
16119 \begin_layout Plain Layout
16120 ひょうのいろ@表の色 ! せるぶ@セル部
16121 \end_layout
16122
16123 \end_inset
16124
16125
16126 \begin_inset Index idx
16127 status collapsed
16128
16129 \begin_layout Plain Layout
16130 いろつき@色付き ! ひょうせるぶ@表セル部
16131 \end_layout
16132
16133 \end_inset
16134
16135
16136 \end_layout
16137
16138 \begin_layout Standard
16139 \begin_inset Float table
16140 placement h
16141 wide false
16142 sideways false
16143 status open
16144
16145 \begin_layout Plain Layout
16146 \begin_inset Caption Standard
16147
16148 \begin_layout Plain Layout
16149 \begin_inset CommandInset label
16150 LatexCommand label
16151 name "tab:colortblなしの表"
16152
16153 \end_inset
16154
16155
16156 \series bold
16157 colortbl
16158 \series default
16159 パッケージを使用しない色付き表
16160 \begin_inset Argument 1
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 colortblなしの表
16165 \end_layout
16166
16167 \end_inset
16168
16169
16170 \end_layout
16171
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \begin_layout Plain Layout
16178 \align center
16179 \begin_inset Tabular
16180 <lyxtabular version="3" rows="3" columns="3">
16181 <features rotate="0" tabularvalignment="middle">
16182 <column alignment="center" valignment="top">
16183 <column alignment="center" valignment="top">
16184 <column alignment="center" valignment="top">
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190
16191 \color green
16192
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \color red
16203
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \color red
16214
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 </row>
16220 <row>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225
16226 \color green
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Plain Layout
16236
16237 \color blue
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \color blue
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 </row>
16255 <row>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260
16261 \color green
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271
16272 \color blue
16273
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282
16283 \color blue
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 </row>
16290 </lyxtabular>
16291
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \begin_layout Standard
16303 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16304 \family sans
16305 編集\SpecialChar \menuseparator
16306 文字様式
16307 \family default
16308 メニューで色を選んでください。表
16309 \begin_inset CommandInset ref
16310 LatexCommand ref
16311 reference "tab:colortblなしの表"
16312
16313 \end_inset
16314
16315 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16316 \series bold
16317 colortbl
16318 \series default
16319
16320 \begin_inset Index idx
16321 status collapsed
16322
16323 \begin_layout Plain Layout
16324 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16325 \end_layout
16326
16327 \end_inset
16328
16329 を使用しなくてはなりません。
16330 \end_layout
16331
16332 \begin_layout Standard
16333 \begin_inset ERT
16334 status collapsed
16335
16336 \begin_layout Plain Layout
16337
16338
16339 \backslash
16340 ifcolortbl
16341 \end_layout
16342
16343 \end_inset
16344
16345
16346 \begin_inset Note Note
16347 status open
16348
16349 \begin_layout Plain Layout
16350 本節の以下の部分は、LaTeXパッケージ
16351 \series bold
16352 colortbl
16353 \series default
16354 が導入済みのときのみ表示されます。
16355 \end_layout
16356
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \begin_layout Standard
16363 色付きの表を作成するには、プリアンブルに
16364 \end_layout
16365
16366 \begin_layout Standard
16367
16368 \series bold
16369
16370 \backslash
16371 usepackage{colortbl}
16372 \end_layout
16373
16374 \begin_layout Standard
16375 という行を書いて
16376 \series bold
16377 colortbl
16378 \series default
16379 を読み込まなくてはなりません。列の色は、
16380 \series bold
16381 >{ }
16382 \series default
16383 コマンドの中に
16384 \end_layout
16385
16386 \begin_layout Standard
16387
16388 \series bold
16389
16390 \backslash
16391 columncolor{色彩名}
16392 \end_layout
16393
16394 \begin_layout Standard
16395 というコマンドを書いて指定することができます。
16396 \series bold
16397 >{}
16398 \series default
16399 コマンドに関する詳細は、第
16400 \begin_inset CommandInset ref
16401 LatexCommand ref
16402 reference "sub:連結列の計算"
16403
16404 \end_inset
16405
16406 節に述べられています。
16407 \end_layout
16408
16409 \begin_layout Standard
16410 以下の色彩名が事前に定義されています。
16411 \end_layout
16412
16413 \begin_layout Standard
16414
16415 \family sans
16416 red
16417 \family default
16418
16419 \family sans
16420 green
16421 \family default
16422
16423 \family sans
16424 yellow
16425 \family default
16426
16427 \family sans
16428 blue
16429 \family default
16430
16431 \family sans
16432 cyan
16433 \family default
16434
16435 \family sans
16436 magenta
16437 \family default
16438
16439 \family sans
16440 black
16441 \family default
16442
16443 \family sans
16444 white
16445 \end_layout
16446
16447 \begin_layout Standard
16448 \begin_inset VSpace medskip
16449 \end_inset
16450
16451
16452 \end_layout
16453
16454 \begin_layout Standard
16455 また、文書設定中で、文書クラスオプションに
16456 \end_layout
16457
16458 \begin_layout Standard
16459
16460 \series bold
16461 usenames,dvipsnames
16462 \end_layout
16463
16464 \begin_layout Standard
16465 を与えると、さらに61色を使用することができます。これらの色は、附録
16466 \begin_inset CommandInset ref
16467 LatexCommand ref
16468 reference "chap:dvips色名一覧"
16469
16470 \end_inset
16471
16472 に列挙されています。それらの色の1つ、
16473 \family sans
16474 Maroon
16475 \family default
16476 が、例として表
16477 \begin_inset CommandInset ref
16478 LatexCommand ref
16479 reference "tab:色付き表"
16480
16481 \end_inset
16482
16483 に使用されています。
16484 \end_layout
16485
16486 \begin_layout Standard
16487 \begin_inset VSpace medskip
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \begin_layout Standard
16494 また
16495 \end_layout
16496
16497 \begin_layout Standard
16498
16499 \series bold
16500
16501 \backslash
16502 definecolor{色彩名}{色彩モデル}{色彩値}
16503 \end_layout
16504
16505 \begin_layout Standard
16506 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16507 \end_layout
16508
16509 \begin_layout Labeling
16510 \labelwidthstring 00.00.0000
16511 cmyk: シアン(
16512 \bar under
16513 c
16514 \bar default
16515 yan)・マゼンタ(
16516 \bar under
16517 m
16518 \bar default
16519 agenta)・黄(
16520 \bar under
16521 y
16522 \bar default
16523 ellow)・黒(blac
16524 \bar under
16525 k
16526 \bar default
16527
16528 \end_layout
16529
16530 \begin_layout Labeling
16531 \labelwidthstring 00.00.0000
16532 rgb: 赤(
16533 \bar under
16534 r
16535 \bar default
16536 ed)・緑(
16537 \bar under
16538 g
16539 \bar default
16540 reen)・青(
16541 \bar under
16542 b
16543 \bar default
16544 lue)
16545 \end_layout
16546
16547 \begin_layout Labeling
16548 \labelwidthstring 00.00.0000
16549 gray: グレー
16550 \end_layout
16551
16552 \begin_layout Standard
16553 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16554 \end_layout
16555
16556 \begin_layout Standard
16557 たとえば、プリアンブルに
16558 \end_layout
16559
16560 \begin_layout Standard
16561
16562 \series bold
16563
16564 \backslash
16565 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16566 \end_layout
16567
16568 \begin_layout Standard
16569 と書くことによって、「
16570 \emph on
16571 darkgreen
16572 \emph default
16573 」色を定義することができますし、
16574 \end_layout
16575
16576 \begin_layout Standard
16577
16578 \series bold
16579
16580 \backslash
16581 definecolor{lightgray}{gray}{0.8}
16582 \end_layout
16583
16584 \begin_layout Standard
16585 と書けば、「
16586 \emph on
16587 lightgray
16588 \emph default
16589 」色を定義することができます。
16590 \end_layout
16591
16592 \begin_layout Standard
16593 \begin_inset VSpace medskip
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \begin_layout Standard
16600 罫線は
16601 \end_layout
16602
16603 \begin_layout Standard
16604
16605 \series bold
16606
16607 \backslash
16608 rowcolor{色彩名}
16609 \end_layout
16610
16611 \begin_layout Standard
16612 というコマンドを使用して色付けすることができ、セルは
16613 \end_layout
16614
16615 \begin_layout Standard
16616
16617 \series bold
16618
16619 \backslash
16620 cellcolor{色彩名}
16621 \end_layout
16622
16623 \begin_layout Standard
16624 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16625 \end_layout
16626
16627 \begin_layout Standard
16628 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16629 \family sans
16630 編集\SpecialChar \menuseparator
16631 文字様式
16632 \family default
16633 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16634 ます。
16635 \end_layout
16636
16637 \begin_layout Standard
16638 \begin_inset Note Greyedout
16639 status open
16640
16641 \begin_layout Plain Layout
16642
16643 \series bold
16644 【註】
16645 \series default
16646 DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16647 \end_layout
16648
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \begin_layout Standard
16655 \begin_inset VSpace bigskip
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \begin_layout Standard
16662
16663 \begin_inset CommandInset ref
16664 LatexCommand ref
16665 reference "tab:色付き表"
16666
16667 \end_inset
16668
16669 を作成するには、以下のようにしてください。第一列の色は
16670 \emph on
16671 darkgreen
16672 \emph default
16673 にしたいので、この列のLaTeX変数として
16674 \end_layout
16675
16676 \begin_layout Standard
16677
16678 \series bold
16679 >{
16680 \backslash
16681 columncolor{darkgreen}
16682 \backslash
16683 centering}c
16684 \end_layout
16685
16686 \begin_layout Standard
16687 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16688 \end_layout
16689
16690 \begin_layout Standard
16691
16692 \series bold
16693
16694 \backslash
16695 rowcolow{cyan}
16696 \end_layout
16697
16698 \begin_layout Standard
16699 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16700 \end_layout
16701
16702 \begin_layout Standard
16703
16704 \series bold
16705
16706 \backslash
16707 cellcolor{Maroon}
16708 \end_layout
16709
16710 \begin_layout Standard
16711 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16712 \family sans
16713 編集\SpecialChar \menuseparator
16714 文字様式
16715 \family default
16716 メニューを使って、各文字に色付けをすることができます。
16717 \end_layout
16718
16719 \begin_layout Standard
16720 \begin_inset Float table
16721 placement h
16722 wide false
16723 sideways false
16724 status open
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Caption Standard
16728
16729 \begin_layout Plain Layout
16730
16731 \series bold
16732 \begin_inset CommandInset label
16733 LatexCommand label
16734 name "tab:色付き表"
16735
16736 \end_inset
16737
16738 colortbl
16739 \series default
16740 パッケージを使用した色付き表
16741 \begin_inset Argument 1
16742 status collapsed
16743
16744 \begin_layout Plain Layout
16745 colortblを使った表
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \begin_layout Plain Layout
16759 \align center
16760 \begin_inset Tabular
16761 <lyxtabular version="3" rows="3" columns="3">
16762 <features rotate="0" tabularvalignment="middle">
16763 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16764 <column alignment="center" valignment="top">
16765 <column alignment="center" valignment="top">
16766 <row>
16767 <cell alignment="center" valignment="top" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset ERT
16772 status collapsed
16773
16774 \begin_layout Plain Layout
16775
16776
16777 \backslash
16778 rowcolor{cyan}
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \color magenta
16785
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794
16795 \color red
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \color red
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \color yellow
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \color blue
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840
16841 \color blue
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \color yellow
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \color blue
16866
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset ERT
16876 status collapsed
16877
16878 \begin_layout Plain Layout
16879
16880
16881 \backslash
16882 cellcolor{Maroon}
16883 \end_layout
16884
16885 \end_inset
16886
16887
16888 \color green
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 </lyxtabular>
16896
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Standard
16908 \begin_inset ERT
16909 status collapsed
16910
16911 \begin_layout Plain Layout
16912
16913
16914 \backslash
16915 else
16916 \end_layout
16917
16918 \end_inset
16919
16920
16921 \begin_inset Note Note
16922 status open
16923
16924 \begin_layout Plain Layout
16925 以下は、LaTeXパッケージ
16926 \series bold
16927 colortbl
16928 \series default
16929 が導入されていないときに表示されます。
16930 \end_layout
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \begin_layout Standard
16938 この節の内容を出力で表示させるには、
16939 \series bold
16940 colortbl
16941 \series default
16942 パッケージを導入する必要があります。
16943 \end_layout
16944
16945 \begin_layout Standard
16946 \begin_inset ERT
16947 status collapsed
16948
16949 \begin_layout Plain Layout
16950
16951
16952 \backslash
16953 fi
16954 \end_layout
16955
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \begin_layout Subsection
16962 色付き行
16963 \begin_inset Index idx
16964 status collapsed
16965
16966 \begin_layout Plain Layout
16967 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
16968 \end_layout
16969
16970 \end_inset
16971
16972
16973 \begin_inset Index idx
16974 status collapsed
16975
16976 \begin_layout Plain Layout
16977 いろつき@色付き ! ひょうのぎょう@表の行
16978 \end_layout
16979
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \begin_layout Standard
16986 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
16987 \end_layout
16988
16989 \begin_layout Standard
16990
16991 \series bold
16992
16993 \backslash
16994 usepackage[table]{xcolor}
16995 \end_layout
16996
16997 \begin_layout Standard
16998 というコマンドを使用して、
16999 \series bold
17000 xcolor
17001 \series default
17002
17003 \begin_inset Index idx
17004 status collapsed
17005
17006 \begin_layout Plain Layout
17007 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
17008 \begin_inset ERT
17009 status collapsed
17010
17011 \begin_layout Plain Layout
17012
17013
17014 \backslash
17015 vspace{4mm}
17016 \end_layout
17017
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024
17025 パッケージを読み込むのです。
17026 \series bold
17027 xcolor
17028 \series default
17029 は、自動的に
17030 \series bold
17031 colortbl
17032 \series default
17033
17034 \begin_inset Index idx
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17039 \end_layout
17040
17041 \end_inset
17042
17043 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
17044 \series bold
17045 colortbl
17046 \series default
17047 も導入されていなくてはなりません。
17048 \end_layout
17049
17050 \begin_layout Standard
17051 \begin_inset ERT
17052 status collapsed
17053
17054 \begin_layout Plain Layout
17055
17056
17057 \backslash
17058 ifcolortbl
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \begin_inset Note Note
17065 status open
17066
17067 \begin_layout Plain Layout
17068 本節の以下の部分は、LaTeXパッケージ
17069 \series bold
17070 colortbl
17071 \series default
17072 が導入済みのときのみ表示されます。
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \begin_layout Standard
17081 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
17082 \end_layout
17083
17084 \begin_layout Standard
17085
17086 \series bold
17087
17088 \backslash
17089 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17090 \end_layout
17091
17092 \begin_layout Standard
17093 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17094 を付加する時に用います。したがって、例えば
17095 \end_layout
17096
17097 \begin_layout Standard
17098
17099 \series bold
17100
17101 \backslash
17102 rowcolors{1}{white}{lightgray}
17103 \end_layout
17104
17105 \begin_layout Standard
17106 というコマンドは、表
17107 \begin_inset CommandInset ref
17108 LatexCommand ref
17109 reference "tab:表-行色"
17110
17111 \end_inset
17112
17113 のようなカラースキームをもたらします。また、
17114 \end_layout
17115
17116 \begin_layout Standard
17117
17118 \series bold
17119
17120 \backslash
17121 rowcolors[
17122 \backslash
17123 hline]{1}{lightgray}{cyan}
17124 \end_layout
17125
17126 \begin_layout Standard
17127 というコマンドを用いると、表
17128 \begin_inset CommandInset ref
17129 LatexCommand ref
17130 reference "tab:表-行色-2"
17131
17132 \end_inset
17133
17134 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17135 \end_layout
17136
17137 \begin_layout Standard
17138
17139 \series bold
17140
17141 \backslash
17142 rowcolors{1}{}{}
17143 \end_layout
17144
17145 \begin_layout Standard
17146 というコマンドはすべての色付けを削除することになります。
17147 \series bold
17148
17149 \backslash
17150 rowcolors
17151 \series default
17152 は、コマンドに続くすべての表に影響を及ぼします。
17153 \end_layout
17154
17155 \begin_layout Standard
17156 \begin_inset ERT
17157 status open
17158
17159 \begin_layout Plain Layout
17160
17161
17162 \backslash
17163 rowcolors{1}{white}{lightgray}
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \begin_layout Standard
17172 \begin_inset Float table
17173 placement h
17174 wide false
17175 sideways false
17176 status open
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Caption Standard
17180
17181 \begin_layout Plain Layout
17182 \begin_inset CommandInset label
17183 LatexCommand label
17184 name "tab:表-行色"
17185
17186 \end_inset
17187
17188 隔行が灰色に着色された表
17189 \end_layout
17190
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \begin_layout Plain Layout
17197 \align center
17198 \begin_inset Tabular
17199 <lyxtabular version="3" rows="4" columns="3">
17200 <features rotate="0" tabularvalignment="middle">
17201 <column alignment="center" valignment="top">
17202 <column alignment="center" valignment="top" width="0pt">
17203 <column alignment="center" valignment="top" width="0pt">
17204 <row>
17205 <cell alignment="center" valignment="top" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 <cell alignment="center" valignment="top" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 <row>
17234 <cell alignment="center" valignment="top" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 1
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 2
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 3
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 <row>
17263 <cell alignment="center" valignment="top" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 4
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 5
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 6
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 7
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305 8
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 <cell alignment="center" valignment="top" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314 9
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 </row>
17320 </lyxtabular>
17321
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \begin_layout Standard
17333 \begin_inset ERT
17334 status open
17335
17336 \begin_layout Plain Layout
17337
17338
17339 \backslash
17340 rowcolors[
17341 \backslash
17342 hline]{1}{lightgray}{cyan}
17343 \end_layout
17344
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \begin_layout Standard
17351 \begin_inset Float table
17352 placement h
17353 wide false
17354 sideways false
17355 status open
17356
17357 \begin_layout Plain Layout
17358 \begin_inset Caption Standard
17359
17360 \begin_layout Plain Layout
17361 \begin_inset CommandInset label
17362 LatexCommand label
17363 name "tab:表-行色-2"
17364
17365 \end_inset
17366
17367 隔行でシアン色に着色され、行間に線の入った表
17368 \end_layout
17369
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \begin_layout Plain Layout
17376 \align center
17377 \begin_inset Tabular
17378 <lyxtabular version="3" rows="4" columns="3">
17379 <features rotate="0" tabularvalignment="middle">
17380 <column alignment="center" valignment="top">
17381 <column alignment="center" valignment="top">
17382 <column alignment="center" valignment="top" width="0pt">
17383 <row>
17384 <cell alignment="center" valignment="top" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 1
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 2
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 3
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 4
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 5
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464 6
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 </row>
17470 <row>
17471 <cell alignment="center" valignment="top" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 7
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 8
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 9
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 </lyxtabular>
17500
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \begin_layout Standard
17512 \begin_inset ERT
17513 status collapsed
17514
17515 \begin_layout Plain Layout
17516
17517
17518 \backslash
17519 rowcolors{1}{}{}
17520 \end_layout
17521
17522 \end_inset
17523
17524
17525 \begin_inset Note Note
17526 status collapsed
17527
17528 \begin_layout Plain Layout
17529 行色を解除
17530 \end_layout
17531
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \begin_layout Standard
17538 \begin_inset ERT
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542
17543
17544 \backslash
17545 else
17546 \end_layout
17547
17548 \end_inset
17549
17550
17551 \begin_inset Note Note
17552 status open
17553
17554 \begin_layout Plain Layout
17555 以下は、LaTeXパッケージ
17556 \series bold
17557 colortbl
17558 \series default
17559 が導入されていないときに表示されます。
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \begin_layout Standard
17568 この節の内容を出力で表示させるには、
17569 \series bold
17570 colortbl
17571 \series default
17572 パッケージを導入する必要があります。
17573 \end_layout
17574
17575 \begin_layout Standard
17576 \begin_inset ERT
17577 status collapsed
17578
17579 \begin_layout Plain Layout
17580
17581
17582 \backslash
17583 fi
17584 \end_layout
17585
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \begin_layout Subsection
17592 色付き罫線
17593 \begin_inset Index idx
17594 status collapsed
17595
17596 \begin_layout Plain Layout
17597 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17598 \end_layout
17599
17600 \end_inset
17601
17602
17603 \begin_inset Index idx
17604 status collapsed
17605
17606 \begin_layout Plain Layout
17607 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \begin_layout Standard
17616
17617 \begin_inset CommandInset ref
17618 LatexCommand ref
17619 reference "sub:罫線幅"
17620
17621 \end_inset
17622
17623 節に述べられているように、表中の全罫線の線幅は、長さ
17624 \series bold
17625
17626 \backslash
17627 arrayrulewidth
17628 \series default
17629 を使って調節することができます。本節の表では、すべて1.5
17630 \begin_inset space \thinspace{}
17631 \end_inset
17632
17633 ptに設定されています。
17634 \begin_inset ERT
17635 status collapsed
17636
17637 \begin_layout Plain Layout
17638
17639
17640 \backslash
17641 setlength{
17642 \backslash
17643 arrayrulewidth}{1.5pt}
17644 \end_layout
17645
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \begin_layout Standard
17652 たとえば縦罫線を緑に着色するには、第
17653 \begin_inset CommandInset ref
17654 LatexCommand ref
17655 reference "sub:自製書式"
17656
17657 \end_inset
17658
17659 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17660 \end_layout
17661
17662 \begin_layout Standard
17663
17664 \series bold
17665
17666 \backslash
17667 newcolumntype{W}{!{
17668 \backslash
17669 color{green}
17670 \backslash
17671 vline}}
17672 \end_layout
17673
17674 \begin_layout Standard
17675
17676 \begin_inset CommandInset ref
17677 LatexCommand ref
17678 reference "tab:色付き縦罫線の表"
17679
17680 \end_inset
17681
17682 では、最右列にLaTeX変数
17683 \series bold
17684 WcW
17685 \series default
17686 、他の列にLaTeX変数
17687 \series bold
17688 Wc
17689 \series default
17690 が使用されています。
17691 \end_layout
17692
17693 \begin_layout Standard
17694 複数の色を用いたいときには、列書式をもっと定義してください。
17695 \end_layout
17696
17697 \begin_layout Standard
17698 \begin_inset Float table
17699 placement h
17700 wide false
17701 sideways false
17702 status open
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Caption Standard
17706
17707 \begin_layout Plain Layout
17708 \begin_inset CommandInset label
17709 LatexCommand label
17710 name "tab:色付き縦罫線の表"
17711
17712 \end_inset
17713
17714 色付き縦罫線の表
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \begin_layout Plain Layout
17723 \align center
17724 \begin_inset Tabular
17725 <lyxtabular version="3" rows="3" columns="3">
17726 <features rotate="0" tabularvalignment="middle">
17727 <column alignment="center" valignment="top" special="Wc">
17728 <column alignment="center" valignment="top" special="Wc">
17729 <column alignment="center" valignment="top" special="WcW">
17730 <row>
17731 <cell alignment="center" valignment="top" topline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 sd
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" topline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" topline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 </row>
17759 <row>
17760 <cell alignment="center" valignment="top" topline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" topline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 sd
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 <cell alignment="center" valignment="top" topline="true" usebox="none">
17779 \begin_inset Text
17780
17781 \begin_layout Plain Layout
17782
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 </row>
17788 <row>
17789 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 sd
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 </row>
17817 </lyxtabular>
17818
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \begin_layout Standard
17830 \begin_inset VSpace bigskip
17831 \end_inset
17832
17833
17834 \begin_inset CommandInset ref
17835 LatexCommand ref
17836 reference "tab:色付き横罫線の表"
17837
17838 \end_inset
17839
17840 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17841 \end_layout
17842
17843 \begin_layout Standard
17844
17845 \series bold
17846
17847 \backslash
17848 let
17849 \backslash
17850 myHlineC
17851 \backslash
17852 hline
17853 \begin_inset Newline newline
17854 \end_inset
17855
17856
17857 \backslash
17858 renewcommand{
17859 \backslash
17860 hline}
17861 \begin_inset Newline newline
17862 \end_inset
17863
17864
17865 \begin_inset Phantom HPhantom
17866 status open
17867
17868 \begin_layout Plain Layout
17869 \begin_inset space ~
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876
17877 {
17878 \backslash
17879 arrayrulecolor{red}
17880 \backslash
17881 myHlineC
17882 \backslash
17883 arrayrulecolor{black}}
17884 \end_layout
17885
17886 \begin_layout Standard
17887 というコマンドを入力して下さい。
17888 \end_layout
17889
17890 \begin_layout Standard
17891 \begin_inset ERT
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895
17896
17897 \backslash
17898 let
17899 \backslash
17900 myHlineC
17901 \backslash
17902 hline
17903 \end_layout
17904
17905 \begin_layout Plain Layout
17906
17907
17908 \backslash
17909 renewcommand{
17910 \backslash
17911 hline}
17912 \end_layout
17913
17914 \begin_layout Plain Layout
17915
17916  {
17917 \backslash
17918 arrayrulecolor{red}
17919 \backslash
17920 myHlineC
17921 \backslash
17922 arrayrulecolor{black}}
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \begin_inset Float table
17929 placement h
17930 wide false
17931 sideways false
17932 status open
17933
17934 \begin_layout Plain Layout
17935 \begin_inset Caption Standard
17936
17937 \begin_layout Plain Layout
17938 \begin_inset CommandInset label
17939 LatexCommand label
17940 name "tab:色付き横罫線の表"
17941
17942 \end_inset
17943
17944 色付き横罫線の表
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \begin_layout Plain Layout
17953 \align center
17954 \begin_inset Tabular
17955 <lyxtabular version="3" rows="3" columns="3">
17956 <features rotate="0" tabularvalignment="middle">
17957 <column alignment="center" valignment="top">
17958 <column alignment="center" valignment="top">
17959 <column alignment="center" valignment="top">
17960 <row>
17961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 sd
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 <row>
17990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 sd
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 </row>
18018 <row>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 sd
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 </lyxtabular>
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \begin_layout Standard
18060 既定値の黒罫線に戻るには、
18061 \end_layout
18062
18063 \begin_layout Standard
18064
18065 \series bold
18066
18067 \backslash
18068 renewcommand{
18069 \backslash
18070 hline}{
18071 \backslash
18072 myHlineC}
18073 \end_layout
18074
18075 \begin_layout Standard
18076 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18077 \begin_inset CommandInset ref
18078 LatexCommand ref
18079 reference "tab:色付き罫線の表"
18080
18081 \end_inset
18082
18083 は、縦横罫線を色付けした例です。
18084 \end_layout
18085
18086 \begin_layout Standard
18087 \begin_inset Float table
18088 placement h
18089 wide false
18090 sideways false
18091 status open
18092
18093 \begin_layout Plain Layout
18094 \begin_inset Caption Standard
18095
18096 \begin_layout Plain Layout
18097 \begin_inset CommandInset label
18098 LatexCommand label
18099 name "tab:色付き罫線の表"
18100
18101 \end_inset
18102
18103 色付き罫線の表
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Plain Layout
18112 \align center
18113 \begin_inset Tabular
18114 <lyxtabular version="3" rows="3" columns="3">
18115 <features rotate="0" tabularvalignment="middle">
18116 <column alignment="center" valignment="top" special="Wc">
18117 <column alignment="center" valignment="top" special="Wc">
18118 <column alignment="center" valignment="top" special="WcW">
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 sd
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="center" valignment="top" topline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 sd
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 <row topspace="default">
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 sd
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 </row>
18206 </lyxtabular>
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Standard
18219 \begin_inset ERT
18220 status collapsed
18221
18222 \begin_layout Plain Layout
18223
18224
18225 \backslash
18226 renewcommand{
18227 \backslash
18228 hline}{
18229 \backslash
18230 myHlineC}
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Standard
18239 \begin_inset ERT
18240 status collapsed
18241
18242 \begin_layout Plain Layout
18243
18244
18245 \backslash
18246 setlength{
18247 \backslash
18248 arrayrulewidth}{0.4pt}
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \begin_layout Section
18257 表セルの回転
18258 \begin_inset CommandInset label
18259 LatexCommand label
18260 name "sec:表セルの回転"
18261
18262 \end_inset
18263
18264
18265 \begin_inset Index idx
18266 status collapsed
18267
18268 \begin_layout Plain Layout
18269 ひょう@表 ! せるのかいてん@セルの回転
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \begin_inset Index idx
18276 status collapsed
18277
18278 \begin_layout Plain Layout
18279 かいてん@回転 ! そざいの@素材の---
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Standard
18288 \begin_inset Note Greyedout
18289 status open
18290
18291 \begin_layout Plain Layout
18292
18293 \series bold
18294 【註】
18295 \series default
18296 すべてのDVIビューアが回転表示できるわけではありません。
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Standard
18305 いまのところ、LyXでは、表セルは、反時計回りに90
18306 \begin_inset space \thinspace{}
18307 \end_inset
18308
18309 °毎に回転させることしかできません。これ以外の角度にセルを回転させたい場合には、文書プリアンブルに
18310 \end_layout
18311
18312 \begin_layout Standard
18313
18314 \series bold
18315
18316 \backslash
18317 @ifundefined{turnbox}{
18318 \backslash
18319 usepackage{rotating}}{}
18320 \end_layout
18321
18322 \begin_layout Standard
18323 と書き加えなくてはなりません。回転させる表セルの冒頭に、TeXコードで
18324 \end_layout
18325
18326 \begin_layout Standard
18327
18328 \series bold
18329
18330 \backslash
18331 begin{turn}{角度}
18332 \end_layout
18333
18334 \begin_layout Standard
18335 というコマンドを書き加えてください。ここで角度は、°での回転角です。さらに、セルの終わりで、TeXコードで
18336 \end_layout
18337
18338 \begin_layout Standard
18339
18340 \series bold
18341
18342 \backslash
18343 end{turn}
18344 \end_layout
18345
18346 \begin_layout Standard
18347 と入れてください。表
18348 \begin_inset CommandInset ref
18349 LatexCommand ref
18350 reference "tab:表多行回転"
18351
18352 \end_inset
18353
18354 は、3つのセルを45°回転させた用例です。
18355 \end_layout
18356
18357 \begin_layout Standard
18358 \begin_inset Float table
18359 wide false
18360 sideways false
18361 status open
18362
18363 \begin_layout Plain Layout
18364 \begin_inset Caption Standard
18365
18366 \begin_layout Plain Layout
18367 \begin_inset CommandInset label
18368 LatexCommand label
18369 name "tab:回転表"
18370
18371 \end_inset
18372
18373 1行目に回転セルのある表
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Plain Layout
18382 \noindent
18383 \align center
18384 \begin_inset Tabular
18385 <lyxtabular version="3" rows="2" columns="3">
18386 <features rotate="0" tabularvalignment="middle">
18387 <column alignment="center" valignment="top">
18388 <column alignment="center" valignment="top" width="0pt">
18389 <column alignment="center" valignment="top">
18390 <row>
18391 <cell alignment="center" valignment="top" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 \begin_inset ERT
18396 status collapsed
18397
18398 \begin_layout Plain Layout
18399
18400
18401 \backslash
18402 begin{turn}{45}
18403 \end_layout
18404
18405 \end_inset
18406
18407 コップ
18408 \begin_inset ERT
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412
18413
18414 \backslash
18415 end{turn}
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 <cell alignment="center" valignment="top" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 \begin_inset ERT
18430 status collapsed
18431
18432 \begin_layout Plain Layout
18433
18434
18435 \backslash
18436 begin{turn}{45}
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \begin_inset ERT
18443 status collapsed
18444
18445 \begin_layout Plain Layout
18446
18447
18448 \backslash
18449 end{turn}
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 <cell alignment="center" valignment="top" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463 \begin_inset ERT
18464 status collapsed
18465
18466 \begin_layout Plain Layout
18467
18468
18469 \backslash
18470 begin{turn}{45}
18471 \end_layout
18472
18473 \end_inset
18474
18475 受け皿
18476 \begin_inset ERT
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480
18481
18482 \backslash
18483 end{turn}
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 </row>
18494 <row>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 45
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 33
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 21
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 </lyxtabular>
18524
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \end_inset
18531
18532
18533 \end_layout
18534
18535 \begin_layout Standard
18536 \begin_inset Note Greyedout
18537 status open
18538
18539 \begin_layout Plain Layout
18540
18541 \series bold
18542 【註】
18543 \series default
18544 回転セル中では、改行(
18545 \begin_inset Flex Ruby
18546 status collapsed
18547
18548 \begin_layout Plain Layout
18549 捷径
18550 \begin_inset Argument post:1
18551 status collapsed
18552
18553 \begin_layout Plain Layout
18554 ショートカット
18555 \end_layout
18556
18557 \end_inset
18558
18559
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \begin_inset Info
18566 type  "shortcut"
18567 arg   "newline-insert newline"
18568 \end_inset
18569
18570 )はできません。
18571 \end_layout
18572
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \begin_layout Standard
18579 改行を含むセルを回転させたい場合には、セルの内容をminipageかparboxに置かなくてはなりません
18580 \begin_inset Foot
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584 これらのボックスについて詳しくは、第
18585 \begin_inset CommandInset ref
18586 LatexCommand ref
18587 reference "sec:ミニページ"
18588
18589 \end_inset
18590
18591 節および第
18592 \begin_inset CommandInset ref
18593 LatexCommand ref
18594 reference "sec:Parboxes"
18595
18596 \end_inset
18597
18598 節をご覧ください。
18599 \end_layout
18600
18601 \end_inset
18602
18603 。このセルを90
18604 \begin_inset space \thinspace{}
18605 \end_inset
18606
18607 °回転させると、ボックス幅はセルの高さになります。表
18608 \begin_inset CommandInset ref
18609 LatexCommand ref
18610 reference "tab:表多行回転"
18611
18612 \end_inset
18613
18614 は、ボックス幅が3
18615 \begin_inset space \thinspace{}
18616 \end_inset
18617
18618 cmの、多行セルを回転させる例です。
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset Float table
18623 wide false
18624 sideways false
18625 status open
18626
18627 \begin_layout Plain Layout
18628 \begin_inset Caption Standard
18629
18630 \begin_layout Plain Layout
18631 \begin_inset CommandInset label
18632 LatexCommand label
18633 name "tab:表多行回転"
18634
18635 \end_inset
18636
18637 多行セルを回転させた表
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646 \noindent
18647 \align center
18648 \begin_inset Tabular
18649 <lyxtabular version="3" rows="2" columns="3">
18650 <features rotate="0" tabularvalignment="middle">
18651 <column alignment="center" valignment="top">
18652 <column alignment="center" valignment="top" width="0pt">
18653 <column alignment="center" valignment="top">
18654 <row>
18655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668 \begin_inset Box Frameless
18669 position "t"
18670 hor_pos "c"
18671 has_inner_box 1
18672 inner_pos "t"
18673 use_parbox 0
18674 use_makebox 0
18675 width "3cm"
18676 special "none"
18677 height "1in"
18678 height_special "totalheight"
18679 status open
18680
18681 \begin_layout Plain Layout
18682 改行を含む
18683 \begin_inset Newline newline
18684 \end_inset
18685
18686 回転
18687 \end_layout
18688
18689 \end_inset
18690
18691
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row>
18707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 </row>
18735 </lyxtabular>
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Section
18748 表幅の計算
18749 \begin_inset CommandInset label
18750 LatexCommand label
18751 name "sec:表幅の計算"
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18760 設ければ良いのでしょうか?
18761 \end_layout
18762
18763 \begin_layout Standard
18764 表幅
18765 \begin_inset Formula $W_{\text{表}}$
18766 \end_inset
18767
18768 は計算することができます。各列の実際の幅は、指定した列幅
18769 \begin_inset Formula $W_{\text{列}}$
18770 \end_inset
18771
18772 に、列の内容と列罫線との間の余白(LaTeX長
18773 \series bold
18774
18775 \backslash
18776 tabcolsep
18777 \series default
18778 ・既定値6
18779 \begin_inset space \thinspace{}
18780 \end_inset
18781
18782 pt)の2倍と、罫線幅(LaTeX長
18783 \series bold
18784
18785 \backslash
18786 arrayrulewidth
18787 \series default
18788 ・既定値0.4
18789 \begin_inset space \thinspace{}
18790 \end_inset
18791
18792 pt)を加えたものになります。したがって、もし同じ幅の
18793 \begin_inset Formula $n$
18794 \end_inset
18795
18796 列を作るならば、表幅は
18797 \begin_inset Formula 
18798 \begin{equation}
18799 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18800 \end{equation}
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Standard
18808 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18809 \series bold
18810
18811 \backslash
18812 columnwidth
18813 \series default
18814 )。表の列をすべて同じ幅にするとすれば、
18815 \begin_inset Formula $W_{\text{表}}$
18816 \end_inset
18817
18818 が1
18819 \begin_inset space \thinspace{}
18820 \end_inset
18821
18822
18823 \backslash
18824 columnwidthになりますので、
18825 \begin_inset Formula $W_{\text{列}}$
18826 \end_inset
18827
18828 は簡単に計算できます。
18829 \end_layout
18830
18831 \begin_layout Standard
18832 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18833 \series bold
18834 calc
18835 \series default
18836
18837 \begin_inset Index idx
18838 status collapsed
18839
18840 \begin_layout Plain Layout
18841 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18842 \end_layout
18843
18844 \end_inset
18845
18846 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18847 \family sans
18848 LaTeXの引数
18849 \family default
18850 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18851 \begin_inset CommandInset ref
18852 LatexCommand ref
18853 reference "sub:連結列の計算"
18854
18855 \end_inset
18856
18857 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18858 \end_layout
18859
18860 \begin_layout Standard
18861
18862 \series bold
18863 >{
18864 \backslash
18865 centering}p{(1
18866 \backslash
18867 columnwidth-62.4pt)/5}
18868 \end_layout
18869
18870 \begin_layout Standard
18871 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18872 \begin_inset Formula 
18873 \begin{align}
18874 \backslash\mbox{columnwidth} & =3\, W_{\text{列}}+2\cdot0.75\, W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18875  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18876  & =4.5\, W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18877 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18878 \end{align}
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Standard
18886 となります。したがって、表中の広い列には
18887 \end_layout
18888
18889 \begin_layout Standard
18890
18891 \series bold
18892 >{
18893 \backslash
18894 centering}p{(1
18895 \backslash
18896 columnwidth-62.4pt)/
18897 \backslash
18898 real{4.5}}
18899 \end_layout
18900
18901 \begin_layout Standard
18902 というコマンドを用い、狭い列には
18903 \end_layout
18904
18905 \begin_layout Standard
18906
18907 \series bold
18908 >{
18909 \backslash
18910 centering}p{(1
18911 \backslash
18912 columnwidth-62.4pt)/
18913 \backslash
18914 real{4.5}*
18915 \backslash
18916 real{0.75}}
18917 \end_layout
18918
18919 \begin_layout Standard
18920 というコマンドを用いることにすると、以下の表が出来上がります。
18921 \end_layout
18922
18923 \begin_layout Standard
18924 \begin_inset Tabular
18925 <lyxtabular version="3" rows="2" columns="5">
18926 <features rotate="0" tabularvalignment="middle">
18927 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18928 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18929 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18930 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18931 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18932 <row>
18933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 1
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946 2
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955 3
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964 4
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 5
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 </row>
18979 <row>
18980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984 111111 1111111 111111 111111111 11111 11111 1111
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002 2222 22222 222222 222222222 2222222 22 22222
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020 333333 333333 333333 33333 3333333 333
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 </row>
19026 </lyxtabular>
19027
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \begin_layout Section
19034 表の調整
19035 \begin_inset Index idx
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039 ひょうのちょうせい@表の調整
19040 \end_layout
19041
19042 \end_inset
19043
19044
19045 \begin_inset Index idx
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049 ひょう@表 ! ちょうせい@調整
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Subsection
19058 行の余白取り
19059 \begin_inset CommandInset label
19060 LatexCommand label
19061 name "sub:行の余白取り"
19062
19063 \end_inset
19064
19065
19066 \begin_inset Index idx
19067 status collapsed
19068
19069 \begin_layout Plain Layout
19070 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19071 \end_layout
19072
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \begin_layout Standard
19079 表の設定ダイアログの
19080 \family sans
19081 罫線
19082 \family default
19083 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19084 \end_layout
19085
19086 \begin_layout Description
19087 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19088 \begin_inset Foot
19089 status collapsed
19090
19091 \begin_layout Plain Layout
19092 フォーマル形式の表は第
19093 \begin_inset CommandInset ref
19094 LatexCommand ref
19095 reference "sec:フォーマル形式の表"
19096
19097 \end_inset
19098
19099 節で説明されています。
19100 \end_layout
19101
19102 \end_inset
19103
19104 ならば、LyXは既定値として0.5
19105 \begin_inset space \thinspace{}
19106 \end_inset
19107
19108 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19109 \begin_inset VSpace medskip
19110 \end_inset
19111
19112
19113 \begin_inset Newline newline
19114 \end_inset
19115
19116
19117 \begin_inset space \hspace*{}
19118 \length 0pt
19119 \end_inset
19120
19121
19122 \begin_inset space \hfill{}
19123 \end_inset
19124
19125
19126 \begin_inset Tabular
19127 <lyxtabular version="3" rows="3" columns="1">
19128 <features rotate="0" tabularvalignment="middle">
19129 <column alignment="center" valignment="top">
19130 <row>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row topspace="3mm">
19142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 行上に3
19147 \begin_inset space \thinspace{}
19148 \end_inset
19149
19150 mmの余白
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 </lyxtabular>
19168
19169 \end_inset
19170
19171
19172 \begin_inset space \hfill{}
19173 \end_inset
19174
19175
19176 \begin_inset space \hspace*{}
19177 \length 0pt
19178 \end_inset
19179
19180
19181 \begin_inset VSpace medskip
19182 \end_inset
19183
19184
19185 \begin_inset Newline newline
19186 \end_inset
19187
19188 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19189 \end_layout
19190
19191 \begin_layout Description
19192 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19193 \begin_inset space \thinspace{}
19194 \end_inset
19195
19196 emの余白を挿入し、通常の表ならば既定値として2
19197 \begin_inset space \thinspace{}
19198 \end_inset
19199
19200 ptを挿入します。
19201 \end_layout
19202
19203 \begin_layout Description
19204 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19205 \begin_inset space \thinspace{}
19206 \end_inset
19207
19208 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19209 \begin_inset VSpace medskip
19210 \end_inset
19211
19212
19213 \begin_inset Newline newline
19214 \end_inset
19215
19216
19217 \begin_inset space \hspace*{}
19218 \length 0pt
19219 \end_inset
19220
19221
19222 \begin_inset space \hfill{}
19223 \end_inset
19224
19225
19226 \begin_inset Tabular
19227 <lyxtabular version="3" rows="3" columns="1">
19228 <features rotate="0" tabularvalignment="middle">
19229 <column alignment="center" valignment="top">
19230 <row>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 </row>
19241 <row interlinespace="3mm">
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 \begin_inset Formula $\downarrow$
19247 \end_inset
19248
19249  行間に3
19250 \begin_inset space \thinspace{}
19251 \end_inset
19252
19253 mmの余白 
19254 \begin_inset Formula $\downarrow$
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 <row>
19264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 \begin_inset Formula $\uparrow$
19269 \end_inset
19270
19271  行間に3
19272 \begin_inset space \thinspace{}
19273 \end_inset
19274
19275 mmの余白 
19276 \begin_inset Formula $\uparrow$
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 </row>
19285 </lyxtabular>
19286
19287 \end_inset
19288
19289
19290 \begin_inset space \hfill{}
19291 \end_inset
19292
19293
19294 \begin_inset space \hspace*{}
19295 \length 0pt
19296 \end_inset
19297
19298
19299 \begin_inset VSpace medskip
19300 \end_inset
19301
19302
19303 \begin_inset Newline newline
19304 \end_inset
19305
19306 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19307 \end_layout
19308
19309 \begin_layout Standard
19310 \begin_inset VSpace bigskip
19311 \end_inset
19312
19313 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19314 \end_layout
19315
19316 \begin_layout Standard
19317
19318 \series bold
19319
19320 \backslash
19321 @ifundefined{extrarowheight}
19322 \begin_inset Newline newline
19323 \end_inset
19324
19325
19326 \begin_inset Phantom HPhantom
19327 status open
19328
19329 \begin_layout Plain Layout
19330 \begin_inset space ~
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337
19338 {
19339 \backslash
19340 usepackage{array}}{}
19341 \begin_inset Newline newline
19342 \end_inset
19343
19344
19345 \backslash
19346 setlength{
19347 \backslash
19348 extrarowheight}{height}
19349 \end_layout
19350
19351 \begin_layout Standard
19352 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
19353 \series bold
19354 array
19355 \series default
19356 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19357 \series bold
19358
19359 \backslash
19360 @ifundefined
19361 \series default
19362 が使用されています)。
19363 \end_layout
19364
19365 \begin_layout Standard
19366 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
19367 \series bold
19368
19369 \backslash
19370 strut
19371 \series default
19372 コマンドを挿入することで補正することができます。表
19373 \begin_inset CommandInset ref
19374 LatexCommand ref
19375 reference "tab:垂直揃え"
19376
19377 \end_inset
19378
19379 は、この効果を示したものです。
19380 \end_layout
19381
19382 \begin_layout Standard
19383 \noindent
19384 \begin_inset Float table
19385 placement h
19386 wide false
19387 sideways false
19388 status open
19389
19390 \begin_layout Plain Layout
19391 \begin_inset Caption Standard
19392
19393 \begin_layout Plain Layout
19394 \begin_inset CommandInset label
19395 LatexCommand label
19396 name "tab:垂直揃え"
19397
19398 \end_inset
19399
19400 大きなフォント寸法の文章の垂直揃え
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Plain Layout
19409 \begin_inset space \hfill{}
19410 \end_inset
19411
19412
19413 \begin_inset Float table
19414 wide false
19415 sideways false
19416 status collapsed
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Caption Standard
19420
19421 \begin_layout Plain Layout
19422 通常の表
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Plain Layout
19431 \noindent
19432 \align center
19433 \begin_inset Tabular
19434 <lyxtabular version="3" rows="6" columns="1">
19435 <features rotate="0" tabularvalignment="middle">
19436 <column alignment="left" valignment="top">
19437 <row>
19438 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 ふつう, g
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453
19454 \size large
19455 やや大
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 </row>
19461 <row>
19462 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466
19467 \size larger
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 <row>
19475 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \size largest
19481 極大
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \size huge
19494 極々大
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 <row>
19501 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505
19506 \size giant
19507 最大
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 </row>
19513 </lyxtabular>
19514
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521
19522
19523 \begin_inset space \hfill{}
19524 \end_inset
19525
19526
19527 \begin_inset Float table
19528 wide false
19529 sideways false
19530 status collapsed
19531
19532 \begin_layout Plain Layout
19533 \begin_inset Caption Standard
19534
19535 \begin_layout Plain Layout
19536
19537 \series bold
19538
19539 \backslash
19540 strut
19541 \series default
19542 コマンドを使用した表
19543 \end_layout
19544
19545 \end_inset
19546
19547
19548 \end_layout
19549
19550 \begin_layout Plain Layout
19551 \noindent
19552 \align center
19553 \begin_inset Tabular
19554 <lyxtabular version="3" rows="6" columns="1">
19555 <features rotate="0" tabularvalignment="middle">
19556 <column alignment="left" valignment="top">
19557 <row>
19558 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 ふつう, g
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 </row>
19568 <row>
19569 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \size large
19575 \begin_inset ERT
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580
19581 \backslash
19582 strut 
19583 \end_layout
19584
19585 \end_inset
19586
19587 やや大
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 </row>
19593 <row>
19594 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598
19599 \size larger
19600 \begin_inset ERT
19601 status collapsed
19602
19603 \begin_layout Plain Layout
19604
19605
19606 \backslash
19607 strut 
19608 \end_layout
19609
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 </row>
19618 <row>
19619 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \size largest
19625 \begin_inset ERT
19626 status collapsed
19627
19628 \begin_layout Plain Layout
19629
19630
19631 \backslash
19632 strut 
19633 \end_layout
19634
19635 \end_inset
19636
19637 極大
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 </row>
19643 <row>
19644 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \size huge
19650 \begin_inset ERT
19651 status collapsed
19652
19653 \begin_layout Plain Layout
19654
19655
19656 \backslash
19657 strut 
19658 \end_layout
19659
19660 \end_inset
19661
19662 極々大
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 </row>
19668 <row>
19669 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673
19674 \size giant
19675 \begin_inset ERT
19676 status collapsed
19677
19678 \begin_layout Plain Layout
19679
19680
19681 \backslash
19682 strut 
19683 \end_layout
19684
19685 \end_inset
19686
19687 最大
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 </row>
19693 </lyxtabular>
19694
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \begin_inset space \hfill{}
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710
19711
19712 \end_layout
19713
19714 \begin_layout Subsection
19715 特殊なセル揃え
19716 \begin_inset CommandInset label
19717 LatexCommand label
19718 name "sub:特殊なセル揃え"
19719
19720 \end_inset
19721
19722
19723 \begin_inset Index idx
19724 status collapsed
19725
19726 \begin_layout Plain Layout
19727 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19728 \end_layout
19729
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \begin_layout Standard
19736 ときには表
19737 \begin_inset CommandInset ref
19738 LatexCommand ref
19739 reference "tab:表セル"
19740
19741 \end_inset
19742
19743 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19744 \begin_inset Graphics
19745         filename ../../images/tabular-feature_align-decimal.png
19746         scale 85
19747         scaleBeforeRotation
19748
19749 \end_inset
19750
19751 を押すか、表設定中で揃えを
19752 \family sans
19753 小数点で
19754 \family default
19755 に設定します。
19756 \end_layout
19757
19758 \begin_layout Standard
19759 \begin_inset Float table
19760 placement h
19761 wide false
19762 sideways false
19763 status open
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Caption Standard
19767
19768 \begin_layout Plain Layout
19769 \begin_inset CommandInset label
19770 LatexCommand label
19771 name "tab:表セル"
19772
19773 \end_inset
19774
19775 一列が小数点で揃えられた表セル
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Plain Layout
19784 \align center
19785 \begin_inset Tabular
19786 <lyxtabular version="3" rows="4" columns="1">
19787 <features rotate="0" booktabs="true" tabularvalignment="middle">
19788 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19789 <row>
19790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 見出し
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 12.6
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 0.68
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 -123.0
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 </lyxtabular>
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \begin_layout Standard
19846 \begin_inset Float table
19847 placement h
19848 wide false
19849 sideways false
19850 status open
19851
19852 \begin_layout Plain Layout
19853 \begin_inset Caption Standard
19854
19855 \begin_layout Plain Layout
19856 \begin_inset CommandInset label
19857 LatexCommand label
19858 name "tab:演算子揃え表"
19859
19860 \end_inset
19861
19862 一列が演算子で揃えられた表セル
19863 \end_layout
19864
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \begin_layout Plain Layout
19871 \align center
19872 \begin_inset Tabular
19873 <lyxtabular version="3" rows="4" columns="2">
19874 <features rotate="0" booktabs="true" tabularvalignment="middle">
19875 <column alignment="right" valignment="top" width="0pt">
19876 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19877 <row>
19878 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 見出し
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $12\,+$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Formula $\,6$
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 </row>
19923 <row>
19924 <cell alignment="center" valignment="top" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $0\,-$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940 \begin_inset Formula $\,68$
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="center" valignment="top" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 \begin_inset Formula $-123\,/$
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\,0$
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 </row>
19975 </lyxtabular>
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \begin_layout Standard
19988 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19989 \begin_inset CommandInset ref
19990 LatexCommand ref
19991 reference "tab:演算子揃え表"
19992
19993 \end_inset
19994
19995 のような方法を用いる必要があります。この表は、4
19996 \begin_inset Formula $\times$
19997 \end_inset
19998
19999 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
20000 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
20001 \end_layout
20002
20003 \begin_layout Standard
20004
20005 \series bold
20006 @{}l
20007 \end_layout
20008
20009 \begin_layout Standard
20010 というLaTeX引数を第2列に指定します。
20011 \end_layout
20012
20013 \begin_layout Standard
20014
20015 \begin_inset CommandInset ref
20016 LatexCommand ref
20017 reference "tab:表セル揃え"
20018
20019 \end_inset
20020
20021 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20022 \begin_inset CommandInset ref
20023 LatexCommand ref
20024 reference "tab:演算子揃え表"
20025
20026 \end_inset
20027
20028 の冒頭には、小空白が加えられています。
20029 \end_layout
20030
20031 \begin_layout Standard
20032 \begin_inset Float table
20033 wide false
20034 sideways false
20035 status open
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Caption Standard
20039
20040 \begin_layout Plain Layout
20041 \begin_inset CommandInset label
20042 LatexCommand label
20043 name "tab:表セル揃え"
20044
20045 \end_inset
20046
20047 表セルの揃えの例
20048 \end_layout
20049
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \begin_layout Plain Layout
20056 \align center
20057 \begin_inset Tabular
20058 <lyxtabular version="3" rows="4" columns="6">
20059 <features rotate="0" tabularvalignment="middle">
20060 <column alignment="right" valignment="top">
20061 <column alignment="left" valignment="top" special="@{}l">
20062 <column alignment="right" valignment="top">
20063 <column alignment="left" valignment="top" special="@{}l">
20064 <column alignment="right" valignment="top">
20065 <column alignment="left" valignment="top" special="@{}l">
20066 <row>
20067 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 単位
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 冪数
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 関係子
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 12
20128 \begin_inset Formula $\times$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 24本の瓶
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 <cell alignment="center" valignment="top" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 \begin_inset Formula $10\cdot$
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $10^{\mbox{-}17}$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $\Gamma(t)\propto$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 <cell alignment="center" valignment="top" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 \begin_inset Formula $\:\Upsilon(t)$
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 </row>
20194 <row>
20195 <cell alignment="center" valignment="top" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 1024
20200 \begin_inset Formula $\times$
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 768ピクセル
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 <cell alignment="center" valignment="top" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Plain Layout
20221 \begin_inset Formula $5.78\cdot$
20222 \end_inset
20223
20224
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $10^{7}$
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset Formula $A\ne$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 \begin_inset Formula $\: B_{\mathrm{red}}$
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 </row>
20266 <row>
20267 <cell alignment="center" valignment="top" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 32
20272 \begin_inset Formula $\times$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 6
20285 \begin_inset space \thinspace{}
20286 \end_inset
20287
20288 cm
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 -
20298 \begin_inset Formula $33.5\cdot$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $10^{4}$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Formula $\sin(\alpha)\ge$
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 <cell alignment="center" valignment="top" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Formula $\:\sin(\beta)$
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 </lyxtabular>
20344
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \end_inset
20351
20352
20353 \end_layout
20354
20355 \begin_layout Subsection
20356 自製のセル書式および列書式
20357 \begin_inset CommandInset label
20358 LatexCommand label
20359 name "sub:自製書式"
20360
20361 \end_inset
20362
20363
20364 \begin_inset Index idx
20365 status collapsed
20366
20367 \begin_layout Plain Layout
20368 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20369 \end_layout
20370
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \begin_layout Standard
20377
20378 \begin_inset CommandInset ref
20379 LatexCommand ref
20380 reference "sec:表幅の計算"
20381
20382 \end_inset
20383
20384 節のようにして通常列の必要幅を計算したり、第
20385 \begin_inset CommandInset ref
20386 LatexCommand ref
20387 reference "sub:連結列の計算"
20388
20389 \end_inset
20390
20391 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
20392 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20393 \end_layout
20394
20395 \begin_layout Standard
20396
20397 \series bold
20398
20399 \backslash
20400 newcolumntype{書式名}[引数の数]{コマンド}
20401 \end_layout
20402
20403 \begin_layout Standard
20404 書式名は、一文字だけでも構いません。
20405 \emph on
20406 b
20407 \emph default
20408
20409 \emph on
20410 c
20411 \emph default
20412
20413 \emph on
20414 l
20415 \emph default
20416
20417 \emph on
20418 m
20419 \emph default
20420
20421 \emph on
20422 p
20423 \emph default
20424
20425 \emph on
20426 r
20427 \emph default
20428 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20429 \end_layout
20430
20431 \begin_layout Standard
20432 \begin_inset VSpace medskip
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \begin_layout Standard
20439 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20440 \end_layout
20441
20442 \begin_layout Standard
20443
20444 \series bold
20445
20446 \backslash
20447 newcolumntype{M}[1]{>{
20448 \backslash
20449 centering
20450 \backslash
20451 hspace{0pt}}m{#1}}
20452 \end_layout
20453
20454 \begin_layout Standard
20455 ここで
20456 \series bold
20457
20458 \backslash
20459 hspace{0pt}
20460 \series default
20461 は、第
20462 \begin_inset CommandInset ref
20463 LatexCommand ref
20464 reference "sub:複数行"
20465
20466 \end_inset
20467
20468 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
20469 \family sans
20470 LaTeXの引数
20471 \family default
20472
20473 \end_layout
20474
20475 \begin_layout Standard
20476
20477 \series bold
20478 M{width}
20479 \end_layout
20480
20481 \begin_layout Standard
20482 と入力するだけですみます。
20483 \end_layout
20484
20485 \begin_layout Standard
20486 \begin_inset VSpace bigskip
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \begin_layout Standard
20493 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20494 \end_layout
20495
20496 \begin_layout Standard
20497
20498 \series bold
20499
20500 \backslash
20501 newcolumntype{S}[2]{>{
20502 \backslash
20503 centering
20504 \backslash
20505 hspace{0pt}}
20506 \begin_inset Newline newline
20507 \end_inset
20508
20509
20510 \begin_inset Phantom HPhantom
20511 status open
20512
20513 \begin_layout Plain Layout
20514
20515 \series bold
20516
20517 \backslash
20518 newcolumntype
20519 \end_layout
20520
20521 \end_inset
20522
20523 m{(#1+(2
20524 \backslash
20525 tabcolsep+
20526 \backslash
20527 arrayrulewidth)*(1-#2))/#2}}
20528 \end_layout
20529
20530 \begin_layout Standard
20531 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20532 \begin_inset CommandInset ref
20533 LatexCommand eqref
20534 reference "eq:Wgn"
20535
20536 \end_inset
20537
20538 式を使用しています。
20539 \end_layout
20540
20541 \begin_layout Standard
20542 こうしておけば、当該セルのLaTeX引数に
20543 \end_layout
20544
20545 \begin_layout Standard
20546
20547 \series bold
20548 S{連結列セルの幅}{連結列セルがまたがる列の数}
20549 \end_layout
20550
20551 \begin_layout Standard
20552 と入力するだけですみます。
20553 \end_layout
20554
20555 \begin_layout Standard
20556 \begin_inset VSpace bigskip
20557 \end_inset
20558
20559
20560 \end_layout
20561
20562 \begin_layout Standard
20563 色付き列については、以下のように定義するとよいでしょう。
20564 \end_layout
20565
20566 \begin_layout Standard
20567
20568 \series bold
20569
20570 \backslash
20571 newcolumntype{K}[1]{>{
20572 \backslash
20573 columncolor{#1}
20574 \backslash
20575 hspace{0pt}}c}
20576 \end_layout
20577
20578 \begin_layout Standard
20579 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20580 \end_layout
20581
20582 \begin_layout Standard
20583
20584 \series bold
20585 K{色名}
20586 \end_layout
20587
20588 \begin_layout Standard
20589 と入力します。
20590 \end_layout
20591
20592 \begin_layout Standard
20593 \begin_inset VSpace bigskip
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \begin_layout Standard
20600
20601 \begin_inset CommandInset ref
20602 LatexCommand ref
20603 reference "tab:ユーザー定義の表書式"
20604
20605 \end_inset
20606
20607 を生成するには、第1列と連結列にLaTeX引数として
20608 \end_layout
20609
20610 \begin_layout Standard
20611
20612 \series bold
20613 M{2.5cm}
20614 \end_layout
20615
20616 \begin_layout Standard
20617 を指定し、最終列に
20618 \end_layout
20619
20620 \begin_layout Standard
20621
20622 \series bold
20623 K{red}
20624 \end_layout
20625
20626 \begin_layout Standard
20627 そして第2列の各セルに
20628 \end_layout
20629
20630 \begin_layout Standard
20631
20632 \series bold
20633 S{2.5cm}{2}
20634 \end_layout
20635
20636 \begin_layout Standard
20637 と指定します。
20638 \end_layout
20639
20640 \begin_layout Standard
20641 \begin_inset Float table
20642 placement h
20643 wide false
20644 sideways false
20645 status open
20646
20647 \begin_layout Plain Layout
20648 \begin_inset Caption Standard
20649
20650 \begin_layout Plain Layout
20651 \begin_inset CommandInset label
20652 LatexCommand label
20653 name "tab:ユーザー定義の表書式"
20654
20655 \end_inset
20656
20657 ユーザー定義の表書式を使用した表
20658 \end_layout
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \begin_layout Plain Layout
20666 \align center
20667 \begin_inset Tabular
20668 <lyxtabular version="3" rows="3" columns="4">
20669 <features rotate="0" tabularvalignment="middle">
20670 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20671 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20672 <column alignment="center" valignment="middle">
20673 <column alignment="center" valignment="middle" special="K{red}">
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 とても長い表セル中の単語
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 複数行の連結列
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 </row>
20750 <row>
20751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 </lyxtabular>
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \begin_layout Subsection
20801 罫線幅
20802 \begin_inset CommandInset label
20803 LatexCommand label
20804 name "sub:罫線幅"
20805
20806 \end_inset
20807
20808
20809 \begin_inset Index idx
20810 status collapsed
20811
20812 \begin_layout Plain Layout
20813 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822 表中のすべての罫線の罫線幅を調整するには、長さ
20823 \series bold
20824
20825 \backslash
20826 arrayrulewidth
20827 \series default
20828 を使用します。たとえば、表
20829 \begin_inset CommandInset ref
20830 LatexCommand ref
20831 reference "tab:Table-with-1.5"
20832
20833 \end_inset
20834
20835 のように罫線幅を1.5
20836 \begin_inset space \thinspace{}
20837 \end_inset
20838
20839 ptにするには、表や表フロートの前にTeXコードで
20840 \end_layout
20841
20842 \begin_layout Standard
20843
20844 \series bold
20845
20846 \backslash
20847 setlength{
20848 \backslash
20849 arrayrulewidth}{1.5pt}
20850 \end_layout
20851
20852 \begin_layout Standard
20853 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20854 \series bold
20855
20856 \backslash
20857 arrayrulewidth
20858 \series default
20859 を0.4
20860 \begin_inset space \thinspace{}
20861 \end_inset
20862
20863 ptに設定してください。
20864 \end_layout
20865
20866 \begin_layout Standard
20867 \begin_inset ERT
20868 status collapsed
20869
20870 \begin_layout Plain Layout
20871
20872
20873 \backslash
20874 setlength{
20875 \backslash
20876 arrayrulewidth}{1.5pt}
20877 \end_layout
20878
20879 \end_inset
20880
20881
20882 \begin_inset Float table
20883 wide false
20884 sideways false
20885 status open
20886
20887 \begin_layout Plain Layout
20888 \begin_inset Caption Standard
20889
20890 \begin_layout Plain Layout
20891 \begin_inset CommandInset label
20892 LatexCommand label
20893 name "tab:Table-with-1.5"
20894
20895 \end_inset
20896
20897 1.5
20898 \begin_inset space \thinspace{}
20899 \end_inset
20900
20901 pt幅罫線の表
20902 \end_layout
20903
20904 \end_inset
20905
20906
20907 \end_layout
20908
20909 \begin_layout Plain Layout
20910 \align center
20911 \begin_inset Tabular
20912 <lyxtabular version="3" rows="3" columns="3">
20913 <features rotate="0" tabularvalignment="middle">
20914 <column alignment="center" valignment="top">
20915 <column alignment="center" valignment="top">
20916 <column alignment="center" valignment="top">
20917 <row>
20918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 sd
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 <row>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 sd
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 </row>
20975 <row>
20976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 sd
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 </row>
21004 </lyxtabular>
21005
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \end_inset
21012
21013
21014 \begin_inset ERT
21015 status collapsed
21016
21017 \begin_layout Plain Layout
21018
21019
21020 \backslash
21021 setlength{
21022 \backslash
21023 arrayrulewidth}{0.4pt}
21024 \end_layout
21025
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \begin_layout Standard
21032 \begin_inset VSpace bigskip
21033 \end_inset
21034
21035
21036 \begin_inset CommandInset ref
21037 LatexCommand ref
21038 reference "tab:1.5pt幅横罫"
21039
21040 \end_inset
21041
21042 のように横罫だけを1.5
21043 \begin_inset space \thinspace{}
21044 \end_inset
21045
21046 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
21047 \end_layout
21048
21049 \begin_layout Standard
21050
21051 \series bold
21052
21053 \backslash
21054 let
21055 \backslash
21056 myHline
21057 \backslash
21058 hline
21059 \begin_inset Newline newline
21060 \end_inset
21061
21062
21063 \backslash
21064 renewcommand{
21065 \backslash
21066 hline}
21067 \begin_inset Newline newline
21068 \end_inset
21069
21070  {
21071 \backslash
21072 noalign{
21073 \backslash
21074 global
21075 \backslash
21076 arrayrulewidth 1.5pt}
21077 \begin_inset Newline newline
21078 \end_inset
21079
21080  
21081 \backslash
21082 myHline
21083 \backslash
21084 noalign{
21085 \backslash
21086 global
21087 \backslash
21088 arrayrulewidth 0.4pt}}
21089 \end_layout
21090
21091 \begin_layout Standard
21092 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
21093 \end_layout
21094
21095 \begin_layout Standard
21096
21097 \series bold
21098
21099 \backslash
21100 renewcommand{
21101 \backslash
21102 hline}{
21103 \backslash
21104 myHline}
21105 \end_layout
21106
21107 \begin_layout Standard
21108 \begin_inset ERT
21109 status collapsed
21110
21111 \begin_layout Plain Layout
21112
21113
21114 \backslash
21115 let
21116 \backslash
21117 myHline
21118 \backslash
21119 hline
21120 \end_layout
21121
21122 \begin_layout Plain Layout
21123
21124
21125 \backslash
21126 renewcommand{
21127 \backslash
21128 hline}
21129 \end_layout
21130
21131 \begin_layout Plain Layout
21132
21133  {
21134 \backslash
21135 noalign{
21136 \backslash
21137 global
21138 \backslash
21139 arrayrulewidth 1.5pt}
21140 \end_layout
21141
21142 \begin_layout Plain Layout
21143
21144   
21145 \backslash
21146 myHline
21147 \backslash
21148 noalign{
21149 \backslash
21150 global
21151 \backslash
21152 arrayrulewidth 0.4pt}}
21153 \end_layout
21154
21155 \end_inset
21156
21157
21158 \begin_inset Float table
21159 wide false
21160 sideways false
21161 status open
21162
21163 \begin_layout Plain Layout
21164 \begin_inset Caption Standard
21165
21166 \begin_layout Plain Layout
21167 \begin_inset CommandInset label
21168 LatexCommand label
21169 name "tab:1.5pt幅横罫"
21170
21171 \end_inset
21172
21173 1.5
21174 \begin_inset space \thinspace{}
21175 \end_inset
21176
21177 pt幅横罫の表
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \begin_layout Plain Layout
21186 \align center
21187 \begin_inset Tabular
21188 <lyxtabular version="3" rows="3" columns="3">
21189 <features rotate="0" tabularvalignment="middle">
21190 <column alignment="center" valignment="top">
21191 <column alignment="center" valignment="top">
21192 <column alignment="center" valignment="top">
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 sd
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 sd
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 sd
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 </lyxtabular>
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288
21289
21290 \begin_inset ERT
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294
21295
21296 \backslash
21297 renewcommand{
21298 \backslash
21299 hline}{
21300 \backslash
21301 myHline}
21302 \end_layout
21303
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \begin_layout Standard
21310 \begin_inset VSpace bigskip
21311 \end_inset
21312
21313 縦罫だけを1.5
21314 \begin_inset space \thinspace{}
21315 \end_inset
21316
21317 pt幅にするには、第
21318 \begin_inset CommandInset ref
21319 LatexCommand ref
21320 reference "sub:自製書式"
21321
21322 \end_inset
21323
21324 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21325 \end_layout
21326
21327 \begin_layout Standard
21328
21329 \series bold
21330
21331 \backslash
21332 newcolumntype{V}{!{
21333 \backslash
21334 vrule width 1.5pt}}
21335 \end_layout
21336
21337 \begin_layout Standard
21338
21339 \begin_inset CommandInset ref
21340 LatexCommand ref
21341 reference "tab:1.5pt幅縦罫"
21342
21343 \end_inset
21344
21345 を作るには、最右列にLaTeX引数
21346 \end_layout
21347
21348 \begin_layout Standard
21349
21350 \series bold
21351 VcV
21352 \end_layout
21353
21354 \begin_layout Standard
21355 を指定し、他の列には
21356 \end_layout
21357
21358 \begin_layout Standard
21359
21360 \series bold
21361 Vc
21362 \end_layout
21363
21364 \begin_layout Standard
21365 を指定します。
21366 \end_layout
21367
21368 \begin_layout Standard
21369 \begin_inset Float table
21370 wide false
21371 sideways false
21372 status open
21373
21374 \begin_layout Plain Layout
21375 \begin_inset Caption Standard
21376
21377 \begin_layout Plain Layout
21378 \begin_inset CommandInset label
21379 LatexCommand label
21380 name "tab:1.5pt幅縦罫"
21381
21382 \end_inset
21383
21384 1.5
21385 \begin_inset space \thinspace{}
21386 \end_inset
21387
21388 pt幅縦罫の表
21389 \end_layout
21390
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \begin_layout Plain Layout
21397 \align center
21398 \begin_inset Tabular
21399 <lyxtabular version="3" rows="3" columns="3">
21400 <features rotate="0" tabularvalignment="middle">
21401 <column alignment="center" valignment="top" special="Vc">
21402 <column alignment="center" valignment="top" special="Vc">
21403 <column alignment="center" valignment="top" special="VcV">
21404 <row>
21405 <cell alignment="center" valignment="top" topline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 sd
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" topline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 <cell alignment="center" valignment="top" topline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 </row>
21433 <row>
21434 <cell alignment="center" valignment="top" topline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" topline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 sd
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" topline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 sd
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 </lyxtabular>
21492
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \begin_layout Subsection
21504 点罫
21505 \begin_inset Index idx
21506 status collapsed
21507
21508 \begin_layout Plain Layout
21509 ひょうのちょうせい@表の調整 ! てんけい@点罫
21510 \end_layout
21511
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \begin_layout Standard
21518 \begin_inset ERT
21519 status collapsed
21520
21521 \begin_layout Plain Layout
21522
21523
21524 \backslash
21525 ifarydshln
21526 \end_layout
21527
21528 \end_inset
21529
21530
21531 \begin_inset Note Note
21532 status open
21533
21534 \begin_layout Plain Layout
21535 この節は、LaTeXパッケージ
21536 \series bold
21537 arydshln
21538 \series default
21539 が導入済みの時のみ表示されます。
21540 \end_layout
21541
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \begin_layout Standard
21548 \begin_inset Float table
21549 placement H
21550 wide false
21551 sideways false
21552 status open
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Caption Standard
21556
21557 \begin_layout Plain Layout
21558 \begin_inset CommandInset label
21559 LatexCommand label
21560 name "tab:点罫表"
21561
21562 \end_inset
21563
21564 点罫を使用した表
21565 \end_layout
21566
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \begin_layout Plain Layout
21573 \align center
21574 \begin_inset Tabular
21575 <lyxtabular version="3" rows="5" columns="5">
21576 <features rotate="0" tabularvalignment="middle">
21577 <column alignment="center" valignment="top">
21578 <column alignment="center" valignment="top">
21579 <column alignment="center" valignment="top" special=":c">
21580 <column alignment="center" valignment="top">
21581 <column alignment="center" valignment="top">
21582 <row>
21583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 <row>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" topline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 \begin_inset ERT
21682 status collapsed
21683
21684 \begin_layout Plain Layout
21685
21686
21687 \backslash
21688 hdashline 
21689 \end_layout
21690
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 \begin_inset ERT
21741 status collapsed
21742
21743 \begin_layout Plain Layout
21744
21745
21746 \backslash
21747 cdashline{4-5}
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 </row>
21841 </lyxtabular>
21842
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \begin_layout Standard
21854 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21855 \end_layout
21856
21857 \begin_layout Standard
21858
21859 \series bold
21860
21861 \backslash
21862 usepackage{arydshln}
21863 \end_layout
21864
21865 \begin_layout Standard
21866 というコマンドを書き、LaTeXパッケージの
21867 \series bold
21868 arydshln
21869 \series default
21870
21871 \begin_inset Index idx
21872 status collapsed
21873
21874 \begin_layout Plain Layout
21875 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21876 \end_layout
21877
21878 \end_inset
21879
21880 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21881 \end_layout
21882
21883 \begin_layout Standard
21884 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21885 \end_layout
21886
21887 \begin_layout Standard
21888
21889 \series bold
21890
21891 \backslash
21892 hdashline
21893 \end_layout
21894
21895 \begin_layout Standard
21896 というコマンドを加えてください。
21897 \end_layout
21898
21899 \begin_layout Standard
21900 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21901 \end_layout
21902
21903 \begin_layout Standard
21904
21905 \series bold
21906
21907 \backslash
21908 cdashline{列番号
21909 \series default
21910 }
21911 \end_layout
21912
21913 \begin_layout Standard
21914 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21915 \end_layout
21916
21917 \begin_layout Standard
21918
21919 \series bold
21920
21921 \backslash
21922 cdashline{2-4}
21923 \end_layout
21924
21925 \begin_layout Standard
21926 なるコマンドを置いてください。
21927 \end_layout
21928
21929 \begin_layout Standard
21930 \begin_inset VSpace bigskip
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \begin_layout Standard
21937
21938 \begin_inset CommandInset ref
21939 LatexCommand ref
21940 reference "tab:点罫表"
21941
21942 \end_inset
21943
21944 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21945 \series bold
21946
21947 \backslash
21948 hdashline
21949 \series default
21950 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
21951 \begin_inset Newline newline
21952 \end_inset
21953
21954  
21955 \series bold
21956
21957 \backslash
21958 cdashline{4-5}
21959 \series default
21960 が挿れられています。
21961 \end_layout
21962
21963 \begin_layout Standard
21964 \begin_inset VSpace bigskip
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \begin_layout Standard
21971 点罫を持つ表も、表
21972 \begin_inset CommandInset ref
21973 LatexCommand ref
21974 reference "tab:Colored-table-with"
21975
21976 \end_inset
21977
21978 のように色付けをすることができます。
21979 \end_layout
21980
21981 \begin_layout Standard
21982 \begin_inset ERT
21983 status collapsed
21984
21985 \begin_layout Plain Layout
21986
21987
21988 \backslash
21989 setlength{
21990 \backslash
21991 arrayrulewidth}{1pt}
21992 \end_layout
21993
21994 \end_inset
21995
21996
21997 \begin_inset Note Note
21998 status collapsed
21999
22000 \begin_layout Plain Layout
22001 罫線色が見易いように線を太く
22002 \end_layout
22003
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \begin_layout Standard
22010 \begin_inset ERT
22011 status collapsed
22012
22013 \begin_layout Plain Layout
22014
22015
22016 \backslash
22017 dashgapcolor{green}
22018 \end_layout
22019
22020 \end_inset
22021
22022
22023 \begin_inset Note Note
22024 status collapsed
22025
22026 \begin_layout Plain Layout
22027 緑点罫の間の色付き余白
22028 \end_layout
22029
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \begin_layout Standard
22036 \begin_inset ERT
22037 status collapsed
22038
22039 \begin_layout Plain Layout
22040
22041
22042 \backslash
22043 let
22044 \backslash
22045 myHdashline
22046 \backslash
22047 hdashline
22048 \end_layout
22049
22050 \begin_layout Plain Layout
22051
22052
22053 \backslash
22054 renewcommand{
22055 \backslash
22056 hdashline}
22057 \end_layout
22058
22059 \begin_layout Plain Layout
22060
22061  {
22062 \backslash
22063 arrayrulecolor{red}
22064 \backslash
22065 myHdashline
22066 \backslash
22067 arrayrulecolor{black}}
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \begin_inset Note Note
22074 status collapsed
22075
22076 \begin_layout Plain Layout
22077 色付き水平線・点罫赤
22078 \end_layout
22079
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \begin_layout Standard
22086 \begin_inset ERT
22087 status collapsed
22088
22089 \begin_layout Plain Layout
22090
22091
22092 \backslash
22093 let
22094 \backslash
22095 myCdashline
22096 \backslash
22097 cdashline
22098 \end_layout
22099
22100 \begin_layout Plain Layout
22101
22102
22103 \backslash
22104 renewcommand{
22105 \backslash
22106 cdashline}[1]
22107 \end_layout
22108
22109 \begin_layout Plain Layout
22110
22111  {
22112 \backslash
22113 arrayrulecolor{yellow}
22114 \backslash
22115 myCdashline{#1}
22116 \backslash
22117 arrayrulecolor{black}}
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \begin_inset Note Note
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127 色付き部分水平線・点罫黄色
22128 \end_layout
22129
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \begin_layout Standard
22136 \begin_inset Float table
22137 placement h
22138 wide false
22139 sideways false
22140 status open
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Caption Standard
22144
22145 \begin_layout Plain Layout
22146 \begin_inset CommandInset label
22147 LatexCommand label
22148 name "tab:Colored-table-with"
22149
22150 \end_inset
22151
22152 点罫線の色付き表
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Plain Layout
22161 \align center
22162 \begin_inset Tabular
22163 <lyxtabular version="3" rows="5" columns="5">
22164 <features rotate="0" tabularvalignment="middle">
22165 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22166 <column alignment="center" valignment="top" width="0pt">
22167 <column alignment="center" valignment="top" width="0pt" special=":c">
22168 <column alignment="center" valignment="top">
22169 <column alignment="center" valignment="top">
22170 <row>
22171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" topline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 </row>
22217 <row>
22218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 <cell alignment="center" valignment="top" topline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" topline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 </row>
22264 <row>
22265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269 \begin_inset ERT
22270 status collapsed
22271
22272 \begin_layout Plain Layout
22273
22274
22275 \backslash
22276 hdashline 
22277 \end_layout
22278
22279 \end_inset
22280
22281
22282 \begin_inset ERT
22283 status collapsed
22284
22285 \begin_layout Plain Layout
22286
22287
22288 \backslash
22289 rowcolor{Gray}
22290 \end_layout
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 \begin_inset ERT
22342 status collapsed
22343
22344 \begin_layout Plain Layout
22345
22346
22347 \backslash
22348 cdashline{4-5}
22349 \end_layout
22350
22351 \end_inset
22352
22353
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 </row>
22395 <row>
22396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 \begin_inset ERT
22437 status collapsed
22438
22439 \begin_layout Plain Layout
22440
22441
22442 \backslash
22443 cellcolor{Maroon}
22444 \end_layout
22445
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 </row>
22454 </lyxtabular>
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \begin_layout Standard
22467 \begin_inset ERT
22468 status collapsed
22469
22470 \begin_layout Plain Layout
22471
22472
22473 \backslash
22474 renewcommand{
22475 \backslash
22476 hdashline}{
22477 \backslash
22478 myHdashline}
22479 \end_layout
22480
22481 \end_inset
22482
22483
22484 \begin_inset Note Note
22485 status collapsed
22486
22487 \begin_layout Plain Layout
22488 既定値に戻す
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \begin_inset ERT
22498 status collapsed
22499
22500 \begin_layout Plain Layout
22501
22502
22503 \backslash
22504 renewcommand{
22505 \backslash
22506 cdashline}{
22507 \backslash
22508 myCdashline}
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \begin_inset Note Note
22515 status collapsed
22516
22517 \begin_layout Plain Layout
22518 既定値に戻す
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \begin_layout Standard
22527 \begin_inset ERT
22528 status collapsed
22529
22530 \begin_layout Plain Layout
22531
22532
22533 \backslash
22534 nodashgapcolor
22535 \end_layout
22536
22537 \end_inset
22538
22539
22540 \begin_inset Note Note
22541 status collapsed
22542
22543 \begin_layout Plain Layout
22544 既定値に戻す
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \begin_layout Standard
22553 \begin_inset ERT
22554 status collapsed
22555
22556 \begin_layout Plain Layout
22557
22558
22559 \backslash
22560 setlength{
22561 \backslash
22562 arrayrulewidth}{0.4pt}
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \begin_inset Note Note
22569 status collapsed
22570
22571 \begin_layout Plain Layout
22572 既定値に戻す
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \begin_layout Standard
22581 行や列、罫線の着色は、第
22582 \begin_inset CommandInset ref
22583 LatexCommand ref
22584 reference "sec:色付きの表"
22585
22586 \end_inset
22587
22588 節に述べられているように動作します。水平線の着色も、
22589 \series bold
22590
22591 \backslash
22592 myHlineC
22593 \series default
22594 コマンドを
22595 \series bold
22596
22597 \backslash
22598 myHdashline
22599 \series default
22600 に置き換え、
22601 \series bold
22602
22603 \backslash
22604 hline
22605 \series default
22606
22607 \series bold
22608
22609 \backslash
22610 hdashline
22611 \series default
22612 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22613 \end_layout
22614
22615 \begin_layout Standard
22616
22617 \series bold
22618
22619 \backslash
22620 let
22621 \backslash
22622 myHdashline
22623 \backslash
22624 hdashline
22625 \begin_inset Newline newline
22626 \end_inset
22627
22628
22629 \backslash
22630 renewcommand{
22631 \backslash
22632 hdashline}
22633 \begin_inset Newline newline
22634 \end_inset
22635
22636
22637 \begin_inset Phantom HPhantom
22638 status open
22639
22640 \begin_layout Plain Layout
22641 \begin_inset space ~
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648
22649 {
22650 \backslash
22651 arrayrulecolor{red}
22652 \backslash
22653 myHdashline
22654 \backslash
22655 arrayrulecolor{black}}
22656 \end_layout
22657
22658 \begin_layout Standard
22659
22660 \series bold
22661
22662 \backslash
22663 cdashline
22664 \series default
22665 に色をつけるならば、コマンドは
22666 \end_layout
22667
22668 \begin_layout Standard
22669
22670 \series bold
22671
22672 \backslash
22673 let
22674 \backslash
22675 myCdashline
22676 \backslash
22677 cdashline
22678 \begin_inset Newline newline
22679 \end_inset
22680
22681
22682 \backslash
22683 renewcommand{
22684 \backslash
22685 cdashline}[1]
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 myCdashline{#1}
22707 \backslash
22708 arrayrulecolor{black}}
22709 \end_layout
22710
22711 \begin_layout Standard
22712 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
22713 \end_layout
22714
22715 \begin_layout Standard
22716
22717 \series bold
22718
22719 \backslash
22720 hdashline
22721 \series default
22722 の場合は
22723 \end_layout
22724
22725 \begin_layout Standard
22726
22727 \series bold
22728
22729 \backslash
22730 renewcommand{
22731 \backslash
22732 hdashline}{
22733 \backslash
22734 myHdashline}
22735 \end_layout
22736
22737 \begin_layout Standard
22738 とし、
22739 \series bold
22740
22741 \backslash
22742 cdashline
22743 \series default
22744 の場合は
22745 \end_layout
22746
22747 \begin_layout Standard
22748
22749 \series bold
22750
22751 \backslash
22752 renewcommand{
22753 \backslash
22754 cdashline}{
22755 \backslash
22756 myCdashline}
22757 \end_layout
22758
22759 \begin_layout Standard
22760 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22761 \end_layout
22762
22763 \begin_layout Standard
22764
22765 \series bold
22766
22767 \backslash
22768 dashgapcolor{色}
22769 \end_layout
22770
22771 \begin_layout Standard
22772 とすれば良いです。ここで「色」は、定義済みの色名です。
22773 \end_layout
22774
22775 \begin_layout Standard
22776
22777 \series bold
22778
22779 \backslash
22780 nodashgapcolor
22781 \end_layout
22782
22783 \begin_layout Standard
22784 というコマンドは、
22785 \series bold
22786
22787 \backslash
22788 dashgapcolor
22789 \series default
22790 が行った変更を元に戻します。
22791 \end_layout
22792
22793 \begin_layout Standard
22794 \begin_inset Note Greyedout
22795 status open
22796
22797 \begin_layout Plain Layout
22798
22799 \series bold
22800 【註】
22801 \series default
22802 1つのセル中に複数のコマンドがある場合、
22803 \series bold
22804 arydshln
22805 \series default
22806 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22807 \begin_inset CommandInset ref
22808 LatexCommand ref
22809 reference "tab:Colored-table-with"
22810
22811 \end_inset
22812
22813 のセル
22814 \emph on
22815 k
22816 \emph default
22817 では、
22818 \series bold
22819
22820 \backslash
22821 hdashline
22822 \series default
22823 コマンドが
22824 \series bold
22825
22826 \backslash
22827 rowcolor
22828 \series default
22829 の前に来ています。
22830 \end_layout
22831
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \begin_layout Standard
22838 \begin_inset Note Greyedout
22839 status open
22840
22841 \begin_layout Plain Layout
22842
22843 \series bold
22844 【註】
22845 \series default
22846 LaTeXパッケージ
22847 \series bold
22848 arydshln
22849 \series default
22850 は、文書プリアンブル中でLaTeXパッケージ
22851 \series bold
22852 colortbl
22853 \series default
22854
22855 \begin_inset Index idx
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22860 \end_layout
22861
22862 \end_inset
22863
22864 よりも前に読み込まれている必要があります。
22865 \end_layout
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Standard
22873 \begin_inset ERT
22874 status collapsed
22875
22876 \begin_layout Plain Layout
22877
22878
22879 \backslash
22880 else
22881 \end_layout
22882
22883 \end_inset
22884
22885
22886 \begin_inset Note Note
22887 status open
22888
22889 \begin_layout Plain Layout
22890 以下は、LaTeXパッケージ
22891 \series bold
22892 arydshln
22893 \series default
22894 が導入済みでないときに表示されます。
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \begin_layout Standard
22903 本節の内容を出力に表示するためには、
22904 \series bold
22905 arydshln
22906 \series default
22907 パッケージを導入しなくてはなりません。
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \begin_inset ERT
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915
22916
22917 \backslash
22918 fi
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \begin_layout Standard
22927 点罫について詳しい情報は、
22928 \series bold
22929 arydshln
22930 \series default
22931 の取扱説明書
22932 \begin_inset CommandInset citation
22933 LatexCommand cite
22934 key "arydshln"
22935
22936 \end_inset
22937
22938 をご覧ください。
22939 \end_layout
22940
22941 \begin_layout Chapter
22942 フロート
22943 \begin_inset CommandInset label
22944 LatexCommand label
22945 name "chap:フロート"
22946
22947 \end_inset
22948
22949
22950 \begin_inset Index idx
22951 status collapsed
22952
22953 \begin_layout Plain Layout
22954 ふろーと@フロート
22955 \end_layout
22956
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \begin_layout Section
22963 はじめに
22964 \begin_inset CommandInset label
22965 LatexCommand label
22966 name "sec:フロートはじめに"
22967
22968 \end_inset
22969
22970
22971 \begin_inset Index idx
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975 ふろーと@フロート ! はじめに
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22985 ート)ことができます。
22986 \family sans
22987 脚注
22988 \family default
22989
22990 \family sans
22991 傍注
22992 \family default
22993 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22994 \end_layout
22995
22996 \begin_layout Standard
22997 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22998 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22999 ートには連番が割り当てられます。参照については、第
23000 \begin_inset CommandInset ref
23001 LatexCommand ref
23002 reference "sec:フロートの参照"
23003
23004 \end_inset
23005
23006 節で述べられています。
23007 \end_layout
23008
23009 \begin_layout Standard
23010 フロートを挿入するには、
23011 \family sans
23012 挿入\SpecialChar \menuseparator
23013 フロート
23014 \family default
23015 メニュー(
23016 \begin_inset Info
23017 type  "icon"
23018 arg   "float-insert figure"
23019 \end_inset
23020
23021 または
23022 \begin_inset Info
23023 type  "icon"
23024 arg   "float-insert table"
23025 \end_inset
23026
23027 ツールバーボタン)を使えば、ラベルのついたボックスすなわち
23028 \family sans
23029 キャプション
23030 \family default
23031 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
23032 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
23033 \begin_inset CommandInset ref
23034 LatexCommand ref
23035 reference "sec:キャプションの配置"
23036
23037 \end_inset
23038
23039 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
23040 ます。畳んだフロートボックスは、
23041 \begin_inset Graphics
23042         filename clipart/floatQt4.png
23043         scale 70
23044         scaleBeforeRotation
23045
23046 \end_inset
23047
23048 のように、灰色ボタンに赤字ラベルで表示されます。
23049 \end_layout
23050
23051 \begin_layout Standard
23052 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23053 \end_layout
23054
23055 \begin_layout Standard
23056 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23057 \end_layout
23058
23059 \begin_layout Section
23060 フロート型
23061 \end_layout
23062
23063 \begin_layout Standard
23064 LyXには、第
23065 \begin_inset CommandInset ref
23066 LatexCommand ref
23067 reference "sec:図フロート"
23068
23069 \end_inset
23070
23071 節および第
23072 \begin_inset CommandInset ref
23073 LatexCommand ref
23074 reference "sec:表フロート"
23075
23076 \end_inset
23077
23078 節で各々説明されている図フロートと表フロート以外に、
23079 \family sans
23080 アルゴリズム型
23081 \series bold
23082
23083 \series default
23084 折返し型
23085 \family default
23086 のフロート型があります。後者は、第
23087 \begin_inset CommandInset ref
23088 LatexCommand ref
23089 reference "sec:折返しフロート"
23090
23091 \end_inset
23092
23093 節に説明があります。
23094 \end_layout
23095
23096 \begin_layout Subsection
23097 アルゴリズムフロート
23098 \begin_inset Index idx
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102 ふろーと@フロート ! あるごりずむ@アルゴリズム
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Standard
23111 \begin_inset Float algorithm
23112 placement h
23113 wide false
23114 sideways false
23115 status open
23116
23117 \begin_layout Plain Layout
23118 \begin_inset Caption Standard
23119
23120 \begin_layout Plain Layout
23121 \begin_inset CommandInset label
23122 LatexCommand label
23123 name "alg:アルゴリズムフロートの例"
23124
23125 \end_inset
23126
23127 アルゴリズムフロートの例
23128 \end_layout
23129
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \begin_layout LyX-Code
23136 for I in 1..N loop
23137 \begin_inset Newline newline
23138 \end_inset
23139
23140  Sum:= Sum + A(I); /*comment*/
23141 \begin_inset Newline newline
23142 \end_inset
23143
23144 end loop
23145 \begin_inset VSpace -4mm
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \begin_layout Standard
23157 このフロート型は、
23158 \family sans
23159 挿入
23160 \shape up
23161 \SpecialChar \menuseparator
23162 フロート\SpecialChar \menuseparator
23163 アルゴリズム
23164 \family default
23165 \shape default
23166 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23167 \begin_inset CommandInset ref
23168 LatexCommand ref
23169 reference "cha:プログラムコードリスト"
23170
23171 \end_inset
23172
23173 章で説明されているプログラムコードリストの代わりとみなすことができます。
23174 \emph on
23175 LyXユーザーの手引き
23176 \emph default
23177 に述べられているように、アルゴリズム向けの環境としては、
23178 \family sans
23179 LyXコード
23180 \family default
23181 があります。 アルゴリズム
23182 \begin_inset CommandInset ref
23183 LatexCommand ref
23184 reference "alg:アルゴリズムフロートの例"
23185
23186 \end_inset
23187
23188 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23189 \begin_inset space \thinspace{}
23190 \end_inset
23191
23192 mmの垂直空白が入れてあります。
23193 \end_layout
23194
23195 \begin_layout Standard
23196 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23197 \end_layout
23198
23199 \begin_layout Standard
23200
23201 \series bold
23202
23203 \backslash
23204 floatname{algorithm}{付けたい名称}
23205 \end_layout
23206
23207 \begin_layout Standard
23208 という行を手動で加える必要があります。ここで
23209 \family sans
23210 \series bold
23211 付けたい名称
23212 \family default
23213 \series default
23214 には、お使いの言語で「
23215 \emph on
23216 algorithm
23217 \emph default
23218 」に対応する単語を指定します。
23219 \end_layout
23220
23221 \begin_layout Standard
23222 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
23223 \family sans
23224 挿入\SpecialChar \menuseparator
23225 一覧/目次\SpecialChar \menuseparator
23226 アルゴリズム一覧
23227 \family default
23228 メニューを使用します。それ以外の場合には、代わりに
23229 \end_layout
23230
23231 \begin_layout Standard
23232
23233 \series bold
23234
23235 \backslash
23236 listof{algorithm}{付けたい名称}
23237 \end_layout
23238
23239 \begin_layout Standard
23240 というコマンドをTeXコードとして用います。ここで
23241 \family sans
23242 付けたい名称
23243 \family default
23244 とは、「
23245 \emph on
23246 List of Algorithm
23247 \emph default
23248 s」という単語に相当する、ご使用になりたい言語での単語です。
23249 \end_layout
23250
23251 \begin_layout Standard
23252 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23253 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23254 \end_layout
23255
23256 \begin_layout Standard
23257
23258 \series bold
23259
23260 \backslash
23261 numberwithin{algorithm}{chapter}
23262 \end_layout
23263
23264 \begin_layout Standard
23265 というコマンドを追加してください。
23266 \series bold
23267
23268 \backslash
23269 numberwithin
23270 \series default
23271 というコマンドを使用するには、文書設定の
23272 \family sans
23273 数式オプション
23274 \family default
23275 タブで
23276 \family sans
23277 AMS mathパッケージを使用する
23278 \family default
23279 オプションを有効にしてください。
23280 \end_layout
23281
23282 \begin_layout Section
23283 フロートの連番
23284 \begin_inset Index idx
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288 ふろーと@フロート ! れんばん@連番
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \begin_layout Standard
23297 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23298 て変わります。
23299 \end_layout
23300
23301 \begin_layout Standard
23302 節から独立して付けられている連番を変更するには、文書プリアンブルで
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308
23309 \backslash
23310 renewcommand{
23311 \backslash
23312 thetable}{
23313 \backslash
23314 roman{table}}
23315 \end_layout
23316
23317 \begin_layout Standard
23318
23319 \series bold
23320 というコマンドを使うと良いでしょう。
23321 \backslash
23322 thetable
23323 \series default
23324 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23325 \series bold
23326
23327 \backslash
23328 thefigure
23329 \series default
23330 コマンドを使用します。上のコマンドで使用されている
23331 \series bold
23332
23333 \backslash
23334 roman
23335 \series default
23336 は、表番号を小文字のローマ数字で印字するコマンドです。
23337 \end_layout
23338
23339 \begin_layout Standard
23340 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23341 \end_layout
23342
23343 \begin_layout Standard
23344
23345 \series bold
23346
23347 \backslash
23348 numberwithin{table}{subsection}
23349 \end_layout
23350
23351 \begin_layout Standard
23352 というコマンドを使用してください。
23353 \series bold
23354
23355 \backslash
23356 numberwithin
23357 \series default
23358 コマンドを使用可能にするためには、文書設定の
23359 \family sans
23360 数式オプション
23361 \family default
23362 タブで、
23363 \family sans
23364 AMS
23365 \begin_inset space ~
23366 \end_inset
23367
23368 math数式パッケージを使用する
23369 \family default
23370 を使用します。
23371 \end_layout
23372
23373 \begin_layout Standard
23374 連番コマンドについての詳細と大切な注意点については、第
23375 \begin_inset CommandInset ref
23376 LatexCommand ref
23377 reference "sub:脚注の付番"
23378
23379 \end_inset
23380
23381 節もご覧ください。
23382 \end_layout
23383
23384 \begin_layout Section
23385 フロートの参照
23386 \begin_inset CommandInset label
23387 LatexCommand label
23388 name "sec:フロートの参照"
23389
23390 \end_inset
23391
23392
23393 \begin_inset Index idx
23394 status collapsed
23395
23396 \begin_layout Plain Layout
23397 ふろーと@フロート ! さんしょう@参照
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \begin_inset Index idx
23404 status collapsed
23405
23406 \begin_layout Plain Layout
23407 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23408 \end_layout
23409
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \begin_layout Standard
23416 フロートを参照するには、
23417 \family sans
23418 挿入\SpecialChar \menuseparator
23419 ラベル
23420 \family default
23421 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23422 \begin_inset Graphics
23423         filename clipart/labelQt4.png
23424         scaleBeforeRotation
23425
23426 \end_inset
23427
23428 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
23429 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23430 \family sans
23431 fig:
23432 \family default
23433 」という前置句がつけられます。
23434 \end_layout
23435
23436 \begin_layout Standard
23437 ラベルは、参照のための名称兼位置標として用いられます。
23438 \family sans
23439 挿入\SpecialChar \menuseparator
23440 相互参照
23441 \family default
23442 メニューかツールバーボタン
23443 \family sans
23444
23445 \begin_inset Info
23446 type  "icon"
23447 arg   "dialog-show-new-inset ref"
23448 \end_inset
23449
23450
23451 \family default
23452 を使えば、ラベルを参照することができます。
23453 \begin_inset Graphics
23454         filename clipart/referenceQt4.png
23455         scale 85
23456         scaleBeforeRotation
23457
23458 \end_inset
23459
23460 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
23461 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
23462 れます。
23463 \end_layout
23464
23465 \begin_layout Standard
23466 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23467 出力では、参照の代わりに二つの疑問符が表示されることになります。
23468 \end_layout
23469
23470 \begin_layout Standard
23471 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23472 で、リンクの更新に手間を割く必要はありません。
23473 \end_layout
23474
23475 \begin_layout Standard
23476 相互参照ウィンドウの
23477 \family sans
23478 ラベルへ移動
23479 \family default
23480 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23481 \family sans
23482 戻る
23483 \family default
23484 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23485 \end_layout
23486
23487 \begin_layout Subsection
23488 相互参照の書式
23489 \begin_inset CommandInset label
23490 LatexCommand label
23491 name "sub:相互参照の書式"
23492
23493 \end_inset
23494
23495
23496 \begin_inset Index idx
23497 status collapsed
23498
23499 \begin_layout Plain Layout
23500 さんしょう@参照 ! しょしき@書式
23501 \end_layout
23502
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \begin_layout Standard
23509 相互参照には、以下の6種類があります。
23510 \end_layout
23511
23512 \begin_layout Description
23513 <参照>: これはフロート番号を表示します。これが既定値です。例:
23514 \begin_inset CommandInset ref
23515 LatexCommand ref
23516 reference "fig:歪められた二つの像"
23517
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \begin_layout Description
23524 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23525 例:
23526 \begin_inset CommandInset ref
23527 LatexCommand eqref
23528 reference "eq:Wgn"
23529
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \begin_layout Description
23536 <参照ページ>: これはページ番号を表示します。例:Page
23537 \begin_inset space ~
23538 \end_inset
23539
23540
23541 \begin_inset CommandInset ref
23542 LatexCommand pageref
23543 reference "fig:歪められた二つの像"
23544
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \begin_layout Description
23551 on
23552 \begin_inset space ~
23553 \end_inset
23554
23555 page
23556 \begin_inset space ~
23557 \end_inset
23558
23559 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23560 \begin_inset CommandInset ref
23561 LatexCommand vpageref
23562 reference "fig:歪められた二つの像"
23563
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \begin_layout Description
23570 <参照>
23571 \begin_inset space ~
23572 \end_inset
23573
23574 on
23575 \begin_inset space ~
23576 \end_inset
23577
23578 page
23579 \begin_inset space ~
23580 \end_inset
23581
23582 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23583 \begin_inset CommandInset ref
23584 LatexCommand vref
23585 reference "fig:歪められた二つの像"
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \begin_layout Description
23593 整形された参照: これは自製の相互参照書式で出力します。
23594 \begin_inset Newline newline
23595 \end_inset
23596
23597
23598 \begin_inset Note Greyedout
23599 status open
23600
23601 \begin_layout Plain Layout
23602
23603 \series bold
23604 【註】
23605 \series default
23606 この機能は、LaTeXパッケージ
23607 \series bold
23608 prettyref
23609 \series default
23610 または
23611 \series bold
23612 refstyle
23613 \series default
23614 が導入されている場合のみ使用することができます。
23615 \begin_inset Index idx
23616 status collapsed
23617
23618 \begin_layout Plain Layout
23619 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \begin_inset Index idx
23626 status collapsed
23627
23628 \begin_layout Plain Layout
23629 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638
23639
23640 \begin_inset Newline newline
23641 \end_inset
23642
23643 メニュー
23644 \family sans
23645 文書\SpecialChar \menuseparator
23646 設定\SpecialChar \menuseparator
23647 文書クラス
23648 \family default
23649 でオプション
23650 \family sans
23651 相互参照に(prettyrefではなく)refstyleを使用
23652 \family default
23653 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
23654 \series bold
23655
23656 \backslash
23657 newrefformat
23658 \series default
23659 コマンド(prettyrefの場合)あるいは
23660 \series bold
23661
23662 \backslash
23663 newref
23664 \series default
23665 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23666 \family sans
23667 fig
23668 \family default
23669 」を持ちます)をすべて定義し直すには、
23670 \begin_inset Newline newline
23671 \end_inset
23672
23673
23674 \series bold
23675
23676 \backslash
23677 newref{fig}{refcmd={Image on page 
23678 \backslash
23679 pageref{#1}}}
23680 \begin_inset Newline newline
23681 \end_inset
23682
23683
23684 \series default
23685 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23686 \begin_inset CommandInset citation
23687 LatexCommand cite
23688 key "prettyref,refstyle"
23689
23690 \end_inset
23691
23692 をご覧ください。
23693 \end_layout
23694
23695 \begin_layout Description
23696 名称参照: これは、下のような参照のキャプションを出力します。
23697 \begin_inset Newline newline
23698 \end_inset
23699
23700  
23701 \begin_inset CommandInset ref
23702 LatexCommand nameref
23703 reference "fig:歪められた二つの像"
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \begin_layout Standard
23711
23712 \family sans
23713 <参照ページ>
23714 \family default
23715 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23716 \family sans
23717 on this page
23718 \family default
23719 」のような文章が表示されます。様式
23720 \family sans
23721 <参照> on page <参照ページ>
23722 \family default
23723 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23724 \end_layout
23725
23726 \begin_layout Standard
23727 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23728 \family sans
23729 書式
23730 \family default
23731 フィールドで選ぶことができます。
23732 \end_layout
23733
23734 \begin_layout Standard
23735 \begin_inset Note Greyedout
23736 status open
23737
23738 \begin_layout Plain Layout
23739
23740 \series bold
23741 【註】
23742 \series default
23743 LaTeXパッケージ
23744 \series bold
23745 prettyref
23746 \series default
23747
23748 \begin_inset Index idx
23749 status collapsed
23750
23751 \begin_layout Plain Layout
23752 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23753 \end_layout
23754
23755 \end_inset
23756
23757 は、LyXの取り得るラベル
23758 \begin_inset Flex Ruby
23759 status collapsed
23760
23761 \begin_layout Plain Layout
23762 捷径
23763 \begin_inset Argument post:1
23764 status collapsed
23765
23766 \begin_layout Plain Layout
23767 ショートカット
23768 \end_layout
23769
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776
23777
23778 \begin_inset Foot
23779 status collapsed
23780
23781 \begin_layout Plain Layout
23782 例えば、
23783 \begin_inset Quotes eld
23784 \end_inset
23785
23786 fig:
23787 \begin_inset Quotes erd
23788 \end_inset
23789
23790 は図キャプションを表すLyX
23791 \begin_inset Flex Ruby
23792 status collapsed
23793
23794 \begin_layout Plain Layout
23795 捷径
23796 \begin_inset Argument post:1
23797 status collapsed
23798
23799 \begin_layout Plain Layout
23800 ショートカット
23801 \end_layout
23802
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \end_inset
23809
23810 です。
23811 \end_layout
23812
23813 \end_inset
23814
23815 を全部は解釈できず、国際化もされていないので、
23816 \series bold
23817 refstyle
23818 \series default
23819
23820 \begin_inset Index idx
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23825 \end_layout
23826
23827 \end_inset
23828
23829 を使用することを推奨します。
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \begin_layout Standard
23838 \begin_inset Note Greyedout
23839 status open
23840
23841 \begin_layout Plain Layout
23842
23843 \series bold
23844 【註】
23845 \series default
23846 LaTeXパッケージvarioref第1.4w版のバグによって、終止符を活用する言語(仏語等)を文書言語にすると、相互参照形式の一部でLaTeXエラーが発生します
23847 。回避策については、
23848 \begin_inset Newline newline
23849 \end_inset
23850
23851
23852 \begin_inset CommandInset href
23853 LatexCommand href
23854 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
23855
23856 \end_inset
23857
23858
23859 \begin_inset Newline newline
23860 \end_inset
23861
23862 を参照してください。
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \end_layout
23869
23870 \begin_layout Subsection
23871 参照名の自動命名
23872 \begin_inset Index idx
23873 status collapsed
23874
23875 \begin_layout Plain Layout
23876 さんしょう@参照 ! じどうめいめい@自動命名
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885
23886 \family sans
23887 文書設定
23888 \family default
23889 ダイアログの
23890 \family sans
23891 PDF特性
23892 \family default
23893 で有効にされた
23894 \series bold
23895 hyperref
23896 \series default
23897
23898 \begin_inset Index idx
23899 status collapsed
23900
23901 \begin_layout Plain Layout
23902 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23903 \end_layout
23904
23905 \end_inset
23906
23907  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23908 \emph on
23909
23910 \emph default
23911 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23912 の機能を使用するには、hyperrefを有効にして、
23913 \end_layout
23914
23915 \begin_layout Standard
23916
23917 \series bold
23918
23919 \backslash
23920 AtBeginDocument{
23921 \backslash
23922 renewcommand{
23923 \backslash
23924 ref}[1]{
23925 \backslash
23926 mbox{
23927 \backslash
23928 autoref{#1}}}}
23929 \end_layout
23930
23931 \begin_layout Standard
23932 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23933 \begin_inset space \thinspace{}
23934 \end_inset
23935
23936 」としたいなど、既定の参照名以外のものが欲しい場合には、
23937 \end_layout
23938
23939 \begin_layout Standard
23940
23941 \series bold
23942
23943 \backslash
23944 addto
23945 \backslash
23946 extrasenglish{
23947 \backslash
23948 renewcommand{
23949 \backslash
23950 sectionautorefname}
23951 \begin_inset Newline newline
23952 \end_inset
23953
23954
23955 \begin_inset Phantom HPhantom
23956 status open
23957
23958 \begin_layout Plain Layout
23959
23960 \series bold
23961 \begin_inset space ~
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968
23969 {sec.
23970 \backslash
23971 negthinspace}}
23972 \end_layout
23973
23974 \begin_layout Standard
23975 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23976 \begin_inset Newline newline
23977 \end_inset
23978
23979
23980 \series bold
23981
23982 \backslash
23983 extrasenglishを
23984 \backslash
23985 extras***
23986 \series default
23987 に置き換えてください(***は使用中の言語名)。
23988 \end_layout
23989
23990 \begin_layout Standard
23991 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23992 \end_layout
23993
23994 \begin_layout Standard
23995
23996 \series bold
23997
23998 \backslash
23999 addto
24000 \backslash
24001 extrasenglish{
24002 \backslash
24003 renewcommand*{
24004 \backslash
24005 equationautorefname}[1]{}}
24006 \end_layout
24007
24008 \begin_layout Standard
24009 この話題に関する詳細は、hyperrefの説明書
24010 \begin_inset CommandInset citation
24011 LatexCommand cite
24012 key "hyperref"
24013
24014 \end_inset
24015
24016 をお読みください。
24017 \end_layout
24018
24019 \begin_layout Standard
24020 \begin_inset Note Greyedout
24021 status open
24022
24023 \begin_layout Plain Layout
24024
24025 \series bold
24026 【註】
24027 \series default
24028 参照の自動命名は、相互参照を
24029 \family sans
24030 整形参照
24031 \family default
24032 様式(第
24033 \begin_inset CommandInset ref
24034 LatexCommand ref
24035 reference "sub:相互参照の書式"
24036
24037 \end_inset
24038
24039 節)で使用しているときには、使用することができません。
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \begin_layout Standard
24048 LyXの取扱説明書『
24049 \emph on
24050 数式篇
24051 \emph default
24052 』では、参照名の自動命名が使用されています。
24053 \end_layout
24054
24055 \begin_layout Subsection
24056 参照位置
24057 \begin_inset CommandInset label
24058 LatexCommand label
24059 name "sub:参照位置"
24060
24061 \end_inset
24062
24063
24064 \begin_inset Index idx
24065 status collapsed
24066
24067 \begin_layout Plain Layout
24068 さんしょう@参照 ! さんしょういち@参照位置
24069 \end_layout
24070
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \begin_layout Standard
24077
24078 \family sans
24079 文書設定
24080 \family default
24081 ダイアログの
24082 \family sans
24083 PDF特性
24084 \family default
24085 で、
24086 \series bold
24087 hyperref
24088 \series default
24089
24090 \begin_inset Index idx
24091 status collapsed
24092
24093 \begin_layout Plain Layout
24094 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24095 \end_layout
24096
24097 \end_inset
24098
24099 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24100 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
24101 \series bold
24102 hyperref
24103 \series default
24104
24105 \begin_inset Index idx
24106 status collapsed
24107
24108 \begin_layout Plain Layout
24109 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24110 \end_layout
24111
24112 \end_inset
24113
24114 の一部である
24115 \series bold
24116 hyperref
24117 \series default
24118
24119 \begin_inset Index idx
24120 status collapsed
24121
24122 \begin_layout Plain Layout
24123 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24124 \end_layout
24125
24126 \end_inset
24127
24128 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24129 \end_layout
24130
24131 \begin_layout Standard
24132
24133 \series bold
24134
24135 \backslash
24136 usepackage[figure]{hypcap}
24137 \end_layout
24138
24139 \begin_layout Standard
24140 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24141 hypcapの説明書
24142 \begin_inset CommandInset citation
24143 LatexCommand cite
24144 key "hypcap"
24145
24146 \end_inset
24147
24148 をご覧ください。
24149 \end_layout
24150
24151 \begin_layout Standard
24152 \begin_inset Note Greyedout
24153 status open
24154
24155 \begin_layout Plain Layout
24156
24157 \series bold
24158 【註】hypcap
24159 \series default
24160 は内部図への参照には効力がありません。
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \begin_layout Section
24169 フロートの配置
24170 \begin_inset CommandInset label
24171 LatexCommand label
24172 name "sec:フロートの配置"
24173
24174 \end_inset
24175
24176
24177 \begin_inset Index idx
24178 status collapsed
24179
24180 \begin_layout Plain Layout
24181 ふろーと@フロート ! はいち@配置
24182 \end_layout
24183
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \begin_layout Standard
24190
24191 \family roman
24192 \series medium
24193 \shape up
24194 \size normal
24195 \emph off
24196 \bar no
24197 \noun off
24198 \color none
24199 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
24200 \begin_inset Newline newline
24201 \end_inset
24202
24203
24204 \family sans
24205 \series default
24206 \shape default
24207 \size default
24208 \emph default
24209 \bar default
24210 \noun default
24211 \color inherit
24212 段をまたぐ
24213 \family roman
24214 \series medium
24215 \shape up
24216 \size normal
24217 \emph off
24218 \bar no
24219 \noun off
24220 \color none
24221 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24222 \begin_inset Newline newline
24223 \end_inset
24224
24225
24226 \family sans
24227 \series default
24228 \shape default
24229 \size default
24230 \emph default
24231 \bar default
24232 \noun default
24233 \color inherit
24234 横倒しに回転
24235 \family roman
24236 \series medium
24237 \shape up
24238 \size normal
24239 \emph off
24240 \bar no
24241 \noun off
24242 \color none
24243 オプションは、フロートを回転するのに用います。第
24244 \family default
24245 \series default
24246 \shape default
24247 \size default
24248 \emph default
24249 \bar default
24250 \noun default
24251 \color inherit
24252
24253 \begin_inset CommandInset ref
24254 LatexCommand ref
24255 reference "sec:回転フロート"
24256
24257 \end_inset
24258
24259
24260 \family roman
24261 \series medium
24262 \shape up
24263 \size normal
24264 \emph off
24265 \bar no
24266 \noun off
24267 \color none
24268 節をご参照ください。
24269 \end_layout
24270
24271 \begin_layout Standard
24272
24273 \family roman
24274 \series medium
24275 \shape up
24276 \size normal
24277 \emph off
24278 \bar no
24279 \noun off
24280 \color none
24281 フロートダイアログでは、
24282 \family sans
24283 \series default
24284 \shape default
24285 \size default
24286 \emph default
24287 \bar default
24288 \noun default
24289 \color inherit
24290 既定の配置を使う
24291 \family roman
24292 \series medium
24293 \shape up
24294 \size normal
24295 \emph off
24296 \bar no
24297 \noun off
24298 \color none
24299 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24300 \end_layout
24301
24302 \begin_layout Description
24303 可能ならば現在位置に: 
24304 \family roman
24305 \series medium
24306 \shape up
24307 \size normal
24308 \emph off
24309 \bar no
24310 \noun off
24311 \color none
24312 フロートを挿入位置に配置することを試みます
24313 \end_layout
24314
24315 \begin_layout Description
24316 ページ上部: 
24317 \family roman
24318 \series medium
24319 \shape up
24320 \size normal
24321 \emph off
24322 \bar no
24323 \noun off
24324 \color none
24325 フロートを現在ページの上部に配置することを試みます
24326 \end_layout
24327
24328 \begin_layout Description
24329 ページ下部: 
24330 \family roman
24331 \series medium
24332 \shape up
24333 \size normal
24334 \emph off
24335 \bar no
24336 \noun off
24337 \color none
24338 フロートを現在ページの下部に配置することを試みます
24339 \end_layout
24340
24341 \begin_layout Description
24342 フロートを独立したページに: 
24343 \family roman
24344 \series medium
24345 \shape up
24346 \size normal
24347 \emph off
24348 \bar no
24349 \noun off
24350 \color none
24351 フロートを独立したページに配置することを試みます
24352 \end_layout
24353
24354 \begin_layout Standard
24355 LaTeXは、
24356 \emph on
24357 つねに
24358 \emph default
24359 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
24360 \family sans
24361 可能ならば現在位置に
24362 \family default
24363 を試み、次に
24364 \family sans
24365 ページの上部
24366 \family default
24367 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
24368 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24369 \end_layout
24370
24371 \begin_layout Standard
24372 既定では、各オプションはそれぞれ以下の規則を持っています。
24373 \end_layout
24374
24375 \begin_layout Labeling
24376 \labelwidthstring 00.00.0000
24377
24378 \family sans
24379 ページ上部
24380 \family default
24381  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24382 \series bold
24383
24384 \backslash
24385 topfraction
24386 \series default
24387 )。
24388 \end_layout
24389
24390 \begin_layout Labeling
24391 \labelwidthstring 00.00.0000
24392
24393 \family sans
24394 ページ下部
24395 \family default
24396  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24397 \series bold
24398
24399 \backslash
24400 bottomfraction
24401 \series default
24402 )。
24403 \end_layout
24404
24405 \begin_layout Labeling
24406 \labelwidthstring 00.00.0000
24407
24408 \family sans
24409 フロートを独立したページ 
24410 \family default
24411 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24412 \series bold
24413
24414 \backslash
24415 floatpagefraction
24416 \series default
24417 )。
24418 \end_layout
24419
24420 \begin_layout Standard
24421 これらの規則に従いたくないときは、
24422 \family sans
24423 LaTeXの規則を無視する
24424 \family default
24425 オプションを追加することによって、これらを無視することができます。
24426 \begin_inset Newline newline
24427 \end_inset
24428
24429 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
24430 、ページの5割に変えるには、文書プリアンブルに
24431 \end_layout
24432
24433 \begin_layout Standard
24434
24435 \series bold
24436
24437 \backslash
24438 renewcommand{
24439 \backslash
24440 bottomfraction}{0.5}
24441 \end_layout
24442
24443 \begin_layout Standard
24444 という行を加えてください。
24445 \end_layout
24446
24447 \begin_layout Standard
24448 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24449 \family sans
24450 何としても現在位置に置く
24451 \family default
24452 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24453 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24454 からです。
24455 \end_layout
24456
24457 \begin_layout Standard
24458 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24459 \end_layout
24460
24461 \begin_layout Standard
24462 \begin_inset VSpace bigskip
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \begin_layout Standard
24469 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24470 することがあります。この問題を避けるには、LaTeXコマンドの
24471 \backslash
24472 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24473 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24474 \end_layout
24475
24476 \begin_layout Standard
24477
24478 \series bold
24479
24480 \backslash
24481 let
24482 \backslash
24483 mySection
24484 \backslash
24485 section
24486 \begin_inset Newline newline
24487 \end_inset
24488
24489
24490 \backslash
24491 renewcommand{
24492 \backslash
24493 section}{
24494 \backslash
24495 suppressfloats[t]
24496 \backslash
24497 mySection}
24498 \end_layout
24499
24500 \begin_layout Standard
24501 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
24502 することがあるので、これらに対する定義はお勧めしません。
24503 \end_layout
24504
24505 \begin_layout Standard
24506 \begin_inset VSpace bigskip
24507 \end_inset
24508
24509 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
24510 \series bold
24511 endfloat
24512 \series default
24513
24514 \begin_inset Index idx
24515 status collapsed
24516
24517 \begin_layout Plain Layout
24518 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
24519 \end_layout
24520
24521 \end_inset
24522
24523 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24524 \begin_inset Quotes eld
24525 \end_inset
24526
24527
24528 \family sans
24529 [Figure
24530 \begin_inset space ~
24531 \end_inset
24532
24533 3.2 about here.]
24534 \family default
24535
24536 \begin_inset Quotes erd
24537 \end_inset
24538
24539 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24540 \end_layout
24541
24542 \begin_layout Standard
24543
24544 \series bold
24545
24546 \backslash
24547 usepackage[options]{endfloat}
24548 \end_layout
24549
24550 \begin_layout Standard
24551 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24552 \series bold
24553 endfloat
24554 \series default
24555 取扱説明書
24556 \begin_inset CommandInset citation
24557 LatexCommand cite
24558 key "endfloat"
24559
24560 \end_inset
24561
24562 をご参照ください。
24563 \begin_inset Newline newline
24564 \end_inset
24565
24566
24567 \begin_inset Note Greyedout
24568 status open
24569
24570 \begin_layout Plain Layout
24571
24572 \series bold
24573 【註】endfloat
24574 \series default
24575 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24576 \begin_inset CommandInset citation
24577 LatexCommand cite
24578 key "endfloat"
24579
24580 \end_inset
24581
24582 の第4節をご参照ください。
24583 \end_layout
24584
24585 \end_inset
24586
24587
24588 \begin_inset Newline newline
24589 \end_inset
24590
24591
24592 \begin_inset Note Greyedout
24593 status open
24594
24595 \begin_layout Plain Layout
24596
24597 \series bold
24598 【註】
24599 \series default
24600 現在のところ、
24601 \series bold
24602 endfloat
24603 \series default
24604 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24605 \series bold
24606
24607 \backslash
24608 ss
24609 \series default
24610 」コマンドを使用してください。
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Standard
24619 \begin_inset VSpace bigskip
24620 \end_inset
24621
24622 フロートの割付に関する詳細は、LaTeX関連書
24623 \begin_inset CommandInset citation
24624 LatexCommand cite
24625 key "latexcompanion,latexguide,latexbook"
24626
24627 \end_inset
24628
24629 をご覧ください。
24630 \end_layout
24631
24632 \begin_layout Section
24633 回転フロート
24634 \begin_inset CommandInset label
24635 LatexCommand label
24636 name "sec:回転フロート"
24637
24638 \end_inset
24639
24640
24641 \begin_inset Index idx
24642 status collapsed
24643
24644 \begin_layout Plain Layout
24645 ふろーと@フロート ! かいてん@回転
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \begin_layout Standard
24654 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24655 \family sans
24656 横倒しに回転
24657 \family default
24658 オプションを有効にします。
24659 \end_layout
24660
24661 \begin_layout Standard
24662 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24663 \family sans
24664 段をまたぐ
24665 \family default
24666 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24667 たって回転方向を強制したい場合には、文書クラスオプションに
24668 \series bold
24669 figuresleft
24670 \series default
24671 オプションあるいは
24672 \series bold
24673 figuresright
24674 \series default
24675 オプションを加えることができます。
24676 \end_layout
24677
24678 \begin_layout Standard
24679 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24680 \begin_inset CommandInset ref
24681 LatexCommand ref
24682 reference "tab:回転した表"
24683
24684 \end_inset
24685
24686 が回転表フロートの例です。
24687 \end_layout
24688
24689 \begin_layout Standard
24690 \begin_inset Note Greyedout
24691 status open
24692
24693 \begin_layout Plain Layout
24694
24695 \series bold
24696 【註】
24697 \series default
24698 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 \begin_inset Float table
24708 wide false
24709 sideways true
24710 status open
24711
24712 \begin_layout Plain Layout
24713 \begin_inset Caption Standard
24714
24715 \begin_layout Plain Layout
24716 \begin_inset CommandInset label
24717 LatexCommand label
24718 name "tab:回転した表"
24719
24720 \end_inset
24721
24722 回転した表
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Plain Layout
24731 \align center
24732 \begin_inset Tabular
24733 <lyxtabular version="3" rows="1" columns="5">
24734 <features rotate="0" tabularvalignment="middle">
24735 <column alignment="center" valignment="top">
24736 <column alignment="center" valignment="top">
24737 <column alignment="center" valignment="top">
24738 <column alignment="center" valignment="top">
24739 <column alignment="center" valignment="top">
24740 <row>
24741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 試験
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 </row>
24787 </lyxtabular>
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \end_inset
24795
24796
24797 \end_layout
24798
24799 \begin_layout Section
24800 従属フロート
24801 \begin_inset Index idx
24802 status collapsed
24803
24804 \begin_layout Plain Layout
24805 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \begin_layout Standard
24814 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24815 \begin_inset CommandInset ref
24816 LatexCommand ref
24817 reference "tab:従属表を横に並べたもの"
24818
24819 \end_inset
24820
24821 と表
24822 \begin_inset CommandInset ref
24823 LatexCommand ref
24824 reference "tab:従属表を縦に並べたもの"
24825
24826 \end_inset
24827
24828 に示されているように段落と同様に指定することができます。
24829 \end_layout
24830
24831 \begin_layout Standard
24832 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24833 \begin_inset CommandInset ref
24834 LatexCommand ref
24835 reference "tab:これは従属表a"
24836
24837 \end_inset
24838
24839 と表
24840 \begin_inset CommandInset ref
24841 LatexCommand ref
24842 reference "tab:これは従属表b"
24843
24844 \end_inset
24845
24846 は表
24847 \begin_inset CommandInset ref
24848 LatexCommand ref
24849 reference "tab:従属表を横に並べたもの"
24850
24851 \end_inset
24852
24853 の従属フロートです。
24854 \begin_inset Float table
24855 wide false
24856 sideways false
24857 status open
24858
24859 \begin_layout Plain Layout
24860 \begin_inset Caption Standard
24861
24862 \begin_layout Plain Layout
24863 \begin_inset CommandInset label
24864 LatexCommand label
24865 name "tab:従属表を横に並べたもの"
24866
24867 \end_inset
24868
24869 従属表を横に並べたもの
24870 \end_layout
24871
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \begin_layout Plain Layout
24878 \begin_inset space \hfill{}
24879 \end_inset
24880
24881
24882 \begin_inset Float table
24883 wide false
24884 sideways false
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888 \begin_inset Caption Standard
24889
24890 \begin_layout Plain Layout
24891 \begin_inset CommandInset label
24892 LatexCommand label
24893 name "tab:これは従属表a"
24894
24895 \end_inset
24896
24897 これは従属表aです。
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Plain Layout
24906 \align center
24907 \begin_inset Tabular
24908 <lyxtabular version="3" rows="1" columns="5">
24909 <features rotate="0" tabularvalignment="middle">
24910 <column alignment="center" valignment="top">
24911 <column alignment="center" valignment="top">
24912 <column alignment="center" valignment="top">
24913 <column alignment="center" valignment="top">
24914 <column alignment="center" valignment="top">
24915 <row>
24916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920 試験
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 </row>
24962 </lyxtabular>
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \end_inset
24970
24971
24972 \begin_inset space \hfill{}
24973 \end_inset
24974
24975
24976 \begin_inset Float table
24977 wide false
24978 sideways false
24979 status collapsed
24980
24981 \begin_layout Plain Layout
24982 \begin_inset Caption Standard
24983
24984 \begin_layout Plain Layout
24985 \begin_inset CommandInset label
24986 LatexCommand label
24987 name "tab:これは従属表b"
24988
24989 \end_inset
24990
24991 これは従属表bです。
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \begin_layout Plain Layout
25000 \align center
25001 \begin_inset Tabular
25002 <lyxtabular version="3" rows="1" columns="5">
25003 <features rotate="0" tabularvalignment="middle">
25004 <column alignment="center" valignment="top">
25005 <column alignment="center" valignment="top">
25006 <column alignment="center" valignment="top">
25007 <column alignment="center" valignment="top">
25008 <column alignment="center" valignment="top">
25009 <row>
25010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Plain Layout
25014
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25020 \begin_inset Text
25021
25022 \begin_layout Plain Layout
25023
25024 \end_layout
25025
25026 \end_inset
25027 </cell>
25028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Plain Layout
25032
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050 試験
25051 \end_layout
25052
25053 \end_inset
25054 </cell>
25055 </row>
25056 </lyxtabular>
25057
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \begin_inset space \hfill{}
25067 \end_inset
25068
25069
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \begin_inset Float table
25076 wide false
25077 sideways false
25078 status open
25079
25080 \begin_layout Plain Layout
25081 \begin_inset Caption Standard
25082
25083 \begin_layout Plain Layout
25084 \begin_inset CommandInset label
25085 LatexCommand label
25086 name "tab:従属表を縦に並べたもの"
25087
25088 \end_inset
25089
25090 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25091 \end_layout
25092
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Plain Layout
25099 \noindent
25100 \align center
25101 \begin_inset Float table
25102 wide false
25103 sideways false
25104 status collapsed
25105
25106 \begin_layout Plain Layout
25107 \begin_inset Caption Standard
25108
25109 \begin_layout Plain Layout
25110
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Plain Layout
25119 \align center
25120 \begin_inset Tabular
25121 <lyxtabular version="3" rows="1" columns="4">
25122 <features rotate="0" tabularvalignment="middle">
25123 <column alignment="center" valignment="top">
25124 <column alignment="center" valignment="top">
25125 <column alignment="center" valignment="top">
25126 <column alignment="center" valignment="top">
25127 <row>
25128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132 試験
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141 試験
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150 試験
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 試験
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 </row>
25165 </lyxtabular>
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Plain Layout
25178 \noindent
25179 \align center
25180 \begin_inset Float table
25181 wide false
25182 sideways false
25183 status collapsed
25184
25185 \begin_layout Plain Layout
25186 \begin_inset Caption Standard
25187
25188 \begin_layout Plain Layout
25189
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Plain Layout
25198 \align center
25199 \begin_inset Tabular
25200 <lyxtabular version="3" rows="1" columns="5">
25201 <features rotate="0" tabularvalignment="middle">
25202 <column alignment="center" valignment="top">
25203 <column alignment="center" valignment="top">
25204 <column alignment="center" valignment="top">
25205 <column alignment="center" valignment="top">
25206 <column alignment="center" valignment="top">
25207 <row>
25208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25236 \begin_inset Text
25237
25238 \begin_layout Plain Layout
25239
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 </row>
25254 </lyxtabular>
25255
25256 \end_inset
25257
25258
25259 \end_layout
25260
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \begin_layout Section
25272 横並びのフロート
25273 \begin_inset Index idx
25274 status collapsed
25275
25276 \begin_layout Plain Layout
25277 ふろーと@フロート ! よこならび@横並び
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \begin_layout Standard
25286
25287 \begin_inset CommandInset ref
25288 LatexCommand ref
25289 reference "fig:左側のフロート"
25290
25291 \end_inset
25292
25293 や図
25294 \begin_inset CommandInset ref
25295 LatexCommand ref
25296 reference "fig:右側のフロート"
25297
25298 \end_inset
25299
25300 のようにフロートを横並びに配置するには、
25301 \emph on
25302 ひとつの
25303 \emph default
25304 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25305 \begin_inset Foot
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 Minipageは第
25310 \begin_inset CommandInset ref
25311 LatexCommand ref
25312 reference "sec:ミニページ"
25313
25314 \end_inset
25315
25316 節に説明があります。
25317 \end_layout
25318
25319 \end_inset
25320
25321 。幅は45
25322 \begin_inset space \thinspace{}
25323 \end_inset
25324
25325 -50
25326 \begin_inset space \thinspace{}
25327 \end_inset
25328
25329 列幅%とし、各minipageのボックス配置を
25330 \family sans
25331
25332 \family default
25333 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25334 \family sans
25335 列幅%
25336 \family default
25337 がここではminipageボックスの幅によって計算されることです。
25338 \end_layout
25339
25340 \begin_layout Standard
25341 \begin_inset Float figure
25342 wide false
25343 sideways false
25344 status open
25345
25346 \begin_layout Plain Layout
25347 \begin_inset Box Frameless
25348 position "b"
25349 hor_pos "c"
25350 has_inner_box 1
25351 inner_pos "t"
25352 use_parbox 0
25353 use_makebox 0
25354 width "45col%"
25355 special "none"
25356 height "1in"
25357 height_special "totalheight"
25358 status open
25359
25360 \begin_layout Plain Layout
25361 \align center
25362 \begin_inset Graphics
25363         filename ../clipart/mobius.eps
25364         lyxscale 50
25365         width 100col%
25366         scaleBeforeRotation
25367
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \begin_layout Plain Layout
25374 \begin_inset Caption Standard
25375
25376 \begin_layout Plain Layout
25377 \begin_inset CommandInset label
25378 LatexCommand label
25379 name "fig:左側のフロート"
25380
25381 \end_inset
25382
25383 左側のフロート
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \begin_inset space \hfill{}
25395 \end_inset
25396
25397
25398 \begin_inset Box Frameless
25399 position "b"
25400 hor_pos "c"
25401 has_inner_box 1
25402 inner_pos "t"
25403 use_parbox 0
25404 use_makebox 0
25405 width "45col%"
25406 special "none"
25407 height "1in"
25408 height_special "totalheight"
25409 status open
25410
25411 \begin_layout Plain Layout
25412 \align center
25413 \begin_inset Graphics
25414         filename ../clipart/platypus.eps
25415         lyxscale 50
25416         width 100col%
25417         scaleBeforeRotation
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Plain Layout
25425 \begin_inset Caption Standard
25426
25427 \begin_layout Plain Layout
25428 \begin_inset CommandInset label
25429 LatexCommand label
25430 name "fig:右側のフロート"
25431
25432 \end_inset
25433
25434 右側のフロート
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Plain Layout
25448
25449 \end_layout
25450
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \begin_layout Section
25457 キャプションの書式設定
25458 \begin_inset Index idx
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \begin_inset Index idx
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \begin_inset CommandInset label
25479 LatexCommand label
25480 name "sec:キャプションの書式設定"
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Standard
25488
25489 \family sans
25490 キャプション
25491 \family default
25492 環境は、
25493 \family sans
25494 フロート
25495 \family default
25496 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
25497 \family sans
25498 図 #:
25499 \family default
25500 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25501 \family sans
25502 #
25503 \family default
25504 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25505 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25506 \end_layout
25507
25508 \begin_layout Standard
25509 既定のキャプション書式を変更するには、文書プリアンブルに
25510 \end_layout
25511
25512 \begin_layout Standard
25513
25514 \series bold
25515
25516 \backslash
25517 usepackage[format definition]{caption}
25518 \end_layout
25519
25520 \begin_layout Standard
25521 という行を加えて、LaTeXパッケージ
25522 \series bold
25523 caption
25524 \series default
25525
25526 \begin_inset Index idx
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530 LaTeXぱっけーじ@LaTeXパッケージ ! caption
25531 \end_layout
25532
25533 \end_inset
25534
25535 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25536 \end_layout
25537
25538 \begin_layout Standard
25539
25540 \series bold
25541
25542 \backslash
25543 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25544 \end_layout
25545
25546 \begin_layout Standard
25547 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25548 \series bold
25549 caption
25550 \series default
25551 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25552 \end_layout
25553
25554 \begin_layout Standard
25555
25556 \series bold
25557
25558 \backslash
25559 captionsetup[フロート型]{書式定義}
25560 \end_layout
25561
25562 \begin_layout Standard
25563 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25564 \begin_inset CommandInset ref
25565 LatexCommand ref
25566 reference "fig:図キャプション"
25567
25568 \end_inset
25569
25570 と表
25571 \begin_inset CommandInset ref
25572 LatexCommand ref
25573 reference "tab:表キャプション"
25574
25575 \end_inset
25576
25577 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25578 \end_layout
25579
25580 \begin_layout Standard
25581
25582 \series bold
25583
25584 \backslash
25585 usepackage[tableposition=top]{caption}
25586 \series default
25587
25588 \begin_inset Newline newline
25589 \end_inset
25590
25591
25592 \series bold
25593
25594 \backslash
25595 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25596 \begin_inset Newline newline
25597 \end_inset
25598
25599
25600 \begin_inset Phantom HPhantom
25601 status open
25602
25603 \begin_layout Plain Layout
25604
25605 \backslash
25606 captionsetup[figure]{
25607 \end_layout
25608
25609 \end_inset
25610
25611 labelsep=period}
25612 \begin_inset Newline newline
25613 \end_inset
25614
25615
25616 \backslash
25617 captionsetup[table]{labelfont={bf,sf}}
25618 \end_layout
25619
25620 \begin_layout Standard
25621 \begin_inset Note Greyedout
25622 status open
25623
25624 \begin_layout Plain Layout
25625
25626 \series bold
25627 【註】
25628 \series default
25629 オプションのうち、
25630 \series bold
25631 tableposition=top
25632 \series default
25633 は、文書クラスに
25634 \series bold
25635 KOMA-script
25636 \series default
25637
25638 \begin_inset Index idx
25639 status collapsed
25640
25641 \begin_layout Plain Layout
25642 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25643 \end_layout
25644
25645 \end_inset
25646
25647 が使われているときには、無効になります。この場合には、文書クラスオプション
25648 \series bold
25649 captions=tableheading
25650 \series default
25651 を指定しなくてはなりません。
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \begin_layout Standard
25660
25661 \series bold
25662 caption
25663 \series default
25664 パッケージについての詳細は、その取扱説明書
25665 \begin_inset CommandInset citation
25666 LatexCommand cite
25667 key "caption"
25668
25669 \end_inset
25670
25671 をご覧ください。
25672 \end_layout
25673
25674 \begin_layout Standard
25675 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25676 \end_layout
25677
25678 \begin_layout Standard
25679
25680 \series bold
25681
25682 \backslash
25683 renewcommand{
25684 \backslash
25685 fnum@figure}{画像~
25686 \backslash
25687 thefigure}
25688 \end_layout
25689
25690 \begin_layout Standard
25691 なお、
25692 \series bold
25693
25694 \backslash
25695 thefigure
25696 \series default
25697 は表番号を挿入し、「
25698 \series bold
25699 ~
25700 \series default
25701 」は保護された空白を入れます。
25702 \end_layout
25703
25704 \begin_layout Standard
25705 \begin_inset VSpace bigskip
25706 \end_inset
25707
25708
25709 \series bold
25710 KOMA-script
25711 \series default
25712
25713 \begin_inset Index idx
25714 status collapsed
25715
25716 \begin_layout Plain Layout
25717 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25718 \end_layout
25719
25720 \end_inset
25721
25722 文書クラス(
25723 \family sans
25724 article (KOMA-script)
25725 \family default
25726
25727 \family sans
25728 book (KOMA-script)
25729 \family default
25730
25731 \family sans
25732 letter (KOMA-script)
25733 \family default
25734
25735 \family sans
25736 report (KOMA-script)
25737 \family default
25738 )を使用している場合には、
25739 \series bold
25740 caption
25741 \series default
25742 パッケージの代わりに
25743 \series bold
25744 KOMA-script
25745 \series default
25746 のビルトインコマンド
25747 \series bold
25748 etkomafont
25749 \series default
25750 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25751 \end_layout
25752
25753 \begin_layout Standard
25754
25755 \series bold
25756
25757 \backslash
25758 setkomafont{captionlabel}{
25759 \backslash
25760 bfseries}
25761 \end_layout
25762
25763 \begin_layout Standard
25764
25765 \series bold
25766
25767 \backslash
25768 setkomafont
25769 \series default
25770 についての詳細は、
25771 \series bold
25772 KOMA-script
25773 \series default
25774 の取扱説明書
25775 \begin_inset CommandInset citation
25776 LatexCommand cite
25777 key "koma-script"
25778
25779 \end_inset
25780
25781 をご覧ください。
25782 \end_layout
25783
25784 \begin_layout Standard
25785 \begin_inset ERT
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789
25790
25791 \backslash
25792 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25793 }
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \begin_inset Note Note
25800 status open
25801
25802 \begin_layout Plain Layout
25803 キャプション書式は、この例のみ変更してあります。
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \begin_layout Standard
25812 \begin_inset Float figure
25813 placement !p
25814 wide false
25815 sideways false
25816 status open
25817
25818 \begin_layout Plain Layout
25819 \align center
25820 \begin_inset Graphics
25821         filename ../clipart/mobius.eps
25822         lyxscale 50
25823         scale 50
25824         scaleBeforeRotation
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_layout Plain Layout
25832 \begin_inset Caption Standard
25833
25834 \begin_layout Plain Layout
25835 \begin_inset CommandInset label
25836 LatexCommand label
25837 name "fig:図キャプション"
25838
25839 \end_inset
25840
25841 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25842 \end_layout
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \begin_layout Standard
25855 \begin_inset ERT
25856 status collapsed
25857
25858 \begin_layout Plain Layout
25859
25860
25861 \backslash
25862 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25863 on}
25864 \end_layout
25865
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \begin_layout Standard
25872 \begin_inset Float table
25873 placement !p
25874 wide false
25875 sideways false
25876 status open
25877
25878 \begin_layout Plain Layout
25879 \begin_inset Caption Standard
25880
25881 \begin_layout Plain Layout
25882 \begin_inset CommandInset label
25883 LatexCommand label
25884 name "tab:表キャプション"
25885
25886 \end_inset
25887
25888 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25889 \end_layout
25890
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \begin_layout Plain Layout
25897 \align center
25898 \begin_inset Tabular
25899 <lyxtabular version="3" rows="1" columns="5">
25900 <features rotate="0" tabularvalignment="middle">
25901 <column alignment="center" valignment="top">
25902 <column alignment="center" valignment="top">
25903 <column alignment="center" valignment="top">
25904 <column alignment="center" valignment="top">
25905 <column alignment="center" valignment="top">
25906 <row>
25907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920
25921 \end_layout
25922
25923 \end_inset
25924 </cell>
25925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25926 \begin_inset Text
25927
25928 \begin_layout Plain Layout
25929
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Plain Layout
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 </row>
25953 </lyxtabular>
25954
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \end_inset
25961
25962
25963 \end_layout
25964
25965 \begin_layout Section
25966 キャプションの配置
25967 \begin_inset Index idx
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971 きゃぷしょん@キャプション ! はいち@配置
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \begin_inset Index idx
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25982 \end_layout
25983
25984 \end_inset
25985
25986
25987 \begin_inset CommandInset label
25988 LatexCommand label
25989 name "sec:キャプションの配置"
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \begin_layout Standard
25997 通常、キャプションの配置原則は、
25998 \end_layout
25999
26000 \begin_layout Description
26001 図の場合: キャプションを図の下に置く
26002 \end_layout
26003
26004 \begin_layout Description
26005 表の場合: キャプションを表の上に置く
26006 \end_layout
26007
26008 \begin_layout Standard
26009 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26010 \family sans
26011 article
26012 \family default
26013
26014 \family sans
26015 book
26016 \family default
26017
26018 \family sans
26019 letter
26020 \family default
26021
26022 \family sans
26023 report
26024 \family default
26025 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26026 eXパッケージ
26027 \series bold
26028 caption
26029 \series default
26030 を読み込むコマンドに
26031 \end_layout
26032
26033 \begin_layout Standard
26034
26035 \series bold
26036 tableposition=top
26037 \end_layout
26038
26039 \begin_layout Standard
26040 というオプションを追加してください
26041 \begin_inset Foot
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045
26046 \series bold
26047 caption
26048 \series default
26049 パッケージについての詳細な情報は、第
26050 \begin_inset CommandInset ref
26051 LatexCommand ref
26052 reference "sec:キャプションの書式設定"
26053
26054 \end_inset
26055
26056 節をご覧ください。
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \series bold
26063 KOMA-script
26064 \series default
26065
26066 \begin_inset Index idx
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26071 \end_layout
26072
26073 \end_inset
26074
26075 文書クラス(
26076 \family sans
26077 article (KOMA-script)
26078 \family default
26079
26080 \family sans
26081 book (KOMA-script)
26082 \family default
26083
26084 \family sans
26085 letter (KOMA-script)
26086 \family default
26087
26088 \family sans
26089 report (KOMA-script)
26090 \family default
26091
26092 \begin_inset space \thinspace{}
26093 \end_inset
26094
26095 )をお使いの場合には、
26096 \series bold
26097 caption
26098 \series default
26099 パッケージにオプションを与える代わりに、文書クラスオプション
26100 \end_layout
26101
26102 \begin_layout Standard
26103
26104 \series bold
26105 captions=tableheading
26106 \end_layout
26107
26108 \begin_layout Standard
26109 を設定することもできます
26110 \begin_inset Foot
26111 status collapsed
26112
26113 \begin_layout Plain Layout
26114 このオプションは本文書で使用されています。
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \begin_layout Standard
26123 KOMA-Script文書クラスの文書では、キャプションを右クリックして、文脈依存メニューから、これが図表の上または下に来るべきキャプションかを指定することもで
26124 きます。これによって、文書全体のキャプション配置指定にかかわらず、特定のキャプションの配置を変えることができます。表
26125 \begin_inset CommandInset ref
26126 LatexCommand ref
26127 reference "tab:指定付きキャプション"
26128
26129 \end_inset
26130
26131 は、キャプションは、LyX中では上に置かれているけれども、表の下に来るように指定されている例です。比較のために、表
26132 \begin_inset CommandInset ref
26133 LatexCommand ref
26134 reference "tab:標準表"
26135
26136 \end_inset
26137
26138 のキャプションでは、指定が為されていません。
26139 \end_layout
26140
26141 \begin_layout Standard
26142 \begin_inset Float table
26143 wide false
26144 sideways false
26145 status open
26146
26147 \begin_layout Plain Layout
26148 \begin_inset Caption Below
26149
26150 \begin_layout Plain Layout
26151 \begin_inset CommandInset label
26152 LatexCommand label
26153 name "tab:指定付きキャプション"
26154
26155 \end_inset
26156
26157 表下に来るように指定されたキャプション
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \begin_layout Plain Layout
26166 \align center
26167 \begin_inset Tabular
26168 <lyxtabular version="3" rows="3" columns="3">
26169 <features rotate="0" tabularvalignment="middle">
26170 <column alignment="center" valignment="top" width="0pt">
26171 <column alignment="center" valignment="top" width="0pt">
26172 <column alignment="center" valignment="top" width="0pt">
26173 <row>
26174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 1
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 2
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 3
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 </row>
26202 <row>
26203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 森嶋
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216 宇沢
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225 二階堂
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 </row>
26231 <row>
26232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 \begin_inset Formula $\int x^{2}dx$
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Formula $\left[\begin{array}{cc}
26249 a & b\\
26250 c & d
26251 \end{array}\right]$
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 \begin_inset Formula $1+1=2$
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 </row>
26272 </lyxtabular>
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Standard
26285 \begin_inset Float table
26286 wide false
26287 sideways false
26288 status open
26289
26290 \begin_layout Plain Layout
26291 \begin_inset Caption Standard
26292
26293 \begin_layout Plain Layout
26294 \begin_inset CommandInset label
26295 LatexCommand label
26296 name "tab:標準表"
26297
26298 \end_inset
26299
26300 標準の表キャプション
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \begin_layout Plain Layout
26309 \align center
26310 \begin_inset Tabular
26311 <lyxtabular version="3" rows="3" columns="3">
26312 <features rotate="0" tabularvalignment="middle">
26313 <column alignment="center" valignment="top" width="0pt">
26314 <column alignment="center" valignment="top" width="0pt">
26315 <column alignment="center" valignment="top" width="0pt">
26316 <row>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 1
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 2
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 3
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 </row>
26345 <row>
26346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350 森嶋
26351 \end_layout
26352
26353 \end_inset
26354 </cell>
26355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359 宇沢
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 二階堂
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 </row>
26374 <row>
26375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379 \begin_inset Formula $\int x^{2}dx$
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391 \begin_inset Formula $\left[\begin{array}{cc}
26392 a & b\\
26393 c & d
26394 \end{array}\right]$
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406 \begin_inset Formula $1+1=2$
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 </row>
26415 </lyxtabular>
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \begin_layout Standard
26428 \begin_inset VSpace bigskip
26429 \end_inset
26430
26431 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26432 \end_layout
26433
26434 \begin_layout Standard
26435
26436 \series bold
26437
26438 \backslash
26439 usepackage[option]{sidecap}
26440 \end_layout
26441
26442 \begin_layout Standard
26443 という行を入れて、LaTeXパッケージ
26444 \series bold
26445 sidecap
26446 \series default
26447
26448 \begin_inset Index idx
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26453 \end_layout
26454
26455 \end_inset
26456
26457 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
26458 \series bold
26459 innercaption
26460 \series default
26461 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26462 \series bold
26463 rightcaption
26464 \series default
26465 ないし
26466 \series bold
26467 leftcaption
26468 \series default
26469 オプションを用います。
26470 \end_layout
26471
26472 \begin_layout Standard
26473 \begin_inset ERT
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477
26478
26479 \backslash
26480 ifsidecap
26481 \end_layout
26482
26483 \end_inset
26484
26485
26486 \begin_inset Note Note
26487 status open
26488
26489 \begin_layout Plain Layout
26490 以下の部分は、LaTeXパッケージ
26491 \series bold
26492 sidecap
26493 \series default
26494 が導入されているときのみ表示されます。
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \begin_layout Standard
26503 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26504 \end_layout
26505
26506 \begin_layout Standard
26507 \noindent
26508 \begin_inset CommandInset line
26509 LatexCommand rule
26510 offset "0.5ex"
26511 width "100line%"
26512 height "1pt"
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \begin_layout Standard
26520
26521 \series bold
26522
26523 \backslash
26524 newcommand{
26525 \backslash
26526 TabBesBeg}[1][1.0]{%
26527 \begin_inset Newline newline
26528 \end_inset
26529
26530
26531 \begin_inset Phantom HPhantom
26532 status open
26533
26534 \begin_layout Plain Layout
26535 \begin_inset space ~
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \backslash
26545 let
26546 \backslash
26547 MyTable
26548 \backslash
26549 table
26550 \begin_inset Newline newline
26551 \end_inset
26552
26553
26554 \begin_inset Phantom HPhantom
26555 status open
26556
26557 \begin_layout Plain Layout
26558
26559 \series medium
26560 \begin_inset space ~
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \backslash
26570 let
26571 \backslash
26572 MyEndtable
26573 \backslash
26574 endtable
26575 \begin_inset Newline newline
26576 \end_inset
26577
26578
26579 \begin_inset Phantom HPhantom
26580 status open
26581
26582 \begin_layout Plain Layout
26583
26584 \series medium
26585 \begin_inset space ~
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \backslash
26595 renewenvironment{table}[1]{
26596 \backslash
26597 begin{SCtable}[#1]##1}{
26598 \backslash
26599 end{SCtable}}}
26600 \end_layout
26601
26602 \begin_layout Standard
26603
26604 \series bold
26605
26606 \backslash
26607 newcommand{
26608 \backslash
26609 TabBesEnd}{%
26610 \begin_inset Newline newline
26611 \end_inset
26612
26613
26614 \begin_inset Phantom HPhantom
26615 status open
26616
26617 \begin_layout Plain Layout
26618 \begin_inset space ~
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \end_inset
26625
26626
26627 \backslash
26628 let
26629 \backslash
26630 table
26631 \backslash
26632 MyTable
26633 \begin_inset Newline newline
26634 \end_inset
26635
26636
26637 \begin_inset Phantom HPhantom
26638 status open
26639
26640 \begin_layout Plain Layout
26641 \begin_inset space ~
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \backslash
26651 let
26652 \backslash
26653 endtable
26654 \backslash
26655 MyEndtable
26656 \end_layout
26657
26658 \begin_layout Standard
26659
26660 \series bold
26661
26662 \backslash
26663 newcommand{
26664 \backslash
26665 FigBesBeg}[1][1.0]{%
26666 \begin_inset Newline newline
26667 \end_inset
26668
26669
26670 \begin_inset Phantom HPhantom
26671 status open
26672
26673 \begin_layout Plain Layout
26674 \begin_inset space ~
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \backslash
26684 let
26685 \backslash
26686 MyFigure
26687 \backslash
26688 figure
26689 \begin_inset Newline newline
26690 \end_inset
26691
26692
26693 \begin_inset Phantom HPhantom
26694 status open
26695
26696 \begin_layout Plain Layout
26697 \begin_inset space ~
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \backslash
26707 let
26708 \backslash
26709 MyEndfigure
26710 \backslash
26711 endfigure
26712 \begin_inset Newline newline
26713 \end_inset
26714
26715
26716 \begin_inset Phantom HPhantom
26717 status open
26718
26719 \begin_layout Plain Layout
26720 \begin_inset space ~
26721 \end_inset
26722
26723
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \backslash
26730 renewenvironment{figure}[1]{
26731 \backslash
26732 begin{SCfigure}[#1]##1}{
26733 \backslash
26734 end{SCfigure}}}
26735 \end_layout
26736
26737 \begin_layout Standard
26738
26739 \series bold
26740
26741 \backslash
26742 newcommand{
26743 \backslash
26744 FigBesEnd}{%
26745 \begin_inset Newline newline
26746 \end_inset
26747
26748
26749 \begin_inset Phantom HPhantom
26750 status open
26751
26752 \begin_layout Plain Layout
26753 \begin_inset space ~
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \backslash
26763 let
26764 \backslash
26765 figure
26766 \backslash
26767 MyFigure
26768 \begin_inset Newline newline
26769 \end_inset
26770
26771
26772 \begin_inset Phantom HPhantom
26773 status open
26774
26775 \begin_layout Plain Layout
26776 \begin_inset space ~
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \backslash
26786 let
26787 \backslash
26788 endfigure
26789 \backslash
26790 MyEndfigure}
26791 \end_layout
26792
26793 \begin_layout Standard
26794 \noindent
26795 \begin_inset CommandInset line
26796 LatexCommand rule
26797 offset "0.5ex"
26798 width "100line%"
26799 height "1pt"
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Standard
26807 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26808 \end_layout
26809
26810 \begin_layout Standard
26811
26812 \series bold
26813
26814 \backslash
26815 FigBesBeg
26816 \end_layout
26817
26818 \begin_layout Standard
26819 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
26820 \end_layout
26821
26822 \begin_layout Standard
26823
26824 \series bold
26825
26826 \backslash
26827 FigBesEnd
26828 \end_layout
26829
26830 \begin_layout Standard
26831 というTeXコードを入れてください。
26832 \end_layout
26833
26834 \begin_layout Standard
26835 表フロートに対しては、対応するコマンド
26836 \end_layout
26837
26838 \begin_layout Standard
26839
26840 \series bold
26841
26842 \backslash
26843 TabBesBeg
26844 \series default
26845 および
26846 \series bold
26847
26848 \backslash
26849 TabBesEnd
26850 \end_layout
26851
26852 \begin_layout Standard
26853 を使用してください。図
26854 \begin_inset CommandInset ref
26855 LatexCommand ref
26856 reference "fig:図横キャプション"
26857
26858 \end_inset
26859
26860 と表
26861 \begin_inset CommandInset ref
26862 LatexCommand ref
26863 reference "tab:表横キャプション"
26864
26865 \end_inset
26866
26867 がキャプションを脇に設定した例です。
26868 \end_layout
26869
26870 \begin_layout Standard
26871 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26872 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26873 \end_layout
26874
26875 \begin_layout Standard
26876
26877 \series bold
26878
26879 \backslash
26880 sidecaptionvpos{フロート型}{配置}
26881 \end_layout
26882
26883 \begin_layout Standard
26884 というコマンドを使用します。ここで「フロート型」は
26885 \family sans
26886 figure
26887 \family default
26888
26889 \family sans
26890 table
26891 \family default
26892 であり、「配置」は、上揃えの場合はtopの
26893 \end_layout
26894
26895 \begin_layout Standard
26896
26897 \family sans
26898 t
26899 \family default
26900 」、中央揃えの場合はcenterの「
26901 \family sans
26902 c
26903 \family default
26904 」、下揃えの場合はbottomの「
26905 \family sans
26906 b
26907 \family default
26908 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26909 \end_layout
26910
26911 \begin_layout Standard
26912
26913 \series bold
26914
26915 \backslash
26916 sidecaptionvpos{figure}{c}
26917 \end_layout
26918
26919 \begin_layout Standard
26920 というコマンドを使用します。これは、図
26921 \begin_inset CommandInset ref
26922 LatexCommand ref
26923 reference "fig:図横キャプション-2"
26924
26925 \end_inset
26926
26927 で使用されています。
26928 \end_layout
26929
26930 \begin_layout Standard
26931 \begin_inset VSpace medskip
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Standard
26938 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26939 \begin_inset CommandInset ref
26940 LatexCommand ref
26941 reference "tab:表横キャプション"
26942
26943 \end_inset
26944
26945 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26946 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
26947 \emph on
26948 因数
26949 \emph default
26950 は、
26951 \end_layout
26952
26953 \begin_layout Standard
26954
26955 \series bold
26956
26957 \backslash
26958 FigBesBeg[因数]
26959 \end_layout
26960
26961 \begin_layout Standard
26962 のように、
26963 \series bold
26964
26965 \backslash
26966 FigBesBeg
26967 \series default
26968 への非必須引数として与えることもできますし、
26969 \series bold
26970
26971 \backslash
26972 FigBesBeg
26973 \series default
26974 の定義中で
26975 \series bold
26976 1.0
26977 \series default
26978 を他の値に変更することもできます。表
26979 \begin_inset CommandInset ref
26980 LatexCommand ref
26981 reference "tab:図横幅広"
26982
26983 \end_inset
26984
26985 では、因子5が指定されています。
26986 \end_layout
26987
26988 \begin_layout Standard
26989 \begin_inset Note Greyedout
26990 status open
26991
26992 \begin_layout Plain Layout
26993
26994 \series bold
26995 【註】
26996 \series default
26997 キャプションを横につけたフロートでは、フロート配置オプションの
26998 \family sans
26999 何としても現在地に置く
27000 \family default
27001 は、
27002 \series bold
27003 sidecap
27004 \series default
27005 がサポートしていないので、使用することができません。.
27006 \end_layout
27007
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \begin_layout Standard
27014 \begin_inset VSpace medskip
27015 \end_inset
27016
27017
27018 \series bold
27019 sidecap
27020 \series default
27021 パッケージについての詳細は、
27022 \begin_inset CommandInset citation
27023 LatexCommand cite
27024 key "sidecap"
27025
27026 \end_inset
27027
27028 の説明書をご参照ください。
27029 \end_layout
27030
27031 \begin_layout Standard
27032 \begin_inset Note Greyedout
27033 status open
27034
27035 \begin_layout Plain Layout
27036
27037 \series bold
27038 【註】
27039 \series default
27040
27041 \begin_inset CommandInset ref
27042 LatexCommand ref
27043 reference "sub:参照位置"
27044
27045 \end_inset
27046
27047 節に説明があるLaTeXパッケージ
27048 \series bold
27049 hypcap
27050 \series default
27051
27052 \begin_inset Index idx
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
27057 \end_layout
27058
27059 \end_inset
27060
27061 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27062 \end_layout
27063
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \begin_layout Standard
27070 \begin_inset Note Greyedout
27071 status open
27072
27073 \begin_layout Plain Layout
27074
27075 \series bold
27076 【訳註】
27077 \series default
27078 LaTeXパッケージ
27079 \series bold
27080 sidecap
27081 \series default
27082
27083 \begin_inset Index idx
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
27088 \end_layout
27089
27090 \end_inset
27091
27092 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
27093 ついては、取扱説明書『
27094 \emph on
27095 埋め込み機能篇
27096 \emph default
27097 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \begin_inset Note Note
27104 status open
27105
27106 \begin_layout Plain Layout
27107 \begin_inset ERT
27108 status collapsed
27109
27110 \begin_layout Plain Layout
27111
27112
27113 \backslash
27114 FigBesBeg 
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \begin_layout Plain Layout
27123 \begin_inset Float figure
27124 wide false
27125 sideways false
27126 status open
27127
27128 \begin_layout Plain Layout
27129 \begin_inset Graphics
27130         filename ../clipart/escher-lsd.eps
27131         scale 75
27132         scaleBeforeRotation
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Plain Layout
27140 \begin_inset Caption Standard
27141
27142 \begin_layout Plain Layout
27143 \begin_inset CommandInset label
27144 LatexCommand label
27145 name "fig:図横キャプション"
27146
27147 \end_inset
27148
27149 これは図の横にあるキャプションです。
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \begin_layout Plain Layout
27163 \begin_inset ERT
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167
27168
27169 \backslash
27170 FigBesEnd
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Plain Layout
27179 \begin_inset ERT
27180 status collapsed
27181
27182 \begin_layout Plain Layout
27183
27184
27185 \backslash
27186 TabBesBeg 
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \begin_layout Plain Layout
27195 \begin_inset Float table
27196 wide false
27197 sideways false
27198 status open
27199
27200 \begin_layout Plain Layout
27201 \begin_inset Caption Standard
27202
27203 \begin_layout Plain Layout
27204 \begin_inset CommandInset label
27205 LatexCommand label
27206 name "tab:表横キャプション"
27207
27208 \end_inset
27209
27210 これは表の横にあるキャプションです。
27211 \end_layout
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Plain Layout
27219 \begin_inset Tabular
27220 <lyxtabular version="3" rows="4" columns="5">
27221 <features rotate="0" tabularvalignment="middle">
27222 <column alignment="center" valignment="top">
27223 <column alignment="center" valignment="top">
27224 <column alignment="center" valignment="top">
27225 <column alignment="center" valignment="top">
27226 <column alignment="center" valignment="top">
27227 <row>
27228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27229 \begin_inset Text
27230
27231 \begin_layout Plain Layout
27232
27233 \end_layout
27234
27235 \end_inset
27236 </cell>
27237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27238 \begin_inset Text
27239
27240 \begin_layout Plain Layout
27241
27242 \end_layout
27243
27244 \end_inset
27245 </cell>
27246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Plain Layout
27259
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 </row>
27274 <row>
27275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27285 \begin_inset Text
27286
27287 \begin_layout Plain Layout
27288
27289 \end_layout
27290
27291 \end_inset
27292 </cell>
27293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27294 \begin_inset Text
27295
27296 \begin_layout Plain Layout
27297
27298 \end_layout
27299
27300 \end_inset
27301 </cell>
27302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315
27316 \end_layout
27317
27318 \end_inset
27319 </cell>
27320 </row>
27321 <row>
27322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Plain Layout
27326
27327 \end_layout
27328
27329 \end_inset
27330 </cell>
27331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335
27336 \end_layout
27337
27338 \end_inset
27339 </cell>
27340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27341 \begin_inset Text
27342
27343 \begin_layout Plain Layout
27344
27345 \end_layout
27346
27347 \end_inset
27348 </cell>
27349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Plain Layout
27353
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 </row>
27368 <row>
27369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27370 \begin_inset Text
27371
27372 \begin_layout Plain Layout
27373
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Plain Layout
27382
27383 \end_layout
27384
27385 \end_inset
27386 </cell>
27387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27388 \begin_inset Text
27389
27390 \begin_layout Plain Layout
27391
27392 \end_layout
27393
27394 \end_inset
27395 </cell>
27396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Plain Layout
27400
27401 \end_layout
27402
27403 \end_inset
27404 </cell>
27405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27406 \begin_inset Text
27407
27408 \begin_layout Plain Layout
27409
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 </row>
27415 </lyxtabular>
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Plain Layout
27428 \begin_inset ERT
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432
27433
27434 \backslash
27435 TabBesEnd
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \begin_layout Plain Layout
27444 \begin_inset ERT
27445 status collapsed
27446
27447 \begin_layout Plain Layout
27448
27449
27450 \backslash
27451 FigBesBeg 
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \begin_inset ERT
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461
27462
27463 \backslash
27464 sidecaptionvpos{figure}{c}
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \begin_inset Float figure
27471 wide false
27472 sideways false
27473 status open
27474
27475 \begin_layout Plain Layout
27476 \begin_inset Graphics
27477         filename ../clipart/escher-lsd.eps
27478         scale 75
27479         scaleBeforeRotation
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \begin_layout Plain Layout
27487 \begin_inset Caption Standard
27488
27489 \begin_layout Plain Layout
27490 \begin_inset CommandInset label
27491 LatexCommand label
27492 name "fig:図横キャプション-2"
27493
27494 \end_inset
27495
27496 これは図の横にある縦方向中央揃えのキャプションです。
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Plain Layout
27510 \begin_inset ERT
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 FigBesEnd
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \end_layout
27524
27525 \begin_layout Plain Layout
27526 \begin_inset ERT
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530
27531
27532 \backslash
27533 TabBesBeg[5]
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Plain Layout
27542 \begin_inset Float table
27543 wide false
27544 sideways false
27545 status open
27546
27547 \begin_layout Plain Layout
27548 \begin_inset Caption Standard
27549
27550 \begin_layout Plain Layout
27551 \begin_inset CommandInset label
27552 LatexCommand label
27553 name "tab:図横幅広"
27554
27555 \end_inset
27556
27557 これは表
27558 \begin_inset CommandInset ref
27559 LatexCommand ref
27560 reference "tab:表横キャプション"
27561
27562 \end_inset
27563
27564 よりも幅広のキャプションです
27565 \end_layout
27566
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \begin_layout Plain Layout
27573 \begin_inset Tabular
27574 <lyxtabular version="3" rows="4" columns="5">
27575 <features rotate="0" tabularvalignment="middle">
27576 <column alignment="center" valignment="top">
27577 <column alignment="center" valignment="top">
27578 <column alignment="center" valignment="top">
27579 <column alignment="center" valignment="top">
27580 <column alignment="center" valignment="top">
27581 <row>
27582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27583 \begin_inset Text
27584
27585 \begin_layout Plain Layout
27586 a
27587 \end_layout
27588
27589 \end_inset
27590 </cell>
27591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27592 \begin_inset Text
27593
27594 \begin_layout Plain Layout
27595
27596 \end_layout
27597
27598 \end_inset
27599 </cell>
27600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27601 \begin_inset Text
27602
27603 \begin_layout Plain Layout
27604 b
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Plain Layout
27613
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622 c
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 </row>
27628 <row>
27629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Plain Layout
27633
27634 \end_layout
27635
27636 \end_inset
27637 </cell>
27638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27639 \begin_inset Text
27640
27641 \begin_layout Plain Layout
27642 d
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660 e
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 </row>
27675 <row>
27676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27677 \begin_inset Text
27678
27679 \begin_layout Plain Layout
27680 f
27681 \end_layout
27682
27683 \end_inset
27684 </cell>
27685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27686 \begin_inset Text
27687
27688 \begin_layout Plain Layout
27689
27690 \end_layout
27691
27692 \end_inset
27693 </cell>
27694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27695 \begin_inset Text
27696
27697 \begin_layout Plain Layout
27698 g
27699 \end_layout
27700
27701 \end_inset
27702 </cell>
27703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27704 \begin_inset Text
27705
27706 \begin_layout Plain Layout
27707
27708 \end_layout
27709
27710 \end_inset
27711 </cell>
27712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27713 \begin_inset Text
27714
27715 \begin_layout Plain Layout
27716 h
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 </row>
27722 <row>
27723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27724 \begin_inset Text
27725
27726 \begin_layout Plain Layout
27727
27728 \end_layout
27729
27730 \end_inset
27731 </cell>
27732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27733 \begin_inset Text
27734
27735 \begin_layout Plain Layout
27736 i
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Plain Layout
27745
27746 \end_layout
27747
27748 \end_inset
27749 </cell>
27750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Plain Layout
27754 j
27755 \end_layout
27756
27757 \end_inset
27758 </cell>
27759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27760 \begin_inset Text
27761
27762 \begin_layout Plain Layout
27763
27764 \end_layout
27765
27766 \end_inset
27767 </cell>
27768 </row>
27769 </lyxtabular>
27770
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \begin_layout Plain Layout
27782 \begin_inset ERT
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786
27787
27788 \backslash
27789 TabBesEnd
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Standard
27803 \begin_inset ERT
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807
27808
27809 \backslash
27810 else
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \begin_inset Note Note
27817 status open
27818
27819 \begin_layout Plain Layout
27820 以下の部分は、LaTeXパッケージ
27821 \series bold
27822 sidecap
27823 \series default
27824 が導入されていないときのみ表示されます。
27825 \end_layout
27826
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \begin_layout Standard
27833 本節の残りの部分を出力で表示するには、LaTeXパッケージ
27834 \series bold
27835 sidecap
27836 \series default
27837 を導入する必要があります。
27838 \end_layout
27839
27840 \begin_layout Standard
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846
27847 \backslash
27848 fi
27849 \end_layout
27850
27851 \end_inset
27852
27853
27854 \end_layout
27855
27856 \begin_layout Section
27857 フロート一覧
27858 \begin_inset Index idx
27859 status collapsed
27860
27861 \begin_layout Plain Layout
27862 ふろーと@フロート ! ふろーといちらん@フロート一覧
27863 \end_layout
27864
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \begin_layout Standard
27871 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
27872 \family sans
27873 挿入\SpecialChar \menuseparator
27874 一覧/目次
27875 \family default
27876 メニューで挿入することができます。
27877 \end_layout
27878
27879 \begin_layout Standard
27880 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
27881 \end_layout
27882
27883 \begin_layout Standard
27884 本文書の終わりに、図一覧と表一覧があります。
27885 \end_layout
27886
27887 \begin_layout Chapter
27888 注釈
27889 \end_layout
27890
27891 \begin_layout Section
27892 LyX注釈
27893 \begin_inset Index idx
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Standard
27906 注釈は、ツールバーボタン
27907 \family sans
27908
27909 \begin_inset Info
27910 type  "icon"
27911 arg   "note-insert"
27912 \end_inset
27913
27914
27915 \family default
27916 か、
27917 \family sans
27918 挿入\SpecialChar \menuseparator
27919 注釈
27920 \family default
27921 メニューで挿入することができます。注釈には、以下の三つの型があります。
27922 \end_layout
27923
27924 \begin_layout Description
27925 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27926 \begin_inset Newline newline
27927 \end_inset
27928
27929
27930 \begin_inset Newline newline
27931 \end_inset
27932
27933
27934 \begin_inset Graphics
27935         filename clipart/LyXNoteImageQt4.png
27936         display false
27937         scale 50
27938         scaleBeforeRotation
27939
27940 \end_inset
27941
27942
27943 \begin_inset Note Note
27944 status open
27945
27946 \begin_layout Plain Layout
27947 これは、出力には現れない注釈ボックスに書かれた文章です。
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \begin_layout Description
27956 コメント この注釈も出力には現れませんが、
27957 \family sans
27958 ファイル\SpecialChar \menuseparator
27959 書き出し\SpecialChar \menuseparator
27960 LaT
27961 \begin_inset ERT
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965
27966 {}
27967 \end_layout
27968
27969 \end_inset
27970
27971 eX (pdflatex) / (平文)
27972 \family default
27973  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27974 \begin_inset Newline newline
27975 \end_inset
27976
27977
27978 \begin_inset Newline newline
27979 \end_inset
27980
27981
27982 \begin_inset Graphics
27983         filename clipart/CommentNoteImageQt4.png
27984         display false
27985         scale 50
27986         scaleBeforeRotation
27987
27988 \end_inset
27989
27990  
27991 \begin_inset Note Comment
27992 status open
27993
27994 \begin_layout Plain Layout
27995 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Description
28004 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
28005 \begin_inset Newline newline
28006 \end_inset
28007
28008
28009 \begin_inset Newline newline
28010 \end_inset
28011
28012
28013 \begin_inset Graphics
28014         filename clipart/GreyedOutNoteImageQt4.png
28015         display false
28016         scale 50
28017         scaleBeforeRotation
28018
28019 \end_inset
28020
28021
28022 \begin_inset Newline newline
28023 \end_inset
28024
28025
28026 \begin_inset ERT
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030
28031
28032 \backslash
28033 renewenvironment{lyxgreyedout}
28034 \end_layout
28035
28036 \begin_layout Plain Layout
28037
28038 {
28039 \backslash
28040 textcolor[gray]{0.8}
28041 \backslash
28042 bgroup}{
28043 \backslash
28044 egroup}
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \begin_inset Note Greyedout
28051 status open
28052
28053 \begin_layout Plain Layout
28054 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28055 \begin_inset Foot
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059 これは、淡色注釈内に脚注を用いた例です。
28060 \end_layout
28061
28062 \end_inset
28063
28064 です。
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \begin_inset ERT
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074
28075
28076 \backslash
28077 renewenvironment{lyxgreyedout}
28078 \end_layout
28079
28080 \begin_layout Plain Layout
28081
28082 {
28083 \backslash
28084 textcolor{blue}
28085 \backslash
28086 bgroup}{
28087 \backslash
28088 egroup}
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \begin_inset Note Note
28095 status open
28096
28097 \begin_layout Plain Layout
28098 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
28099 定義されています。
28100 \end_layout
28101
28102 \end_inset
28103
28104
28105 \begin_inset Newline newline
28106 \end_inset
28107
28108
28109 \begin_inset Newline newline
28110 \end_inset
28111
28112 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
28113 \end_layout
28114
28115 \begin_layout Standard
28116 \begin_inset VSpace bigskip
28117 \end_inset
28118
28119 注釈を挿入するのにツールバーボタン
28120 \family sans
28121
28122 \begin_inset Info
28123 type  "icon"
28124 arg   "note-insert"
28125 \end_inset
28126
28127
28128 \family default
28129 を使用すると、
28130 \family sans
28131 LyX注釈
28132 \family default
28133 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28134 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28135 さい。
28136 \end_layout
28137
28138 \begin_layout Standard
28139 \begin_inset VSpace bigskip
28140 \end_inset
28141
28142 淡色注釈の文字色は、
28143 \family sans
28144 文書\SpecialChar \menuseparator
28145 設定\SpecialChar \menuseparator
28146
28147 \family default
28148 メニューで変更することができます。
28149 \end_layout
28150
28151 \begin_layout Section
28152 脚注
28153 \begin_inset CommandInset label
28154 LatexCommand label
28155 name "sec:脚注"
28156
28157 \end_inset
28158
28159
28160 \begin_inset Index idx
28161 status collapsed
28162
28163 \begin_layout Plain Layout
28164 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \begin_inset Index idx
28171 status collapsed
28172
28173 \begin_layout Plain Layout
28174 きゃくちゅう@脚注
28175 \end_layout
28176
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \begin_layout Standard
28183 脚注は、ツールバーボタン
28184 \family sans
28185
28186 \begin_inset Info
28187 type  "icon"
28188 arg   "footnote-insert"
28189 \end_inset
28190
28191
28192 \family default
28193 か、
28194 \family sans
28195 挿入\SpecialChar \menuseparator
28196 脚注
28197 \family default
28198 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28199 \begin_inset Graphics
28200         filename clipart/footnoteQt4.png
28201         scale 80
28202         scaleBeforeRotation
28203
28204 \end_inset
28205
28206 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28207 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28208 \end_layout
28209
28210 \begin_layout Standard
28211 これが脚注の例です
28212 \begin_inset Foot
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216 \begin_inset CommandInset label
28217 LatexCommand label
28218 name "fn:これは脚注の一例"
28219
28220 \end_inset
28221
28222 これは脚注の一例です。
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \begin_inset ERT
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232
28233
28234 \backslash
28235 newcounter{MyRepeatFoot}
28236 \end_layout
28237
28238 \begin_layout Plain Layout
28239
28240
28241 \backslash
28242 setcounter{MyRepeatFoot}{
28243 \backslash
28244 thefootnote}
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Standard
28253 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
28254 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28255 \end_layout
28256
28257 \begin_layout Standard
28258 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28259 \begin_inset CommandInset ref
28260 LatexCommand ref
28261 reference "sec:フロートの参照"
28262
28263 \end_inset
28264
28265 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28266 \begin_inset Newline newline
28267 \end_inset
28268
28269 これは脚注
28270 \begin_inset CommandInset ref
28271 LatexCommand ref
28272 reference "fn:これは脚注の一例"
28273
28274 \end_inset
28275
28276 の相互参照です。
28277 \end_layout
28278
28279 \begin_layout Standard
28280 \begin_inset VSpace defskip
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \begin_layout Standard
28287 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
28288 \series bold
28289
28290 \backslash
28291 footnotemark{}
28292 \series default
28293 コマンドを入れてください。脚注の本文は、表の後でTeXコード
28294 \series bold
28295
28296 \backslash
28297 footnotetext
28298 \series default
28299 コマンドの引数として入力します。
28300 \begin_inset Newline newline
28301 \end_inset
28302
28303 以下の表ではコマンド
28304 \begin_inset Newline newline
28305 \end_inset
28306
28307
28308 \series bold
28309
28310 \backslash
28311 footnotetext{
28312 \series default
28313 出力される脚注の表
28314 \series bold
28315 }
28316 \series default
28317
28318 \begin_inset Newline newline
28319 \end_inset
28320
28321 を用いています。
28322 \end_layout
28323
28324 \begin_layout Standard
28325 \begin_inset Tabular
28326 <lyxtabular version="3" rows="2" columns="1">
28327 <features rotate="0" tabularvalignment="middle">
28328 <column alignment="center" valignment="top">
28329 <row>
28330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28331 \begin_inset Text
28332
28333 \begin_layout Plain Layout
28334 これは例文です。
28335 \begin_inset Foot
28336 status open
28337
28338 \begin_layout Plain Layout
28339 この脚注は出力されません!
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \end_inset
28348 </cell>
28349 </row>
28350 <row>
28351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28352 \begin_inset Text
28353
28354 \begin_layout Plain Layout
28355 これは例文です。
28356 \begin_inset ERT
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360
28361
28362 \backslash
28363 footnotemark{}
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \end_layout
28370
28371 \end_inset
28372 </cell>
28373 </row>
28374 </lyxtabular>
28375
28376 \end_inset
28377
28378
28379 \begin_inset ERT
28380 status collapsed
28381
28382 \begin_layout Plain Layout
28383
28384
28385 \backslash
28386 footnotetext{
28387 \end_layout
28388
28389 \end_inset
28390
28391 出力される脚注の表
28392 \begin_inset ERT
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396
28397 }
28398 \end_layout
28399
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \begin_layout Standard
28406 長尺表中の脚注は、第
28407 \begin_inset CommandInset ref
28408 LatexCommand ref
28409 reference "sub:長尺表での脚注"
28410
28411 \end_inset
28412
28413 節で述べられています。
28414 \end_layout
28415
28416 \begin_layout Standard
28417 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28418 \begin_inset CommandInset ref
28419 LatexCommand ref
28420 reference "sec:ミニページ"
28421
28422 \end_inset
28423
28424 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28425 \series bold
28426
28427 \backslash
28428 footnotemark{}
28429 \series default
28430
28431 \series bold
28432
28433 \backslash
28434 footntoetext
28435 \series default
28436 による方法を用いてください。
28437 \end_layout
28438
28439 \begin_layout Standard
28440 \begin_inset Box Frameless
28441 position "t"
28442 hor_pos "c"
28443 has_inner_box 1
28444 inner_pos "t"
28445 use_parbox 0
28446 use_makebox 0
28447 width "100col%"
28448 special "none"
28449 height "1in"
28450 height_special "totalheight"
28451 status open
28452
28453 \begin_layout Plain Layout
28454 これはミニページ中の例文です。
28455 \begin_inset Foot
28456 status open
28457
28458 \begin_layout Plain Layout
28459 ミニページ中の脚注です。
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Plain Layout
28468 これはミニページ中の例文です。
28469 \begin_inset ERT
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473
28474
28475 \backslash
28476 footnotemark{}
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Standard
28490 \begin_inset ERT
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495
28496 \backslash
28497 footnotetext{
28498 \end_layout
28499
28500 \end_inset
28501
28502 ミニページ外の脚注です。
28503 \begin_inset ERT
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507
28508 }
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \begin_inset VSpace defskip
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Standard
28521 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
28522 \series bold
28523
28524 \backslash
28525 footnotemark[番号]
28526 \series default
28527 を使用してください。
28528 \begin_inset Newline newline
28529 \end_inset
28530
28531 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28532 \begin_inset CommandInset ref
28533 LatexCommand ref
28534 reference "fn:これは脚注の一例"
28535
28536 \end_inset
28537
28538 の後に、TeXコードで
28539 \end_layout
28540
28541 \begin_layout Standard
28542
28543 \series bold
28544
28545 \backslash
28546 newcounter{MyRepeatFoot}
28547 \begin_inset Newline newline
28548 \end_inset
28549
28550
28551 \backslash
28552 setcounter{MyRepeatFoot}{
28553 \backslash
28554 thefootnote}
28555 \end_layout
28556
28557 \begin_layout Standard
28558 というコマンドを挿入しています。そして脚注マークは、
28559 \end_layout
28560
28561 \begin_layout Standard
28562
28563 \series bold
28564
28565 \backslash
28566 footnotemark[
28567 \backslash
28568 theMyRepeatFoot]
28569 \end_layout
28570
28571 \begin_layout Standard
28572 で作成します。
28573 \end_layout
28574
28575 \begin_layout Standard
28576 これは繰り返し脚注の例です。
28577 \begin_inset ERT
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581
28582
28583 \backslash
28584 footnotemark[
28585 \backslash
28586 theMyRepeatFoot]
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Standard
28595 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28596 \end_layout
28597
28598 \begin_layout Standard
28599
28600 \series bold
28601
28602 \backslash
28603 footnotemark[
28604 \backslash
28605 thefootnote]
28606 \end_layout
28607
28608 \begin_layout Standard
28609 を使用してください。
28610 \end_layout
28611
28612 \begin_layout Standard
28613 これは繰り返し脚注の例です。
28614 \begin_inset ERT
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618
28619
28620 \backslash
28621 footnotemark[
28622 \backslash
28623 thefootnote]
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Subsection
28632 脚注の付番
28633 \begin_inset CommandInset label
28634 LatexCommand label
28635 name "sub:脚注の付番"
28636
28637 \end_inset
28638
28639
28640 \begin_inset Index idx
28641 status collapsed
28642
28643 \begin_layout Plain Layout
28644 きゃくちゅう@脚注 ! ふばん@付番
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Standard
28653 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28654 \end_layout
28655
28656 \begin_layout Standard
28657
28658 \series bold
28659
28660 \backslash
28661 @addtoreset{footnote}{section}
28662 \end_layout
28663
28664 \begin_layout Standard
28665 というコマンドを加えてください。
28666 \end_layout
28667
28668 \begin_layout Standard
28669 \begin_inset VSpace bigskip
28670 \end_inset
28671
28672 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28673 \end_layout
28674
28675 \begin_layout Standard
28676
28677 \series bold
28678
28679 \backslash
28680 renewcommand{
28681 \backslash
28682 thefootnote}{
28683 \backslash
28684 roman{footnote}}
28685 \end_layout
28686
28687 \begin_layout Standard
28688 \begin_inset ERT
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692
28693
28694 \backslash
28695 renewcommand{
28696 \backslash
28697 thefootnote}{
28698 \backslash
28699 roman{footnote}}
28700 \end_layout
28701
28702 \end_inset
28703
28704 これは、ローマ数字を使った脚注です
28705 \begin_inset Foot
28706 status collapsed
28707
28708 \begin_layout Plain Layout
28709 これは、ローマ数字を使った脚注の例です。
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \end_layout
28716
28717 \begin_layout Standard
28718 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28719 \series bold
28720
28721 \backslash
28722 roman
28723 \series default
28724
28725 \series bold
28726
28727 \backslash
28728 Roman
28729 \series default
28730 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28731 \series bold
28732
28733 \backslash
28734 Alph
28735 \series default
28736 または
28737 \series bold
28738
28739 \backslash
28740 alph
28741 \series default
28742 を使用してください。記号を使って付「番」するには、
28743 \series bold
28744
28745 \backslash
28746 fnsymbol
28747 \series default
28748 を使ってください。
28749 \end_layout
28750
28751 \begin_layout Standard
28752 \begin_inset Note Greyedout
28753 status open
28754
28755 \begin_layout Plain Layout
28756
28757 \series bold
28758 【註】
28759 \series default
28760 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \begin_inset Newline newline
28767 \end_inset
28768
28769
28770 \begin_inset Note Greyedout
28771 status open
28772
28773 \begin_layout Plain Layout
28774
28775 \series bold
28776 【註】
28777 \series default
28778 記号を使うと9個の脚注しか番号を振ることができません。
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \end_layout
28785
28786 \begin_layout Standard
28787 付番様式を変更した後、既定様式に戻すには、上記コマンドの
28788 \series bold
28789
28790 \backslash
28791 roman
28792 \series default
28793
28794 \series bold
28795
28796 \backslash
28797 arabic
28798 \series default
28799 に置き換えて使用してください。
28800 \begin_inset ERT
28801 status collapsed
28802
28803 \begin_layout Plain Layout
28804
28805
28806 \backslash
28807 renewcommand{
28808 \backslash
28809 thefootnote}{
28810 \backslash
28811 arabic{footnote}}
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820 \begin_inset VSpace bigskip
28821 \end_inset
28822
28823
28824 \end_layout
28825
28826 \begin_layout Standard
28827 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
28828 \end_layout
28829
28830 \begin_layout Standard
28831
28832 \series bold
28833
28834 \backslash
28835 numberwithin{footnote}{chapter}
28836 \end_layout
28837
28838 \begin_layout Standard
28839 というコマンドを加えてください。
28840 \series bold
28841
28842 \backslash
28843 numberwithin
28844 \series default
28845 コマンドを使用できるようにするためには、文書設定の
28846 \family sans
28847 数式オプション
28848 \family default
28849 タブで
28850 \family sans
28851 AMS
28852 \begin_inset space ~
28853 \end_inset
28854
28855 mathパッケージを使う
28856 \family default
28857 オプションを有効にしてください。
28858 \end_layout
28859
28860 \begin_layout Standard
28861 \begin_inset ERT
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865
28866
28867 \backslash
28868 numberwithin{footnote}{chapter}
28869 \end_layout
28870
28871 \end_inset
28872
28873 これは、脚注のもう一つの例です
28874 \series bold
28875
28876 \begin_inset Foot
28877 status open
28878
28879 \begin_layout Plain Layout
28880
28881 \series bold
28882 これは、
28883 \series default
28884 「章番号.脚注番号」スキームで番号を振られた脚注です。
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \series default
28891
28892 \begin_inset ERT
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896
28897
28898 \backslash
28899 renewcommand{
28900 \backslash
28901 thefootnote}{
28902 \backslash
28903 arabic{footnote}}
28904 \end_layout
28905
28906 \end_inset
28907
28908
28909 \end_layout
28910
28911 \begin_layout Standard
28912 \begin_inset Note Greyedout
28913 status open
28914
28915 \begin_layout Plain Layout
28916
28917 \series bold
28918 【註】
28919 \backslash
28920 numberwithin
28921 \series default
28922 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Standard
28931 また、例えば「章番号.
28932 \backslash
28933 Roman{footnote}」スキームを得るには、
28934 \series bold
28935
28936 \backslash
28937 numberwithin
28938 \series default
28939 の代わりに以下のコマンドを使用してください。
28940 \end_layout
28941
28942 \begin_layout Standard
28943
28944 \series bold
28945
28946 \backslash
28947 renewcommand{
28948 \backslash
28949 thefootnote}{
28950 \backslash
28951 thechapter.
28952 \backslash
28953 Roman{footnote}}
28954 \end_layout
28955
28956 \begin_layout Subsection
28957 脚注の配置
28958 \begin_inset Index idx
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962 きゃくちゅう@脚注 ! はいち@配置
28963 \end_layout
28964
28965 \end_inset
28966
28967
28968 \end_layout
28969
28970 \begin_layout Standard
28971 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28972 ブルに足して、1.5
28973 \begin_inset space \thinspace{}
28974 \end_inset
28975
28976 mmの余白を追加することもできます。
28977 \end_layout
28978
28979 \begin_layout Standard
28980
28981 \series bold
28982
28983 \backslash
28984 let
28985 \backslash
28986 myFoot
28987 \backslash
28988 footnote
28989 \begin_inset Newline newline
28990 \end_inset
28991
28992
28993 \backslash
28994 renewcommand{
28995 \backslash
28996 footnote}[1]{
28997 \backslash
28998 myFoot{#1
28999 \backslash
29000 vspace{1.5mm}}}
29001 \end_layout
29002
29003 \begin_layout Standard
29004 \begin_inset VSpace bigskip
29005 \end_inset
29006
29007 二段組文書では、脚注は各段底部に表示されます(図
29008 \begin_inset CommandInset ref
29009 LatexCommand ref
29010 reference "fig:標準的脚注配置"
29011
29012 \end_inset
29013
29014 )。図
29015 \begin_inset CommandInset ref
29016 LatexCommand ref
29017 reference "fig:ftnright脚注配置"
29018
29019 \end_inset
29020
29021 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
29022 \end_layout
29023
29024 \begin_layout Standard
29025
29026 \series bold
29027
29028 \backslash
29029 usepackage{ftnright}
29030 \end_layout
29031
29032 \begin_layout Standard
29033 というコマンドを書いて、LaTeXパッケージ
29034 \series bold
29035 ftnright
29036 \series default
29037
29038 \begin_inset Index idx
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
29043 \end_layout
29044
29045 \end_inset
29046
29047 を読み込みます。
29048 \begin_inset Float figure
29049 placement !h
29050 wide false
29051 sideways false
29052 status open
29053
29054 \begin_layout Plain Layout
29055 \begin_inset ERT
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059
29060
29061 \backslash
29062 framebox{
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \begin_inset Graphics
29069         filename ../clipart/without_fntright.pdf
29070         width 100col%
29071         scaleBeforeRotation
29072
29073 \end_inset
29074
29075
29076 \begin_inset ERT
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080
29081 }
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \begin_layout Plain Layout
29090 \begin_inset Caption Standard
29091
29092 \begin_layout Plain Layout
29093 \begin_inset CommandInset label
29094 LatexCommand label
29095 name "fig:標準的脚注配置"
29096
29097 \end_inset
29098
29099 二段組文書の標準的な脚注配置
29100 \end_layout
29101
29102 \end_inset
29103
29104
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \end_layout
29111
29112 \begin_layout Standard
29113 \begin_inset Float figure
29114 placement !h
29115 wide false
29116 sideways false
29117 status open
29118
29119 \begin_layout Plain Layout
29120 \begin_inset ERT
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124
29125
29126 \backslash
29127 framebox{
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \begin_inset Graphics
29134         filename ../clipart/with_fntright.pdf
29135         width 100col%
29136         scaleBeforeRotation
29137
29138 \end_inset
29139
29140
29141 \begin_inset ERT
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145
29146 }
29147 \end_layout
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \begin_layout Plain Layout
29155 \begin_inset Caption Standard
29156
29157 \begin_layout Plain Layout
29158 \begin_inset CommandInset label
29159 LatexCommand label
29160 name "fig:ftnright脚注配置"
29161
29162 \end_inset
29163
29164 LaTeXパッケージ
29165 \series bold
29166 ftnright
29167 \series default
29168 を使用したときの二段組文書の脚注配置
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 \begin_inset VSpace bigskip
29183 \end_inset
29184
29185 科学的文献に於いては、図
29186 \begin_inset CommandInset ref
29187 LatexCommand ref
29188 reference "fig:後注"
29189
29190 \end_inset
29191
29192 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29193 \begin_inset Index idx
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 こちゅう@後注
29198 \end_layout
29199
29200 \end_inset
29201
29202 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29203 \family sans
29204 文書\SpecialChar \menuseparator
29205 設定\SpecialChar \menuseparator
29206 モジュール
29207 \family default
29208 メニューで
29209 \family sans
29210 脚注から後注へ
29211 \family default
29212 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
29213 \end_layout
29214
29215 \begin_layout Standard
29216
29217 \series bold
29218
29219 \backslash
29220 theendnotes
29221 \end_layout
29222
29223 \begin_layout Standard
29224 というコマンドを挿入してください。
29225 \end_layout
29226
29227 \begin_layout Standard
29228 \begin_inset Float figure
29229 wide false
29230 sideways false
29231 status open
29232
29233 \begin_layout Plain Layout
29234 \align center
29235 \begin_inset ERT
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239
29240
29241 \backslash
29242 framebox{
29243 \end_layout
29244
29245 \end_inset
29246
29247
29248 \begin_inset Graphics
29249         filename ../clipart/endnotes.pdf
29250         scaleBeforeRotation
29251
29252 \end_inset
29253
29254
29255 \begin_inset ERT
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259
29260 }
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Plain Layout
29269 \begin_inset Caption Standard
29270
29271 \begin_layout Plain Layout
29272 \begin_inset CommandInset label
29273 LatexCommand label
29274 name "fig:後注"
29275
29276 \end_inset
29277
29278 後注 – 注を節ないし章末に別段落として印字します。
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Standard
29292 \begin_inset VSpace medskip
29293 \end_inset
29294
29295 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29296 \end_layout
29297
29298 \begin_layout Standard
29299
29300 \series bold
29301
29302 \backslash
29303 renewcommand{
29304 \backslash
29305 notesname}{Anmerkungen}
29306 \end_layout
29307
29308 \begin_layout Standard
29309 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29310 \end_layout
29311
29312 \begin_layout Standard
29313 \begin_inset VSpace medskip
29314 \end_inset
29315
29316
29317 \begin_inset CommandInset ref
29318 LatexCommand ref
29319 reference "sub:脚注の付番"
29320
29321 \end_inset
29322
29323 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29324 \series bold
29325
29326 \backslash
29327 thefootnote
29328 \series default
29329 コマンドの代わりに
29330 \series bold
29331
29332 \backslash
29333 theendnote
29334 \series default
29335 を用いてください。後注番号をリセットするには、第
29336 \begin_inset CommandInset ref
29337 LatexCommand ref
29338 reference "sub:脚注の付番"
29339
29340 \end_inset
29341
29342 節で述べたコマンド
29343 \series bold
29344
29345 \backslash
29346 @addtoreset
29347 \series default
29348 の、パラメータ
29349 \series bold
29350 footnote
29351 \series default
29352
29353 \series bold
29354 endnote
29355 \series default
29356 に変えて、使用してください。
29357 \end_layout
29358
29359 \begin_layout Standard
29360 後注の印だけを作成するには、第
29361 \begin_inset CommandInset ref
29362 LatexCommand ref
29363 reference "sec:脚注"
29364
29365 \end_inset
29366
29367 節で説明した
29368 \series bold
29369
29370 \backslash
29371 footnotemark
29372 \series default
29373 コマンドの代わりに、
29374 \series bold
29375
29376 \backslash
29377 endnotemark[番号]
29378 \series default
29379 コマンドを使用してください。
29380 \end_layout
29381
29382 \begin_layout Standard
29383 \begin_inset VSpace bigskip
29384 \end_inset
29385
29386 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
29387 \series bold
29388 footmisc
29389 \series default
29390
29391 \begin_inset Index idx
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \begin_inset CommandInset citation
29402 LatexCommand cite
29403 key "footmisc"
29404
29405 \end_inset
29406
29407 を参照してください。
29408 \end_layout
29409
29410 \begin_layout Standard
29411 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
29412 \begin_inset CommandInset citation
29413 LatexCommand cite
29414 key "latexcompanion,latexguide,latexbook"
29415
29416 \end_inset
29417
29418 に載っています。
29419 \series bold
29420 KOMA-Script
29421 \series default
29422
29423 \begin_inset Index idx
29424 status collapsed
29425
29426 \begin_layout Plain Layout
29427 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
29428 \end_layout
29429
29430 \end_inset
29431
29432 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29433 \begin_inset CommandInset citation
29434 LatexCommand cite
29435 key "KOMA-Script"
29436
29437 \end_inset
29438
29439 参照)。
29440 \end_layout
29441
29442 \begin_layout Section
29443 傍注
29444 \begin_inset Index idx
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \begin_layout Standard
29457 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29458 \family sans
29459 挿入\SpecialChar \menuseparator
29460 傍注
29461 \family default
29462 メニューかツールバーボタン
29463 \family sans
29464
29465 \begin_inset Info
29466 type  "icon"
29467 arg   "marginalnote-insert"
29468 \end_inset
29469
29470
29471 \family default
29472 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29473 \end_layout
29474
29475 \begin_layout Standard
29476 横にあるのが傍注です
29477 \begin_inset Marginal
29478 status open
29479
29480 \begin_layout Plain Layout
29481 これは傍注文です。
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
29491 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29492 \end_layout
29493
29494 \begin_layout Standard
29495 \begin_inset VSpace bigskip
29496 \end_inset
29497
29498 傍注を内側余白に置くには、傍注の前にTeXコードで
29499 \end_layout
29500
29501 \begin_layout Standard
29502
29503 \series bold
29504
29505 \backslash
29506 reversemarginpar
29507 \end_layout
29508
29509 \begin_layout Standard
29510 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29511 \begin_inset ERT
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515
29516
29517 \backslash
29518 reversemarginpar 
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \begin_inset Marginal
29525 status open
29526
29527 \begin_layout Plain Layout
29528 これは内側余白の傍注です。
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \series bold
29535
29536 \begin_inset Newline newline
29537 \end_inset
29538
29539
29540 \series default
29541
29542 \begin_inset Note Greyedout
29543 status open
29544
29545 \begin_layout Plain Layout
29546
29547 \series bold
29548 【註】
29549 \series default
29550 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \end_layout
29557
29558 \begin_layout Standard
29559 既定の配置に戻すには、TeXコードで
29560 \end_layout
29561
29562 \begin_layout Standard
29563
29564 \series bold
29565
29566 \backslash
29567 normalmarginpar
29568 \end_layout
29569
29570 \begin_layout Standard
29571 というコマンドを書き加えてください。
29572 \begin_inset ERT
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576
29577
29578 \backslash
29579 normalmarginpar 
29580 \end_layout
29581
29582 \end_inset
29583
29584  
29585 \begin_inset Note Greyedout
29586 status open
29587
29588 \begin_layout Plain Layout
29589
29590 \series bold
29591 【註】
29592 \backslash
29593 reversemarginpar
29594 \series default
29595 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \begin_layout Standard
29604 \begin_inset VSpace bigskip
29605 \end_inset
29606
29607
29608 \begin_inset Marginal
29609 status open
29610
29611 \begin_layout Plain Layout
29612 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \begin_inset CommandInset ref
29619 LatexCommand ref
29620 reference "sub:複数行"
29621
29622 \end_inset
29623
29624 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29625 \begin_inset space \thinspace{}
29626 \end_inset
29627
29628 pt水平空白を挿入してください 
29629 \begin_inset Marginal
29630 status open
29631
29632 \begin_layout Plain Layout
29633 \begin_inset space \hspace*{}
29634 \length 0pt
29635 \end_inset
29636
29637 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \end_layout
29644
29645 \begin_layout Standard
29646 \begin_inset VSpace bigskip
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \begin_layout Standard
29653 \begin_inset Note Greyedout
29654 status open
29655
29656 \begin_layout Plain Layout
29657
29658 \series bold
29659 【註】
29660 \series default
29661 通常、傍注は表やフロート、脚注の中では使用することができません。
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 \begin_inset VSpace bigskip
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 \begin_inset ERT
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681
29682
29683 \backslash
29684 ifmarginnote
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \begin_inset Note Note
29691 status open
29692
29693 \begin_layout Plain Layout
29694 以下の部分は、LaTeXパッケージ
29695 \series bold
29696 marginnote
29697 \series default
29698 が導入されているときのみ表示されます。
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \end_layout
29705
29706 \begin_layout Standard
29707 この制約は、LaTeXパッケージ
29708 \series bold
29709 marginnote
29710 \series default
29711
29712 \begin_inset Index idx
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
29717 \end_layout
29718
29719 \end_inset
29720
29721 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
29722 \series bold
29723 marginnote
29724 \series default
29725 パッケージが提供するコマンドを使うようになります。
29726 \end_layout
29727
29728 \begin_layout Standard
29729
29730 \series bold
29731
29732 \backslash
29733 usepackage{marginnote}
29734 \begin_inset Newline newline
29735 \end_inset
29736
29737
29738 \backslash
29739 let
29740 \backslash
29741 marginpar
29742 \backslash
29743 marginnote
29744 \end_layout
29745
29746 \begin_layout Standard
29747
29748 \series bold
29749 marginnote
29750 \series default
29751 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29752 \series bold
29753 marginnote
29754 \series default
29755 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29756 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
29757 \end_layout
29758
29759 \begin_layout Standard
29760
29761 \series bold
29762 [オフセット]
29763 \end_layout
29764
29765 \begin_layout Standard
29766 という形で書くことで設定することができます。ここで「オフセット」には、表
29767 \begin_inset CommandInset ref
29768 LatexCommand ref
29769 reference "tab:単位"
29770
29771 \end_inset
29772
29773 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
29774 \series bold
29775 [-1.5cm]
29776 \series default
29777 」を使用して、1.5
29778 \begin_inset space \thinspace{}
29779 \end_inset
29780
29781 cm上にずらしてあります
29782 \begin_inset Marginal
29783 status open
29784
29785 \begin_layout Plain Layout
29786 この傍注は、本来の位置よりも1.5
29787 \begin_inset space \thinspace{}
29788 \end_inset
29789
29790 cm上にずらしてあります。
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \begin_inset ERT
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800
29801 [-1.5cm]
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Standard
29810 \begin_inset VSpace medskip
29811 \end_inset
29812
29813
29814 \series bold
29815 marginnote
29816 \series default
29817 を使うと、傍注の揃えを変更することもできます。たとえば、
29818 \end_layout
29819
29820 \begin_layout Standard
29821
29822 \series bold
29823
29824 \backslash
29825 renewcommand*{
29826 \backslash
29827 raggedleftmarginnote}{
29828 \backslash
29829 centering}
29830 \begin_inset Newline newline
29831 \end_inset
29832
29833
29834 \backslash
29835 renewcommand*{
29836 \backslash
29837 raggedrightmarginnote}{
29838 \backslash
29839 centering}
29840 \end_layout
29841
29842 \begin_layout Standard
29843 というコマンドを使うと、中央揃えになります。
29844 \series bold
29845
29846 \backslash
29847 raggedleftmarginnote
29848 \series default
29849 とは、左側に表示されている傍注のことを指します
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855
29856 \backslash
29857 renewcommand*{
29858 \backslash
29859 raggedleftmarginnote}{
29860 \backslash
29861 centering}
29862 \end_layout
29863
29864 \begin_layout Plain Layout
29865
29866
29867 \backslash
29868 renewcommand*{
29869 \backslash
29870 raggedrightmarginnote}{
29871 \backslash
29872 centering}
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \begin_inset Marginal
29879 status open
29880
29881 \begin_layout Plain Layout
29882 この傍注の文章は中央揃えになっています。
29883 \end_layout
29884
29885 \end_inset
29886
29887 。既定の設定は、
29888 \end_layout
29889
29890 \begin_layout Standard
29891
29892 \series bold
29893
29894 \backslash
29895 renewcommand*{
29896 \backslash
29897 raggedleftmarginnote}{
29898 \backslash
29899 raggedleft}
29900 \begin_inset Newline newline
29901 \end_inset
29902
29903
29904 \backslash
29905 renewcommand*{
29906 \backslash
29907 raggedrightmarginnote}{
29908 \backslash
29909 raggedright}
29910 \series default
29911
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917
29918 \backslash
29919 renewcommand*{
29920 \backslash
29921 raggedleftmarginnote}{
29922 \backslash
29923 raggedleft}
29924 \end_layout
29925
29926 \begin_layout Plain Layout
29927
29928
29929 \backslash
29930 renewcommand*{
29931 \backslash
29932 raggedrightmarginnote}{
29933 \backslash
29934 raggedright}
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943 です。
29944 \end_layout
29945
29946 \begin_layout Standard
29947 \begin_inset VSpace medskip
29948 \end_inset
29949
29950
29951 \series bold
29952 marginnote
29953 \series default
29954 の他の機能については、
29955 \begin_inset CommandInset citation
29956 LatexCommand cite
29957 key "marginnote"
29958
29959 \end_inset
29960
29961 の取扱説明書をご参照ください。
29962 \end_layout
29963
29964 \begin_layout Standard
29965 \begin_inset VSpace bigskip
29966 \end_inset
29967
29968 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29969 \family sans
29970 \series bold
29971 \bar under
29972 注意!
29973 \family default
29974 \series default
29975 \bar default
29976 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29977 \end_layout
29978
29979 \begin_layout Standard
29980
29981 \series bold
29982
29983 \backslash
29984 let
29985 \backslash
29986 myMarginpar
29987 \backslash
29988 marginpar
29989 \begin_inset Newline newline
29990 \end_inset
29991
29992
29993 \backslash
29994 renewcommand{
29995 \backslash
29996 marginpar}[1]{
29997 \backslash
29998 myMarginpar{%
29999 \begin_inset Newline newline
30000 \end_inset
30001
30002
30003 \begin_inset Phantom HPhantom
30004 status open
30005
30006 \begin_layout Plain Layout
30007
30008 \series bold
30009 \begin_inset space ~
30010 \end_inset
30011
30012
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \backslash
30019 hspace{0pt}
30020 \backslash
30021 textsf{
30022 \backslash
30023 textbf{
30024 \backslash
30025 underbar{注意!}}}%
30026 \begin_inset Newline newline
30027 \end_inset
30028
30029
30030 \begin_inset Phantom HPhantom
30031 status open
30032
30033 \begin_layout Plain Layout
30034
30035 \series bold
30036 \begin_inset space ~
30037 \end_inset
30038
30039
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \backslash
30046 vspace{1.5mm}
30047 \backslash
30048
30049 \backslash
30050 #1}}
30051 \end_layout
30052
30053 \begin_layout Standard
30054 \begin_inset ERT
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058
30059
30060 \backslash
30061 let
30062 \backslash
30063 myMarginpar
30064 \backslash
30065 marginpar
30066 \end_layout
30067
30068 \begin_layout Plain Layout
30069
30070
30071 \backslash
30072 renewcommand{
30073 \backslash
30074 marginpar}[1]{
30075 \backslash
30076 myMarginpar{%
30077 \end_layout
30078
30079 \begin_layout Plain Layout
30080
30081    
30082 \backslash
30083 textsf{
30084 \backslash
30085 textbf{
30086 \backslash
30087 underbar{注意!}}}%
30088 \end_layout
30089
30090 \begin_layout Plain Layout
30091
30092    
30093 \backslash
30094 vspace{1.5mm}
30095 \backslash
30096
30097 \backslash
30098 #1}}
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \begin_inset Marginal
30105 status open
30106
30107 \begin_layout Plain Layout
30108 これは、定義したヘッダをつけた傍注です。
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119 [-1.5cm]
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \begin_inset ERT
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129
30130
30131 \backslash
30132 renewcommand{
30133 \backslash
30134 marginpar}[1]{
30135 \backslash
30136 myMarginpar{#1}}
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \begin_inset Note Note
30143 status open
30144
30145 \begin_layout Plain Layout
30146 傍注書式は、この例の分だけ変更してあります。
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \begin_layout Standard
30155 \begin_inset ERT
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160
30161 \backslash
30162 else
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \begin_inset Note Note
30169 status open
30170
30171 \begin_layout Plain Layout
30172 以下の部分は、LaTeXパッケージ
30173 \series bold
30174 marginnote
30175 \series default
30176 が導入されていないときのみ表示されます。
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \end_layout
30183
30184 \begin_layout Standard
30185 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30186 \series bold
30187 marginnote
30188 \series default
30189 を導入する必要があります。
30190 \end_layout
30191
30192 \begin_layout Standard
30193 \begin_inset ERT
30194 status collapsed
30195
30196 \begin_layout Plain Layout
30197
30198
30199 \backslash
30200 fi
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \begin_layout Chapter
30209 ボックス
30210 \end_layout
30211
30212 \begin_layout Section
30213 はじめに
30214 \begin_inset Index idx
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218 ぼっくす@ボックス ! はじめに
30219 \end_layout
30220
30221 \end_inset
30222
30223
30224 \end_layout
30225
30226 \begin_layout Standard
30227 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30228 \begin_inset CommandInset ref
30229 LatexCommand ref
30230 reference "sec:ミニページ"
30231
30232 \end_inset
30233
30234 節参照)、文章を囲ったり(第
30235 \begin_inset CommandInset ref
30236 LatexCommand ref
30237 reference "sec:装飾"
30238
30239 \end_inset
30240
30241 節参照)、単語がハイフネートされるのを予防したり(第
30242 \begin_inset CommandInset ref
30243 LatexCommand ref
30244 reference "sec:ハイフネーションの回避"
30245
30246 \end_inset
30247
30248 節参照)、文章を揃えたり(第
30249 \begin_inset CommandInset ref
30250 LatexCommand ref
30251 reference "sub:垂直揃え"
30252
30253 \end_inset
30254
30255 節参照)、あるいは文章の背景色を設定したり(第
30256 \begin_inset CommandInset ref
30257 LatexCommand ref
30258 reference "sec:色付きボックス"
30259
30260 \end_inset
30261
30262 節参照)するのに使用します。
30263 \end_layout
30264
30265 \begin_layout Standard
30266 ボックスは、
30267 \family sans
30268 挿入\SpecialChar \menuseparator
30269 ボックス
30270 \family default
30271 メニューかツールバーボタン
30272 \family sans
30273
30274 \begin_inset Info
30275 type  "icon"
30276 arg   "box-insert Frameless"
30277 \end_inset
30278
30279
30280 \family default
30281 を使って挿入することができます。すると、
30282 \begin_inset Graphics
30283         filename clipart/BoxInsetDefaultQt4.png
30284         scale 85
30285         scaleBeforeRotation
30286
30287 \end_inset
30288
30289 のように
30290 \family sans
30291 ボックス(minipage環境)
30292 \family default
30293 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30294 \family sans
30295 設定
30296 \family default
30297 メニューを選択すると現れるボックスダイアログでは、
30298 \family sans
30299 parboxコマンド
30300 \family default
30301
30302 \family sans
30303 minipage環境
30304 \family default
30305 の二つの
30306 \family sans
30307 内部ボックス
30308 \family default
30309 型を選択することができます。
30310 \family sans
30311 minipage
30312 \family default
30313 型は、新規ボックスの既定値となっており、第
30314 \begin_inset CommandInset ref
30315 LatexCommand ref
30316 reference "sec:ミニページ"
30317
30318 \end_inset
30319
30320 節で説明します。
30321 \family sans
30322 parbox
30323 \family default
30324 型については第
30325 \begin_inset CommandInset ref
30326 LatexCommand ref
30327 reference "sec:Parboxes"
30328
30329 \end_inset
30330
30331 節、
30332 \family sans
30333 makebox
30334 \family default
30335 型については第
30336 \begin_inset CommandInset ref
30337 LatexCommand ref
30338 reference "sec:ハイフネーションの回避"
30339
30340 \end_inset
30341
30342 節で述べます。
30343 \end_layout
30344
30345 \begin_layout Standard
30346 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30347 \end_layout
30348
30349 \begin_layout Standard
30350 \begin_inset Note Greyedout
30351 status open
30352
30353 \begin_layout Plain Layout
30354
30355 \series bold
30356 【註】
30357 \series default
30358 ボックスは、
30359 \family sans
30360 箇条書き(記号)
30361 \family default
30362 環境や
30363 \family sans
30364 箇条書き(記述)
30365 \family default
30366 環境の単独要素とすべきではありません。
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \begin_layout Standard
30375 \begin_inset Note Greyedout
30376 status open
30377
30378 \begin_layout Plain Layout
30379
30380 \series bold
30381 【註】
30382 \series default
30383 理由は不明ですが、枠付きボックスを使用している場合には、
30384 \family sans
30385 内部ボックス
30386 \family default
30387 型は
30388 \family sans
30389 なし
30390 \family default
30391 にしか設定することができません。
30392 \family sans
30393 内部ボックス
30394 \family default
30395 型や枠のないボックスについては、第
30396 \begin_inset CommandInset ref
30397 LatexCommand ref
30398 reference "sec:ハイフネーションの回避"
30399
30400 \end_inset
30401
30402 節で説明します。
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \end_layout
30409
30410 \begin_layout Section
30411 ボックスダイアログ
30412 \begin_inset CommandInset label
30413 LatexCommand label
30414 name "sec:ボックスダイアログ"
30415
30416 \end_inset
30417
30418
30419 \begin_inset Index idx
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Subsection
30432 寸法
30433 \begin_inset Index idx
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437 ぼっくす@ボックス ! すんぽう@寸法
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \end_layout
30444
30445 \begin_layout Standard
30446 ボックスダイアログでは、
30447 \family sans
30448
30449 \family default
30450
30451 \family sans
30452 高さ
30453 \family default
30454 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30455 \begin_inset CommandInset ref
30456 LatexCommand ref
30457 reference "tab:単位"
30458
30459 \end_inset
30460
30461 に説明されています。
30462 \family sans
30463 高さ
30464 \family default
30465 フィールドには、加えて以下の寸法を使用することができます。
30466 \end_layout
30467
30468 \begin_layout Description
30469 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30470 \begin_inset Newline newline
30471 \end_inset
30472
30473
30474 \begin_inset Newline newline
30475 \end_inset
30476
30477
30478 \begin_inset Newline newline
30479 \end_inset
30480
30481
30482 \begin_inset Box Boxed
30483 position "c"
30484 hor_pos "c"
30485 has_inner_box 1
30486 inner_pos "c"
30487 use_parbox 0
30488 use_makebox 0
30489 width "12col%"
30490 special "none"
30491 height "1in"
30492 height_special "depth"
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 \align center
30497 高さを1階層に設定したボックス
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \begin_inset Newline newline
30504 \end_inset
30505
30506
30507 \begin_inset Newline newline
30508 \end_inset
30509
30510
30511 \end_layout
30512
30513 \begin_layout Description
30514 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30515 \begin_inset Box Boxed
30516 position "c"
30517 hor_pos "c"
30518 has_inner_box 1
30519 inner_pos "c"
30520 use_parbox 0
30521 use_makebox 0
30522 width "20col%"
30523 special "none"
30524 height "2in"
30525 height_special "height"
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529 \align center
30530 高さを2高さに設定したボックス
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \begin_layout Description
30539 全高 これは「高さ」+「階層」です。
30540 \begin_inset Box Boxed
30541 position "c"
30542 hor_pos "c"
30543 has_inner_box 1
30544 inner_pos "c"
30545 use_parbox 0
30546 use_makebox 0
30547 width "20col%"
30548 special "none"
30549 height "1in"
30550 height_special "totalheight"
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 \align center
30555 高さを1全高に設定したボックス
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \end_layout
30562
30563 \begin_layout Description
30564 幅 これはボックスの幅を高さに設定します。
30565 \begin_inset Box Boxed
30566 position "c"
30567 hor_pos "c"
30568 has_inner_box 1
30569 inner_pos "c"
30570 use_parbox 0
30571 use_makebox 0
30572 width "12col%"
30573 special "none"
30574 height "1in"
30575 height_special "width"
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579 \align center
30580 高さを1幅に設定したボックス
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \end_layout
30587
30588 \begin_layout Subsection
30589 文字揃え
30590 \begin_inset Index idx
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 ぼっくす@ボックス ! もじそろえ@文字揃え
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \end_layout
30601
30602 \begin_layout Standard
30603
30604 \family sans
30605 内部ボックス
30606 \family default
30607 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30608 \end_layout
30609
30610 \begin_layout Description
30611 上 これは例示のための本文行です。
30612 \begin_inset Box Boxed
30613 position "t"
30614 hor_pos "c"
30615 has_inner_box 1
30616 inner_pos "c"
30617 use_parbox 0
30618 use_makebox 0
30619 width "12col%"
30620 special "none"
30621 height "1in"
30622 height_special "totalheight"
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626 \align center
30627 このボックスは上揃えです。
30628 \end_layout
30629
30630 \end_inset
30631
30632 これは例示のための本文行です。
30633 \end_layout
30634
30635 \begin_layout Description
30636 中央 これは例示のための本文行です。
30637 \begin_inset Box Boxed
30638 position "c"
30639 hor_pos "c"
30640 has_inner_box 1
30641 inner_pos "c"
30642 use_parbox 0
30643 use_makebox 0
30644 width "12col%"
30645 special "none"
30646 height "1in"
30647 height_special "totalheight"
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651 \align center
30652 このボックスは中央揃えです。
30653 \end_layout
30654
30655 \end_inset
30656
30657 これは例示のための本文行です。
30658 \end_layout
30659
30660 \begin_layout Description
30661 下 これは例示のための本文行です。
30662 \begin_inset Box Boxed
30663 position "b"
30664 hor_pos "c"
30665 has_inner_box 1
30666 inner_pos "c"
30667 use_parbox 0
30668 use_makebox 0
30669 width "12col%"
30670 special "none"
30671 height "1in"
30672 height_special "totalheight"
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676 \align center
30677 このボックスは下揃えです。
30678 \end_layout
30679
30680 \end_inset
30681
30682 これは例示のための本文行です。
30683 \end_layout
30684
30685 \begin_layout Standard
30686 \begin_inset Note Greyedout
30687 status open
30688
30689 \begin_layout Plain Layout
30690
30691 \series bold
30692 【註】
30693 \series default
30694 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \begin_layout Standard
30703 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
30704 \end_layout
30705
30706 \begin_layout Standard
30707 \begin_inset VSpace bigskip
30708 \end_inset
30709
30710
30711 \family sans
30712 内部ボックス
30713 \family default
30714 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30715 \end_layout
30716
30717 \begin_layout Description
30718 上 これは例示のための本文行です。
30719 \begin_inset Box Boxed
30720 position "c"
30721 hor_pos "c"
30722 has_inner_box 1
30723 inner_pos "t"
30724 use_parbox 0
30725 use_makebox 0
30726 width "12col%"
30727 special "none"
30728 height "1.5in"
30729 height_special "totalheight"
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733 \align center
30734 このボックスの文章は上揃えです。
30735 \end_layout
30736
30737 \end_inset
30738
30739 これは例示のための本文行です。
30740 \end_layout
30741
30742 \begin_layout Description
30743 中央 これは例示のための本文行です。
30744 \begin_inset Box Boxed
30745 position "c"
30746 hor_pos "c"
30747 has_inner_box 1
30748 inner_pos "c"
30749 use_parbox 0
30750 use_makebox 0
30751 width "12col%"
30752 special "none"
30753 height "1.5in"
30754 height_special "totalheight"
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758 \align center
30759 このボックスの文章は中央揃えです。
30760 \end_layout
30761
30762 \end_inset
30763
30764 これは例示のための本文行です。
30765 \end_layout
30766
30767 \begin_layout Description
30768 下 これは例示のための本文行です。
30769 \begin_inset Box Boxed
30770 position "c"
30771 hor_pos "c"
30772 has_inner_box 1
30773 inner_pos "b"
30774 use_parbox 0
30775 use_makebox 0
30776 width "12col%"
30777 special "none"
30778 height "1.5in"
30779 height_special "totalheight"
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783 \align center
30784 このボックスの文章は下揃えです。
30785 \end_layout
30786
30787 \end_inset
30788
30789 これは例示のための本文行です。
30790 \end_layout
30791
30792 \begin_layout Description
30793 広げる これは例示のための本文行です。
30794 \begin_inset Box Boxed
30795 position "c"
30796 hor_pos "c"
30797 has_inner_box 1
30798 inner_pos "s"
30799 use_parbox 0
30800 use_makebox 0
30801 width "17col%"
30802 special "none"
30803 height "1.5in"
30804 height_special "totalheight"
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808 \align center
30809 このボックスの
30810 \end_layout
30811
30812 \begin_layout Plain Layout
30813 \align center
30814 文章は広げて
30815 \end_layout
30816
30817 \begin_layout Plain Layout
30818 \align center
30819 あります。
30820 \end_layout
30821
30822 \end_inset
30823
30824 これは例示のための本文行です。
30825 \end_layout
30826
30827 \begin_layout Standard
30828 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
30829 \end_layout
30830
30831 \begin_layout Standard
30832 \begin_inset VSpace bigskip
30833 \end_inset
30834
30835
30836 \family sans
30837 内部ボックス
30838 \family default
30839 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
30840 \end_layout
30841
30842 \begin_layout Standard
30843 \align center
30844 \begin_inset Box Boxed
30845 position "c"
30846 hor_pos "c"
30847 has_inner_box 1
30848 inner_pos "s"
30849 use_parbox 0
30850 use_makebox 0
30851 width "25col%"
30852 special "none"
30853 height "1.25in"
30854 height_special "totalheight"
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858 \align left
30859 このボックスの
30860 \end_layout
30861
30862 \begin_layout Plain Layout
30863 \align center
30864 文章は広げて
30865 \end_layout
30866
30867 \begin_layout Plain Layout
30868 \align right
30869 あります。
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \begin_layout Standard
30878
30879 \family sans
30880 内部ボックス
30881 \family default
30882 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
30883 \end_layout
30884
30885 \begin_layout Standard
30886 \align center
30887 \begin_inset Box Boxed
30888 position "c"
30889 hor_pos "s"
30890 has_inner_box 0
30891 inner_pos "s"
30892 use_parbox 0
30893 use_makebox 0
30894 width "90col%"
30895 special "none"
30896 height "1.25in"
30897 height_special "totalheight"
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901 このボックスの文章は水平方向に広げてあります。
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Subsection
30910 装飾
30911 \begin_inset CommandInset label
30912 LatexCommand label
30913 name "sec:装飾"
30914
30915 \end_inset
30916
30917
30918 \begin_inset Index idx
30919 status collapsed
30920
30921 \begin_layout Plain Layout
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 Description
30939 縁なし 枠を描きません。
30940 \end_layout
30941
30942 \begin_layout Description
30943 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30944 \series bold
30945
30946 \backslash
30947 fboxrule
30948 \series default
30949 の値になります。 
30950 \begin_inset Box Boxed
30951 position "c"
30952 hor_pos "c"
30953 has_inner_box 1
30954 inner_pos "c"
30955 use_parbox 0
30956 use_makebox 0
30957 width "20col%"
30958 special "none"
30959 height "1in"
30960 height_special "totalheight"
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964 \align center
30965 長方形の箱型
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Description
30974 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30975 \begin_inset space \thinspace{}
30976 \end_inset
30977
30978 ptです。 
30979 \begin_inset Box ovalbox
30980 position "c"
30981 hor_pos "c"
30982 has_inner_box 1
30983 inner_pos "c"
30984 use_parbox 0
30985 use_makebox 0
30986 width "20col%"
30987 special "none"
30988 height "1in"
30989 height_special "totalheight"
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993 \align center
30994 楕円形の箱型(細線)
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \end_layout
31001
31002 \begin_layout Description
31003 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
31004 \begin_inset space \thinspace{}
31005 \end_inset
31006
31007 ptです。 
31008 \begin_inset Box Ovalbox
31009 position "c"
31010 hor_pos "c"
31011 has_inner_box 1
31012 inner_pos "c"
31013 use_parbox 0
31014 use_makebox 0
31015 width "20col%"
31016 special "none"
31017 height "1in"
31018 height_special "totalheight"
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022 \align center
31023 楕円形の箱型(太線)
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \end_layout
31030
31031 \begin_layout Description
31032 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
31033 \series bold
31034
31035 \backslash
31036 fboxrule
31037 \series default
31038 の値になり、影の幅は4
31039 \begin_inset space \thinspace{}
31040 \end_inset
31041
31042 ptになります。
31043 \begin_inset Box Shadowbox
31044 position "c"
31045 hor_pos "c"
31046 has_inner_box 1
31047 inner_pos "c"
31048 use_parbox 0
31049 use_makebox 0
31050 width "20col%"
31051 special "none"
31052 height "1in"
31053 height_special "totalheight"
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 \align center
31058 影付きの箱型
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Description
31067 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31068 \begin_inset Foot
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072
31073 \begin_inset CommandInset ref
31074 LatexCommand ref
31075 reference "sec:色付きボックス"
31076
31077 \end_inset
31078
31079 節を参照のこと。
31080 \end_layout
31081
31082 \end_inset
31083
31084 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31085 \begin_inset Box Shaded
31086 position "t"
31087 hor_pos "c"
31088 has_inner_box 0
31089 inner_pos "t"
31090 use_parbox 0
31091 use_makebox 0
31092 width "50col%"
31093 special "none"
31094 height "1in"
31095 height_special "totalheight"
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099 影付き背景の箱型
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \begin_layout Description
31108 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
31109 \begin_inset space \thinspace{}
31110 \end_inset
31111
31112
31113 \series bold
31114
31115 \backslash
31116 fboxrule
31117 \series default
31118 であり、外側の枠線の太さは1.5
31119 \begin_inset space \thinspace{}
31120 \end_inset
31121
31122
31123 \series bold
31124
31125 \backslash
31126 fboxrule
31127 \series default
31128 です。枠線間の距離は1.5
31129 \begin_inset space \thinspace{}
31130 \end_inset
31131
31132
31133 \series bold
31134
31135 \backslash
31136 fboxrule
31137 \series default
31138
31139 \begin_inset space \thinspace{}
31140 \end_inset
31141
31142 +
31143 \begin_inset space \thinspace{}
31144 \end_inset
31145
31146 0.5
31147 \begin_inset space \thinspace{}
31148 \end_inset
31149
31150 ptです。 
31151 \begin_inset Box Doublebox
31152 position "c"
31153 hor_pos "c"
31154 has_inner_box 1
31155 inner_pos "c"
31156 use_parbox 0
31157 use_makebox 0
31158 width "20col%"
31159 special "none"
31160 height "1in"
31161 height_special "totalheight"
31162 status collapsed
31163
31164 \begin_layout Plain Layout
31165 \align center
31166 二重の長方形の箱型
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \end_layout
31173
31174 \begin_layout Standard
31175 \begin_inset VSpace bigskip
31176 \end_inset
31177
31178 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
31179 \series bold
31180 fancybox
31181 \series default
31182
31183 \begin_inset Index idx
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
31188 \end_layout
31189
31190 \end_inset
31191
31192 が導入済みでなくてはなりません。
31193 \end_layout
31194
31195 \begin_layout Standard
31196 \begin_inset VSpace bigskip
31197 \end_inset
31198
31199 装飾として
31200 \family sans
31201 簡素な長方形の箱型
31202 \family default
31203 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
31204 れ、このボックス型では
31205 \series bold
31206
31207 \backslash
31208 fboxrule
31209 \series default
31210
31211 \series bold
31212
31213 \backslash
31214 fboxsep
31215 \series default
31216 は無効となります。枠線の太さは
31217 \series bold
31218
31219 \backslash
31220 FrameRule
31221 \series default
31222 の値になります。 
31223 \begin_inset Box Framed
31224 position "t"
31225 hor_pos "c"
31226 has_inner_box 0
31227 inner_pos "t"
31228 use_parbox 0
31229 use_makebox 0
31230 width "100col%"
31231 special "none"
31232 height "1in"
31233 height_special "totalheight"
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237 改行可能な箱型
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \end_layout
31244
31245 \begin_layout Section
31246 ボックスの詳細な設定
31247 \begin_inset Index idx
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \begin_layout Standard
31260 寸法
31261 \series bold
31262
31263 \backslash
31264 fboxrule
31265 \series default
31266 の既定値は0.4
31267 \begin_inset space \thinspace{}
31268 \end_inset
31269
31270 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
31271 \begin_inset space \thinspace{}
31272 \end_inset
31273
31274 ptに変更することができます。
31275 \end_layout
31276
31277 \begin_layout Standard
31278
31279 \series bold
31280
31281 \backslash
31282 setlength{
31283 \backslash
31284 fboxrule}{2pt}
31285 \end_layout
31286
31287 \begin_layout Standard
31288 \begin_inset ERT
31289 status collapsed
31290
31291 \begin_layout Plain Layout
31292
31293
31294 \backslash
31295 setlength{
31296 \backslash
31297 fboxrule}{2pt}
31298 \end_layout
31299
31300 \end_inset
31301
31302
31303 \begin_inset Box Boxed
31304 position "c"
31305 hor_pos "c"
31306 has_inner_box 1
31307 inner_pos "c"
31308 use_parbox 0
31309 use_makebox 0
31310 width "25col%"
31311 special "none"
31312 height "1in"
31313 height_special "totalheight"
31314 status open
31315
31316 \begin_layout Plain Layout
31317 \align center
31318
31319 \series bold
31320
31321 \backslash
31322 fboxrule
31323 \series default
31324
31325 \begin_inset space \thinspace{}
31326 \end_inset
31327
31328 =
31329 \begin_inset space \thinspace{}
31330 \end_inset
31331
31332 2
31333 \begin_inset space \thinspace{}
31334 \end_inset
31335
31336 ptの長方形の箱型
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 setlength{
31350 \backslash
31351 fboxrule}{0.4pt}
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \end_layout
31358
31359 \begin_layout Standard
31360 \begin_inset VSpace bigskip
31361 \end_inset
31362
31363 枠とボックスの内容との空白は、すべての枠様式について3
31364 \begin_inset space \thinspace{}
31365 \end_inset
31366
31367 ptが既定値になっています。これは、長さ
31368 \series bold
31369
31370 \backslash
31371 fboxsep
31372 \series default
31373 を別の値に設定することによって変更することができます。たとえば
31374 \end_layout
31375
31376 \begin_layout Standard
31377
31378 \series bold
31379
31380 \backslash
31381 setlength{
31382 \backslash
31383 fboxsep}{10pt}
31384 \end_layout
31385
31386 \begin_layout Standard
31387 というコマンドは、この値を10
31388 \begin_inset space \thinspace{}
31389 \end_inset
31390
31391 ptにし、以下のボックスのようになります。
31392 \end_layout
31393
31394 \begin_layout Standard
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400
31401 \backslash
31402 setlength{
31403 \backslash
31404 fboxsep}{10pt}
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \begin_inset Box Boxed
31411 position "c"
31412 hor_pos "c"
31413 has_inner_box 1
31414 inner_pos "c"
31415 use_parbox 0
31416 use_makebox 0
31417 width "25col%"
31418 special "none"
31419 height "1in"
31420 height_special "totalheight"
31421 status open
31422
31423 \begin_layout Plain Layout
31424 \align center
31425
31426 \series bold
31427
31428 \backslash
31429 fboxsep
31430 \series default
31431
31432 \begin_inset space \thinspace{}
31433 \end_inset
31434
31435 =
31436 \begin_inset space \thinspace{}
31437 \end_inset
31438
31439 10
31440 \begin_inset space \thinspace{}
31441 \end_inset
31442
31443 ptの長方形の箱型
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \begin_inset ERT
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453
31454
31455 \backslash
31456 setlength{
31457 \backslash
31458 fboxsep}{3pt}
31459 \end_layout
31460
31461 \end_inset
31462
31463
31464 \end_layout
31465
31466 \begin_layout Standard
31467 \begin_inset VSpace bigskip
31468 \end_inset
31469
31470 楕円形ボックスの丸い角の直径は、コマンド
31471 \series bold
31472
31473 \backslash
31474 cornersize
31475 \series default
31476 で設定することができます。
31477 \end_layout
31478
31479 \begin_layout Standard
31480
31481 \series bold
31482
31483 \backslash
31484 cornersize*{1cm}
31485 \end_layout
31486
31487 \begin_layout Standard
31488 というコマンドは、直径を1
31489 \begin_inset space \thinspace{}
31490 \end_inset
31491
31492 cmに設定します。
31493 \end_layout
31494
31495 \begin_layout Standard
31496
31497 \series bold
31498
31499 \backslash
31500 cornersize{数値}
31501 \end_layout
31502
31503 \begin_layout Standard
31504 というコマンドは、直径を
31505 \family sans
31506 数値
31507 \begin_inset space \thinspace{}
31508 \end_inset
31509
31510
31511 \family default
31512
31513 \begin_inset Formula $\times$
31514 \end_inset
31515
31516
31517 \family sans
31518
31519 \begin_inset space \thinspace{}
31520 \end_inset
31521
31522 (ボックスの幅と高さの小さい方)
31523 \family default
31524 に設定します。既定値は
31525 \series bold
31526
31527 \backslash
31528 cornersize{0.5}
31529 \series default
31530 です。
31531 \end_layout
31532
31533 \begin_layout Standard
31534 \begin_inset ERT
31535 status collapsed
31536
31537 \begin_layout Plain Layout
31538
31539
31540 \backslash
31541 cornersize*{1.5cm}
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \begin_inset Box Ovalbox
31548 position "c"
31549 hor_pos "c"
31550 has_inner_box 1
31551 inner_pos "c"
31552 use_parbox 0
31553 use_makebox 0
31554 width "25col%"
31555 special "none"
31556 height "1in"
31557 height_special "totalheight"
31558 status open
31559
31560 \begin_layout Plain Layout
31561 \align center
31562
31563 \series bold
31564
31565 \backslash
31566 cornersize
31567 \series default
31568
31569 \begin_inset space \thinspace{}
31570 \end_inset
31571
31572 =
31573 \begin_inset space \thinspace{}
31574 \end_inset
31575
31576 1.5
31577 \begin_inset space \thinspace{}
31578 \end_inset
31579
31580 cmの楕円形の箱型
31581 \end_layout
31582
31583 \end_inset
31584
31585
31586 \begin_inset ERT
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590
31591
31592 \backslash
31593 cornersize{0.5}
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \end_layout
31600
31601 \begin_layout Standard
31602 \begin_inset VSpace bigskip
31603 \end_inset
31604
31605 影の大きさは、長さ
31606 \series bold
31607
31608 \backslash
31609 shadowsize
31610 \series default
31611 を変更することで調整できます。以下のボックスでは
31612 \end_layout
31613
31614 \begin_layout Standard
31615
31616 \series bold
31617
31618 \backslash
31619 setlength{
31620 \backslash
31621 shadowsize}{2pt}
31622 \end_layout
31623
31624 \begin_layout Standard
31625 というコマンドを使って、2
31626 \begin_inset space \thinspace{}
31627 \end_inset
31628
31629 ptに設定しています。
31630 \end_layout
31631
31632 \begin_layout Standard
31633 \begin_inset ERT
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637
31638
31639 \backslash
31640 setlength{
31641 \backslash
31642 shadowsize}{2pt}
31643 \end_layout
31644
31645 \end_inset
31646
31647
31648 \begin_inset Box Shadowbox
31649 position "c"
31650 hor_pos "c"
31651 has_inner_box 1
31652 inner_pos "c"
31653 use_parbox 0
31654 use_makebox 0
31655 width "25col%"
31656 special "none"
31657 height "1in"
31658 height_special "totalheight"
31659 status open
31660
31661 \begin_layout Plain Layout
31662 \align center
31663
31664 \series bold
31665
31666 \backslash
31667 shadowsize
31668 \series default
31669
31670 \begin_inset space \thinspace{}
31671 \end_inset
31672
31673 =
31674 \begin_inset space \thinspace{}
31675 \end_inset
31676
31677 2
31678 \begin_inset space \thinspace{}
31679 \end_inset
31680
31681 ptの影付きボックス
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \begin_inset ERT
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691
31692
31693 \backslash
31694 setlength{
31695 \backslash
31696 shadowsize}{4pt}
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \end_layout
31703
31704 \begin_layout Standard
31705 \begin_inset VSpace bigskip
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \begin_layout Standard
31712 寸法
31713 \series bold
31714
31715 \backslash
31716 FrameRule
31717 \series default
31718 の既定値は0.4
31719 \begin_inset space \thinspace{}
31720 \end_inset
31721
31722 ptです。ボックスの中身と枠の間の空白の既定値は9
31723 \begin_inset space \thinspace{}
31724 \end_inset
31725
31726 ptですが、
31727 \series bold
31728
31729 \backslash
31730 FrameSep
31731 \series default
31732 の値を変えることで変更することができます。たとえば、下記の
31733 \family sans
31734 ボックス
31735 \family default
31736 の枠の外見は、
31737 \end_layout
31738
31739 \begin_layout Standard
31740
31741 \series bold
31742
31743 \backslash
31744 setlength{
31745 \backslash
31746 FrameRule}{5pt}
31747 \begin_inset Newline newline
31748 \end_inset
31749
31750
31751 \backslash
31752 setlength{
31753 \backslash
31754 FrameSep}{0.5cm}
31755 \end_layout
31756
31757 \begin_layout Standard
31758 というTeXコードコマンドで設定してあります。
31759 \begin_inset ERT
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764
31765 \backslash
31766 setlength{
31767 \backslash
31768 FrameRule}{5pt}
31769 \end_layout
31770
31771 \begin_layout Plain Layout
31772
31773
31774 \backslash
31775 setlength{
31776 \backslash
31777 FrameSep}{0.5cm}
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \begin_inset Box Framed
31784 position "t"
31785 hor_pos "c"
31786 has_inner_box 0
31787 inner_pos "t"
31788 use_parbox 0
31789 use_makebox 0
31790 width "100col%"
31791 special "none"
31792 height "1in"
31793 height_special "totalheight"
31794 status open
31795
31796 \begin_layout Plain Layout
31797 これは
31798 \family sans
31799 改頁可能
31800 \family default
31801 ボックスの文章です。
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 setlength{
31815 \backslash
31816 FrameRule}{0.4pt}
31817 \end_layout
31818
31819 \begin_layout Plain Layout
31820
31821
31822 \backslash
31823 setlength{
31824 \backslash
31825 FrameSep}{9pt}
31826 \end_layout
31827
31828 \end_inset
31829
31830
31831 \end_layout
31832
31833 \begin_layout Standard
31834 \begin_inset VSpace bigskip
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Standard
31841
31842 \family sans
31843 影付き背景
31844 \family default
31845 ボックスでは、ボックスの内容と枠の余白の既定値は3
31846 \begin_inset space \thinspace{}
31847 \end_inset
31848
31849 ptになっていますが、
31850 \series bold
31851
31852 \backslash
31853 fboxsep
31854 \series default
31855 の値を変更することで変えられます。既定の背景色である赤色は、
31856 \series bold
31857
31858 \backslash
31859 definecolor{shadebox}
31860 \series default
31861 コマンドで局所的に変更することもできますし、
31862 \family sans
31863 ツール\SpecialChar \menuseparator
31864 設定\SpecialChar \menuseparator
31865 色\SpecialChar \menuseparator
31866 影付きボックス
31867 \family default
31868 メニューからグローバルに変更することもできます。
31869 \series bold
31870
31871 \backslash
31872 definecolor
31873 \series default
31874 コマンドの用法は第
31875 \begin_inset CommandInset ref
31876 LatexCommand ref
31877 reference "sec:色付きの表"
31878
31879 \end_inset
31880
31881
31882 \begin_inset Foot
31883 status open
31884
31885 \begin_layout Plain Layout
31886 N
31887 \series bold
31888
31889 \backslash
31890 definecolor
31891 \series default
31892 は、LaTeXパッケージの
31893 \series bold
31894 color
31895 \series default
31896 をプリアンブルに読み込む必要があります。第
31897 \begin_inset CommandInset ref
31898 LatexCommand ref
31899 reference "sec:色付きボックス"
31900
31901 \end_inset
31902
31903 節をご参照ください。.
31904 \end_layout
31905
31906 \end_inset
31907
31908 で説明されています。
31909 \end_layout
31910
31911 \begin_layout Standard
31912 たとえば、下記の影付き背景ボックスの外見は
31913 \end_layout
31914
31915 \begin_layout Standard
31916
31917 \series bold
31918
31919 \backslash
31920 setlength{
31921 \backslash
31922 fboxsep}{0.5cm}
31923 \series default
31924
31925 \begin_inset Newline newline
31926 \end_inset
31927
31928
31929 \series bold
31930
31931 \backslash
31932 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31933 \end_layout
31934
31935 \begin_layout Standard
31936 というTeXコードコマンドを使って設定してあります。
31937 \end_layout
31938
31939 \begin_layout Standard
31940 \begin_inset ERT
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944
31945
31946 \backslash
31947 setlength{
31948 \backslash
31949 fboxsep}{0.5cm}
31950 \end_layout
31951
31952 \begin_layout Plain Layout
31953
31954
31955 \backslash
31956 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \begin_inset Box Shaded
31963 position "t"
31964 hor_pos "c"
31965 has_inner_box 0
31966 inner_pos "t"
31967 use_parbox 0
31968 use_makebox 0
31969 width "100col%"
31970 special "none"
31971 height "1in"
31972 height_special "totalheight"
31973 status open
31974
31975 \begin_layout Plain Layout
31976
31977 \color yellow
31978 これは、濃緑色の背景の
31979 \family sans
31980 影付き背景
31981 \family default
31982 ボックスに入れた黄色の文章です。
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \begin_inset ERT
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992
31993
31994 \backslash
31995 setlength{
31996 \backslash
31997 fboxsep}{3pt}
31998 \end_layout
31999
32000 \begin_layout Plain Layout
32001
32002
32003 \backslash
32004 definecolor{shadecolor}{rgb}{1,0,0}
32005 \end_layout
32006
32007 \end_inset
32008
32009
32010 \end_layout
32011
32012 \begin_layout Standard
32013 \begin_inset VSpace bigskip
32014 \end_inset
32015
32016 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
32017 \end_layout
32018
32019 \begin_layout Section
32020 ミニページ
32021 \begin_inset CommandInset label
32022 LatexCommand label
32023 name "sec:ミニページ"
32024
32025 \end_inset
32026
32027
32028 \begin_inset Index idx
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032 ぼっくす@ボックス ! みにぺーじ@ミニページ
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \begin_layout Standard
32041 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
32042 \end_layout
32043
32044 \begin_layout Standard
32045 ミニページは、複数の言語を含む文書を執筆する際に便利です。
32046 \end_layout
32047
32048 \begin_layout Standard
32049 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
32050 \family sans
32051 挿入
32052 \family default
32053 \SpecialChar \menuseparator
32054
32055 \family sans
32056 整形
32057 \family default
32058 \SpecialChar \menuseparator
32059
32060 \family sans
32061 水平方向の空白
32062 \family default
32063 メニューで挿入した水平フィルで隔てられています。
32064 \begin_inset Newpage newpage
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 \begin_inset Box Frameless
32072 position "t"
32073 hor_pos "c"
32074 has_inner_box 1
32075 inner_pos "c"
32076 use_parbox 0
32077 use_makebox 0
32078 width "45col%"
32079 special "none"
32080 height "1in"
32081 height_special "totalheight"
32082 status open
32083
32084 \begin_layout Plain Layout
32085 Dies ist ein deutscher Text.
32086  Dies ist ein deutscher Text.
32087  Dies ist ein deutscher Text.
32088  Dies ist ein deutscher Text.
32089  Dies ist ein deutscher Text.
32090  Dies ist ein deutscher Text.
32091  Dies ist ein deutscher Text.
32092  Dies ist ein deutscher Text.
32093  Dies ist ein deutscher Text.
32094  Dies ist ein deutscher Text.
32095  Dies ist ein deutscher Text.
32096  Dies ist ein deutscher Text.
32097  Dies ist ein deutscher Text
32098 \begin_inset Foot
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102 Dies ist eine deutsche Fußnote.
32103 \end_layout
32104
32105 \end_inset
32106
32107 .
32108  Dies ist ein deutscher Text.
32109  Dies ist ein deutscher Text.
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \begin_inset space \hfill{}
32116 \end_inset
32117
32118
32119 \begin_inset Box Frameless
32120 position "t"
32121 hor_pos "c"
32122 has_inner_box 1
32123 inner_pos "c"
32124 use_parbox 0
32125 use_makebox 0
32126 width "45col%"
32127 special "none"
32128 height "1in"
32129 height_special "totalheight"
32130 status open
32131
32132 \begin_layout Plain Layout
32133 This is an English Text.
32134  This is an English Text.
32135  This is an English Text.
32136  This is an English Text.
32137  This is an English Text.
32138  This is an English Text.
32139  This is an English Text.
32140  This is an English Text.
32141  This is an English Text.
32142  This is an English Text.
32143  This is an English Text.
32144  This is an English Text.
32145  This is an English Text.
32146  This is an English Text.
32147  This is an English Text.
32148  This is an English Text.
32149 \begin_inset Foot
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153 This is an English footnote.
32154 \end_layout
32155
32156 \end_inset
32157
32158  This is an English Text.
32159 \end_layout
32160
32161 \end_inset
32162
32163
32164 \end_layout
32165
32166 \begin_layout Standard
32167 \begin_inset VSpace bigskip
32168 \end_inset
32169
32170 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32171 \family sans
32172 中スキップ
32173 \family default
32174 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32175 \end_layout
32176
32177 \begin_layout Standard
32178 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32179 \begin_inset CommandInset ref
32180 LatexCommand ref
32181 reference "sub:段落の着色"
32182
32183 \end_inset
32184
32185 節をご参照ください。
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset Note Greyedout
32190 status open
32191
32192 \begin_layout Plain Layout
32193
32194 \series bold
32195 【註】
32196 \series default
32197 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Section
32206 Parbox
32207 \begin_inset CommandInset label
32208 LatexCommand label
32209 name "sec:Parboxes"
32210
32211 \end_inset
32212
32213
32214 \begin_inset Index idx
32215 status collapsed
32216
32217 \begin_layout Plain Layout
32218 ぼっくす@ボックス ! Parboxes
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Standard
32227 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \align center
32232 \begin_inset Box Frameless
32233 position "t"
32234 hor_pos "c"
32235 has_inner_box 1
32236 inner_pos "t"
32237 use_parbox 1
32238 use_makebox 0
32239 width "33col%"
32240 special "none"
32241 height "1in"
32242 height_special "totalheight"
32243 status open
32244
32245 \begin_layout Plain Layout
32246 これはparbox内の文章です。これはparbox内の文章です。
32247 \end_layout
32248
32249 \begin_layout Plain Layout
32250 右の脚注は表示されません。
32251 \begin_inset Foot
32252 status collapsed
32253
32254 \begin_layout Plain Layout
32255 これはparbox内の脚注であり、したがって表示はされません。
32256 \end_layout
32257
32258 \end_inset
32259
32260
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Section
32269 単語や文字のボックス
32270 \begin_inset Index idx
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274 ぼっくす@ボックス ! もじよう@文字用
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \begin_layout Subsection
32283 ハイフネーションの回避
32284 \begin_inset CommandInset label
32285 LatexCommand label
32286 name "sec:ハイフネーションの回避"
32287
32288 \end_inset
32289
32290
32291 \begin_inset Index idx
32292 status collapsed
32293
32294 \begin_layout Plain Layout
32295 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \begin_layout Standard
32304 単語や文章がハイフネートされるのを防ぐには、
32305 \family sans
32306 makebox
32307 \family default
32308 型ボックスを使うことができます。
32309 \begin_inset Newline newline
32310 \end_inset
32311
32312 以下が例示用の文章です。
32313 \end_layout
32314
32315 \begin_layout Standard
32316 This line is an example to show how you can prevent the hyphenation of 
32317 \begin_inset Quotes eld
32318 \end_inset
32319
32320 veryverylongword
32321 \begin_inset Quotes erd
32322 \end_inset
32323
32324 .
32325 \end_layout
32326
32327 \begin_layout Standard
32328 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32329 \family sans
32330 内部ボックス
32331 \family default
32332
32333 \family sans
32334 makebox
32335 \family default
32336 コマンドに設定し、幅は指定しません。
32337 \end_layout
32338
32339 \begin_layout Standard
32340 以下がその結果です。
32341 \end_layout
32342
32343 \begin_layout Standard
32344 This line is an example to show how you can prevent the hyphenation of 
32345 \begin_inset Box Frameless
32346 position "t"
32347 hor_pos "c"
32348 has_inner_box 1
32349 inner_pos "t"
32350 use_parbox 0
32351 use_makebox 1
32352 width ""
32353 special "none"
32354 height "1in"
32355 height_special "totalheight"
32356 status open
32357
32358 \begin_layout Plain Layout
32359 \begin_inset Quotes eld
32360 \end_inset
32361
32362 veryverylongword
32363 \begin_inset Quotes erd
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \end_inset
32370
32371 .
32372 \end_layout
32373
32374 \begin_layout Standard
32375 別の方法としては、以下のように、単語の前に直接TeXコードで「
32376 \series bold
32377
32378 \backslash
32379 -
32380 \series default
32381 」コマンドを設定する方法もあります。
32382 \end_layout
32383
32384 \begin_layout Standard
32385 This line is an example to show how you can prevent the hyphenation of 
32386 \begin_inset Quotes eld
32387 \end_inset
32388
32389
32390 \begin_inset ERT
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394
32395
32396 \backslash
32397 -
32398 \end_layout
32399
32400 \end_inset
32401
32402 veryverylongword
32403 \begin_inset Quotes erd
32404 \end_inset
32405
32406 .
32407 \end_layout
32408
32409 \begin_layout Standard
32410 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32411 \family sans
32412 挿入
32413 \family default
32414 \SpecialChar \menuseparator
32415
32416 \family sans
32417 整形
32418 \family default
32419 \SpecialChar \menuseparator
32420
32421 \family sans
32422 整形なし改行
32423 \family default
32424 メニュー(
32425 \begin_inset Flex Ruby
32426 status collapsed
32427
32428 \begin_layout Plain Layout
32429 捷径
32430 \begin_inset Argument post:1
32431 status collapsed
32432
32433 \begin_layout Plain Layout
32434 ショートカット
32435 \end_layout
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \end_inset
32443
32444
32445 \begin_inset Info
32446 type  "shortcut"
32447 arg   "newline-insert newline"
32448 \end_inset
32449
32450 )から改行を単語の前に入れてください。
32451 \end_layout
32452
32453 \begin_layout Standard
32454 This line is an example to show how you can prevent the hyphenation of 
32455 \begin_inset Newline newline
32456 \end_inset
32457
32458
32459 \begin_inset Box Frameless
32460 position "t"
32461 hor_pos "c"
32462 has_inner_box 1
32463 inner_pos "t"
32464 use_parbox 0
32465 use_makebox 1
32466 width ""
32467 special "none"
32468 height "1in"
32469 height_special "totalheight"
32470 status open
32471
32472 \begin_layout Plain Layout
32473 \begin_inset Quotes eld
32474 \end_inset
32475
32476 veryverylongword
32477 \begin_inset Quotes erd
32478 \end_inset
32479
32480
32481 \end_layout
32482
32483 \end_inset
32484
32485 .
32486 \end_layout
32487
32488 \begin_layout Subsection
32489 垂直揃え
32490 \begin_inset CommandInset label
32491 LatexCommand label
32492 name "sub:垂直揃え"
32493
32494 \end_inset
32495
32496
32497 \begin_inset Index idx
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \begin_inset Index idx
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511 ぼっくす@ボックス ! Raiseboxes
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \begin_layout Standard
32520
32521 \series bold
32522
32523 \backslash
32524 raisebox
32525 \series default
32526 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32527 \series bold
32528
32529 \backslash
32530 raisebox
32531 \series default
32532 は以下の書式で使用します。
32533 \end_layout
32534
32535 \begin_layout Standard
32536
32537 \series bold
32538
32539 \backslash
32540 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32541 \end_layout
32542
32543 \begin_layout Standard
32544 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32545 \end_layout
32546
32547 \begin_layout Standard
32548 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
32549 \end_layout
32550
32551 \begin_layout Standard
32552
32553 \series bold
32554
32555 \backslash
32556 raisebox{
32557 \backslash
32558 depth}{
32559 \end_layout
32560
32561 \begin_layout Standard
32562 というコマンドを挿入してください。単語の後には、閉じ括弧「
32563 \series bold
32564 }
32565 \series default
32566 」をTeXコードで挿入してください。
32567 \begin_inset Newline newline
32568 \end_inset
32569
32570 以下がその出力です。
32571 \end_layout
32572
32573 \begin_layout Standard
32574 This is a text line with the word 
32575 \begin_inset ERT
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579
32580
32581 \backslash
32582 raisebox{
32583 \backslash
32584 depth}{
32585 \end_layout
32586
32587 \end_inset
32588
32589
32590 \begin_inset Quotes eld
32591 \end_inset
32592
32593 preventing
32594 \begin_inset Quotes erd
32595 \end_inset
32596
32597
32598 \begin_inset ERT
32599 status collapsed
32600
32601 \begin_layout Plain Layout
32602
32603 }
32604 \end_layout
32605
32606 \end_inset
32607
32608  as raised word.
32609 \end_layout
32610
32611 \begin_layout Standard
32612 \begin_inset VSpace bigskip
32613 \end_inset
32614
32615 行中の文字を上げ下げすると、以下のように行間が広がります。
32616 \end_layout
32617
32618 \begin_layout Standard
32619 This is a text line with the word 
32620 \begin_inset ERT
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624
32625
32626 \backslash
32627 raisebox{-
32628 \backslash
32629 depth}{
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \begin_inset Quotes eld
32636 \end_inset
32637
32638 preventing
32639 \begin_inset Quotes erd
32640 \end_inset
32641
32642
32643 \begin_inset ERT
32644 status collapsed
32645
32646 \begin_layout Plain Layout
32647
32648 }
32649 \end_layout
32650
32651 \end_inset
32652
32653  as lowered word.
32654 \begin_inset Newline newline
32655 \end_inset
32656
32657 This is a text line with the word 
32658 \begin_inset ERT
32659 status collapsed
32660
32661 \begin_layout Plain Layout
32662
32663
32664 \backslash
32665 raisebox{0.5cm}{
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \begin_inset Quotes eld
32672 \end_inset
32673
32674 testing
32675 \begin_inset Quotes erd
32676 \end_inset
32677
32678
32679 \begin_inset ERT
32680 status collapsed
32681
32682 \begin_layout Plain Layout
32683
32684 }
32685 \end_layout
32686
32687 \end_inset
32688
32689  as raised word.
32690 \end_layout
32691
32692 \begin_layout Standard
32693 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32694 \end_layout
32695
32696 \begin_layout Standard
32697
32698 \series bold
32699
32700 \backslash
32701 raisebox{-
32702 \backslash
32703 depth}[0pt]{
32704 \end_layout
32705
32706 \begin_layout Standard
32707 とすると、
32708 \end_layout
32709
32710 \begin_layout Standard
32711 This is a text line with the word 
32712 \begin_inset ERT
32713 status collapsed
32714
32715 \begin_layout Plain Layout
32716
32717
32718 \backslash
32719 raisebox{-
32720 \backslash
32721 depth}[0pt]{
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \begin_inset Quotes eld
32728 \end_inset
32729
32730 preventing
32731 \begin_inset Quotes erd
32732 \end_inset
32733
32734
32735 \begin_inset ERT
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739
32740 }
32741 \end_layout
32742
32743 \end_inset
32744
32745  as lowered word.
32746 \begin_inset Newline newline
32747 \end_inset
32748
32749 This is a text line with the word 
32750 \begin_inset ERT
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754
32755
32756 \backslash
32757 raisebox{0.5cm}[0pt]{
32758 \end_layout
32759
32760 \end_inset
32761
32762
32763 \begin_inset Quotes eld
32764 \end_inset
32765
32766 testing
32767 \begin_inset Quotes erd
32768 \end_inset
32769
32770
32771 \begin_inset ERT
32772 status collapsed
32773
32774 \begin_layout Plain Layout
32775
32776 }
32777 \end_layout
32778
32779 \end_inset
32780
32781  as raised word.
32782 \end_layout
32783
32784 \begin_layout Section
32785 色付きボックス
32786 \begin_inset CommandInset label
32787 LatexCommand label
32788 name "sec:色付きボックス"
32789
32790 \end_inset
32791
32792
32793 \begin_inset Index idx
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797 ぼっくす@ボックス ! いろつき@色付き
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Subsection
32806 文字の着色
32807 \begin_inset Index idx
32808 status collapsed
32809
32810 \begin_layout Plain Layout
32811 いろ@色 ! もじの@文字の---
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
32821 \series bold
32822 color
32823 \series default
32824
32825 \begin_inset Index idx
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829 LaTeXぱっけーじ@LaTeXパッケージ ! color
32830 \end_layout
32831
32832 \end_inset
32833
32834 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
32835 \end_layout
32836
32837 \begin_layout Standard
32838
32839 \series bold
32840
32841 \backslash
32842 @ifundefined{textcolor}
32843 \begin_inset Newline newline
32844 \end_inset
32845
32846
32847 \begin_inset Phantom HPhantom
32848 status open
32849
32850 \begin_layout Plain Layout
32851
32852 \series bold
32853 \begin_inset space ~
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \end_inset
32860
32861 {
32862 \backslash
32863 usepackage{color}}{}
32864 \end_layout
32865
32866 \begin_layout Standard
32867
32868 \series bold
32869 color
32870 \series default
32871 パッケージは、文章を着色するとLyXが自動的に読み込みます
32872 \begin_inset Foot
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876 これが二度読み込まれることを回避するには、
32877 \series bold
32878
32879 \backslash
32880 @ifundefined
32881 \series default
32882 コマンドを使用します。
32883 \end_layout
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \begin_layout Standard
32891 \begin_inset VSpace medskip
32892 \end_inset
32893
32894 色付きボックスは、
32895 \series bold
32896
32897 \backslash
32898 colorbox
32899 \series default
32900 コマンドを使って作ります。これは、以下のような書式で使われます。
32901 \end_layout
32902
32903 \begin_layout Standard
32904
32905 \series bold
32906
32907 \backslash
32908 colorbox{color}{ボックスの内容}
32909 \end_layout
32910
32911 \begin_layout Standard
32912 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
32913 \end_layout
32914
32915 \begin_layout Standard
32916 事前定義されている色には、
32917 \begin_inset Newline newline
32918 \end_inset
32919
32920
32921 \family sans
32922
32923 \family default
32924
32925 \family sans
32926
32927 \family default
32928
32929 \family sans
32930 シアン
32931 \family default
32932
32933 \family sans
32934
32935 \family default
32936
32937 \family sans
32938 マゼンタ
32939 \family default
32940
32941 \family sans
32942
32943 \family default
32944
32945 \family sans
32946
32947 \family default
32948
32949 \family sans
32950
32951 \family default
32952
32953 \begin_inset Newline newline
32954 \end_inset
32955
32956 があります。第
32957 \begin_inset CommandInset ref
32958 LatexCommand ref
32959 reference "sec:色付きの表"
32960
32961 \end_inset
32962
32963 節に述べられているようにすれば、自前の色を定義することもできます。
32964 \end_layout
32965
32966 \begin_layout Standard
32967 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32968 \end_layout
32969
32970 \begin_layout Standard
32971
32972 \series bold
32973
32974 \backslash
32975 colorbox{red}{
32976 \end_layout
32977
32978 \begin_layout Standard
32979 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32980 \series bold
32981 }
32982 \series default
32983 」を入れてください。
32984 \begin_inset Newline newline
32985 \end_inset
32986
32987 以下がその結果です。
32988 \end_layout
32989
32990 \begin_layout Standard
32991 この行では、
32992 \begin_inset ERT
32993 status collapsed
32994
32995 \begin_layout Plain Layout
32996
32997
32998 \backslash
32999 colorbox{red}{
33000 \end_layout
33001
33002 \end_inset
33003
33004 「注意!」
33005 \begin_inset ERT
33006 status collapsed
33007
33008 \begin_layout Plain Layout
33009
33010 }
33011 \end_layout
33012
33013 \end_inset
33014
33015 という単語が赤い背景になっています。
33016 \end_layout
33017
33018 \begin_layout Standard
33019 \begin_inset VSpace bigskip
33020 \end_inset
33021
33022 ボックスの枠を別の色にしたい場合には、以下の書式で
33023 \series bold
33024
33025 \backslash
33026 fcolorbox
33027 \series default
33028 コマンドを使います。
33029 \end_layout
33030
33031 \begin_layout Standard
33032
33033 \series bold
33034
33035 \backslash
33036 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
33037 \end_layout
33038
33039 \begin_layout Standard
33040
33041 \series bold
33042
33043 \backslash
33044 fcolorbox
33045 \series default
33046
33047 \series bold
33048
33049 \backslash
33050 colorbox
33051 \series default
33052 の拡張です。枠の太さと枠とボックスの中身との余白は、第
33053 \begin_inset CommandInset ref
33054 LatexCommand ref
33055 reference "sec:装飾"
33056
33057 \end_inset
33058
33059 節で述べられているように、それぞれ
33060 \series bold
33061
33062 \backslash
33063 fboxrule
33064 \series default
33065
33066 \series bold
33067
33068 \backslash
33069 fboxsep
33070 \series default
33071 という長さで調節できます。
33072 \end_layout
33073
33074 \begin_layout Standard
33075 以下の例では、
33076 \end_layout
33077
33078 \begin_layout Standard
33079
33080 \series bold
33081
33082 \backslash
33083 fcolorbox{cyan}{magenta}{
33084 \end_layout
33085
33086 \begin_layout Standard
33087 というコマンドを使用しています。
33088 \end_layout
33089
33090 \begin_layout Standard
33091 これは、枠の太さを1
33092 \begin_inset space \thinspace{}
33093 \end_inset
33094
33095 mmに設定した例です。
33096 \begin_inset Newline newline
33097 \end_inset
33098
33099
33100 \begin_inset ERT
33101 status collapsed
33102
33103 \begin_layout Plain Layout
33104
33105
33106 \backslash
33107 fboxrule 1mm 
33108 \backslash
33109 fboxsep 1mm
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \begin_inset ERT
33116 status collapsed
33117
33118 \begin_layout Plain Layout
33119
33120
33121 \backslash
33122 fcolorbox{cyan}{magenta}{
33123 \end_layout
33124
33125 \end_inset
33126
33127 これは着色した色付きボックス中の文章です。
33128 \begin_inset ERT
33129 status collapsed
33130
33131 \begin_layout Plain Layout
33132
33133 }
33134 \end_layout
33135
33136 \end_inset
33137
33138
33139 \end_layout
33140
33141 \begin_layout Standard
33142 \begin_inset VSpace bigskip
33143 \end_inset
33144
33145 もちろん、色付きボックスの中に色付き文字を入れることもできます
33146 \begin_inset Newline newline
33147 \end_inset
33148
33149
33150 \begin_inset ERT
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154
33155
33156 \backslash
33157 fcolorbox{cyan}{magenta}{
33158 \end_layout
33159
33160 \end_inset
33161
33162
33163 \color yellow
33164 これは着色した色付きボックス中の色付き文章です。
33165 \color inherit
33166
33167 \begin_inset ERT
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171
33172 }
33173 \end_layout
33174
33175 \end_inset
33176
33177
33178 \begin_inset ERT
33179 status collapsed
33180
33181 \begin_layout Plain Layout
33182
33183
33184 \backslash
33185 fboxrule 0.4pt 
33186 \backslash
33187 fboxsep 3pt
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Standard
33196
33197 \series bold
33198 \begin_inset VSpace medskip
33199 \end_inset
33200
33201
33202 \end_layout
33203
33204 \begin_layout Standard
33205 \begin_inset Note Greyedout
33206 status open
33207
33208 \begin_layout Plain Layout
33209
33210 \series bold
33211 【註】
33212 \series default
33213 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
33214 \end_layout
33215
33216 \end_inset
33217
33218
33219 \end_layout
33220
33221 \begin_layout Subsection
33222 段落の着色
33223 \begin_inset CommandInset label
33224 LatexCommand label
33225 name "sub:段落の着色"
33226
33227 \end_inset
33228
33229
33230 \begin_inset Index idx
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234 いろ@色 ! だんらく@段落---
33235 \end_layout
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Standard
33243 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
33244 \series bold
33245
33246 \backslash
33247 colorbox
33248 \series default
33249 コマンドを
33250 \end_layout
33251
33252 \begin_layout Standard
33253
33254 \series bold
33255
33256 \backslash
33257 colorbox{色名}{
33258 \end_layout
33259
33260 \begin_layout Standard
33261 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
33262 \series bold
33263 }
33264 \series default
33265 」を挿入してください。
33266 \end_layout
33267
33268 \begin_layout Standard
33269 \begin_inset ERT
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273
33274
33275 \backslash
33276 colorbox{lightgrey}{
33277 \end_layout
33278
33279 \end_inset
33280
33281
33282 \begin_inset Box Frameless
33283 position "t"
33284 hor_pos "c"
33285 has_inner_box 1
33286 inner_pos "t"
33287 use_parbox 0
33288 use_makebox 0
33289 width "100col%"
33290 special "none"
33291 height "1in"
33292 height_special "totalheight"
33293 status collapsed
33294
33295 \begin_layout Plain Layout
33296 これは背景色を付けた文章です。これは背景色を付けた文章です。
33297 \end_layout
33298
33299 \begin_layout Plain Layout
33300 \begin_inset VSpace defskip
33301 \end_inset
33302
33303 ここの文章には脚注
33304 \begin_inset Foot
33305 status collapsed
33306
33307 \begin_layout Plain Layout
33308 脚注の例
33309 \end_layout
33310
33311 \end_inset
33312
33313 を付けることもできますし、図表を挿入することもできます。
33314 \end_layout
33315
33316 \begin_layout Plain Layout
33317 \align center
33318 \begin_inset Tabular
33319 <lyxtabular version="3" rows="3" columns="3">
33320 <features rotate="0" tabularvalignment="middle">
33321 <column alignment="center" valignment="top">
33322 <column alignment="center" valignment="top">
33323 <column alignment="center" valignment="top">
33324 <row>
33325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33326 \begin_inset Text
33327
33328 \begin_layout Plain Layout
33329 a
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 !
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 3
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 </row>
33353 <row>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 <
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 b2
33368 \begin_inset Quotes erd
33369 \end_inset
33370
33371 |
33372 \end_layout
33373
33374 \end_inset
33375 </cell>
33376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33377 \begin_inset Text
33378
33379 \begin_layout Plain Layout
33380 >
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 </row>
33386 <row>
33387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33388 \begin_inset Text
33389
33390 \begin_layout Plain Layout
33391 1
33392 \end_layout
33393
33394 \end_inset
33395 </cell>
33396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400 §
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33406 \begin_inset Text
33407
33408 \begin_layout Plain Layout
33409 c
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 </row>
33415 </lyxtabular>
33416
33417 \end_inset
33418
33419
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \begin_inset ERT
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429
33430 }
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \begin_layout Section
33439 ボックスの伸縮回転
33440 \end_layout
33441
33442 \begin_layout Standard
33443 本節で述べられているコマンドを使用するには、文書プリアンブルで
33444 \end_layout
33445
33446 \begin_layout Standard
33447
33448 \series bold
33449
33450 \backslash
33451 @ifundefined{rotatebox}
33452 \begin_inset Newline newline
33453 \end_inset
33454
33455
33456 \begin_inset Phantom HPhantom
33457 status open
33458
33459 \begin_layout Plain Layout
33460
33461 \series bold
33462 \begin_inset space ~
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \end_inset
33469
33470 {
33471 \backslash
33472 usepackage{graphicx}}{}
33473 \end_layout
33474
33475 \begin_layout Standard
33476 というコマンドを使用して、
33477 \series bold
33478 graphicx
33479 \series default
33480
33481 \begin_inset Index idx
33482 status collapsed
33483
33484 \begin_layout Plain Layout
33485 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
33486 \end_layout
33487
33488 \end_inset
33489
33490 LaTeXパッケージを読み込む必要があります。
33491 \end_layout
33492
33493 \begin_layout Standard
33494 \begin_inset Note Greyedout
33495 status open
33496
33497 \begin_layout Plain Layout
33498
33499 \series bold
33500 【註】
33501 \series default
33502 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \begin_layout Standard
33511 \begin_inset Note Greyedout
33512 status open
33513
33514 \begin_layout Plain Layout
33515
33516 \series bold
33517 【註】
33518 \series default
33519 フロートは回転伸縮したボックスの中に入れることはできません。
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \begin_layout Subsection
33528 ボックスの回転
33529 \begin_inset Index idx
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533 ぼっくす@ボックス ! かいてんした@回転した
33534 \end_layout
33535
33536 \end_inset
33537
33538
33539 \begin_inset Index idx
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543 かいてん@回転 ! そざいの@素材の---
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \begin_inset Index idx
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553 ず@図 ! のかいてん@---の回転
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \begin_inset Index idx
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563 ひょうのちょうせい@表の調整 ! かいてん@回転
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \begin_layout Standard
33572 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
33573 \series bold
33574
33575 \backslash
33576 rotatebox
33577 \series default
33578 コマンドを使用すれば作成することができます。
33579 \end_layout
33580
33581 \begin_layout Standard
33582
33583 \series bold
33584
33585 \backslash
33586 rotatebox[回転の原点]{回転角}{ボックスの内容}
33587 \end_layout
33588
33589 \begin_layout Standard
33590 回転の原点は、
33591 \series bold
33592 origin=位置
33593 \series default
33594 の形で指定します。位置として指定可能なのは、
33595 \emph on
33596 c
33597 \emph default
33598 (中央揃え)・
33599 \emph on
33600 l
33601 \emph default
33602 (左揃え)・
33603 \emph on
33604 r
33605 \emph default
33606 (右揃え)・
33607 \emph on
33608 b
33609 \emph default
33610 (下揃え)・
33611 \emph on
33612 t
33613 \emph default
33614 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33615 \emph on
33616 lt
33617 \emph default
33618 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33619 \emph on
33620 l
33621 \emph default
33622 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33623 \end_layout
33624
33625 \begin_layout Standard
33626 以下の例では、「回転した」文章の前にTeXコードで
33627 \series bold
33628
33629 \backslash
33630 rotatebox[origin=c]{60}{
33631 \series default
33632 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
33633 \series bold
33634 }
33635 \series default
33636 でボックスを閉じています。
33637 \end_layout
33638
33639 \begin_layout Standard
33640 これは、
33641 \begin_inset ERT
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645
33646
33647 \backslash
33648 rotatebox[origin=c]{60}{
33649 \end_layout
33650
33651 \end_inset
33652
33653 回転した
33654 \begin_inset ERT
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658
33659 }
33660 \end_layout
33661
33662 \end_inset
33663
33664  文章を含む行です。
33665 \end_layout
33666
33667 \begin_layout Standard
33668 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33669 \end_layout
33670
33671 \begin_layout Standard
33672 これは、
33673 \begin_inset ERT
33674 status collapsed
33675
33676 \begin_layout Plain Layout
33677
33678
33679 \backslash
33680 rotatebox[origin=r]{-60}{
33681 \end_layout
33682
33683 \end_inset
33684
33685
33686 \begin_inset Box Doublebox
33687 position "c"
33688 hor_pos "c"
33689 has_inner_box 0
33690 inner_pos "c"
33691 use_parbox 0
33692 use_makebox 0
33693 width "1in"
33694 special "width"
33695 height "1in"
33696 height_special "totalheight"
33697 status open
33698
33699 \begin_layout Plain Layout
33700 回転した
33701 \end_layout
33702
33703 \end_inset
33704
33705
33706 \begin_inset ERT
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710
33711 }
33712 \end_layout
33713
33714 \end_inset
33715
33716 枠付き文章と
33717 \begin_inset ERT
33718 status collapsed
33719
33720 \begin_layout Plain Layout
33721
33722
33723 \backslash
33724 rotatebox[origin=lb]{60}{
33725 \end_layout
33726
33727 \end_inset
33728
33729
33730 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33731 \end_inset
33732
33733
33734 \begin_inset ERT
33735 status collapsed
33736
33737 \begin_layout Plain Layout
33738
33739 }
33740 \end_layout
33741
33742 \end_inset
33743
33744 数式を含む行です。
33745 \end_layout
33746
33747 \begin_layout Standard
33748 あるいは、以下のように図や表を入れることもできます。
33749 \end_layout
33750
33751 \begin_layout Standard
33752 これは、
33753 \begin_inset ERT
33754 status collapsed
33755
33756 \begin_layout Plain Layout
33757
33758
33759 \backslash
33760 rotatebox[origin=lb]{90}{
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \begin_inset Graphics
33767         filename ../clipart/platypus.eps
33768         lyxscale 50
33769         width 25col%
33770
33771 \end_inset
33772
33773
33774 \begin_inset ERT
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778
33779 }
33780 \end_layout
33781
33782 \end_inset
33783
33784 回転した画像と
33785 \begin_inset ERT
33786 status collapsed
33787
33788 \begin_layout Plain Layout
33789
33790
33791 \backslash
33792 rotatebox[origin=l]{-90}{
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \begin_inset Tabular
33799 <lyxtabular version="3" rows="2" columns="2">
33800 <features rotate="0" tabularvalignment="middle">
33801 <column alignment="center" valignment="top">
33802 <column alignment="center" valignment="top">
33803 <row>
33804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33805 \begin_inset Text
33806
33807 \begin_layout Plain Layout
33808 q
33809 \end_layout
33810
33811 \end_inset
33812 </cell>
33813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33814 \begin_inset Text
33815
33816 \begin_layout Plain Layout
33817 w
33818 \end_layout
33819
33820 \end_inset
33821 </cell>
33822 </row>
33823 <row>
33824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33825 \begin_inset Text
33826
33827 \begin_layout Plain Layout
33828 e
33829 \end_layout
33830
33831 \end_inset
33832 </cell>
33833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33834 \begin_inset Text
33835
33836 \begin_layout Plain Layout
33837 r
33838 \end_layout
33839
33840 \end_inset
33841 </cell>
33842 </row>
33843 </lyxtabular>
33844
33845 \end_inset
33846
33847
33848 \begin_inset ERT
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852
33853 }
33854 \end_layout
33855
33856 \end_inset
33857
33858 表を含む行です。
33859 \end_layout
33860
33861 \begin_layout Subsection
33862 ボックスの伸縮
33863 \begin_inset Index idx
33864 status collapsed
33865
33866 \begin_layout Plain Layout
33867 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \begin_inset Index idx
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877 しんしゅく@伸縮 ! そざいの@素材の---
33878 \end_layout
33879
33880 \end_inset
33881
33882
33883 \begin_inset Index idx
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887 ず@図 ! のしんしゅく@---の伸縮
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \begin_inset Index idx
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33898 \end_layout
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906 素材を伸縮させるには、TeXコードで
33907 \series bold
33908
33909 \backslash
33910 scalebox
33911 \series default
33912 コマンドと
33913 \series bold
33914
33915 \backslash
33916 resizebox
33917 \series default
33918 コマンドが使えます。
33919 \end_layout
33920
33921 \begin_layout Standard
33922
33923 \series bold
33924
33925 \backslash
33926 scalebox
33927 \series default
33928 は以下の書式で使用します。
33929 \end_layout
33930
33931 \begin_layout Standard
33932
33933 \series bold
33934
33935 \backslash
33936 scalebox{水平方向}[垂直方向]{ボックスの内容}
33937 \end_layout
33938
33939 \begin_layout Standard
33940 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33941 \end_layout
33942
33943 \begin_layout Standard
33944 たとえば、
33945 \series bold
33946
33947 \backslash
33948 scalebox{2}{こんにちは}
33949 \series default
33950 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33951 \begin_inset ERT
33952 status collapsed
33953
33954 \begin_layout Plain Layout
33955
33956
33957 \backslash
33958 scalebox{2}{
33959 \end_layout
33960
33961 \end_inset
33962
33963 こんにちは
33964 \begin_inset ERT
33965 status collapsed
33966
33967 \begin_layout Plain Layout
33968
33969 }
33970 \end_layout
33971
33972 \end_inset
33973
33974 を生成します。
33975 \end_layout
33976
33977 \begin_layout Standard
33978 これに対し、
33979 \series bold
33980
33981 \backslash
33982 scalebox{2}[1]{こんにちは}
33983 \series default
33984 は、
33985 \begin_inset ERT
33986 status collapsed
33987
33988 \begin_layout Plain Layout
33989
33990
33991 \backslash
33992 scalebox{2}[1]{
33993 \end_layout
33994
33995 \end_inset
33996
33997 こんにちは
33998 \begin_inset ERT
33999 status collapsed
34000
34001 \begin_layout Plain Layout
34002
34003 }
34004 \end_layout
34005
34006 \end_inset
34007
34008 を変形させます。
34009 \end_layout
34010
34011 \begin_layout Standard
34012 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
34013 \series bold
34014
34015 \backslash
34016 scalebox{-1}[1]{こんにちは}
34017 \series default
34018 というコマンドは、右のように反転文字を生成するのに使用できます:
34019 \begin_inset ERT
34020 status collapsed
34021
34022 \begin_layout Plain Layout
34023
34024
34025 \backslash
34026 scalebox{-1}[1]{
34027 \end_layout
34028
34029 \end_inset
34030
34031 こんにちは
34032 \begin_inset ERT
34033 status collapsed
34034
34035 \begin_layout Plain Layout
34036
34037 }
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \begin_layout Standard
34046
34047 \series bold
34048
34049 \backslash
34050 scalebox{1}[-1]{こんにちは}
34051 \series default
34052 とすると
34053 \begin_inset ERT
34054 status collapsed
34055
34056 \begin_layout Plain Layout
34057
34058
34059 \backslash
34060 scalebox{1}[-1]{
34061 \end_layout
34062
34063 \end_inset
34064
34065 こんにちは
34066 \begin_inset ERT
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070
34071 }
34072 \end_layout
34073
34074 \end_inset
34075
34076 のようにベースラインで鏡像にします。
34077 \end_layout
34078
34079 \begin_layout Standard
34080
34081 \series bold
34082
34083 \backslash
34084 scalebox{-1}[1]{ボックスの内容}
34085 \series default
34086 と同じ働きをするものとして
34087 \begin_inset Newline newline
34088 \end_inset
34089
34090
34091 \series bold
34092
34093 \backslash
34094 reflectbox{ボックスの内容}
34095 \series default
34096
34097 \begin_inset Newline newline
34098 \end_inset
34099
34100 というコマンドがあります。
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset VSpace bigskip
34105 \end_inset
34106
34107 指定した幅や丈にボックスを伸縮させるには、
34108 \series bold
34109
34110 \backslash
34111 resizebox
34112 \series default
34113 を使用します。このコマンドの書式は
34114 \end_layout
34115
34116 \begin_layout Standard
34117
34118 \series bold
34119
34120 \backslash
34121 resizebox{幅}{丈}{ボックスの内容}
34122 \end_layout
34123
34124 \begin_layout Standard
34125 です。上記二つのコマンド引数のうち一つが感嘆符「
34126 \series bold
34127 !
34128 \series default
34129 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
34130 \end_layout
34131
34132 \begin_layout Standard
34133
34134 \series bold
34135
34136 \backslash
34137 resizebox{2cm}{1cm}{こんにちは}
34138 \series default
34139 というコマンドの出力は、
34140 \begin_inset ERT
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144
34145
34146 \backslash
34147 resizebox{2cm}{1cm}{
34148 \end_layout
34149
34150 \end_inset
34151
34152 こんにちは
34153 \begin_inset ERT
34154 status collapsed
34155
34156 \begin_layout Plain Layout
34157
34158 }
34159 \end_layout
34160
34161 \end_inset
34162
34163 となり、
34164 \begin_inset Newline newline
34165 \end_inset
34166
34167
34168 \series bold
34169
34170 \backslash
34171 resizebox{2cm}{!}{こんにちは}
34172 \series default
34173 というコマンドの出力は、
34174 \begin_inset ERT
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178
34179
34180 \backslash
34181 resizebox{2cm}{!}{
34182 \end_layout
34183
34184 \end_inset
34185
34186 こんにちは
34187 \begin_inset ERT
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191
34192 }
34193 \end_layout
34194
34195 \end_inset
34196
34197 となります。
34198 \end_layout
34199
34200 \begin_layout Standard
34201 \begin_inset VSpace bigskip
34202 \end_inset
34203
34204
34205 \begin_inset Note Greyedout
34206 status open
34207
34208 \begin_layout Plain Layout
34209
34210 \series bold
34211 【註】
34212 \backslash
34213 scalebox
34214 \series default
34215
34216 \series bold
34217
34218 \backslash
34219 resizebox
34220 \series default
34221 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
34222 \end_layout
34223
34224 \end_inset
34225
34226
34227 \end_layout
34228
34229 \begin_layout Standard
34230 \begin_inset VSpace bigskip
34231 \end_inset
34232
34233
34234 \end_layout
34235
34236 \begin_layout Standard
34237 ボックスは好きな順序で組み合わせることができます。たとえば、
34238 \begin_inset Newline newline
34239 \end_inset
34240
34241
34242 \series bold
34243
34244 \backslash
34245 rotatebox[origin=c]{-45}{
34246 \backslash
34247 resizebox{2cm}{!}{
34248 \backslash
34249 reflectbox{こんにちは}}}
34250 \begin_inset Newline newline
34251 \end_inset
34252
34253
34254 \series default
34255 というコマンドは、
34256 \end_layout
34257
34258 \begin_layout Standard
34259 \align center
34260 \begin_inset ERT
34261 status collapsed
34262
34263 \begin_layout Plain Layout
34264
34265
34266 \backslash
34267 rotatebox[origin=c]{-45}{
34268 \backslash
34269 resizebox{2cm}{!}{
34270 \backslash
34271 reflectbox{
34272 \end_layout
34273
34274 \end_inset
34275
34276 こんにちは
34277 \begin_inset ERT
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281
34282 }}}
34283 \end_layout
34284
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \begin_layout Standard
34291 \noindent
34292 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34293 \end_layout
34294
34295 \begin_layout Standard
34296 \align center
34297 \begin_inset ERT
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301
34302
34303 \backslash
34304 rotatebox[origin=c]{-30}{
34305 \backslash
34306 resizebox{2cm}{!}{
34307 \backslash
34308 reflectbox{
34309 \end_layout
34310
34311 \end_inset
34312
34313
34314 \begin_inset Graphics
34315         filename ../clipart/platypus.eps
34316         lyxscale 50
34317         width 25col%
34318
34319 \end_inset
34320
34321
34322 \begin_inset ERT
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326
34327 }}}
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \begin_inset ERT
34334 status collapsed
34335
34336 \begin_layout Plain Layout
34337
34338
34339 \backslash
34340 rotatebox[origin=c]{-45}{
34341 \backslash
34342 resizebox{2cm}{!}{
34343 \backslash
34344 reflectbox{
34345 \end_layout
34346
34347 \end_inset
34348
34349
34350 \begin_inset Tabular
34351 <lyxtabular version="3" rows="2" columns="2">
34352 <features rotate="0" tabularvalignment="middle">
34353 <column alignment="center" valignment="top">
34354 <column alignment="center" valignment="top">
34355 <row>
34356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34357 \begin_inset Text
34358
34359 \begin_layout Plain Layout
34360 q
34361 \end_layout
34362
34363 \end_inset
34364 </cell>
34365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369 w
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 </row>
34375 <row>
34376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34377 \begin_inset Text
34378
34379 \begin_layout Plain Layout
34380 e
34381 \end_layout
34382
34383 \end_inset
34384 </cell>
34385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389 r
34390 \end_layout
34391
34392 \end_inset
34393 </cell>
34394 </row>
34395 </lyxtabular>
34396
34397 \end_inset
34398
34399
34400 \begin_inset ERT
34401 status collapsed
34402
34403 \begin_layout Plain Layout
34404
34405 }}}
34406 \end_layout
34407
34408 \end_inset
34409
34410
34411 \begin_inset ERT
34412 status collapsed
34413
34414 \begin_layout Plain Layout
34415
34416
34417 \backslash
34418 rotatebox[origin=c]{-45}{
34419 \backslash
34420 resizebox{2cm}{!}{
34421 \backslash
34422 reflectbox{
34423 \end_layout
34424
34425 \end_inset
34426
34427
34428 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34429 \end_inset
34430
34431
34432 \begin_inset ERT
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436
34437 }}}
34438 \end_layout
34439
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \begin_layout Standard
34446 文書で大域的に数式様式
34447 \series bold
34448 fleqn
34449 \series default
34450 を使用している場合
34451 \begin_inset Foot
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34456 \end_layout
34457
34458 \end_inset
34459
34460 には、別行建て数式も伸縮させることができます。
34461 \end_layout
34462
34463 \begin_layout Chapter
34464 本文回り込みオブジェクト
34465 \begin_inset Index idx
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469 ほんぶんまわりこみ@本文回り込み
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \end_layout
34476
34477 \begin_layout Section
34478 折返しフロート
34479 \begin_inset CommandInset label
34480 LatexCommand label
34481 name "sec:折返しフロート"
34482
34483 \end_inset
34484
34485
34486 \begin_inset Index idx
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \begin_inset Index idx
34497 status collapsed
34498
34499 \begin_layout Plain Layout
34500 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34501 \end_layout
34502
34503 \end_inset
34504
34505
34506 \end_layout
34507
34508 \begin_layout Standard
34509 \begin_inset Wrap figure
34510 lines 0
34511 placement l
34512 overhang 1cm
34513 width "40col%"
34514 status open
34515
34516 \begin_layout Plain Layout
34517 \begin_inset Graphics
34518         filename ../clipart/mobius.eps
34519         width 40col%
34520         scaleBeforeRotation
34521         rotateOrigin center
34522
34523 \end_inset
34524
34525
34526 \end_layout
34527
34528 \begin_layout Plain Layout
34529 \begin_inset Caption Standard
34530
34531 \begin_layout Plain Layout
34532 \begin_inset CommandInset label
34533 LatexCommand label
34534 name "fig:折返し図フロート"
34535
34536 \end_inset
34537
34538 これは折返し図フロートです。
34539 \end_layout
34540
34541 \end_inset
34542
34543
34544 \end_layout
34545
34546 \end_inset
34547
34548 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
34549 \series bold
34550 wrapfig
34551 \series default
34552
34553 \begin_inset Index idx
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34558 \end_layout
34559
34560 \end_inset
34561
34562 を導入済みであれば、
34563 \family sans
34564 挿入\SpecialChar \menuseparator
34565 フロート\SpecialChar \menuseparator
34566 折返し図フロート
34567 \family default
34568
34569 \family sans
34570 折返し表フロート
34571 \family default
34572 メニューで挿入することができます
34573 \begin_inset Foot
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
34578 \end_layout
34579
34580 \end_inset
34581
34582 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34583 \family sans
34584 配置
34585 \family default
34586
34587 \family sans
34588
34589 \family default
34590 です。非必須項目として、
34591 \family sans
34592 ぶら下げ
34593 \family default
34594
34595 \family sans
34596 行幅
34597 \family default
34598 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34599 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34600 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
34601 \begin_inset CommandInset ref
34602 LatexCommand ref
34603 reference "fig:折返し図フロート"
34604
34605 \end_inset
34606
34607 図は、40
34608 \begin_inset space \thinspace{}
34609 \end_inset
34610
34611 列幅%の幅と1
34612 \begin_inset space \thinspace{}
34613 \end_inset
34614
34615 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34616 \end_layout
34617
34618 \begin_layout Standard
34619 \begin_inset Note Greyedout
34620 status open
34621
34622 \begin_layout Plain Layout
34623
34624 \series bold
34625 【註】
34626 \series default
34627 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34628 上書きされて出力されたりします。
34629 \end_layout
34630
34631 \end_inset
34632
34633
34634 \end_layout
34635
34636 \begin_layout Standard
34637 原則として、
34638 \end_layout
34639
34640 \begin_layout Itemize
34641 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34642 うになってから、正確な位置に挿入しなくてはなりません。
34643 \end_layout
34644
34645 \begin_layout Itemize
34646 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34647 \end_layout
34648
34649 \begin_layout Itemize
34650 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34651 \end_layout
34652
34653 \begin_layout Itemize
34654 折返しフロートは、節見出しや表中に入れることは認められていません。
34655 \end_layout
34656
34657 \begin_layout Itemize
34658 連番や参照は、第
34659 \begin_inset CommandInset ref
34660 LatexCommand ref
34661 reference "chap:フロート"
34662
34663 \end_inset
34664
34665 章で述べられているように動作します。
34666 \end_layout
34667
34668 \begin_layout Section
34669 固定回り込みオブジェクト
34670 \begin_inset Index idx
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34675 \end_layout
34676
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Standard
34683
34684 \begin_inset CommandInset ref
34685 LatexCommand ref
34686 reference "sec:折返しフロート"
34687
34688 \end_inset
34689
34690 節の折返しフロートは、段落中で、以下のような配置がされます。
34691 \end_layout
34692
34693 \begin_layout Standard
34694 \noindent
34695 \align center
34696 \begin_inset Tabular
34697 <lyxtabular version="3" rows="2" columns="2">
34698 <features rotate="0" tabularvalignment="middle">
34699 <column alignment="center" valignment="top">
34700 <column alignment="center" valignment="top">
34701 <row>
34702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706 \begin_inset Graphics
34707         filename ../../images/dialog-show-new-inset_graphics.png
34708         scale 70
34709         scaleBeforeRotation
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \end_inset
34717 </cell>
34718 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34719 \begin_inset Text
34720
34721 \begin_layout Plain Layout
34722 文章
34723 \end_layout
34724
34725 \end_inset
34726 </cell>
34727 </row>
34728 <row>
34729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34730 \begin_inset Text
34731
34732 \begin_layout Plain Layout
34733 文章
34734 \end_layout
34735
34736 \end_inset
34737 </cell>
34738 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34739 \begin_inset Text
34740
34741 \begin_layout Plain Layout
34742 文章
34743 \end_layout
34744
34745 \end_inset
34746 </cell>
34747 </row>
34748 </lyxtabular>
34749
34750 \end_inset
34751
34752  or 
34753 \begin_inset Tabular
34754 <lyxtabular version="3" rows="2" columns="2">
34755 <features rotate="0" tabularvalignment="middle">
34756 <column alignment="center" valignment="top">
34757 <column alignment="center" valignment="top">
34758 <row>
34759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34760 \begin_inset Text
34761
34762 \begin_layout Plain Layout
34763 文章
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772 \begin_inset Graphics
34773         filename ../../images/dialog-show-new-inset_graphics.png
34774         scale 70
34775         scaleBeforeRotation
34776
34777 \end_inset
34778
34779
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 </row>
34785 <row>
34786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790 文章
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799 文章
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 </row>
34805 </lyxtabular>
34806
34807 \end_inset
34808
34809
34810 \end_layout
34811
34812 \begin_layout Standard
34813 以下に示すいずれかのように、
34814 \begin_inset VSpace defskip
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \begin_layout Standard
34821 \noindent
34822 \align center
34823 \begin_inset Tabular
34824 <lyxtabular version="3" rows="2" columns="2">
34825 <features rotate="0" tabularvalignment="middle">
34826 <column alignment="center" valignment="top">
34827 <column alignment="center" valignment="top">
34828 <row>
34829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34830 \begin_inset Text
34831
34832 \begin_layout Plain Layout
34833 文章
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842 文章
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 </row>
34848 <row>
34849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34850 \begin_inset Text
34851
34852 \begin_layout Plain Layout
34853 \begin_inset Graphics
34854         filename ../../images/dialog-show-new-inset_graphics.png
34855         scale 70
34856         scaleBeforeRotation
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \end_inset
34864 </cell>
34865 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34866 \begin_inset Text
34867
34868 \begin_layout Plain Layout
34869 文章
34870 \end_layout
34871
34872 \end_inset
34873 </cell>
34874 </row>
34875 </lyxtabular>
34876
34877 \end_inset
34878
34879  
34880 \begin_inset Tabular
34881 <lyxtabular version="3" rows="2" columns="2">
34882 <features rotate="0" tabularvalignment="middle">
34883 <column alignment="center" valignment="top">
34884 <column alignment="center" valignment="top">
34885 <row>
34886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890 文章
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 文章
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 </row>
34905 <row>
34906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34907 \begin_inset Text
34908
34909 \begin_layout Plain Layout
34910 文章
34911 \end_layout
34912
34913 \end_inset
34914 </cell>
34915 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919 \begin_inset Graphics
34920         filename ../../images/dialog-show-new-inset_graphics.png
34921         scale 70
34922         scaleBeforeRotation
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 </lyxtabular>
34933
34934 \end_inset
34935
34936  
34937 \begin_inset Tabular
34938 <lyxtabular version="3" rows="2" columns="3">
34939 <features rotate="0" tabularvalignment="middle">
34940 <column alignment="center" valignment="top">
34941 <column alignment="center" valignment="top">
34942 <column alignment="center" valignment="top">
34943 <row>
34944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948 文章
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 <cell alignment="center" valignment="top" topline="true" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957 \begin_inset Graphics
34958         filename ../../images/dialog-show-new-inset_graphics.png
34959         scale 70
34960         scaleBeforeRotation
34961
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973 文章
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 </row>
34979 <row>
34980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984 文章
34985 \end_layout
34986
34987 \end_inset
34988 </cell>
34989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34990 \begin_inset Text
34991
34992 \begin_layout Plain Layout
34993 文章
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002 文章
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 </lyxtabular>
35009
35010 \end_inset
35011
35012  
35013 \begin_inset Tabular
35014 <lyxtabular version="3" rows="2" columns="3">
35015 <features rotate="0" tabularvalignment="middle">
35016 <column alignment="center" valignment="top">
35017 <column alignment="center" valignment="top">
35018 <column alignment="center" valignment="top">
35019 <row>
35020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 文章
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 <cell alignment="center" valignment="top" topline="true" usebox="none">
35030 \begin_inset Text
35031
35032 \begin_layout Plain Layout
35033 文章
35034 \end_layout
35035
35036 \end_inset
35037 </cell>
35038 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042 文章
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 </row>
35048 <row>
35049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053 文章
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062 \begin_inset Graphics
35063         filename ../../images/dialog-show-new-inset_graphics.png
35064         scale 70
35065         scaleBeforeRotation
35066
35067 \end_inset
35068
35069
35070 \end_layout
35071
35072 \end_inset
35073 </cell>
35074 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35075 \begin_inset Text
35076
35077 \begin_layout Plain Layout
35078 文章
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 </row>
35084 </lyxtabular>
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Standard
35092 \noindent
35093 \align center
35094 \begin_inset Tabular
35095 <lyxtabular version="3" rows="3" columns="2">
35096 <features rotate="0" tabularvalignment="middle">
35097 <column alignment="center" valignment="top">
35098 <column alignment="center" valignment="top">
35099 <row>
35100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104 文章
35105 \end_layout
35106
35107 \end_inset
35108 </cell>
35109 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35110 \begin_inset Text
35111
35112 \begin_layout Plain Layout
35113 文章
35114 \end_layout
35115
35116 \end_inset
35117 </cell>
35118 </row>
35119 <row>
35120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35121 \begin_inset Text
35122
35123 \begin_layout Plain Layout
35124 \begin_inset Graphics
35125         filename ../../images/dialog-show-new-inset_graphics.png
35126         scale 70
35127         scaleBeforeRotation
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \end_inset
35135 </cell>
35136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35137 \begin_inset Text
35138
35139 \begin_layout Plain Layout
35140 文章
35141 \end_layout
35142
35143 \end_inset
35144 </cell>
35145 </row>
35146 <row>
35147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35148 \begin_inset Text
35149
35150 \begin_layout Plain Layout
35151 文章
35152 \end_layout
35153
35154 \end_inset
35155 </cell>
35156 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35157 \begin_inset Text
35158
35159 \begin_layout Plain Layout
35160 文章
35161 \end_layout
35162
35163 \end_inset
35164 </cell>
35165 </row>
35166 </lyxtabular>
35167
35168 \end_inset
35169
35170  
35171 \begin_inset Tabular
35172 <lyxtabular version="3" rows="3" columns="3">
35173 <features rotate="0" tabularvalignment="middle">
35174 <column alignment="center" valignment="top">
35175 <column alignment="center" valignment="top">
35176 <column alignment="center" valignment="top">
35177 <row>
35178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35179 \begin_inset Text
35180
35181 \begin_layout Plain Layout
35182 文章
35183 \end_layout
35184
35185 \end_inset
35186 </cell>
35187 <cell alignment="center" valignment="top" topline="true" usebox="none">
35188 \begin_inset Text
35189
35190 \begin_layout Plain Layout
35191 文章
35192 \end_layout
35193
35194 \end_inset
35195 </cell>
35196 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35197 \begin_inset Text
35198
35199 \begin_layout Plain Layout
35200 文章
35201 \end_layout
35202
35203 \end_inset
35204 </cell>
35205 </row>
35206 <row>
35207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35208 \begin_inset Text
35209
35210 \begin_layout Plain Layout
35211 文章
35212 \end_layout
35213
35214 \end_inset
35215 </cell>
35216 <cell alignment="center" valignment="top" usebox="none">
35217 \begin_inset Text
35218
35219 \begin_layout Plain Layout
35220 \begin_inset Graphics
35221         filename ../../images/dialog-show-new-inset_graphics.png
35222         scale 70
35223         scaleBeforeRotation
35224
35225 \end_inset
35226
35227
35228 \end_layout
35229
35230 \end_inset
35231 </cell>
35232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35233 \begin_inset Text
35234
35235 \begin_layout Plain Layout
35236 文章
35237 \end_layout
35238
35239 \end_inset
35240 </cell>
35241 </row>
35242 <row>
35243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35244 \begin_inset Text
35245
35246 \begin_layout Plain Layout
35247 文章
35248 \end_layout
35249
35250 \end_inset
35251 </cell>
35252 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35253 \begin_inset Text
35254
35255 \begin_layout Plain Layout
35256 文章
35257 \end_layout
35258
35259 \end_inset
35260 </cell>
35261 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35262 \begin_inset Text
35263
35264 \begin_layout Plain Layout
35265 文章
35266 \end_layout
35267
35268 \end_inset
35269 </cell>
35270 </row>
35271 </lyxtabular>
35272
35273 \end_inset
35274
35275  
35276 \begin_inset Tabular
35277 <lyxtabular version="3" rows="3" columns="2">
35278 <features rotate="0" tabularvalignment="middle">
35279 <column alignment="center" valignment="top">
35280 <column alignment="center" valignment="top">
35281 <row>
35282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35283 \begin_inset Text
35284
35285 \begin_layout Plain Layout
35286 文章
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295 文章
35296 \end_layout
35297
35298 \end_inset
35299 </cell>
35300 </row>
35301 <row>
35302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306 文章
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315 \begin_inset Graphics
35316         filename ../../images/dialog-show-new-inset_graphics.png
35317         scale 70
35318         scaleBeforeRotation
35319
35320 \end_inset
35321
35322
35323 \end_layout
35324
35325 \end_inset
35326 </cell>
35327 </row>
35328 <row>
35329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35330 \begin_inset Text
35331
35332 \begin_layout Plain Layout
35333 文章
35334 \end_layout
35335
35336 \end_inset
35337 </cell>
35338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342 文章
35343 \end_layout
35344
35345 \end_inset
35346 </cell>
35347 </row>
35348 </lyxtabular>
35349
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \begin_layout Standard
35356 \noindent
35357 オブジェクトを挿入した場所に正確に配置したい時には、
35358 \series bold
35359 picinpar
35360 \series default
35361
35362 \begin_inset Index idx
35363 status collapsed
35364
35365 \begin_layout Plain Layout
35366 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
35367 \end_layout
35368
35369 \end_inset
35370
35371 LaTeXパッケージを使うことができます。下記はその用例です。
35372 \end_layout
35373
35374 \begin_layout Standard
35375 \begin_inset ERT
35376 status collapsed
35377
35378 \begin_layout Plain Layout
35379
35380
35381 \backslash
35382 ifpicinpar
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \begin_inset Note Note
35389 status open
35390
35391 \begin_layout Plain Layout
35392 以下の部分は、LaTeXパッケージ
35393 \series bold
35394 picinpar
35395 \series default
35396 が導入されているときのみ表示されます。
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \begin_layout Standard
35405 \begin_inset ERT
35406 status collapsed
35407
35408 \begin_layout Plain Layout
35409
35410
35411 \backslash
35412 begin{window}[2,c,{
35413 \end_layout
35414
35415 \end_inset
35416
35417
35418 \begin_inset Graphics
35419         filename ../clipart/mobius.eps
35420         lyxscale 60
35421         width 40col%
35422         scaleBeforeRotation
35423         rotateOrigin center
35424
35425 \end_inset
35426
35427
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433 },]
35434 \end_layout
35435
35436 \begin_layout Plain Layout
35437
35438 {}
35439 \end_layout
35440
35441 \end_inset
35442
35443
35444 \size small
35445 It was in the spring of the year 1894 that all London was interested, and
35446  the fashionable world dismayed, by the murder of the Honourable Ronald
35447  Adair under most unusual and inexplicable circumstances.
35448  The public has already learned those particulars of the crime which
35449 \size default
35450
35451 \begin_inset ERT
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455
35456
35457 \backslash
35458 footnotemark{}
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \size small
35465  came out in the police investigation, but a good deal was suppressed upon
35466  that occasion, since the case for the prosecution was so overwhelmingly
35467  strong that it was not necessary to bring forward all the facts.
35468  Only now, at the end of nearly ten years, am I allowed to supply those
35469  missing links which make up the whole of that remarkable chain.
35470 \size default
35471
35472 \begin_inset ERT
35473 status collapsed
35474
35475 \begin_layout Plain Layout
35476
35477
35478 \backslash
35479 end{window}
35480 \end_layout
35481
35482 \end_inset
35483
35484
35485 \end_layout
35486
35487 \begin_layout Standard
35488 \begin_inset ERT
35489 status collapsed
35490
35491 \begin_layout Plain Layout
35492
35493
35494 \backslash
35495 footnotetext{
35496 \end_layout
35497
35498 \end_inset
35499
35500 固定オブジェクトのある段落の脚注
35501 \begin_inset ERT
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505
35506 }
35507 \end_layout
35508
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Standard
35515 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35516 ートとは違って、連番のキャプションをつけることはできません。
35517 \end_layout
35518
35519 \begin_layout Standard
35520 固定オブジェクトは、段落冒頭にTeXコードで
35521 \end_layout
35522
35523 \begin_layout Standard
35524
35525 \series bold
35526
35527 \backslash
35528 begin{window}[2,c,{
35529 \end_layout
35530
35531 \begin_layout Standard
35532 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35533 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35534 段幅の40
35535 \begin_inset space \thinspace{}
35536 \end_inset
35537
35538 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35539 \end_layout
35540
35541 \begin_layout Standard
35542
35543 \series bold
35544 },説明文]
35545 \begin_inset Newline newline
35546 \end_inset
35547
35548 {}
35549 \end_layout
35550
35551 \begin_layout Standard
35552 というコマンドが挿入されています。2行目に「
35553 \series bold
35554 {}
35555 \series default
35556 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35557 \series bold
35558 {}
35559 \series default
35560 の直後から書き始めてください。段落末には、
35561 \end_layout
35562
35563 \begin_layout Standard
35564
35565 \series bold
35566
35567 \backslash
35568 end{window}
35569 \end_layout
35570
35571 \begin_layout Standard
35572 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35573 \begin_inset CommandInset ref
35574 LatexCommand ref
35575 reference "sec:脚注"
35576
35577 \end_inset
35578
35579 節にあるように、代わりに、段落内で
35580 \series bold
35581
35582 \backslash
35583 footnotemark
35584 \series default
35585 コマンドを使用し、段落外に
35586 \series bold
35587
35588 \backslash
35589 footnotetext
35590 \series default
35591 コマンドを用いてください。
35592 \end_layout
35593
35594 \begin_layout Standard
35595 \begin_inset ERT
35596 status collapsed
35597
35598 \begin_layout Plain Layout
35599
35600
35601 \backslash
35602 else
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \begin_inset Note Note
35609 status open
35610
35611 \begin_layout Plain Layout
35612 以下の部分は、LaTeXパッケージ
35613 \series bold
35614 picinpar
35615 \series default
35616 が導入されていないときのみ表示されます。
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \end_layout
35623
35624 \begin_layout Standard
35625 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35626 \series bold
35627 picinpar
35628 \series default
35629 を導入する必要があります。
35630 \end_layout
35631
35632 \begin_layout Standard
35633 \begin_inset ERT
35634 status collapsed
35635
35636 \begin_layout Plain Layout
35637
35638
35639 \backslash
35640 fi
35641 \end_layout
35642
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \begin_layout Section
35649 頭文字
35650 \begin_inset Index idx
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654 かしらもじ@頭文字
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \begin_inset Index idx
35661 status collapsed
35662
35663 \begin_layout Plain Layout
35664 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35665 \end_layout
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \begin_layout Standard
35673 頭文字を用いるには、LaTeXパッケージ
35674 \begin_inset Index idx
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
35679 \end_layout
35680
35681 \end_inset
35682
35683 が導入済みでなくてはならず、文書中で
35684 \family sans
35685 頭文字
35686 \family default
35687 モジュールを使用する必要があります(
35688 \family sans
35689 文書\SpecialChar \menuseparator
35690 設定\SpecialChar \menuseparator
35691 モジュール
35692 \family default
35693 メニュー)。頭文字を挿入するには、
35694 \family sans
35695 頭文字
35696 \family default
35697 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35698 \family sans
35699 挿入
35700 \family default
35701 メニューから挿入できます。必須引数
35702 \family sans
35703 頭文字
35704 \family default
35705 には、頭文字にする文字を入れ、引数
35706 \family sans
35707 頭文字の残り
35708 \family default
35709 には、頭文字の単語若しくは文字列の残りが入ります。引数
35710 \family sans
35711 オプション
35712 \family default
35713 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35714 \series bold
35715 lettrine
35716 \series default
35717 の取扱説明書
35718 \begin_inset CommandInset citation
35719 LatexCommand cite
35720 key "lettrine"
35721
35722 \end_inset
35723
35724 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35725 \shape smallcaps
35726 スモールキャップ体(small caps
35727 \shape default
35728 )で印字されます。
35729 \end_layout
35730
35731 \begin_layout Standard
35732 下記がその例です。
35733 \end_layout
35734
35735 \begin_layout Standard
35736 \begin_inset ERT
35737 status collapsed
35738
35739 \begin_layout Plain Layout
35740
35741
35742 \backslash
35743 iflettrine
35744 \end_layout
35745
35746 \end_inset
35747
35748
35749 \begin_inset Note Note
35750 status open
35751
35752 \begin_layout Plain Layout
35753 以下の部分は、LaTeXパッケージ
35754 \series bold
35755 lettrine
35756 \series default
35757 が導入されているときのみ表示されます。
35758 \end_layout
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \begin_layout Enumerate
35766 非必須引数なし。頭文字は、数式フォント
35767 \begin_inset Formula $\mathfrak{Fraktur}$
35768 \end_inset
35769
35770 の「I」。
35771 \end_layout
35772
35773 \begin_deeper
35774 \begin_layout Initial
35775 \begin_inset Argument 2
35776 status open
35777
35778 \begin_layout Plain Layout
35779 \begin_inset Formula $\mathfrak{I}$
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \end_inset
35786
35787
35788 \begin_inset Argument 3
35789 status open
35790
35791 \begin_layout Plain Layout
35792 t
35793 \end_layout
35794
35795 \end_inset
35796
35797  was in the spring of the year 1894 that all London was interested, and
35798  the fashionable world dismayed, by the murder of the Honourable Ronald
35799  Adair under most unusual and inexplicable circumstances.
35800  The public has already learned those particulars of the crime which came
35801  out in the police investigation, but a good deal was suppressed upon that
35802  occasion, since the case for the prosecution was so overwhelmingly strong
35803  that it was not necessary to bring forward all the facts.
35804 \begin_inset Newpage newpage
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \end_deeper
35811 \begin_layout Enumerate
35812 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35813 \end_layout
35814
35815 \begin_deeper
35816 \begin_layout Initial
35817 \begin_inset Argument 1
35818 status open
35819
35820 \begin_layout Plain Layout
35821 lines=1
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \begin_inset Argument 2
35828 status open
35829
35830 \begin_layout Plain Layout
35831 It
35832 \end_layout
35833
35834 \end_inset
35835
35836  was in the spring of the year 1894 that all London was interested, and
35837  the fashionable world dismayed, by the murder of the Honourable Ronald
35838  Adair under most unusual and inexplicable circumstances.
35839  The public has already learned those particulars of the crime which came
35840  out in the police investigation, but a good deal was suppressed upon that
35841  occasion, since the case for the prosecution was so overwhelmingly strong
35842  that it was not necessary to bring forward all the facts.
35843 \end_layout
35844
35845 \end_deeper
35846 \begin_layout Enumerate
35847 ぶら下がり頭文字は、数式フォント
35848 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35849 \end_inset
35850
35851 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35852 \shape smallcaps
35853 スモールキャップ体
35854 \shape default
35855 。頭文字に色をつけるには、頭文字の前に
35856 \begin_inset Newline newline
35857 \end_inset
35858
35859
35860 \series bold
35861
35862 \backslash
35863 renewcommand{
35864 \backslash
35865 LettrineFontHook}{
35866 \backslash
35867 color{色}}
35868 \series default
35869
35870 \begin_inset Newline newline
35871 \end_inset
35872
35873 というコマンドを挿入しなくてはなりません。ここで、
35874 \emph on
35875
35876 \emph default
35877 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35878 ブルに
35879 \begin_inset Newline newline
35880 \end_inset
35881
35882
35883 \series bold
35884
35885 \backslash
35886 @ifundefined{textcolor}
35887 \begin_inset Newline newline
35888 \end_inset
35889
35890
35891 \begin_inset space ~
35892 \end_inset
35893
35894 {
35895 \backslash
35896 usepackage{color}}{}
35897 \begin_inset Newline newline
35898 \end_inset
35899
35900
35901 \series default
35902 というコマンドを書きこんでおかなくてはなりません。
35903 \end_layout
35904
35905 \begin_deeper
35906 \begin_layout Standard
35907 \begin_inset ERT
35908 status collapsed
35909
35910 \begin_layout Plain Layout
35911
35912
35913 \backslash
35914 renewcommand{
35915 \backslash
35916 LettrineFontHook}{
35917 \backslash
35918 color{magenta}}
35919 \end_layout
35920
35921 \end_inset
35922
35923
35924 \begin_inset Note Note
35925 status collapsed
35926
35927 \begin_layout Plain Layout
35928
35929 \lang english
35930 makes the initial magenta
35931 \end_layout
35932
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \begin_layout Initial
35939 \begin_inset Argument 1
35940 status open
35941
35942 \begin_layout Plain Layout
35943 lines=3, lhang=0.33, loversize=0.25
35944 \end_layout
35945
35946 \end_inset
35947
35948
35949 \begin_inset Argument 2
35950 status open
35951
35952 \begin_layout Plain Layout
35953 \begin_inset Formula $\mathcal{I}$
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \end_inset
35960
35961
35962 \begin_inset Argument 3
35963 status open
35964
35965 \begin_layout Plain Layout
35966 t was in the spring
35967 \end_layout
35968
35969 \end_inset
35970
35971  of the year 1894 that all London was interested, and the fashionable world
35972  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35973  and inexplicable circumstances.
35974  The public has already learned those particulars of the crime which came
35975  out in the police investigation, but a good deal was suppressed upon that
35976  occasion, since the case for the prosecution was so overwhelmingly strong
35977  that it was not necessary to bring forward all the facts.
35978 \end_layout
35979
35980 \end_deeper
35981 \begin_layout Standard
35982 \begin_inset ERT
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986
35987
35988 \backslash
35989 else
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \begin_inset Note Note
35996 status open
35997
35998 \begin_layout Plain Layout
35999 以下の部分は、LaTeXパッケージ
36000 \series bold
36001 lettrine
36002 \series default
36003 が導入されていないときのみ表示されます。
36004 \end_layout
36005
36006 \end_inset
36007
36008
36009 \end_layout
36010
36011 \begin_layout Standard
36012 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36013 \series bold
36014 lettrine
36015 \series default
36016 を導入する必要があります。
36017 \end_layout
36018
36019 \begin_layout Standard
36020 \begin_inset ERT
36021 status collapsed
36022
36023 \begin_layout Plain Layout
36024
36025
36026 \backslash
36027 fi
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \end_layout
36034
36035 \begin_layout Chapter
36036 外部文書構成要素
36037 \begin_inset Index idx
36038 status collapsed
36039
36040 \begin_layout Plain Layout
36041 がいぶぶんしょこうせいようそ@外部文書構成要素
36042 \end_layout
36043
36044 \end_inset
36045
36046
36047 \end_layout
36048
36049 \begin_layout Standard
36050
36051 \family sans
36052 挿入\SpecialChar \menuseparator
36053 ファイル
36054 \family default
36055 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
36056 \end_layout
36057
36058 \begin_layout Description
36059 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
36060 \end_layout
36061
36062 \begin_layout Description
36063 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
36064 \end_layout
36065
36066 \begin_layout Description
36067 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
36068 \end_layout
36069
36070 \begin_layout Description
36071 外部素材 様々な書式のファイル。
36072 \end_layout
36073
36074 \begin_layout Description
36075 子文書 LyXあるいはLaTeX文書。
36076 \end_layout
36077
36078 \begin_layout Section
36079 外部素材
36080 \begin_inset Index idx
36081 status collapsed
36082
36083 \begin_layout Plain Layout
36084 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36085 \end_layout
36086
36087 \end_inset
36088
36089
36090 \end_layout
36091
36092 \begin_layout Standard
36093 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
36094 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
36095 \family sans
36096 操作性\SpecialChar \menuseparator
36097 表示
36098 \family default
36099 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
36100 \end_layout
36101
36102 \begin_layout Standard
36103 外部素材は、
36104 \family sans
36105 挿入
36106 \family default
36107 \SpecialChar \menuseparator
36108
36109 \family sans
36110 ファイル
36111 \family default
36112 \SpecialChar \menuseparator
36113
36114 \family sans
36115 外部素材
36116 \family default
36117 メニューで開くことのできる
36118 \family sans
36119 外部素材
36120 \family default
36121 ダイアログから挿入することができます。目下、以下のファイル形式(
36122 \family sans
36123 ひな型
36124 \family default
36125 )が使用できます。
36126 \end_layout
36127
36128 \begin_layout Description
36129 チェス棋譜 このひな型は、
36130 \series bold
36131
36132 \begin_inset CommandInset href
36133 LatexCommand href
36134 name "XBoard"
36135 target "http://en.wikipedia.org/wiki/XBoard"
36136
36137 \end_inset
36138
36139
36140 \series default
36141 プログラムで作成されたチェス棋譜をサポートします。
36142 \end_layout
36143
36144 \begin_layout Description
36145 日付 これは、
36146 \emph on
36147 日-月-年
36148 \emph default
36149 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
36150 \begin_inset External
36151         template Date
36152         filename ../../trunk/lib/trunk/lib/doc/ja
36153
36154 \end_inset
36155
36156
36157 \begin_inset space ~
36158 \end_inset
36159
36160
36161 \begin_inset Note Note
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165 バグ4398が修正されたら、この保護空白は削除してください!
36166 \end_layout
36167
36168 \end_inset
36169
36170
36171 \begin_inset Newline newline
36172 \end_inset
36173
36174 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
36175 \family sans
36176 挿入
36177 \family default
36178 \SpecialChar \menuseparator
36179 日付メニューを使用する方法で、他はLaTeXコマンドの
36180 \series bold
36181
36182 \backslash
36183 today
36184 \series default
36185 をTeXコードで使用する方法です。これらの各方法は、表
36186 \begin_inset CommandInset ref
36187 LatexCommand ref
36188 reference "tab:日付挿入方法"
36189
36190 \end_inset
36191
36192 に比較を掲載しておきます。
36193 \end_layout
36194
36195 \begin_layout Description
36196 Dia このひな型は、
36197 \series bold
36198
36199 \begin_inset CommandInset href
36200 LatexCommand href
36201 name "Dia"
36202 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"
36203
36204 \end_inset
36205
36206
36207 \series default
36208 プログラムで作成したダイアグラムをサポートします。
36209 \end_layout
36210
36211 \begin_layout Description
36212 Gnumeric表計算表 このひな形では、
36213 \series bold
36214
36215 \begin_inset CommandInset href
36216 LatexCommand href
36217 name "Gnumeric"
36218 target "http://ja.wikipedia.org/wiki/Gnumeric"
36219
36220 \end_inset
36221
36222
36223 \series default
36224
36225 \begin_inset CommandInset href
36226 LatexCommand href
36227 name "OpenDocument"
36228 target "http://ja.wikipedia.org/wiki/OpenDocument"
36229
36230 \end_inset
36231
36232
36233 \begin_inset CommandInset href
36234 LatexCommand href
36235 name "Microsoft Office XML"
36236 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36237
36238 \end_inset
36239
36240
36241 \begin_inset CommandInset href
36242 LatexCommand href
36243 name "Office Open XML"
36244 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36245
36246 \end_inset
36247
36248 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
36249 \family typewriter
36250 ssconvert
36251 \family default
36252 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
36253 みである必要があります。用例と制約については、LyX用例ファイル
36254 \emph on
36255 spreadsheet.lyx
36256 \emph default
36257 をご覧ください。
36258 \end_layout
36259
36260 \begin_layout Description
36261 Lilypond組版楽譜 このひな型は、
36262 \series bold
36263
36264 \begin_inset CommandInset href
36265 LatexCommand href
36266 name "LilyPond"
36267 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36268
36269 \end_inset
36270
36271
36272 \series default
36273 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
36274 \emph on
36275 lilypond.lyx
36276 \emph default
36277 をご覧ください。
36278 \end_layout
36279
36280 \begin_layout Description
36281 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36282 \family sans
36283 LaTeXとLyXオプション
36284 \family default
36285 タブ中の
36286 \family sans
36287 オプション
36288 \family default
36289 フィールドに
36290 \emph on
36291 pages
36292 \emph default
36293 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
36294 \series bold
36295 pages={3,5,6,8}
36296 \series default
36297 の形で入れる)やページ範囲(
36298 \series bold
36299 pages={4-9}
36300 \series default
36301 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
36302 \series bold
36303 pages={3,{},8-11,15}
36304 \series default
36305 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
36306 \emph on
36307 開始頁-終了頁
36308 \emph default
36309 の文法で指定します。これは、
36310 \emph on
36311 開始頁
36312 \emph default
36313
36314 \emph on
36315 終了頁
36316 \emph default
36317 の間のすべてのページを選択します。
36318 \emph on
36319 開始頁
36320 \emph default
36321 を省略すると、1ページ目を指定したのと同じ事になり、
36322 \emph on
36323 終了頁
36324 \emph default
36325 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
36326 \series bold
36327 last
36328 \series default
36329 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
36330 \series bold
36331 pages=-
36332 \series default
36333 は文書の全ページを挿入することになり、
36334 \series bold
36335 pages=last-1
36336 \series default
36337 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
36338 \begin_inset Newline newline
36339 \end_inset
36340
36341
36342 \series bold
36343 noautoscale
36344 \series default
36345 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
36346 \family sans
36347 寸法と回転
36348 \family default
36349 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
36350 \series bold
36351 noautoscale
36352 \series default
36353 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
36354 \series bold
36355 pdfpages
36356 \series default
36357 の取扱説明書
36358 \begin_inset CommandInset citation
36359 LatexCommand cite
36360 key "pdfpages"
36361
36362 \end_inset
36363
36364 をご参照ください。
36365 \begin_inset Index idx
36366 status collapsed
36367
36368 \begin_layout Plain Layout
36369 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
36370 \end_layout
36371
36372 \end_inset
36373
36374
36375 \begin_inset Newline newline
36376 \end_inset
36377
36378 このひな型を
36379 \family sans
36380 Beamer
36381 \family default
36382 プレゼンテーションで使用するには、まず
36383 \family sans
36384 フレーム終了
36385 \family default
36386 環境を挿入して、続く段落でTeXコードボックスを挿入し、
36387 \series bold
36388
36389 \backslash
36390 setbeamertemplate{background canvas}{}
36391 \series default
36392 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
36393 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
36394 に、ひな型を含む段落には、
36395 \family sans
36396 既定
36397 \family default
36398 配置を用いるようにしてください。
36399 \begin_inset Newline newline
36400 \end_inset
36401
36402 下記は、-5度回転させたPDFを取り込んだものです。
36403 \begin_inset Newline newline
36404 \end_inset
36405
36406
36407 \begin_inset Graphics
36408         filename ../clipart/Abstract.pdf
36409         rotateAngle -5
36410         rotateOrigin leftBottom
36411
36412 \end_inset
36413
36414
36415 \begin_inset Newline newline
36416 \end_inset
36417
36418
36419 \begin_inset Note Greyedout
36420 status open
36421
36422 \begin_layout Plain Layout
36423
36424 \series bold
36425 【訳註】
36426 \series default
36427 LaTeXパッケージ
36428 \series bold
36429 pdfpages
36430 \series default
36431 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
36432 \series bold
36433 pdfpages
36434 \series default
36435 取扱説明書
36436 \begin_inset CommandInset citation
36437 LatexCommand cite
36438 key "pdfpages"
36439
36440 \end_inset
36441
36442 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
36443 \family sans
36444 挿入\SpecialChar \menuseparator
36445 ファイル\SpecialChar \menuseparator
36446 外部素材
36447 \family default
36448
36449 \family sans
36450 ひな型
36451 \family default
36452
36453 \family sans
36454 PDFページ
36455 \family default
36456 を指定して挿入されていますが、ここでは
36457 \family sans
36458 挿入\SpecialChar \menuseparator
36459 画像
36460 \family default
36461 を使用して挿入しています。
36462 \end_layout
36463
36464 \end_inset
36465
36466
36467 \end_layout
36468
36469 \begin_layout Description
36470 ラスターイメージ これはビットマップ画像に使用します。
36471 \family sans
36472 外部素材
36473 \family default
36474 ダイアログを使って入れる画像は、第
36475 \begin_inset CommandInset ref
36476 LatexCommand ref
36477 reference "sec:画像ダイアログ"
36478
36479 \end_inset
36480
36481 節にあるように
36482 \family sans
36483 画像
36484 \family default
36485 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36486 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36487 \begin_inset External
36488         template RasterImage
36489         filename clipart/ToolbarEnvBox.png
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Description
36497 XFig このひな型は、
36498 \series bold
36499
36500 \begin_inset CommandInset href
36501 LatexCommand href
36502 name "Xfig"
36503 target "http://ja.wikipedia.org/wiki/Xfig"
36504
36505 \end_inset
36506
36507
36508 \series default
36509 プログラムで作成した画像をサポートします。
36510 \end_layout
36511
36512 \begin_layout Standard
36513 \begin_inset Float table
36514 placement !h
36515 wide false
36516 sideways false
36517 status open
36518
36519 \begin_layout Plain Layout
36520 \begin_inset Caption Standard
36521
36522 \begin_layout Plain Layout
36523 \begin_inset CommandInset label
36524 LatexCommand label
36525 name "tab:日付挿入方法"
36526
36527 \end_inset
36528
36529 日付の挿入方法の比較
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \end_layout
36536
36537 \begin_layout Plain Layout
36538 \align center
36539 \begin_inset Tabular
36540 <lyxtabular version="3" rows="4" columns="4">
36541 <features rotate="0" tabularvalignment="middle">
36542 <column alignment="center" valignment="top">
36543 <column alignment="center" valignment="top">
36544 <column alignment="center" valignment="top">
36545 <column alignment="center" valignment="top">
36546 <row>
36547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36548 \begin_inset Text
36549
36550 \begin_layout Plain Layout
36551 文書書式
36552 \end_layout
36553
36554 \end_inset
36555 </cell>
36556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36557 \begin_inset Text
36558
36559 \begin_layout Plain Layout
36560
36561 \family sans
36562 外部素材\SpecialChar \menuseparator
36563 日付
36564 \end_layout
36565
36566 \end_inset
36567 </cell>
36568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36569 \begin_inset Text
36570
36571 \begin_layout Plain Layout
36572
36573 \family sans
36574 挿入\SpecialChar \menuseparator
36575 日付
36576 \end_layout
36577
36578 \end_inset
36579 </cell>
36580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36581 \begin_inset Text
36582
36583 \begin_layout Plain Layout
36584
36585 \series bold
36586
36587 \backslash
36588 today
36589 \series default
36590 コマンド
36591 \end_layout
36592
36593 \end_inset
36594 </cell>
36595 </row>
36596 <row>
36597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36598 \begin_inset Text
36599
36600 \begin_layout Plain Layout
36601 LyX
36602 \end_layout
36603
36604 \end_inset
36605 </cell>
36606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36607 \begin_inset Text
36608
36609 \begin_layout Plain Layout
36610 差込枠として
36611 \end_layout
36612
36613 \end_inset
36614 </cell>
36615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36616 \begin_inset Text
36617
36618 \begin_layout Plain Layout
36619 日付として
36620 \end_layout
36621
36622 \end_inset
36623 </cell>
36624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628 TeXコード差込枠として
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 </row>
36634 <row>
36635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36636 \begin_inset Text
36637
36638 \begin_layout Plain Layout
36639 LaTeX
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36645 \begin_inset Text
36646
36647 \begin_layout Plain Layout
36648 日付として
36649 \end_layout
36650
36651 \end_inset
36652 </cell>
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Plain Layout
36657 日付として
36658 \end_layout
36659
36660 \end_inset
36661 </cell>
36662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36663 \begin_inset Text
36664
36665 \begin_layout Plain Layout
36666 コマンドとして
36667 \end_layout
36668
36669 \end_inset
36670 </cell>
36671 </row>
36672 <row>
36673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Plain Layout
36677 DVI, PDF, PS
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686 日付として
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695 日付として
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36701 \begin_inset Text
36702
36703 \begin_layout Plain Layout
36704 日付として
36705 \end_layout
36706
36707 \end_inset
36708 </cell>
36709 </row>
36710 </lyxtabular>
36711
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \end_layout
36721
36722 \begin_layout Standard
36723
36724 \family sans
36725 外部素材
36726 \family default
36727 ダイアログの
36728 \family sans
36729 ファイル
36730 \family default
36731 タブ中で
36732 \family sans
36733 下書き
36734 \family default
36735 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36736 \begin_inset Newline newline
36737 \end_inset
36738
36739 LyX中での外部素材は、ダイアログ内の
36740 \family sans
36741 LaTeXとLyXのオプション
36742 \family default
36743 タブにある
36744 \family sans
36745 LyX内に表示
36746 \family default
36747 オプションの指定に従って、
36748 \begin_inset Graphics
36749         filename clipart/ExternalMaterialQt4.png
36750         scale 85
36751         scaleBeforeRotation
36752
36753 \end_inset
36754
36755 のようなボックスとして表示されるか、画像として表示されます。
36756 \end_layout
36757
36758 \begin_layout Standard
36759 取扱説明書
36760 \family sans
36761 \emph on
36762 カスタマイズ篇
36763 \family default
36764 \emph default
36765 には、自製のひな型を定義する方法が説明されています。
36766 \end_layout
36767
36768 \begin_layout Section
36769 子文書
36770 \begin_inset CommandInset label
36771 LatexCommand label
36772 name "sec:子文書"
36773
36774 \end_inset
36775
36776
36777 \begin_inset Index idx
36778 status collapsed
36779
36780 \begin_layout Plain Layout
36781 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \begin_inset Index idx
36788 status collapsed
36789
36790 \begin_layout Plain Layout
36791 ふぁいる@ファイル ! いんくるーど@インクルード
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \end_layout
36798
36799 \begin_layout Standard
36800 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36801 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36802 やその一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36803 \end_layout
36804
36805 \begin_layout Standard
36806 親文書を開くことなく子文書で作業できるようにするには、子文書の
36807 \family sans
36808 文書
36809 \family default
36810 \SpecialChar \menuseparator
36811
36812 \family sans
36813 設定
36814 \family default
36815 \SpecialChar \menuseparator
36816
36817 \family sans
36818 文書クラス
36819 \family default
36820 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
36821 \end_layout
36822
36823 \begin_layout Standard
36824 取り込んだ文書は、LyX中で
36825 \begin_inset Graphics
36826         filename clipart/ChildDocumentQt4.png
36827         scale 85
36828         scaleBeforeRotation
36829
36830 \end_inset
36831
36832 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36833 \family sans
36834 挿入
36835 \family default
36836 \SpecialChar \menuseparator
36837
36838 \family sans
36839 ファイル
36840 \family default
36841 \SpecialChar \menuseparator
36842
36843 \family sans
36844 子文書
36845 \family default
36846 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36847 \end_layout
36848
36849 \begin_layout Description
36850 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
36851 \family sans
36852 子文書
36853 \family default
36854 ダイアログの
36855 \family sans
36856 編集
36857 \family default
36858 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
36859 \begin_inset Newline newline
36860 \end_inset
36861
36862
36863 \end_layout
36864
36865 \begin_layout Standard
36866 以下は、
36867 \family sans
36868 Include
36869 \family default
36870 を使用して挿入した子文書です。 
36871 \begin_inset CommandInset include
36872 LatexCommand include
36873 filename "DummyDocument1.lyx"
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \begin_layout Standard
36881 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36882 あります。取り込んだ文書のラベルは、第
36883 \begin_inset CommandInset ref
36884 LatexCommand ref
36885 reference "sub:外部文書の第1小節"
36886
36887 \end_inset
36888
36889 小節、のように参照することができます。
36890 \end_layout
36891
36892 \begin_layout Standard
36893 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36894 は、新規頁から始まるように挿入され、改頁して終わります。
36895 \end_layout
36896
36897 \begin_layout Standard
36898 \begin_inset Note Greyedout
36899 status open
36900
36901 \begin_layout Plain Layout
36902
36903 \series bold
36904 【註】
36905 \series default
36906 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
36907 警告が発せられます。
36908 \end_layout
36909
36910 \end_inset
36911
36912
36913 \end_layout
36914
36915 \begin_layout Description
36916 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36917 \end_layout
36918
36919 \begin_deeper
36920 \begin_layout Itemize
36921 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36922 \end_layout
36923
36924 \begin_layout Itemize
36925 Inputファイルは、LyX設定の操作性
36926 \family sans
36927 \SpecialChar \menuseparator
36928 表示
36929 \family default
36930 の下にある
36931 \family sans
36932 画像を表示
36933 \family default
36934 を有効にすると、LyX中でプレビューすることができます。
36935 \end_layout
36936
36937 \begin_layout Itemize
36938 LaTeXコマンドの
36939 \series bold
36940
36941 \backslash
36942 includeonly
36943 \series default
36944 は使用することができません。
36945 \end_layout
36946
36947 \end_deeper
36948 \begin_layout Standard
36949 右は、
36950 \family sans
36951 Input
36952 \family default
36953 を使って挿入した子文書です。 
36954 \begin_inset CommandInset include
36955 LatexCommand input
36956 filename "DummyDocument2.lyx"
36957
36958 \end_inset
36959
36960
36961 \end_layout
36962
36963 \begin_layout Description
36964 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36965 に用いられているコマンドは実行されません。
36966 \family sans
36967 出力の空白に印付けをする
36968 \family default
36969 オプションを有効にすると、ソースコード中のすべての空白文字に「
36970 \begin_inset ERT
36971 status collapsed
36972
36973 \begin_layout Plain Layout
36974
36975
36976 \backslash
36977 textvisiblespace 
36978 \end_layout
36979
36980 \end_inset
36981
36982 」文字を表示させることができます。
36983 \family sans
36984 挿入\SpecialChar \menuseparator
36985 ファイル\SpecialChar \menuseparator
36986 平文
36987 \family default
36988 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36989 \end_layout
36990
36991 \begin_layout Standard
36992 以下は、verbatimとして挿入された子文書です。 
36993 \begin_inset CommandInset include
36994 LatexCommand verbatiminput
36995 filename "../DummyTextDocument.txt"
36996
36997 \end_inset
36998
36999
37000 \begin_inset VSpace bigskip
37001 \end_inset
37002
37003 以下は、
37004 \family sans
37005 出力の空白に印付けをする
37006 \family default
37007 オプションを指定して、verbatimとして挿入された子文書です。 
37008 \begin_inset CommandInset include
37009 LatexCommand verbatiminput*
37010 filename "../DummyTextDocument.txt"
37011
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \begin_layout Standard
37018 \begin_inset VSpace bigskip
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \begin_layout Standard
37025 \begin_inset Note Greyedout
37026 status open
37027
37028 \begin_layout Plain Layout
37029
37030 \series bold
37031 【註】
37032 \series default
37033 上記の例でわかるように、
37034 \family sans
37035 verbatim
37036 \family default
37037 として取り込んだ文書の文章は、文書行の終わりで改行されません。
37038 \end_layout
37039
37040 \end_inset
37041
37042
37043 \end_layout
37044
37045 \begin_layout Standard
37046 \begin_inset Note Greyedout
37047 status open
37048
37049 \begin_layout Plain Layout
37050
37051 \series bold
37052 【訳註】
37053 \series default
37054 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
37055 \end_layout
37056
37057 \end_inset
37058
37059
37060 \end_layout
37061
37062 \begin_layout Description
37063 プログラムリスト この型については、第
37064 \begin_inset CommandInset ref
37065 LatexCommand ref
37066 reference "cha:プログラムコードリスト"
37067
37068 \end_inset
37069
37070 章に説明されています。
37071 \end_layout
37072
37073 \begin_layout Standard
37074 \begin_inset Note Greyedout
37075 status open
37076
37077 \begin_layout Plain Layout
37078
37079 \series bold
37080 【註】
37081 \series default
37082 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
37083 \end_layout
37084
37085 \end_inset
37086
37087
37088 \end_layout
37089
37090 \begin_layout Standard
37091 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
37092 一部を出力から排除することができます。これは、
37093 \family sans
37094 文書\SpecialChar \menuseparator
37095 設定\SpecialChar \menuseparator
37096 子文書
37097 \family default
37098 メニューから行うことができます。そこの一覧中の各子文書の
37099 \family sans
37100 出力に含める
37101 \family default
37102 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
37103 てのみ機能することにご注意ください)。
37104 \family sans
37105 カウンタと引用を維持
37106 \family default
37107 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
37108 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
37109 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
37110 \end_layout
37111
37112 \begin_layout Standard
37113 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
37114 \begin_inset Foot
37115 status collapsed
37116
37117 \begin_layout Plain Layout
37118 派生枝は、LyX
37119 \emph on
37120 ユーザーの手引き
37121 \emph default
37122
37123 \emph on
37124 派生枝
37125 \emph default
37126 の節に説明されています。
37127 \end_layout
37128
37129 \end_inset
37130
37131 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
37132 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
37133 \end_layout
37134
37135 \begin_layout Chapter
37136 プログラムコードリスト
37137 \begin_inset CommandInset label
37138 LatexCommand label
37139 name "cha:プログラムコードリスト"
37140
37141 \end_inset
37142
37143
37144 \begin_inset Index idx
37145 status collapsed
37146
37147 \begin_layout Plain Layout
37148 りすと@リスト
37149 \end_layout
37150
37151 \end_inset
37152
37153
37154 \begin_inset Index idx
37155 status collapsed
37156
37157 \begin_layout Plain Layout
37158 ぷろぐらむこーど@プログラムコード
37159 \end_layout
37160
37161 \end_inset
37162
37163
37164 \begin_inset Index idx
37165 status collapsed
37166
37167 \begin_layout Plain Layout
37168 ふろーと@フロート ! りすと@リスト
37169 \end_layout
37170
37171 \end_inset
37172
37173
37174 \end_layout
37175
37176 \begin_layout Standard
37177 プログラムコードを取り込んで組版するには、
37178 \family sans
37179 挿入
37180 \family default
37181 \SpecialChar \menuseparator
37182
37183 \family sans
37184 プログラムリスト
37185 \family default
37186 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
37187 \series bold
37188 listings
37189 \series default
37190
37191 \begin_inset Index idx
37192 status collapsed
37193
37194 \begin_layout Plain Layout
37195 LaTeXぱっけーじ@LaTeXパッケージ ! listings
37196 \end_layout
37197
37198 \end_inset
37199
37200 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37201 \end_layout
37202
37203 \begin_layout Standard
37204 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37205 \end_layout
37206
37207 \begin_layout Standard
37208 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37209 \family sans
37210 行内リスト
37211 \family default
37212 を指定すると、リストは
37213 \begin_inset listings
37214 lstparams "language={C++}"
37215 inline true
37216 status collapsed
37217
37218 \begin_layout Plain Layout
37219
37220 int a=5;
37221 \end_layout
37222
37223 \end_inset
37224
37225 のように行内に印字されます。
37226 \begin_inset Newline newline
37227 \end_inset
37228
37229
37230 \family sans
37231 フロート
37232 \family default
37233 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37234 \begin_inset CommandInset ref
37235 LatexCommand ref
37236 reference "sec:フロートの配置"
37237
37238 \end_inset
37239
37240 節に説明されているフロート配置オプションに従って、「
37241 \family sans
37242 h
37243 \family default
37244 」「
37245 \family sans
37246 t
37247 \family default
37248 」「
37249 \family sans
37250 b
37251 \family default
37252 」「
37253 \family sans
37254 p
37255 \family default
37256 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37257 \family sans
37258 htbp
37259 \family default
37260 」のように区切りを入れることなく入力することができます。「
37261 \family sans
37262 h
37263 \family default
37264 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37265 \family sans
37266 フロート
37267 \family default
37268 オプションを使用しなければ大丈夫です。
37269 \end_layout
37270
37271 \begin_layout Standard
37272
37273 \family sans
37274 挿入
37275 \family default
37276 \SpecialChar \menuseparator
37277
37278 \family sans
37279 キャプション
37280 \family default
37281 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37282 \begin_inset CommandInset ref
37283 LatexCommand ref
37284 reference "lst:リストフロート"
37285
37286 \end_inset
37287
37288 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
37289 \family sans
37290 挿入
37291 \lang english
37292 \SpecialChar \menuseparator
37293
37294 \lang japanese
37295 一覧/目次
37296 \lang english
37297 \SpecialChar \menuseparator
37298
37299 \lang japanese
37300 プログラムリスト一覧
37301 \family default
37302 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
37303 \end_layout
37304
37305 \begin_layout Standard
37306 \begin_inset listings
37307 lstparams "language=Python"
37308 inline false
37309 status open
37310
37311 \begin_layout Plain Layout
37312
37313 \begin_inset Caption Standard
37314
37315 \begin_layout Plain Layout
37316 \begin_inset CommandInset label
37317 LatexCommand label
37318 name "lst:リストフロート"
37319
37320 \end_inset
37321
37322 Example Listing Float
37323 \end_layout
37324
37325 \end_inset
37326
37327 # Example listing float
37328 \end_layout
37329
37330 \begin_layout Plain Layout
37331
37332 def func(param):
37333 \end_layout
37334
37335 \begin_layout Plain Layout
37336
37337     'this is a python function'
37338 \end_layout
37339
37340 \begin_layout Plain Layout
37341
37342     pass
37343 \end_layout
37344
37345 \end_inset
37346
37347
37348 \end_layout
37349
37350 \begin_layout Standard
37351 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37352 onのキーワード「def」が識別され、ボールド体で出力されます。
37353 \end_layout
37354
37355 \begin_layout Standard
37356 \begin_inset Note Greyedout
37357 status open
37358
37359 \begin_layout Plain Layout
37360
37361 \series bold
37362 【註】
37363 \series default
37364 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37365 \family typewriter
37366 typewriter
37367 \family default
37368 フォントがボールド体を提供していません。この場合には、
37369 \family sans
37370 文書
37371 \family default
37372 \SpecialChar \menuseparator
37373
37374 \family sans
37375 設定
37376 \family default
37377 \SpecialChar \menuseparator
37378
37379 \family sans
37380 フォント
37381 \family default
37382 メニューで別のフォントを選択してください(
37383 \emph on
37384 LuxiMono
37385 \emph default
37386
37387 \emph on
37388 BeraMono
37389 \emph default
37390
37391 \emph on
37392 Courier
37393 \emph default
37394 の各フォントはボールド体を提供します)。
37395 \end_layout
37396
37397 \end_inset
37398
37399
37400 \end_layout
37401
37402 \begin_layout Standard
37403 \begin_inset Note Greyedout
37404 status open
37405
37406 \begin_layout Plain Layout
37407
37408 \series bold
37409 【訳註】
37410 \series default
37411 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37412 \end_layout
37413
37414 \end_inset
37415
37416
37417 \end_layout
37418
37419 \begin_layout Standard
37420 プログラムリストダイアログの
37421 \family sans
37422 行番号
37423 \family default
37424 のセクションでは、行番号の様式を指定することができます。
37425 \family sans
37426 行間
37427 \family default
37428 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37429 \end_layout
37430
37431 \begin_layout Standard
37432 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37433 \family sans
37434 拡張文字コード表を使う
37435 \family default
37436 オプションを使用しなくてはなりません。
37437 \begin_inset Newline newline
37438 \end_inset
37439
37440 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37441 \begin_inset space \thinspace{}
37442 \end_inset
37443
37444 -
37445 \begin_inset space \thinspace{}
37446 \end_inset
37447
37448 8」で設定したプログラムリストの例です。
37449 \end_layout
37450
37451 \begin_layout Standard
37452 \begin_inset listings
37453 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37454 inline false
37455 status open
37456
37457 \begin_layout Plain Layout
37458
37459 def func(param):
37460 \end_layout
37461
37462 \begin_layout Plain Layout
37463
37464     'this is a python function'
37465 \end_layout
37466
37467 \begin_layout Plain Layout
37468
37469     pass
37470 \end_layout
37471
37472 \begin_layout Plain Layout
37473
37474 def func(param):
37475 \end_layout
37476
37477 \begin_layout Plain Layout
37478
37479 'This is a German word: Tschüß'
37480 \end_layout
37481
37482 \begin_layout Plain Layout
37483
37484 pass
37485 \end_layout
37486
37487 \begin_layout Plain Layout
37488
37489 def func(param):
37490 \end_layout
37491
37492 \begin_layout Plain Layout
37493
37494 'this is a python function'
37495 \end_layout
37496
37497 \begin_layout Plain Layout
37498
37499 pass
37500 \end_layout
37501
37502 \end_inset
37503
37504
37505 \end_layout
37506
37507 \begin_layout Standard
37508 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37509 \family sans
37510 タビュレータの大きさ
37511 \family default
37512 フィールドで指定することができます。
37513 \end_layout
37514
37515 \begin_layout Standard
37516 \begin_inset Note Greyedout
37517 status open
37518
37519 \begin_layout Plain Layout
37520
37521 \series bold
37522 【註】listings
37523 \series default
37524 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37525 に振られているのはこのためです。
37526 \end_layout
37527
37528 \end_inset
37529
37530
37531 \end_layout
37532
37533 \begin_layout Standard
37534 \begin_inset VSpace bigskip
37535 \end_inset
37536
37537
37538 \end_layout
37539
37540 \begin_layout Standard
37541 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37542 \family sans
37543 挿入
37544 \family default
37545 \SpecialChar \menuseparator
37546
37547 \family sans
37548 ファイル
37549 \family default
37550 \SpecialChar \menuseparator
37551
37552 \family sans
37553 子文書
37554 \family default
37555 メニューを使用して
37556 \family sans
37557 プログラムリスト
37558 \family default
37559 型を選択してください
37560 \begin_inset Foot
37561 status collapsed
37562
37563 \begin_layout Plain Layout
37564 他の子文書型については、第 section
37565 \begin_inset space ~
37566 \end_inset
37567
37568
37569 \begin_inset CommandInset ref
37570 LatexCommand ref
37571 reference "sec:子文書"
37572
37573 \end_inset
37574
37575 節に説明があります。
37576 \end_layout
37577
37578 \end_inset
37579
37580 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37581 疑問符「?」を打鍵してください。
37582 \end_layout
37583
37584 \begin_layout Standard
37585 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37586 \family sans
37587 挿入
37588 \family default
37589 \SpecialChar \menuseparator
37590
37591 \family sans
37592 相互参照
37593 \family default
37594 メニューを使って参照できるようになります。
37595 \end_layout
37596
37597 \begin_layout Standard
37598 プログラムリスト
37599 \begin_inset CommandInset ref
37600 LatexCommand ref
37601 reference "lst:file-listing"
37602
37603 \end_inset
37604
37605 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
37606 \end_layout
37607
37608 \begin_layout Standard
37609 \begin_inset CommandInset include
37610 LatexCommand lstinputlisting
37611 filename "EmbeddedObjects.lyx"
37612 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37613
37614 \end_inset
37615
37616
37617 \end_layout
37618
37619 \begin_layout Standard
37620 \begin_inset VSpace bigskip
37621 \end_inset
37622
37623
37624 \end_layout
37625
37626 \begin_layout Standard
37627 リストに数式を入れるには、以下のようにします。
37628 \end_layout
37629
37630 \begin_layout Enumerate
37631 リストダイアログを開き、
37632 \family sans
37633 詳細
37634 \family default
37635 タブのフィールド中に
37636 \begin_inset Newline newline
37637 \end_inset
37638
37639
37640 \family sans
37641 mathescape=true
37642 \family default
37643
37644 \begin_inset Newline newline
37645 \end_inset
37646
37647 と書き加えます。
37648 \end_layout
37649
37650 \begin_layout Enumerate
37651 リスト外で数式を作成します。
37652 \end_layout
37653
37654 \begin_layout Enumerate
37655 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37656 \begin_inset Info
37657 type  "shortcut"
37658 arg   "copy"
37659 \end_inset
37660
37661 )。
37662 \end_layout
37663
37664 \begin_layout Enumerate
37665 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37666 \begin_inset Info
37667 type  "shortcut"
37668 arg   "paste"
37669 \end_inset
37670
37671 )。
37672 \end_layout
37673
37674 \begin_layout Standard
37675 \begin_inset listings
37676 lstparams "language=Python,mathescape=true"
37677 inline false
37678 status open
37679
37680 \begin_layout Plain Layout
37681
37682 \begin_inset Caption Standard
37683
37684 \begin_layout Plain Layout
37685 Example Listing float containing a formula
37686 \end_layout
37687
37688 \end_inset
37689
37690 # Example listing float
37691 \end_layout
37692
37693 \begin_layout Plain Layout
37694
37695 def func(param):
37696 \end_layout
37697
37698 \begin_layout Plain Layout
37699
37700     # $
37701 \backslash
37702 prod_{n=1}^{
37703 \backslash
37704 infty}
37705 \backslash
37706 ,
37707 \backslash
37708 frac{1}{x^{2}}$
37709 \end_layout
37710
37711 \begin_layout Plain Layout
37712
37713     pass
37714 \end_layout
37715
37716 \end_inset
37717
37718
37719 \end_layout
37720
37721 \begin_layout Standard
37722 \begin_inset VSpace bigskip
37723 \end_inset
37724
37725
37726 \end_layout
37727
37728 \begin_layout Standard
37729 大域的なプログラムリストの設定は、
37730 \family sans
37731 文書
37732 \family default
37733 \SpecialChar \menuseparator
37734
37735 \family sans
37736 設定
37737 \family default
37738 \SpecialChar \menuseparator
37739
37740 \family sans
37741 リスト
37742 \family default
37743 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37744 \family sans
37745 プログラムリスト設定
37746 \family default
37747 フィールドで疑問符「?」を打鍵してください。
37748 \end_layout
37749
37750 \begin_layout Standard
37751
37752 \series bold
37753 listings
37754 \series default
37755 パッケージについての詳しい情報については、取扱説明書
37756 \begin_inset CommandInset citation
37757 LatexCommand cite
37758 key "listings"
37759
37760 \end_inset
37761
37762 をご参照ください。.
37763 \end_layout
37764
37765 \begin_layout Standard
37766 \begin_inset Newpage newpage
37767 \end_inset
37768
37769
37770 \end_layout
37771
37772 \begin_layout Chapter
37773 \start_of_appendix
37774 LyXで使用できる単位
37775 \begin_inset Index idx
37776 status collapsed
37777
37778 \begin_layout Plain Layout
37779 たんい@単位
37780 \end_layout
37781
37782 \end_inset
37783
37784
37785 \begin_inset CommandInset label
37786 LatexCommand label
37787 name "cha:LyXで使用できる単位"
37788
37789 \end_inset
37790
37791
37792 \end_layout
37793
37794 \begin_layout Standard
37795 この文書で用いられる単位の理解のために、表
37796 \begin_inset CommandInset ref
37797 LatexCommand ref
37798 reference "tab:単位"
37799
37800 \end_inset
37801
37802 に、LyXで使うことのできる単位をまとめておきます。
37803 \end_layout
37804
37805 \begin_layout Standard
37806 \begin_inset Float table
37807 placement h
37808 wide false
37809 sideways false
37810 status open
37811
37812 \begin_layout Plain Layout
37813 \begin_inset Caption Standard
37814
37815 \begin_layout Plain Layout
37816 \begin_inset CommandInset label
37817 LatexCommand label
37818 name "tab:単位"
37819
37820 \end_inset
37821
37822 単位
37823 \end_layout
37824
37825 \end_inset
37826
37827
37828 \end_layout
37829
37830 \begin_layout Plain Layout
37831 \begin_inset VSpace medskip
37832 \end_inset
37833
37834
37835 \end_layout
37836
37837 \begin_layout Plain Layout
37838 \align center
37839 \begin_inset Tabular
37840 <lyxtabular version="3" rows="20" columns="2">
37841 <features rotate="0" tabularvalignment="middle">
37842 <column alignment="center" valignment="top">
37843 <column alignment="center" valignment="top">
37844 <row>
37845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37846 \begin_inset Text
37847
37848 \begin_layout Plain Layout
37849 単位
37850 \end_layout
37851
37852 \end_inset
37853 </cell>
37854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37855 \begin_inset Text
37856
37857 \begin_layout Plain Layout
37858 名称/摘要
37859 \end_layout
37860
37861 \end_inset
37862 </cell>
37863 </row>
37864 <row>
37865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37866 \begin_inset Text
37867
37868 \begin_layout Plain Layout
37869 mm
37870 \end_layout
37871
37872 \end_inset
37873 </cell>
37874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37875 \begin_inset Text
37876
37877 \begin_layout Plain Layout
37878 ミリメートル
37879 \end_layout
37880
37881 \end_inset
37882 </cell>
37883 </row>
37884 <row>
37885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889 cm
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898 センチメートル
37899 \end_layout
37900
37901 \end_inset
37902 </cell>
37903 </row>
37904 <row>
37905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37906 \begin_inset Text
37907
37908 \begin_layout Plain Layout
37909 in
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918 インチ
37919 \end_layout
37920
37921 \end_inset
37922 </cell>
37923 </row>
37924 <row>
37925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929 pt
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37935 \begin_inset Text
37936
37937 \begin_layout Plain Layout
37938 ポイント (72.27
37939 \begin_inset Formula $\,$
37940 \end_inset
37941
37942 pt = 1
37943 \begin_inset Formula $\,$
37944 \end_inset
37945
37946 in)
37947 \end_layout
37948
37949 \end_inset
37950 </cell>
37951 </row>
37952 <row>
37953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37954 \begin_inset Text
37955
37956 \begin_layout Plain Layout
37957 pc
37958 \end_layout
37959
37960 \end_inset
37961 </cell>
37962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966 パイカ (1
37967 \begin_inset Formula $\,$
37968 \end_inset
37969
37970 pc = 12
37971 \begin_inset Formula $\,$
37972 \end_inset
37973
37974 pt)
37975 \end_layout
37976
37977 \end_inset
37978 </cell>
37979 </row>
37980 <row>
37981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37982 \begin_inset Text
37983
37984 \begin_layout Plain Layout
37985 sp
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37991 \begin_inset Text
37992
37993 \begin_layout Plain Layout
37994 スケールポイント (65536
37995 \begin_inset Formula $\,$
37996 \end_inset
37997
37998 sp = 1
37999 \begin_inset Formula $\,$
38000 \end_inset
38001
38002 pt)
38003 \end_layout
38004
38005 \end_inset
38006 </cell>
38007 </row>
38008 <row>
38009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38010 \begin_inset Text
38011
38012 \begin_layout Plain Layout
38013 bp
38014 \end_layout
38015
38016 \end_inset
38017 </cell>
38018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38019 \begin_inset Text
38020
38021 \begin_layout Plain Layout
38022 ビッグポイント (72
38023 \begin_inset Formula $\,$
38024 \end_inset
38025
38026 bp = 1
38027 \begin_inset Formula $\,$
38028 \end_inset
38029
38030 in)
38031 \end_layout
38032
38033 \end_inset
38034 </cell>
38035 </row>
38036 <row>
38037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38038 \begin_inset Text
38039
38040 \begin_layout Plain Layout
38041 dd
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38047 \begin_inset Text
38048
38049 \begin_layout Plain Layout
38050 ディドー (72
38051 \begin_inset Formula $\,$
38052 \end_inset
38053
38054 dd 
38055 \begin_inset Formula $\approx$
38056 \end_inset
38057
38058  37.6
38059 \begin_inset Formula $\,$
38060 \end_inset
38061
38062 mm)
38063 \end_layout
38064
38065 \end_inset
38066 </cell>
38067 </row>
38068 <row>
38069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38070 \begin_inset Text
38071
38072 \begin_layout Plain Layout
38073 cc
38074 \end_layout
38075
38076 \end_inset
38077 </cell>
38078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38079 \begin_inset Text
38080
38081 \begin_layout Plain Layout
38082 シセロ (1
38083 \begin_inset Formula $\,$
38084 \end_inset
38085
38086 cc = 12
38087 \begin_inset Formula $\,$
38088 \end_inset
38089
38090 dd)
38091 \end_layout
38092
38093 \end_inset
38094 </cell>
38095 </row>
38096 <row>
38097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101 Scale%
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38107 \begin_inset Text
38108
38109 \begin_layout Plain Layout
38110 元の画像幅の%
38111 \end_layout
38112
38113 \end_inset
38114 </cell>
38115 </row>
38116 <row>
38117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38118 \begin_inset Text
38119
38120 \begin_layout Plain Layout
38121 text%
38122 \end_layout
38123
38124 \end_inset
38125 </cell>
38126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38127 \begin_inset Text
38128
38129 \begin_layout Plain Layout
38130 テキスト幅の%
38131 \end_layout
38132
38133 \end_inset
38134 </cell>
38135 </row>
38136 <row>
38137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38138 \begin_inset Text
38139
38140 \begin_layout Plain Layout
38141 col%
38142 \end_layout
38143
38144 \end_inset
38145 </cell>
38146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38147 \begin_inset Text
38148
38149 \begin_layout Plain Layout
38150 組段幅の%
38151 \end_layout
38152
38153 \end_inset
38154 </cell>
38155 </row>
38156 <row>
38157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38158 \begin_inset Text
38159
38160 \begin_layout Plain Layout
38161 page%
38162 \end_layout
38163
38164 \end_inset
38165 </cell>
38166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38167 \begin_inset Text
38168
38169 \begin_layout Plain Layout
38170 用紙幅の%
38171 \end_layout
38172
38173 \end_inset
38174 </cell>
38175 </row>
38176 <row>
38177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38178 \begin_inset Text
38179
38180 \begin_layout Plain Layout
38181 line%
38182 \end_layout
38183
38184 \end_inset
38185 </cell>
38186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38187 \begin_inset Text
38188
38189 \begin_layout Plain Layout
38190 行幅の%
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 </row>
38196 <row>
38197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38198 \begin_inset Text
38199
38200 \begin_layout Plain Layout
38201 theight%
38202 \end_layout
38203
38204 \end_inset
38205 </cell>
38206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210 テキスト高さの%
38211 \end_layout
38212
38213 \end_inset
38214 </cell>
38215 </row>
38216 <row>
38217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38218 \begin_inset Text
38219
38220 \begin_layout Plain Layout
38221 pheight%
38222 \end_layout
38223
38224 \end_inset
38225 </cell>
38226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38227 \begin_inset Text
38228
38229 \begin_layout Plain Layout
38230 用紙高さの%
38231 \end_layout
38232
38233 \end_inset
38234 </cell>
38235 </row>
38236 <row>
38237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38238 \begin_inset Text
38239
38240 \begin_layout Plain Layout
38241 ex
38242 \end_layout
38243
38244 \end_inset
38245 </cell>
38246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38247 \begin_inset Text
38248
38249 \begin_layout Plain Layout
38250 現在のフォントの文字「x」の高さ
38251 \end_layout
38252
38253 \end_inset
38254 </cell>
38255 </row>
38256 <row>
38257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38258 \begin_inset Text
38259
38260 \begin_layout Plain Layout
38261 em
38262 \end_layout
38263
38264 \end_inset
38265 </cell>
38266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38267 \begin_inset Text
38268
38269 \begin_layout Plain Layout
38270 現在のフォントの文字「M」の幅
38271 \end_layout
38272
38273 \end_inset
38274 </cell>
38275 </row>
38276 <row>
38277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38278 \begin_inset Text
38279
38280 \begin_layout Plain Layout
38281 mu
38282 \end_layout
38283
38284 \end_inset
38285 </cell>
38286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38287 \begin_inset Text
38288
38289 \begin_layout Plain Layout
38290 数式単位 (1
38291 \begin_inset Formula $\,$
38292 \end_inset
38293
38294 mu = 1/18
38295 \begin_inset Formula $\,$
38296 \end_inset
38297
38298 em)
38299 \end_layout
38300
38301 \end_inset
38302 </cell>
38303 </row>
38304 </lyxtabular>
38305
38306 \end_inset
38307
38308
38309 \end_layout
38310
38311 \end_inset
38312
38313
38314 \end_layout
38315
38316 \begin_layout Chapter
38317 画像を含む場合のファイル出力形式
38318 \begin_inset CommandInset label
38319 LatexCommand label
38320 name "cha:ファイル出力形式"
38321
38322 \end_inset
38323
38324
38325 \end_layout
38326
38327 \begin_layout Section
38328 DVI
38329 \begin_inset Index idx
38330 status collapsed
38331
38332 \begin_layout Plain Layout
38333 ふぁいるしょしき@ファイル書式 ! DVI
38334 \end_layout
38335
38336 \end_inset
38337
38338
38339 \begin_inset Index idx
38340 status collapsed
38341
38342 \begin_layout Plain Layout
38343 DVI
38344 \begin_inset ERT
38345 status collapsed
38346
38347 \begin_layout Plain Layout
38348
38349 |see{
38350 \end_layout
38351
38352 \end_inset
38353
38354 ファイル書式
38355 \begin_inset ERT
38356 status collapsed
38357
38358 \begin_layout Plain Layout
38359
38360 }
38361 \end_layout
38362
38363 \end_inset
38364
38365
38366 \end_layout
38367
38368 \end_inset
38369
38370
38371 \end_layout
38372
38373 \begin_layout Standard
38374 このファイル型の拡張子は「
38375 \family typewriter
38376 .dvi
38377 \family default
38378 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38379 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38380 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38381 \end_layout
38382
38383 \begin_layout Standard
38384 \begin_inset Note Greyedout
38385 status open
38386
38387 \begin_layout Plain Layout
38388
38389 \series bold
38390 【註】
38391 \series default
38392 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38393 \end_layout
38394
38395 \end_inset
38396
38397 ですから、お使いの
38398 \family typewriter
38399 .dvi
38400 \family default
38401 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38402 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38403 DFを使用することをお勧めします。
38404 \end_layout
38405
38406 \begin_layout Standard
38407 使用中の文書は、
38408 \family sans
38409 ファイル
38410 \family default
38411 \SpecialChar \menuseparator
38412
38413 \family sans
38414 書き出し
38415 \family default
38416 \SpecialChar \menuseparator
38417
38418 \family sans
38419 DVI
38420 \family default
38421 メニューを使用して、DVIに書き出すことができます。
38422 \family sans
38423 表示
38424 \family default
38425 メニューから、文書をDVIとして表示させることもできます。
38426 \end_layout
38427
38428 \begin_layout Section
38429 PostScript
38430 \begin_inset CommandInset label
38431 LatexCommand label
38432 name "sec:PostScript"
38433
38434 \end_inset
38435
38436
38437 \begin_inset Index idx
38438 status collapsed
38439
38440 \begin_layout Plain Layout
38441 ふぁいるしょしき@ファイル書式 ! PostScript
38442 \end_layout
38443
38444 \end_inset
38445
38446
38447 \begin_inset Index idx
38448 status collapsed
38449
38450 \begin_layout Plain Layout
38451 PostScript
38452 \begin_inset ERT
38453 status collapsed
38454
38455 \begin_layout Plain Layout
38456
38457 |see{
38458 \end_layout
38459
38460 \end_inset
38461
38462 ファイル書式
38463 \begin_inset ERT
38464 status collapsed
38465
38466 \begin_layout Plain Layout
38467
38468 }
38469 \end_layout
38470
38471 \end_inset
38472
38473
38474 \end_layout
38475
38476 \end_inset
38477
38478
38479 \end_layout
38480
38481 \begin_layout Standard
38482 このファイル型の拡張子は「
38483 \family typewriter
38484 .ps
38485 \family default
38486 」です。PostScriptは、
38487 \family typewriter
38488 Adobe
38489 \family default
38490 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38491 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38492 \begin_inset Foot
38493 status collapsed
38494
38495 \begin_layout Plain Layout
38496 これについてもう少し学ぶ気があれば、LaTeXパッケージ
38497 \series bold
38498 PSTricks
38499 \series default
38500
38501 \begin_inset CommandInset citation
38502 LatexCommand cite
38503 key "pstricks"
38504
38505 \end_inset
38506
38507 を見てみてください。
38508 \end_layout
38509
38510 \end_inset
38511
38512 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38513 \end_layout
38514
38515 \begin_layout Standard
38516 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38517 \family typewriter
38518 .eps
38519 \family default
38520 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
38521 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
38522 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
38523 を直接EPSとして入れておく方がよいでしょう。
38524 \end_layout
38525
38526 \begin_layout Standard
38527 文書は、
38528 \family sans
38529 ファイル
38530 \family default
38531 \SpecialChar \menuseparator
38532
38533 \family sans
38534 書き出し
38535 \family default
38536 \SpecialChar \menuseparator
38537
38538 \family sans
38539 Postscript
38540 \family default
38541 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38542 \family sans
38543 表示
38544 \family default
38545 メニューかツールバーボタン
38546 \begin_inset Graphics
38547         filename ../../images/buffer-view_ps.png
38548         scale 85
38549         scaleBeforeRotation
38550
38551 \end_inset
38552
38553 を使用することでPostScriptとして表示させることができます。
38554 \end_layout
38555
38556 \begin_layout Section
38557 PDF
38558 \begin_inset Index idx
38559 status collapsed
38560
38561 \begin_layout Plain Layout
38562 ふぁいるしょしき@ファイル書式 ! PDF
38563 \end_layout
38564
38565 \end_inset
38566
38567
38568 \begin_inset Index idx
38569 status collapsed
38570
38571 \begin_layout Plain Layout
38572 PDF
38573 \end_layout
38574
38575 \end_inset
38576
38577
38578 \end_layout
38579
38580 \begin_layout Standard
38581 このファイル型の拡張子は「
38582 \family typewriter
38583 .pdf
38584 \family default
38585 」です。この「Portable Document Format (PDF)」は、
38586 \family typewriter
38587 Adobe
38588 \family default
38589 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38590 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38591 \end_layout
38592
38593 \begin_layout Standard
38594 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38595 \family typewriter
38596 .jpg
38597 \family default
38598 」または「
38599 \family typewriter
38600 .jpeg
38601 \family default
38602 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38603 \family typewriter
38604 .png
38605 \family default
38606 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
38607 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
38608 とをお勧めします。
38609 \end_layout
38610
38611 \begin_layout Standard
38612 使用中の文書は、
38613 \family sans
38614 ファイル
38615 \family default
38616 \SpecialChar \menuseparator
38617
38618 \family sans
38619 書き出し
38620 \family default
38621 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38622 \end_layout
38623
38624 \begin_layout Description
38625 PDF
38626 \begin_inset space ~
38627 \end_inset
38628
38629 (ps2pdf) これは
38630 \family typewriter
38631 ps2pdf
38632 \family default
38633 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38634 \family typewriter
38635 dvips
38636 \family default
38637 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38638 \end_layout
38639
38640 \begin_layout Description
38641 PDF
38642 \begin_inset space ~
38643 \end_inset
38644
38645 (dvipdfm) これは
38646 \family typewriter
38647 dvipdfm
38648 \family default
38649 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38650 \end_layout
38651
38652 \begin_layout Description
38653 PDF
38654 \begin_inset space ~
38655 \end_inset
38656
38657 (pdflatex) これは
38658 \family typewriter
38659 pdftex
38660 \family default
38661 プログラムを使って、現在のファイルを直接PDFに変換します。
38662 \end_layout
38663
38664 \begin_layout Standard
38665
38666 \family typewriter
38667 pdftex
38668 \family default
38669 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38670 \family sans
38671 PDF
38672 \begin_inset space ~
38673 \end_inset
38674
38675 (pdflatex)
38676 \family default
38677 を使用することが推奨されます。
38678 \family typewriter
38679 dvipdfm
38680 \family default
38681 プログラムは開発が停止しており、若干時代遅れになっています。
38682 \end_layout
38683
38684 \begin_layout Standard
38685 使用中の文書をPDFとして表示するには、
38686 \family sans
38687 表示
38688 \family default
38689 メニューかツールバーボタン
38690 \begin_inset Graphics
38691         filename ../../images/buffer-view_pdf2.png
38692         scale 85
38693         scaleBeforeRotation
38694
38695 \end_inset
38696
38697 (これは
38698 \family sans
38699 PDF
38700 \begin_inset space ~
38701 \end_inset
38702
38703 (pdflatex)
38704 \family default
38705 を使用します)を用います。
38706 \end_layout
38707
38708 \begin_layout Chapter
38709 dvips色名一覧
38710 \begin_inset CommandInset label
38711 LatexCommand label
38712 name "chap:dvips色名一覧"
38713
38714 \end_inset
38715
38716
38717 \end_layout
38718
38719 \begin_layout Standard
38720 \begin_inset Tabular
38721 <lyxtabular version="3" rows="17" columns="4">
38722 <features rotate="0" tabularvalignment="middle">
38723 <column alignment="left" valignment="top" width="0pt">
38724 <column alignment="left" valignment="top" width="0pt">
38725 <column alignment="left" valignment="top" width="0pt">
38726 <column alignment="left" valignment="top" width="0pt">
38727 <row>
38728 <cell alignment="left" valignment="top" usebox="none">
38729 \begin_inset Text
38730
38731 \begin_layout Plain Layout
38732 \begin_inset ERT
38733 status collapsed
38734
38735 \begin_layout Plain Layout
38736
38737
38738 \backslash
38739 fcolorbox{black}{
38740 \end_layout
38741
38742 \end_inset
38743
38744 white
38745 \begin_inset ERT
38746 status collapsed
38747
38748 \begin_layout Plain Layout
38749
38750 }{
38751 \end_layout
38752
38753 \end_inset
38754
38755
38756 \begin_inset ERT
38757 status collapsed
38758
38759 \begin_layout Plain Layout
38760
38761 }
38762 \end_layout
38763
38764 \end_inset
38765
38766  色名
38767 \end_layout
38768
38769 \end_inset
38770 </cell>
38771 <cell alignment="left" valignment="top" usebox="none">
38772 \begin_inset Text
38773
38774 \begin_layout Plain Layout
38775 \begin_inset ERT
38776 status collapsed
38777
38778 \begin_layout Plain Layout
38779
38780
38781 \backslash
38782 fcolorbox{black}{
38783 \end_layout
38784
38785 \end_inset
38786
38787 white
38788 \begin_inset ERT
38789 status collapsed
38790
38791 \begin_layout Plain Layout
38792
38793 }{
38794 \end_layout
38795
38796 \end_inset
38797
38798
38799 \begin_inset ERT
38800 status collapsed
38801
38802 \begin_layout Plain Layout
38803
38804 }
38805 \end_layout
38806
38807 \end_inset
38808
38809  色名
38810 \end_layout
38811
38812 \end_inset
38813 </cell>
38814 <cell alignment="left" valignment="top" usebox="none">
38815 \begin_inset Text
38816
38817 \begin_layout Plain Layout
38818 \begin_inset ERT
38819 status collapsed
38820
38821 \begin_layout Plain Layout
38822
38823
38824 \backslash
38825 fcolorbox{black}{
38826 \end_layout
38827
38828 \end_inset
38829
38830 white
38831 \begin_inset ERT
38832 status collapsed
38833
38834 \begin_layout Plain Layout
38835
38836 }{
38837 \end_layout
38838
38839 \end_inset
38840
38841
38842 \begin_inset ERT
38843 status collapsed
38844
38845 \begin_layout Plain Layout
38846
38847 }
38848 \end_layout
38849
38850 \end_inset
38851
38852  色名
38853 \end_layout
38854
38855 \end_inset
38856 </cell>
38857 <cell alignment="left" valignment="top" usebox="none">
38858 \begin_inset Text
38859
38860 \begin_layout Plain Layout
38861 \begin_inset ERT
38862 status collapsed
38863
38864 \begin_layout Plain Layout
38865
38866
38867 \backslash
38868 fcolorbox{black}{
38869 \end_layout
38870
38871 \end_inset
38872
38873 white
38874 \begin_inset ERT
38875 status collapsed
38876
38877 \begin_layout Plain Layout
38878
38879 }{
38880 \end_layout
38881
38882 \end_inset
38883
38884
38885 \begin_inset ERT
38886 status collapsed
38887
38888 \begin_layout Plain Layout
38889
38890 }
38891 \end_layout
38892
38893 \end_inset
38894
38895  色名
38896 \end_layout
38897
38898 \end_inset
38899 </cell>
38900 </row>
38901 <row>
38902 <cell alignment="center" valignment="top" usebox="none">
38903 \begin_inset Text
38904
38905 \begin_layout Plain Layout
38906 \begin_inset ERT
38907 status collapsed
38908
38909 \begin_layout Plain Layout
38910
38911
38912 \backslash
38913 fcolorbox{black}{
38914 \end_layout
38915
38916 \end_inset
38917
38918 Apricot
38919 \begin_inset ERT
38920 status collapsed
38921
38922 \begin_layout Plain Layout
38923
38924 }{
38925 \end_layout
38926
38927 \end_inset
38928
38929
38930 \begin_inset Phantom Phantom
38931 status open
38932
38933 \begin_layout Plain Layout
38934 W
38935 \end_layout
38936
38937 \end_inset
38938
38939
38940 \begin_inset ERT
38941 status collapsed
38942
38943 \begin_layout Plain Layout
38944
38945 }
38946 \end_layout
38947
38948 \end_inset
38949
38950  Apricot
38951 \end_layout
38952
38953 \end_inset
38954 </cell>
38955 <cell alignment="center" valignment="top" usebox="none">
38956 \begin_inset Text
38957
38958 \begin_layout Plain Layout
38959 \begin_inset ERT
38960 status collapsed
38961
38962 \begin_layout Plain Layout
38963
38964
38965 \backslash
38966 fcolorbox{black}{
38967 \end_layout
38968
38969 \end_inset
38970
38971 Aquamarine
38972 \begin_inset ERT
38973 status collapsed
38974
38975 \begin_layout Plain Layout
38976
38977 }{
38978 \end_layout
38979
38980 \end_inset
38981
38982
38983 \begin_inset Phantom Phantom
38984 status open
38985
38986 \begin_layout Plain Layout
38987 W
38988 \end_layout
38989
38990 \end_inset
38991
38992
38993 \begin_inset ERT
38994 status collapsed
38995
38996 \begin_layout Plain Layout
38997
38998 }
38999 \end_layout
39000
39001 \end_inset
39002
39003  Aquamarine
39004 \end_layout
39005
39006 \end_inset
39007 </cell>
39008 <cell alignment="center" valignment="top" usebox="none">
39009 \begin_inset Text
39010
39011 \begin_layout Plain Layout
39012 \begin_inset ERT
39013 status collapsed
39014
39015 \begin_layout Plain Layout
39016
39017
39018 \backslash
39019 fcolorbox{black}{
39020 \end_layout
39021
39022 \end_inset
39023
39024 Bittersweet
39025 \begin_inset ERT
39026 status collapsed
39027
39028 \begin_layout Plain Layout
39029
39030 }{
39031 \end_layout
39032
39033 \end_inset
39034
39035
39036 \begin_inset Phantom Phantom
39037 status open
39038
39039 \begin_layout Plain Layout
39040 W
39041 \end_layout
39042
39043 \end_inset
39044
39045
39046 \begin_inset ERT
39047 status collapsed
39048
39049 \begin_layout Plain Layout
39050
39051 }
39052 \end_layout
39053
39054 \end_inset
39055
39056  Bittersweet
39057 \end_layout
39058
39059 \end_inset
39060 </cell>
39061 <cell alignment="center" valignment="top" usebox="none">
39062 \begin_inset Text
39063
39064 \begin_layout Plain Layout
39065 \begin_inset ERT
39066 status collapsed
39067
39068 \begin_layout Plain Layout
39069
39070
39071 \backslash
39072 fcolorbox{black}{
39073 \end_layout
39074
39075 \end_inset
39076
39077 BlueGreen
39078 \begin_inset ERT
39079 status collapsed
39080
39081 \begin_layout Plain Layout
39082
39083 }{
39084 \end_layout
39085
39086 \end_inset
39087
39088
39089 \begin_inset Phantom Phantom
39090 status open
39091
39092 \begin_layout Plain Layout
39093 W
39094 \end_layout
39095
39096 \end_inset
39097
39098
39099 \begin_inset ERT
39100 status collapsed
39101
39102 \begin_layout Plain Layout
39103
39104 }
39105 \end_layout
39106
39107 \end_inset
39108
39109  BlueGreen
39110 \end_layout
39111
39112 \end_inset
39113 </cell>
39114 </row>
39115 <row>
39116 <cell alignment="left" valignment="top" usebox="none">
39117 \begin_inset Text
39118
39119 \begin_layout Plain Layout
39120 \begin_inset ERT
39121 status collapsed
39122
39123 \begin_layout Plain Layout
39124
39125
39126 \backslash
39127 fcolorbox{black}{
39128 \end_layout
39129
39130 \end_inset
39131
39132 BlueViolet
39133 \begin_inset ERT
39134 status collapsed
39135
39136 \begin_layout Plain Layout
39137
39138 }{
39139 \end_layout
39140
39141 \end_inset
39142
39143
39144 \begin_inset Phantom Phantom
39145 status open
39146
39147 \begin_layout Plain Layout
39148 W
39149 \end_layout
39150
39151 \end_inset
39152
39153
39154 \begin_inset ERT
39155 status collapsed
39156
39157 \begin_layout Plain Layout
39158
39159 }
39160 \end_layout
39161
39162 \end_inset
39163
39164  BlueViolet
39165 \end_layout
39166
39167 \end_inset
39168 </cell>
39169 <cell alignment="left" valignment="top" usebox="none">
39170 \begin_inset Text
39171
39172 \begin_layout Plain Layout
39173 \begin_inset ERT
39174 status collapsed
39175
39176 \begin_layout Plain Layout
39177
39178
39179 \backslash
39180 fcolorbox{black}{
39181 \end_layout
39182
39183 \end_inset
39184
39185 BrickRed
39186 \begin_inset ERT
39187 status collapsed
39188
39189 \begin_layout Plain Layout
39190
39191 }{
39192 \end_layout
39193
39194 \end_inset
39195
39196
39197 \begin_inset Phantom Phantom
39198 status open
39199
39200 \begin_layout Plain Layout
39201 W
39202 \end_layout
39203
39204 \end_inset
39205
39206
39207 \begin_inset ERT
39208 status collapsed
39209
39210 \begin_layout Plain Layout
39211
39212 }
39213 \end_layout
39214
39215 \end_inset
39216
39217  BrickRed
39218 \end_layout
39219
39220 \end_inset
39221 </cell>
39222 <cell alignment="left" valignment="top" usebox="none">
39223 \begin_inset Text
39224
39225 \begin_layout Plain Layout
39226 \begin_inset ERT
39227 status collapsed
39228
39229 \begin_layout Plain Layout
39230
39231
39232 \backslash
39233 fcolorbox{black}{
39234 \end_layout
39235
39236 \end_inset
39237
39238 Brown
39239 \begin_inset ERT
39240 status collapsed
39241
39242 \begin_layout Plain Layout
39243
39244 }{
39245 \end_layout
39246
39247 \end_inset
39248
39249
39250 \begin_inset Phantom Phantom
39251 status open
39252
39253 \begin_layout Plain Layout
39254 W
39255 \end_layout
39256
39257 \end_inset
39258
39259
39260 \begin_inset ERT
39261 status collapsed
39262
39263 \begin_layout Plain Layout
39264
39265 }
39266 \end_layout
39267
39268 \end_inset
39269
39270  Brown
39271 \end_layout
39272
39273 \end_inset
39274 </cell>
39275 <cell alignment="left" valignment="top" usebox="none">
39276 \begin_inset Text
39277
39278 \begin_layout Plain Layout
39279 \begin_inset ERT
39280 status collapsed
39281
39282 \begin_layout Plain Layout
39283
39284
39285 \backslash
39286 fcolorbox{black}{
39287 \end_layout
39288
39289 \end_inset
39290
39291 BurntOrange
39292 \begin_inset ERT
39293 status collapsed
39294
39295 \begin_layout Plain Layout
39296
39297 }{
39298 \end_layout
39299
39300 \end_inset
39301
39302
39303 \begin_inset Phantom Phantom
39304 status open
39305
39306 \begin_layout Plain Layout
39307 W
39308 \end_layout
39309
39310 \end_inset
39311
39312
39313 \begin_inset ERT
39314 status collapsed
39315
39316 \begin_layout Plain Layout
39317
39318 }
39319 \end_layout
39320
39321 \end_inset
39322
39323  BurntOrange
39324 \end_layout
39325
39326 \end_inset
39327 </cell>
39328 </row>
39329 <row>
39330 <cell alignment="left" valignment="top" usebox="none">
39331 \begin_inset Text
39332
39333 \begin_layout Plain Layout
39334 \begin_inset ERT
39335 status collapsed
39336
39337 \begin_layout Plain Layout
39338
39339
39340 \backslash
39341 fcolorbox{black}{
39342 \end_layout
39343
39344 \end_inset
39345
39346 CadetBlue
39347 \begin_inset ERT
39348 status collapsed
39349
39350 \begin_layout Plain Layout
39351
39352 }{
39353 \end_layout
39354
39355 \end_inset
39356
39357
39358 \begin_inset Phantom Phantom
39359 status open
39360
39361 \begin_layout Plain Layout
39362 W
39363 \end_layout
39364
39365 \end_inset
39366
39367
39368 \begin_inset ERT
39369 status collapsed
39370
39371 \begin_layout Plain Layout
39372
39373 }
39374 \end_layout
39375
39376 \end_inset
39377
39378  CadetBlue
39379 \end_layout
39380
39381 \end_inset
39382 </cell>
39383 <cell alignment="left" valignment="top" usebox="none">
39384 \begin_inset Text
39385
39386 \begin_layout Plain Layout
39387 \begin_inset ERT
39388 status collapsed
39389
39390 \begin_layout Plain Layout
39391
39392
39393 \backslash
39394 fcolorbox{black}{
39395 \end_layout
39396
39397 \end_inset
39398
39399 CarnationPink
39400 \begin_inset ERT
39401 status collapsed
39402
39403 \begin_layout Plain Layout
39404
39405 }{
39406 \end_layout
39407
39408 \end_inset
39409
39410
39411 \begin_inset Phantom Phantom
39412 status open
39413
39414 \begin_layout Plain Layout
39415 W
39416 \end_layout
39417
39418 \end_inset
39419
39420
39421 \begin_inset ERT
39422 status collapsed
39423
39424 \begin_layout Plain Layout
39425
39426 }
39427 \end_layout
39428
39429 \end_inset
39430
39431  CarnationPink
39432 \end_layout
39433
39434 \end_inset
39435 </cell>
39436 <cell alignment="left" valignment="top" usebox="none">
39437 \begin_inset Text
39438
39439 \begin_layout Plain Layout
39440 \begin_inset ERT
39441 status collapsed
39442
39443 \begin_layout Plain Layout
39444
39445
39446 \backslash
39447 fcolorbox{black}{
39448 \end_layout
39449
39450 \end_inset
39451
39452 Cerulean
39453 \begin_inset ERT
39454 status collapsed
39455
39456 \begin_layout Plain Layout
39457
39458 }{
39459 \end_layout
39460
39461 \end_inset
39462
39463
39464 \begin_inset Phantom Phantom
39465 status open
39466
39467 \begin_layout Plain Layout
39468 W
39469 \end_layout
39470
39471 \end_inset
39472
39473
39474 \begin_inset ERT
39475 status collapsed
39476
39477 \begin_layout Plain Layout
39478
39479 }
39480 \end_layout
39481
39482 \end_inset
39483
39484  Cerulean
39485 \end_layout
39486
39487 \end_inset
39488 </cell>
39489 <cell alignment="left" valignment="top" usebox="none">
39490 \begin_inset Text
39491
39492 \begin_layout Plain Layout
39493 \begin_inset ERT
39494 status collapsed
39495
39496 \begin_layout Plain Layout
39497
39498
39499 \backslash
39500 fcolorbox{black}{
39501 \end_layout
39502
39503 \end_inset
39504
39505 CornflowerBlue
39506 \begin_inset ERT
39507 status collapsed
39508
39509 \begin_layout Plain Layout
39510
39511 }{
39512 \end_layout
39513
39514 \end_inset
39515
39516
39517 \begin_inset Phantom Phantom
39518 status open
39519
39520 \begin_layout Plain Layout
39521 W
39522 \end_layout
39523
39524 \end_inset
39525
39526
39527 \begin_inset ERT
39528 status collapsed
39529
39530 \begin_layout Plain Layout
39531
39532 }
39533 \end_layout
39534
39535 \end_inset
39536
39537  CornflowerBlue
39538 \end_layout
39539
39540 \end_inset
39541 </cell>
39542 </row>
39543 <row>
39544 <cell alignment="left" valignment="top" usebox="none">
39545 \begin_inset Text
39546
39547 \begin_layout Plain Layout
39548 \begin_inset ERT
39549 status collapsed
39550
39551 \begin_layout Plain Layout
39552
39553
39554 \backslash
39555 fcolorbox{black}{
39556 \end_layout
39557
39558 \end_inset
39559
39560 Dandelion
39561 \begin_inset ERT
39562 status collapsed
39563
39564 \begin_layout Plain Layout
39565
39566 }{
39567 \end_layout
39568
39569 \end_inset
39570
39571
39572 \begin_inset Phantom Phantom
39573 status open
39574
39575 \begin_layout Plain Layout
39576 W
39577 \end_layout
39578
39579 \end_inset
39580
39581
39582 \begin_inset ERT
39583 status collapsed
39584
39585 \begin_layout Plain Layout
39586
39587 }
39588 \end_layout
39589
39590 \end_inset
39591
39592  Dandelion
39593 \end_layout
39594
39595 \end_inset
39596 </cell>
39597 <cell alignment="left" valignment="top" usebox="none">
39598 \begin_inset Text
39599
39600 \begin_layout Plain Layout
39601 \begin_inset ERT
39602 status collapsed
39603
39604 \begin_layout Plain Layout
39605
39606
39607 \backslash
39608 fcolorbox{black}{
39609 \end_layout
39610
39611 \end_inset
39612
39613 DarkOrchid
39614 \begin_inset ERT
39615 status collapsed
39616
39617 \begin_layout Plain Layout
39618
39619 }{
39620 \end_layout
39621
39622 \end_inset
39623
39624
39625 \begin_inset Phantom Phantom
39626 status open
39627
39628 \begin_layout Plain Layout
39629 W
39630 \end_layout
39631
39632 \end_inset
39633
39634
39635 \begin_inset ERT
39636 status collapsed
39637
39638 \begin_layout Plain Layout
39639
39640 }
39641 \end_layout
39642
39643 \end_inset
39644
39645  DarkOrchid
39646 \end_layout
39647
39648 \end_inset
39649 </cell>
39650 <cell alignment="left" valignment="top" usebox="none">
39651 \begin_inset Text
39652
39653 \begin_layout Plain Layout
39654 \begin_inset ERT
39655 status collapsed
39656
39657 \begin_layout Plain Layout
39658
39659
39660 \backslash
39661 fcolorbox{black}{
39662 \end_layout
39663
39664 \end_inset
39665
39666 Emerald
39667 \begin_inset ERT
39668 status collapsed
39669
39670 \begin_layout Plain Layout
39671
39672 }{
39673 \end_layout
39674
39675 \end_inset
39676
39677
39678 \begin_inset Phantom Phantom
39679 status open
39680
39681 \begin_layout Plain Layout
39682 W
39683 \end_layout
39684
39685 \end_inset
39686
39687
39688 \begin_inset ERT
39689 status collapsed
39690
39691 \begin_layout Plain Layout
39692
39693 }
39694 \end_layout
39695
39696 \end_inset
39697
39698  Emerald
39699 \end_layout
39700
39701 \end_inset
39702 </cell>
39703 <cell alignment="left" valignment="top" usebox="none">
39704 \begin_inset Text
39705
39706 \begin_layout Plain Layout
39707 \begin_inset ERT
39708 status collapsed
39709
39710 \begin_layout Plain Layout
39711
39712
39713 \backslash
39714 fcolorbox{black}{
39715 \end_layout
39716
39717 \end_inset
39718
39719 ForestGreen
39720 \begin_inset ERT
39721 status collapsed
39722
39723 \begin_layout Plain Layout
39724
39725 }{
39726 \end_layout
39727
39728 \end_inset
39729
39730
39731 \begin_inset Phantom Phantom
39732 status open
39733
39734 \begin_layout Plain Layout
39735 W
39736 \end_layout
39737
39738 \end_inset
39739
39740
39741 \begin_inset ERT
39742 status collapsed
39743
39744 \begin_layout Plain Layout
39745
39746 }
39747 \end_layout
39748
39749 \end_inset
39750
39751  ForestGreen
39752 \end_layout
39753
39754 \end_inset
39755 </cell>
39756 </row>
39757 <row>
39758 <cell alignment="left" valignment="top" usebox="none">
39759 \begin_inset Text
39760
39761 \begin_layout Plain Layout
39762 \begin_inset ERT
39763 status collapsed
39764
39765 \begin_layout Plain Layout
39766
39767
39768 \backslash
39769 fcolorbox{black}{
39770 \end_layout
39771
39772 \end_inset
39773
39774 Fuchsia
39775 \begin_inset ERT
39776 status collapsed
39777
39778 \begin_layout Plain Layout
39779
39780 }{
39781 \end_layout
39782
39783 \end_inset
39784
39785
39786 \begin_inset Phantom Phantom
39787 status open
39788
39789 \begin_layout Plain Layout
39790 W
39791 \end_layout
39792
39793 \end_inset
39794
39795
39796 \begin_inset ERT
39797 status collapsed
39798
39799 \begin_layout Plain Layout
39800
39801 }
39802 \end_layout
39803
39804 \end_inset
39805
39806  Fuchsia
39807 \end_layout
39808
39809 \end_inset
39810 </cell>
39811 <cell alignment="left" valignment="top" usebox="none">
39812 \begin_inset Text
39813
39814 \begin_layout Plain Layout
39815 \begin_inset ERT
39816 status collapsed
39817
39818 \begin_layout Plain Layout
39819
39820
39821 \backslash
39822 fcolorbox{black}{
39823 \end_layout
39824
39825 \end_inset
39826
39827 Goldenrod
39828 \begin_inset ERT
39829 status collapsed
39830
39831 \begin_layout Plain Layout
39832
39833 }{
39834 \end_layout
39835
39836 \end_inset
39837
39838
39839 \begin_inset Phantom Phantom
39840 status open
39841
39842 \begin_layout Plain Layout
39843 W
39844 \end_layout
39845
39846 \end_inset
39847
39848
39849 \begin_inset ERT
39850 status collapsed
39851
39852 \begin_layout Plain Layout
39853
39854 }
39855 \end_layout
39856
39857 \end_inset
39858
39859  Goldenrod
39860 \end_layout
39861
39862 \end_inset
39863 </cell>
39864 <cell alignment="left" valignment="top" usebox="none">
39865 \begin_inset Text
39866
39867 \begin_layout Plain Layout
39868 \begin_inset ERT
39869 status collapsed
39870
39871 \begin_layout Plain Layout
39872
39873
39874 \backslash
39875 fcolorbox{black}{
39876 \end_layout
39877
39878 \end_inset
39879
39880 Gray
39881 \begin_inset ERT
39882 status collapsed
39883
39884 \begin_layout Plain Layout
39885
39886 }{
39887 \end_layout
39888
39889 \end_inset
39890
39891
39892 \begin_inset Phantom Phantom
39893 status open
39894
39895 \begin_layout Plain Layout
39896 W
39897 \end_layout
39898
39899 \end_inset
39900
39901
39902 \begin_inset ERT
39903 status collapsed
39904
39905 \begin_layout Plain Layout
39906
39907 }
39908 \end_layout
39909
39910 \end_inset
39911
39912  Gray
39913 \end_layout
39914
39915 \end_inset
39916 </cell>
39917 <cell alignment="left" valignment="top" usebox="none">
39918 \begin_inset Text
39919
39920 \begin_layout Plain Layout
39921 \begin_inset ERT
39922 status collapsed
39923
39924 \begin_layout Plain Layout
39925
39926
39927 \backslash
39928 fcolorbox{black}{
39929 \end_layout
39930
39931 \end_inset
39932
39933 GreenYellow
39934 \begin_inset ERT
39935 status collapsed
39936
39937 \begin_layout Plain Layout
39938
39939 }{
39940 \end_layout
39941
39942 \end_inset
39943
39944
39945 \begin_inset Phantom Phantom
39946 status open
39947
39948 \begin_layout Plain Layout
39949 W
39950 \end_layout
39951
39952 \end_inset
39953
39954
39955 \begin_inset ERT
39956 status collapsed
39957
39958 \begin_layout Plain Layout
39959
39960 }
39961 \end_layout
39962
39963 \end_inset
39964
39965  GreenYellow
39966 \end_layout
39967
39968 \end_inset
39969 </cell>
39970 </row>
39971 <row>
39972 <cell alignment="center" valignment="top" usebox="none">
39973 \begin_inset Text
39974
39975 \begin_layout Plain Layout
39976 \begin_inset ERT
39977 status collapsed
39978
39979 \begin_layout Plain Layout
39980
39981
39982 \backslash
39983 fcolorbox{black}{
39984 \end_layout
39985
39986 \end_inset
39987
39988 JungleGreen
39989 \begin_inset ERT
39990 status collapsed
39991
39992 \begin_layout Plain Layout
39993
39994 }{
39995 \end_layout
39996
39997 \end_inset
39998
39999
40000 \begin_inset Phantom Phantom
40001 status open
40002
40003 \begin_layout Plain Layout
40004 W
40005 \end_layout
40006
40007 \end_inset
40008
40009
40010 \begin_inset ERT
40011 status collapsed
40012
40013 \begin_layout Plain Layout
40014
40015 }
40016 \end_layout
40017
40018 \end_inset
40019
40020  JungleGreen
40021 \end_layout
40022
40023 \end_inset
40024 </cell>
40025 <cell alignment="center" valignment="top" usebox="none">
40026 \begin_inset Text
40027
40028 \begin_layout Plain Layout
40029 \begin_inset ERT
40030 status collapsed
40031
40032 \begin_layout Plain Layout
40033
40034
40035 \backslash
40036 fcolorbox{black}{
40037 \end_layout
40038
40039 \end_inset
40040
40041 Lavender
40042 \begin_inset ERT
40043 status collapsed
40044
40045 \begin_layout Plain Layout
40046
40047 }{
40048 \end_layout
40049
40050 \end_inset
40051
40052
40053 \begin_inset Phantom Phantom
40054 status open
40055
40056 \begin_layout Plain Layout
40057 W
40058 \end_layout
40059
40060 \end_inset
40061
40062
40063 \begin_inset ERT
40064 status collapsed
40065
40066 \begin_layout Plain Layout
40067
40068 }
40069 \end_layout
40070
40071 \end_inset
40072
40073  Lavender
40074 \end_layout
40075
40076 \end_inset
40077 </cell>
40078 <cell alignment="center" valignment="top" usebox="none">
40079 \begin_inset Text
40080
40081 \begin_layout Plain Layout
40082 \begin_inset ERT
40083 status collapsed
40084
40085 \begin_layout Plain Layout
40086
40087
40088 \backslash
40089 fcolorbox{black}{
40090 \end_layout
40091
40092 \end_inset
40093
40094 LimeGreen
40095 \begin_inset ERT
40096 status collapsed
40097
40098 \begin_layout Plain Layout
40099
40100 }{
40101 \end_layout
40102
40103 \end_inset
40104
40105
40106 \begin_inset Phantom Phantom
40107 status open
40108
40109 \begin_layout Plain Layout
40110 W
40111 \end_layout
40112
40113 \end_inset
40114
40115
40116 \begin_inset ERT
40117 status collapsed
40118
40119 \begin_layout Plain Layout
40120
40121 }
40122 \end_layout
40123
40124 \end_inset
40125
40126  LimeGreen
40127 \end_layout
40128
40129 \end_inset
40130 </cell>
40131 <cell alignment="center" valignment="top" usebox="none">
40132 \begin_inset Text
40133
40134 \begin_layout Plain Layout
40135 \begin_inset ERT
40136 status collapsed
40137
40138 \begin_layout Plain Layout
40139
40140
40141 \backslash
40142 fcolorbox{black}{
40143 \end_layout
40144
40145 \end_inset
40146
40147 Mahogany
40148 \begin_inset ERT
40149 status collapsed
40150
40151 \begin_layout Plain Layout
40152
40153 }{
40154 \end_layout
40155
40156 \end_inset
40157
40158
40159 \begin_inset Phantom Phantom
40160 status open
40161
40162 \begin_layout Plain Layout
40163 W
40164 \end_layout
40165
40166 \end_inset
40167
40168
40169 \begin_inset ERT
40170 status collapsed
40171
40172 \begin_layout Plain Layout
40173
40174 }
40175 \end_layout
40176
40177 \end_inset
40178
40179  Mahogany
40180 \end_layout
40181
40182 \end_inset
40183 </cell>
40184 </row>
40185 <row>
40186 <cell alignment="left" valignment="top" usebox="none">
40187 \begin_inset Text
40188
40189 \begin_layout Plain Layout
40190 \begin_inset ERT
40191 status collapsed
40192
40193 \begin_layout Plain Layout
40194
40195
40196 \backslash
40197 fcolorbox{black}{
40198 \end_layout
40199
40200 \end_inset
40201
40202 Mahogany
40203 \begin_inset ERT
40204 status collapsed
40205
40206 \begin_layout Plain Layout
40207
40208 }{
40209 \end_layout
40210
40211 \end_inset
40212
40213
40214 \begin_inset Phantom Phantom
40215 status open
40216
40217 \begin_layout Plain Layout
40218 W
40219 \end_layout
40220
40221 \end_inset
40222
40223
40224 \begin_inset ERT
40225 status collapsed
40226
40227 \begin_layout Plain Layout
40228
40229 }
40230 \end_layout
40231
40232 \end_inset
40233
40234  Mahogany
40235 \end_layout
40236
40237 \end_inset
40238 </cell>
40239 <cell alignment="left" valignment="top" usebox="none">
40240 \begin_inset Text
40241
40242 \begin_layout Plain Layout
40243 \begin_inset ERT
40244 status collapsed
40245
40246 \begin_layout Plain Layout
40247
40248
40249 \backslash
40250 fcolorbox{black}{
40251 \end_layout
40252
40253 \end_inset
40254
40255 Maroon
40256 \begin_inset ERT
40257 status collapsed
40258
40259 \begin_layout Plain Layout
40260
40261 }{
40262 \end_layout
40263
40264 \end_inset
40265
40266
40267 \begin_inset Phantom Phantom
40268 status open
40269
40270 \begin_layout Plain Layout
40271 W
40272 \end_layout
40273
40274 \end_inset
40275
40276
40277 \begin_inset ERT
40278 status collapsed
40279
40280 \begin_layout Plain Layout
40281
40282 }
40283 \end_layout
40284
40285 \end_inset
40286
40287  Maroon
40288 \end_layout
40289
40290 \end_inset
40291 </cell>
40292 <cell alignment="left" valignment="top" usebox="none">
40293 \begin_inset Text
40294
40295 \begin_layout Plain Layout
40296 \begin_inset ERT
40297 status collapsed
40298
40299 \begin_layout Plain Layout
40300
40301
40302 \backslash
40303 fcolorbox{black}{
40304 \end_layout
40305
40306 \end_inset
40307
40308 Melon
40309 \begin_inset ERT
40310 status collapsed
40311
40312 \begin_layout Plain Layout
40313
40314 }{
40315 \end_layout
40316
40317 \end_inset
40318
40319
40320 \begin_inset Phantom Phantom
40321 status open
40322
40323 \begin_layout Plain Layout
40324 W
40325 \end_layout
40326
40327 \end_inset
40328
40329
40330 \begin_inset ERT
40331 status collapsed
40332
40333 \begin_layout Plain Layout
40334
40335 }
40336 \end_layout
40337
40338 \end_inset
40339
40340  Melon
40341 \end_layout
40342
40343 \end_inset
40344 </cell>
40345 <cell alignment="left" valignment="top" usebox="none">
40346 \begin_inset Text
40347
40348 \begin_layout Plain Layout
40349 \begin_inset ERT
40350 status collapsed
40351
40352 \begin_layout Plain Layout
40353
40354
40355 \backslash
40356 fcolorbox{black}{
40357 \end_layout
40358
40359 \end_inset
40360
40361 MidnightBlue
40362 \begin_inset ERT
40363 status collapsed
40364
40365 \begin_layout Plain Layout
40366
40367 }{
40368 \end_layout
40369
40370 \end_inset
40371
40372
40373 \begin_inset Phantom Phantom
40374 status open
40375
40376 \begin_layout Plain Layout
40377 W
40378 \end_layout
40379
40380 \end_inset
40381
40382
40383 \begin_inset ERT
40384 status collapsed
40385
40386 \begin_layout Plain Layout
40387
40388 }
40389 \end_layout
40390
40391 \end_inset
40392
40393  MidnightBlue
40394 \end_layout
40395
40396 \end_inset
40397 </cell>
40398 </row>
40399 <row>
40400 <cell alignment="left" valignment="top" usebox="none">
40401 \begin_inset Text
40402
40403 \begin_layout Plain Layout
40404 \begin_inset ERT
40405 status collapsed
40406
40407 \begin_layout Plain Layout
40408
40409
40410 \backslash
40411 fcolorbox{black}{
40412 \end_layout
40413
40414 \end_inset
40415
40416 Mulberry
40417 \begin_inset ERT
40418 status collapsed
40419
40420 \begin_layout Plain Layout
40421
40422 }{
40423 \end_layout
40424
40425 \end_inset
40426
40427
40428 \begin_inset Phantom Phantom
40429 status open
40430
40431 \begin_layout Plain Layout
40432 W
40433 \end_layout
40434
40435 \end_inset
40436
40437
40438 \begin_inset ERT
40439 status collapsed
40440
40441 \begin_layout Plain Layout
40442
40443 }
40444 \end_layout
40445
40446 \end_inset
40447
40448  Mulberry
40449 \end_layout
40450
40451 \end_inset
40452 </cell>
40453 <cell alignment="left" valignment="top" usebox="none">
40454 \begin_inset Text
40455
40456 \begin_layout Plain Layout
40457 \begin_inset ERT
40458 status collapsed
40459
40460 \begin_layout Plain Layout
40461
40462
40463 \backslash
40464 fcolorbox{black}{
40465 \end_layout
40466
40467 \end_inset
40468
40469 NavyBlue
40470 \begin_inset ERT
40471 status collapsed
40472
40473 \begin_layout Plain Layout
40474
40475 }{
40476 \end_layout
40477
40478 \end_inset
40479
40480
40481 \begin_inset Phantom Phantom
40482 status open
40483
40484 \begin_layout Plain Layout
40485 W
40486 \end_layout
40487
40488 \end_inset
40489
40490
40491 \begin_inset ERT
40492 status collapsed
40493
40494 \begin_layout Plain Layout
40495
40496 }
40497 \end_layout
40498
40499 \end_inset
40500
40501  NavyBlue
40502 \end_layout
40503
40504 \end_inset
40505 </cell>
40506 <cell alignment="left" valignment="top" usebox="none">
40507 \begin_inset Text
40508
40509 \begin_layout Plain Layout
40510 \begin_inset ERT
40511 status collapsed
40512
40513 \begin_layout Plain Layout
40514
40515
40516 \backslash
40517 fcolorbox{black}{
40518 \end_layout
40519
40520 \end_inset
40521
40522 OliveGreen
40523 \begin_inset ERT
40524 status collapsed
40525
40526 \begin_layout Plain Layout
40527
40528 }{
40529 \end_layout
40530
40531 \end_inset
40532
40533
40534 \begin_inset Phantom Phantom
40535 status open
40536
40537 \begin_layout Plain Layout
40538 W
40539 \end_layout
40540
40541 \end_inset
40542
40543
40544 \begin_inset ERT
40545 status collapsed
40546
40547 \begin_layout Plain Layout
40548
40549 }
40550 \end_layout
40551
40552 \end_inset
40553
40554  OliveGreen
40555 \end_layout
40556
40557 \end_inset
40558 </cell>
40559 <cell alignment="left" valignment="top" usebox="none">
40560 \begin_inset Text
40561
40562 \begin_layout Plain Layout
40563 \begin_inset ERT
40564 status collapsed
40565
40566 \begin_layout Plain Layout
40567
40568
40569 \backslash
40570 fcolorbox{black}{
40571 \end_layout
40572
40573 \end_inset
40574
40575 Orange
40576 \begin_inset ERT
40577 status collapsed
40578
40579 \begin_layout Plain Layout
40580
40581 }{
40582 \end_layout
40583
40584 \end_inset
40585
40586
40587 \begin_inset Phantom Phantom
40588 status open
40589
40590 \begin_layout Plain Layout
40591 W
40592 \end_layout
40593
40594 \end_inset
40595
40596
40597 \begin_inset ERT
40598 status collapsed
40599
40600 \begin_layout Plain Layout
40601
40602 }
40603 \end_layout
40604
40605 \end_inset
40606
40607  Orange
40608 \end_layout
40609
40610 \end_inset
40611 </cell>
40612 </row>
40613 <row>
40614 <cell alignment="left" valignment="top" usebox="none">
40615 \begin_inset Text
40616
40617 \begin_layout Plain Layout
40618 \begin_inset ERT
40619 status collapsed
40620
40621 \begin_layout Plain Layout
40622
40623
40624 \backslash
40625 fcolorbox{black}{
40626 \end_layout
40627
40628 \end_inset
40629
40630 OrangeRed
40631 \begin_inset ERT
40632 status collapsed
40633
40634 \begin_layout Plain Layout
40635
40636 }{
40637 \end_layout
40638
40639 \end_inset
40640
40641
40642 \begin_inset Phantom Phantom
40643 status open
40644
40645 \begin_layout Plain Layout
40646 W
40647 \end_layout
40648
40649 \end_inset
40650
40651
40652 \begin_inset ERT
40653 status collapsed
40654
40655 \begin_layout Plain Layout
40656
40657 }
40658 \end_layout
40659
40660 \end_inset
40661
40662  OrangeRed
40663 \end_layout
40664
40665 \end_inset
40666 </cell>
40667 <cell alignment="left" valignment="top" usebox="none">
40668 \begin_inset Text
40669
40670 \begin_layout Plain Layout
40671 \begin_inset ERT
40672 status collapsed
40673
40674 \begin_layout Plain Layout
40675
40676
40677 \backslash
40678 fcolorbox{black}{
40679 \end_layout
40680
40681 \end_inset
40682
40683 Orchid
40684 \begin_inset ERT
40685 status collapsed
40686
40687 \begin_layout Plain Layout
40688
40689 }{
40690 \end_layout
40691
40692 \end_inset
40693
40694
40695 \begin_inset Phantom Phantom
40696 status open
40697
40698 \begin_layout Plain Layout
40699 W
40700 \end_layout
40701
40702 \end_inset
40703
40704
40705 \begin_inset ERT
40706 status collapsed
40707
40708 \begin_layout Plain Layout
40709
40710 }
40711 \end_layout
40712
40713 \end_inset
40714
40715  Orchid
40716 \end_layout
40717
40718 \end_inset
40719 </cell>
40720 <cell alignment="left" valignment="top" usebox="none">
40721 \begin_inset Text
40722
40723 \begin_layout Plain Layout
40724 \begin_inset ERT
40725 status collapsed
40726
40727 \begin_layout Plain Layout
40728
40729
40730 \backslash
40731 fcolorbox{black}{
40732 \end_layout
40733
40734 \end_inset
40735
40736 Peach
40737 \begin_inset ERT
40738 status collapsed
40739
40740 \begin_layout Plain Layout
40741
40742 }{
40743 \end_layout
40744
40745 \end_inset
40746
40747
40748 \begin_inset Phantom Phantom
40749 status open
40750
40751 \begin_layout Plain Layout
40752 W
40753 \end_layout
40754
40755 \end_inset
40756
40757
40758 \begin_inset ERT
40759 status collapsed
40760
40761 \begin_layout Plain Layout
40762
40763 }
40764 \end_layout
40765
40766 \end_inset
40767
40768  Peach
40769 \end_layout
40770
40771 \end_inset
40772 </cell>
40773 <cell alignment="left" valignment="top" usebox="none">
40774 \begin_inset Text
40775
40776 \begin_layout Plain Layout
40777 \begin_inset ERT
40778 status collapsed
40779
40780 \begin_layout Plain Layout
40781
40782
40783 \backslash
40784 fcolorbox{black}{
40785 \end_layout
40786
40787 \end_inset
40788
40789 Periwinkle
40790 \begin_inset ERT
40791 status collapsed
40792
40793 \begin_layout Plain Layout
40794
40795 }{
40796 \end_layout
40797
40798 \end_inset
40799
40800
40801 \begin_inset Phantom Phantom
40802 status open
40803
40804 \begin_layout Plain Layout
40805 W
40806 \end_layout
40807
40808 \end_inset
40809
40810
40811 \begin_inset ERT
40812 status collapsed
40813
40814 \begin_layout Plain Layout
40815
40816 }
40817 \end_layout
40818
40819 \end_inset
40820
40821  Periwinkle
40822 \end_layout
40823
40824 \end_inset
40825 </cell>
40826 </row>
40827 <row>
40828 <cell alignment="left" valignment="top" usebox="none">
40829 \begin_inset Text
40830
40831 \begin_layout Plain Layout
40832 \begin_inset ERT
40833 status collapsed
40834
40835 \begin_layout Plain Layout
40836
40837
40838 \backslash
40839 fcolorbox{black}{
40840 \end_layout
40841
40842 \end_inset
40843
40844 PineGreen
40845 \begin_inset ERT
40846 status collapsed
40847
40848 \begin_layout Plain Layout
40849
40850 }{
40851 \end_layout
40852
40853 \end_inset
40854
40855
40856 \begin_inset Phantom Phantom
40857 status open
40858
40859 \begin_layout Plain Layout
40860 W
40861 \end_layout
40862
40863 \end_inset
40864
40865
40866 \begin_inset ERT
40867 status collapsed
40868
40869 \begin_layout Plain Layout
40870
40871 }
40872 \end_layout
40873
40874 \end_inset
40875
40876  PineGreen
40877 \end_layout
40878
40879 \end_inset
40880 </cell>
40881 <cell alignment="left" valignment="top" usebox="none">
40882 \begin_inset Text
40883
40884 \begin_layout Plain Layout
40885 \begin_inset ERT
40886 status collapsed
40887
40888 \begin_layout Plain Layout
40889
40890
40891 \backslash
40892 fcolorbox{black}{
40893 \end_layout
40894
40895 \end_inset
40896
40897 Plum
40898 \begin_inset ERT
40899 status collapsed
40900
40901 \begin_layout Plain Layout
40902
40903 }{
40904 \end_layout
40905
40906 \end_inset
40907
40908
40909 \begin_inset Phantom Phantom
40910 status open
40911
40912 \begin_layout Plain Layout
40913 W
40914 \end_layout
40915
40916 \end_inset
40917
40918
40919 \begin_inset ERT
40920 status collapsed
40921
40922 \begin_layout Plain Layout
40923
40924 }
40925 \end_layout
40926
40927 \end_inset
40928
40929  Plum
40930 \end_layout
40931
40932 \end_inset
40933 </cell>
40934 <cell alignment="left" valignment="top" usebox="none">
40935 \begin_inset Text
40936
40937 \begin_layout Plain Layout
40938 \begin_inset ERT
40939 status collapsed
40940
40941 \begin_layout Plain Layout
40942
40943
40944 \backslash
40945 fcolorbox{black}{
40946 \end_layout
40947
40948 \end_inset
40949
40950 ProcessBlue
40951 \begin_inset ERT
40952 status collapsed
40953
40954 \begin_layout Plain Layout
40955
40956 }{
40957 \end_layout
40958
40959 \end_inset
40960
40961
40962 \begin_inset Phantom Phantom
40963 status open
40964
40965 \begin_layout Plain Layout
40966 W
40967 \end_layout
40968
40969 \end_inset
40970
40971
40972 \begin_inset ERT
40973 status collapsed
40974
40975 \begin_layout Plain Layout
40976
40977 }
40978 \end_layout
40979
40980 \end_inset
40981
40982  ProcessBlue
40983 \end_layout
40984
40985 \end_inset
40986 </cell>
40987 <cell alignment="left" valignment="top" usebox="none">
40988 \begin_inset Text
40989
40990 \begin_layout Plain Layout
40991 \begin_inset ERT
40992 status collapsed
40993
40994 \begin_layout Plain Layout
40995
40996
40997 \backslash
40998 fcolorbox{black}{
40999 \end_layout
41000
41001 \end_inset
41002
41003 Purple
41004 \begin_inset ERT
41005 status collapsed
41006
41007 \begin_layout Plain Layout
41008
41009 }{
41010 \end_layout
41011
41012 \end_inset
41013
41014
41015 \begin_inset Phantom Phantom
41016 status open
41017
41018 \begin_layout Plain Layout
41019 W
41020 \end_layout
41021
41022 \end_inset
41023
41024
41025 \begin_inset ERT
41026 status collapsed
41027
41028 \begin_layout Plain Layout
41029
41030 }
41031 \end_layout
41032
41033 \end_inset
41034
41035  Purple
41036 \end_layout
41037
41038 \end_inset
41039 </cell>
41040 </row>
41041 <row>
41042 <cell alignment="left" valignment="top" usebox="none">
41043 \begin_inset Text
41044
41045 \begin_layout Plain Layout
41046 \begin_inset ERT
41047 status collapsed
41048
41049 \begin_layout Plain Layout
41050
41051
41052 \backslash
41053 fcolorbox{black}{
41054 \end_layout
41055
41056 \end_inset
41057
41058 RawSienna
41059 \begin_inset ERT
41060 status collapsed
41061
41062 \begin_layout Plain Layout
41063
41064 }{
41065 \end_layout
41066
41067 \end_inset
41068
41069
41070 \begin_inset Phantom Phantom
41071 status open
41072
41073 \begin_layout Plain Layout
41074 W
41075 \end_layout
41076
41077 \end_inset
41078
41079
41080 \begin_inset ERT
41081 status collapsed
41082
41083 \begin_layout Plain Layout
41084
41085 }
41086 \end_layout
41087
41088 \end_inset
41089
41090  RawSienna
41091 \end_layout
41092
41093 \end_inset
41094 </cell>
41095 <cell alignment="left" valignment="top" usebox="none">
41096 \begin_inset Text
41097
41098 \begin_layout Plain Layout
41099 \begin_inset ERT
41100 status collapsed
41101
41102 \begin_layout Plain Layout
41103
41104
41105 \backslash
41106 fcolorbox{black}{
41107 \end_layout
41108
41109 \end_inset
41110
41111 RedOrange
41112 \begin_inset ERT
41113 status collapsed
41114
41115 \begin_layout Plain Layout
41116
41117 }{
41118 \end_layout
41119
41120 \end_inset
41121
41122
41123 \begin_inset Phantom Phantom
41124 status open
41125
41126 \begin_layout Plain Layout
41127 W
41128 \end_layout
41129
41130 \end_inset
41131
41132
41133 \begin_inset ERT
41134 status collapsed
41135
41136 \begin_layout Plain Layout
41137
41138 }
41139 \end_layout
41140
41141 \end_inset
41142
41143  RedOrange
41144 \end_layout
41145
41146 \end_inset
41147 </cell>
41148 <cell alignment="left" valignment="top" usebox="none">
41149 \begin_inset Text
41150
41151 \begin_layout Plain Layout
41152 \begin_inset ERT
41153 status collapsed
41154
41155 \begin_layout Plain Layout
41156
41157
41158 \backslash
41159 fcolorbox{black}{
41160 \end_layout
41161
41162 \end_inset
41163
41164 RedViolet
41165 \begin_inset ERT
41166 status collapsed
41167
41168 \begin_layout Plain Layout
41169
41170 }{
41171 \end_layout
41172
41173 \end_inset
41174
41175
41176 \begin_inset Phantom Phantom
41177 status open
41178
41179 \begin_layout Plain Layout
41180 W
41181 \end_layout
41182
41183 \end_inset
41184
41185
41186 \begin_inset ERT
41187 status collapsed
41188
41189 \begin_layout Plain Layout
41190
41191 }
41192 \end_layout
41193
41194 \end_inset
41195
41196  RedViolet
41197 \end_layout
41198
41199 \end_inset
41200 </cell>
41201 <cell alignment="left" valignment="top" usebox="none">
41202 \begin_inset Text
41203
41204 \begin_layout Plain Layout
41205 \begin_inset ERT
41206 status collapsed
41207
41208 \begin_layout Plain Layout
41209
41210
41211 \backslash
41212 fcolorbox{black}{
41213 \end_layout
41214
41215 \end_inset
41216
41217 Rhodamine
41218 \begin_inset ERT
41219 status collapsed
41220
41221 \begin_layout Plain Layout
41222
41223 }{
41224 \end_layout
41225
41226 \end_inset
41227
41228
41229 \begin_inset Phantom Phantom
41230 status open
41231
41232 \begin_layout Plain Layout
41233 W
41234 \end_layout
41235
41236 \end_inset
41237
41238
41239 \begin_inset ERT
41240 status collapsed
41241
41242 \begin_layout Plain Layout
41243
41244 }
41245 \end_layout
41246
41247 \end_inset
41248
41249  Rhodamine
41250 \end_layout
41251
41252 \end_inset
41253 </cell>
41254 </row>
41255 <row>
41256 <cell alignment="left" valignment="top" usebox="none">
41257 \begin_inset Text
41258
41259 \begin_layout Plain Layout
41260 \begin_inset ERT
41261 status collapsed
41262
41263 \begin_layout Plain Layout
41264
41265
41266 \backslash
41267 fcolorbox{black}{
41268 \end_layout
41269
41270 \end_inset
41271
41272 RoyalBlue
41273 \begin_inset ERT
41274 status collapsed
41275
41276 \begin_layout Plain Layout
41277
41278 }{
41279 \end_layout
41280
41281 \end_inset
41282
41283
41284 \begin_inset Phantom Phantom
41285 status open
41286
41287 \begin_layout Plain Layout
41288 W
41289 \end_layout
41290
41291 \end_inset
41292
41293
41294 \begin_inset ERT
41295 status collapsed
41296
41297 \begin_layout Plain Layout
41298
41299 }
41300 \end_layout
41301
41302 \end_inset
41303
41304  RoyalBlue
41305 \end_layout
41306
41307 \end_inset
41308 </cell>
41309 <cell alignment="left" valignment="top" usebox="none">
41310 \begin_inset Text
41311
41312 \begin_layout Plain Layout
41313 \begin_inset ERT
41314 status collapsed
41315
41316 \begin_layout Plain Layout
41317
41318
41319 \backslash
41320 fcolorbox{black}{
41321 \end_layout
41322
41323 \end_inset
41324
41325 RoyalPurple
41326 \begin_inset ERT
41327 status collapsed
41328
41329 \begin_layout Plain Layout
41330
41331 }{
41332 \end_layout
41333
41334 \end_inset
41335
41336
41337 \begin_inset Phantom Phantom
41338 status open
41339
41340 \begin_layout Plain Layout
41341 W
41342 \end_layout
41343
41344 \end_inset
41345
41346
41347 \begin_inset ERT
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351
41352 }
41353 \end_layout
41354
41355 \end_inset
41356
41357  RoyalPurple
41358 \end_layout
41359
41360 \end_inset
41361 </cell>
41362 <cell alignment="left" valignment="top" usebox="none">
41363 \begin_inset Text
41364
41365 \begin_layout Plain Layout
41366 \begin_inset ERT
41367 status collapsed
41368
41369 \begin_layout Plain Layout
41370
41371
41372 \backslash
41373 fcolorbox{black}{
41374 \end_layout
41375
41376 \end_inset
41377
41378 RubineRed
41379 \begin_inset ERT
41380 status collapsed
41381
41382 \begin_layout Plain Layout
41383
41384 }{
41385 \end_layout
41386
41387 \end_inset
41388
41389
41390 \begin_inset Phantom Phantom
41391 status open
41392
41393 \begin_layout Plain Layout
41394 W
41395 \end_layout
41396
41397 \end_inset
41398
41399
41400 \begin_inset ERT
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404
41405 }
41406 \end_layout
41407
41408 \end_inset
41409
41410  RubineRed
41411 \end_layout
41412
41413 \end_inset
41414 </cell>
41415 <cell alignment="left" valignment="top" usebox="none">
41416 \begin_inset Text
41417
41418 \begin_layout Plain Layout
41419 \begin_inset ERT
41420 status collapsed
41421
41422 \begin_layout Plain Layout
41423
41424
41425 \backslash
41426 fcolorbox{black}{
41427 \end_layout
41428
41429 \end_inset
41430
41431 Salmon
41432 \begin_inset ERT
41433 status collapsed
41434
41435 \begin_layout Plain Layout
41436
41437 }{
41438 \end_layout
41439
41440 \end_inset
41441
41442
41443 \begin_inset Phantom Phantom
41444 status open
41445
41446 \begin_layout Plain Layout
41447 W
41448 \end_layout
41449
41450 \end_inset
41451
41452
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458 }
41459 \end_layout
41460
41461 \end_inset
41462
41463  Salmon
41464 \end_layout
41465
41466 \end_inset
41467 </cell>
41468 </row>
41469 <row>
41470 <cell alignment="left" valignment="top" usebox="none">
41471 \begin_inset Text
41472
41473 \begin_layout Plain Layout
41474 \begin_inset ERT
41475 status collapsed
41476
41477 \begin_layout Plain Layout
41478
41479
41480 \backslash
41481 fcolorbox{black}{
41482 \end_layout
41483
41484 \end_inset
41485
41486 SeaGreen
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }{
41493 \end_layout
41494
41495 \end_inset
41496
41497
41498 \begin_inset Phantom Phantom
41499 status open
41500
41501 \begin_layout Plain Layout
41502 W
41503 \end_layout
41504
41505 \end_inset
41506
41507
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513 }
41514 \end_layout
41515
41516 \end_inset
41517
41518  SeaGreen
41519 \end_layout
41520
41521 \end_inset
41522 </cell>
41523 <cell alignment="left" valignment="top" usebox="none">
41524 \begin_inset Text
41525
41526 \begin_layout Plain Layout
41527 \begin_inset ERT
41528 status collapsed
41529
41530 \begin_layout Plain Layout
41531
41532
41533 \backslash
41534 fcolorbox{black}{
41535 \end_layout
41536
41537 \end_inset
41538
41539 Sepia
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545 }{
41546 \end_layout
41547
41548 \end_inset
41549
41550
41551 \begin_inset Phantom Phantom
41552 status open
41553
41554 \begin_layout Plain Layout
41555 W
41556 \end_layout
41557
41558 \end_inset
41559
41560
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566 }
41567 \end_layout
41568
41569 \end_inset
41570
41571  Sepia
41572 \end_layout
41573
41574 \end_inset
41575 </cell>
41576 <cell alignment="left" valignment="top" usebox="none">
41577 \begin_inset Text
41578
41579 \begin_layout Plain Layout
41580 \begin_inset ERT
41581 status collapsed
41582
41583 \begin_layout Plain Layout
41584
41585
41586 \backslash
41587 fcolorbox{black}{
41588 \end_layout
41589
41590 \end_inset
41591
41592 SkyBlue
41593 \begin_inset ERT
41594 status collapsed
41595
41596 \begin_layout Plain Layout
41597
41598 }{
41599 \end_layout
41600
41601 \end_inset
41602
41603
41604 \begin_inset Phantom Phantom
41605 status open
41606
41607 \begin_layout Plain Layout
41608 W
41609 \end_layout
41610
41611 \end_inset
41612
41613
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619 }
41620 \end_layout
41621
41622 \end_inset
41623
41624  SkyBlue
41625 \end_layout
41626
41627 \end_inset
41628 </cell>
41629 <cell alignment="left" valignment="top" usebox="none">
41630 \begin_inset Text
41631
41632 \begin_layout Plain Layout
41633 \begin_inset ERT
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637
41638
41639 \backslash
41640 fcolorbox{black}{
41641 \end_layout
41642
41643 \end_inset
41644
41645 SpringGreen
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651 }{
41652 \end_layout
41653
41654 \end_inset
41655
41656
41657 \begin_inset Phantom Phantom
41658 status open
41659
41660 \begin_layout Plain Layout
41661 W
41662 \end_layout
41663
41664 \end_inset
41665
41666
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672 }
41673 \end_layout
41674
41675 \end_inset
41676
41677  SpringGreen
41678 \end_layout
41679
41680 \end_inset
41681 </cell>
41682 </row>
41683 <row>
41684 <cell alignment="left" valignment="top" usebox="none">
41685 \begin_inset Text
41686
41687 \begin_layout Plain Layout
41688 \begin_inset ERT
41689 status collapsed
41690
41691 \begin_layout Plain Layout
41692
41693
41694 \backslash
41695 fcolorbox{black}{
41696 \end_layout
41697
41698 \end_inset
41699
41700 Tan
41701 \begin_inset ERT
41702 status collapsed
41703
41704 \begin_layout Plain Layout
41705
41706 }{
41707 \end_layout
41708
41709 \end_inset
41710
41711
41712 \begin_inset Phantom Phantom
41713 status open
41714
41715 \begin_layout Plain Layout
41716 W
41717 \end_layout
41718
41719 \end_inset
41720
41721
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727 }
41728 \end_layout
41729
41730 \end_inset
41731
41732  Tan
41733 \end_layout
41734
41735 \end_inset
41736 </cell>
41737 <cell alignment="left" valignment="top" usebox="none">
41738 \begin_inset Text
41739
41740 \begin_layout Plain Layout
41741 \begin_inset ERT
41742 status collapsed
41743
41744 \begin_layout Plain Layout
41745
41746
41747 \backslash
41748 fcolorbox{black}{
41749 \end_layout
41750
41751 \end_inset
41752
41753 TealBlue
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759 }{
41760 \end_layout
41761
41762 \end_inset
41763
41764
41765 \begin_inset Phantom Phantom
41766 status open
41767
41768 \begin_layout Plain Layout
41769 W
41770 \end_layout
41771
41772 \end_inset
41773
41774
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 }
41781 \end_layout
41782
41783 \end_inset
41784
41785  TealBlue
41786 \end_layout
41787
41788 \end_inset
41789 </cell>
41790 <cell alignment="left" valignment="top" usebox="none">
41791 \begin_inset Text
41792
41793 \begin_layout Plain Layout
41794 \begin_inset ERT
41795 status collapsed
41796
41797 \begin_layout Plain Layout
41798
41799
41800 \backslash
41801 fcolorbox{black}{
41802 \end_layout
41803
41804 \end_inset
41805
41806 Thistle
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812 }{
41813 \end_layout
41814
41815 \end_inset
41816
41817
41818 \begin_inset Phantom Phantom
41819 status open
41820
41821 \begin_layout Plain Layout
41822 W
41823 \end_layout
41824
41825 \end_inset
41826
41827
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833 }
41834 \end_layout
41835
41836 \end_inset
41837
41838  Thistle
41839 \end_layout
41840
41841 \end_inset
41842 </cell>
41843 <cell alignment="left" valignment="top" usebox="none">
41844 \begin_inset Text
41845
41846 \begin_layout Plain Layout
41847 \begin_inset ERT
41848 status collapsed
41849
41850 \begin_layout Plain Layout
41851
41852
41853 \backslash
41854 fcolorbox{black}{
41855 \end_layout
41856
41857 \end_inset
41858
41859 Turquoise
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865 }{
41866 \end_layout
41867
41868 \end_inset
41869
41870
41871 \begin_inset Phantom Phantom
41872 status open
41873
41874 \begin_layout Plain Layout
41875 W
41876 \end_layout
41877
41878 \end_inset
41879
41880
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886 }
41887 \end_layout
41888
41889 \end_inset
41890
41891  Turquoise
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 </row>
41897 <row>
41898 <cell alignment="left" valignment="top" usebox="none">
41899 \begin_inset Text
41900
41901 \begin_layout Plain Layout
41902 \begin_inset ERT
41903 status collapsed
41904
41905 \begin_layout Plain Layout
41906
41907
41908 \backslash
41909 fcolorbox{black}{
41910 \end_layout
41911
41912 \end_inset
41913
41914 Violet
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }{
41921 \end_layout
41922
41923 \end_inset
41924
41925
41926 \begin_inset Phantom Phantom
41927 status open
41928
41929 \begin_layout Plain Layout
41930 W
41931 \end_layout
41932
41933 \end_inset
41934
41935
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941 }
41942 \end_layout
41943
41944 \end_inset
41945
41946  Violet
41947 \end_layout
41948
41949 \end_inset
41950 </cell>
41951 <cell alignment="left" valignment="top" usebox="none">
41952 \begin_inset Text
41953
41954 \begin_layout Plain Layout
41955 \begin_inset ERT
41956 status collapsed
41957
41958 \begin_layout Plain Layout
41959
41960
41961 \backslash
41962 fcolorbox{black}{
41963 \end_layout
41964
41965 \end_inset
41966
41967 VioletRed
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973 }{
41974 \end_layout
41975
41976 \end_inset
41977
41978
41979 \begin_inset Phantom Phantom
41980 status open
41981
41982 \begin_layout Plain Layout
41983 W
41984 \end_layout
41985
41986 \end_inset
41987
41988
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994 }
41995 \end_layout
41996
41997 \end_inset
41998
41999  VioletRed
42000 \end_layout
42001
42002 \end_inset
42003 </cell>
42004 <cell alignment="left" valignment="top" usebox="none">
42005 \begin_inset Text
42006
42007 \begin_layout Plain Layout
42008 \begin_inset ERT
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012
42013
42014 \backslash
42015 fcolorbox{black}{
42016 \end_layout
42017
42018 \end_inset
42019
42020 WildStrawberry
42021 \begin_inset ERT
42022 status collapsed
42023
42024 \begin_layout Plain Layout
42025
42026 }{
42027 \end_layout
42028
42029 \end_inset
42030
42031
42032 \begin_inset Phantom Phantom
42033 status open
42034
42035 \begin_layout Plain Layout
42036 W
42037 \end_layout
42038
42039 \end_inset
42040
42041
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047 }
42048 \end_layout
42049
42050 \end_inset
42051
42052  WildStrawberry
42053 \end_layout
42054
42055 \end_inset
42056 </cell>
42057 <cell alignment="left" valignment="top" usebox="none">
42058 \begin_inset Text
42059
42060 \begin_layout Plain Layout
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066
42067 \backslash
42068 fcolorbox{black}{
42069 \end_layout
42070
42071 \end_inset
42072
42073 YellowGreen
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079 }{
42080 \end_layout
42081
42082 \end_inset
42083
42084
42085 \begin_inset Phantom Phantom
42086 status open
42087
42088 \begin_layout Plain Layout
42089 W
42090 \end_layout
42091
42092 \end_inset
42093
42094
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100 }
42101 \end_layout
42102
42103 \end_inset
42104
42105  YellowGreen
42106 \end_layout
42107
42108 \end_inset
42109 </cell>
42110 </row>
42111 <row>
42112 <cell alignment="left" valignment="top" usebox="none">
42113 \begin_inset Text
42114
42115 \begin_layout Plain Layout
42116 \begin_inset ERT
42117 status collapsed
42118
42119 \begin_layout Plain Layout
42120
42121
42122 \backslash
42123 fcolorbox{black}{
42124 \end_layout
42125
42126 \end_inset
42127
42128 YellowOrange
42129 \begin_inset ERT
42130 status collapsed
42131
42132 \begin_layout Plain Layout
42133
42134 }{
42135 \end_layout
42136
42137 \end_inset
42138
42139
42140 \begin_inset Phantom Phantom
42141 status open
42142
42143 \begin_layout Plain Layout
42144 W
42145 \end_layout
42146
42147 \end_inset
42148
42149
42150 \begin_inset ERT
42151 status collapsed
42152
42153 \begin_layout Plain Layout
42154
42155 }
42156 \end_layout
42157
42158 \end_inset
42159
42160  YellowOrange
42161 \end_layout
42162
42163 \end_inset
42164 </cell>
42165 <cell alignment="left" valignment="top" usebox="none">
42166 \begin_inset Text
42167
42168 \begin_layout Plain Layout
42169
42170 \end_layout
42171
42172 \end_inset
42173 </cell>
42174 <cell alignment="left" valignment="top" usebox="none">
42175 \begin_inset Text
42176
42177 \begin_layout Plain Layout
42178
42179 \end_layout
42180
42181 \end_inset
42182 </cell>
42183 <cell alignment="left" valignment="top" usebox="none">
42184 \begin_inset Text
42185
42186 \begin_layout Plain Layout
42187
42188 \end_layout
42189
42190 \end_inset
42191 </cell>
42192 </row>
42193 </lyxtabular>
42194
42195 \end_inset
42196
42197
42198 \end_layout
42199
42200 \begin_layout Chapter
42201 第(
42202 \begin_inset CommandInset ref
42203 LatexCommand ref
42204 reference "eq:Wgn"
42205
42206 \end_inset
42207
42208 )式の説明
42209 \begin_inset CommandInset label
42210 LatexCommand label
42211 name "cha:式の説明"
42212
42213 \end_inset
42214
42215
42216 \end_layout
42217
42218 \begin_layout Standard
42219 \begin_inset Formula $n$
42220 \end_inset
42221
42222 個の表セルの全幅
42223 \begin_inset Formula $W_{\mathrm{tot\, n}}$
42224 \end_inset
42225
42226
42227 \begin_inset Formula 
42228 \begin{equation}
42229 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42230 \end{equation}
42231
42232 \end_inset
42233
42234
42235 \end_layout
42236
42237 \begin_layout Standard
42238 で計算できます。ここで
42239 \begin_inset Formula $W_{g\, n}$
42240 \end_inset
42241
42242 は、すべてのセルが持つ固定幅です。
42243 \series bold
42244
42245 \backslash
42246 tabcolsep
42247 \series default
42248 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
42249 \begin_inset space \thinspace{}
42250 \end_inset
42251
42252 ptです。
42253 \series bold
42254
42255 \backslash
42256 arrayrulewidth
42257 \series default
42258 は、セル罫線幅であり、既定値は0.4
42259 \begin_inset space \thinspace{}
42260 \end_inset
42261
42262 ptです。
42263 \end_layout
42264
42265 \begin_layout Standard
42266
42267 \begin_inset CommandInset ref
42268 LatexCommand eqref
42269 reference "eq:Wtot_n"
42270
42271 \end_inset
42272
42273 式にしたがえば、連結列の全幅
42274 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
42275 \end_inset
42276
42277
42278 \begin_inset Formula 
42279 \begin{equation}
42280 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42281 \end{equation}
42282
42283 \end_inset
42284
42285
42286 \end_layout
42287
42288 \begin_layout Standard
42289 となります。
42290 \begin_inset Formula $n$
42291 \end_inset
42292
42293 列を連結する時には各列の全幅は
42294 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
42295 \end_inset
42296
42297 となるので、第
42298 \begin_inset CommandInset ref
42299 LatexCommand eqref
42300 reference "eq:Wtot_n"
42301
42302 \end_inset
42303
42304 式と第
42305 \begin_inset CommandInset ref
42306 LatexCommand eqref
42307 reference "eq:Wtot_mult"
42308
42309 \end_inset
42310
42311 式が等しいものと置けば、必要となる固定幅
42312 \begin_inset Formula $W_{g\, n}$
42313 \end_inset
42314
42315 を計算することができて、
42316 \begin_inset Formula 
42317 \begin{equation}
42318 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42319 \end{equation}
42320
42321 \end_inset
42322
42323 となります。
42324 \end_layout
42325
42326 \begin_layout Bibliography
42327 \labelwidthstring 参考文献
42328 \begin_inset CommandInset bibitem
42329 LatexCommand bibitem
42330 key "latexcompanion"
42331
42332 \end_inset
42333
42334 Frank Mittelbach and Michel Goossens: 
42335 \emph on
42336 The LaTeX Companion Second Edition.
42337
42338 \emph default
42339  Addison-Wesley, 2004
42340 \end_layout
42341
42342 \begin_layout Bibliography
42343 \labelwidthstring 参考文献
42344 \begin_inset CommandInset bibitem
42345 LatexCommand bibitem
42346 key "latexguide"
42347
42348 \end_inset
42349
42350 Helmut Kopka and Patrick W.
42351  Daly: 
42352 \emph on
42353 A Guide to LaTeX Fourth Edition.
42354
42355 \emph default
42356  Addison-Wesley, 2003
42357 \end_layout
42358
42359 \begin_layout Bibliography
42360 \labelwidthstring 参考文献
42361 \begin_inset CommandInset bibitem
42362 LatexCommand bibitem
42363 key "latexbook"
42364
42365 \end_inset
42366
42367 Leslie Lamport: 
42368 \emph on
42369 LaTeX: A Document Preparation System.
42370
42371 \emph default
42372  Addison-Wesley, second edition, 1994
42373 \end_layout
42374
42375 \begin_layout Bibliography
42376 \labelwidthstring 参考文献
42377 \begin_inset CommandInset bibitem
42378 LatexCommand bibitem
42379 key "arydshln"
42380
42381 \end_inset
42382
42383 LaTeXパッケージ
42384 \series bold
42385
42386 \begin_inset CommandInset href
42387 LatexCommand href
42388 name "arydshln"
42389 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42390
42391 \end_inset
42392
42393
42394 \series default
42395
42396 \begin_inset Index idx
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
42401 \end_layout
42402
42403 \end_inset
42404
42405
42406 \end_layout
42407
42408 \begin_layout Bibliography
42409 \labelwidthstring 参考文献
42410 \begin_inset CommandInset bibitem
42411 LatexCommand bibitem
42412 key "booktabs"
42413
42414 \end_inset
42415
42416 LaTeXパッケージ
42417 \series bold
42418
42419 \begin_inset CommandInset href
42420 LatexCommand href
42421 name "booktabs"
42422 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42423
42424 \end_inset
42425
42426
42427 \series default
42428
42429 \begin_inset Index idx
42430 status collapsed
42431
42432 \begin_layout Plain Layout
42433 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
42434 \end_layout
42435
42436 \end_inset
42437
42438 の取扱説明書
42439 \end_layout
42440
42441 \begin_layout Bibliography
42442 \labelwidthstring 参考文献
42443 \begin_inset CommandInset bibitem
42444 LatexCommand bibitem
42445 key "caption"
42446
42447 \end_inset
42448
42449 LaTeXパッケージ
42450 \series bold
42451
42452 \begin_inset CommandInset href
42453 LatexCommand href
42454 name "caption"
42455 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42456
42457 \end_inset
42458
42459
42460 \series default
42461
42462 \begin_inset Index idx
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466 LaTeXぱっけーじ@LaTeXパッケージ ! caption
42467 \end_layout
42468
42469 \end_inset
42470
42471 の取扱説明書
42472 \end_layout
42473
42474 \begin_layout Bibliography
42475 \labelwidthstring 参考文献
42476 \begin_inset CommandInset bibitem
42477 LatexCommand bibitem
42478 key "diagbox"
42479
42480 \end_inset
42481
42482 LaTeXパッケージ
42483 \series bold
42484
42485 \begin_inset CommandInset href
42486 LatexCommand href
42487 name "diagbox"
42488 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42489
42490 \end_inset
42491
42492
42493 \series default
42494
42495 \begin_inset Index idx
42496 status collapsed
42497
42498 \begin_layout Plain Layout
42499 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
42500 \end_layout
42501
42502 \end_inset
42503
42504
42505 \end_layout
42506
42507 \begin_layout Bibliography
42508 \labelwidthstring 参考文献
42509 \begin_inset CommandInset bibitem
42510 LatexCommand bibitem
42511 key "endfloat"
42512
42513 \end_inset
42514
42515 LaTeXパッケージ
42516 \series bold
42517
42518 \begin_inset CommandInset href
42519 LatexCommand href
42520 name "endfloat"
42521 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42522
42523 \end_inset
42524
42525
42526 \series default
42527
42528 \begin_inset Index idx
42529 status collapsed
42530
42531 \begin_layout Plain Layout
42532 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
42533 \end_layout
42534
42535 \end_inset
42536
42537 の取扱説明書
42538 \end_layout
42539
42540 \begin_layout Bibliography
42541 \labelwidthstring 参考文献
42542 \begin_inset CommandInset bibitem
42543 LatexCommand bibitem
42544 key "footmisc"
42545
42546 \end_inset
42547
42548 LaTeXパッケージ
42549 \series bold
42550
42551 \begin_inset CommandInset href
42552 LatexCommand href
42553 name "footmisc"
42554 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42555
42556 \end_inset
42557
42558
42559 \series default
42560
42561 \begin_inset Index idx
42562 status collapsed
42563
42564 \begin_layout Plain Layout
42565 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
42566 \end_layout
42567
42568 \end_inset
42569
42570 の取扱説明書
42571 \end_layout
42572
42573 \begin_layout Bibliography
42574 \labelwidthstring 参考文献
42575 \begin_inset CommandInset bibitem
42576 LatexCommand bibitem
42577 key "hypcap"
42578
42579 \end_inset
42580
42581 LaTeXパッケージ
42582 \series bold
42583
42584 \begin_inset CommandInset href
42585 LatexCommand href
42586 name "hypcap"
42587 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42588
42589 \end_inset
42590
42591
42592 \series default
42593
42594 \begin_inset Index idx
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42599 \end_layout
42600
42601 \end_inset
42602
42603 の取扱説明書
42604 \end_layout
42605
42606 \begin_layout Bibliography
42607 \labelwidthstring 参考文献
42608 \begin_inset CommandInset bibitem
42609 LatexCommand bibitem
42610 key "hyperref"
42611
42612 \end_inset
42613
42614 LaTeXパッケージ
42615 \series bold
42616
42617 \begin_inset CommandInset href
42618 LatexCommand href
42619 name "hyperref"
42620 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42621
42622 \end_inset
42623
42624
42625 \series default
42626
42627 \begin_inset Index idx
42628 status collapsed
42629
42630 \begin_layout Plain Layout
42631 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42632 \end_layout
42633
42634 \end_inset
42635
42636 の取扱説明書
42637 \end_layout
42638
42639 \begin_layout Bibliography
42640 \labelwidthstring 参考文献
42641 \begin_inset CommandInset bibitem
42642 LatexCommand bibitem
42643 key "KOMA-script"
42644
42645 \end_inset
42646
42647 LaTeXパッケージ
42648 \series bold
42649
42650 \begin_inset CommandInset href
42651 LatexCommand href
42652 name "KOMA-script"
42653 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
42654
42655 \end_inset
42656
42657
42658 \series default
42659
42660 \begin_inset Index idx
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
42665 \end_layout
42666
42667 \end_inset
42668
42669 の取扱説明書
42670 \end_layout
42671
42672 \begin_layout Bibliography
42673 \labelwidthstring 参考文献
42674 \begin_inset CommandInset bibitem
42675 LatexCommand bibitem
42676 key "lettrine"
42677
42678 \end_inset
42679
42680 LaTeXパッケージ
42681 \series bold
42682
42683 \begin_inset CommandInset href
42684 LatexCommand href
42685 name "lettrine"
42686 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42687
42688 \end_inset
42689
42690
42691 \series default
42692 及び
42693 \begin_inset CommandInset href
42694 LatexCommand href
42695 name "用例"
42696 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42697
42698 \end_inset
42699
42700
42701 \begin_inset Index idx
42702 status collapsed
42703
42704 \begin_layout Plain Layout
42705 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
42706 \end_layout
42707
42708 \end_inset
42709
42710
42711 \end_layout
42712
42713 \begin_layout Bibliography
42714 \labelwidthstring 参考文献
42715 \begin_inset CommandInset bibitem
42716 LatexCommand bibitem
42717 key "listings"
42718
42719 \end_inset
42720
42721 LaTeXパッケージ
42722 \series bold
42723
42724 \begin_inset CommandInset href
42725 LatexCommand href
42726 name "listings"
42727 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42728
42729 \end_inset
42730
42731
42732 \series default
42733
42734 \begin_inset Index idx
42735 status collapsed
42736
42737 \begin_layout Plain Layout
42738 LaTeXぱっけーじ@LaTeXパッケージ ! listings
42739 \end_layout
42740
42741 \end_inset
42742
42743 の取扱説明書
42744 \end_layout
42745
42746 \begin_layout Bibliography
42747 \labelwidthstring 参考文献
42748 \begin_inset CommandInset bibitem
42749 LatexCommand bibitem
42750 key "marginnote"
42751
42752 \end_inset
42753
42754 LaTeXパッケージ
42755 \series bold
42756
42757 \begin_inset CommandInset href
42758 LatexCommand href
42759 name "marginnote"
42760 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42761
42762 \end_inset
42763
42764
42765 \series default
42766
42767 \begin_inset Index idx
42768 status collapsed
42769
42770 \begin_layout Plain Layout
42771 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
42772 \end_layout
42773
42774 \end_inset
42775
42776 の取扱説明書
42777 \end_layout
42778
42779 \begin_layout Bibliography
42780 \labelwidthstring 参考文献
42781 \begin_inset CommandInset bibitem
42782 LatexCommand bibitem
42783 key "pdfpages"
42784
42785 \end_inset
42786
42787 LaTeXパッケージ
42788 \series bold
42789
42790 \begin_inset CommandInset href
42791 LatexCommand href
42792 name "pdfpages"
42793 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42794
42795 \end_inset
42796
42797
42798 \series default
42799
42800 \begin_inset Index idx
42801 status collapsed
42802
42803 \begin_layout Plain Layout
42804 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
42805 \end_layout
42806
42807 \end_inset
42808
42809 の取扱説明書
42810 \end_layout
42811
42812 \begin_layout Bibliography
42813 \labelwidthstring 参考文献
42814 \begin_inset CommandInset bibitem
42815 LatexCommand bibitem
42816 key "prettyref"
42817
42818 \end_inset
42819
42820 LaTeXパッケージ
42821 \series bold
42822
42823 \begin_inset CommandInset href
42824 LatexCommand href
42825 name "prettyref"
42826 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42827
42828 \end_inset
42829
42830
42831 \series default
42832
42833 \begin_inset Index idx
42834 status collapsed
42835
42836 \begin_layout Plain Layout
42837 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
42838 \end_layout
42839
42840 \end_inset
42841
42842 の取扱説明書
42843 \end_layout
42844
42845 \begin_layout Bibliography
42846 \labelwidthstring 参考文献
42847 \begin_inset CommandInset bibitem
42848 LatexCommand bibitem
42849 key "pstricks"
42850
42851 \end_inset
42852
42853 LaTeXパッケージ
42854 \series bold
42855
42856 \begin_inset CommandInset href
42857 LatexCommand href
42858 name "PSTricks"
42859 target "http://tug.org/PSTricks/"
42860
42861 \end_inset
42862
42863
42864 \series default
42865
42866 \begin_inset Index idx
42867 status collapsed
42868
42869 \begin_layout Plain Layout
42870 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
42871 \end_layout
42872
42873 \end_inset
42874
42875 のウェブページ
42876 \end_layout
42877
42878 \begin_layout Bibliography
42879 \labelwidthstring 参考文献
42880 \begin_inset CommandInset bibitem
42881 LatexCommand bibitem
42882 key "refstyle"
42883
42884 \end_inset
42885
42886 LaTeXパッケージ
42887 \series bold
42888
42889 \begin_inset CommandInset href
42890 LatexCommand href
42891 name "refstyle"
42892 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42893
42894 \end_inset
42895
42896
42897 \series default
42898
42899 \begin_inset Index idx
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
42904 \end_layout
42905
42906 \end_inset
42907
42908 の取扱説明書
42909 \end_layout
42910
42911 \begin_layout Bibliography
42912 \labelwidthstring 参考文献
42913 \begin_inset CommandInset bibitem
42914 LatexCommand bibitem
42915 key "sidecap"
42916
42917 \end_inset
42918
42919 LaTeXパッケージ
42920 \series bold
42921
42922 \begin_inset CommandInset href
42923 LatexCommand href
42924 name "sidecap"
42925 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42926
42927 \end_inset
42928
42929
42930 \series default
42931
42932 \begin_inset Index idx
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42937 \end_layout
42938
42939 \end_inset
42940
42941 の取扱説明書
42942 \end_layout
42943
42944 \begin_layout Bibliography
42945 \labelwidthstring 参考文献
42946 \begin_inset CommandInset bibitem
42947 LatexCommand bibitem
42948 key "NewInLyX20"
42949
42950 \end_inset
42951
42952
42953 \family sans
42954 LyX 2.0
42955 \family default
42956 の新機能に関する
42957 \begin_inset CommandInset href
42958 LatexCommand href
42959 name "Wikiページ"
42960 target "http://wiki.lyx.org/LyX/NewInLyX20"
42961
42962 \end_inset
42963
42964
42965 \end_layout
42966
42967 \begin_layout Standard
42968 \begin_inset CommandInset index_print
42969 LatexCommand printindex
42970 type "idx"
42971
42972 \end_inset
42973
42974
42975 \end_layout
42976
42977 \end_body
42978 \end_document