]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Merge branch 'master' of git.lyx.org:lyx
[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 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 default
230 \output_sync 0
231 \bibtex_command default
232 \index_command default
233 \paperfontsize 12
234 \spacing single
235 \use_hyperref true
236 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
237 \pdf_author "LyX Team, Uwe Stohr"
238 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
239 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
240 \pdf_bookmarks false
241 \pdf_bookmarksnumbered true
242 \pdf_bookmarksopen true
243 \pdf_bookmarksopenlevel 1
244 \pdf_breaklinks false
245 \pdf_pdfborder false
246 \pdf_colorlinks true
247 \pdf_backref false
248 \pdf_pdfusetitle false
249 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
250 \papersize default
251 \use_geometry false
252 \use_package amsmath 2
253 \use_package amssymb 2
254 \use_package cancel 0
255 \use_package esint 0
256 \use_package mathdots 1
257 \use_package mathtools 0
258 \use_package mhchem 1
259 \use_package stackrel 0
260 \use_package stmaryrd 0
261 \use_package undertilde 0
262 \cite_engine basic
263 \cite_engine_type default
264 \biblio_style plain
265 \use_bibtopic false
266 \use_indices false
267 \paperorientation portrait
268 \suppress_date false
269 \justification true
270 \use_refstyle 0
271 \notefontcolor #0000ff
272 \index 索引
273 \shortcut idx
274 \color #008000
275 \end_index
276 \leftmargin 2.5cm
277 \topmargin 2.5cm
278 \rightmargin 2.5cm
279 \bottommargin 3cm
280 \secnumdepth 3
281 \tocdepth 3
282 \paragraph_separation skip
283 \defskip medskip
284 \quotes_language english
285 \papercolumns 1
286 \papersides 2
287 \paperpagestyle default
288 \bullet 1 1 34 -1
289 \bullet 2 2 35 -1
290 \bullet 3 2 7 -1
291 \tracking_changes false
292 \output_changes false
293 \html_math_output 0
294 \html_css_as_file 0
295 \html_be_strict false
296 \end_header
297
298 \begin_body
299
300 \begin_layout Title
301 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
302 \end_layout
303
304 \begin_layout Author
305 LyXプロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
312 \begin_inset CommandInset href
313 LatexCommand href
314 name "lyx-docs@lists.lyx.org"
315 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
316 type "mailto:"
317
318 \end_inset
319
320  までお送り下さい。
321 \end_layout
322
323 \end_inset
324
325
326 \begin_inset Note Note
327 status collapsed
328
329 \begin_layout Plain Layout
330 著者:Uwe Stöhr
331 \end_layout
332
333 \end_inset
334
335
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \family sans
345 第2.1.x版
346 \end_layout
347
348 \begin_layout Standard
349 \begin_inset CommandInset toc
350 LatexCommand tableofcontents
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 \begin_inset Note Note
359 status open
360
361 \begin_layout Plain Layout
362 本文書の全体をPDFやPS、DVIに書き出すには、
363 \series bold
364 arydshln
365 \series default
366
367 \series bold
368 colortbl
369 \series default
370
371 \series bold
372 diagbox
373 \series default
374
375 \series bold
376 lettrine
377 \series default
378
379 \series bold
380 marginnote
381 \series default
382
383 \series bold
384 picinpar
385 \series default
386
387 \series bold
388 sidecap
389 \series default
390 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
391 されません。
392 \end_layout
393
394 \begin_layout Plain Layout
395 本文書の最新PDF版は
396 \begin_inset Newline newline
397 \end_inset
398
399
400 \series bold
401 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
402 \series default
403
404 \begin_inset Newline newline
405 \end_inset
406
407 にあります。
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Chapter
416
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 ず@図
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset Index idx
428 status collapsed
429
430 \begin_layout Plain Layout
431 がぞう@画像
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 |see{
438 \end_layout
439
440 \end_inset
441
442
443 \begin_inset ERT
444 status collapsed
445
446 \begin_layout Plain Layout
447
448 }
449 \end_layout
450
451 \end_inset
452
453
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Section
462 画像ダイアログ
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 ず@図 ! がぞうだいあろぐ@画像ダイアログ
468 \end_layout
469
470 \end_inset
471
472
473 \begin_inset CommandInset label
474 LatexCommand label
475 name "sec:画像ダイアログ"
476
477 \end_inset
478
479
480 \end_layout
481
482 \begin_layout Standard
483 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
484 \family sans
485
486 \begin_inset Info
487 type  "icon"
488 arg   "dialog-show-new-inset graphics"
489 \end_inset
490
491
492 \family default
493 をクリックするか、
494 \family sans
495 挿入\SpecialChar \menuseparator
496 画像
497 \family default
498 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
499 \end_layout
500
501 \begin_layout Standard
502 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
503 \end_layout
504
505 \begin_layout Description
506
507 \family sans
508 画像
509 \family default
510  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
511 \begin_inset CommandInset ref
512 LatexCommand ref
513 reference "cha:LyXで使用できる単位"
514
515 \end_inset
516
517 に説明があります。
518 \begin_inset Newline newline
519 \end_inset
520
521
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 ず@図 ! のかいてん@---の回転
527 \end_layout
528
529 \end_inset
530
531 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
532 \begin_inset Newline newline
533 \end_inset
534
535
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540 ず@図 ! のしんしゅく@---の伸縮
541 \end_layout
542
543 \end_inset
544
545 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
546 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
547 \family sans
548 縦横比を維持する
549 \family default
550 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
551 \begin_inset Newline newline
552 \end_inset
553
554 画像を右クリックすると現れるコンテクストメニューで
555 \family sans
556 外部で編集
557 \family default
558 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
559 ます。
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 切り抜き
566 \family default
567  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
568 \family sans
569 ファイルから取得
570 \family default
571 ボタンを押すことによって、自動的に計算することもできます。
572 \family sans
573 境界枠で切り抜く
574 \family default
575 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
576 \end_layout
577
578 \begin_layout Description
579
580 \family sans
581 LaTeXとLyXのオプション
582 \family default
583  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
584 \family sans
585
586 \begin_inset Newline newline
587 \end_inset
588
589 下書きモード
590 \family default
591 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
592 \family sans
593
594 \begin_inset Newline newline
595 \end_inset
596
597 エクスポートする際に解凍しない
598 \family default
599 オプションは、
600 \emph on
601 x.eps.gz
602 \emph default
603 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
604 ません。
605 \begin_inset Newline newline
606 \end_inset
607
608 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
609 \begin_inset CommandInset ref
610 LatexCommand ref
611 reference "sec:PostScript"
612
613 \end_inset
614
615 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
616 \begin_inset Newline newline
617 \end_inset
618
619
620 \series bold
621 gzip x.eps
622 \series default
623
624 \begin_inset Newline newline
625 \end_inset
626
627
628 \series bold
629 zgrep %%Bounding x.eps.gz > x.eps.bb
630 \series default
631
632 \begin_inset Newline newline
633 \end_inset
634
635 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
636 \begin_inset Newline newline
637 \end_inset
638
639
640 \family sans
641 画像グループ
642 \family default
643 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 ず@図 ! せっていぐるーぷ@設定グループ
649 \end_layout
650
651 \end_inset
652
653 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
654 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
655 を使用して、望むグループ名をチェックすることで行うこともできます。
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset VSpace bigskip
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 下記はEPS書式
667 \begin_inset Foot
668 status collapsed
669
670 \begin_layout Plain Layout
671 画像書式は、第
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:画像形式"
675
676 \end_inset
677
678 節に説明されています。
679 \end_layout
680
681 \end_inset
682
683 の画像の例で、単独の中央揃えの段落に置いてあります。
684 \end_layout
685
686 \begin_layout Standard
687 \align center
688 \begin_inset Graphics
689         filename ../clipart/mobius.eps
690         scale 70
691         scaleBeforeRotation
692         rotateOrigin center
693
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 下記は上と同じ画像ですが、下書きモードのものです。
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         draft
709         scaleBeforeRotation
710         rotateOrigin center
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset Newpage newpage
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Section
725 図フロート
726 \begin_inset CommandInset label
727 LatexCommand label
728 name "sec:図フロート"
729
730 \end_inset
731
732
733 \begin_inset Index idx
734 status collapsed
735
736 \begin_layout Plain Layout
737 ふろーと@フロート ! ず@図
738 \end_layout
739
740 \end_inset
741
742
743 \begin_inset Index idx
744 status collapsed
745
746 \begin_layout Plain Layout
747 ず@図 ! ふろーと@フロート
748 \end_layout
749
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Standard
756 フロートについての一般的な説明は、第
757 \begin_inset CommandInset ref
758 LatexCommand ref
759 reference "sec:フロートはじめに"
760
761 \end_inset
762
763 節をご覧下さい。
764 \end_layout
765
766 \begin_layout Standard
767 ツールバーボタンの
768 \family sans
769
770 \begin_inset Info
771 type  "icon"
772 arg   "float-insert figure"
773 \end_inset
774
775
776 \family default
777
778 \family sans
779 挿入\SpecialChar \menuseparator
780 フロート\SpecialChar \menuseparator
781
782 \family default
783 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "fig:犠牲のカモノハシ"
787
788 \end_inset
789
790 のようにキャプションの上に置くこともできますし、図
791 \begin_inset CommandInset ref
792 LatexCommand ref
793 reference "fig:エッシャー"
794
795 \end_inset
796
797 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
798 \begin_inset CommandInset ref
799 LatexCommand ref
800 reference "sec:キャプションの配置"
801
802 \end_inset
803
804 節に述べられています。
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/platypus.eps
817         width 50col%
818         scaleBeforeRotation
819         rotateOrigin center
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:犠牲のカモノハシ"
833
834 \end_inset
835
836 フロート中の激しく歪んだカモノハシ
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Float figure
851 wide false
852 sideways false
853 status open
854
855 \begin_layout Plain Layout
856 \begin_inset Caption Standard
857
858 \begin_layout Plain Layout
859 \begin_inset CommandInset label
860 LatexCommand label
861 name "fig:エッシャー"
862
863 \end_inset
864
865 行ってしまったM.C.エッシャー
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 さんしょう@参照 ! ずへの@図への ---
897 \end_layout
898
899 \end_inset
900
901
902 \begin_inset CommandInset ref
903 LatexCommand ref
904 reference "fig:犠牲のカモノハシ"
905
906 \end_inset
907
908 図と第
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:エッシャー"
912
913 \end_inset
914
915 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
916 \family sans
917 挿入\SpecialChar \menuseparator
918 ラベル
919 \family default
920 メニューかツールバーボタン
921 \family sans
922
923 \begin_inset Info
924 type  "icon"
925 arg   "label-insert"
926 \end_inset
927
928
929 \family default
930 を使用して、キャプションにラベルを挿入してください。その後、
931 \family sans
932 挿入\SpecialChar \menuseparator
933 相互参照
934 \family default
935 メニューかツールバーボタン
936 \family sans
937
938 \begin_inset Info
939 type  "icon"
940 arg   "dialog-show-new-inset ref"
941 \end_inset
942
943
944 \family default
945 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
946 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
947 \begin_inset Newline newline
948 \end_inset
949
950 参照は、第
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "sec:フロートの参照"
954
955 \end_inset
956
957 節で詳細に説明されています。
958 \end_layout
959
960 \begin_layout Standard
961 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
962 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:歪められた二つの像"
966
967 \end_inset
968
969 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
970 \begin_inset CommandInset ref
971 LatexCommand ref
972 reference "fig:何かわからない構造"
973
974 \end_inset
975
976 と図
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "fig:カモノハシ"
980
981 \end_inset
982
983 が内部図になります。
984 \end_layout
985
986 \begin_layout Standard
987 \begin_inset Float figure
988 wide false
989 sideways false
990 status open
991
992 \begin_layout Plain Layout
993 \begin_inset space \hfill{}
994 \end_inset
995
996
997 \begin_inset Float figure
998 wide false
999 sideways false
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Caption Standard
1004
1005 \begin_layout Plain Layout
1006 \begin_inset CommandInset label
1007 LatexCommand label
1008 name "fig:何かわからない構造"
1009
1010 \end_inset
1011
1012 何かわからない構造
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Graphics
1022         filename ../clipart/escher-lsd.eps
1023         width 45col%
1024         scaleBeforeRotation
1025         groupId distorted
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 \begin_inset Caption Standard
1046
1047 \begin_layout Plain Layout
1048 \begin_inset CommandInset label
1049 LatexCommand label
1050 name "fig:カモノハシ"
1051
1052 \end_inset
1053
1054 カモノハシ
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Plain Layout
1063 \begin_inset Graphics
1064         filename ../clipart/platypus.eps
1065         width 45col%
1066         scaleBeforeRotation
1067         groupId distorted
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \end_inset
1075
1076
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:歪められた二つの像"
1090
1091 \end_inset
1092
1093 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \begin_layout Standard
1107 \begin_inset Newpage newpage
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Section
1114 画像形式
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "sec:画像形式"
1118
1119 \end_inset
1120
1121
1122 \begin_inset Index idx
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 がぞうけいしき@画像形式
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset Index idx
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136 ず@図 ! がぞうけいしき@画像形式
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Standard
1145 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1146 \begin_inset CommandInset ref
1147 LatexCommand ref
1148 reference "cha:ファイル出力形式"
1149
1150 \end_inset
1151
1152 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1153 ウンドで
1154 \family typewriter
1155 ImageMagick
1156 \family default
1157 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1158 用するとよいでしょう。出力ファイル形式は、付録
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "cha:ファイル出力形式"
1162
1163 \end_inset
1164
1165 に説明されています。
1166 \end_layout
1167
1168 \begin_layout Standard
1169 フォントと同じく、画像形式にも以下の二つの型があります。
1170 \end_layout
1171
1172 \begin_layout Description
1173 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1174 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1175 \family typewriter
1176 .gif
1177 \family default
1178 」)
1179 \begin_inset Index idx
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 GIF
1184 \begin_inset ERT
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188
1189 |see{
1190 \end_layout
1191
1192 \end_inset
1193
1194 画像書式
1195 \begin_inset ERT
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199
1200 }
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \end_inset
1209
1210 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1211 \family typewriter
1212 .png
1213 \family default
1214 」)
1215 \begin_inset Index idx
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219 PNG
1220 \begin_inset ERT
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224
1225 |see{
1226 \end_layout
1227
1228 \end_inset
1229
1230 画像書式
1231 \begin_inset ERT
1232 status collapsed
1233
1234 \begin_layout Plain Layout
1235
1236 }
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1247 \family typewriter
1248 .jpg
1249 \family default
1250 」または「
1251 \family typewriter
1252 .jpeg
1253 \family default
1254 」)
1255 \begin_inset Index idx
1256 status collapsed
1257
1258 \begin_layout Plain Layout
1259 JPG
1260 \begin_inset ERT
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264
1265 |see{
1266 \end_layout
1267
1268 \end_inset
1269
1270 画像書式
1271 \begin_inset ERT
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275
1276 }
1277 \end_layout
1278
1279 \end_inset
1280
1281
1282 \end_layout
1283
1284 \end_inset
1285
1286 などがあります。
1287 \end_layout
1288
1289 \begin_layout Description
1290 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1291 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1292 に便利です。
1293 \begin_inset Newline newline
1294 \end_inset
1295
1296 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1297 \family typewriter
1298 .svg
1299 \family default
1300 」)
1301 \begin_inset Index idx
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 SVG
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 |see{
1312 \end_layout
1313
1314 \end_inset
1315
1316 画像書式
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 }
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \end_inset
1331
1332 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1333 \family typewriter
1334 .eps
1335 \family default
1336 」)
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 EPS
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 |see{
1348 \end_layout
1349
1350 \end_inset
1351
1352 画像書式
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 }
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \end_inset
1367
1368 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1369 \family typewriter
1370 .pdf
1371 \family default
1372 」)
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 PDF
1378 \end_layout
1379
1380 \end_inset
1381
1382 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1383 \family typewriter
1384 .wmf
1385 \family default
1386 」)
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 SVG
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 |see{
1398 \end_layout
1399
1400 \end_inset
1401
1402 画像書式
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 }
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1419 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1420 \begin_inset Foot
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 PDFの場合には、さらに元画像が圧縮されます。
1425 \end_layout
1426
1427 \end_inset
1428
1429 。たとえば、
1430 \family typewriter
1431 Adobe Photoshop
1432 \family default
1433 が生成するPDFファイルは、ビットマップ画像です。
1434 \end_layout
1435
1436 \begin_layout Standard
1437 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1438 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1439 \begin_inset Formula $\to$
1440 \end_inset
1441
1442 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1443 \end_layout
1444
1445 \begin_layout Chapter
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 ひょう@表
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \begin_layout Section
1460 はじめに
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 ひょう@表 ! はじめに
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Standard
1474
1475 \family roman
1476 \series medium
1477 \shape up
1478 \size normal
1479 \emph off
1480 \bar no
1481 \noun off
1482 \color none
1483 表を挿入するには、ツールバーボタ
1484 \family default
1485 \series default
1486 \shape default
1487 \size default
1488 \emph default
1489 \bar default
1490 \noun default
1491 \color inherit
1492
1493 \begin_inset Info
1494 type  "icon"
1495 arg   "tabular-insert"
1496 \end_inset
1497
1498
1499 \family roman
1500 \series medium
1501 \shape up
1502 \size normal
1503 \emph off
1504 \bar no
1505 \noun off
1506 \color none
1507
1508 \family sans
1509 \series default
1510 \shape default
1511 \size default
1512 \emph default
1513 \bar default
1514 \noun default
1515 \color inherit
1516 挿入\SpecialChar \menuseparator
1517
1518 \family default
1519 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1520 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1521 \begin_inset Newline newline
1522 \end_inset
1523
1524 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1525 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="4">
1532 <features rotate="0" tabularvalignment="middle">
1533 <column alignment="center" valignment="top">
1534 <column alignment="center" valignment="top">
1535 <column alignment="center" valignment="top">
1536 <column alignment="center" valignment="top">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 1
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 2
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 3
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 <row>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 </row>
1651 <row>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \end_layout
1685
1686 \end_inset
1687 </cell>
1688 </row>
1689 </lyxtabular>
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \begin_layout Section
1697 表ダイアログ
1698 \begin_inset Index idx
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 ひょう@表 ! だいあろぐ@ダイアログ
1703 \end_layout
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \begin_layout Standard
1711
1712 \family roman
1713 \series medium
1714 \shape up
1715 \size normal
1716 \emph off
1717 \bar no
1718 \noun off
1719 \color none
1720 表を右クリックすると、文脈依存メニューが表示されて、表を変更することができます。メニュー項目
1721 \family sans
1722 \series default
1723 \shape default
1724 \size default
1725 \emph default
1726 \bar default
1727 \noun default
1728 \color inherit
1729 詳細
1730 \family roman
1731 \series medium
1732 \shape up
1733 \size normal
1734 \emph off
1735 \bar no
1736 \noun off
1737 \color none
1738 以下では、現在カーソルが置かれているセルないし行・列の設定を調節することができます。文脈依存メニュー
1739 \family sans
1740 \series default
1741 \shape default
1742 \size default
1743 \emph default
1744 \bar default
1745 \noun default
1746 \color inherit
1747 詳細\SpecialChar \menuseparator
1748 設定
1749 \family roman
1750 \series medium
1751 \shape up
1752 \size normal
1753 \emph off
1754 \bar no
1755 \noun off
1756 \color none
1757 を選ぶと、ダイアログボックスが開いて、更に詳細な設定を行うことができます。また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセ
1758 ルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1759 \family default
1760 \series default
1761 \shape default
1762 \size default
1763 \emph default
1764 \bar default
1765 \noun default
1766 \color inherit
1767 セルの
1768 \emph on
1769 内容
1770 \emph default
1771 を選択するのと、セル自体を選択するのは異なることに注意して下さい。
1772 \begin_inset Newline newline
1773 \end_inset
1774
1775 ダイアログオプションの
1776 \family sans
1777 直ちに適用
1778 \family default
1779 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1780 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1781 \begin_inset Newline newline
1782 \end_inset
1783
1784 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1785 \end_layout
1786
1787 \begin_layout Description
1788
1789 \family sans
1790 表の設定
1791 \family default
1792  ここでは、現在列の幅と水平揃えを設定することができます。
1793 \family sans
1794 小数点で
1795 \family default
1796 とある揃えは、第
1797 \begin_inset CommandInset ref
1798 LatexCommand ref
1799 reference "sub:特殊なセル揃え"
1800
1801 \end_inset
1802
1803 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1804 は、第
1805 \begin_inset CommandInset ref
1806 LatexCommand ref
1807 reference "sub:複数行"
1808
1809 \end_inset
1810
1811 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1812 \begin_inset Newline newline
1813 \end_inset
1814
1815 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1816 \begin_inset CommandInset ref
1817 LatexCommand ref
1818 reference "sub:連結列"
1819
1820 \end_inset
1821
1822 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1823 \begin_inset CommandInset ref
1824 LatexCommand ref
1825 reference "sub:連結行"
1826
1827 \end_inset
1828
1829 節をご参照ください。
1830 \begin_inset Newline newline
1831 \end_inset
1832
1833 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1834 \begin_inset Newline newline
1835 \end_inset
1836
1837
1838 \begin_inset Note Greyedout
1839 status open
1840
1841 \begin_layout Plain Layout
1842
1843 \series bold
1844 【註】
1845 \series default
1846 DVIビューアのすべてが回転を表示できるわけではありません。
1847 \end_layout
1848
1849 \end_inset
1850
1851
1852 \begin_inset Newline newline
1853 \end_inset
1854
1855 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1856 \begin_inset Newline newline
1857 \end_inset
1858
1859 各種の揃えを適用した同一行中の表:
1860 \begin_inset Tabular
1861 <lyxtabular version="3" rows="2" columns="2">
1862 <features rotate="0" tabularvalignment="top">
1863 <column alignment="center" valignment="top" width="0pt">
1864 <column alignment="center" valignment="top">
1865 <row>
1866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 1
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 </row>
1885 <row>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890 A
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 </row>
1905 </lyxtabular>
1906
1907 \end_inset
1908
1909  
1910 \begin_inset Tabular
1911 <lyxtabular version="3" rows="2" columns="2">
1912 <features rotate="0" tabularvalignment="middle">
1913 <column alignment="center" valignment="top">
1914 <column alignment="center" valignment="top">
1915 <row>
1916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 1
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940 A
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 </lyxtabular>
1956
1957 \end_inset
1958
1959  
1960 \begin_inset Tabular
1961 <lyxtabular version="3" rows="2" columns="2">
1962 <features rotate="0" tabularvalignment="bottom">
1963 <column alignment="center" valignment="top" width="0pt">
1964 <column alignment="center" valignment="top">
1965 <row>
1966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979 1
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 </row>
1985 <row>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990 A
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 </lyxtabular>
2006
2007 \end_inset
2008
2009
2010 \begin_inset Newline newline
2011 \end_inset
2012
2013 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
2014 \begin_inset CommandInset ref
2015 LatexCommand ref
2016 reference "sub:連結列の計算"
2017
2018 \end_inset
2019
2020 節および第
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sec:色付きの表"
2024
2025 \end_inset
2026
2027 節をご参照下さい。
2028 \end_layout
2029
2030 \begin_layout Description
2031
2032 \family sans
2033 罫線
2034 \family default
2035  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2036 \begin_inset Newline newline
2037 \end_inset
2038
2039 様式オプションとして
2040 \family sans
2041 フォーマル様式
2042 \family default
2043 を使用すると、第
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "sec:フォーマル形式の表"
2047
2048 \end_inset
2049
2050 節に述べられているフォーマル様式の表に表を変換します。
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054 またここで、第
2055 \begin_inset CommandInset ref
2056 LatexCommand ref
2057 reference "sub:行の余白取り"
2058
2059 \end_inset
2060
2061 節に述べられているように、表の行に空白を追加することもできます。
2062 \end_layout
2063
2064 \begin_layout Description
2065
2066 \family sans
2067 長尺表
2068 \family default
2069  このタブは、複数のページにわたる、いわゆる「
2070 \emph on
2071 長尺表
2072 \emph default
2073 」を作るためのものです。第
2074 \begin_inset CommandInset ref
2075 LatexCommand ref
2076 reference "sec:長尺表"
2077
2078 \end_inset
2079
2080 節および第
2081 \begin_inset CommandInset ref
2082 LatexCommand ref
2083 reference "sec:長尺表にまつわる諸点"
2084
2085 \end_inset
2086
2087 節に、長尺表の機能に関する詳細な説明があります。
2088 \end_layout
2089
2090 \begin_layout Section
2091 表ツールバー
2092 \begin_inset Index idx
2093 status collapsed
2094
2095 \begin_layout Plain Layout
2096 ひょう@表 ! つーるばー@ツールバー
2097 \end_layout
2098
2099 \end_inset
2100
2101
2102 \end_layout
2103
2104 \begin_layout Standard
2105 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2106 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2107 \end_layout
2108
2109 \begin_layout Standard
2110 ツールバーには、以下のアイコンがあります。
2111 \end_layout
2112
2113 \begin_layout Labeling
2114 \labelwidthstring 00.00.0000
2115
2116 \family sans
2117 \begin_inset Info
2118 type  "icon"
2119 arg   "inset-modify tabular append-row"
2120 \end_inset
2121
2122
2123 \family default
2124  は、現在セルあるいは選択範囲の下に行を追加します。
2125 \end_layout
2126
2127 \begin_layout Labeling
2128 \labelwidthstring 00.00.0000
2129
2130 \family sans
2131 \begin_inset Info
2132 type  "icon"
2133 arg   "inset-modify tabular append-column"
2134 \end_inset
2135
2136
2137 \family default
2138  は、現在セルあるいは選択範囲の右に列を追加します。
2139 \end_layout
2140
2141 \begin_layout Labeling
2142 \labelwidthstring 00.00.0000
2143
2144 \family sans
2145 \begin_inset Info
2146 type  "icon"
2147 arg   "inset-modify tabular delete-row"
2148 \end_inset
2149
2150
2151 \family default
2152  は、現在行あるいは選択範囲行を削除します。
2153 \end_layout
2154
2155 \begin_layout Labeling
2156 \labelwidthstring 00.00.0000
2157
2158 \family sans
2159 \begin_inset Info
2160 type  "icon"
2161 arg   "inset-modify tabular delete-column"
2162 \end_inset
2163
2164
2165 \family default
2166  は、現在列あるいは選択範囲列を削除します。
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171 \begin_inset Info
2172 type  "icon"
2173 arg   "inset-modify tabular move-row-up"
2174 \end_inset
2175
2176  は、行を上に移動します。
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Info
2182 type  "icon"
2183 arg   "inset-modify tabular move-column-left"
2184 \end_inset
2185
2186  は、列を左に移動します。
2187 \end_layout
2188
2189 \begin_layout Labeling
2190 \labelwidthstring 00.00.0000
2191 \begin_inset Info
2192 type  "icon"
2193 arg   "inset-modify tabular move-row-down"
2194 \end_inset
2195
2196  は、行を下に移動します。
2197 \end_layout
2198
2199 \begin_layout Labeling
2200 \labelwidthstring 00.00.0000
2201 \begin_inset Info
2202 type  "icon"
2203 arg   "inset-modify tabular move-column-right"
2204 \end_inset
2205
2206  は、列を右に移動します。
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211
2212 \family sans
2213 \begin_inset Info
2214 type  "icon"
2215 arg   "inset-modify tabular toggle-line-top"
2216 \end_inset
2217
2218
2219 \family default
2220  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2221 \end_layout
2222
2223 \begin_layout Labeling
2224 \labelwidthstring 00.00.0000
2225
2226 \family sans
2227 \begin_inset Info
2228 type  "icon"
2229 arg   "inset-modify tabular toggle-line-bottom"
2230 \end_inset
2231
2232
2233 \family default
2234  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2235 \end_layout
2236
2237 \begin_layout Labeling
2238 \labelwidthstring 00.00.0000
2239
2240 \family sans
2241 \begin_inset Info
2242 type  "icon"
2243 arg   "inset-modify tabular toggle-line-left"
2244 \end_inset
2245
2246
2247 \family default
2248  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2249 \end_layout
2250
2251 \begin_layout Labeling
2252 \labelwidthstring 00.00.0000
2253
2254 \family sans
2255 \begin_inset Info
2256 type  "icon"
2257 arg   "inset-modify tabular toggle-line-right"
2258 \end_inset
2259
2260
2261 \family default
2262  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2263 \end_layout
2264
2265 \begin_layout Labeling
2266 \labelwidthstring 00.00.0000
2267
2268 \family sans
2269 \begin_inset Info
2270 type  "icon"
2271 arg   "inset-modify tabular set-all-lines"
2272 \end_inset
2273
2274
2275 \family default
2276  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2277 \end_layout
2278
2279 \begin_layout Labeling
2280 \labelwidthstring 00.00.0000
2281
2282 \family sans
2283 \begin_inset Info
2284 type  "icon"
2285 arg   "inset-modify tabular unset-all-lines"
2286 \end_inset
2287
2288
2289 \family default
2290  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295
2296 \family sans
2297 \begin_inset Info
2298 type  "icon"
2299 arg   "inset-modify tabular m-align-left"
2300 \end_inset
2301
2302
2303 \family default
2304  は、現在セルあるいは現在列の内容を左揃えにします。
2305 \end_layout
2306
2307 \begin_layout Labeling
2308 \labelwidthstring 00.00.0000
2309
2310 \family sans
2311 \begin_inset Info
2312 type  "icon"
2313 arg   "inset-modify tabular m-align-center"
2314 \end_inset
2315
2316
2317 \family default
2318  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2319 \end_layout
2320
2321 \begin_layout Labeling
2322 \labelwidthstring 00.00.0000
2323
2324 \family sans
2325 \begin_inset Info
2326 type  "icon"
2327 arg   "inset-modify tabular m-align-right"
2328 \end_inset
2329
2330
2331 \family default
2332  は、現在セルあるいは現在列の内容を右揃えにします。
2333 \end_layout
2334
2335 \begin_layout Labeling
2336 \labelwidthstring 00.00.0000
2337
2338 \family sans
2339 \begin_inset Info
2340 type  "icon"
2341 arg   "inset-modify tabular align-decimal"
2342 \end_inset
2343
2344
2345 \family default
2346  は、現在セルの内容を特定文字位置で揃えます。
2347 \end_layout
2348
2349 \begin_layout Labeling
2350 \labelwidthstring 00.00.0000
2351
2352 \family sans
2353 \begin_inset Info
2354 type  "icon"
2355 arg   "inset-modify tabular m-valign-top"
2356 \end_inset
2357
2358
2359 \family default
2360  は、現在セルの内容を垂直方向上揃えにします。
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365
2366 \family sans
2367 \begin_inset Info
2368 type  "icon"
2369 arg   "inset-modify tabular m-valign-middle"
2370 \end_inset
2371
2372
2373 \family default
2374  は、現在セルの内容を垂直方向中央揃えにします。
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379
2380 \family sans
2381 \begin_inset Info
2382 type  "icon"
2383 arg   "inset-modify tabular m-valign-bottom"
2384 \end_inset
2385
2386
2387 \family default
2388  は、現在セルの内容を垂直方向下揃えにします。
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393
2394 \family sans
2395 \begin_inset Info
2396 type  "icon"
2397 arg   "inset-modify tabular set-rotate-cell"
2398 \end_inset
2399
2400
2401 \family default
2402  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407
2408 \family sans
2409 \begin_inset Info
2410 type  "icon"
2411 arg   "inset-modify tabular set-rotate-tabular"
2412 \end_inset
2413
2414
2415 \family default
2416  は、表全体を反時計廻りに90度回転します。
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421
2422 \family sans
2423 \begin_inset Info
2424 type  "icon"
2425 arg   "inset-modify tabular multicolumn"
2426 \end_inset
2427
2428
2429 \family default
2430  は、現在セルあるいは選択範囲を連結列にします。
2431 \end_layout
2432
2433 \begin_layout Labeling
2434 \labelwidthstring 00.00.0000
2435
2436 \family sans
2437 \begin_inset Info
2438 type  "icon"
2439 arg   "inset-modify tabular multirow"
2440 \end_inset
2441
2442
2443 \family default
2444  は、現在セルあるいは選択範囲を連結行にします。
2445 \end_layout
2446
2447 \begin_layout Standard
2448 \begin_inset Note Greyedout
2449 status open
2450
2451 \begin_layout Plain Layout
2452
2453 \series bold
2454 【註】
2455 \series default
2456 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2457 \end_layout
2458
2459 \end_inset
2460
2461
2462 \end_layout
2463
2464 \begin_layout Section
2465 表編集メニュー
2466 \begin_inset Index idx
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Standard
2479 表ダイアログと表ツールバーの他に、
2480 \family sans
2481 編集\SpecialChar \menuseparator
2482
2483 \family default
2484 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2485 部にあるときのみ、表示されます。
2486 \end_layout
2487
2488 \begin_layout Section
2489 表フロート
2490 \begin_inset CommandInset label
2491 LatexCommand label
2492 name "sec:表フロート"
2493
2494 \end_inset
2495
2496
2497 \begin_inset Index idx
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501 ふろーと@フロート ! ひょう@表
2502 \end_layout
2503
2504 \end_inset
2505
2506
2507 \begin_inset Index idx
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 ひょう@表 ! ふろーと@フロート
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Standard
2520 フロートの一般的な説明については、第
2521 \begin_inset CommandInset ref
2522 LatexCommand ref
2523 reference "sec:フロートはじめに"
2524
2525 \end_inset
2526
2527 節をご覧下さい。
2528 \end_layout
2529
2530 \begin_layout Standard
2531 \begin_inset Float table
2532 placement h
2533 wide false
2534 sideways false
2535 status open
2536
2537 \begin_layout Plain Layout
2538 \begin_inset Caption Standard
2539
2540 \begin_layout Plain Layout
2541 \begin_inset CommandInset label
2542 LatexCommand label
2543 name "tab:表フロート"
2544
2545 \end_inset
2546
2547 表フロート
2548 \end_layout
2549
2550 \end_inset
2551
2552
2553 \end_layout
2554
2555 \begin_layout Plain Layout
2556 \align center
2557 \begin_inset Tabular
2558 <lyxtabular version="3" rows="3" columns="3">
2559 <features rotate="0" tabularvalignment="middle">
2560 <column alignment="center" valignment="top" width="0pt">
2561 <column alignment="center" valignment="top" width="0pt">
2562 <column alignment="center" valignment="top" width="0pt">
2563 <row>
2564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2565 \begin_inset Text
2566
2567 \begin_layout Plain Layout
2568
2569 \family roman
2570 \series medium
2571 \shape up
2572 \size normal
2573 \emph off
2574 \bar no
2575 \noun off
2576 \color none
2577 1
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2583 \begin_inset Text
2584
2585 \begin_layout Plain Layout
2586
2587 \family roman
2588 \series medium
2589 \shape up
2590 \size normal
2591 \emph off
2592 \bar no
2593 \noun off
2594 \color none
2595 2
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2601 \begin_inset Text
2602
2603 \begin_layout Plain Layout
2604
2605 \family roman
2606 \series medium
2607 \shape up
2608 \size normal
2609 \emph off
2610 \bar no
2611 \noun off
2612 \color none
2613 3
2614 \end_layout
2615
2616 \end_inset
2617 </cell>
2618 </row>
2619 <row>
2620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2621 \begin_inset Text
2622
2623 \begin_layout Plain Layout
2624 森嶋
2625 \end_layout
2626
2627 \end_inset
2628 </cell>
2629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2630 \begin_inset Text
2631
2632 \begin_layout Plain Layout
2633 宇沢
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642 二階堂
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 </row>
2648 <row>
2649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Plain Layout
2653
2654 \family roman
2655 \series medium
2656 \shape up
2657 \size normal
2658 \emph off
2659 \bar no
2660 \noun off
2661 \color none
2662 \begin_inset Formula $\int x^{2}dx$
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \end_inset
2669 </cell>
2670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Plain Layout
2674
2675 \family roman
2676 \series medium
2677 \shape up
2678 \size normal
2679 \emph off
2680 \bar no
2681 \noun off
2682 \color none
2683 \begin_inset Formula $\left[\begin{array}{cc}
2684 a & b\\
2685 c & d
2686 \end{array}\right]$
2687 \end_inset
2688
2689
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698
2699 \family roman
2700 \series medium
2701 \shape up
2702 \size normal
2703 \emph off
2704 \bar no
2705 \noun off
2706 \color none
2707 \begin_inset Formula $1+1=2$
2708 \end_inset
2709
2710
2711 \end_layout
2712
2713 \end_inset
2714 </cell>
2715 </row>
2716 </lyxtabular>
2717
2718 \end_inset
2719
2720
2721 \end_layout
2722
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \begin_layout Standard
2729 表フロートは、
2730 \family sans
2731 挿入
2732 \shape up
2733 \SpecialChar \menuseparator
2734 フロート\SpecialChar \menuseparator
2735
2736 \family default
2737 \shape default
2738 メニューかツールバーボタン
2739 \family sans
2740
2741 \begin_inset Info
2742 type  "icon"
2743 arg   "float-insert table"
2744 \end_inset
2745
2746
2747 \family default
2748 を使うと挿入することができます。
2749 \end_layout
2750
2751 \begin_layout Standard
2752 フロートは折りたたむことのできるボックスとして表示され、中には「表
2753 \begin_inset space ~
2754 \end_inset
2755
2756 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2757 \end_layout
2758
2759 \begin_layout Standard
2760
2761 \begin_inset space ~
2762 \end_inset
2763
2764
2765 \begin_inset CommandInset ref
2766 LatexCommand ref
2767 reference "tab:表フロート"
2768
2769 \end_inset
2770
2771 は、表フロートに入れた表の例です。
2772 \end_layout
2773
2774 \begin_layout Standard
2775 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2776 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2777 eXパッケージの
2778 \series bold
2779 caption
2780 \series default
2781
2782 \begin_inset Index idx
2783 status collapsed
2784
2785 \begin_layout Plain Layout
2786 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \begin_layout Standard
2795
2796 \series bold
2797 tableposition=top
2798 \end_layout
2799
2800 \begin_layout Standard
2801 というオプションとともにloadコマンドを使って読み込んでください
2802 \begin_inset Foot
2803 status collapsed
2804
2805 \begin_layout Plain Layout
2806 詳しくは、第
2807 \begin_inset CommandInset ref
2808 LatexCommand ref
2809 reference "sec:キャプションの配置"
2810
2811 \end_inset
2812
2813 節をご覧下さい。
2814 \end_layout
2815
2816 \end_inset
2817
2818 。キャプション書式を調整するには、第
2819 \begin_inset CommandInset ref
2820 LatexCommand ref
2821 reference "sec:キャプションの書式設定"
2822
2823 \end_inset
2824
2825 節にものべられているように
2826 \series bold
2827 caption
2828 \series default
2829 パッケージを使用します。
2830 \end_layout
2831
2832 \begin_layout Standard
2833 \begin_inset Index idx
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837 さんしょう@参照 ! ひょうへの@表への
2838 \end_layout
2839
2840 \end_inset
2841
2842 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2843 \family sans
2844 挿入\SpecialChar \menuseparator
2845 ラベル
2846 \family default
2847 メニューかツールバーボタンの
2848 \family sans
2849
2850 \begin_inset Info
2851 type  "icon"
2852 arg   "label-insert"
2853 \end_inset
2854
2855
2856 \family default
2857 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2858 相互参照メニューかツールバーボタンの
2859 \family sans
2860
2861 \begin_inset Info
2862 type  "icon"
2863 arg   "dialog-show-new-inset ref"
2864 \end_inset
2865
2866
2867 \family default
2868 を用いて、このラベルを参照することができます。
2869 \begin_inset Newline newline
2870 \end_inset
2871
2872 参照は、第
2873 \begin_inset CommandInset ref
2874 LatexCommand ref
2875 reference "sec:フロートの参照"
2876
2877 \end_inset
2878
2879 節で詳細に説明されています。
2880 \end_layout
2881
2882 \begin_layout Section
2883 長尺表
2884 \begin_inset CommandInset label
2885 LatexCommand label
2886 name "sec:長尺表"
2887
2888 \end_inset
2889
2890
2891 \begin_inset Index idx
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895 ちょうしゃくひょう@長尺表
2896 \end_layout
2897
2898 \end_inset
2899
2900
2901 \begin_inset Index idx
2902 status collapsed
2903
2904 \begin_layout Plain Layout
2905 ひょう@表 ! ちょうしゃくひょう@長尺表
2906 \end_layout
2907
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \begin_layout Standard
2914 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2915 \family sans
2916 長尺表
2917 \family default
2918 タブにある
2919 \family sans
2920 長尺表を使う
2921 \family default
2922 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2923 することができるようになります。
2924 \end_layout
2925
2926 \begin_layout Description
2927 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2928 \family roman
2929 \series medium
2930 \shape up
2931 \size normal
2932 \emph off
2933 \bar no
2934 \noun off
2935 \color none
2936 ただし、
2937 \family sans
2938 \series default
2939 \shape default
2940 \size default
2941 \emph default
2942 \bar default
2943 \noun default
2944 \color inherit
2945 冒頭ヘッダ
2946 \family roman
2947 \series medium
2948 \shape up
2949 \size normal
2950 \emph off
2951 \bar no
2952 \noun off
2953 \color none
2954 が定義されているときは、冒頭ページを除きます。
2955 \family default
2956 \series default
2957 \shape default
2958 \size default
2959 \emph default
2960 \bar default
2961 \noun default
2962 \color inherit
2963 これと区別して、このヘッダは本体ヘッダと呼びます。
2964 \end_layout
2965
2966 \begin_layout Description
2967 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2968 \end_layout
2969
2970 \begin_layout Description
2971 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2972 \family roman
2973 \series medium
2974 \shape up
2975 \size normal
2976 \emph off
2977 \bar no
2978 \noun off
2979 \color none
2980 ただし、
2981 \family sans
2982 \series default
2983 \shape default
2984 \size default
2985 \emph default
2986 \bar default
2987 \noun default
2988 \color inherit
2989 末尾フッタ
2990 \family roman
2991 \series medium
2992 \shape up
2993 \size normal
2994 \emph off
2995 \bar no
2996 \noun off
2997 \color none
2998 が定義されているときは、末尾ページを除きます。
2999 \end_layout
3000
3001 \begin_layout Description
3002 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
3003 \end_layout
3004
3005 \begin_layout Description
3006 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
3007 \begin_inset CommandInset ref
3008 LatexCommand ref
3009 reference "sub:長尺表のキャプション"
3010
3011 \end_inset
3012
3013 節で説明されています。
3014 \end_layout
3015
3016 \begin_layout Standard
3017 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
3018 \end_layout
3019
3020 \begin_layout Standard
3021 \align center
3022 \begin_inset Tabular
3023 <lyxtabular version="3" rows="69" columns="3">
3024 <features rotate="0" islongtable="true" longtabularalignment="center">
3025 <column alignment="left" valignment="top" width="0cm">
3026 <column alignment="left" valignment="top" width="0pt">
3027 <column alignment="center" valignment="top" width="0pt">
3028 <row endfirsthead="true">
3029 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033
3034 \series bold
3035 例示用電話帳(名前は無視してください)
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 </row>
3059 <row endfirsthead="true">
3060 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 氏名
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082
3083 \series bold
3084 TEL.
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 </row>
3090 <row endhead="true">
3091 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095
3096 \series bold
3097 例示用電話帳
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 </row>
3121 <row endhead="true">
3122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 氏名
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144
3145 \series bold
3146 TEL.
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row endfoot="true">
3153 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 次頁へつづく
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row>
3182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \series bold
3188 Annovi
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 Silvia
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 111
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 Bertoli
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 Stefano
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 111
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \series bold
3250 Bozzi
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Walter
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 111
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 Cachia
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Maria
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 111
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row>
3306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Cachia
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Maurizio
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 111
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 Cinquemani
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Giusi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 111
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 Colin
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 Bernard
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 111
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 Concli
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Gianfranco
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 111
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Dal Bosco
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Carolina
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 111
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Dalpiaz
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Annamaria
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 111
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Feliciello
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 Domenico
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 111
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Focarelli
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Paola
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Galletti
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Oreste
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Gasparini
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Franca
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Rizzardi
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Paola
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Lassini
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Giancarlo
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Malfatti
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Luciano
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Malfatti
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Valeriano
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Meneguzzo
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Roberto
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Mezzadra
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Roberto
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Pirpamer
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Erich
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Pochiesa
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Paolo
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111, 222
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Radina
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Claudio
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Stuffer
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Oskar
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Tacchelli
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Ugo
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Tezzele
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Margit
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Unterkalmsteiner
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Frieda
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Vieider
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Hilde
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Vigna
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Jürgen
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Weber
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Maurizio
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Winkler
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Franz
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147  
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Annovi
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Silvia
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 555
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Bertoli
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Stefano
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 555
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Bozzi
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Walter
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 555
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Cachia
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Maria
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 555
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Cachia
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Maurizio
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 555
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Cinquemani
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Giusi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 555
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Colin
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Bernard
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 555
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Concli
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Gianfranco
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 555
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Dal Bosco
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Carolina
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 555
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Dalpiaz
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Annamaria
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 555
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Feliciello
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Domenico
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 555
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Focarelli
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Paola
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Galletti
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Oreste
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Gasparini
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Franca
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Rizzardi
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Paola
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Lassini
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Giancarlo
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Malfatti
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Luciano
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Malfatti
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Valeriano
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Meneguzzo
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Roberto
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Mezzadra
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Roberto
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Pirpamer
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Erich
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Pochiesa
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Paolo
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555, 222
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Radina
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Claudio
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Stuffer
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Oskar
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Tacchelli
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Ugo
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Tezzele
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Margit
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Unterkalmsteiner
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Frieda
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Vieider
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Hilde
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Vigna
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Jürgen
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 999
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Weber
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Maurizio
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 555
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Winkler
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Franz
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row endlastfoot="true">
5133 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 以上
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 </lyxtabular>
5162
5163 \end_inset
5164
5165
5166 \begin_inset ERT
5167 status collapsed
5168
5169 \begin_layout Plain Layout
5170
5171
5172 \backslash
5173 addtocounter{table}{-1}
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \begin_inset Note Note
5180 status collapsed
5181
5182 \begin_layout Plain Layout
5183 本コマンドの説明については、第
5184 \begin_inset CommandInset ref
5185 LatexCommand ref
5186 reference "sub:長尺表のキャプション"
5187
5188 \end_inset
5189
5190 節の最初の淡色注釈をご覧下さい。
5191 \end_layout
5192
5193 \end_inset
5194
5195
5196 \end_layout
5197
5198 \begin_layout Subsection
5199 長尺表での脚注
5200 \begin_inset CommandInset label
5201 LatexCommand label
5202 name "sub:長尺表での脚注"
5203
5204 \end_inset
5205
5206
5207 \begin_inset Index idx
5208 status collapsed
5209
5210 \begin_layout Plain Layout
5211 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5212 \end_layout
5213
5214 \end_inset
5215
5216
5217 \end_layout
5218
5219 \begin_layout Standard
5220 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5221 \begin_inset CommandInset ref
5222 LatexCommand ref
5223 reference "tab:別キャプション"
5224
5225 \end_inset
5226
5227 には脚注が付いています。
5228 \end_layout
5229
5230 \begin_layout Subsection
5231 長尺表の縦横揃え
5232 \begin_inset Index idx
5233 status collapsed
5234
5235 \begin_layout Plain Layout
5236 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5237 \end_layout
5238
5239 \end_inset
5240
5241
5242 \end_layout
5243
5244 \begin_layout Standard
5245 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5246 設定してから
5247 \end_layout
5248
5249 \begin_layout Standard
5250
5251 \series bold
5252
5253 \backslash
5254 setlength{
5255 \backslash
5256 LTleft}{値}
5257 \end_layout
5258
5259 \begin_layout Standard
5260 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5261 \series bold
5262
5263 \backslash
5264 LTleft
5265 \series default
5266 および
5267 \series bold
5268
5269 \backslash
5270 LTright
5271 \series default
5272 の値を変更しなくてはなりません。ここで「値」は、第
5273 \begin_inset CommandInset ref
5274 LatexCommand ref
5275 reference "tab:単位"
5276
5277 \end_inset
5278
5279 表に挙げてある単位であれば、どの単位を取ることもできます。
5280 \series bold
5281
5282 \backslash
5283 LTleft
5284 \series default
5285 は、左頁余白から長尺表までの水平方向の距離を制御し、
5286 \series bold
5287
5288 \backslash
5289 LTright
5290 \series default
5291 は、右頁余白からの距離を制御します。これらの長さの既定値は
5292 \series bold
5293
5294 \backslash
5295 fill
5296 \series default
5297 となっており、LyXの水平フィルと同等になっています。
5298 \end_layout
5299
5300 \begin_layout Standard
5301 以下の長尺表は、中央揃えの上、
5302 \series bold
5303
5304 \backslash
5305 LTleft
5306 \series default
5307
5308 \family sans
5309 0.1
5310 \backslash
5311 columnwidth
5312 \family default
5313 に設定してあります。
5314 \begin_inset ERT
5315 status collapsed
5316
5317 \begin_layout Plain Layout
5318
5319
5320 \backslash
5321 setlength{
5322 \backslash
5323 LTleft}{0.1
5324 \backslash
5325 columnwidth}
5326 \end_layout
5327
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \begin_layout Standard
5334 \begin_inset Tabular
5335 <lyxtabular version="3" rows="5" columns="5">
5336 <features rotate="0" islongtable="true" longtabularalignment="center">
5337 <column alignment="center" valignment="top">
5338 <column alignment="center" valignment="top">
5339 <column alignment="center" valignment="top">
5340 <column alignment="center" valignment="top">
5341 <column alignment="center" valignment="top">
5342 <row>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 1
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 2
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 3
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 4
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 5
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 </row>
5389 <row>
5390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 いろは
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 いろは
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 </row>
5436 <row>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 いろは
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 いろは
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 いろは
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 いろは
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 いろは
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 いろは
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 いろは
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 いろは
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 いろは
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 </lyxtabular>
5578
5579 \end_inset
5580
5581
5582 \begin_inset ERT
5583 status collapsed
5584
5585 \begin_layout Plain Layout
5586
5587
5588 \backslash
5589 setlength{
5590 \backslash
5591 LTleft}{
5592 \backslash
5593 fill}
5594 \end_layout
5595
5596 \end_inset
5597
5598
5599 \begin_inset ERT
5600 status collapsed
5601
5602 \begin_layout Plain Layout
5603
5604
5605 \backslash
5606 addtocounter{table}{-1}
5607 \end_layout
5608
5609 \end_inset
5610
5611
5612 \begin_inset Note Note
5613 status collapsed
5614
5615 \begin_layout Plain Layout
5616 このコマンドの説明に関しては、第
5617 \begin_inset CommandInset ref
5618 LatexCommand ref
5619 reference "sub:長尺表のキャプション"
5620
5621 \end_inset
5622
5623 節の最初の淡色注釈をご覧下さい。
5624 \end_layout
5625
5626 \end_inset
5627
5628
5629 \end_layout
5630
5631 \begin_layout Subsection
5632 長尺表のキャプション
5633 \begin_inset Index idx
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \begin_inset CommandInset label
5644 LatexCommand label
5645 name "sub:長尺表のキャプション"
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5654 \begin_inset CommandInset ref
5655 LatexCommand ref
5656 reference "sec:長尺表"
5657
5658 \end_inset
5659
5660 節に述べられているように、ある行で長尺表オプションの
5661 \family sans
5662 キャプション
5663 \family default
5664 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5665 \family sans
5666 冒頭ヘッダ
5667 \family default
5668
5669 \family sans
5670 ヘッダ
5671 \family default
5672
5673 \family sans
5674 フッタ
5675 \family default
5676
5677 \family sans
5678 末尾フッタ
5679 \family default
5680 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5681 \end_layout
5682
5683 \begin_layout Standard
5684 以下は、動作を確認するための短い長尺表です。
5685 \end_layout
5686
5687 \begin_layout Standard
5688 \begin_inset Tabular
5689 <lyxtabular version="3" rows="6" columns="5">
5690 <features rotate="0" islongtable="true" longtabularalignment="center">
5691 <column alignment="center" valignment="top">
5692 <column alignment="center" valignment="top">
5693 <column alignment="center" valignment="top">
5694 <column alignment="center" valignment="top">
5695 <column alignment="center" valignment="top">
5696 <row endfirsthead="true" caption="true">
5697 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 \begin_inset Caption Standard
5702
5703 \begin_layout Plain Layout
5704 キャプション付き長尺表
5705 \begin_inset Argument 1
5706 status collapsed
5707
5708 \begin_layout Plain Layout
5709 長尺表
5710 \end_layout
5711
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 <row>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 1
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 2
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 3
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 4
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 5
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 いろは
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 いろは
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 </row>
5855 <row>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 いろは
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 いろは
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 いろは
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 いろは
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 いろは
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 いろは
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 いろは
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 いろは
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 いろは
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 </lyxtabular>
5997
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset VSpace medskip
6005 \end_inset
6006
6007
6008 \begin_inset Note Greyedout
6009 status open
6010
6011 \begin_layout Plain Layout
6012
6013 \series bold
6014 【註1】
6015 \series default
6016 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
6017 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
6018 \end_layout
6019
6020 \begin_layout Plain Layout
6021
6022 \series bold
6023
6024 \backslash
6025 addtocounter{table}{-1}
6026 \end_layout
6027
6028 \begin_layout Plain Layout
6029 というコマンドを挿入する方法があります。
6030 \end_layout
6031
6032 \begin_layout Plain Layout
6033 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
6034 \end_layout
6035
6036 \begin_layout Plain Layout
6037
6038 \series bold
6039
6040 \backslash
6041 let
6042 \backslash
6043 myEnd
6044 \backslash
6045 endlongtable
6046 \begin_inset Newline newline
6047 \end_inset
6048
6049
6050 \backslash
6051 renewcommand{
6052 \backslash
6053 endlongtable}{
6054 \backslash
6055 myEnd
6056 \backslash
6057 addtocounter{table}{-1}}
6058 \end_layout
6059
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \begin_layout Standard
6066 \begin_inset Note Greyedout
6067 status open
6068
6069 \begin_layout Plain Layout
6070
6071 \series bold
6072 【註2】
6073 \series default
6074 相互参照をリンクするために、
6075 \family sans
6076 文書設定
6077 \family default
6078 ダイアログの
6079 \family sans
6080 PDF特性
6081 \family default
6082
6083 \series bold
6084 hyperref
6085 \series default
6086
6087 \begin_inset Index idx
6088 status collapsed
6089
6090 \begin_layout Plain Layout
6091 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6092 \end_layout
6093
6094 \end_inset
6095
6096 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6097 \end_layout
6098
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \begin_layout Subsubsection
6105 長尺表への参照
6106 \begin_inset Index idx
6107 status collapsed
6108
6109 \begin_layout Plain Layout
6110 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6111 \end_layout
6112
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \begin_layout Standard
6119 \begin_inset Tabular
6120 <lyxtabular version="3" rows="6" columns="5">
6121 <features rotate="0" islongtable="true" longtabularalignment="center">
6122 <column alignment="center" valignment="top">
6123 <column alignment="center" valignment="top">
6124 <column alignment="center" valignment="top">
6125 <column alignment="center" valignment="top">
6126 <column alignment="center" valignment="top">
6127 <row endfirsthead="true" caption="true">
6128 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 \begin_inset Caption Standard
6133
6134 \begin_layout Plain Layout
6135 参照された長尺表
6136 \begin_inset CommandInset label
6137 LatexCommand label
6138 name "tab:参照例"
6139
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 1
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 2
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 3
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 4
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 5
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 </row>
6236 <row>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 いろは
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 いろは
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 </row>
6283 <row>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 いろは
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 いろは
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 </row>
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 いろは
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 いろは
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 </row>
6377 <row>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 いろは
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 いろは
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 いろは
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 いろは
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 いろは
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 </row>
6424 </lyxtabular>
6425
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \begin_layout Standard
6432 長尺表を参照するには、キャプションにラベルを挿入してください。
6433 \end_layout
6434
6435 \begin_layout Standard
6436 これは表
6437 \begin_inset CommandInset ref
6438 LatexCommand ref
6439 reference "tab:参照例"
6440
6441 \end_inset
6442
6443 への参照です。
6444 \end_layout
6445
6446 \begin_layout Standard
6447 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6448 \series bold
6449 caption
6450 \series default
6451
6452 \begin_inset Index idx
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6457 \end_layout
6458
6459 \end_inset
6460
6461 を使用して設定することができます。第
6462 \begin_inset CommandInset ref
6463 LatexCommand ref
6464 reference "sec:キャプションの書式設定"
6465
6466 \end_inset
6467
6468 節をご覧下さい。
6469 \end_layout
6470
6471 \begin_layout Subsubsection
6472 キャプションの幅
6473 \begin_inset Index idx
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6478 \end_layout
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \begin_layout Standard
6486 キャプション行の最大長は、長さ
6487 \series bold
6488
6489 \backslash
6490 LTcapwidth
6491 \series default
6492 によって指定することができます。既定値は4
6493 \begin_inset space \thinspace{}
6494 \end_inset
6495
6496 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6497 \end_layout
6498
6499 \begin_layout Standard
6500
6501 \series bold
6502
6503 \backslash
6504 setlength{
6505 \backslash
6506 LTcapwidth}{幅}
6507 \end_layout
6508
6509 \begin_layout Standard
6510 というコマンドを書き加えて下さい。ここで「幅」には、付録
6511 \begin_inset CommandInset ref
6512 LatexCommand ref
6513 reference "cha:LyXで使用できる単位"
6514
6515 \end_inset
6516
6517 に挙げられている単位を取ることができます。
6518 \end_layout
6519
6520 \begin_layout Standard
6521 以下の各表で違いを示します。
6522 \end_layout
6523
6524 \begin_layout Standard
6525 \begin_inset Tabular
6526 <lyxtabular version="3" rows="6" columns="5">
6527 <features rotate="0" islongtable="true" longtabularalignment="center">
6528 <column alignment="center" valignment="top">
6529 <column alignment="center" valignment="top">
6530 <column alignment="center" valignment="top">
6531 <column alignment="center" valignment="top">
6532 <column alignment="center" valignment="top">
6533 <row endfirsthead="true" caption="true">
6534 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 \begin_inset Caption Standard
6539
6540 \begin_layout Plain Layout
6541 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6542 \begin_inset Argument 1
6543 status collapsed
6544
6545 \begin_layout Plain Layout
6546 既定幅のキャプション
6547 \end_layout
6548
6549 \end_inset
6550
6551
6552 \end_layout
6553
6554 \end_inset
6555
6556
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 </row>
6598 <row>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 1
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 2
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 3
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 4
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 5
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 </row>
6645 <row>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 いろは
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 いろは
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 </row>
6692 <row>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 いろは
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 いろは
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 </row>
6739 <row>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 いろは
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 いろは
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 いろは
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 いろは
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 いろは
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 いろは
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 いろは
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 </lyxtabular>
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Standard
6841 \begin_inset ERT
6842 status collapsed
6843
6844 \begin_layout Plain Layout
6845
6846
6847 \backslash
6848 setlength{
6849 \backslash
6850 LTcapwidth}{5cm}
6851 \end_layout
6852
6853 \end_inset
6854
6855
6856 \begin_inset Tabular
6857 <lyxtabular version="3" rows="6" columns="5">
6858 <features rotate="0" islongtable="true" longtabularalignment="center">
6859 <column alignment="center" valignment="top">
6860 <column alignment="center" valignment="top">
6861 <column alignment="center" valignment="top">
6862 <column alignment="center" valignment="top">
6863 <column alignment="center" valignment="top">
6864 <row endfirsthead="true" caption="true">
6865 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 \begin_inset Caption Standard
6870
6871 \begin_layout Plain Layout
6872 5
6873 \begin_inset space \thinspace{}
6874 \end_inset
6875
6876 cm幅のなが〜いフルタイトル・5
6877 \begin_inset space \thinspace{}
6878 \end_inset
6879
6880 cm幅のなが〜いフルタイトル・5
6881 \begin_inset space \thinspace{}
6882 \end_inset
6883
6884 cm幅のなが〜いフルタイトル
6885 \begin_inset Argument 1
6886 status collapsed
6887
6888 \begin_layout Plain Layout
6889 5
6890 \begin_inset space \thinspace{}
6891 \end_inset
6892
6893 cm幅のキャプション
6894 \end_layout
6895
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \end_inset
6902
6903
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 1
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 2
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 3
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 4
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 5
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 いろは
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 いろは
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 いろは
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 いろは
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 いろは
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 いろは
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 </row>
7133 <row>
7134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 いろは
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 いろは
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 いろは
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 いろは
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 いろは
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 </row>
7180 </lyxtabular>
7181
7182 \end_inset
7183
7184
7185 \end_layout
7186
7187 \begin_layout Standard
7188 \begin_inset ERT
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192
7193
7194 \backslash
7195 setlength{
7196 \backslash
7197 LTcapwidth}{4in}
7198 \end_layout
7199
7200 \end_inset
7201
7202
7203 \end_layout
7204
7205 \begin_layout Standard
7206 \begin_inset Note Greyedout
7207 status open
7208
7209 \begin_layout Plain Layout
7210
7211 \series bold
7212 【註】
7213 \series default
7214 この文書のようにLaTeXパッケージの
7215 \series bold
7216 caption
7217 \series default
7218
7219 \begin_inset Index idx
7220 status collapsed
7221
7222 \begin_layout Plain Layout
7223 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7224 \end_layout
7225
7226 \end_inset
7227
7228 を使用している時には、
7229 \series bold
7230
7231 \backslash
7232 LTcapwidth
7233 \series default
7234 に既定値の4
7235 \begin_inset space \thinspace{}
7236 \end_inset
7237
7238 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7239 \begin_inset space \thinspace{}
7240 \end_inset
7241
7242 in幅のキャプションを作るには、3.99
7243 \begin_inset space \thinspace{}
7244 \end_inset
7245
7246 inのように4.0
7247 \begin_inset space \thinspace{}
7248 \end_inset
7249
7250 inと少し違う値を指定するか、
7251 \series bold
7252 caption
7253 \series default
7254 パッケージが提供している
7255 \series bold
7256
7257 \backslash
7258 captionsetup{width=値}
7259 \series default
7260 というLaTeXコマンドを用いる方法があります。
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \begin_layout Subsubsection
7269 表の各ページごとに異なるキャプション
7270 \begin_inset Index idx
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7275 \end_layout
7276
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \begin_layout Standard
7283 次頁以降の表キャプションを、1頁めとは異なるものにしたい場合には、キャプションを入れる空行をヘッダに指定して下さい。それから、キャプションを右クリックして、文脈
7284 依存メニューから
7285 \family sans
7286 キャプション(無番長尺表)
7287 \family default
7288 を選択してください。表
7289 \begin_inset CommandInset ref
7290 LatexCommand ref
7291 reference "tab:別キャプション"
7292
7293 \end_inset
7294
7295 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7296 \end_layout
7297
7298 \begin_layout Standard
7299 \align center
7300 \begin_inset Tabular
7301 <lyxtabular version="3" rows="59" columns="3">
7302 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7303 <column alignment="left" valignment="top" width="0cm">
7304 <column alignment="left" valignment="top" width="0pt">
7305 <column alignment="center" valignment="top" width="0pt">
7306 <row endfirsthead="true" caption="true">
7307 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 \begin_inset Caption Standard
7312
7313 \begin_layout Plain Layout
7314 例示用電話帳
7315 \begin_inset CommandInset label
7316 LatexCommand label
7317 name "tab:別キャプション"
7318
7319 \end_inset
7320
7321
7322 \begin_inset Argument 1
7323 status collapsed
7324
7325 \begin_layout Plain Layout
7326 例示用電話帳
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row endfirsthead="true">
7361 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365
7366 \series bold
7367 例示用電話帳(名前は無視の事)
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 </row>
7391 <row endfirsthead="true">
7392 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396
7397 \series bold
7398 氏名
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416
7417 \series bold
7418 TEL.
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 <row endhead="true">
7425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434
7435 \backslash
7436 caption*{例示用電話帳の続き}
7437 \backslash
7438
7439 \backslash
7440 %
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row endhead="true">
7470 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \series bold
7476 例示用電話帳
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row endhead="true">
7501 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \series bold
7507 氏名
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525
7526 \series bold
7527 TEL.
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row endfoot="true">
7534 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 次頁に続く
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 Annovi
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 Silvia
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 111
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 </row>
7593 <row>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Bertoli
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 Stefano
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 111
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \series bold
7631 Bozzi
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 Walter
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 111
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \series bold
7662 Cachia
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 Maria
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 111
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row>
7687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \series bold
7693 Cachia
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 Maurizio
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 111
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Cinquemani
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 Giusi
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 111
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 Colin
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 Bernard
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 111
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row>
7780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Concli
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 Gianfranco
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 111
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 Dal Bosco
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 Carolina
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 111
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Dalpiaz
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 Annamaria
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 111
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Feliciello
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Domenico
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 111
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \series bold
7910 Focarelli
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 Paola
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 111
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \series bold
7941 Galletti
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 Oreste
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 111
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \series bold
7972 Gasparini
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 Franca
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 111
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \series bold
8003 Rizzardi
8004 \series default
8005
8006 \begin_inset Foot
8007 status collapsed
8008
8009 \begin_layout Plain Layout
8010 例示用脚注
8011 \end_layout
8012
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Paola
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Lassini
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Giancarlo
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Malfatti
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Luciano
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Malfatti
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Valeriano
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Meneguzzo
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Roberto
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 111
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Mezzadra
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Roberto
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Pirpamer
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Erich
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Pochiesa
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Paolo
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111, 222
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Radina
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Claudio
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Stuffer
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Oskar
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Tacchelli
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Ugo
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Tezzele
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Margit
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Unterkalmsteiner
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Frieda
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Vieider
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Hilde
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Vigna
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Jürgen
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 111
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Weber
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Maurizio
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 111
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \series bold
8511 Winkler
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Franz
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 111
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540  
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Annovi
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Silvia
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 555
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Bertoli
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Stefano
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 555
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Bozzi
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Walter
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 555
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \series bold
8664 Cachia
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Maria
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 555
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693
8694 \series bold
8695 Cachia
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 Maurizio
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 555
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row>
8720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \series bold
8726 Cinquemani
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Giusi
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 555
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \series bold
8757 Colin
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Bernard
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 555
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 <row>
8782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \series bold
8788 Concli
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 Gianfranco
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 555
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819 Dal Bosco
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 Carolina
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 555
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \series bold
8850 Dalpiaz
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Annamaria
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 555
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881 Feliciello
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Domenico
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 555
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \series bold
8912 Focarelli
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Paola
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 555
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Galletti
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Oreste
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Gasparini
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Franca
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Rizzardi
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Paola
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Lassini
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Giancarlo
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Malfatti
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Luciano
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 555
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Malfatti
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Valeriano
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 555
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Meneguzzo
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Roberto
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 555
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Mezzadra
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Roberto
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 555
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 </lyxtabular>
9185
9186 \end_inset
9187
9188
9189 \end_layout
9190
9191 \begin_layout Section
9192 長尺表にまつわる諸点
9193 \begin_inset CommandInset label
9194 LatexCommand label
9195 name "sec:長尺表にまつわる諸点"
9196
9197 \end_inset
9198
9199
9200 \end_layout
9201
9202 \begin_layout Subsection
9203 長尺表の計算
9204 \begin_inset Index idx
9205 status collapsed
9206
9207 \begin_layout Plain Layout
9208 ちょうしゃくひょう@長尺表 ! けいさん@計算
9209 \end_layout
9210
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \begin_layout Standard
9217 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9218 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9219 \end_layout
9220
9221 \begin_layout Standard
9222
9223 \series bold
9224
9225 \backslash
9226 setcounter{LTchunksize}{100}
9227 \end_layout
9228
9229 \begin_layout Standard
9230 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9231 \end_layout
9232
9233 \begin_layout Subsection
9234 フロートと長尺表
9235 \begin_inset Index idx
9236 status collapsed
9237
9238 \begin_layout Plain Layout
9239 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9240 \end_layout
9241
9242 \end_inset
9243
9244
9245 \end_layout
9246
9247 \begin_layout Standard
9248 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9249 \series bold
9250
9251 \backslash
9252 clearpage
9253 \series default
9254 コマンドを長尺表の前にTeXコードとして書き加えてください。
9255 \end_layout
9256
9257 \begin_layout Subsection
9258 強制改頁
9259 \begin_inset Index idx
9260 status collapsed
9261
9262 \begin_layout Plain Layout
9263 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9264 \end_layout
9265
9266 \end_inset
9267
9268
9269 \end_layout
9270
9271 \begin_layout Standard
9272 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9273 ド「
9274 \series bold
9275
9276 \backslash
9277
9278 \backslash
9279
9280 \series default
9281 」を挿入します。
9282 \series bold
9283
9284 \backslash
9285
9286 \backslash
9287
9288 \series default
9289 コマンドの前には、現セルよりも右にある列数と同じ数の「
9290 \series bold
9291 &
9292 \series default
9293 」文字を、TeXコードで挿入してやる必要があります。この
9294 \series bold
9295 &
9296 \series default
9297 は、表セルの区切り文字です。各
9298 \series bold
9299 &
9300 \series default
9301 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9302 \begin_inset Newline newline
9303 \end_inset
9304
9305
9306 \series bold
9307
9308 \backslash
9309
9310 \backslash
9311
9312 \series default
9313 コマンドの後ろには、現在列の左側にある列数と同じ数の
9314 \series bold
9315 &
9316 \series default
9317 文字を挿入してください。表
9318 \begin_inset CommandInset ref
9319 LatexCommand ref
9320 reference "tab:強制改頁"
9321
9322 \end_inset
9323
9324 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9325 \end_layout
9326
9327 \begin_layout Standard
9328
9329 \series bold
9330 & 111
9331 \backslash
9332
9333 \backslash
9334  
9335 \backslash
9336 newpage
9337 \begin_inset Newline newline
9338 \end_inset
9339
9340 &
9341 \end_layout
9342
9343 \begin_layout Standard
9344 というコマンドが、セル中「
9345 \emph on
9346 Castelchiodato,
9347 \emph default
9348 」の後にTeXコードとして挿入してあります。
9349 \end_layout
9350
9351 \begin_layout Standard
9352 同一行3列目の「111」は削除してあります。
9353 \series bold
9354
9355 \backslash
9356 newpage
9357 \series default
9358 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9359 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9360 \end_layout
9361
9362 \begin_layout Standard
9363
9364 \series bold
9365 & 111
9366 \backslash
9367
9368 \backslash
9369
9370 \begin_inset Newline newline
9371 \end_inset
9372
9373
9374 \backslash
9375 hline &
9376 \end_layout
9377
9378 \begin_layout Standard
9379 というコマンドを使用して下さい。
9380 \end_layout
9381
9382 \begin_layout Standard
9383 改頁をしたいセルが最右列にある場合には、
9384 \end_layout
9385
9386 \begin_layout Standard
9387
9388 \series bold
9389
9390 \backslash
9391 setlength{
9392 \backslash
9393 parfillskip}{0pt}
9394 \end_layout
9395
9396 \begin_layout Standard
9397 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9398
9399 \end_layout
9400
9401 \begin_layout Standard
9402 \align center
9403 \begin_inset Tabular
9404 <lyxtabular version="3" rows="38" columns="3">
9405 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9406 <column alignment="left" valignment="top" width="0cm">
9407 <column alignment="left" valignment="top" width="3cm">
9408 <column alignment="center" valignment="top" width="0pt">
9409 <row endfirsthead="true" caption="true">
9410 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 \begin_inset Caption Standard
9415
9416 \begin_layout Plain Layout
9417 表セル内で強制改頁をしている表
9418 \begin_inset CommandInset label
9419 LatexCommand label
9420 name "tab:強制改頁"
9421
9422 \end_inset
9423
9424
9425 \begin_inset Argument 1
9426 status collapsed
9427
9428 \begin_layout Plain Layout
9429 表セル内で強制改頁をしている表
9430 \end_layout
9431
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row endfirsthead="true">
9464 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 例示用電話帳(氏名は無視の事)
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row endfirsthead="true">
9495 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \series bold
9501 氏名
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \series bold
9521 TEL.
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row endhead="true">
9528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 \begin_inset ERT
9533 status collapsed
9534
9535 \begin_layout Plain Layout
9536
9537
9538 \backslash
9539 caption*{例示用電話帳の続き}
9540 \backslash
9541
9542 \backslash
9543 %
9544 \end_layout
9545
9546 \end_inset
9547
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row endhead="true">
9573 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 例示用電話帳
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row endhead="true">
9602 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \series bold
9608 氏名
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626
9627 \series bold
9628 TEL.
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row endfoot="true">
9635 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 次頁に続く
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 </row>
9663 <row>
9664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \series bold
9670 Annovi
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 Silvia
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 111
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 Bertoli
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 Stefano
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 111
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 Bozzi
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 Walter
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 111
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 Cachia
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 Maria
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 111
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 Cachia
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 Maurizio
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 111
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 Cinquemani
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 Giusi
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 111
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Colin
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 Bernard
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 111
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 Concli
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 Gianfranco
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 111
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Dal Bosco
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Carolina
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 111
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 Dalpiaz
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Annamaria
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 111
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row>
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Feliciello
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Domenico
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 111
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 Focarelli
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 Paola
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 111
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Galletti
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 Oreste
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 111
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Gasparini
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Franca
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 111
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Lassini
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Giancarlo
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 111
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Malfatti
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Luciano
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Malfatti
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Valeriano
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Meneguzzo
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Roberto
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Mezzadra
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Roberto
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 111
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 </row>
10252 <row>
10253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259 Pirpamer
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 Erich
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 111
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Pochiesa
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Paolo
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111, 222
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Radina
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Claudio
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Rizzardi
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Paolo, 11.
10362  Fürst von Montecompatri, 11.
10363  Fürst von Sulmona und Vivaro, 10.
10364  Fürst von Rossano, 5.
10365  Herzog von Canemorte, 11.
10366  Herzog von Palombara, 5.
10367  Herzog von Castelchiodato,
10368 \begin_inset ERT
10369 status collapsed
10370
10371 \begin_layout Plain Layout
10372
10373 & 111
10374 \backslash
10375
10376 \backslash
10377  
10378 \backslash
10379 newpage
10380 \end_layout
10381
10382 \begin_layout Plain Layout
10383
10384 &
10385 \end_layout
10386
10387 \end_inset
10388
10389  11.
10390  Herzog von Poggionativo, 11.
10391  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10392  Graf von Valinfreda, 11.
10393  Baron von Cropalati, 11.
10394  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Stuffer
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Oskar
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Tacchelli
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Ugo
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Tezzele
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Margit
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Unterkalmsteiner
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Frieda
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540 Vieider
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Hilde
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 111
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571 Vigna
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 Jürgen
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 111
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row>
10596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Weber
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Maurizio
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 111
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \series bold
10633 Winkler
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Franz
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 111
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 </lyxtabular>
10658
10659 \end_inset
10660
10661
10662 \end_layout
10663
10664 \begin_layout Section
10665 複数行・連結列・連結行
10666 \end_layout
10667
10668 \begin_layout Subsection
10669 表セル内の複数行
10670 \begin_inset CommandInset label
10671 LatexCommand label
10672 name "sub:複数行"
10673
10674 \end_inset
10675
10676
10677 \begin_inset Index idx
10678 status collapsed
10679
10680 \begin_layout Plain Layout
10681 ひょうせるないのふくすうぎょう@表セル内の複数行
10682 \end_layout
10683
10684 \end_inset
10685
10686
10687 \begin_inset Index idx
10688 status collapsed
10689
10690 \begin_layout Plain Layout
10691 ひょう@表 ! かいぎょう@改行
10692 \end_layout
10693
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \begin_layout Standard
10700 \noindent
10701 \begin_inset Float table
10702 placement H
10703 wide false
10704 sideways false
10705 status open
10706
10707 \begin_layout Plain Layout
10708 \begin_inset Caption Standard
10709
10710 \begin_layout Plain Layout
10711 \begin_inset CommandInset label
10712 LatexCommand label
10713 name "tab:複数行表"
10714
10715 \end_inset
10716
10717 セル内に複数の行がある表
10718 \end_layout
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Plain Layout
10726 \align center
10727 \begin_inset Tabular
10728 <lyxtabular version="3" rows="3" columns="3">
10729 <features rotate="0" tabularvalignment="middle">
10730 <column alignment="center" valignment="middle" width="2.5cm">
10731 <column alignment="center" valignment="middle">
10732 <column alignment="center" valignment="middle">
10733 <row>
10734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 複数の
10739 \begin_inset Newline linebreak
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 </lyxtabular>
10825
10826 \end_inset
10827
10828
10829 \end_layout
10830
10831 \end_inset
10832
10833
10834 \end_layout
10835
10836 \begin_layout Standard
10837 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10838 \end_layout
10839
10840 \begin_layout Standard
10841
10842 \begin_inset CommandInset ref
10843 LatexCommand ref
10844 reference "tab:複数行表"
10845
10846 \end_inset
10847
10848 を生成するには、まず3
10849 \begin_inset Formula $\times$
10850 \end_inset
10851
10852 3表を作り、最初のセルを右クリックして現れるメニューから、
10853 \family sans
10854 設定
10855 \family default
10856 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10857 \begin_inset space \thinspace{}
10858 \end_inset
10859
10860 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10861 \begin_inset space \thinspace{}
10862 \end_inset
10863
10864 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10865 \begin_inset Flex Ruby
10866 status collapsed
10867
10868 \begin_layout Plain Layout
10869 捷径
10870 \begin_inset Argument post:1
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874 ショートカット
10875 \end_layout
10876
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \end_inset
10883
10884
10885 \begin_inset Info
10886 type  "shortcut"
10887 arg   "newline-insert linebreak"
10888 \end_inset
10889
10890 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10891 \end_layout
10892
10893 \begin_layout Standard
10894 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10895 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10896 \begin_inset space \thinspace{}
10897 \end_inset
10898
10899 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10900 \begin_inset CommandInset ref
10901 LatexCommand ref
10902 reference "tab:ハイフネーション表"
10903
10904 \end_inset
10905
10906 が違いを示しています
10907 \begin_inset Foot
10908 status open
10909
10910 \begin_layout Plain Layout
10911
10912 \series bold
10913 【訳註】
10914 \series default
10915 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10916 \end_layout
10917
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \begin_layout Standard
10924 \begin_inset Float table
10925 placement h
10926 wide false
10927 sideways false
10928 status open
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Caption Standard
10932
10933 \begin_layout Plain Layout
10934 \begin_inset CommandInset label
10935 LatexCommand label
10936 name "tab:ハイフネーション表"
10937
10938 \end_inset
10939
10940 ハイフネーション有/無の表
10941 \end_layout
10942
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \begin_layout Plain Layout
10949 \begin_inset space \hfill{}
10950 \end_inset
10951
10952
10953 \begin_inset Tabular
10954 <lyxtabular version="3" rows="3" columns="3">
10955 <features rotate="0" tabularvalignment="middle">
10956 <column alignment="center" valignment="middle" width="2.5cm">
10957 <column alignment="center" valignment="middle">
10958 <column alignment="center" valignment="middle">
10959 <row>
10960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 verylongtablecellword
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 </row>
10988 <row>
10989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 <row>
11018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 </lyxtabular>
11047
11048 \end_inset
11049
11050
11051 \begin_inset space \hfill{}
11052 \end_inset
11053
11054
11055 \begin_inset Tabular
11056 <lyxtabular version="3" rows="3" columns="3">
11057 <features rotate="0" tabularvalignment="middle">
11058 <column alignment="center" valignment="middle" width="2.5cm">
11059 <column alignment="center" valignment="middle">
11060 <column alignment="center" valignment="middle">
11061 <row>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 \begin_inset space \hspace{}
11067 \length 0pt
11068 \end_inset
11069
11070 verylongtablecellword
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 </row>
11094 <row>
11095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 <row>
11124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 </row>
11152 </lyxtabular>
11153
11154 \end_inset
11155
11156
11157 \begin_inset space \hfill{}
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Subsection
11169 連結列
11170 \begin_inset CommandInset label
11171 LatexCommand label
11172 name "sub:連結列"
11173
11174 \end_inset
11175
11176
11177 \begin_inset Index idx
11178 status collapsed
11179
11180 \begin_layout Plain Layout
11181 れんけつれつ@連結列
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \begin_inset Index idx
11188 status collapsed
11189
11190 \begin_layout Plain Layout
11191 ひょう@表 ! れんけつれつ@連結列
11192 \end_layout
11193
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \begin_layout Subsubsection
11200 連結列の基礎
11201 \end_layout
11202
11203 \begin_layout Standard
11204 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11205 \family sans
11206
11207 \begin_inset Info
11208 type  "icon"
11209 arg   "inset-modify tabular multicolumn"
11210 \end_inset
11211
11212
11213 \family default
11214 を押すか、
11215 \family sans
11216 編集\SpecialChar \menuseparator
11217 表\SpecialChar \menuseparator
11218 連結列
11219 \family default
11220 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11221 \family sans
11222 連結列
11223 \family default
11224 を有効にするかしてください。
11225 \end_layout
11226
11227 \begin_layout Standard
11228 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11229 、最下行に上罫線のない連結行がある表の例です。
11230 \end_layout
11231
11232 \begin_layout Standard
11233 \align center
11234 \begin_inset Tabular
11235 <lyxtabular version="3" rows="3" columns="4">
11236 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11237 <column alignment="center" valignment="top" width="0pt">
11238 <column alignment="center" valignment="middle">
11239 <column alignment="center" valignment="top" width="0in">
11240 <column alignment="center" valignment="top" width="0pt">
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 いろは
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 にほへとちり
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 ぬるを
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 <row>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 </lyxtabular>
11356
11357 \end_inset
11358
11359
11360 \end_layout
11361
11362 \begin_layout Subsubsection
11363 連結列の計算
11364 \begin_inset CommandInset label
11365 LatexCommand label
11366 name "sub:連結列の計算"
11367
11368 \end_inset
11369
11370
11371 \begin_inset Index idx
11372 status collapsed
11373
11374 \begin_layout Plain Layout
11375 れんけつれつ@連結列 ! けいさん@計算
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Standard
11384 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11385 \end_layout
11386
11387 \begin_layout Standard
11388 \begin_inset Float table
11389 placement h
11390 wide false
11391 sideways false
11392 status open
11393
11394 \begin_layout Plain Layout
11395 \begin_inset Caption Standard
11396
11397 \begin_layout Plain Layout
11398 \begin_inset CommandInset label
11399 LatexCommand label
11400 name "tab:中央揃え表"
11401
11402 \end_inset
11403
11404 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11405 \begin_inset Argument 1
11406 status collapsed
11407
11408 \begin_layout Plain Layout
11409 完全なる連結列表
11410 \end_layout
11411
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \begin_layout Plain Layout
11423 \align center
11424 \begin_inset Tabular
11425 <lyxtabular version="3" rows="3" columns="3">
11426 <features rotate="0" tabularvalignment="middle">
11427 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11428 <column alignment="center" valignment="middle">
11429 <column alignment="center" valignment="top">
11430 <row>
11431 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 複数行にわたる連結列
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 </lyxtabular>
11518
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \begin_layout Standard
11530 たとえば、表
11531 \begin_inset CommandInset ref
11532 LatexCommand ref
11533 reference "tab:中央揃え表"
11534
11535 \end_inset
11536
11537 を生成するには、3
11538 \begin_inset Formula $\times$
11539 \end_inset
11540
11541 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11542 \family sans
11543 設定
11544 \family default
11545 を選択します。そして現れる表の設定ダイアログで、このセルを
11546 \emph on
11547 連結列
11548 \emph default
11549
11550 \emph on
11551 中央揃え
11552 \emph default
11553 、2.5
11554 \begin_inset space \thinspace{}
11555 \end_inset
11556
11557 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11558 \begin_inset space \thinspace{}
11559 \end_inset
11560
11561 cm幅に設定します。すると第二列は自動的に1.25
11562 \begin_inset space \thinspace{}
11563 \end_inset
11564
11565 cm幅(連結列幅マイナス第一列の幅)になります。表
11566 \begin_inset CommandInset ref
11567 LatexCommand ref
11568 reference "tab:半分でない表"
11569
11570 \end_inset
11571
11572 もこのようにして作成してあります。
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \begin_inset Float table
11577 wide false
11578 sideways false
11579 status open
11580
11581 \begin_layout Plain Layout
11582 \begin_inset Caption Standard
11583
11584 \begin_layout Plain Layout
11585 \begin_inset CommandInset label
11586 LatexCommand label
11587 name "tab:半分でない表"
11588
11589 \end_inset
11590
11591 連結セルの下の列が正確に半分になっていない表
11592 \begin_inset Argument 1
11593 status collapsed
11594
11595 \begin_layout Plain Layout
11596 不完全な連結列表
11597 \end_layout
11598
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Plain Layout
11610 \align center
11611 \begin_inset Tabular
11612 <lyxtabular version="3" rows="3" columns="3">
11613 <features rotate="0" tabularvalignment="middle">
11614 <column alignment="center" valignment="top" width="1.25cm">
11615 <column alignment="center" valignment="top">
11616 <column alignment="center" valignment="top">
11617 <row>
11618 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 複数行にわたる連結列
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 </lyxtabular>
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \begin_layout Standard
11717 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11718 指定したセル幅
11719 \begin_inset Formula $W_{\mbox{指}}$
11720 \end_inset
11721
11722 がセルの全幅
11723 \begin_inset Formula $W_{\text{全}}$
11724 \end_inset
11725
11726 と等しくならないためです。付録
11727 \begin_inset CommandInset ref
11728 LatexCommand ref
11729 reference "cha:式の説明"
11730
11731 \end_inset
11732
11733 がこの事情を詳細に説明しています。
11734 \end_layout
11735
11736 \begin_layout Standard
11737
11738 \emph on
11739 n
11740 \emph default
11741 列を連結する際、各列の全幅が
11742 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11743 \end_inset
11744
11745 となるために必要な指定幅
11746 \begin_inset Formula $W_{\mbox{指}:n}$
11747 \end_inset
11748
11749 は、
11750 \begin_inset Formula 
11751 \begin{equation}
11752 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11753 \end{equation}
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Standard
11761 で計算することができます。上記の例では
11762 \begin_inset Formula $n=2$
11763 \end_inset
11764
11765 かつ
11766 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11767 \end_inset
11768
11769 cmかつ長さは既定値ですから、第
11770 \begin_inset CommandInset ref
11771 LatexCommand ref
11772 reference "eq:Wgn"
11773
11774 \end_inset
11775
11776 式は
11777 \begin_inset Formula 
11778 \begin{equation}
11779 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11780 \end{equation}
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Standard
11788 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11789 \end_layout
11790
11791 \begin_layout Standard
11792
11793 \series bold
11794
11795 \backslash
11796 usepackage{calc}
11797 \end_layout
11798
11799 \begin_layout Standard
11800 と書いて、LaTeXパッケージ
11801 \series bold
11802 calc
11803 \series default
11804
11805 \begin_inset Index idx
11806 status collapsed
11807
11808 \begin_layout Plain Layout
11809 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11810 \end_layout
11811
11812 \end_inset
11813
11814 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11815 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11816 \end_layout
11817
11818 \begin_layout Itemize
11819
11820 \series bold
11821 p{幅}
11822 \series default
11823 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11824 \end_layout
11825
11826 \begin_layout Itemize
11827
11828 \series bold
11829 m{幅}
11830 \series default
11831 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11832 \end_layout
11833
11834 \begin_layout Itemize
11835
11836 \series bold
11837 b{幅}
11838 \series default
11839 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11840 \end_layout
11841
11842 \begin_layout Standard
11843 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11844 \end_layout
11845
11846 \begin_layout Standard
11847 \begin_inset Note Greyedout
11848 status open
11849
11850 \begin_layout Plain Layout
11851
11852 \series bold
11853 【註】
11854 \series default
11855 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864 文章を水平方向中央揃えにしたいので、
11865 \series bold
11866
11867 \backslash
11868 centering
11869 \series default
11870 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11871 \end_layout
11872
11873 \begin_layout Standard
11874
11875 \series bold
11876 >{
11877 \backslash
11878 centering}m{1.25cm-6.2pt}
11879 \end_layout
11880
11881 \begin_layout Standard
11882
11883 \series bold
11884 >{ }
11885 \series default
11886 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11887 \end_layout
11888
11889 \begin_layout Standard
11890 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11891 がって、連結セルには
11892 \end_layout
11893
11894 \begin_layout Standard
11895
11896 \series bold
11897 >{
11898 \backslash
11899 centering}m{2.5cm}
11900 \end_layout
11901
11902 \begin_layout Standard
11903 というLaTeX変数を指定しなくてはなりません。
11904 \end_layout
11905
11906 \begin_layout Subsection
11907 連結行
11908 \begin_inset CommandInset label
11909 LatexCommand label
11910 name "sub:連結行"
11911
11912 \end_inset
11913
11914
11915 \begin_inset Index idx
11916 status collapsed
11917
11918 \begin_layout Plain Layout
11919 れんけつぎょう@連結行
11920 \end_layout
11921
11922 \end_inset
11923
11924
11925 \begin_inset Index idx
11926 status collapsed
11927
11928 \begin_layout Plain Layout
11929 ひょう@表 ! れんけつぎょう@連結行
11930 \end_layout
11931
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \begin_layout Standard
11938 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11939 \family sans
11940
11941 \begin_inset Info
11942 type  "icon"
11943 arg   "inset-modify tabular multirow"
11944 \end_inset
11945
11946
11947 \family default
11948 を押すか、メニュー
11949 \family sans
11950 編集\SpecialChar \menuseparator
11951 表\SpecialChar \menuseparator
11952 連結行
11953 \family default
11954 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11955 \family sans
11956 \SpecialChar \menuseparator
11957 連結行
11958 \family default
11959 を選んでください。
11960 \end_layout
11961
11962 \begin_layout Standard
11963 下記は一列目に連結列を適用した表の例です。
11964 \end_layout
11965
11966 \begin_layout Standard
11967 \align center
11968 \begin_inset Tabular
11969 <lyxtabular version="3" rows="3" columns="3">
11970 <features rotate="0" tabularvalignment="middle">
11971 <column alignment="center" valignment="top" width="0pt">
11972 <column alignment="center" valignment="top">
11973 <column alignment="center" valignment="top">
11974 <row>
11975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 長いセル項目
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 </row>
12003 <row>
12004 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12005 \begin_inset Text
12006
12007 \begin_layout Plain Layout
12008 連結列
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017
12018 \end_layout
12019
12020 \end_inset
12021 </cell>
12022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 </row>
12032 <row>
12033 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 </row>
12061 </lyxtabular>
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Standard
12069 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12070 \family sans
12071 垂直オフセット
12072 \family default
12073 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12074 \end_layout
12075
12076 \begin_layout Standard
12077 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12078 \end_layout
12079
12080 \begin_layout Standard
12081
12082 \series bold
12083
12084 \backslash
12085 renewcommand{
12086 \backslash
12087 multirowsetup}{
12088 \backslash
12089 centering}
12090 \end_layout
12091
12092 \begin_layout Standard
12093 というコマンドを使用して、コマンド
12094 \series bold
12095
12096 \backslash
12097 multirowsetup
12098 \series default
12099 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12100 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12101 \series bold
12102
12103 \backslash
12104 centering
12105 \series default
12106 の代わりに
12107 \series bold
12108
12109 \backslash
12110 raggedleft
12111 \series default
12112 を使用して下さい。左揃えに戻すには、
12113 \series bold
12114
12115 \backslash
12116 raggedright
12117 \series default
12118 とします。
12119 \end_layout
12120
12121 \begin_layout Standard
12122 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12123 \end_layout
12124
12125 \begin_layout Standard
12126 \noindent
12127 \align center
12128 \begin_inset ERT
12129 status collapsed
12130
12131 \begin_layout Plain Layout
12132
12133
12134 \backslash
12135 renewcommand{
12136 \backslash
12137 multirowsetup}{
12138 \backslash
12139 raggedleft}
12140 \end_layout
12141
12142 \end_inset
12143
12144
12145 \begin_inset Tabular
12146 <lyxtabular version="3" rows="4" columns="3">
12147 <features rotate="0" tabularvalignment="middle">
12148 <column alignment="center" valignment="top" width="3cm">
12149 <column alignment="center" valignment="top">
12150 <column alignment="center" valignment="top">
12151 <row>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 長いセル項目
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 </row>
12180 <row>
12181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 <row>
12210 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 連結列
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 </row>
12238 <row>
12239 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 </row>
12267 </lyxtabular>
12268
12269 \end_inset
12270
12271
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277
12278 \backslash
12279 renewcommand{
12280 \backslash
12281 multirowsetup}{
12282 \backslash
12283 raggedright}
12284 \end_layout
12285
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \begin_layout Standard
12292 連結行で新しい行に移るには、強制改行(
12293 \begin_inset Flex Ruby
12294 status collapsed
12295
12296 \begin_layout Plain Layout
12297 捷径
12298 \begin_inset Argument post:1
12299 status collapsed
12300
12301 \begin_layout Plain Layout
12302 ショートカット
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \end_layout
12309
12310 \end_inset
12311
12312
12313 \begin_inset Info
12314 type  "shortcut"
12315 arg   "newline-insert newline"
12316 \end_inset
12317
12318 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12319 \end_layout
12320
12321 \begin_layout Standard
12322 \noindent
12323 \align center
12324 \begin_inset Tabular
12325 <lyxtabular version="3" rows="3" columns="2">
12326 <features rotate="0" tabularvalignment="middle">
12327 <column alignment="left" valignment="middle" width="2cm">
12328 <column alignment="center" valignment="top">
12329 <row>
12330 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 いいい
12335 \begin_inset Newline newline
12336 \end_inset
12337
12338 いいい
12339 \begin_inset Newline newline
12340 \end_inset
12341
12342 おかしなセル
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351 ははは
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 </row>
12357 <row>
12358 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Plain Layout
12362
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 ににに
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 </row>
12377 <row>
12378 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Plain Layout
12382 ろろろ
12383 \end_layout
12384
12385 \end_inset
12386 </cell>
12387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12388 \begin_inset Text
12389
12390 \begin_layout Plain Layout
12391 ほほほ
12392 \end_layout
12393
12394 \end_inset
12395 </cell>
12396 </row>
12397 </lyxtabular>
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 したがって、強制改行を使うのは注意が必要です。
12406 \end_layout
12407
12408 \begin_layout Subsection
12409 対角線付きのセル
12410 \end_layout
12411
12412 \begin_layout Standard
12413 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12414 \series bold
12415 diagbox
12416 \series default
12417
12418 \begin_inset Index idx
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12423 \end_layout
12424
12425 \end_inset
12426
12427 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12428 \series bold
12429
12430 \backslash
12431 diagbox
12432 \series default
12433 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 diagbox[オプション]{左下}{右上}
12442 \end_layout
12443
12444 \begin_layout Standard
12445
12446 \series bold
12447
12448 \backslash
12449 diagbox[オプション]{左下}{左上}{右上}
12450 \end_layout
12451
12452 \begin_layout Standard
12453 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12454 \end_layout
12455
12456 \begin_layout Standard
12457 \begin_inset ERT
12458 status collapsed
12459
12460 \begin_layout Plain Layout
12461
12462
12463 \backslash
12464 ifdiagbox
12465 \end_layout
12466
12467 \end_inset
12468
12469
12470 \begin_inset Note Note
12471 status open
12472
12473 \begin_layout Plain Layout
12474 この節は、LaTeXパッケージ
12475 \series bold
12476 diagbox
12477 \series default
12478 が導入済みの時のみ表示されます。
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \begin_layout Standard
12487 下記は、
12488 \series bold
12489
12490 \backslash
12491 diagbox
12492 \series default
12493 を第1セル中に2引数書式で使用した表の例です。
12494 \begin_inset VSpace medskip
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \begin_layout Standard
12501 \noindent
12502 \begin_inset Tabular
12503 <lyxtabular version="3" rows="4" columns="4">
12504 <features rotate="0" tabularvalignment="middle">
12505 <column alignment="center" valignment="top">
12506 <column alignment="center" valignment="top">
12507 <column alignment="center" valignment="top">
12508 <column alignment="center" valignment="top">
12509 <row>
12510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 \begin_inset ERT
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518
12519
12520 \backslash
12521 diagbox{
12522 \end_layout
12523
12524 \end_inset
12525
12526 名称
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532 }{
12533 \end_layout
12534
12535 \end_inset
12536
12537 パラメータ
12538 \begin_inset ERT
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542
12543 }
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 厚み(nm)
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 透明度(%)
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 硬度(MPa)
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 </row>
12581 <row>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 Perfect Green
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 45
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 80
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 504
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 </row>
12619 <row>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 Dark Multi-P
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 60
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 72
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 982
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 Crystal Clear Pro
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 18
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 86
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 374
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 </row>
12695 </lyxtabular>
12696
12697 \end_inset
12698
12699
12700 \begin_inset VSpace medskip
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \begin_layout Standard
12707 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12708 \end_layout
12709
12710 \begin_layout Standard
12711 \noindent
12712 \align center
12713 \begin_inset Tabular
12714 <lyxtabular version="3" rows="4" columns="4">
12715 <features rotate="0" tabularvalignment="middle">
12716 <column alignment="center" valignment="top" width="0pt">
12717 <column alignment="center" valignment="top">
12718 <column alignment="center" valignment="top">
12719 <column alignment="center" valignment="top">
12720 <row>
12721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 \begin_inset ERT
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729
12730
12731 \backslash
12732 diagbox{
12733 \end_layout
12734
12735 \end_inset
12736
12737 ホームチーム
12738 \begin_inset ERT
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742
12743 }{
12744 \end_layout
12745
12746 \end_inset
12747
12748 結果
12749 \begin_inset ERT
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753
12754 }{
12755 \end_layout
12756
12757 \end_inset
12758
12759 アウェイチーム
12760 \begin_inset ERT
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764
12765 }
12766 \end_layout
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 Tigers
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 Panthers
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 Falcons
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 </row>
12803 <row>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 Tigers
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 ---
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 1:3
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 0:1
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 <row>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 Panthers
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 3:1
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 ---
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 0:0
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 <row>
12880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 Falcons
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 1:0
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 0:0
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 ---
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 </row>
12917 </lyxtabular>
12918
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \begin_layout Standard
12925 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12926 \end_layout
12927
12928 \begin_layout Standard
12929 \noindent
12930 \align center
12931 \begin_inset Tabular
12932 <lyxtabular version="3" rows="5" columns="5">
12933 <features rotate="0" tabularvalignment="middle">
12934 <column alignment="center" valignment="top" width="0pt">
12935 <column alignment="center" valignment="top">
12936 <column alignment="center" valignment="top">
12937 <column alignment="center" valignment="top">
12938 <column alignment="center" valignment="top">
12939 <row>
12940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 \begin_inset ERT
12945 status open
12946
12947 \begin_layout Plain Layout
12948
12949
12950 \backslash
12951 diagbox{
12952 \end_layout
12953
12954 \end_inset
12955
12956 ホームチーム
12957 \begin_inset ERT
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961
12962 }{
12963 \end_layout
12964
12965 \end_inset
12966
12967 結果
12968 \begin_inset ERT
12969 status collapsed
12970
12971 \begin_layout Plain Layout
12972
12973 }{
12974 \end_layout
12975
12976 \end_inset
12977
12978 アウェイチーム
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983
12984 }
12985 \end_layout
12986
12987 \end_inset
12988
12989
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 Tigers
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 Panthers
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 Falcons
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 \begin_inset ERT
13026 status open
13027
13028 \begin_layout Plain Layout
13029
13030
13031 \backslash
13032 diagbox[dir=NE]{
13033 \end_layout
13034
13035 \end_inset
13036
13037 ホームチーム
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043 }{
13044 \end_layout
13045
13046 \end_inset
13047
13048 結果
13049 \begin_inset ERT
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053
13054 }{
13055 \end_layout
13056
13057 \end_inset
13058
13059 アウェイチーム
13060 \begin_inset ERT
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064
13065 }
13066 \end_layout
13067
13068 \end_inset
13069
13070
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 </row>
13076 <row>
13077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 Tigers
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 ---
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 1:3
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 0:1
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 Tigers
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 </row>
13123 <row>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 Panthers
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 3:1
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 ---
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 0:0
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 Panthers
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 <row>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 Falcons
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 1:0
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 0:0
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 ---
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 Falcons
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 </row>
13217 <row>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 \begin_inset ERT
13223 status open
13224
13225 \begin_layout Plain Layout
13226
13227
13228 \backslash
13229 diagbox[dir=SW]{
13230 \end_layout
13231
13232 \end_inset
13233
13234 ホームチーム
13235 \begin_inset ERT
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239
13240 }{
13241 \end_layout
13242
13243 \end_inset
13244
13245 結果
13246 \begin_inset ERT
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250
13251 }{
13252 \end_layout
13253
13254 \end_inset
13255
13256 アウェイチーム
13257 \begin_inset ERT
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261
13262 }
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 Tigers
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 Panthers
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Falcons
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 \begin_inset ERT
13304 status open
13305
13306 \begin_layout Plain Layout
13307
13308
13309 \backslash
13310 diagbox[dir=SE]{
13311 \end_layout
13312
13313 \end_inset
13314
13315 ホームチーム
13316 \begin_inset ERT
13317 status collapsed
13318
13319 \begin_layout Plain Layout
13320
13321 }{
13322 \end_layout
13323
13324 \end_inset
13325
13326 結果
13327 \begin_inset ERT
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331
13332 }{
13333 \end_layout
13334
13335 \end_inset
13336
13337 アウェイチーム
13338 \begin_inset ERT
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342
13343 }
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 </lyxtabular>
13355
13356 \end_inset
13357
13358
13359 \end_layout
13360
13361 \begin_layout Standard
13362 対角線を廻すために、コマンドオプションとして
13363 \series bold
13364 dir=方角
13365 \series default
13366 を使用しています。
13367 \emph on
13368 方角
13369 \emph default
13370 は、
13371 \series bold
13372 NE
13373 \series default
13374
13375 \series bold
13376 DE
13377 \series default
13378
13379 \series bold
13380 SW
13381 \series default
13382
13383 \series bold
13384 NW
13385 \series default
13386 のいずれかで、コンパスでの位置を示します。例えば、
13387 \series bold
13388 SW
13389 \series default
13390 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13391 \end_layout
13392
13393 \begin_layout Standard
13394
13395 \series bold
13396
13397 \backslash
13398 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13399 \end_layout
13400
13401 \begin_layout Standard
13402 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13403 \end_layout
13404
13405 \begin_layout Standard
13406 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13407 います。
13408 \end_layout
13409
13410 \begin_layout Standard
13411 \noindent
13412 \align center
13413 \begin_inset Tabular
13414 <lyxtabular version="3" rows="2" columns="2">
13415 <features rotate="0" tabularvalignment="middle">
13416 <column alignment="center" valignment="top" width="3cm">
13417 <column alignment="center" valignment="top">
13418 <row>
13419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 \begin_inset ERT
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427
13428
13429 \backslash
13430 diagbox{
13431 \end_layout
13432
13433 \end_inset
13434
13435 名称
13436 \begin_inset ERT
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440
13441 }{
13442 \end_layout
13443
13444 \end_inset
13445
13446 パラメータ
13447 \begin_inset ERT
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451
13452 }
13453 \end_layout
13454
13455 \end_inset
13456
13457
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 厚み(nm)
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
13473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 Perfect Green
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 45
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 </row>
13492 </lyxtabular>
13493
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \begin_layout Standard
13500 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13501 \series bold
13502 width=3cm
13503 \series default
13504  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13505 \begin_inset space \thinspace{}
13506 \end_inset
13507
13508 cmに設定してあります。
13509 \series bold
13510
13511 \backslash
13512 diagbox
13513 \series default
13514 全体の幅は、本文幅(この場合は4
13515 \begin_inset space \thinspace{}
13516 \end_inset
13517
13518 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13519 \series bold
13520
13521 \backslash
13522 diagbox
13523 \series default
13524 には4
13525 \begin_inset space \thinspace{}
13526 \end_inset
13527
13528 cm + 2
13529 \begin_inset space \thinspace{}
13530 \end_inset
13531
13532
13533 \backslash
13534 tabcolsepの幅が必要です。幅の計算は、
13535 \series bold
13536
13537 \backslash
13538 diagbox
13539 \series default
13540 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13541 \end_layout
13542
13543 \begin_layout Standard
13544
13545 \series bold
13546
13547 \backslash
13548 newlength{
13549 \backslash
13550 diagtest}
13551 \begin_inset Newline newline
13552 \end_inset
13553
13554
13555 \backslash
13556 setlength{
13557 \backslash
13558 diagtest}{4cm+2
13559 \backslash
13560 tabcolsep}
13561 \end_layout
13562
13563 \begin_layout Standard
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569
13570 \backslash
13571 newlength{
13572 \backslash
13573 diagtest}
13574 \end_layout
13575
13576 \begin_layout Plain Layout
13577
13578
13579 \backslash
13580 setlength{
13581 \backslash
13582 diagtest}{4cm+2
13583 \backslash
13584 tabcolsep}
13585 \end_layout
13586
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \begin_layout Standard
13593 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13594 \series bold
13595 calc
13596 \series default
13597
13598 \begin_inset Index idx
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13603 \end_layout
13604
13605 \end_inset
13606
13607 パッケージを読み込んでおく必要があります。
13608 \end_layout
13609
13610 \begin_layout Standard
13611 さて、この表の第1セルで
13612 \end_layout
13613
13614 \begin_layout Standard
13615
13616 \series bold
13617
13618 \backslash
13619 diagbox[width=
13620 \backslash
13621 diagtest]{A}{B}
13622 \end_layout
13623
13624 \begin_layout Standard
13625 というコマンドを使用します。
13626 \end_layout
13627
13628 \begin_layout Standard
13629 \noindent
13630 \align center
13631 \begin_inset Tabular
13632 <lyxtabular version="3" rows="2" columns="2">
13633 <features rotate="0" tabularvalignment="middle">
13634 <column alignment="center" valignment="top" width="4cm">
13635 <column alignment="center" valignment="top">
13636 <row>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 \begin_inset ERT
13642 status open
13643
13644 \begin_layout Plain Layout
13645
13646
13647 \backslash
13648 diagbox[width=
13649 \backslash
13650 diagtest]{
13651 \end_layout
13652
13653 \end_inset
13654
13655 A
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }{
13662 \end_layout
13663
13664 \end_inset
13665
13666 B
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672 }
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 厚み (nm)
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 </row>
13692 <row>
13693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 Perfect Green
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 45
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 </row>
13712 </lyxtabular>
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Standard
13720 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13721 \end_layout
13722
13723 \begin_layout Standard
13724 \noindent
13725 \align center
13726 \begin_inset Tabular
13727 <lyxtabular version="3" rows="2" columns="2">
13728 <features rotate="0" tabularvalignment="middle">
13729 <column alignment="center" valignment="top" width="0pt">
13730 <column alignment="center" valignment="top">
13731 <row>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 \begin_inset ERT
13737 status collapsed
13738
13739 \begin_layout Plain Layout
13740
13741
13742 \backslash
13743 diagbox{
13744 \end_layout
13745
13746 \end_inset
13747
13748 A
13749 \begin_inset ERT
13750 status collapsed
13751
13752 \begin_layout Plain Layout
13753
13754 }{
13755 \end_layout
13756
13757 \end_inset
13758
13759 B
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765 }
13766 \end_layout
13767
13768 \end_inset
13769
13770
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 厚み (nm)
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 </row>
13785 <row>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 Perfect Green
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 45
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 </row>
13805 </lyxtabular>
13806
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813 このような場合には、
13814 \series bold
13815
13816 \backslash
13817 diagbox
13818 \series default
13819 コマンドの
13820 \series bold
13821 width
13822 \series default
13823 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13824 \backslash
13825 tabcolsepを足す必要はなくなります。下記の表では、3
13826 \begin_inset space \thinspace{}
13827 \end_inset
13828
13829 cm幅を使用しています。
13830 \end_layout
13831
13832 \begin_layout Standard
13833 \noindent
13834 \align center
13835 \begin_inset Tabular
13836 <lyxtabular version="3" rows="2" columns="2">
13837 <features rotate="0" tabularvalignment="middle">
13838 <column alignment="center" valignment="top" width="0pt">
13839 <column alignment="center" valignment="top">
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 \begin_inset ERT
13846 status open
13847
13848 \begin_layout Plain Layout
13849
13850
13851 \backslash
13852 diagbox[width=3cm]{
13853 \end_layout
13854
13855 \end_inset
13856
13857 A
13858 \begin_inset ERT
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862
13863 }{
13864 \end_layout
13865
13866 \end_inset
13867
13868 B
13869 \begin_inset ERT
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873
13874 }
13875 \end_layout
13876
13877 \end_inset
13878
13879
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 厚み (nm)
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 Perfect Green
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 45
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 </lyxtabular>
13915
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \begin_layout Standard
13922 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13923 \series bold
13924
13925 \backslash
13926 diagbox
13927 \series default
13928 にオプション
13929 \series bold
13930 height=3cm
13931 \series default
13932 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13933 \end_layout
13934
13935 \begin_layout Standard
13936
13937 \series bold
13938
13939 \backslash
13940 diagbox[width=3cm,height=1.4cm]{A
13941 \backslash
13942
13943 \backslash
13944 B}{C
13945 \backslash
13946
13947 \backslash
13948 D}
13949 \end_layout
13950
13951 \begin_layout Standard
13952 というコマンドを使用しています。ここでコマンド
13953 \series bold
13954
13955 \backslash
13956
13957 \backslash
13958
13959 \series default
13960 は改行をするためのものです
13961 \begin_inset Foot
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966 \family sans
13967 Ctrl+Return
13968 \family default
13969 を使っての改行は、列が固定幅の時のみ、使用することができます。
13970 \end_layout
13971
13972 \end_inset
13973
13974
13975 \end_layout
13976
13977 \begin_layout Standard
13978 \noindent
13979 \align center
13980 \begin_inset Tabular
13981 <lyxtabular version="3" rows="2" columns="2">
13982 <features rotate="0" tabularvalignment="middle">
13983 <column alignment="center" valignment="top">
13984 <column alignment="center" valignment="top">
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 \begin_inset ERT
13991 status open
13992
13993 \begin_layout Plain Layout
13994
13995
13996 \backslash
13997 diagbox[width=3cm,height=1.4cm]{
13998 \end_layout
13999
14000 \end_inset
14001
14002 A
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008
14009 \backslash
14010
14011 \backslash
14012
14013 \end_layout
14014
14015 \end_inset
14016
14017 B
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }{
14024 \end_layout
14025
14026 \end_inset
14027
14028 C
14029 \begin_inset ERT
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033
14034
14035 \backslash
14036
14037 \backslash
14038
14039 \end_layout
14040
14041 \end_inset
14042
14043 D
14044 \begin_inset ERT
14045 status collapsed
14046
14047 \begin_layout Plain Layout
14048
14049 }
14050 \end_layout
14051
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 厚み (nm)
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 </row>
14069 <row>
14070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 Perfect Green
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 45
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 </row>
14089 </lyxtabular>
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \begin_layout Standard
14097 \begin_inset ERT
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101
14102
14103 \backslash
14104 else
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \begin_inset Note Note
14111 status open
14112
14113 \begin_layout Plain Layout
14114 以下は、LaTeXパッケージ
14115 \series bold
14116 diagbox
14117 \series default
14118 が導入済みでないときに表示されます。
14119 \end_layout
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \begin_layout Standard
14127 本節の内容を出力に表示するためには、
14128 \series bold
14129 diagbox
14130 \series default
14131 パッケージを導入しなくてはなりません。
14132 \end_layout
14133
14134 \begin_layout Standard
14135 \begin_inset ERT
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139
14140
14141 \backslash
14142 fi
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \begin_layout Standard
14151 LaTeXパッケージ
14152 \series bold
14153 diagbox
14154 \series default
14155 についての詳しい情報は、取扱説明書
14156 \begin_inset CommandInset citation
14157 LatexCommand cite
14158 key "diagbox"
14159
14160 \end_inset
14161
14162 をご覧ください。
14163 \end_layout
14164
14165 \begin_layout Section
14166 フォーマル形式の表
14167 \begin_inset CommandInset label
14168 LatexCommand label
14169 name "sec:フォーマル形式の表"
14170
14171 \end_inset
14172
14173
14174 \begin_inset Index idx
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14179 \end_layout
14180
14181 \end_inset
14182
14183
14184 \end_layout
14185
14186 \begin_layout Standard
14187 書籍中の表は、よく表
14188 \begin_inset CommandInset ref
14189 LatexCommand ref
14190 reference "tab:ブックタブ表の例"
14191
14192 \end_inset
14193
14194 のように組版されます。この種の表は、「
14195 \emph on
14196 フォーマル形式
14197 \emph default
14198 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14199 \end_layout
14200
14201 \begin_layout Standard
14202 \begin_inset Float table
14203 placement h
14204 wide false
14205 sideways false
14206 status open
14207
14208 \begin_layout Plain Layout
14209 \begin_inset Caption Standard
14210
14211 \begin_layout Plain Layout
14212 \begin_inset CommandInset label
14213 LatexCommand label
14214 name "tab:ブックタブ表の例"
14215
14216 \end_inset
14217
14218 ブックタブ表の例
14219 \end_layout
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Plain Layout
14227 \align center
14228 \begin_inset Tabular
14229 <lyxtabular version="3" rows="8" columns="4">
14230 <features rotate="0" booktabs="true" tabularvalignment="middle">
14231 <column alignment="center" valignment="top">
14232 <column alignment="center" valignment="top">
14233 <column alignment="center" valignment="top">
14234 <column alignment="center" valignment="top">
14235 <row>
14236 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240 システム
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 Medipix
14250 \begin_inset space \thinspace{}
14251 \end_inset
14252
14253 1
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 Medipix
14263 \begin_inset space \thinspace{}
14264 \end_inset
14265
14266 2
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 </row>
14281 <row>
14282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset ERT
14287 status collapsed
14288
14289 \begin_layout Plain Layout
14290
14291
14292 \backslash
14293 cmidrule(r){2-2}
14294 \end_layout
14295
14296 \end_inset
14297
14298
14299 \begin_inset ERT
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303
14304
14305 \backslash
14306 cmidrule(l){3-4}
14307 \end_layout
14308
14309 \end_inset
14310
14311 検知器の厚み [
14312 \begin_inset Formula $\mu m$
14313 \end_inset
14314
14315 ]
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell alignment="center" valignment="top" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 300
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 <cell alignment="center" valignment="top" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333 300
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 <cell alignment="center" valignment="top" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 700
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 </row>
14348 <row>
14349 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 エッジ角 [度]
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 <cell alignment="center" valignment="top" topline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 3.55
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell alignment="center" valignment="top" topline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 2.71
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" topline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 7.99
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row topspace="default">
14387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 空間分解能 [
14392 \begin_inset Formula $\mu m$
14393 \end_inset
14394
14395 ]
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 4.26
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 <cell alignment="center" valignment="top" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 10.17
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 10.56
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 </row>
14428 <row topspace="default">
14429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 \begin_inset Formula $f_{\mathrm{max}}$
14434 \end_inset
14435
14436 におけるMTF
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell alignment="center" valignment="top" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445 0.53
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell alignment="center" valignment="top" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 0.37
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463 0.39
14464 \end_layout
14465
14466 \end_inset
14467 </cell>
14468 </row>
14469 <row topspace="default">
14470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 \begin_inset ERT
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478
14479
14480 \backslash
14481 cmidrule[2pt](l{10pt}){1-1}
14482 \end_layout
14483
14484 \end_inset
14485
14486 LSF空間分解能
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 <cell alignment="center" valignment="top" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 <cell alignment="center" valignment="top" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 </row>
14519 <row>
14520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524 \begin_inset Formula $\mu m$
14525 \end_inset
14526
14527 表示
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 129.7
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 52.75
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 50.78
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 </row>
14560 <row>
14561 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 ピクセルサイズに対する%表示
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 76.3
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 95.9
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 92.3
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 </row>
14598 </lyxtabular>
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \begin_layout Standard
14611 表中の行に余白を加えるには、第
14612 \begin_inset CommandInset ref
14613 LatexCommand ref
14614 reference "sub:行の余白取り"
14615
14616 \end_inset
14617
14618 節に述べられているように、表の設定ダイアログの
14619 \family sans
14620 罫線
14621 \family default
14622 タブを使用します。
14623 \end_layout
14624
14625 \begin_layout Standard
14626 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14627 \begin_inset Newline newline
14628 \end_inset
14629
14630 最初と最後の表罫線の既定幅は0.08
14631 \begin_inset space \thinspace{}
14632 \end_inset
14633
14634 emですが、他の罫線の既定幅は0.05
14635 \begin_inset space \thinspace{}
14636 \end_inset
14637
14638 emです。
14639 \end_layout
14640
14641 \begin_layout Standard
14642 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14643 \end_layout
14644
14645 \begin_layout Standard
14646
14647 \series bold
14648
14649 \backslash
14650 let
14651 \backslash
14652 mytoprule
14653 \backslash
14654 toprule
14655 \begin_inset Newline newline
14656 \end_inset
14657
14658
14659 \backslash
14660 renewcommand{
14661 \backslash
14662 toprule}{
14663 \backslash
14664 mytoprule[幅]}
14665 \end_layout
14666
14667 \begin_layout Standard
14668 上の例は、
14669 \series bold
14670 toprule
14671 \series default
14672 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14673 \series bold
14674 toprule
14675 \series default
14676
14677 \series bold
14678 bottomrule
14679 \series default
14680 に置き換えて下さい。他の罫線の線幅を変更するには、
14681 \series bold
14682 toprule
14683 \series default
14684
14685 \series bold
14686 midrule
14687 \series default
14688 に置き換えます。線幅を設定する上では、付録
14689 \begin_inset CommandInset ref
14690 LatexCommand ref
14691 reference "cha:LyXで使用できる単位"
14692
14693 \end_inset
14694
14695 に挙げてあるすべての単位を使用することができます。
14696 \end_layout
14697
14698 \begin_layout Standard
14699 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14700 \series bold
14701
14702 \backslash
14703 cmidrule
14704 \series default
14705 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14706 \end_layout
14707
14708 \begin_layout Standard
14709
14710 \series bold
14711
14712 \backslash
14713 cmidrule[幅](刈込){開始列-終了列}
14714 \end_layout
14715
14716 \begin_layout Standard
14717 です。
14718 \series bold
14719
14720 \backslash
14721 cmidrule
14722 \series default
14723 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14724 \series bold
14725
14726 \backslash
14727 cmidrule
14728 \series default
14729 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14730
14731 \end_layout
14732
14733 \begin_layout Standard
14734 この線幅の既定値は0.03
14735 \begin_inset space \thinspace{}
14736 \end_inset
14737
14738 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14739 。非必須パラメーターの「刈込」は、
14740 \emph on
14741 l{刈込幅}
14742 \emph default
14743 あるいは
14744 \emph on
14745 r{刈込幅}
14746 \emph default
14747 の値を取り、刈込幅の指定は非必須です。たとえば、
14748 \emph on
14749 l{2pt}
14750 \emph default
14751 というパラメーターを使うと、罫線が左端から2
14752 \begin_inset space \thinspace{}
14753 \end_inset
14754
14755 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14756 \begin_inset space \thinspace{}
14757 \end_inset
14758
14759 emだけ刈り込まれます。
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset VSpace bigskip
14764 \end_inset
14765
14766
14767 \begin_inset CommandInset ref
14768 LatexCommand ref
14769 reference "tab:ブックタブ表の例"
14770
14771 \end_inset
14772
14773 は、
14774 \end_layout
14775
14776 \begin_layout Standard
14777
14778 \series bold
14779
14780 \backslash
14781 cmidrule(r){2-2}
14782 \backslash
14783 cmidrule(l){3-4}
14784 \end_layout
14785
14786 \begin_layout Standard
14787 というコマンドを第二行の初めに使用し、
14788 \end_layout
14789
14790 \begin_layout Standard
14791
14792 \series bold
14793
14794 \backslash
14795 cmidrule[2pt](l{10pt}){1-1}
14796 \end_layout
14797
14798 \begin_layout Standard
14799 を第六行に使用して作成されています。
14800 \end_layout
14801
14802 \begin_layout Standard
14803 \begin_inset VSpace bigskip
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Standard
14810 ときには、表
14811 \begin_inset CommandInset ref
14812 LatexCommand ref
14813 reference "tab:特殊なブックタブ表"
14814
14815 \end_inset
14816
14817 のような重なり合った
14818 \series bold
14819
14820 \backslash
14821 cmidrule
14822 \series default
14823 が欲しいことがあるかもしれません。これは、TeXコードで
14824 \end_layout
14825
14826 \begin_layout Standard
14827
14828 \series bold
14829
14830 \backslash
14831 morecmidrules
14832 \end_layout
14833
14834 \begin_layout Standard
14835 コマンドを使用することによって実現することができます。表
14836 \begin_inset CommandInset ref
14837 LatexCommand ref
14838 reference "tab:特殊なブックタブ表"
14839
14840 \end_inset
14841
14842 の第二列には
14843 \end_layout
14844
14845 \begin_layout Standard
14846
14847 \series bold
14848
14849 \backslash
14850 cmidrule(r){2-2}
14851 \backslash
14852 cmidrule(l){3-4}
14853 \backslash
14854 morecmidrules
14855 \backslash
14856 cmidrule{2-4}
14857 \end_layout
14858
14859 \begin_layout Standard
14860 というコマンドが使用されており、第六列には
14861 \end_layout
14862
14863 \begin_layout Standard
14864
14865 \series bold
14866
14867 \backslash
14868 midrule
14869 \backslash
14870 morecmidrules
14871 \backslash
14872 cmidrule{3-4}
14873 \end_layout
14874
14875 \begin_layout Standard
14876 というコマンドが使用されています。
14877 \end_layout
14878
14879 \begin_layout Standard
14880 \begin_inset VSpace bigskip
14881 \end_inset
14882
14883
14884 \end_layout
14885
14886 \begin_layout Standard
14887 罫線の余白取りにどうしても満足が行かない場合には、
14888 \end_layout
14889
14890 \begin_layout Standard
14891
14892 \series bold
14893
14894 \backslash
14895 specialrule{幅}{上余白}{下余白}
14896 \end_layout
14897
14898 \begin_layout Standard
14899 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14900 \series bold
14901 booktabs
14902 \series default
14903  
14904 \begin_inset CommandInset citation
14905 LatexCommand cite
14906 key "booktabs"
14907
14908 \end_inset
14909
14910
14911 \begin_inset Index idx
14912 status collapsed
14913
14914 \begin_layout Plain Layout
14915 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14916 \end_layout
14917
14918 \end_inset
14919
14920 の取扱説明書をご参照下さい。
14921 \end_layout
14922
14923 \begin_layout Standard
14924 \begin_inset Float table
14925 placement h
14926 wide false
14927 sideways false
14928 status open
14929
14930 \begin_layout Plain Layout
14931 \begin_inset Caption Standard
14932
14933 \begin_layout Plain Layout
14934 \begin_inset CommandInset label
14935 LatexCommand label
14936 name "tab:特殊なブックタブ表"
14937
14938 \end_inset
14939
14940 特殊なブックタブ表
14941 \end_layout
14942
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \begin_layout Plain Layout
14949 \align center
14950 \begin_inset Tabular
14951 <lyxtabular version="3" rows="8" columns="4">
14952 <features rotate="0" booktabs="true" tabularvalignment="middle">
14953 <column alignment="center" valignment="top">
14954 <column alignment="center" valignment="top">
14955 <column alignment="center" valignment="top">
14956 <column alignment="center" valignment="top">
14957 <row>
14958 <cell alignment="center" valignment="top" topline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 システム
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 <cell alignment="center" valignment="top" topline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 Medipix
14972 \begin_inset space \thinspace{}
14973 \end_inset
14974
14975 1
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 Medipix
14985 \begin_inset space \thinspace{}
14986 \end_inset
14987
14988 2
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row>
15004 <cell alignment="center" valignment="top" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 \begin_inset ERT
15009 status collapsed
15010
15011 \begin_layout Plain Layout
15012
15013
15014 \backslash
15015 cmidrule(r){2-2}
15016 \end_layout
15017
15018 \end_inset
15019
15020
15021 \begin_inset ERT
15022 status collapsed
15023
15024 \begin_layout Plain Layout
15025
15026
15027 \backslash
15028 cmidrule(l){3-4}
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \begin_inset ERT
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038
15039
15040 \backslash
15041 morecmidrules 
15042 \end_layout
15043
15044 \end_inset
15045
15046
15047 \begin_inset ERT
15048 status collapsed
15049
15050 \begin_layout Plain Layout
15051
15052
15053 \backslash
15054 cmidrule{2-4}
15055 \end_layout
15056
15057 \end_inset
15058
15059 検知器の厚み [
15060 \begin_inset Formula $\mu m$
15061 \end_inset
15062
15063 ]
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 300
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 300
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 700
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" topline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 エッジ角 [度]
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 3.55
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 2.71
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" topline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 7.99
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row topspace="default">
15135 <cell alignment="center" valignment="top" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 空間分解能 [
15140 \begin_inset Formula $\mu m$
15141 \end_inset
15142
15143 ]
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 4.26
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 10.17
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 10.56
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 </row>
15176 <row topspace="default">
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 \begin_inset Formula $f_{\mathrm{max}}$
15182 \end_inset
15183
15184 におけるMTF
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 0.53
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 0.37
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 0.39
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" topline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 \begin_inset ERT
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226
15227
15228 \backslash
15229 morecmidrules 
15230 \end_layout
15231
15232 \end_inset
15233
15234
15235 \begin_inset ERT
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239
15240
15241 \backslash
15242 cmidrule{3-4}
15243 \end_layout
15244
15245 \end_inset
15246
15247 LSF空間分解能
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" topline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" topline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row>
15281 <cell alignment="center" valignment="top" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 \begin_inset Formula $\mu m$
15286 \end_inset
15287
15288 表示
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297 129.7
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306 52.75
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 50.78
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 </row>
15321 <row>
15322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326 ピクセルサイズに対する%表示
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335 76.3
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344 95.9
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 92.3
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 </lyxtabular>
15360
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \begin_layout Section
15372 表の垂直揃え
15373 \begin_inset Index idx
15374 status collapsed
15375
15376 \begin_layout Plain Layout
15377 ひょう@表 ! そろえ@揃え
15378 \end_layout
15379
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \begin_layout Standard
15386 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15387 \begin_inset CommandInset ref
15388 LatexCommand ref
15389 reference "sec:ボックスダイアログ"
15390
15391 \end_inset
15392
15393 節に述べられているように、ボックスの垂直揃えを行います。
15394 \end_layout
15395
15396 \begin_layout Standard
15397 以下の例では、各表は15
15398 \begin_inset space \thinspace{}
15399 \end_inset
15400
15401 列幅%を持つminipage
15402 \begin_inset Foot
15403 status collapsed
15404
15405 \begin_layout Plain Layout
15406 minipageは第
15407 \begin_inset CommandInset ref
15408 LatexCommand ref
15409 reference "sec:ミニページ"
15410
15411 \end_inset
15412
15413 節で説明されています。
15414 \end_layout
15415
15416 \end_inset
15417
15418 ボックスの中に入れてあります。
15419 \end_layout
15420
15421 \begin_layout Itemize
15422 動作試験 
15423 \begin_inset Box Frameless
15424 position "t"
15425 hor_pos "c"
15426 has_inner_box 1
15427 inner_pos "c"
15428 use_parbox 0
15429 use_makebox 0
15430 width "15col%"
15431 special "none"
15432 height "1in"
15433 height_special "totalheight"
15434 status collapsed
15435
15436 \begin_layout Plain Layout
15437 \begin_inset Tabular
15438 <lyxtabular version="3" rows="3" columns="3">
15439 <features rotate="0" tabularvalignment="middle">
15440 <column alignment="center" valignment="top">
15441 <column alignment="center" valignment="top">
15442 <column alignment="center" valignment="top">
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 </row>
15472 <row>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 </row>
15501 <row>
15502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 </row>
15530 </lyxtabular>
15531
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \end_inset
15538
15539  動作試験 
15540 \begin_inset ERT
15541 status collapsed
15542
15543 \begin_layout Plain Layout
15544
15545
15546 \backslash
15547 raisebox{0.85
15548 \backslash
15549 baselineskip}{
15550 \end_layout
15551
15552 \end_inset
15553
15554
15555 \begin_inset Box Frameless
15556 position "t"
15557 hor_pos "c"
15558 has_inner_box 1
15559 inner_pos "c"
15560 use_parbox 0
15561 use_makebox 0
15562 width "15col%"
15563 special "none"
15564 height "1in"
15565 height_special "totalheight"
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Tabular
15570 <lyxtabular version="3" rows="3" columns="3">
15571 <features rotate="0" tabularvalignment="middle">
15572 <column alignment="center" valignment="top">
15573 <column alignment="center" valignment="top">
15574 <column alignment="center" valignment="top">
15575 <row>
15576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 </row>
15604 <row>
15605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15615 \begin_inset Text
15616
15617 \begin_layout Plain Layout
15618
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 </row>
15633 <row>
15634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 </row>
15662 </lyxtabular>
15663
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \end_inset
15670
15671
15672 \begin_inset ERT
15673 status collapsed
15674
15675 \begin_layout Plain Layout
15676
15677 }
15678 \end_layout
15679
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \begin_layout Itemize
15686 動作試験 
15687 \begin_inset Box Frameless
15688 position "c"
15689 hor_pos "c"
15690 has_inner_box 1
15691 inner_pos "c"
15692 use_parbox 0
15693 use_makebox 0
15694 width "15col%"
15695 special "none"
15696 height "1in"
15697 height_special "totalheight"
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701 \begin_inset Tabular
15702 <lyxtabular version="3" rows="3" columns="3">
15703 <features rotate="0" tabularvalignment="middle">
15704 <column alignment="center" valignment="top">
15705 <column alignment="center" valignment="top">
15706 <column alignment="center" valignment="top">
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row>
15737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row>
15766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 </row>
15794 </lyxtabular>
15795
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \end_inset
15802
15803
15804 \end_layout
15805
15806 \begin_layout Itemize
15807 動作試験 
15808 \begin_inset Box Frameless
15809 position "b"
15810 hor_pos "c"
15811 has_inner_box 1
15812 inner_pos "c"
15813 use_parbox 0
15814 use_makebox 0
15815 width "15col%"
15816 special "none"
15817 height "1in"
15818 height_special "totalheight"
15819 status collapsed
15820
15821 \begin_layout Plain Layout
15822 \begin_inset Tabular
15823 <lyxtabular version="3" rows="3" columns="3">
15824 <features rotate="0" tabularvalignment="middle">
15825 <column alignment="center" valignment="top">
15826 <column alignment="center" valignment="top">
15827 <column alignment="center" valignment="top">
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 </lyxtabular>
15916
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \end_inset
15923
15924  動作試験 
15925 \begin_inset ERT
15926 status collapsed
15927
15928 \begin_layout Plain Layout
15929
15930
15931 \backslash
15932 raisebox{-0.32
15933 \backslash
15934 baselineskip}{
15935 \end_layout
15936
15937 \end_inset
15938
15939
15940 \begin_inset Box Frameless
15941 position "b"
15942 hor_pos "c"
15943 has_inner_box 1
15944 inner_pos "c"
15945 use_parbox 0
15946 use_makebox 0
15947 width "15col%"
15948 special "none"
15949 height "1in"
15950 height_special "totalheight"
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954 \begin_inset Tabular
15955 <lyxtabular version="3" rows="3" columns="3">
15956 <features rotate="0" tabularvalignment="middle">
15957 <column alignment="center" valignment="top">
15958 <column alignment="center" valignment="top">
15959 <column alignment="center" valignment="top">
15960 <row>
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 </row>
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 </row>
16018 <row>
16019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 </row>
16047 </lyxtabular>
16048
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055
16056
16057 \begin_inset ERT
16058 status collapsed
16059
16060 \begin_layout Plain Layout
16061
16062 }
16063 \end_layout
16064
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \begin_layout Standard
16071 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16072 \begin_inset Foot
16073 status collapsed
16074
16075 \begin_layout Plain Layout
16076 raiseboxは、第
16077 \begin_inset CommandInset ref
16078 LatexCommand ref
16079 reference "sub:垂直揃え"
16080
16081 \end_inset
16082
16083 節で説明されています。
16084 \end_layout
16085
16086 \end_inset
16087
16088 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16089 \end_layout
16090
16091 \begin_layout Standard
16092
16093 \series bold
16094
16095 \backslash
16096 raisebox{0.85
16097 \backslash
16098 baselineskip}{
16099 \end_layout
16100
16101 \begin_layout Standard
16102 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16103 \series bold
16104 }
16105 \series default
16106 をTeXコードとして挿入してあります。最後の項目の第二表には、
16107 \end_layout
16108
16109 \begin_layout Standard
16110
16111 \series bold
16112
16113 \backslash
16114 raisebox{-0.32
16115 \backslash
16116 baselineskip}{
16117 \end_layout
16118
16119 \begin_layout Standard
16120 というコマンドを使用しています。
16121 \end_layout
16122
16123 \begin_layout Standard
16124 \begin_inset Note Greyedout
16125 status open
16126
16127 \begin_layout Plain Layout
16128
16129 \series bold
16130 【註】
16131 \series default
16132 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16133 \series bold
16134
16135 \backslash
16136 raisebox
16137 \series default
16138 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16139 \end_layout
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \begin_layout Section
16147 色付きの表
16148 \begin_inset CommandInset label
16149 LatexCommand label
16150 name "sec:色付きの表"
16151
16152 \end_inset
16153
16154
16155 \begin_inset Index idx
16156 status collapsed
16157
16158 \begin_layout Plain Layout
16159 ひょう@表 ! いろつき@色付き
16160 \end_layout
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \begin_layout Subsection
16168 色付きのセル
16169 \begin_inset Index idx
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173 ひょうのいろ@表の色 ! せるぶ@セル部
16174 \end_layout
16175
16176 \end_inset
16177
16178
16179 \begin_inset Index idx
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183 いろつき@色付き ! ひょうせるぶ@表セル部
16184 \end_layout
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \begin_layout Standard
16192 \begin_inset Float table
16193 placement h
16194 wide false
16195 sideways false
16196 status open
16197
16198 \begin_layout Plain Layout
16199 \begin_inset Caption Standard
16200
16201 \begin_layout Plain Layout
16202 \begin_inset CommandInset label
16203 LatexCommand label
16204 name "tab:colortblなしの表"
16205
16206 \end_inset
16207
16208
16209 \series bold
16210 colortbl
16211 \series default
16212 パッケージを使用しない色付き表
16213 \begin_inset Argument 1
16214 status collapsed
16215
16216 \begin_layout Plain Layout
16217 colortblなしの表
16218 \end_layout
16219
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \end_inset
16226
16227
16228 \end_layout
16229
16230 \begin_layout Plain Layout
16231 \align center
16232 \begin_inset Tabular
16233 <lyxtabular version="3" rows="3" columns="3">
16234 <features rotate="0" tabularvalignment="middle">
16235 <column alignment="center" valignment="top">
16236 <column alignment="center" valignment="top">
16237 <column alignment="center" valignment="top">
16238 <row>
16239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243
16244 \color green
16245
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254
16255 \color red
16256
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265
16266 \color red
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278
16279 \color green
16280
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289
16290 \color blue
16291
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300
16301 \color blue
16302
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 </row>
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313
16314 \color green
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324
16325 \color blue
16326
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335
16336 \color blue
16337
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 </row>
16343 </lyxtabular>
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \begin_layout Standard
16356 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16357 \family sans
16358 編集\SpecialChar \menuseparator
16359 文字様式
16360 \family default
16361 メニューで色を選んでください。表
16362 \begin_inset CommandInset ref
16363 LatexCommand ref
16364 reference "tab:colortblなしの表"
16365
16366 \end_inset
16367
16368 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16369 \series bold
16370 colortbl
16371 \series default
16372
16373 \begin_inset Index idx
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16378 \end_layout
16379
16380 \end_inset
16381
16382 を使用しなくてはなりません。
16383 \end_layout
16384
16385 \begin_layout Standard
16386 \begin_inset ERT
16387 status collapsed
16388
16389 \begin_layout Plain Layout
16390
16391
16392 \backslash
16393 ifcolortbl
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \begin_inset Note Note
16400 status open
16401
16402 \begin_layout Plain Layout
16403 本節の以下の部分は、LaTeXパッケージ
16404 \series bold
16405 colortbl
16406 \series default
16407 が導入済みのときのみ表示されます。
16408 \end_layout
16409
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \begin_layout Standard
16416 色付きの表を作成するには、プリアンブルに
16417 \end_layout
16418
16419 \begin_layout Standard
16420
16421 \series bold
16422
16423 \backslash
16424 usepackage{colortbl}
16425 \end_layout
16426
16427 \begin_layout Standard
16428 という行を書いて
16429 \series bold
16430 colortbl
16431 \series default
16432 を読み込まなくてはなりません。列の色は、
16433 \series bold
16434 >{ }
16435 \series default
16436 コマンドの中に
16437 \end_layout
16438
16439 \begin_layout Standard
16440
16441 \series bold
16442
16443 \backslash
16444 columncolor{色彩名}
16445 \end_layout
16446
16447 \begin_layout Standard
16448 というコマンドを書いて指定することができます。
16449 \series bold
16450 >{}
16451 \series default
16452 コマンドに関する詳細は、第
16453 \begin_inset CommandInset ref
16454 LatexCommand ref
16455 reference "sub:連結列の計算"
16456
16457 \end_inset
16458
16459 節に述べられています。
16460 \end_layout
16461
16462 \begin_layout Standard
16463 以下の色彩名が事前に定義されています。
16464 \end_layout
16465
16466 \begin_layout Standard
16467
16468 \family sans
16469 red
16470 \family default
16471
16472 \family sans
16473 green
16474 \family default
16475
16476 \family sans
16477 yellow
16478 \family default
16479
16480 \family sans
16481 blue
16482 \family default
16483
16484 \family sans
16485 cyan
16486 \family default
16487
16488 \family sans
16489 magenta
16490 \family default
16491
16492 \family sans
16493 black
16494 \family default
16495
16496 \family sans
16497 white
16498 \end_layout
16499
16500 \begin_layout Standard
16501 \begin_inset VSpace medskip
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \begin_layout Standard
16508 また、文書設定中で、文書クラスオプションに
16509 \end_layout
16510
16511 \begin_layout Standard
16512
16513 \series bold
16514 usenames,dvipsnames
16515 \end_layout
16516
16517 \begin_layout Standard
16518 を与えると、さらに61色を使用することができます。これらの色は、附録
16519 \begin_inset CommandInset ref
16520 LatexCommand ref
16521 reference "chap:dvips色名一覧"
16522
16523 \end_inset
16524
16525 に列挙されています。それらの色の1つ、
16526 \family sans
16527 Maroon
16528 \family default
16529 が、例として表
16530 \begin_inset CommandInset ref
16531 LatexCommand ref
16532 reference "tab:色付き表"
16533
16534 \end_inset
16535
16536 に使用されています。
16537 \end_layout
16538
16539 \begin_layout Standard
16540 \begin_inset VSpace medskip
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \begin_layout Standard
16547 また
16548 \end_layout
16549
16550 \begin_layout Standard
16551
16552 \series bold
16553
16554 \backslash
16555 definecolor{色彩名}{色彩モデル}{色彩値}
16556 \end_layout
16557
16558 \begin_layout Standard
16559 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16560 \end_layout
16561
16562 \begin_layout Labeling
16563 \labelwidthstring 00.00.0000
16564 cmyk: シアン(
16565 \bar under
16566 c
16567 \bar default
16568 yan)・マゼンタ(
16569 \bar under
16570 m
16571 \bar default
16572 agenta)・黄(
16573 \bar under
16574 y
16575 \bar default
16576 ellow)・黒(blac
16577 \bar under
16578 k
16579 \bar default
16580 )
16581 \end_layout
16582
16583 \begin_layout Labeling
16584 \labelwidthstring 00.00.0000
16585 rgb: 赤(
16586 \bar under
16587 r
16588 \bar default
16589 ed)・緑(
16590 \bar under
16591 g
16592 \bar default
16593 reen)・青(
16594 \bar under
16595 b
16596 \bar default
16597 lue)
16598 \end_layout
16599
16600 \begin_layout Labeling
16601 \labelwidthstring 00.00.0000
16602 gray: グレー
16603 \end_layout
16604
16605 \begin_layout Standard
16606 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16607 \end_layout
16608
16609 \begin_layout Standard
16610 たとえば、プリアンブルに
16611 \end_layout
16612
16613 \begin_layout Standard
16614
16615 \series bold
16616
16617 \backslash
16618 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16619 \end_layout
16620
16621 \begin_layout Standard
16622 と書くことによって、「
16623 \emph on
16624 darkgreen
16625 \emph default
16626 」色を定義することができますし、
16627 \end_layout
16628
16629 \begin_layout Standard
16630
16631 \series bold
16632
16633 \backslash
16634 definecolor{lightgray}{gray}{0.8}
16635 \end_layout
16636
16637 \begin_layout Standard
16638 と書けば、「
16639 \emph on
16640 lightgray
16641 \emph default
16642 」色を定義することができます。
16643 \end_layout
16644
16645 \begin_layout Standard
16646 \begin_inset VSpace medskip
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Standard
16653 罫線は
16654 \end_layout
16655
16656 \begin_layout Standard
16657
16658 \series bold
16659
16660 \backslash
16661 rowcolor{色彩名}
16662 \end_layout
16663
16664 \begin_layout Standard
16665 というコマンドを使用して色付けすることができ、セルは
16666 \end_layout
16667
16668 \begin_layout Standard
16669
16670 \series bold
16671
16672 \backslash
16673 cellcolor{色彩名}
16674 \end_layout
16675
16676 \begin_layout Standard
16677 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16678 \end_layout
16679
16680 \begin_layout Standard
16681 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16682 \family sans
16683 編集\SpecialChar \menuseparator
16684 文字様式
16685 \family default
16686 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16687 ます。
16688 \end_layout
16689
16690 \begin_layout Standard
16691 \begin_inset Note Greyedout
16692 status open
16693
16694 \begin_layout Plain Layout
16695
16696 \series bold
16697 【註】
16698 \series default
16699 DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16700 \end_layout
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \begin_layout Standard
16708 \begin_inset VSpace bigskip
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Standard
16715
16716 \begin_inset CommandInset ref
16717 LatexCommand ref
16718 reference "tab:色付き表"
16719
16720 \end_inset
16721
16722 を作成するには、以下のようにしてください。第一列の色は
16723 \emph on
16724 darkgreen
16725 \emph default
16726 にしたいので、この列のLaTeX変数として
16727 \end_layout
16728
16729 \begin_layout Standard
16730
16731 \series bold
16732 >{
16733 \backslash
16734 columncolor{darkgreen}
16735 \backslash
16736 centering}c
16737 \end_layout
16738
16739 \begin_layout Standard
16740 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16741 \end_layout
16742
16743 \begin_layout Standard
16744
16745 \series bold
16746
16747 \backslash
16748 rowcolow{cyan}
16749 \end_layout
16750
16751 \begin_layout Standard
16752 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16753 \end_layout
16754
16755 \begin_layout Standard
16756
16757 \series bold
16758
16759 \backslash
16760 cellcolor{Maroon}
16761 \end_layout
16762
16763 \begin_layout Standard
16764 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16765 \family sans
16766 編集\SpecialChar \menuseparator
16767 文字様式
16768 \family default
16769 メニューを使って、各文字に色付けをすることができます。
16770 \end_layout
16771
16772 \begin_layout Standard
16773 \begin_inset Float table
16774 placement h
16775 wide false
16776 sideways false
16777 status open
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Caption Standard
16781
16782 \begin_layout Plain Layout
16783
16784 \series bold
16785 \begin_inset CommandInset label
16786 LatexCommand label
16787 name "tab:色付き表"
16788
16789 \end_inset
16790
16791 colortbl
16792 \series default
16793 パッケージを使用した色付き表
16794 \begin_inset Argument 1
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 colortblを使った表
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \begin_layout Plain Layout
16812 \align center
16813 \begin_inset Tabular
16814 <lyxtabular version="3" rows="3" columns="3">
16815 <features rotate="0" tabularvalignment="middle">
16816 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16817 <column alignment="center" valignment="top">
16818 <column alignment="center" valignment="top">
16819 <row>
16820 <cell alignment="center" valignment="top" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset ERT
16825 status collapsed
16826
16827 \begin_layout Plain Layout
16828
16829
16830 \backslash
16831 rowcolor{cyan}
16832 \end_layout
16833
16834 \end_inset
16835
16836
16837 \color magenta
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \color red
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \color red
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="center" valignment="top" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \color yellow
16873
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \color blue
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \color blue
16895
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \color yellow
16908
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \color blue
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 \begin_inset ERT
16929 status collapsed
16930
16931 \begin_layout Plain Layout
16932
16933
16934 \backslash
16935 cellcolor{Maroon}
16936 \end_layout
16937
16938 \end_inset
16939
16940
16941 \color green
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 </lyxtabular>
16949
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \begin_layout Standard
16961 \begin_inset ERT
16962 status collapsed
16963
16964 \begin_layout Plain Layout
16965
16966
16967 \backslash
16968 else
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \begin_inset Note Note
16975 status open
16976
16977 \begin_layout Plain Layout
16978 以下は、LaTeXパッケージ
16979 \series bold
16980 colortbl
16981 \series default
16982 が導入されていないときに表示されます。
16983 \end_layout
16984
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \begin_layout Standard
16991 この節の内容を出力で表示させるには、
16992 \series bold
16993 colortbl
16994 \series default
16995 パッケージを導入する必要があります。
16996 \end_layout
16997
16998 \begin_layout Standard
16999 \begin_inset ERT
17000 status collapsed
17001
17002 \begin_layout Plain Layout
17003
17004
17005 \backslash
17006 fi
17007 \end_layout
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \begin_layout Subsection
17015 色付き行
17016 \begin_inset Index idx
17017 status collapsed
17018
17019 \begin_layout Plain Layout
17020 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17021 \end_layout
17022
17023 \end_inset
17024
17025
17026 \begin_inset Index idx
17027 status collapsed
17028
17029 \begin_layout Plain Layout
17030 いろつき@色付き ! ひょうのぎょう@表の行
17031 \end_layout
17032
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \begin_layout Standard
17039 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
17040 \end_layout
17041
17042 \begin_layout Standard
17043
17044 \series bold
17045
17046 \backslash
17047 usepackage[table]{xcolor}
17048 \end_layout
17049
17050 \begin_layout Standard
17051 というコマンドを使用して、
17052 \series bold
17053 xcolor
17054 \series default
17055
17056 \begin_inset Index idx
17057 status collapsed
17058
17059 \begin_layout Plain Layout
17060 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
17061 \begin_inset ERT
17062 status collapsed
17063
17064 \begin_layout Plain Layout
17065
17066
17067 \backslash
17068 vspace{4mm}
17069 \end_layout
17070
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077
17078 パッケージを読み込むのです。
17079 \series bold
17080 xcolor
17081 \series default
17082 は、自動的に
17083 \series bold
17084 colortbl
17085 \series default
17086
17087 \begin_inset Index idx
17088 status collapsed
17089
17090 \begin_layout Plain Layout
17091 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17092 \end_layout
17093
17094 \end_inset
17095
17096 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
17097 \series bold
17098 colortbl
17099 \series default
17100 も導入されていなくてはなりません。
17101 \end_layout
17102
17103 \begin_layout Standard
17104 \begin_inset ERT
17105 status collapsed
17106
17107 \begin_layout Plain Layout
17108
17109
17110 \backslash
17111 ifcolortbl
17112 \end_layout
17113
17114 \end_inset
17115
17116
17117 \begin_inset Note Note
17118 status open
17119
17120 \begin_layout Plain Layout
17121 本節の以下の部分は、LaTeXパッケージ
17122 \series bold
17123 colortbl
17124 \series default
17125 が導入済みのときのみ表示されます。
17126 \end_layout
17127
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \begin_layout Standard
17134 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
17135 \end_layout
17136
17137 \begin_layout Standard
17138
17139 \series bold
17140
17141 \backslash
17142 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17143 \end_layout
17144
17145 \begin_layout Standard
17146 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17147 を付加する時に用います。したがって、例えば
17148 \end_layout
17149
17150 \begin_layout Standard
17151
17152 \series bold
17153
17154 \backslash
17155 rowcolors{1}{white}{lightgray}
17156 \end_layout
17157
17158 \begin_layout Standard
17159 というコマンドは、表
17160 \begin_inset CommandInset ref
17161 LatexCommand ref
17162 reference "tab:表-行色"
17163
17164 \end_inset
17165
17166 のようなカラースキームをもたらします。また、
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 rowcolors[
17175 \backslash
17176 hline]{1}{lightgray}{cyan}
17177 \end_layout
17178
17179 \begin_layout Standard
17180 というコマンドを用いると、表
17181 \begin_inset CommandInset ref
17182 LatexCommand ref
17183 reference "tab:表-行色-2"
17184
17185 \end_inset
17186
17187 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17188 \end_layout
17189
17190 \begin_layout Standard
17191
17192 \series bold
17193
17194 \backslash
17195 rowcolors{1}{}{}
17196 \end_layout
17197
17198 \begin_layout Standard
17199 というコマンドはすべての色付けを削除することになります。
17200 \series bold
17201
17202 \backslash
17203 rowcolors
17204 \series default
17205 は、コマンドに続くすべての表に影響を及ぼします。
17206 \end_layout
17207
17208 \begin_layout Standard
17209 \begin_inset ERT
17210 status open
17211
17212 \begin_layout Plain Layout
17213
17214
17215 \backslash
17216 rowcolors{1}{white}{lightgray}
17217 \end_layout
17218
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset Float table
17226 placement h
17227 wide false
17228 sideways false
17229 status open
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Caption Standard
17233
17234 \begin_layout Plain Layout
17235 \begin_inset CommandInset label
17236 LatexCommand label
17237 name "tab:表-行色"
17238
17239 \end_inset
17240
17241 隔行が灰色に着色された表
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Plain Layout
17250 \align center
17251 \begin_inset Tabular
17252 <lyxtabular version="3" rows="4" columns="3">
17253 <features rotate="0" tabularvalignment="middle">
17254 <column alignment="center" valignment="top">
17255 <column alignment="center" valignment="top" width="0pt">
17256 <column alignment="center" valignment="top" width="0pt">
17257 <row>
17258 <cell alignment="center" valignment="top" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 1
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 2
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 3
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 4
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 <cell alignment="center" valignment="top" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 5
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 6
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 7
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell alignment="center" valignment="top" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358 8
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 9
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 </row>
17373 </lyxtabular>
17374
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \begin_layout Standard
17386 \begin_inset ERT
17387 status open
17388
17389 \begin_layout Plain Layout
17390
17391
17392 \backslash
17393 rowcolors[
17394 \backslash
17395 hline]{1}{lightgray}{cyan}
17396 \end_layout
17397
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \begin_layout Standard
17404 \begin_inset Float table
17405 placement h
17406 wide false
17407 sideways false
17408 status open
17409
17410 \begin_layout Plain Layout
17411 \begin_inset Caption Standard
17412
17413 \begin_layout Plain Layout
17414 \begin_inset CommandInset label
17415 LatexCommand label
17416 name "tab:表-行色-2"
17417
17418 \end_inset
17419
17420 隔行でシアン色に着色され、行間に線の入った表
17421 \end_layout
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Plain Layout
17429 \align center
17430 \begin_inset Tabular
17431 <lyxtabular version="3" rows="4" columns="3">
17432 <features rotate="0" tabularvalignment="middle">
17433 <column alignment="center" valignment="top">
17434 <column alignment="center" valignment="top">
17435 <column alignment="center" valignment="top" width="0pt">
17436 <row>
17437 <cell alignment="center" valignment="top" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 1
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 2
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 3
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 </row>
17494 <row>
17495 <cell alignment="center" valignment="top" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 4
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 5
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 6
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 </row>
17523 <row>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 7
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 8
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 9
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 </lyxtabular>
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Standard
17565 \begin_inset ERT
17566 status collapsed
17567
17568 \begin_layout Plain Layout
17569
17570
17571 \backslash
17572 rowcolors{1}{}{}
17573 \end_layout
17574
17575 \end_inset
17576
17577
17578 \begin_inset Note Note
17579 status collapsed
17580
17581 \begin_layout Plain Layout
17582 行色を解除
17583 \end_layout
17584
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \begin_layout Standard
17591 \begin_inset ERT
17592 status collapsed
17593
17594 \begin_layout Plain Layout
17595
17596
17597 \backslash
17598 else
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \begin_inset Note Note
17605 status open
17606
17607 \begin_layout Plain Layout
17608 以下は、LaTeXパッケージ
17609 \series bold
17610 colortbl
17611 \series default
17612 が導入されていないときに表示されます。
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Standard
17621 この節の内容を出力で表示させるには、
17622 \series bold
17623 colortbl
17624 \series default
17625 パッケージを導入する必要があります。
17626 \end_layout
17627
17628 \begin_layout Standard
17629 \begin_inset ERT
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633
17634
17635 \backslash
17636 fi
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Subsection
17645 色付き罫線
17646 \begin_inset Index idx
17647 status collapsed
17648
17649 \begin_layout Plain Layout
17650 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17651 \end_layout
17652
17653 \end_inset
17654
17655
17656 \begin_inset Index idx
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17661 \end_layout
17662
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \begin_layout Standard
17669
17670 \begin_inset CommandInset ref
17671 LatexCommand ref
17672 reference "sub:罫線幅"
17673
17674 \end_inset
17675
17676 節に述べられているように、表中の全罫線の線幅は、長さ
17677 \series bold
17678
17679 \backslash
17680 arrayrulewidth
17681 \series default
17682 を使って調節することができます。本節の表では、すべて1.5
17683 \begin_inset space \thinspace{}
17684 \end_inset
17685
17686 ptに設定されています。
17687 \begin_inset ERT
17688 status collapsed
17689
17690 \begin_layout Plain Layout
17691
17692
17693 \backslash
17694 setlength{
17695 \backslash
17696 arrayrulewidth}{1.5pt}
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \begin_layout Standard
17705 たとえば縦罫線を緑に着色するには、第
17706 \begin_inset CommandInset ref
17707 LatexCommand ref
17708 reference "sub:自製書式"
17709
17710 \end_inset
17711
17712 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718
17719 \backslash
17720 newcolumntype{W}{!{
17721 \backslash
17722 color{green}
17723 \backslash
17724 vline}}
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \begin_inset CommandInset ref
17730 LatexCommand ref
17731 reference "tab:色付き縦罫線の表"
17732
17733 \end_inset
17734
17735 では、最右列にLaTeX変数
17736 \series bold
17737 WcW
17738 \series default
17739 、他の列にLaTeX変数
17740 \series bold
17741 Wc
17742 \series default
17743 が使用されています。
17744 \end_layout
17745
17746 \begin_layout Standard
17747 複数の色を用いたいときには、列書式をもっと定義してください。
17748 \end_layout
17749
17750 \begin_layout Standard
17751 \begin_inset Float table
17752 placement h
17753 wide false
17754 sideways false
17755 status open
17756
17757 \begin_layout Plain Layout
17758 \begin_inset Caption Standard
17759
17760 \begin_layout Plain Layout
17761 \begin_inset CommandInset label
17762 LatexCommand label
17763 name "tab:色付き縦罫線の表"
17764
17765 \end_inset
17766
17767 色付き縦罫線の表
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \begin_layout Plain Layout
17776 \align center
17777 \begin_inset Tabular
17778 <lyxtabular version="3" rows="3" columns="3">
17779 <features rotate="0" tabularvalignment="middle">
17780 <column alignment="center" valignment="top" special="Wc">
17781 <column alignment="center" valignment="top" special="Wc">
17782 <column alignment="center" valignment="top" special="WcW">
17783 <row>
17784 <cell alignment="center" valignment="top" topline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 sd
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" topline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" topline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" topline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" topline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 sd
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 </row>
17841 <row>
17842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 sd
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 </row>
17870 </lyxtabular>
17871
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 \begin_inset VSpace bigskip
17884 \end_inset
17885
17886
17887 \begin_inset CommandInset ref
17888 LatexCommand ref
17889 reference "tab:色付き横罫線の表"
17890
17891 \end_inset
17892
17893 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17894 \end_layout
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899
17900 \backslash
17901 let
17902 \backslash
17903 myHlineC
17904 \backslash
17905 hline
17906 \begin_inset Newline newline
17907 \end_inset
17908
17909
17910 \backslash
17911 renewcommand{
17912 \backslash
17913 hline}
17914 \begin_inset Newline newline
17915 \end_inset
17916
17917
17918 \begin_inset Phantom HPhantom
17919 status open
17920
17921 \begin_layout Plain Layout
17922 \begin_inset space ~
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929
17930 {
17931 \backslash
17932 arrayrulecolor{red}
17933 \backslash
17934 myHlineC
17935 \backslash
17936 arrayrulecolor{black}}
17937 \end_layout
17938
17939 \begin_layout Standard
17940 というコマンドを入力して下さい。
17941 \end_layout
17942
17943 \begin_layout Standard
17944 \begin_inset ERT
17945 status collapsed
17946
17947 \begin_layout Plain Layout
17948
17949
17950 \backslash
17951 let
17952 \backslash
17953 myHlineC
17954 \backslash
17955 hline
17956 \end_layout
17957
17958 \begin_layout Plain Layout
17959
17960
17961 \backslash
17962 renewcommand{
17963 \backslash
17964 hline}
17965 \end_layout
17966
17967 \begin_layout Plain Layout
17968
17969  {
17970 \backslash
17971 arrayrulecolor{red}
17972 \backslash
17973 myHlineC
17974 \backslash
17975 arrayrulecolor{black}}
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \begin_inset Float table
17982 placement h
17983 wide false
17984 sideways false
17985 status open
17986
17987 \begin_layout Plain Layout
17988 \begin_inset Caption Standard
17989
17990 \begin_layout Plain Layout
17991 \begin_inset CommandInset label
17992 LatexCommand label
17993 name "tab:色付き横罫線の表"
17994
17995 \end_inset
17996
17997 色付き横罫線の表
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \begin_layout Plain Layout
18006 \align center
18007 \begin_inset Tabular
18008 <lyxtabular version="3" rows="3" columns="3">
18009 <features rotate="0" tabularvalignment="middle">
18010 <column alignment="center" valignment="top">
18011 <column alignment="center" valignment="top">
18012 <column alignment="center" valignment="top">
18013 <row>
18014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 sd
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 <row>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 sd
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 <row>
18072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 sd
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 </row>
18100 </lyxtabular>
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 既定値の黒罫線に戻るには、
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119
18120 \backslash
18121 renewcommand{
18122 \backslash
18123 hline}{
18124 \backslash
18125 myHlineC}
18126 \end_layout
18127
18128 \begin_layout Standard
18129 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18130 \begin_inset CommandInset ref
18131 LatexCommand ref
18132 reference "tab:色付き罫線の表"
18133
18134 \end_inset
18135
18136 は、縦横罫線を色付けした例です。
18137 \end_layout
18138
18139 \begin_layout Standard
18140 \begin_inset Float table
18141 placement h
18142 wide false
18143 sideways false
18144 status open
18145
18146 \begin_layout Plain Layout
18147 \begin_inset Caption Standard
18148
18149 \begin_layout Plain Layout
18150 \begin_inset CommandInset label
18151 LatexCommand label
18152 name "tab:色付き罫線の表"
18153
18154 \end_inset
18155
18156 色付き罫線の表
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \end_layout
18163
18164 \begin_layout Plain Layout
18165 \align center
18166 \begin_inset Tabular
18167 <lyxtabular version="3" rows="3" columns="3">
18168 <features rotate="0" tabularvalignment="middle">
18169 <column alignment="center" valignment="top" special="Wc">
18170 <column alignment="center" valignment="top" special="Wc">
18171 <column alignment="center" valignment="top" special="WcW">
18172 <row>
18173 <cell alignment="center" valignment="top" topline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 sd
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 </row>
18201 <row>
18202 <cell alignment="center" valignment="top" topline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215 sd
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row topspace="default">
18231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 sd
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 </lyxtabular>
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \end_inset
18267
18268
18269 \end_layout
18270
18271 \begin_layout Standard
18272 \begin_inset ERT
18273 status collapsed
18274
18275 \begin_layout Plain Layout
18276
18277
18278 \backslash
18279 renewcommand{
18280 \backslash
18281 hline}{
18282 \backslash
18283 myHlineC}
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \begin_layout Standard
18292 \begin_inset ERT
18293 status collapsed
18294
18295 \begin_layout Plain Layout
18296
18297
18298 \backslash
18299 setlength{
18300 \backslash
18301 arrayrulewidth}{0.4pt}
18302 \end_layout
18303
18304 \end_inset
18305
18306
18307 \end_layout
18308
18309 \begin_layout Section
18310 表セルの回転
18311 \begin_inset CommandInset label
18312 LatexCommand label
18313 name "sec:表セルの回転"
18314
18315 \end_inset
18316
18317
18318 \begin_inset Index idx
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322 ひょう@表 ! せるのかいてん@セルの回転
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \begin_inset Index idx
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332 かいてん@回転 ! そざいの@素材の---
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 \begin_inset Note Greyedout
18342 status open
18343
18344 \begin_layout Plain Layout
18345
18346 \series bold
18347 【註】
18348 \series default
18349 すべてのDVIビューアが回転表示できるわけではありません。
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \begin_layout Standard
18358 と入れてください。表
18359 \begin_inset CommandInset ref
18360 LatexCommand ref
18361 reference "tab:表多行回転"
18362
18363 \end_inset
18364
18365 は、3つのセルを45°回転させた用例です。
18366 \end_layout
18367
18368 \begin_layout Standard
18369 \begin_inset Float table
18370 wide false
18371 sideways false
18372 status open
18373
18374 \begin_layout Plain Layout
18375 \begin_inset Caption Standard
18376
18377 \begin_layout Plain Layout
18378 \begin_inset CommandInset label
18379 LatexCommand label
18380 name "tab:回転表"
18381
18382 \end_inset
18383
18384 1行目に回転セルのある表
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Plain Layout
18393 \noindent
18394 \align center
18395 \begin_inset Tabular
18396 <lyxtabular version="3" rows="2" columns="3">
18397 <features rotate="0" tabularvalignment="middle">
18398 <column alignment="center" valignment="top" width="0pt">
18399 <column alignment="center" valignment="top" width="0pt">
18400 <column alignment="center" valignment="top" width="0pt">
18401 <row>
18402 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 コップ
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424 受け皿
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 </row>
18430 <row>
18431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 45
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 33
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 21
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 </row>
18459 </lyxtabular>
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \begin_layout Standard
18472 \begin_inset Note Greyedout
18473 status open
18474
18475 \begin_layout Plain Layout
18476
18477 \series bold
18478 【註】
18479 \series default
18480 回転セル中では、改行(
18481 \begin_inset Flex Ruby
18482 status collapsed
18483
18484 \begin_layout Plain Layout
18485 捷径
18486 \begin_inset Argument post:1
18487 status collapsed
18488
18489 \begin_layout Plain Layout
18490 ショートカット
18491 \end_layout
18492
18493 \end_inset
18494
18495
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \begin_inset Info
18502 type  "shortcut"
18503 arg   "newline-insert newline"
18504 \end_inset
18505
18506 )はできません。
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \end_layout
18513
18514 \begin_layout Standard
18515 改行を含むセルを回転させたい場合には、セルの内容をminipageかparboxに置かなくてはなりません
18516 \begin_inset Foot
18517 status collapsed
18518
18519 \begin_layout Plain Layout
18520 これらのボックスについて詳しくは、第
18521 \begin_inset CommandInset ref
18522 LatexCommand ref
18523 reference "sec:ミニページ"
18524
18525 \end_inset
18526
18527 節および第
18528 \begin_inset CommandInset ref
18529 LatexCommand ref
18530 reference "sec:Parboxes"
18531
18532 \end_inset
18533
18534 節をご覧ください。
18535 \end_layout
18536
18537 \end_inset
18538
18539 。このセルを90
18540 \begin_inset space \thinspace{}
18541 \end_inset
18542
18543 °回転させると、ボックス幅はセルの高さになります。表
18544 \begin_inset CommandInset ref
18545 LatexCommand ref
18546 reference "tab:表多行回転"
18547
18548 \end_inset
18549
18550 は、ボックス幅が3
18551 \begin_inset space \thinspace{}
18552 \end_inset
18553
18554 cmの、多行セルを回転させる例です。
18555 \end_layout
18556
18557 \begin_layout Standard
18558 \begin_inset Float table
18559 wide false
18560 sideways false
18561 status open
18562
18563 \begin_layout Plain Layout
18564 \begin_inset Caption Standard
18565
18566 \begin_layout Plain Layout
18567 \begin_inset CommandInset label
18568 LatexCommand label
18569 name "tab:表多行回転"
18570
18571 \end_inset
18572
18573 多行セルを回転させた表
18574 \end_layout
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Plain Layout
18582 \noindent
18583 \align center
18584 \begin_inset Tabular
18585 <lyxtabular version="3" rows="2" columns="3">
18586 <features rotate="0" tabularvalignment="middle">
18587 <column alignment="center" valignment="top">
18588 <column alignment="center" valignment="top" width="0pt">
18589 <column alignment="center" valignment="top">
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 \begin_inset Box Frameless
18605 position "t"
18606 hor_pos "c"
18607 has_inner_box 1
18608 inner_pos "t"
18609 use_parbox 0
18610 use_makebox 0
18611 width "3cm"
18612 special "none"
18613 height "1in"
18614 height_special "totalheight"
18615 status open
18616
18617 \begin_layout Plain Layout
18618 改行を含む
18619 \begin_inset Newline newline
18620 \end_inset
18621
18622 回転
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 </row>
18642 <row>
18643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 </row>
18671 </lyxtabular>
18672
18673 \end_inset
18674
18675
18676 \end_layout
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Section
18684 表幅の計算
18685 \begin_inset CommandInset label
18686 LatexCommand label
18687 name "sec:表幅の計算"
18688
18689 \end_inset
18690
18691
18692 \end_layout
18693
18694 \begin_layout Standard
18695 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18696 設ければ良いのでしょうか?
18697 \end_layout
18698
18699 \begin_layout Standard
18700 表幅
18701 \begin_inset Formula $W_{\text{表}}$
18702 \end_inset
18703
18704 は計算することができます。各列の実際の幅は、指定した列幅
18705 \begin_inset Formula $W_{\text{列}}$
18706 \end_inset
18707
18708 に、列の内容と列罫線との間の余白(LaTeX長
18709 \series bold
18710
18711 \backslash
18712 tabcolsep
18713 \series default
18714 ・既定値6
18715 \begin_inset space \thinspace{}
18716 \end_inset
18717
18718 pt)の2倍と、罫線幅(LaTeX長
18719 \series bold
18720
18721 \backslash
18722 arrayrulewidth
18723 \series default
18724 ・既定値0.4
18725 \begin_inset space \thinspace{}
18726 \end_inset
18727
18728 pt)を加えたものになります。したがって、もし同じ幅の
18729 \begin_inset Formula $n$
18730 \end_inset
18731
18732 列を作るならば、表幅は
18733 \begin_inset Formula 
18734 \begin{equation}
18735 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18736 \end{equation}
18737
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \begin_layout Standard
18744 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18745 \series bold
18746
18747 \backslash
18748 columnwidth
18749 \series default
18750 )。表の列をすべて同じ幅にするとすれば、
18751 \begin_inset Formula $W_{\text{表}}$
18752 \end_inset
18753
18754 が1
18755 \begin_inset space \thinspace{}
18756 \end_inset
18757
18758
18759 \backslash
18760 columnwidthになりますので、
18761 \begin_inset Formula $W_{\text{列}}$
18762 \end_inset
18763
18764 は簡単に計算できます。
18765 \end_layout
18766
18767 \begin_layout Standard
18768 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18769 \series bold
18770 calc
18771 \series default
18772
18773 \begin_inset Index idx
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18778 \end_layout
18779
18780 \end_inset
18781
18782 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18783 \family sans
18784 LaTeXの引数
18785 \family default
18786 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18787 \begin_inset CommandInset ref
18788 LatexCommand ref
18789 reference "sub:連結列の計算"
18790
18791 \end_inset
18792
18793 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18794 \end_layout
18795
18796 \begin_layout Standard
18797
18798 \series bold
18799 >{
18800 \backslash
18801 centering}p{(1
18802 \backslash
18803 columnwidth-62.4pt)/5}
18804 \end_layout
18805
18806 \begin_layout Standard
18807 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18808 \begin_inset Formula 
18809 \begin{align}
18810 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18811  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18812  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18813 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18814 \end{align}
18815
18816 \end_inset
18817
18818
18819 \end_layout
18820
18821 \begin_layout Standard
18822 となります。したがって、表中の広い列には
18823 \end_layout
18824
18825 \begin_layout Standard
18826
18827 \series bold
18828 >{
18829 \backslash
18830 centering}p{(1
18831 \backslash
18832 columnwidth-62.4pt)/
18833 \backslash
18834 real{4.5}}
18835 \end_layout
18836
18837 \begin_layout Standard
18838 というコマンドを用い、狭い列には
18839 \end_layout
18840
18841 \begin_layout Standard
18842
18843 \series bold
18844 >{
18845 \backslash
18846 centering}p{(1
18847 \backslash
18848 columnwidth-62.4pt)/
18849 \backslash
18850 real{4.5}*
18851 \backslash
18852 real{0.75}}
18853 \end_layout
18854
18855 \begin_layout Standard
18856 というコマンドを用いることにすると、以下の表が出来上がります。
18857 \end_layout
18858
18859 \begin_layout Standard
18860 \begin_inset Tabular
18861 <lyxtabular version="3" rows="2" columns="5">
18862 <features rotate="0" tabularvalignment="middle">
18863 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18864 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18865 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18866 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18867 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18868 <row>
18869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873 1
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 2
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891 3
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 4
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 5
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 </row>
18915 <row>
18916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 111111 1111111 111111 111111111 11111 11111 1111
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938 2222 22222 222222 222222222 2222222 22 22222
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 333333 333333 333333 33333 3333333 333
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 </row>
18962 </lyxtabular>
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \begin_layout Section
18970 表の調整
18971 \begin_inset Index idx
18972 status collapsed
18973
18974 \begin_layout Plain Layout
18975 ひょうのちょうせい@表の調整
18976 \end_layout
18977
18978 \end_inset
18979
18980
18981 \begin_inset Index idx
18982 status collapsed
18983
18984 \begin_layout Plain Layout
18985 ひょう@表 ! ちょうせい@調整
18986 \end_layout
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \begin_layout Subsection
18994 行の余白取り
18995 \begin_inset CommandInset label
18996 LatexCommand label
18997 name "sub:行の余白取り"
18998
18999 \end_inset
19000
19001
19002 \begin_inset Index idx
19003 status collapsed
19004
19005 \begin_layout Plain Layout
19006 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19007 \end_layout
19008
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \begin_layout Standard
19015 表の設定ダイアログの
19016 \family sans
19017 罫線
19018 \family default
19019 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19020 \end_layout
19021
19022 \begin_layout Description
19023 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19024 \begin_inset Foot
19025 status collapsed
19026
19027 \begin_layout Plain Layout
19028 フォーマル形式の表は第
19029 \begin_inset CommandInset ref
19030 LatexCommand ref
19031 reference "sec:フォーマル形式の表"
19032
19033 \end_inset
19034
19035 節で説明されています。
19036 \end_layout
19037
19038 \end_inset
19039
19040 ならば、LyXは既定値として0.5
19041 \begin_inset space \thinspace{}
19042 \end_inset
19043
19044 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19045 \begin_inset VSpace medskip
19046 \end_inset
19047
19048
19049 \begin_inset Newline newline
19050 \end_inset
19051
19052
19053 \begin_inset space \hspace*{}
19054 \length 0pt
19055 \end_inset
19056
19057
19058 \begin_inset space \hfill{}
19059 \end_inset
19060
19061
19062 \begin_inset Tabular
19063 <lyxtabular version="3" rows="3" columns="1">
19064 <features rotate="0" tabularvalignment="middle">
19065 <column alignment="center" valignment="top">
19066 <row>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 </row>
19077 <row topspace="3mm">
19078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 行上に3
19083 \begin_inset space \thinspace{}
19084 \end_inset
19085
19086 mmの余白
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 </row>
19092 <row>
19093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 </row>
19103 </lyxtabular>
19104
19105 \end_inset
19106
19107
19108 \begin_inset space \hfill{}
19109 \end_inset
19110
19111
19112 \begin_inset space \hspace*{}
19113 \length 0pt
19114 \end_inset
19115
19116
19117 \begin_inset VSpace medskip
19118 \end_inset
19119
19120
19121 \begin_inset Newline newline
19122 \end_inset
19123
19124 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19125 \end_layout
19126
19127 \begin_layout Description
19128 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19129 \begin_inset space \thinspace{}
19130 \end_inset
19131
19132 emの余白を挿入し、通常の表ならば既定値として2
19133 \begin_inset space \thinspace{}
19134 \end_inset
19135
19136 ptを挿入します。
19137 \end_layout
19138
19139 \begin_layout Description
19140 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19141 \begin_inset space \thinspace{}
19142 \end_inset
19143
19144 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19145 \begin_inset VSpace medskip
19146 \end_inset
19147
19148
19149 \begin_inset Newline newline
19150 \end_inset
19151
19152
19153 \begin_inset space \hspace*{}
19154 \length 0pt
19155 \end_inset
19156
19157
19158 \begin_inset space \hfill{}
19159 \end_inset
19160
19161
19162 \begin_inset Tabular
19163 <lyxtabular version="3" rows="3" columns="1">
19164 <features rotate="0" tabularvalignment="middle">
19165 <column alignment="center" valignment="top">
19166 <row>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 </row>
19177 <row interlinespace="3mm">
19178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 \begin_inset Formula $\downarrow$
19183 \end_inset
19184
19185  行間に3
19186 \begin_inset space \thinspace{}
19187 \end_inset
19188
19189 mmの余白 
19190 \begin_inset Formula $\downarrow$
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 </row>
19199 <row>
19200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 \begin_inset Formula $\uparrow$
19205 \end_inset
19206
19207  行間に3
19208 \begin_inset space \thinspace{}
19209 \end_inset
19210
19211 mmの余白 
19212 \begin_inset Formula $\uparrow$
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 </row>
19221 </lyxtabular>
19222
19223 \end_inset
19224
19225
19226 \begin_inset space \hfill{}
19227 \end_inset
19228
19229
19230 \begin_inset space \hspace*{}
19231 \length 0pt
19232 \end_inset
19233
19234
19235 \begin_inset VSpace medskip
19236 \end_inset
19237
19238
19239 \begin_inset Newline newline
19240 \end_inset
19241
19242 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19243 \end_layout
19244
19245 \begin_layout Standard
19246 \begin_inset VSpace bigskip
19247 \end_inset
19248
19249 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19250 \end_layout
19251
19252 \begin_layout Standard
19253
19254 \series bold
19255
19256 \backslash
19257 @ifundefined{extrarowheight}
19258 \begin_inset Newline newline
19259 \end_inset
19260
19261
19262 \begin_inset Phantom HPhantom
19263 status open
19264
19265 \begin_layout Plain Layout
19266 \begin_inset space ~
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \end_inset
19273
19274 {
19275 \backslash
19276 usepackage{array}}{}
19277 \begin_inset Newline newline
19278 \end_inset
19279
19280
19281 \backslash
19282 setlength{
19283 \backslash
19284 extrarowheight}{height}
19285 \end_layout
19286
19287 \begin_layout Standard
19288 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
19289 \series bold
19290 array
19291 \series default
19292 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19293 \series bold
19294
19295 \backslash
19296 @ifundefined
19297 \series default
19298 が使用されています)。
19299 \end_layout
19300
19301 \begin_layout Standard
19302 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
19303 \series bold
19304
19305 \backslash
19306 strut
19307 \series default
19308 コマンドを挿入することで補正することができます。表
19309 \begin_inset CommandInset ref
19310 LatexCommand ref
19311 reference "tab:垂直揃え"
19312
19313 \end_inset
19314
19315 は、この効果を示したものです。
19316 \end_layout
19317
19318 \begin_layout Standard
19319 \noindent
19320 \begin_inset Float table
19321 placement h
19322 wide false
19323 sideways false
19324 status open
19325
19326 \begin_layout Plain Layout
19327 \begin_inset Caption Standard
19328
19329 \begin_layout Plain Layout
19330 \begin_inset CommandInset label
19331 LatexCommand label
19332 name "tab:垂直揃え"
19333
19334 \end_inset
19335
19336 大きなフォント寸法の文章の垂直揃え
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \begin_layout Plain Layout
19345 \begin_inset space \hfill{}
19346 \end_inset
19347
19348
19349 \begin_inset Float table
19350 wide false
19351 sideways false
19352 status collapsed
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Caption Standard
19356
19357 \begin_layout Plain Layout
19358 通常の表
19359 \end_layout
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Plain Layout
19367 \noindent
19368 \align center
19369 \begin_inset Tabular
19370 <lyxtabular version="3" rows="6" columns="1">
19371 <features rotate="0" tabularvalignment="middle">
19372 <column alignment="left" valignment="top">
19373 <row>
19374 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 ふつう, g
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row>
19385 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \size large
19391 やや大
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \size larger
19404
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 <row>
19411 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \size largest
19417 極大
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 <row>
19424 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428
19429 \size huge
19430 極々大
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 <row>
19437 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441
19442 \size giant
19443 最大
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 </lyxtabular>
19450
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \begin_inset space \hfill{}
19460 \end_inset
19461
19462
19463 \begin_inset Float table
19464 wide false
19465 sideways false
19466 status collapsed
19467
19468 \begin_layout Plain Layout
19469 \begin_inset Caption Standard
19470
19471 \begin_layout Plain Layout
19472
19473 \series bold
19474
19475 \backslash
19476 strut
19477 \series default
19478 コマンドを使用した表
19479 \end_layout
19480
19481 \end_inset
19482
19483
19484 \end_layout
19485
19486 \begin_layout Plain Layout
19487 \noindent
19488 \align center
19489 \begin_inset Tabular
19490 <lyxtabular version="3" rows="6" columns="1">
19491 <features rotate="0" tabularvalignment="middle">
19492 <column alignment="left" valignment="top">
19493 <row>
19494 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 ふつう, g
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 <row>
19505 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509
19510 \size large
19511 \begin_inset ERT
19512 status collapsed
19513
19514 \begin_layout Plain Layout
19515
19516
19517 \backslash
19518 strut 
19519 \end_layout
19520
19521 \end_inset
19522
19523 やや大
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 </row>
19529 <row>
19530 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534
19535 \size larger
19536 \begin_inset ERT
19537 status collapsed
19538
19539 \begin_layout Plain Layout
19540
19541
19542 \backslash
19543 strut 
19544 \end_layout
19545
19546 \end_inset
19547
19548
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 <row>
19555 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559
19560 \size largest
19561 \begin_inset ERT
19562 status collapsed
19563
19564 \begin_layout Plain Layout
19565
19566
19567 \backslash
19568 strut 
19569 \end_layout
19570
19571 \end_inset
19572
19573 極大
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 </row>
19579 <row>
19580 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584
19585 \size huge
19586 \begin_inset ERT
19587 status collapsed
19588
19589 \begin_layout Plain Layout
19590
19591
19592 \backslash
19593 strut 
19594 \end_layout
19595
19596 \end_inset
19597
19598 極々大
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 </row>
19604 <row>
19605 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609
19610 \size giant
19611 \begin_inset ERT
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615
19616
19617 \backslash
19618 strut 
19619 \end_layout
19620
19621 \end_inset
19622
19623 最大
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 </lyxtabular>
19630
19631 \end_inset
19632
19633
19634 \end_layout
19635
19636 \end_inset
19637
19638
19639 \begin_inset space \hfill{}
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \begin_layout Subsection
19651 特殊なセル揃え
19652 \begin_inset CommandInset label
19653 LatexCommand label
19654 name "sub:特殊なセル揃え"
19655
19656 \end_inset
19657
19658
19659 \begin_inset Index idx
19660 status collapsed
19661
19662 \begin_layout Plain Layout
19663 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \begin_layout Standard
19672 ときには表
19673 \begin_inset CommandInset ref
19674 LatexCommand ref
19675 reference "tab:表セル"
19676
19677 \end_inset
19678
19679 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19680 \begin_inset Graphics
19681         filename ../../images/tabular-feature_align-decimal.png
19682         scale 85
19683         scaleBeforeRotation
19684
19685 \end_inset
19686
19687 を押すか、表設定中で揃えを
19688 \family sans
19689 小数点で
19690 \family default
19691 に設定します。
19692 \end_layout
19693
19694 \begin_layout Standard
19695 \begin_inset Float table
19696 placement h
19697 wide false
19698 sideways false
19699 status open
19700
19701 \begin_layout Plain Layout
19702 \begin_inset Caption Standard
19703
19704 \begin_layout Plain Layout
19705 \begin_inset CommandInset label
19706 LatexCommand label
19707 name "tab:表セル"
19708
19709 \end_inset
19710
19711 一列が小数点で揃えられた表セル
19712 \end_layout
19713
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \begin_layout Plain Layout
19720 \align center
19721 \begin_inset Tabular
19722 <lyxtabular version="3" rows="4" columns="1">
19723 <features rotate="0" booktabs="true" tabularvalignment="middle">
19724 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19725 <row>
19726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 見出し
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 </row>
19736 <row>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 12.6
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 <row>
19748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 0.68
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 -123.0
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 </lyxtabular>
19770
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \begin_layout Standard
19782 \begin_inset Float table
19783 placement h
19784 wide false
19785 sideways false
19786 status open
19787
19788 \begin_layout Plain Layout
19789 \begin_inset Caption Standard
19790
19791 \begin_layout Plain Layout
19792 \begin_inset CommandInset label
19793 LatexCommand label
19794 name "tab:演算子揃え表"
19795
19796 \end_inset
19797
19798 一列が演算子で揃えられた表セル
19799 \end_layout
19800
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \begin_layout Plain Layout
19807 \align center
19808 \begin_inset Tabular
19809 <lyxtabular version="3" rows="4" columns="2">
19810 <features rotate="0" booktabs="true" tabularvalignment="middle">
19811 <column alignment="right" valignment="top" width="0pt">
19812 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19813 <row>
19814 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 見出し
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Formula $12\,+$
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 <cell alignment="center" valignment="top" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850 \begin_inset Formula $\,6$
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 \begin_inset Formula $0\,-$
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876 \begin_inset Formula $\,68$
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 </row>
19885 <row>
19886 <cell alignment="center" valignment="top" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 \begin_inset Formula $-123\,/$
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $\,0$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 </lyxtabular>
19912
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \begin_layout Standard
19924 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19925 \begin_inset CommandInset ref
19926 LatexCommand ref
19927 reference "tab:演算子揃え表"
19928
19929 \end_inset
19930
19931 のような方法を用いる必要があります。この表は、4
19932 \begin_inset Formula $\times$
19933 \end_inset
19934
19935 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
19936 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
19937 \end_layout
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942 @{}l
19943 \end_layout
19944
19945 \begin_layout Standard
19946 というLaTeX引数を第2列に指定します。
19947 \end_layout
19948
19949 \begin_layout Standard
19950
19951 \begin_inset CommandInset ref
19952 LatexCommand ref
19953 reference "tab:表セル揃え"
19954
19955 \end_inset
19956
19957 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19958 \begin_inset CommandInset ref
19959 LatexCommand ref
19960 reference "tab:演算子揃え表"
19961
19962 \end_inset
19963
19964 の冒頭には、小空白が加えられています。
19965 \end_layout
19966
19967 \begin_layout Standard
19968 \begin_inset Float table
19969 wide false
19970 sideways false
19971 status open
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Caption Standard
19975
19976 \begin_layout Plain Layout
19977 \begin_inset CommandInset label
19978 LatexCommand label
19979 name "tab:表セル揃え"
19980
19981 \end_inset
19982
19983 表セルの揃えの例
19984 \end_layout
19985
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \begin_layout Plain Layout
19992 \align center
19993 \begin_inset Tabular
19994 <lyxtabular version="3" rows="4" columns="6">
19995 <features rotate="0" tabularvalignment="middle">
19996 <column alignment="right" valignment="top">
19997 <column alignment="left" valignment="top" special="@{}l">
19998 <column alignment="right" valignment="top">
19999 <column alignment="left" valignment="top" special="@{}l">
20000 <column alignment="right" valignment="top">
20001 <column alignment="left" valignment="top" special="@{}l">
20002 <row>
20003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 単位
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 冪数
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043 関係子
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 </row>
20058 <row>
20059 <cell alignment="center" valignment="top" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 12
20064 \begin_inset Formula $\times$
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 24本の瓶
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 \begin_inset Formula $10\cdot$
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 \begin_inset Formula $10^{\mbox{-}17}$
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 <cell alignment="center" valignment="top" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109 \begin_inset Formula $\Gamma(t)\propto$
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 <cell alignment="center" valignment="top" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121 \begin_inset Formula $\:\Upsilon(t)$
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 </row>
20130 <row>
20131 <cell alignment="center" valignment="top" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 1024
20136 \begin_inset Formula $\times$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 768ピクセル
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 <cell alignment="center" valignment="top" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157 \begin_inset Formula $5.78\cdot$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $10^{7}$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $A\ne$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193 \begin_inset Formula $\:B_{\mathrm{red}}$
20194 \end_inset
20195
20196
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 </row>
20202 <row>
20203 <cell alignment="center" valignment="top" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 32
20208 \begin_inset Formula $\times$
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 6
20221 \begin_inset space \thinspace{}
20222 \end_inset
20223
20224 cm
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 -
20234 \begin_inset Formula $33.5\cdot$
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246 \begin_inset Formula $10^{4}$
20247 \end_inset
20248
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 \begin_inset Formula $\sin(\alpha)\ge$
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 \begin_inset Formula $\:\sin(\beta)$
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 </lyxtabular>
20280
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \begin_layout Subsection
20292 自製のセル書式および列書式
20293 \begin_inset CommandInset label
20294 LatexCommand label
20295 name "sub:自製書式"
20296
20297 \end_inset
20298
20299
20300 \begin_inset Index idx
20301 status collapsed
20302
20303 \begin_layout Plain Layout
20304 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20305 \end_layout
20306
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \begin_layout Standard
20313
20314 \begin_inset CommandInset ref
20315 LatexCommand ref
20316 reference "sec:表幅の計算"
20317
20318 \end_inset
20319
20320 節のようにして通常列の必要幅を計算したり、第
20321 \begin_inset CommandInset ref
20322 LatexCommand ref
20323 reference "sub:連結列の計算"
20324
20325 \end_inset
20326
20327 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
20328 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20329 \end_layout
20330
20331 \begin_layout Standard
20332
20333 \series bold
20334
20335 \backslash
20336 newcolumntype{書式名}[引数の数]{コマンド}
20337 \end_layout
20338
20339 \begin_layout Standard
20340 書式名は、一文字だけでも構いません。
20341 \emph on
20342 b
20343 \emph default
20344
20345 \emph on
20346 c
20347 \emph default
20348
20349 \emph on
20350 l
20351 \emph default
20352
20353 \emph on
20354 m
20355 \emph default
20356
20357 \emph on
20358 p
20359 \emph default
20360
20361 \emph on
20362 r
20363 \emph default
20364 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20365 \end_layout
20366
20367 \begin_layout Standard
20368 \begin_inset VSpace medskip
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \begin_layout Standard
20375 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381
20382 \backslash
20383 newcolumntype{M}[1]{>{
20384 \backslash
20385 centering
20386 \backslash
20387 hspace{0pt}}m{#1}}
20388 \end_layout
20389
20390 \begin_layout Standard
20391 ここで
20392 \series bold
20393
20394 \backslash
20395 hspace{0pt}
20396 \series default
20397 は、第
20398 \begin_inset CommandInset ref
20399 LatexCommand ref
20400 reference "sub:複数行"
20401
20402 \end_inset
20403
20404 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
20405 \family sans
20406 LaTeXの引数
20407 \family default
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412
20413 \series bold
20414 M{width}
20415 \end_layout
20416
20417 \begin_layout Standard
20418 と入力するだけですみます。
20419 \end_layout
20420
20421 \begin_layout Standard
20422 \begin_inset VSpace bigskip
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \begin_layout Standard
20429 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20430 \end_layout
20431
20432 \begin_layout Standard
20433
20434 \series bold
20435
20436 \backslash
20437 newcolumntype{S}[2]{>{
20438 \backslash
20439 centering
20440 \backslash
20441 hspace{0pt}}
20442 \begin_inset Newline newline
20443 \end_inset
20444
20445
20446 \begin_inset Phantom HPhantom
20447 status open
20448
20449 \begin_layout Plain Layout
20450
20451 \series bold
20452
20453 \backslash
20454 newcolumntype
20455 \end_layout
20456
20457 \end_inset
20458
20459 m{(#1+(2
20460 \backslash
20461 tabcolsep+
20462 \backslash
20463 arrayrulewidth)*(1-#2))/#2}}
20464 \end_layout
20465
20466 \begin_layout Standard
20467 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20468 \begin_inset CommandInset ref
20469 LatexCommand eqref
20470 reference "eq:Wgn"
20471
20472 \end_inset
20473
20474 式を使用しています。
20475 \end_layout
20476
20477 \begin_layout Standard
20478 こうしておけば、当該セルのLaTeX引数に
20479 \end_layout
20480
20481 \begin_layout Standard
20482
20483 \series bold
20484 S{連結列セルの幅}{連結列セルがまたがる列の数}
20485 \end_layout
20486
20487 \begin_layout Standard
20488 と入力するだけですみます。
20489 \end_layout
20490
20491 \begin_layout Standard
20492 \begin_inset VSpace bigskip
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \begin_layout Standard
20499 色付き列については、以下のように定義するとよいでしょう。
20500 \end_layout
20501
20502 \begin_layout Standard
20503
20504 \series bold
20505
20506 \backslash
20507 newcolumntype{K}[1]{>{
20508 \backslash
20509 columncolor{#1}
20510 \backslash
20511 hspace{0pt}}c}
20512 \end_layout
20513
20514 \begin_layout Standard
20515 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20516 \end_layout
20517
20518 \begin_layout Standard
20519
20520 \series bold
20521 K{色名}
20522 \end_layout
20523
20524 \begin_layout Standard
20525 と入力します。
20526 \end_layout
20527
20528 \begin_layout Standard
20529 \begin_inset VSpace bigskip
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \begin_layout Standard
20536
20537 \begin_inset CommandInset ref
20538 LatexCommand ref
20539 reference "tab:ユーザー定義の表書式"
20540
20541 \end_inset
20542
20543 を生成するには、第1列と連結列にLaTeX引数として
20544 \end_layout
20545
20546 \begin_layout Standard
20547
20548 \series bold
20549 M{2.5cm}
20550 \end_layout
20551
20552 \begin_layout Standard
20553 を指定し、最終列に
20554 \end_layout
20555
20556 \begin_layout Standard
20557
20558 \series bold
20559 K{red}
20560 \end_layout
20561
20562 \begin_layout Standard
20563 そして第2列の各セルに
20564 \end_layout
20565
20566 \begin_layout Standard
20567
20568 \series bold
20569 S{2.5cm}{2}
20570 \end_layout
20571
20572 \begin_layout Standard
20573 と指定します。
20574 \end_layout
20575
20576 \begin_layout Standard
20577 \begin_inset Float table
20578 placement h
20579 wide false
20580 sideways false
20581 status open
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Caption Standard
20585
20586 \begin_layout Plain Layout
20587 \begin_inset CommandInset label
20588 LatexCommand label
20589 name "tab:ユーザー定義の表書式"
20590
20591 \end_inset
20592
20593 ユーザー定義の表書式を使用した表
20594 \end_layout
20595
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \begin_layout Plain Layout
20602 \align center
20603 \begin_inset Tabular
20604 <lyxtabular version="3" rows="3" columns="4">
20605 <features rotate="0" tabularvalignment="middle">
20606 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20607 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20608 <column alignment="center" valignment="middle">
20609 <column alignment="center" valignment="middle" special="K{red}">
20610 <row>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 とても長い表セル中の単語
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 複数行の連結列
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 <row>
20687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20697 \begin_inset Text
20698
20699 \begin_layout Plain Layout
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 </lyxtabular>
20725
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \begin_layout Subsection
20737 罫線幅
20738 \begin_inset CommandInset label
20739 LatexCommand label
20740 name "sub:罫線幅"
20741
20742 \end_inset
20743
20744
20745 \begin_inset Index idx
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 表中のすべての罫線の罫線幅を調整するには、長さ
20759 \series bold
20760
20761 \backslash
20762 arrayrulewidth
20763 \series default
20764 を使用します。たとえば、表
20765 \begin_inset CommandInset ref
20766 LatexCommand ref
20767 reference "tab:Table-with-1.5"
20768
20769 \end_inset
20770
20771 のように罫線幅を1.5
20772 \begin_inset space \thinspace{}
20773 \end_inset
20774
20775 ptにするには、表や表フロートの前にTeXコードで
20776 \end_layout
20777
20778 \begin_layout Standard
20779
20780 \series bold
20781
20782 \backslash
20783 setlength{
20784 \backslash
20785 arrayrulewidth}{1.5pt}
20786 \end_layout
20787
20788 \begin_layout Standard
20789 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20790 \series bold
20791
20792 \backslash
20793 arrayrulewidth
20794 \series default
20795 を0.4
20796 \begin_inset space \thinspace{}
20797 \end_inset
20798
20799 ptに設定してください。
20800 \end_layout
20801
20802 \begin_layout Standard
20803 \begin_inset ERT
20804 status collapsed
20805
20806 \begin_layout Plain Layout
20807
20808
20809 \backslash
20810 setlength{
20811 \backslash
20812 arrayrulewidth}{1.5pt}
20813 \end_layout
20814
20815 \end_inset
20816
20817
20818 \begin_inset Float table
20819 wide false
20820 sideways false
20821 status open
20822
20823 \begin_layout Plain Layout
20824 \begin_inset Caption Standard
20825
20826 \begin_layout Plain Layout
20827 \begin_inset CommandInset label
20828 LatexCommand label
20829 name "tab:Table-with-1.5"
20830
20831 \end_inset
20832
20833 1.5
20834 \begin_inset space \thinspace{}
20835 \end_inset
20836
20837 pt幅罫線の表
20838 \end_layout
20839
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \begin_layout Plain Layout
20846 \align center
20847 \begin_inset Tabular
20848 <lyxtabular version="3" rows="3" columns="3">
20849 <features rotate="0" tabularvalignment="middle">
20850 <column alignment="center" valignment="top">
20851 <column alignment="center" valignment="top">
20852 <column alignment="center" valignment="top">
20853 <row>
20854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 sd
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 sd
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 <row>
20912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 sd
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 </lyxtabular>
20941
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \end_inset
20948
20949
20950 \begin_inset ERT
20951 status collapsed
20952
20953 \begin_layout Plain Layout
20954
20955
20956 \backslash
20957 setlength{
20958 \backslash
20959 arrayrulewidth}{0.4pt}
20960 \end_layout
20961
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \begin_layout Standard
20968 \begin_inset VSpace bigskip
20969 \end_inset
20970
20971
20972 \begin_inset CommandInset ref
20973 LatexCommand ref
20974 reference "tab:1.5pt幅横罫"
20975
20976 \end_inset
20977
20978 のように横罫だけを1.5
20979 \begin_inset space \thinspace{}
20980 \end_inset
20981
20982 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20983 \end_layout
20984
20985 \begin_layout Standard
20986
20987 \series bold
20988
20989 \backslash
20990 let
20991 \backslash
20992 myHline
20993 \backslash
20994 hline
20995 \begin_inset Newline newline
20996 \end_inset
20997
20998
20999 \backslash
21000 renewcommand{
21001 \backslash
21002 hline}
21003 \begin_inset Newline newline
21004 \end_inset
21005
21006  {
21007 \backslash
21008 noalign{
21009 \backslash
21010 global
21011 \backslash
21012 arrayrulewidth 1.5pt}
21013 \begin_inset Newline newline
21014 \end_inset
21015
21016  
21017 \backslash
21018 myHline
21019 \backslash
21020 noalign{
21021 \backslash
21022 global
21023 \backslash
21024 arrayrulewidth 0.4pt}}
21025 \end_layout
21026
21027 \begin_layout Standard
21028 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
21029 \end_layout
21030
21031 \begin_layout Standard
21032
21033 \series bold
21034
21035 \backslash
21036 renewcommand{
21037 \backslash
21038 hline}{
21039 \backslash
21040 myHline}
21041 \end_layout
21042
21043 \begin_layout Standard
21044 \begin_inset ERT
21045 status collapsed
21046
21047 \begin_layout Plain Layout
21048
21049
21050 \backslash
21051 let
21052 \backslash
21053 myHline
21054 \backslash
21055 hline
21056 \end_layout
21057
21058 \begin_layout Plain Layout
21059
21060
21061 \backslash
21062 renewcommand{
21063 \backslash
21064 hline}
21065 \end_layout
21066
21067 \begin_layout Plain Layout
21068
21069  {
21070 \backslash
21071 noalign{
21072 \backslash
21073 global
21074 \backslash
21075 arrayrulewidth 1.5pt}
21076 \end_layout
21077
21078 \begin_layout Plain Layout
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 \end_inset
21092
21093
21094 \begin_inset Float table
21095 wide false
21096 sideways false
21097 status open
21098
21099 \begin_layout Plain Layout
21100 \begin_inset Caption Standard
21101
21102 \begin_layout Plain Layout
21103 \begin_inset CommandInset label
21104 LatexCommand label
21105 name "tab:1.5pt幅横罫"
21106
21107 \end_inset
21108
21109 1.5
21110 \begin_inset space \thinspace{}
21111 \end_inset
21112
21113 pt幅横罫の表
21114 \end_layout
21115
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \begin_layout Plain Layout
21122 \align center
21123 \begin_inset Tabular
21124 <lyxtabular version="3" rows="3" columns="3">
21125 <features rotate="0" tabularvalignment="middle">
21126 <column alignment="center" valignment="top">
21127 <column alignment="center" valignment="top">
21128 <column alignment="center" valignment="top">
21129 <row>
21130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 sd
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 <row>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 sd
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210 sd
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 </row>
21216 </lyxtabular>
21217
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224
21225
21226 \begin_inset ERT
21227 status collapsed
21228
21229 \begin_layout Plain Layout
21230
21231
21232 \backslash
21233 renewcommand{
21234 \backslash
21235 hline}{
21236 \backslash
21237 myHline}
21238 \end_layout
21239
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \begin_layout Standard
21246 \begin_inset VSpace bigskip
21247 \end_inset
21248
21249 縦罫だけを1.5
21250 \begin_inset space \thinspace{}
21251 \end_inset
21252
21253 pt幅にするには、第
21254 \begin_inset CommandInset ref
21255 LatexCommand ref
21256 reference "sub:自製書式"
21257
21258 \end_inset
21259
21260 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21261 \end_layout
21262
21263 \begin_layout Standard
21264
21265 \series bold
21266
21267 \backslash
21268 newcolumntype{V}{!{
21269 \backslash
21270 vrule width 1.5pt}}
21271 \end_layout
21272
21273 \begin_layout Standard
21274
21275 \begin_inset CommandInset ref
21276 LatexCommand ref
21277 reference "tab:1.5pt幅縦罫"
21278
21279 \end_inset
21280
21281 を作るには、最右列にLaTeX引数
21282 \end_layout
21283
21284 \begin_layout Standard
21285
21286 \series bold
21287 VcV
21288 \end_layout
21289
21290 \begin_layout Standard
21291 を指定し、他の列には
21292 \end_layout
21293
21294 \begin_layout Standard
21295
21296 \series bold
21297 Vc
21298 \end_layout
21299
21300 \begin_layout Standard
21301 を指定します。
21302 \end_layout
21303
21304 \begin_layout Standard
21305 \begin_inset Float table
21306 wide false
21307 sideways false
21308 status open
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Caption Standard
21312
21313 \begin_layout Plain Layout
21314 \begin_inset CommandInset label
21315 LatexCommand label
21316 name "tab:1.5pt幅縦罫"
21317
21318 \end_inset
21319
21320 1.5
21321 \begin_inset space \thinspace{}
21322 \end_inset
21323
21324 pt幅縦罫の表
21325 \end_layout
21326
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \begin_layout Plain Layout
21333 \align center
21334 \begin_inset Tabular
21335 <lyxtabular version="3" rows="3" columns="3">
21336 <features rotate="0" tabularvalignment="middle">
21337 <column alignment="center" valignment="top" special="Vc">
21338 <column alignment="center" valignment="top" special="Vc">
21339 <column alignment="center" valignment="top" special="VcV">
21340 <row>
21341 <cell alignment="center" valignment="top" topline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 sd
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" topline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 <row>
21370 <cell alignment="center" valignment="top" topline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" topline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 sd
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" topline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row>
21399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 sd
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 </row>
21427 </lyxtabular>
21428
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \begin_layout Subsection
21440 点罫
21441 \begin_inset Index idx
21442 status collapsed
21443
21444 \begin_layout Plain Layout
21445 ひょうのちょうせい@表の調整 ! てんけい@点罫
21446 \end_layout
21447
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \begin_layout Standard
21454 \begin_inset ERT
21455 status collapsed
21456
21457 \begin_layout Plain Layout
21458
21459
21460 \backslash
21461 ifarydshln
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \begin_inset Note Note
21468 status open
21469
21470 \begin_layout Plain Layout
21471 この節は、LaTeXパッケージ
21472 \series bold
21473 arydshln
21474 \series default
21475 が導入済みの時のみ表示されます。
21476 \end_layout
21477
21478 \end_inset
21479
21480
21481 \end_layout
21482
21483 \begin_layout Standard
21484 \begin_inset Float table
21485 placement H
21486 wide false
21487 sideways false
21488 status open
21489
21490 \begin_layout Plain Layout
21491 \begin_inset Caption Standard
21492
21493 \begin_layout Plain Layout
21494 \begin_inset CommandInset label
21495 LatexCommand label
21496 name "tab:点罫表"
21497
21498 \end_inset
21499
21500 点罫を使用した表
21501 \end_layout
21502
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Plain Layout
21509 \align center
21510 \begin_inset Tabular
21511 <lyxtabular version="3" rows="5" columns="5">
21512 <features rotate="0" tabularvalignment="middle">
21513 <column alignment="center" valignment="top">
21514 <column alignment="center" valignment="top">
21515 <column alignment="center" valignment="top" special=":c">
21516 <column alignment="center" valignment="top">
21517 <column alignment="center" valignment="top">
21518 <row>
21519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 <row>
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 <cell alignment="center" valignment="top" topline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset ERT
21618 status collapsed
21619
21620 \begin_layout Plain Layout
21621
21622
21623 \backslash
21624 hdashline 
21625 \end_layout
21626
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 <cell alignment="center" valignment="top" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset ERT
21677 status collapsed
21678
21679 \begin_layout Plain Layout
21680
21681
21682 \backslash
21683 cdashline{4-5}
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 <row>
21731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 </lyxtabular>
21778
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \begin_layout Standard
21790 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21791 \end_layout
21792
21793 \begin_layout Standard
21794
21795 \series bold
21796
21797 \backslash
21798 usepackage{arydshln}
21799 \end_layout
21800
21801 \begin_layout Standard
21802 というコマンドを書き、LaTeXパッケージの
21803 \series bold
21804 arydshln
21805 \series default
21806
21807 \begin_inset Index idx
21808 status collapsed
21809
21810 \begin_layout Plain Layout
21811 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21812 \end_layout
21813
21814 \end_inset
21815
21816 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21817 \end_layout
21818
21819 \begin_layout Standard
21820 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21821 \end_layout
21822
21823 \begin_layout Standard
21824
21825 \series bold
21826
21827 \backslash
21828 hdashline
21829 \end_layout
21830
21831 \begin_layout Standard
21832 というコマンドを加えてください。
21833 \end_layout
21834
21835 \begin_layout Standard
21836 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21837 \end_layout
21838
21839 \begin_layout Standard
21840
21841 \series bold
21842
21843 \backslash
21844 cdashline{列番号
21845 \series default
21846 }
21847 \end_layout
21848
21849 \begin_layout Standard
21850 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21851 \end_layout
21852
21853 \begin_layout Standard
21854
21855 \series bold
21856
21857 \backslash
21858 cdashline{2-4}
21859 \end_layout
21860
21861 \begin_layout Standard
21862 なるコマンドを置いてください。
21863 \end_layout
21864
21865 \begin_layout Standard
21866 \begin_inset VSpace bigskip
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \begin_layout Standard
21873
21874 \begin_inset CommandInset ref
21875 LatexCommand ref
21876 reference "tab:点罫表"
21877
21878 \end_inset
21879
21880 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21881 \series bold
21882
21883 \backslash
21884 hdashline
21885 \series default
21886 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
21887 \begin_inset Newline newline
21888 \end_inset
21889
21890  
21891 \series bold
21892
21893 \backslash
21894 cdashline{4-5}
21895 \series default
21896 が挿れられています。
21897 \end_layout
21898
21899 \begin_layout Standard
21900 \begin_inset VSpace bigskip
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \begin_layout Standard
21907 点罫を持つ表も、表
21908 \begin_inset CommandInset ref
21909 LatexCommand ref
21910 reference "tab:Colored-table-with"
21911
21912 \end_inset
21913
21914 のように色付けをすることができます。
21915 \end_layout
21916
21917 \begin_layout Standard
21918 \begin_inset ERT
21919 status collapsed
21920
21921 \begin_layout Plain Layout
21922
21923
21924 \backslash
21925 setlength{
21926 \backslash
21927 arrayrulewidth}{1pt}
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \begin_inset Note Note
21934 status collapsed
21935
21936 \begin_layout Plain Layout
21937 罫線色が見易いように線を太く
21938 \end_layout
21939
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \begin_layout Standard
21946 \begin_inset ERT
21947 status collapsed
21948
21949 \begin_layout Plain Layout
21950
21951
21952 \backslash
21953 dashgapcolor{green}
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \begin_inset Note Note
21960 status collapsed
21961
21962 \begin_layout Plain Layout
21963 緑点罫の間の色付き余白
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \begin_layout Standard
21972 \begin_inset ERT
21973 status collapsed
21974
21975 \begin_layout Plain Layout
21976
21977
21978 \backslash
21979 let
21980 \backslash
21981 myHdashline
21982 \backslash
21983 hdashline
21984 \end_layout
21985
21986 \begin_layout Plain Layout
21987
21988
21989 \backslash
21990 renewcommand{
21991 \backslash
21992 hdashline}
21993 \end_layout
21994
21995 \begin_layout Plain Layout
21996
21997  {
21998 \backslash
21999 arrayrulecolor{red}
22000 \backslash
22001 myHdashline
22002 \backslash
22003 arrayrulecolor{black}}
22004 \end_layout
22005
22006 \end_inset
22007
22008
22009 \begin_inset Note Note
22010 status collapsed
22011
22012 \begin_layout Plain Layout
22013 色付き水平線・点罫赤
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \begin_layout Standard
22022 \begin_inset ERT
22023 status collapsed
22024
22025 \begin_layout Plain Layout
22026
22027
22028 \backslash
22029 let
22030 \backslash
22031 myCdashline
22032 \backslash
22033 cdashline
22034 \end_layout
22035
22036 \begin_layout Plain Layout
22037
22038
22039 \backslash
22040 renewcommand{
22041 \backslash
22042 cdashline}[1]
22043 \end_layout
22044
22045 \begin_layout Plain Layout
22046
22047  {
22048 \backslash
22049 arrayrulecolor{yellow}
22050 \backslash
22051 myCdashline{#1}
22052 \backslash
22053 arrayrulecolor{black}}
22054 \end_layout
22055
22056 \end_inset
22057
22058
22059 \begin_inset Note Note
22060 status collapsed
22061
22062 \begin_layout Plain Layout
22063 色付き部分水平線・点罫黄色
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Standard
22072 \begin_inset Float table
22073 placement h
22074 wide false
22075 sideways false
22076 status open
22077
22078 \begin_layout Plain Layout
22079 \begin_inset Caption Standard
22080
22081 \begin_layout Plain Layout
22082 \begin_inset CommandInset label
22083 LatexCommand label
22084 name "tab:Colored-table-with"
22085
22086 \end_inset
22087
22088 点罫線の色付き表
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \begin_layout Plain Layout
22097 \align center
22098 \begin_inset Tabular
22099 <lyxtabular version="3" rows="5" columns="5">
22100 <features rotate="0" tabularvalignment="middle">
22101 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22102 <column alignment="center" valignment="top" width="0pt">
22103 <column alignment="center" valignment="top" width="0pt" special=":c">
22104 <column alignment="center" valignment="top">
22105 <column alignment="center" valignment="top">
22106 <row>
22107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 <row>
22154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" topline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset ERT
22206 status collapsed
22207
22208 \begin_layout Plain Layout
22209
22210
22211 \backslash
22212 hdashline 
22213 \end_layout
22214
22215 \end_inset
22216
22217
22218 \begin_inset ERT
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222
22223
22224 \backslash
22225 rowcolor{Gray}
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 </row>
22272 <row>
22273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 \begin_inset ERT
22278 status collapsed
22279
22280 \begin_layout Plain Layout
22281
22282
22283 \backslash
22284 cdashline{4-5}
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset ERT
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376
22377
22378 \backslash
22379 cellcolor{Maroon}
22380 \end_layout
22381
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 </row>
22390 </lyxtabular>
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \begin_layout Standard
22403 \begin_inset ERT
22404 status collapsed
22405
22406 \begin_layout Plain Layout
22407
22408
22409 \backslash
22410 renewcommand{
22411 \backslash
22412 hdashline}{
22413 \backslash
22414 myHdashline}
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \begin_inset Note Note
22421 status collapsed
22422
22423 \begin_layout Plain Layout
22424 既定値に戻す
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \begin_layout Standard
22433 \begin_inset ERT
22434 status collapsed
22435
22436 \begin_layout Plain Layout
22437
22438
22439 \backslash
22440 renewcommand{
22441 \backslash
22442 cdashline}{
22443 \backslash
22444 myCdashline}
22445 \end_layout
22446
22447 \end_inset
22448
22449
22450 \begin_inset Note Note
22451 status collapsed
22452
22453 \begin_layout Plain Layout
22454 既定値に戻す
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Standard
22463 \begin_inset ERT
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467
22468
22469 \backslash
22470 nodashgapcolor
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \begin_inset Note Note
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480 既定値に戻す
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \begin_layout Standard
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494
22495 \backslash
22496 setlength{
22497 \backslash
22498 arrayrulewidth}{0.4pt}
22499 \end_layout
22500
22501 \end_inset
22502
22503
22504 \begin_inset Note Note
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508 既定値に戻す
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \begin_layout Standard
22517 行や列、罫線の着色は、第
22518 \begin_inset CommandInset ref
22519 LatexCommand ref
22520 reference "sec:色付きの表"
22521
22522 \end_inset
22523
22524 節に述べられているように動作します。水平線の着色も、
22525 \series bold
22526
22527 \backslash
22528 myHlineC
22529 \series default
22530 コマンドを
22531 \series bold
22532
22533 \backslash
22534 myHdashline
22535 \series default
22536 に置き換え、
22537 \series bold
22538
22539 \backslash
22540 hline
22541 \series default
22542
22543 \series bold
22544
22545 \backslash
22546 hdashline
22547 \series default
22548 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22549 \end_layout
22550
22551 \begin_layout Standard
22552
22553 \series bold
22554
22555 \backslash
22556 let
22557 \backslash
22558 myHdashline
22559 \backslash
22560 hdashline
22561 \begin_inset Newline newline
22562 \end_inset
22563
22564
22565 \backslash
22566 renewcommand{
22567 \backslash
22568 hdashline}
22569 \begin_inset Newline newline
22570 \end_inset
22571
22572
22573 \begin_inset Phantom HPhantom
22574 status open
22575
22576 \begin_layout Plain Layout
22577 \begin_inset space ~
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \end_inset
22584
22585 {
22586 \backslash
22587 arrayrulecolor{red}
22588 \backslash
22589 myHdashline
22590 \backslash
22591 arrayrulecolor{black}}
22592 \end_layout
22593
22594 \begin_layout Standard
22595
22596 \series bold
22597
22598 \backslash
22599 cdashline
22600 \series default
22601 に色をつけるならば、コマンドは
22602 \end_layout
22603
22604 \begin_layout Standard
22605
22606 \series bold
22607
22608 \backslash
22609 let
22610 \backslash
22611 myCdashline
22612 \backslash
22613 cdashline
22614 \begin_inset Newline newline
22615 \end_inset
22616
22617
22618 \backslash
22619 renewcommand{
22620 \backslash
22621 cdashline}[1]
22622 \begin_inset Newline newline
22623 \end_inset
22624
22625
22626 \begin_inset Phantom HPhantom
22627 status open
22628
22629 \begin_layout Plain Layout
22630 \begin_inset space ~
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637
22638 {
22639 \backslash
22640 arrayrulecolor{red}
22641 \backslash
22642 myCdashline{#1}
22643 \backslash
22644 arrayrulecolor{black}}
22645 \end_layout
22646
22647 \begin_layout Standard
22648 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
22649 \end_layout
22650
22651 \begin_layout Standard
22652
22653 \series bold
22654
22655 \backslash
22656 hdashline
22657 \series default
22658 の場合は
22659 \end_layout
22660
22661 \begin_layout Standard
22662
22663 \series bold
22664
22665 \backslash
22666 renewcommand{
22667 \backslash
22668 hdashline}{
22669 \backslash
22670 myHdashline}
22671 \end_layout
22672
22673 \begin_layout Standard
22674 とし、
22675 \series bold
22676
22677 \backslash
22678 cdashline
22679 \series default
22680 の場合は
22681 \end_layout
22682
22683 \begin_layout Standard
22684
22685 \series bold
22686
22687 \backslash
22688 renewcommand{
22689 \backslash
22690 cdashline}{
22691 \backslash
22692 myCdashline}
22693 \end_layout
22694
22695 \begin_layout Standard
22696 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22697 \end_layout
22698
22699 \begin_layout Standard
22700
22701 \series bold
22702
22703 \backslash
22704 dashgapcolor{色}
22705 \end_layout
22706
22707 \begin_layout Standard
22708 とすれば良いです。ここで「色」は、定義済みの色名です。
22709 \end_layout
22710
22711 \begin_layout Standard
22712
22713 \series bold
22714
22715 \backslash
22716 nodashgapcolor
22717 \end_layout
22718
22719 \begin_layout Standard
22720 というコマンドは、
22721 \series bold
22722
22723 \backslash
22724 dashgapcolor
22725 \series default
22726 が行った変更を元に戻します。
22727 \end_layout
22728
22729 \begin_layout Standard
22730 \begin_inset Note Greyedout
22731 status open
22732
22733 \begin_layout Plain Layout
22734
22735 \series bold
22736 【註】
22737 \series default
22738 1つのセル中に複数のコマンドがある場合、
22739 \series bold
22740 arydshln
22741 \series default
22742 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22743 \begin_inset CommandInset ref
22744 LatexCommand ref
22745 reference "tab:Colored-table-with"
22746
22747 \end_inset
22748
22749 のセル
22750 \emph on
22751 k
22752 \emph default
22753 では、
22754 \series bold
22755
22756 \backslash
22757 hdashline
22758 \series default
22759 コマンドが
22760 \series bold
22761
22762 \backslash
22763 rowcolor
22764 \series default
22765 の前に来ています。
22766 \end_layout
22767
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \begin_layout Standard
22774 \begin_inset Note Greyedout
22775 status open
22776
22777 \begin_layout Plain Layout
22778
22779 \series bold
22780 【註】
22781 \series default
22782 LaTeXパッケージ
22783 \series bold
22784 arydshln
22785 \series default
22786 は、文書プリアンブル中でLaTeXパッケージ
22787 \series bold
22788 colortbl
22789 \series default
22790
22791 \begin_inset Index idx
22792 status collapsed
22793
22794 \begin_layout Plain Layout
22795 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22796 \end_layout
22797
22798 \end_inset
22799
22800 よりも前に読み込まれている必要があります。
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \begin_layout Standard
22809 \begin_inset ERT
22810 status collapsed
22811
22812 \begin_layout Plain Layout
22813
22814
22815 \backslash
22816 else
22817 \end_layout
22818
22819 \end_inset
22820
22821
22822 \begin_inset Note Note
22823 status open
22824
22825 \begin_layout Plain Layout
22826 以下は、LaTeXパッケージ
22827 \series bold
22828 arydshln
22829 \series default
22830 が導入済みでないときに表示されます。
22831 \end_layout
22832
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \begin_layout Standard
22839 本節の内容を出力に表示するためには、
22840 \series bold
22841 arydshln
22842 \series default
22843 パッケージを導入しなくてはなりません。
22844 \end_layout
22845
22846 \begin_layout Standard
22847 \begin_inset ERT
22848 status collapsed
22849
22850 \begin_layout Plain Layout
22851
22852
22853 \backslash
22854 fi
22855 \end_layout
22856
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \begin_layout Standard
22863 点罫について詳しい情報は、
22864 \series bold
22865 arydshln
22866 \series default
22867 の取扱説明書
22868 \begin_inset CommandInset citation
22869 LatexCommand cite
22870 key "arydshln"
22871
22872 \end_inset
22873
22874 をご覧ください。
22875 \end_layout
22876
22877 \begin_layout Chapter
22878 フロート
22879 \begin_inset CommandInset label
22880 LatexCommand label
22881 name "chap:フロート"
22882
22883 \end_inset
22884
22885
22886 \begin_inset Index idx
22887 status collapsed
22888
22889 \begin_layout Plain Layout
22890 ふろーと@フロート
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \begin_layout Section
22899 はじめに
22900 \begin_inset CommandInset label
22901 LatexCommand label
22902 name "sec:フロートはじめに"
22903
22904 \end_inset
22905
22906
22907 \begin_inset Index idx
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911 ふろーと@フロート ! はじめに
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \begin_layout Standard
22920 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22921 ート)ことができます。
22922 \family sans
22923 脚注
22924 \family default
22925
22926 \family sans
22927 傍注
22928 \family default
22929 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22930 \end_layout
22931
22932 \begin_layout Standard
22933 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22934 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22935 ートには連番が割り当てられます。参照については、第
22936 \begin_inset CommandInset ref
22937 LatexCommand ref
22938 reference "sec:フロートの参照"
22939
22940 \end_inset
22941
22942 節で述べられています。
22943 \end_layout
22944
22945 \begin_layout Standard
22946 フロートを挿入するには、
22947 \family sans
22948 挿入\SpecialChar \menuseparator
22949 フロート
22950 \family default
22951 メニュー(
22952 \begin_inset Info
22953 type  "icon"
22954 arg   "float-insert figure"
22955 \end_inset
22956
22957 または
22958 \begin_inset Info
22959 type  "icon"
22960 arg   "float-insert table"
22961 \end_inset
22962
22963 ツールバーボタン)を使えば、ラベルのついたボックスすなわち
22964 \family sans
22965 キャプション
22966 \family default
22967 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22968 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22969 \begin_inset CommandInset ref
22970 LatexCommand ref
22971 reference "sec:キャプションの配置"
22972
22973 \end_inset
22974
22975 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22976 ます。畳んだフロートボックスは、
22977 \begin_inset Graphics
22978         filename clipart/floatQt4.png
22979         scale 70
22980         scaleBeforeRotation
22981
22982 \end_inset
22983
22984 のように、灰色ボタンに赤字ラベルで表示されます。
22985 \end_layout
22986
22987 \begin_layout Standard
22988 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22989 \end_layout
22990
22991 \begin_layout Standard
22992 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22993 \end_layout
22994
22995 \begin_layout Section
22996 フロート型
22997 \end_layout
22998
22999 \begin_layout Standard
23000 LyXには、第
23001 \begin_inset CommandInset ref
23002 LatexCommand ref
23003 reference "sec:図フロート"
23004
23005 \end_inset
23006
23007 節および第
23008 \begin_inset CommandInset ref
23009 LatexCommand ref
23010 reference "sec:表フロート"
23011
23012 \end_inset
23013
23014 節で各々説明されている図フロートと表フロート以外に、
23015 \family sans
23016 アルゴリズム型
23017 \series bold
23018
23019 \series default
23020 折返し型
23021 \family default
23022 のフロート型があります。後者は、第
23023 \begin_inset CommandInset ref
23024 LatexCommand ref
23025 reference "sec:折返しフロート"
23026
23027 \end_inset
23028
23029 節に説明があります。
23030 \end_layout
23031
23032 \begin_layout Subsection
23033 アルゴリズムフロート
23034 \begin_inset Index idx
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038 ふろーと@フロート ! あるごりずむ@アルゴリズム
23039 \end_layout
23040
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \begin_layout Standard
23047 \begin_inset Float algorithm
23048 placement h
23049 wide false
23050 sideways false
23051 status open
23052
23053 \begin_layout Plain Layout
23054 \begin_inset Caption Standard
23055
23056 \begin_layout Plain Layout
23057 \begin_inset CommandInset label
23058 LatexCommand label
23059 name "alg:アルゴリズムフロートの例"
23060
23061 \end_inset
23062
23063 アルゴリズムフロートの例
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \begin_layout LyX-Code
23072 for I in 1..N loop
23073 \begin_inset Newline newline
23074 \end_inset
23075
23076  Sum:= Sum + A(I); /*comment*/
23077 \begin_inset Newline newline
23078 \end_inset
23079
23080 end loop
23081 \begin_inset VSpace -4mm
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \begin_layout Standard
23093 このフロート型は、
23094 \family sans
23095 挿入
23096 \shape up
23097 \SpecialChar \menuseparator
23098 フロート\SpecialChar \menuseparator
23099 アルゴリズム
23100 \family default
23101 \shape default
23102 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23103 \begin_inset CommandInset ref
23104 LatexCommand ref
23105 reference "cha:プログラムコードリスト"
23106
23107 \end_inset
23108
23109 章で説明されているプログラムコードリストの代わりとみなすことができます。
23110 \emph on
23111 LyXユーザーの手引き
23112 \emph default
23113 に述べられているように、アルゴリズム向けの環境としては、
23114 \family sans
23115 LyXコード
23116 \family default
23117 があります。 アルゴリズム
23118 \begin_inset CommandInset ref
23119 LatexCommand ref
23120 reference "alg:アルゴリズムフロートの例"
23121
23122 \end_inset
23123
23124 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23125 \begin_inset space \thinspace{}
23126 \end_inset
23127
23128 mmの垂直空白が入れてあります。
23129 \end_layout
23130
23131 \begin_layout Standard
23132 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23133 \end_layout
23134
23135 \begin_layout Standard
23136
23137 \series bold
23138
23139 \backslash
23140 floatname{algorithm}{付けたい名称}
23141 \end_layout
23142
23143 \begin_layout Standard
23144 という行を手動で加える必要があります。ここで
23145 \family sans
23146 \series bold
23147 付けたい名称
23148 \family default
23149 \series default
23150 には、お使いの言語で「
23151 \emph on
23152 algorithm
23153 \emph default
23154 」に対応する単語を指定します。
23155 \end_layout
23156
23157 \begin_layout Standard
23158 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
23159 \family sans
23160 挿入\SpecialChar \menuseparator
23161 一覧/目次\SpecialChar \menuseparator
23162 アルゴリズム一覧
23163 \family default
23164 メニューを使用します。それ以外の場合には、代わりに
23165 \end_layout
23166
23167 \begin_layout Standard
23168
23169 \series bold
23170
23171 \backslash
23172 listof{algorithm}{付けたい名称}
23173 \end_layout
23174
23175 \begin_layout Standard
23176 というコマンドをTeXコードとして用います。ここで
23177 \family sans
23178 付けたい名称
23179 \family default
23180 とは、「
23181 \emph on
23182 List of Algorithm
23183 \emph default
23184 s」という単語に相当する、ご使用になりたい言語での単語です。
23185 \end_layout
23186
23187 \begin_layout Standard
23188 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23189 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23190 \end_layout
23191
23192 \begin_layout Standard
23193
23194 \series bold
23195
23196 \backslash
23197 numberwithin{algorithm}{chapter}
23198 \end_layout
23199
23200 \begin_layout Standard
23201 というコマンドを追加してください。
23202 \series bold
23203
23204 \backslash
23205 numberwithin
23206 \series default
23207 というコマンドを使用するには、文書設定の
23208 \family sans
23209 数式オプション
23210 \family default
23211 タブで
23212 \family sans
23213 AMS mathパッケージを使用する
23214 \family default
23215 オプションを有効にしてください。
23216 \end_layout
23217
23218 \begin_layout Section
23219 フロートの連番
23220 \begin_inset Index idx
23221 status collapsed
23222
23223 \begin_layout Plain Layout
23224 ふろーと@フロート ! れんばん@連番
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \begin_layout Standard
23233 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23234 て変わります。
23235 \end_layout
23236
23237 \begin_layout Standard
23238 節から独立して付けられている連番を変更するには、文書プリアンブルで
23239 \end_layout
23240
23241 \begin_layout Standard
23242
23243 \series bold
23244
23245 \backslash
23246 renewcommand{
23247 \backslash
23248 thetable}{
23249 \backslash
23250 roman{table}}
23251 \end_layout
23252
23253 \begin_layout Standard
23254
23255 \series bold
23256 というコマンドを使うと良いでしょう。
23257 \backslash
23258 thetable
23259 \series default
23260 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23261 \series bold
23262
23263 \backslash
23264 thefigure
23265 \series default
23266 コマンドを使用します。上のコマンドで使用されている
23267 \series bold
23268
23269 \backslash
23270 roman
23271 \series default
23272 は、表番号を小文字のローマ数字で印字するコマンドです。
23273 \end_layout
23274
23275 \begin_layout Standard
23276 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23277 \end_layout
23278
23279 \begin_layout Standard
23280
23281 \series bold
23282
23283 \backslash
23284 numberwithin{table}{subsection}
23285 \end_layout
23286
23287 \begin_layout Standard
23288 というコマンドを使用してください。
23289 \series bold
23290
23291 \backslash
23292 numberwithin
23293 \series default
23294 コマンドを使用可能にするためには、文書設定の
23295 \family sans
23296 数式オプション
23297 \family default
23298 タブで、
23299 \family sans
23300 AMS
23301 \begin_inset space ~
23302 \end_inset
23303
23304 math数式パッケージを使用する
23305 \family default
23306 を使用します。
23307 \end_layout
23308
23309 \begin_layout Standard
23310 連番コマンドについての詳細と大切な注意点については、第
23311 \begin_inset CommandInset ref
23312 LatexCommand ref
23313 reference "sub:脚注の付番"
23314
23315 \end_inset
23316
23317 節もご覧ください。
23318 \end_layout
23319
23320 \begin_layout Section
23321 フロートの参照
23322 \begin_inset CommandInset label
23323 LatexCommand label
23324 name "sec:フロートの参照"
23325
23326 \end_inset
23327
23328
23329 \begin_inset Index idx
23330 status collapsed
23331
23332 \begin_layout Plain Layout
23333 ふろーと@フロート ! さんしょう@参照
23334 \end_layout
23335
23336 \end_inset
23337
23338
23339 \begin_inset Index idx
23340 status collapsed
23341
23342 \begin_layout Plain Layout
23343 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23344 \end_layout
23345
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \begin_layout Standard
23352 フロートを参照するには、
23353 \family sans
23354 挿入\SpecialChar \menuseparator
23355 ラベル
23356 \family default
23357 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23358 \begin_inset Graphics
23359         filename clipart/labelQt4.png
23360         scaleBeforeRotation
23361
23362 \end_inset
23363
23364 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
23365 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23366 \family sans
23367 fig:
23368 \family default
23369 」という前置句がつけられます。
23370 \end_layout
23371
23372 \begin_layout Standard
23373 ラベルは、参照のための名称兼位置標として用いられます。
23374 \family sans
23375 挿入\SpecialChar \menuseparator
23376 相互参照
23377 \family default
23378 メニューかツールバーボタン
23379 \family sans
23380
23381 \begin_inset Info
23382 type  "icon"
23383 arg   "dialog-show-new-inset ref"
23384 \end_inset
23385
23386
23387 \family default
23388 を使えば、ラベルを参照することができます。
23389 \begin_inset Graphics
23390         filename clipart/referenceQt4.png
23391         scale 85
23392         scaleBeforeRotation
23393
23394 \end_inset
23395
23396 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
23397 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
23398 れます。
23399 \end_layout
23400
23401 \begin_layout Standard
23402 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23403 出力では、参照の代わりに二つの疑問符が表示されることになります。
23404 \end_layout
23405
23406 \begin_layout Standard
23407 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23408 で、リンクの更新に手間を割く必要はありません。
23409 \end_layout
23410
23411 \begin_layout Standard
23412 相互参照ウィンドウの
23413 \family sans
23414 ラベルへ移動
23415 \family default
23416 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23417 \family sans
23418 戻る
23419 \family default
23420 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23421 \end_layout
23422
23423 \begin_layout Subsection
23424 相互参照の書式
23425 \begin_inset CommandInset label
23426 LatexCommand label
23427 name "sub:相互参照の書式"
23428
23429 \end_inset
23430
23431
23432 \begin_inset Index idx
23433 status collapsed
23434
23435 \begin_layout Plain Layout
23436 さんしょう@参照 ! しょしき@書式
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \begin_layout Standard
23445 相互参照には、以下の6種類があります。
23446 \end_layout
23447
23448 \begin_layout Description
23449 <参照>: これはフロート番号を表示します。これが既定値です。例:
23450 \begin_inset CommandInset ref
23451 LatexCommand ref
23452 reference "fig:歪められた二つの像"
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Description
23460 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23461 例:
23462 \begin_inset CommandInset ref
23463 LatexCommand eqref
23464 reference "eq:Wgn"
23465
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \begin_layout Description
23472 <参照ページ>: これはページ番号を表示します。例:Page
23473 \begin_inset space ~
23474 \end_inset
23475
23476
23477 \begin_inset CommandInset ref
23478 LatexCommand pageref
23479 reference "fig:歪められた二つの像"
23480
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \begin_layout Description
23487 on
23488 \begin_inset space ~
23489 \end_inset
23490
23491 page
23492 \begin_inset space ~
23493 \end_inset
23494
23495 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23496 \begin_inset CommandInset ref
23497 LatexCommand vpageref
23498 reference "fig:歪められた二つの像"
23499
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \begin_layout Description
23506 <参照>
23507 \begin_inset space ~
23508 \end_inset
23509
23510 on
23511 \begin_inset space ~
23512 \end_inset
23513
23514 page
23515 \begin_inset space ~
23516 \end_inset
23517
23518 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23519 \begin_inset CommandInset ref
23520 LatexCommand vref
23521 reference "fig:歪められた二つの像"
23522
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \begin_layout Description
23529 整形された参照: これは自製の相互参照書式で出力します。
23530 \begin_inset Newline newline
23531 \end_inset
23532
23533
23534 \begin_inset Note Greyedout
23535 status open
23536
23537 \begin_layout Plain Layout
23538
23539 \series bold
23540 【註】
23541 \series default
23542 この機能は、LaTeXパッケージ
23543 \series bold
23544 prettyref
23545 \series default
23546 または
23547 \series bold
23548 refstyle
23549 \series default
23550 が導入されている場合のみ使用することができます。
23551 \begin_inset Index idx
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23556 \end_layout
23557
23558 \end_inset
23559
23560
23561 \begin_inset Index idx
23562 status collapsed
23563
23564 \begin_layout Plain Layout
23565 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23566 \end_layout
23567
23568 \end_inset
23569
23570
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \begin_inset Newline newline
23577 \end_inset
23578
23579 メニュー
23580 \family sans
23581 文書\SpecialChar \menuseparator
23582 設定\SpecialChar \menuseparator
23583 文書クラス
23584 \family default
23585 でオプション
23586 \family sans
23587 相互参照に(prettyrefではなく)refstyleを使用
23588 \family default
23589 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
23590 \series bold
23591
23592 \backslash
23593 newrefformat
23594 \series default
23595 コマンド(prettyrefの場合)あるいは
23596 \series bold
23597
23598 \backslash
23599 newref
23600 \series default
23601 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23602 \family sans
23603 fig
23604 \family default
23605 」を持ちます)をすべて定義し直すには、
23606 \begin_inset Newline newline
23607 \end_inset
23608
23609
23610 \series bold
23611
23612 \backslash
23613 newref{fig}{refcmd={Image on page 
23614 \backslash
23615 pageref{#1}}}
23616 \begin_inset Newline newline
23617 \end_inset
23618
23619
23620 \series default
23621 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23622 \begin_inset CommandInset citation
23623 LatexCommand cite
23624 key "prettyref,refstyle"
23625
23626 \end_inset
23627
23628 をご覧ください。
23629 \end_layout
23630
23631 \begin_layout Description
23632 名称参照: これは、下のような参照のキャプションを出力します。
23633 \begin_inset Newline newline
23634 \end_inset
23635
23636  
23637 \begin_inset CommandInset ref
23638 LatexCommand nameref
23639 reference "fig:歪められた二つの像"
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \begin_layout Standard
23647
23648 \family sans
23649 <参照ページ>
23650 \family default
23651 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23652 \family sans
23653 on this page
23654 \family default
23655 」のような文章が表示されます。様式
23656 \family sans
23657 <参照> on page <参照ページ>
23658 \family default
23659 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23660 \end_layout
23661
23662 \begin_layout Standard
23663 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23664 \family sans
23665 書式
23666 \family default
23667 フィールドで選ぶことができます。
23668 \end_layout
23669
23670 \begin_layout Standard
23671 \begin_inset Note Greyedout
23672 status open
23673
23674 \begin_layout Plain Layout
23675
23676 \series bold
23677 【註】
23678 \series default
23679 LaTeXパッケージ
23680 \series bold
23681 prettyref
23682 \series default
23683
23684 \begin_inset Index idx
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23689 \end_layout
23690
23691 \end_inset
23692
23693 は、LyXの取り得るラベル
23694 \begin_inset Flex Ruby
23695 status collapsed
23696
23697 \begin_layout Plain Layout
23698 捷径
23699 \begin_inset Argument post:1
23700 status collapsed
23701
23702 \begin_layout Plain Layout
23703 ショートカット
23704 \end_layout
23705
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \begin_inset Foot
23715 status collapsed
23716
23717 \begin_layout Plain Layout
23718 例えば、
23719 \begin_inset Quotes eld
23720 \end_inset
23721
23722 fig:
23723 \begin_inset Quotes erd
23724 \end_inset
23725
23726 は図キャプションを表すLyX
23727 \begin_inset Flex Ruby
23728 status collapsed
23729
23730 \begin_layout Plain Layout
23731 捷径
23732 \begin_inset Argument post:1
23733 status collapsed
23734
23735 \begin_layout Plain Layout
23736 ショートカット
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \end_inset
23745
23746 です。
23747 \end_layout
23748
23749 \end_inset
23750
23751 を全部は解釈できず、国際化もされていないので、
23752 \series bold
23753 refstyle
23754 \series default
23755
23756 \begin_inset Index idx
23757 status collapsed
23758
23759 \begin_layout Plain Layout
23760 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23761 \end_layout
23762
23763 \end_inset
23764
23765 を使用することを推奨します。
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset Note Greyedout
23775 status open
23776
23777 \begin_layout Plain Layout
23778
23779 \series bold
23780 【註】
23781 \series default
23782 LaTeXパッケージvarioref第1.4w版のバグによって、終止符を活用する言語(仏語等)を文書言語にすると、相互参照形式の一部でLaTeXエラーが発生します
23783 。回避策については、
23784 \begin_inset Newline newline
23785 \end_inset
23786
23787
23788 \begin_inset CommandInset href
23789 LatexCommand href
23790 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
23791
23792 \end_inset
23793
23794
23795 \begin_inset Newline newline
23796 \end_inset
23797
23798 を参照してください。
23799 \end_layout
23800
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \begin_layout Subsection
23807 参照名の自動命名
23808 \begin_inset Index idx
23809 status collapsed
23810
23811 \begin_layout Plain Layout
23812 さんしょう@参照 ! じどうめいめい@自動命名
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Standard
23821
23822 \family sans
23823 文書設定
23824 \family default
23825 ダイアログの
23826 \family sans
23827 PDF特性
23828 \family default
23829 で有効にされた
23830 \series bold
23831 hyperref
23832 \series default
23833
23834 \begin_inset Index idx
23835 status collapsed
23836
23837 \begin_layout Plain Layout
23838 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23839 \end_layout
23840
23841 \end_inset
23842
23843  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23844 \emph on
23845
23846 \emph default
23847 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23848 の機能を使用するには、hyperrefを有効にして、
23849 \end_layout
23850
23851 \begin_layout Standard
23852
23853 \series bold
23854
23855 \backslash
23856 AtBeginDocument{
23857 \backslash
23858 renewcommand{
23859 \backslash
23860 ref}[1]{
23861 \backslash
23862 mbox{
23863 \backslash
23864 autoref{#1}}}}
23865 \end_layout
23866
23867 \begin_layout Standard
23868 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23869 \begin_inset space \thinspace{}
23870 \end_inset
23871
23872 」としたいなど、既定の参照名以外のものが欲しい場合には、
23873 \end_layout
23874
23875 \begin_layout Standard
23876
23877 \series bold
23878
23879 \backslash
23880 addto
23881 \backslash
23882 extrasenglish{
23883 \backslash
23884 renewcommand{
23885 \backslash
23886 sectionautorefname}
23887 \begin_inset Newline newline
23888 \end_inset
23889
23890
23891 \begin_inset Phantom HPhantom
23892 status open
23893
23894 \begin_layout Plain Layout
23895
23896 \series bold
23897 \begin_inset space ~
23898 \end_inset
23899
23900
23901 \end_layout
23902
23903 \end_inset
23904
23905 {sec.
23906 \backslash
23907 negthinspace}}
23908 \end_layout
23909
23910 \begin_layout Standard
23911 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23912 \begin_inset Newline newline
23913 \end_inset
23914
23915
23916 \series bold
23917
23918 \backslash
23919 extrasenglishを
23920 \backslash
23921 extras***
23922 \series default
23923 に置き換えてください(***は使用中の言語名)。
23924 \end_layout
23925
23926 \begin_layout Standard
23927 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23928 \end_layout
23929
23930 \begin_layout Standard
23931
23932 \series bold
23933
23934 \backslash
23935 addto
23936 \backslash
23937 extrasenglish{
23938 \backslash
23939 renewcommand*{
23940 \backslash
23941 equationautorefname}[1]{}}
23942 \end_layout
23943
23944 \begin_layout Standard
23945 この話題に関する詳細は、hyperrefの説明書
23946 \begin_inset CommandInset citation
23947 LatexCommand cite
23948 key "hyperref"
23949
23950 \end_inset
23951
23952 をお読みください。
23953 \end_layout
23954
23955 \begin_layout Standard
23956 \begin_inset Note Greyedout
23957 status open
23958
23959 \begin_layout Plain Layout
23960
23961 \series bold
23962 【註】
23963 \series default
23964 参照の自動命名は、相互参照を
23965 \family sans
23966 整形参照
23967 \family default
23968 様式(第
23969 \begin_inset CommandInset ref
23970 LatexCommand ref
23971 reference "sub:相互参照の書式"
23972
23973 \end_inset
23974
23975 節)で使用しているときには、使用することができません。
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 LyXの取扱説明書『
23985 \emph on
23986 数式篇
23987 \emph default
23988 』では、参照名の自動命名が使用されています。
23989 \end_layout
23990
23991 \begin_layout Subsection
23992 参照位置
23993 \begin_inset CommandInset label
23994 LatexCommand label
23995 name "sub:参照位置"
23996
23997 \end_inset
23998
23999
24000 \begin_inset Index idx
24001 status collapsed
24002
24003 \begin_layout Plain Layout
24004 さんしょう@参照 ! さんしょういち@参照位置
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Standard
24013
24014 \family sans
24015 文書設定
24016 \family default
24017 ダイアログの
24018 \family sans
24019 PDF特性
24020 \family default
24021 で、
24022 \series bold
24023 hyperref
24024 \series default
24025
24026 \begin_inset Index idx
24027 status collapsed
24028
24029 \begin_layout Plain Layout
24030 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24031 \end_layout
24032
24033 \end_inset
24034
24035 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24036 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
24037 \series bold
24038 hyperref
24039 \series default
24040
24041 \begin_inset Index idx
24042 status collapsed
24043
24044 \begin_layout Plain Layout
24045 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24046 \end_layout
24047
24048 \end_inset
24049
24050 の一部である
24051 \series bold
24052 hyperref
24053 \series default
24054
24055 \begin_inset Index idx
24056 status collapsed
24057
24058 \begin_layout Plain Layout
24059 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24060 \end_layout
24061
24062 \end_inset
24063
24064 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24065 \end_layout
24066
24067 \begin_layout Standard
24068
24069 \series bold
24070
24071 \backslash
24072 usepackage[figure]{hypcap}
24073 \end_layout
24074
24075 \begin_layout Standard
24076 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24077 hypcapの説明書
24078 \begin_inset CommandInset citation
24079 LatexCommand cite
24080 key "hypcap"
24081
24082 \end_inset
24083
24084 をご覧ください。
24085 \end_layout
24086
24087 \begin_layout Standard
24088 \begin_inset Note Greyedout
24089 status open
24090
24091 \begin_layout Plain Layout
24092
24093 \series bold
24094 【註】hypcap
24095 \series default
24096 は内部図への参照には効力がありません。
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Section
24105 フロートの配置
24106 \begin_inset CommandInset label
24107 LatexCommand label
24108 name "sec:フロートの配置"
24109
24110 \end_inset
24111
24112
24113 \begin_inset Index idx
24114 status collapsed
24115
24116 \begin_layout Plain Layout
24117 ふろーと@フロート ! はいち@配置
24118 \end_layout
24119
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \begin_layout Standard
24126
24127 \family roman
24128 \series medium
24129 \shape up
24130 \size normal
24131 \emph off
24132 \bar no
24133 \noun off
24134 \color none
24135 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
24136 \begin_inset Newline newline
24137 \end_inset
24138
24139
24140 \family sans
24141 \series default
24142 \shape default
24143 \size default
24144 \emph default
24145 \bar default
24146 \noun default
24147 \color inherit
24148 段をまたぐ
24149 \family roman
24150 \series medium
24151 \shape up
24152 \size normal
24153 \emph off
24154 \bar no
24155 \noun off
24156 \color none
24157 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24158 \begin_inset Newline newline
24159 \end_inset
24160
24161
24162 \family sans
24163 \series default
24164 \shape default
24165 \size default
24166 \emph default
24167 \bar default
24168 \noun default
24169 \color inherit
24170 横倒しに回転
24171 \family roman
24172 \series medium
24173 \shape up
24174 \size normal
24175 \emph off
24176 \bar no
24177 \noun off
24178 \color none
24179 オプションは、フロートを回転するのに用います。第
24180 \family default
24181 \series default
24182 \shape default
24183 \size default
24184 \emph default
24185 \bar default
24186 \noun default
24187 \color inherit
24188
24189 \begin_inset CommandInset ref
24190 LatexCommand ref
24191 reference "sec:回転フロート"
24192
24193 \end_inset
24194
24195
24196 \family roman
24197 \series medium
24198 \shape up
24199 \size normal
24200 \emph off
24201 \bar no
24202 \noun off
24203 \color none
24204 節をご参照ください。
24205 \end_layout
24206
24207 \begin_layout Standard
24208
24209 \family roman
24210 \series medium
24211 \shape up
24212 \size normal
24213 \emph off
24214 \bar no
24215 \noun off
24216 \color none
24217 フロートダイアログでは、
24218 \family sans
24219 \series default
24220 \shape default
24221 \size default
24222 \emph default
24223 \bar default
24224 \noun default
24225 \color inherit
24226 既定の配置を使う
24227 \family roman
24228 \series medium
24229 \shape up
24230 \size normal
24231 \emph off
24232 \bar no
24233 \noun off
24234 \color none
24235 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24236 \end_layout
24237
24238 \begin_layout Description
24239 可能ならば現在位置に: 
24240 \family roman
24241 \series medium
24242 \shape up
24243 \size normal
24244 \emph off
24245 \bar no
24246 \noun off
24247 \color none
24248 フロートを挿入位置に配置することを試みます
24249 \end_layout
24250
24251 \begin_layout Description
24252 ページ上部: 
24253 \family roman
24254 \series medium
24255 \shape up
24256 \size normal
24257 \emph off
24258 \bar no
24259 \noun off
24260 \color none
24261 フロートを現在ページの上部に配置することを試みます
24262 \end_layout
24263
24264 \begin_layout Description
24265 ページ下部: 
24266 \family roman
24267 \series medium
24268 \shape up
24269 \size normal
24270 \emph off
24271 \bar no
24272 \noun off
24273 \color none
24274 フロートを現在ページの下部に配置することを試みます
24275 \end_layout
24276
24277 \begin_layout Description
24278 フロートを独立したページに: 
24279 \family roman
24280 \series medium
24281 \shape up
24282 \size normal
24283 \emph off
24284 \bar no
24285 \noun off
24286 \color none
24287 フロートを独立したページに配置することを試みます
24288 \end_layout
24289
24290 \begin_layout Standard
24291 LaTeXは、
24292 \emph on
24293 つねに
24294 \emph default
24295 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
24296 \family sans
24297 可能ならば現在位置に
24298 \family default
24299 を試み、次に
24300 \family sans
24301 ページの上部
24302 \family default
24303 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
24304 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24305 \end_layout
24306
24307 \begin_layout Standard
24308 既定では、各オプションはそれぞれ以下の規則を持っています。
24309 \end_layout
24310
24311 \begin_layout Labeling
24312 \labelwidthstring 00.00.0000
24313
24314 \family sans
24315 ページ上部
24316 \family default
24317  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24318 \series bold
24319
24320 \backslash
24321 topfraction
24322 \series default
24323 )。
24324 \end_layout
24325
24326 \begin_layout Labeling
24327 \labelwidthstring 00.00.0000
24328
24329 \family sans
24330 ページ下部
24331 \family default
24332  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24333 \series bold
24334
24335 \backslash
24336 bottomfraction
24337 \series default
24338 )。
24339 \end_layout
24340
24341 \begin_layout Labeling
24342 \labelwidthstring 00.00.0000
24343
24344 \family sans
24345 フロートを独立したページ 
24346 \family default
24347 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24348 \series bold
24349
24350 \backslash
24351 floatpagefraction
24352 \series default
24353 )。
24354 \end_layout
24355
24356 \begin_layout Standard
24357 これらの規則に従いたくないときは、
24358 \family sans
24359 LaTeXの規則を無視する
24360 \family default
24361 オプションを追加することによって、これらを無視することができます。
24362 \begin_inset Newline newline
24363 \end_inset
24364
24365 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
24366 、ページの5割に変えるには、文書プリアンブルに
24367 \end_layout
24368
24369 \begin_layout Standard
24370
24371 \series bold
24372
24373 \backslash
24374 renewcommand{
24375 \backslash
24376 bottomfraction}{0.5}
24377 \end_layout
24378
24379 \begin_layout Standard
24380 という行を加えてください。
24381 \end_layout
24382
24383 \begin_layout Standard
24384 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24385 \family sans
24386 何としても現在位置に置く
24387 \family default
24388 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24389 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24390 からです。
24391 \end_layout
24392
24393 \begin_layout Standard
24394 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24395 \end_layout
24396
24397 \begin_layout Standard
24398 \begin_inset VSpace bigskip
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \begin_layout Standard
24405 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24406 することがあります。この問題を避けるには、LaTeXコマンドの
24407 \backslash
24408 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24409 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24410 \end_layout
24411
24412 \begin_layout Standard
24413
24414 \series bold
24415
24416 \backslash
24417 let
24418 \backslash
24419 mySection
24420 \backslash
24421 section
24422 \begin_inset Newline newline
24423 \end_inset
24424
24425
24426 \backslash
24427 renewcommand{
24428 \backslash
24429 section}{
24430 \backslash
24431 suppressfloats[t]
24432 \backslash
24433 mySection}
24434 \end_layout
24435
24436 \begin_layout Standard
24437 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
24438 することがあるので、これらに対する定義はお勧めしません。
24439 \end_layout
24440
24441 \begin_layout Standard
24442 \begin_inset VSpace bigskip
24443 \end_inset
24444
24445 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
24446 \series bold
24447 endfloat
24448 \series default
24449
24450 \begin_inset Index idx
24451 status collapsed
24452
24453 \begin_layout Plain Layout
24454 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
24455 \end_layout
24456
24457 \end_inset
24458
24459 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24460 \begin_inset Quotes eld
24461 \end_inset
24462
24463
24464 \family sans
24465 [Figure
24466 \begin_inset space ~
24467 \end_inset
24468
24469 3.2 about here.]
24470 \family default
24471
24472 \begin_inset Quotes erd
24473 \end_inset
24474
24475 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24476 \end_layout
24477
24478 \begin_layout Standard
24479
24480 \series bold
24481
24482 \backslash
24483 usepackage[options]{endfloat}
24484 \end_layout
24485
24486 \begin_layout Standard
24487 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24488 \series bold
24489 endfloat
24490 \series default
24491 取扱説明書
24492 \begin_inset CommandInset citation
24493 LatexCommand cite
24494 key "endfloat"
24495
24496 \end_inset
24497
24498 をご参照ください。
24499 \begin_inset Newline newline
24500 \end_inset
24501
24502
24503 \begin_inset Note Greyedout
24504 status open
24505
24506 \begin_layout Plain Layout
24507
24508 \series bold
24509 【註】endfloat
24510 \series default
24511 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24512 \begin_inset CommandInset citation
24513 LatexCommand cite
24514 key "endfloat"
24515
24516 \end_inset
24517
24518 の第4節をご参照ください。
24519 \end_layout
24520
24521 \end_inset
24522
24523
24524 \begin_inset Newline newline
24525 \end_inset
24526
24527
24528 \begin_inset Note Greyedout
24529 status open
24530
24531 \begin_layout Plain Layout
24532
24533 \series bold
24534 【註】
24535 \series default
24536 現在のところ、
24537 \series bold
24538 endfloat
24539 \series default
24540 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24541 \series bold
24542
24543 \backslash
24544 ss
24545 \series default
24546 」コマンドを使用してください。
24547 \end_layout
24548
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \begin_layout Standard
24555 \begin_inset VSpace bigskip
24556 \end_inset
24557
24558 フロートの割付に関する詳細は、LaTeX関連書
24559 \begin_inset CommandInset citation
24560 LatexCommand cite
24561 key "latexcompanion,latexguide,latexbook"
24562
24563 \end_inset
24564
24565 をご覧ください。
24566 \end_layout
24567
24568 \begin_layout Section
24569 回転フロート
24570 \begin_inset CommandInset label
24571 LatexCommand label
24572 name "sec:回転フロート"
24573
24574 \end_inset
24575
24576
24577 \begin_inset Index idx
24578 status collapsed
24579
24580 \begin_layout Plain Layout
24581 ふろーと@フロート ! かいてん@回転
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \begin_layout Standard
24590 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24591 \family sans
24592 横倒しに回転
24593 \family default
24594 オプションを有効にします。
24595 \end_layout
24596
24597 \begin_layout Standard
24598 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24599 \family sans
24600 段をまたぐ
24601 \family default
24602 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24603 たって回転方向を強制したい場合には、文書クラスオプションに
24604 \series bold
24605 figuresleft
24606 \series default
24607 オプションあるいは
24608 \series bold
24609 figuresright
24610 \series default
24611 オプションを加えることができます。
24612 \end_layout
24613
24614 \begin_layout Standard
24615 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24616 \begin_inset CommandInset ref
24617 LatexCommand ref
24618 reference "tab:回転した表"
24619
24620 \end_inset
24621
24622 が回転表フロートの例です。
24623 \end_layout
24624
24625 \begin_layout Standard
24626 \begin_inset Note Greyedout
24627 status open
24628
24629 \begin_layout Plain Layout
24630
24631 \series bold
24632 【註】
24633 \series default
24634 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24635 \end_layout
24636
24637 \end_inset
24638
24639
24640 \end_layout
24641
24642 \begin_layout Standard
24643 \begin_inset Float table
24644 wide false
24645 sideways true
24646 status open
24647
24648 \begin_layout Plain Layout
24649 \begin_inset Caption Standard
24650
24651 \begin_layout Plain Layout
24652 \begin_inset CommandInset label
24653 LatexCommand label
24654 name "tab:回転した表"
24655
24656 \end_inset
24657
24658 回転した表
24659 \end_layout
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Plain Layout
24667 \align center
24668 \begin_inset Tabular
24669 <lyxtabular version="3" rows="1" columns="5">
24670 <features rotate="0" tabularvalignment="middle">
24671 <column alignment="center" valignment="top">
24672 <column alignment="center" valignment="top">
24673 <column alignment="center" valignment="top">
24674 <column alignment="center" valignment="top">
24675 <column alignment="center" valignment="top">
24676 <row>
24677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 試験
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 </row>
24723 </lyxtabular>
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Section
24736 従属フロート
24737 \begin_inset Index idx
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24742 \end_layout
24743
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \begin_layout Standard
24750 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24751 \begin_inset CommandInset ref
24752 LatexCommand ref
24753 reference "tab:従属表を横に並べたもの"
24754
24755 \end_inset
24756
24757 と表
24758 \begin_inset CommandInset ref
24759 LatexCommand ref
24760 reference "tab:従属表を縦に並べたもの"
24761
24762 \end_inset
24763
24764 に示されているように段落と同様に指定することができます。
24765 \end_layout
24766
24767 \begin_layout Standard
24768 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24769 \begin_inset CommandInset ref
24770 LatexCommand ref
24771 reference "tab:これは従属表a"
24772
24773 \end_inset
24774
24775 と表
24776 \begin_inset CommandInset ref
24777 LatexCommand ref
24778 reference "tab:これは従属表b"
24779
24780 \end_inset
24781
24782 は表
24783 \begin_inset CommandInset ref
24784 LatexCommand ref
24785 reference "tab:従属表を横に並べたもの"
24786
24787 \end_inset
24788
24789 の従属フロートです。
24790 \begin_inset Float table
24791 wide false
24792 sideways false
24793 status open
24794
24795 \begin_layout Plain Layout
24796 \begin_inset Caption Standard
24797
24798 \begin_layout Plain Layout
24799 \begin_inset CommandInset label
24800 LatexCommand label
24801 name "tab:従属表を横に並べたもの"
24802
24803 \end_inset
24804
24805 従属表を横に並べたもの
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \begin_layout Plain Layout
24814 \begin_inset space \hfill{}
24815 \end_inset
24816
24817
24818 \begin_inset Float table
24819 wide false
24820 sideways false
24821 status collapsed
24822
24823 \begin_layout Plain Layout
24824 \begin_inset Caption Standard
24825
24826 \begin_layout Plain Layout
24827 \begin_inset CommandInset label
24828 LatexCommand label
24829 name "tab:これは従属表a"
24830
24831 \end_inset
24832
24833 これは従属表aです。
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Plain Layout
24842 \align center
24843 \begin_inset Tabular
24844 <lyxtabular version="3" rows="1" columns="5">
24845 <features rotate="0" tabularvalignment="middle">
24846 <column alignment="center" valignment="top">
24847 <column alignment="center" valignment="top">
24848 <column alignment="center" valignment="top">
24849 <column alignment="center" valignment="top">
24850 <column alignment="center" valignment="top">
24851 <row>
24852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856 試験
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 </row>
24898 </lyxtabular>
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \begin_inset space \hfill{}
24909 \end_inset
24910
24911
24912 \begin_inset Float table
24913 wide false
24914 sideways false
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 \begin_inset Caption Standard
24919
24920 \begin_layout Plain Layout
24921 \begin_inset CommandInset label
24922 LatexCommand label
24923 name "tab:これは従属表b"
24924
24925 \end_inset
24926
24927 これは従属表bです。
24928 \end_layout
24929
24930 \end_inset
24931
24932
24933 \end_layout
24934
24935 \begin_layout Plain Layout
24936 \align center
24937 \begin_inset Tabular
24938 <lyxtabular version="3" rows="1" columns="5">
24939 <features rotate="0" tabularvalignment="middle">
24940 <column alignment="center" valignment="top">
24941 <column alignment="center" valignment="top">
24942 <column alignment="center" valignment="top">
24943 <column alignment="center" valignment="top">
24944 <column alignment="center" valignment="top">
24945 <row>
24946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986 試験
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 </row>
24992 </lyxtabular>
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \begin_inset space \hfill{}
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \end_inset
25009
25010
25011 \begin_inset Float table
25012 wide false
25013 sideways false
25014 status open
25015
25016 \begin_layout Plain Layout
25017 \begin_inset Caption Standard
25018
25019 \begin_layout Plain Layout
25020 \begin_inset CommandInset label
25021 LatexCommand label
25022 name "tab:従属表を縦に並べたもの"
25023
25024 \end_inset
25025
25026 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Plain Layout
25035 \noindent
25036 \align center
25037 \begin_inset Float table
25038 wide false
25039 sideways false
25040 status collapsed
25041
25042 \begin_layout Plain Layout
25043 \begin_inset Caption Standard
25044
25045 \begin_layout Plain Layout
25046
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \end_layout
25053
25054 \begin_layout Plain Layout
25055 \align center
25056 \begin_inset Tabular
25057 <lyxtabular version="3" rows="1" columns="4">
25058 <features rotate="0" tabularvalignment="middle">
25059 <column alignment="center" valignment="top">
25060 <column alignment="center" valignment="top">
25061 <column alignment="center" valignment="top">
25062 <column alignment="center" valignment="top">
25063 <row>
25064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 試験
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077 試験
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086 試験
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095 試験
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 </row>
25101 </lyxtabular>
25102
25103 \end_inset
25104
25105
25106 \end_layout
25107
25108 \end_inset
25109
25110
25111 \end_layout
25112
25113 \begin_layout Plain Layout
25114 \noindent
25115 \align center
25116 \begin_inset Float table
25117 wide false
25118 sideways false
25119 status collapsed
25120
25121 \begin_layout Plain Layout
25122 \begin_inset Caption Standard
25123
25124 \begin_layout Plain Layout
25125
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Plain Layout
25134 \align center
25135 \begin_inset Tabular
25136 <lyxtabular version="3" rows="1" columns="5">
25137 <features rotate="0" tabularvalignment="middle">
25138 <column alignment="center" valignment="top">
25139 <column alignment="center" valignment="top">
25140 <column alignment="center" valignment="top">
25141 <column alignment="center" valignment="top">
25142 <column alignment="center" valignment="top">
25143 <row>
25144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 </row>
25190 </lyxtabular>
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Section
25208 横並びのフロート
25209 \begin_inset Index idx
25210 status collapsed
25211
25212 \begin_layout Plain Layout
25213 ふろーと@フロート ! よこならび@横並び
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \end_layout
25220
25221 \begin_layout Standard
25222
25223 \begin_inset CommandInset ref
25224 LatexCommand ref
25225 reference "fig:左側のフロート"
25226
25227 \end_inset
25228
25229 や図
25230 \begin_inset CommandInset ref
25231 LatexCommand ref
25232 reference "fig:右側のフロート"
25233
25234 \end_inset
25235
25236 のようにフロートを横並びに配置するには、
25237 \emph on
25238 ひとつの
25239 \emph default
25240 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25241 \begin_inset Foot
25242 status collapsed
25243
25244 \begin_layout Plain Layout
25245 Minipageは第
25246 \begin_inset CommandInset ref
25247 LatexCommand ref
25248 reference "sec:ミニページ"
25249
25250 \end_inset
25251
25252 節に説明があります。
25253 \end_layout
25254
25255 \end_inset
25256
25257 。幅は45
25258 \begin_inset space \thinspace{}
25259 \end_inset
25260
25261 -50
25262 \begin_inset space \thinspace{}
25263 \end_inset
25264
25265 列幅%とし、各minipageのボックス配置を
25266 \family sans
25267
25268 \family default
25269 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25270 \family sans
25271 列幅%
25272 \family default
25273 がここではminipageボックスの幅によって計算されることです。
25274 \end_layout
25275
25276 \begin_layout Standard
25277 \begin_inset Float figure
25278 wide false
25279 sideways false
25280 status open
25281
25282 \begin_layout Plain Layout
25283 \begin_inset Box Frameless
25284 position "b"
25285 hor_pos "c"
25286 has_inner_box 1
25287 inner_pos "t"
25288 use_parbox 0
25289 use_makebox 0
25290 width "45col%"
25291 special "none"
25292 height "1in"
25293 height_special "totalheight"
25294 status open
25295
25296 \begin_layout Plain Layout
25297 \align center
25298 \begin_inset Graphics
25299         filename ../clipart/mobius.eps
25300         lyxscale 50
25301         width 100col%
25302         scaleBeforeRotation
25303
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \begin_layout Plain Layout
25310 \begin_inset Caption Standard
25311
25312 \begin_layout Plain Layout
25313 \begin_inset CommandInset label
25314 LatexCommand label
25315 name "fig:左側のフロート"
25316
25317 \end_inset
25318
25319 左側のフロート
25320 \end_layout
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \end_inset
25328
25329
25330 \begin_inset space \hfill{}
25331 \end_inset
25332
25333
25334 \begin_inset Box Frameless
25335 position "b"
25336 hor_pos "c"
25337 has_inner_box 1
25338 inner_pos "t"
25339 use_parbox 0
25340 use_makebox 0
25341 width "45col%"
25342 special "none"
25343 height "1in"
25344 height_special "totalheight"
25345 status open
25346
25347 \begin_layout Plain Layout
25348 \align center
25349 \begin_inset Graphics
25350         filename ../clipart/platypus.eps
25351         lyxscale 50
25352         width 100col%
25353         scaleBeforeRotation
25354
25355 \end_inset
25356
25357
25358 \end_layout
25359
25360 \begin_layout Plain Layout
25361 \begin_inset Caption Standard
25362
25363 \begin_layout Plain Layout
25364 \begin_inset CommandInset label
25365 LatexCommand label
25366 name "fig:右側のフロート"
25367
25368 \end_inset
25369
25370 右側のフロート
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \begin_layout Plain Layout
25384
25385 \end_layout
25386
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \begin_layout Section
25393 キャプションの書式設定
25394 \begin_inset Index idx
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25399 \end_layout
25400
25401 \end_inset
25402
25403
25404 \begin_inset Index idx
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \begin_inset CommandInset label
25415 LatexCommand label
25416 name "sec:キャプションの書式設定"
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Standard
25424
25425 \family sans
25426 キャプション
25427 \family default
25428 環境は、
25429 \family sans
25430 フロート
25431 \family default
25432 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
25433 \family sans
25434 図 #:
25435 \family default
25436 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25437 \family sans
25438 #
25439 \family default
25440 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25441 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25442 \end_layout
25443
25444 \begin_layout Standard
25445 既定のキャプション書式を変更するには、文書プリアンブルに
25446 \end_layout
25447
25448 \begin_layout Standard
25449
25450 \series bold
25451
25452 \backslash
25453 usepackage[format definition]{caption}
25454 \end_layout
25455
25456 \begin_layout Standard
25457 という行を加えて、LaTeXパッケージ
25458 \series bold
25459 caption
25460 \series default
25461
25462 \begin_inset Index idx
25463 status collapsed
25464
25465 \begin_layout Plain Layout
25466 LaTeXぱっけーじ@LaTeXパッケージ ! caption
25467 \end_layout
25468
25469 \end_inset
25470
25471 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25472 \end_layout
25473
25474 \begin_layout Standard
25475
25476 \series bold
25477
25478 \backslash
25479 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25480 \end_layout
25481
25482 \begin_layout Standard
25483 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25484 \series bold
25485 caption
25486 \series default
25487 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25488 \end_layout
25489
25490 \begin_layout Standard
25491
25492 \series bold
25493
25494 \backslash
25495 captionsetup[フロート型]{書式定義}
25496 \end_layout
25497
25498 \begin_layout Standard
25499 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25500 \begin_inset CommandInset ref
25501 LatexCommand ref
25502 reference "fig:図キャプション"
25503
25504 \end_inset
25505
25506 と表
25507 \begin_inset CommandInset ref
25508 LatexCommand ref
25509 reference "tab:表キャプション"
25510
25511 \end_inset
25512
25513 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25514 \end_layout
25515
25516 \begin_layout Standard
25517
25518 \series bold
25519
25520 \backslash
25521 usepackage[tableposition=top]{caption}
25522 \series default
25523
25524 \begin_inset Newline newline
25525 \end_inset
25526
25527
25528 \series bold
25529
25530 \backslash
25531 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25532 \begin_inset Newline newline
25533 \end_inset
25534
25535
25536 \begin_inset Phantom HPhantom
25537 status open
25538
25539 \begin_layout Plain Layout
25540
25541 \backslash
25542 captionsetup[figure]{
25543 \end_layout
25544
25545 \end_inset
25546
25547 labelsep=period}
25548 \begin_inset Newline newline
25549 \end_inset
25550
25551
25552 \backslash
25553 captionsetup[table]{labelfont={bf,sf}}
25554 \end_layout
25555
25556 \begin_layout Standard
25557 \begin_inset Note Greyedout
25558 status open
25559
25560 \begin_layout Plain Layout
25561
25562 \series bold
25563 【註】
25564 \series default
25565 オプションのうち、
25566 \series bold
25567 tableposition=top
25568 \series default
25569 は、文書クラスに
25570 \series bold
25571 KOMA-script
25572 \series default
25573
25574 \begin_inset Index idx
25575 status collapsed
25576
25577 \begin_layout Plain Layout
25578 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25579 \end_layout
25580
25581 \end_inset
25582
25583 が使われているときには、無効になります。この場合には、文書クラスオプション
25584 \series bold
25585 captions=tableheading
25586 \series default
25587 を指定しなくてはなりません。
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Standard
25596
25597 \series bold
25598 caption
25599 \series default
25600 パッケージについての詳細は、その取扱説明書
25601 \begin_inset CommandInset citation
25602 LatexCommand cite
25603 key "caption"
25604
25605 \end_inset
25606
25607 をご覧ください。
25608 \end_layout
25609
25610 \begin_layout Standard
25611 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25612 \end_layout
25613
25614 \begin_layout Standard
25615
25616 \series bold
25617
25618 \backslash
25619 renewcommand{
25620 \backslash
25621 fnum@figure}{画像~
25622 \backslash
25623 thefigure}
25624 \end_layout
25625
25626 \begin_layout Standard
25627 なお、
25628 \series bold
25629
25630 \backslash
25631 thefigure
25632 \series default
25633 は表番号を挿入し、「
25634 \series bold
25635 ~
25636 \series default
25637 」は保護された空白を入れます。
25638 \end_layout
25639
25640 \begin_layout Standard
25641 \begin_inset VSpace bigskip
25642 \end_inset
25643
25644
25645 \series bold
25646 KOMA-script
25647 \series default
25648
25649 \begin_inset Index idx
25650 status collapsed
25651
25652 \begin_layout Plain Layout
25653 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25654 \end_layout
25655
25656 \end_inset
25657
25658 文書クラス(
25659 \family sans
25660 article (KOMA-script)
25661 \family default
25662
25663 \family sans
25664 book (KOMA-script)
25665 \family default
25666
25667 \family sans
25668 letter (KOMA-script)
25669 \family default
25670
25671 \family sans
25672 report (KOMA-script)
25673 \family default
25674 )を使用している場合には、
25675 \series bold
25676 caption
25677 \series default
25678 パッケージの代わりに
25679 \series bold
25680 KOMA-script
25681 \series default
25682 のビルトインコマンド
25683 \series bold
25684 etkomafont
25685 \series default
25686 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25687 \end_layout
25688
25689 \begin_layout Standard
25690
25691 \series bold
25692
25693 \backslash
25694 setkomafont{captionlabel}{
25695 \backslash
25696 bfseries}
25697 \end_layout
25698
25699 \begin_layout Standard
25700
25701 \series bold
25702
25703 \backslash
25704 setkomafont
25705 \series default
25706 についての詳細は、
25707 \series bold
25708 KOMA-script
25709 \series default
25710 の取扱説明書
25711 \begin_inset CommandInset citation
25712 LatexCommand cite
25713 key "koma-script"
25714
25715 \end_inset
25716
25717 をご覧ください。
25718 \end_layout
25719
25720 \begin_layout Standard
25721 \begin_inset ERT
25722 status collapsed
25723
25724 \begin_layout Plain Layout
25725
25726
25727 \backslash
25728 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25729 }
25730 \end_layout
25731
25732 \end_inset
25733
25734
25735 \begin_inset Note Note
25736 status open
25737
25738 \begin_layout Plain Layout
25739 キャプション書式は、この例のみ変更してあります。
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \begin_layout Standard
25748 \begin_inset Float figure
25749 placement !p
25750 wide false
25751 sideways false
25752 status open
25753
25754 \begin_layout Plain Layout
25755 \align center
25756 \begin_inset Graphics
25757         filename ../clipart/mobius.eps
25758         lyxscale 50
25759         scale 50
25760         scaleBeforeRotation
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \begin_layout Plain Layout
25768 \begin_inset Caption Standard
25769
25770 \begin_layout Plain Layout
25771 \begin_inset CommandInset label
25772 LatexCommand label
25773 name "fig:図キャプション"
25774
25775 \end_inset
25776
25777 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \begin_layout Standard
25791 \begin_inset ERT
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795
25796
25797 \backslash
25798 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25799 on}
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \begin_layout Standard
25808 \begin_inset Float table
25809 placement !p
25810 wide false
25811 sideways false
25812 status open
25813
25814 \begin_layout Plain Layout
25815 \begin_inset Caption Standard
25816
25817 \begin_layout Plain Layout
25818 \begin_inset CommandInset label
25819 LatexCommand label
25820 name "tab:表キャプション"
25821
25822 \end_inset
25823
25824 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Plain Layout
25833 \align center
25834 \begin_inset Tabular
25835 <lyxtabular version="3" rows="1" columns="5">
25836 <features rotate="0" tabularvalignment="middle">
25837 <column alignment="center" valignment="top">
25838 <column alignment="center" valignment="top">
25839 <column alignment="center" valignment="top">
25840 <column alignment="center" valignment="top">
25841 <column alignment="center" valignment="top">
25842 <row>
25843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25880 \begin_inset Text
25881
25882 \begin_layout Plain Layout
25883
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 </row>
25889 </lyxtabular>
25890
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Section
25902 キャプションの配置
25903 \begin_inset Index idx
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907 きゃぷしょん@キャプション ! はいち@配置
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \begin_inset Index idx
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25918 \end_layout
25919
25920 \end_inset
25921
25922
25923 \begin_inset CommandInset label
25924 LatexCommand label
25925 name "sec:キャプションの配置"
25926
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \begin_layout Standard
25933 通常、キャプションの配置原則は、
25934 \end_layout
25935
25936 \begin_layout Description
25937 図の場合: キャプションを図の下に置く
25938 \end_layout
25939
25940 \begin_layout Description
25941 表の場合: キャプションを表の上に置く
25942 \end_layout
25943
25944 \begin_layout Standard
25945 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25946 \family sans
25947 article
25948 \family default
25949
25950 \family sans
25951 book
25952 \family default
25953
25954 \family sans
25955 letter
25956 \family default
25957
25958 \family sans
25959 report
25960 \family default
25961 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25962 eXパッケージ
25963 \series bold
25964 caption
25965 \series default
25966 を読み込むコマンドに
25967 \end_layout
25968
25969 \begin_layout Standard
25970
25971 \series bold
25972 tableposition=top
25973 \end_layout
25974
25975 \begin_layout Standard
25976 というオプションを追加してください
25977 \begin_inset Foot
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981
25982 \series bold
25983 caption
25984 \series default
25985 パッケージについての詳細な情報は、第
25986 \begin_inset CommandInset ref
25987 LatexCommand ref
25988 reference "sec:キャプションの書式設定"
25989
25990 \end_inset
25991
25992 節をご覧ください。
25993 \end_layout
25994
25995 \end_inset
25996
25997
25998 \series bold
25999 KOMA-script
26000 \series default
26001
26002 \begin_inset Index idx
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26007 \end_layout
26008
26009 \end_inset
26010
26011 文書クラス(
26012 \family sans
26013 article (KOMA-script)
26014 \family default
26015
26016 \family sans
26017 book (KOMA-script)
26018 \family default
26019
26020 \family sans
26021 letter (KOMA-script)
26022 \family default
26023
26024 \family sans
26025 report (KOMA-script)
26026 \family default
26027
26028 \begin_inset space \thinspace{}
26029 \end_inset
26030
26031 )をお使いの場合には、
26032 \series bold
26033 caption
26034 \series default
26035 パッケージにオプションを与える代わりに、文書クラスオプション
26036 \end_layout
26037
26038 \begin_layout Standard
26039
26040 \series bold
26041 captions=tableheading
26042 \end_layout
26043
26044 \begin_layout Standard
26045 を設定することもできます
26046 \begin_inset Foot
26047 status collapsed
26048
26049 \begin_layout Plain Layout
26050 このオプションは本文書で使用されています。
26051 \end_layout
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Standard
26059 KOMA-Script文書クラスの文書では、キャプションを右クリックして、文脈依存メニューから、これが図表の上または下に来るべきキャプションかを指定することもで
26060 きます。これによって、文書全体のキャプション配置指定にかかわらず、特定のキャプションの配置を変えることができます。表
26061 \begin_inset CommandInset ref
26062 LatexCommand ref
26063 reference "tab:指定付きキャプション"
26064
26065 \end_inset
26066
26067 は、キャプションは、LyX中では上に置かれているけれども、表の下に来るように指定されている例です。比較のために、表
26068 \begin_inset CommandInset ref
26069 LatexCommand ref
26070 reference "tab:標準表"
26071
26072 \end_inset
26073
26074 のキャプションでは、指定が為されていません。
26075 \end_layout
26076
26077 \begin_layout Standard
26078 \begin_inset Float table
26079 wide false
26080 sideways false
26081 status open
26082
26083 \begin_layout Plain Layout
26084 \begin_inset Caption Below
26085
26086 \begin_layout Plain Layout
26087 \begin_inset CommandInset label
26088 LatexCommand label
26089 name "tab:指定付きキャプション"
26090
26091 \end_inset
26092
26093 表下に来るように指定されたキャプション
26094 \end_layout
26095
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \begin_layout Plain Layout
26102 \align center
26103 \begin_inset Tabular
26104 <lyxtabular version="3" rows="3" columns="3">
26105 <features rotate="0" tabularvalignment="middle">
26106 <column alignment="center" valignment="top" width="0pt">
26107 <column alignment="center" valignment="top" width="0pt">
26108 <column alignment="center" valignment="top" width="0pt">
26109 <row>
26110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114 1
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 2
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132 3
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 </row>
26138 <row>
26139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 森嶋
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 宇沢
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Plain Layout
26161 二階堂
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 </row>
26167 <row>
26168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172 \begin_inset Formula $\int x^{2}dx$
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Plain Layout
26184 \begin_inset Formula $\left[\begin{array}{cc}
26185 a & b\\
26186 c & d
26187 \end{array}\right]$
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 \begin_inset Formula $1+1=2$
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 </row>
26208 </lyxtabular>
26209
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \begin_layout Standard
26221 \begin_inset Float table
26222 wide false
26223 sideways false
26224 status open
26225
26226 \begin_layout Plain Layout
26227 \begin_inset Caption Standard
26228
26229 \begin_layout Plain Layout
26230 \begin_inset CommandInset label
26231 LatexCommand label
26232 name "tab:標準表"
26233
26234 \end_inset
26235
26236 標準の表キャプション
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \begin_layout Plain Layout
26245 \align center
26246 \begin_inset Tabular
26247 <lyxtabular version="3" rows="3" columns="3">
26248 <features rotate="0" tabularvalignment="middle">
26249 <column alignment="center" valignment="top" width="0pt">
26250 <column alignment="center" valignment="top" width="0pt">
26251 <column alignment="center" valignment="top" width="0pt">
26252 <row>
26253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257 1
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Plain Layout
26266 2
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Plain Layout
26275 3
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 </row>
26281 <row>
26282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 森嶋
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 宇沢
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 二階堂
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 </row>
26310 <row>
26311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset Formula $\int x^{2}dx$
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327 \begin_inset Formula $\left[\begin{array}{cc}
26328 a & b\\
26329 c & d
26330 \end{array}\right]$
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26339 \begin_inset Text
26340
26341 \begin_layout Plain Layout
26342 \begin_inset Formula $1+1=2$
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 </row>
26351 </lyxtabular>
26352
26353 \end_inset
26354
26355
26356 \end_layout
26357
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \begin_layout Standard
26364 \begin_inset VSpace bigskip
26365 \end_inset
26366
26367 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26368 \end_layout
26369
26370 \begin_layout Standard
26371
26372 \series bold
26373
26374 \backslash
26375 usepackage[option]{sidecap}
26376 \end_layout
26377
26378 \begin_layout Standard
26379 という行を入れて、LaTeXパッケージ
26380 \series bold
26381 sidecap
26382 \series default
26383
26384 \begin_inset Index idx
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26389 \end_layout
26390
26391 \end_inset
26392
26393 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
26394 \series bold
26395 innercaption
26396 \series default
26397 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26398 \series bold
26399 rightcaption
26400 \series default
26401 ないし
26402 \series bold
26403 leftcaption
26404 \series default
26405 オプションを用います。
26406 \end_layout
26407
26408 \begin_layout Standard
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 ifsidecap
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \begin_inset Note Note
26423 status open
26424
26425 \begin_layout Plain Layout
26426 以下の部分は、LaTeXパッケージ
26427 \series bold
26428 sidecap
26429 \series default
26430 が導入されているときのみ表示されます。
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26440 \end_layout
26441
26442 \begin_layout Standard
26443 \noindent
26444 \begin_inset CommandInset line
26445 LatexCommand rule
26446 offset "0.5ex"
26447 width "100line%"
26448 height "1pt"
26449
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \begin_layout Standard
26456
26457 \series bold
26458
26459 \backslash
26460 newcommand{
26461 \backslash
26462 TabBesBeg}[1][1.0]{%
26463 \begin_inset Newline newline
26464 \end_inset
26465
26466
26467 \begin_inset Phantom HPhantom
26468 status open
26469
26470 \begin_layout Plain Layout
26471 \begin_inset space ~
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \backslash
26481 let
26482 \backslash
26483 MyTable
26484 \backslash
26485 table
26486 \begin_inset Newline newline
26487 \end_inset
26488
26489
26490 \begin_inset Phantom HPhantom
26491 status open
26492
26493 \begin_layout Plain Layout
26494
26495 \series medium
26496 \begin_inset space ~
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503
26504
26505 \backslash
26506 let
26507 \backslash
26508 MyEndtable
26509 \backslash
26510 endtable
26511 \begin_inset Newline newline
26512 \end_inset
26513
26514
26515 \begin_inset Phantom HPhantom
26516 status open
26517
26518 \begin_layout Plain Layout
26519
26520 \series medium
26521 \begin_inset space ~
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \end_inset
26528
26529
26530 \backslash
26531 renewenvironment{table}[1]{
26532 \backslash
26533 begin{SCtable}[#1]##1}{
26534 \backslash
26535 end{SCtable}}}
26536 \end_layout
26537
26538 \begin_layout Standard
26539
26540 \series bold
26541
26542 \backslash
26543 newcommand{
26544 \backslash
26545 TabBesEnd}{%
26546 \begin_inset Newline newline
26547 \end_inset
26548
26549
26550 \begin_inset Phantom HPhantom
26551 status open
26552
26553 \begin_layout Plain Layout
26554 \begin_inset space ~
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \backslash
26564 let
26565 \backslash
26566 table
26567 \backslash
26568 MyTable
26569 \begin_inset Newline newline
26570 \end_inset
26571
26572
26573 \begin_inset Phantom HPhantom
26574 status open
26575
26576 \begin_layout Plain Layout
26577 \begin_inset space ~
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \backslash
26587 let
26588 \backslash
26589 endtable
26590 \backslash
26591 MyEndtable
26592 \end_layout
26593
26594 \begin_layout Standard
26595
26596 \series bold
26597
26598 \backslash
26599 newcommand{
26600 \backslash
26601 FigBesBeg}[1][1.0]{%
26602 \begin_inset Newline newline
26603 \end_inset
26604
26605
26606 \begin_inset Phantom HPhantom
26607 status open
26608
26609 \begin_layout Plain Layout
26610 \begin_inset space ~
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \backslash
26620 let
26621 \backslash
26622 MyFigure
26623 \backslash
26624 figure
26625 \begin_inset Newline newline
26626 \end_inset
26627
26628
26629 \begin_inset Phantom HPhantom
26630 status open
26631
26632 \begin_layout Plain Layout
26633 \begin_inset space ~
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \backslash
26643 let
26644 \backslash
26645 MyEndfigure
26646 \backslash
26647 endfigure
26648 \begin_inset Newline newline
26649 \end_inset
26650
26651
26652 \begin_inset Phantom HPhantom
26653 status open
26654
26655 \begin_layout Plain Layout
26656 \begin_inset space ~
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \backslash
26666 renewenvironment{figure}[1]{
26667 \backslash
26668 begin{SCfigure}[#1]##1}{
26669 \backslash
26670 end{SCfigure}}}
26671 \end_layout
26672
26673 \begin_layout Standard
26674
26675 \series bold
26676
26677 \backslash
26678 newcommand{
26679 \backslash
26680 FigBesEnd}{%
26681 \begin_inset Newline newline
26682 \end_inset
26683
26684
26685 \begin_inset Phantom HPhantom
26686 status open
26687
26688 \begin_layout Plain Layout
26689 \begin_inset space ~
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \backslash
26699 let
26700 \backslash
26701 figure
26702 \backslash
26703 MyFigure
26704 \begin_inset Newline newline
26705 \end_inset
26706
26707
26708 \begin_inset Phantom HPhantom
26709 status open
26710
26711 \begin_layout Plain Layout
26712 \begin_inset space ~
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \backslash
26722 let
26723 \backslash
26724 endfigure
26725 \backslash
26726 MyEndfigure}
26727 \end_layout
26728
26729 \begin_layout Standard
26730 \noindent
26731 \begin_inset CommandInset line
26732 LatexCommand rule
26733 offset "0.5ex"
26734 width "100line%"
26735 height "1pt"
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \begin_layout Standard
26743 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26744 \end_layout
26745
26746 \begin_layout Standard
26747
26748 \series bold
26749
26750 \backslash
26751 FigBesBeg
26752 \end_layout
26753
26754 \begin_layout Standard
26755 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
26756 \end_layout
26757
26758 \begin_layout Standard
26759
26760 \series bold
26761
26762 \backslash
26763 FigBesEnd
26764 \end_layout
26765
26766 \begin_layout Standard
26767 というTeXコードを入れてください。
26768 \end_layout
26769
26770 \begin_layout Standard
26771 表フロートに対しては、対応するコマンド
26772 \end_layout
26773
26774 \begin_layout Standard
26775
26776 \series bold
26777
26778 \backslash
26779 TabBesBeg
26780 \series default
26781 および
26782 \series bold
26783
26784 \backslash
26785 TabBesEnd
26786 \end_layout
26787
26788 \begin_layout Standard
26789 を使用してください。図
26790 \begin_inset CommandInset ref
26791 LatexCommand ref
26792 reference "fig:図横キャプション"
26793
26794 \end_inset
26795
26796 と表
26797 \begin_inset CommandInset ref
26798 LatexCommand ref
26799 reference "tab:表横キャプション"
26800
26801 \end_inset
26802
26803 がキャプションを脇に設定した例です。
26804 \end_layout
26805
26806 \begin_layout Standard
26807 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26808 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26809 \end_layout
26810
26811 \begin_layout Standard
26812
26813 \series bold
26814
26815 \backslash
26816 sidecaptionvpos{フロート型}{配置}
26817 \end_layout
26818
26819 \begin_layout Standard
26820 というコマンドを使用します。ここで「フロート型」は
26821 \family sans
26822 figure
26823 \family default
26824
26825 \family sans
26826 table
26827 \family default
26828 であり、「配置」は、上揃えの場合はtopの
26829 \end_layout
26830
26831 \begin_layout Standard
26832
26833 \family sans
26834 t
26835 \family default
26836 」、中央揃えの場合はcenterの「
26837 \family sans
26838 c
26839 \family default
26840 」、下揃えの場合はbottomの「
26841 \family sans
26842 b
26843 \family default
26844 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26845 \end_layout
26846
26847 \begin_layout Standard
26848
26849 \series bold
26850
26851 \backslash
26852 sidecaptionvpos{figure}{c}
26853 \end_layout
26854
26855 \begin_layout Standard
26856 というコマンドを使用します。これは、図
26857 \begin_inset CommandInset ref
26858 LatexCommand ref
26859 reference "fig:図横キャプション-2"
26860
26861 \end_inset
26862
26863 で使用されています。
26864 \end_layout
26865
26866 \begin_layout Standard
26867 \begin_inset VSpace medskip
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \begin_layout Standard
26874 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26875 \begin_inset CommandInset ref
26876 LatexCommand ref
26877 reference "tab:表横キャプション"
26878
26879 \end_inset
26880
26881 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26882 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
26883 \emph on
26884 因数
26885 \emph default
26886 は、
26887 \end_layout
26888
26889 \begin_layout Standard
26890
26891 \series bold
26892
26893 \backslash
26894 FigBesBeg[因数]
26895 \end_layout
26896
26897 \begin_layout Standard
26898 のように、
26899 \series bold
26900
26901 \backslash
26902 FigBesBeg
26903 \series default
26904 への非必須引数として与えることもできますし、
26905 \series bold
26906
26907 \backslash
26908 FigBesBeg
26909 \series default
26910 の定義中で
26911 \series bold
26912 1.0
26913 \series default
26914 を他の値に変更することもできます。表
26915 \begin_inset CommandInset ref
26916 LatexCommand ref
26917 reference "tab:図横幅広"
26918
26919 \end_inset
26920
26921 では、因子5が指定されています。
26922 \end_layout
26923
26924 \begin_layout Standard
26925 \begin_inset Note Greyedout
26926 status open
26927
26928 \begin_layout Plain Layout
26929
26930 \series bold
26931 【註】
26932 \series default
26933 キャプションを横につけたフロートでは、フロート配置オプションの
26934 \family sans
26935 何としても現在地に置く
26936 \family default
26937 は、
26938 \series bold
26939 sidecap
26940 \series default
26941 がサポートしていないので、使用することができません。.
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \begin_layout Standard
26950 \begin_inset VSpace medskip
26951 \end_inset
26952
26953
26954 \series bold
26955 sidecap
26956 \series default
26957 パッケージについての詳細は、
26958 \begin_inset CommandInset citation
26959 LatexCommand cite
26960 key "sidecap"
26961
26962 \end_inset
26963
26964 の説明書をご参照ください。
26965 \end_layout
26966
26967 \begin_layout Standard
26968 \begin_inset Note Greyedout
26969 status open
26970
26971 \begin_layout Plain Layout
26972
26973 \series bold
26974 【註】
26975 \series default
26976
26977 \begin_inset CommandInset ref
26978 LatexCommand ref
26979 reference "sub:参照位置"
26980
26981 \end_inset
26982
26983 節に説明があるLaTeXパッケージ
26984 \series bold
26985 hypcap
26986 \series default
26987
26988 \begin_inset Index idx
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
26993 \end_layout
26994
26995 \end_inset
26996
26997 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \begin_layout Standard
27006 \begin_inset Note Greyedout
27007 status open
27008
27009 \begin_layout Plain Layout
27010
27011 \series bold
27012 【訳註】
27013 \series default
27014 LaTeXパッケージ
27015 \series bold
27016 sidecap
27017 \series default
27018
27019 \begin_inset Index idx
27020 status collapsed
27021
27022 \begin_layout Plain Layout
27023 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
27024 \end_layout
27025
27026 \end_inset
27027
27028 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
27029 ついては、取扱説明書『
27030 \emph on
27031 埋め込み機能篇
27032 \emph default
27033 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \begin_inset Note Note
27040 status open
27041
27042 \begin_layout Plain Layout
27043 \begin_inset ERT
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047
27048
27049 \backslash
27050 FigBesBeg 
27051 \end_layout
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \begin_layout Plain Layout
27059 \begin_inset Float figure
27060 wide false
27061 sideways false
27062 status open
27063
27064 \begin_layout Plain Layout
27065 \begin_inset Graphics
27066         filename ../clipart/escher-lsd.eps
27067         scale 75
27068         scaleBeforeRotation
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \begin_layout Plain Layout
27076 \begin_inset Caption Standard
27077
27078 \begin_layout Plain Layout
27079 \begin_inset CommandInset label
27080 LatexCommand label
27081 name "fig:図横キャプション"
27082
27083 \end_inset
27084
27085 これは図の横にあるキャプションです。
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Plain Layout
27099 \begin_inset ERT
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103
27104
27105 \backslash
27106 FigBesEnd
27107 \end_layout
27108
27109 \end_inset
27110
27111
27112 \end_layout
27113
27114 \begin_layout Plain Layout
27115 \begin_inset ERT
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119
27120
27121 \backslash
27122 TabBesBeg 
27123 \end_layout
27124
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \begin_layout Plain Layout
27131 \begin_inset Float table
27132 wide false
27133 sideways false
27134 status open
27135
27136 \begin_layout Plain Layout
27137 \begin_inset Caption Standard
27138
27139 \begin_layout Plain Layout
27140 \begin_inset CommandInset label
27141 LatexCommand label
27142 name "tab:表横キャプション"
27143
27144 \end_inset
27145
27146 これは表の横にあるキャプションです。
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \begin_layout Plain Layout
27155 \begin_inset Tabular
27156 <lyxtabular version="3" rows="4" columns="5">
27157 <features rotate="0" tabularvalignment="middle">
27158 <column alignment="center" valignment="top">
27159 <column alignment="center" valignment="top">
27160 <column alignment="center" valignment="top">
27161 <column alignment="center" valignment="top">
27162 <column alignment="center" valignment="top">
27163 <row>
27164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Plain Layout
27168
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27183 \begin_inset Text
27184
27185 \begin_layout Plain Layout
27186
27187 \end_layout
27188
27189 \end_inset
27190 </cell>
27191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27201 \begin_inset Text
27202
27203 \begin_layout Plain Layout
27204
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 </row>
27210 <row>
27211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27212 \begin_inset Text
27213
27214 \begin_layout Plain Layout
27215
27216 \end_layout
27217
27218 \end_inset
27219 </cell>
27220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Plain Layout
27224
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27230 \begin_inset Text
27231
27232 \begin_layout Plain Layout
27233
27234 \end_layout
27235
27236 \end_inset
27237 </cell>
27238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Plain Layout
27242
27243 \end_layout
27244
27245 \end_inset
27246 </cell>
27247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27248 \begin_inset Text
27249
27250 \begin_layout Plain Layout
27251
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 </row>
27257 <row>
27258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262
27263 \end_layout
27264
27265 \end_inset
27266 </cell>
27267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27277 \begin_inset Text
27278
27279 \begin_layout Plain Layout
27280
27281 \end_layout
27282
27283 \end_inset
27284 </cell>
27285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27286 \begin_inset Text
27287
27288 \begin_layout Plain Layout
27289
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 </row>
27304 <row>
27305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27306 \begin_inset Text
27307
27308 \begin_layout Plain Layout
27309
27310 \end_layout
27311
27312 \end_inset
27313 </cell>
27314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27315 \begin_inset Text
27316
27317 \begin_layout Plain Layout
27318
27319 \end_layout
27320
27321 \end_inset
27322 </cell>
27323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27324 \begin_inset Text
27325
27326 \begin_layout Plain Layout
27327
27328 \end_layout
27329
27330 \end_inset
27331 </cell>
27332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27333 \begin_inset Text
27334
27335 \begin_layout Plain Layout
27336
27337 \end_layout
27338
27339 \end_inset
27340 </cell>
27341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345
27346 \end_layout
27347
27348 \end_inset
27349 </cell>
27350 </row>
27351 </lyxtabular>
27352
27353 \end_inset
27354
27355
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \begin_layout Plain Layout
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 TabBesEnd
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \begin_layout Plain Layout
27380 \begin_inset ERT
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384
27385
27386 \backslash
27387 FigBesBeg 
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \begin_inset ERT
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397
27398
27399 \backslash
27400 sidecaptionvpos{figure}{c}
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \begin_inset Float figure
27407 wide false
27408 sideways false
27409 status open
27410
27411 \begin_layout Plain Layout
27412 \begin_inset Graphics
27413         filename ../clipart/escher-lsd.eps
27414         scale 75
27415         scaleBeforeRotation
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Plain Layout
27423 \begin_inset Caption Standard
27424
27425 \begin_layout Plain Layout
27426 \begin_inset CommandInset label
27427 LatexCommand label
27428 name "fig:図横キャプション-2"
27429
27430 \end_inset
27431
27432 これは図の横にある縦方向中央揃えのキャプションです。
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Plain Layout
27446 \begin_inset ERT
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450
27451
27452 \backslash
27453 FigBesEnd
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Plain Layout
27462 \begin_inset ERT
27463 status collapsed
27464
27465 \begin_layout Plain Layout
27466
27467
27468 \backslash
27469 TabBesBeg[5]
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \begin_layout Plain Layout
27478 \begin_inset Float table
27479 wide false
27480 sideways false
27481 status open
27482
27483 \begin_layout Plain Layout
27484 \begin_inset Caption Standard
27485
27486 \begin_layout Plain Layout
27487 \begin_inset CommandInset label
27488 LatexCommand label
27489 name "tab:図横幅広"
27490
27491 \end_inset
27492
27493 これは表
27494 \begin_inset CommandInset ref
27495 LatexCommand ref
27496 reference "tab:表横キャプション"
27497
27498 \end_inset
27499
27500 よりも幅広のキャプションです
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Plain Layout
27509 \begin_inset Tabular
27510 <lyxtabular version="3" rows="4" columns="5">
27511 <features rotate="0" tabularvalignment="middle">
27512 <column alignment="center" valignment="top">
27513 <column alignment="center" valignment="top">
27514 <column alignment="center" valignment="top">
27515 <column alignment="center" valignment="top">
27516 <column alignment="center" valignment="top">
27517 <row>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522 a
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27528 \begin_inset Text
27529
27530 \begin_layout Plain Layout
27531
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27537 \begin_inset Text
27538
27539 \begin_layout Plain Layout
27540 b
27541 \end_layout
27542
27543 \end_inset
27544 </cell>
27545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27546 \begin_inset Text
27547
27548 \begin_layout Plain Layout
27549
27550 \end_layout
27551
27552 \end_inset
27553 </cell>
27554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27555 \begin_inset Text
27556
27557 \begin_layout Plain Layout
27558 c
27559 \end_layout
27560
27561 \end_inset
27562 </cell>
27563 </row>
27564 <row>
27565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27566 \begin_inset Text
27567
27568 \begin_layout Plain Layout
27569
27570 \end_layout
27571
27572 \end_inset
27573 </cell>
27574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27575 \begin_inset Text
27576
27577 \begin_layout Plain Layout
27578 d
27579 \end_layout
27580
27581 \end_inset
27582 </cell>
27583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27584 \begin_inset Text
27585
27586 \begin_layout Plain Layout
27587
27588 \end_layout
27589
27590 \end_inset
27591 </cell>
27592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27593 \begin_inset Text
27594
27595 \begin_layout Plain Layout
27596 e
27597 \end_layout
27598
27599 \end_inset
27600 </cell>
27601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27602 \begin_inset Text
27603
27604 \begin_layout Plain Layout
27605
27606 \end_layout
27607
27608 \end_inset
27609 </cell>
27610 </row>
27611 <row>
27612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616 f
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Plain Layout
27625
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Plain Layout
27634 g
27635 \end_layout
27636
27637 \end_inset
27638 </cell>
27639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27640 \begin_inset Text
27641
27642 \begin_layout Plain Layout
27643
27644 \end_layout
27645
27646 \end_inset
27647 </cell>
27648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27649 \begin_inset Text
27650
27651 \begin_layout Plain Layout
27652 h
27653 \end_layout
27654
27655 \end_inset
27656 </cell>
27657 </row>
27658 <row>
27659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27660 \begin_inset Text
27661
27662 \begin_layout Plain Layout
27663
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27669 \begin_inset Text
27670
27671 \begin_layout Plain Layout
27672 i
27673 \end_layout
27674
27675 \end_inset
27676 </cell>
27677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27678 \begin_inset Text
27679
27680 \begin_layout Plain Layout
27681
27682 \end_layout
27683
27684 \end_inset
27685 </cell>
27686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27687 \begin_inset Text
27688
27689 \begin_layout Plain Layout
27690 j
27691 \end_layout
27692
27693 \end_inset
27694 </cell>
27695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27696 \begin_inset Text
27697
27698 \begin_layout Plain Layout
27699
27700 \end_layout
27701
27702 \end_inset
27703 </cell>
27704 </row>
27705 </lyxtabular>
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \end_inset
27713
27714
27715 \end_layout
27716
27717 \begin_layout Plain Layout
27718 \begin_inset ERT
27719 status collapsed
27720
27721 \begin_layout Plain Layout
27722
27723
27724 \backslash
27725 TabBesEnd
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \begin_layout Standard
27739 \begin_inset ERT
27740 status collapsed
27741
27742 \begin_layout Plain Layout
27743
27744
27745 \backslash
27746 else
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \begin_inset Note Note
27753 status open
27754
27755 \begin_layout Plain Layout
27756 以下の部分は、LaTeXパッケージ
27757 \series bold
27758 sidecap
27759 \series default
27760 が導入されていないときのみ表示されます。
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Standard
27769 本節の残りの部分を出力で表示するには、LaTeXパッケージ
27770 \series bold
27771 sidecap
27772 \series default
27773 を導入する必要があります。
27774 \end_layout
27775
27776 \begin_layout Standard
27777 \begin_inset ERT
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781
27782
27783 \backslash
27784 fi
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \begin_layout Section
27793 フロート一覧
27794 \begin_inset Index idx
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798 ふろーと@フロート ! ふろーといちらん@フロート一覧
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
27808 \family sans
27809 挿入\SpecialChar \menuseparator
27810 一覧/目次
27811 \family default
27812 メニューで挿入することができます。
27813 \end_layout
27814
27815 \begin_layout Standard
27816 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
27817 \end_layout
27818
27819 \begin_layout Standard
27820 本文書の終わりに、図一覧と表一覧があります。
27821 \end_layout
27822
27823 \begin_layout Chapter
27824 注釈
27825 \end_layout
27826
27827 \begin_layout Section
27828 LyX注釈
27829 \begin_inset Index idx
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \begin_layout Standard
27842 注釈は、ツールバーボタン
27843 \family sans
27844
27845 \begin_inset Info
27846 type  "icon"
27847 arg   "note-insert"
27848 \end_inset
27849
27850
27851 \family default
27852 か、
27853 \family sans
27854 挿入\SpecialChar \menuseparator
27855 注釈
27856 \family default
27857 メニューで挿入することができます。注釈には、以下の三つの型があります。
27858 \end_layout
27859
27860 \begin_layout Description
27861 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27862 \begin_inset Newline newline
27863 \end_inset
27864
27865
27866 \begin_inset Newline newline
27867 \end_inset
27868
27869
27870 \begin_inset Graphics
27871         filename clipart/LyXNoteImageQt4.png
27872         display false
27873         scale 50
27874         scaleBeforeRotation
27875
27876 \end_inset
27877
27878
27879 \begin_inset Note Note
27880 status open
27881
27882 \begin_layout Plain Layout
27883 これは、出力には現れない注釈ボックスに書かれた文章です。
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Description
27892 コメント この注釈も出力には現れませんが、
27893 \family sans
27894 ファイル\SpecialChar \menuseparator
27895 書き出し\SpecialChar \menuseparator
27896 LaT
27897 \begin_inset ERT
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902 {}
27903 \end_layout
27904
27905 \end_inset
27906
27907 eX (pdflatex) / (平文)
27908 \family default
27909  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27910 \begin_inset Newline newline
27911 \end_inset
27912
27913
27914 \begin_inset Newline newline
27915 \end_inset
27916
27917
27918 \begin_inset Graphics
27919         filename clipart/CommentNoteImageQt4.png
27920         display false
27921         scale 50
27922         scaleBeforeRotation
27923
27924 \end_inset
27925
27926  
27927 \begin_inset Note Comment
27928 status open
27929
27930 \begin_layout Plain Layout
27931 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Description
27940 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27941 \begin_inset Newline newline
27942 \end_inset
27943
27944
27945 \begin_inset Newline newline
27946 \end_inset
27947
27948
27949 \begin_inset Graphics
27950         filename clipart/GreyedOutNoteImageQt4.png
27951         display false
27952         scale 50
27953         scaleBeforeRotation
27954
27955 \end_inset
27956
27957
27958 \begin_inset Newline newline
27959 \end_inset
27960
27961
27962 \begin_inset ERT
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966
27967
27968 \backslash
27969 renewenvironment{lyxgreyedout}
27970 \end_layout
27971
27972 \begin_layout Plain Layout
27973
27974 {
27975 \backslash
27976 textcolor[gray]{0.8}
27977 \backslash
27978 bgroup}{
27979 \backslash
27980 egroup}
27981 \end_layout
27982
27983 \end_inset
27984
27985
27986 \begin_inset Note Greyedout
27987 status open
27988
27989 \begin_layout Plain Layout
27990 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
27991 \begin_inset Foot
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 これは、淡色注釈内に脚注を用いた例です。
27996 \end_layout
27997
27998 \end_inset
27999
28000 です。
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \begin_inset ERT
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010
28011
28012 \backslash
28013 renewenvironment{lyxgreyedout}
28014 \end_layout
28015
28016 \begin_layout Plain Layout
28017
28018 {
28019 \backslash
28020 textcolor{blue}
28021 \backslash
28022 bgroup}{
28023 \backslash
28024 egroup}
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \begin_inset Note Note
28031 status open
28032
28033 \begin_layout Plain Layout
28034 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
28035 定義されています。
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \begin_inset Newline newline
28042 \end_inset
28043
28044
28045 \begin_inset Newline newline
28046 \end_inset
28047
28048 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
28049 \end_layout
28050
28051 \begin_layout Standard
28052 \begin_inset VSpace bigskip
28053 \end_inset
28054
28055 注釈を挿入するのにツールバーボタン
28056 \family sans
28057
28058 \begin_inset Info
28059 type  "icon"
28060 arg   "note-insert"
28061 \end_inset
28062
28063
28064 \family default
28065 を使用すると、
28066 \family sans
28067 LyX注釈
28068 \family default
28069 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28070 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28071 さい。
28072 \end_layout
28073
28074 \begin_layout Standard
28075 \begin_inset VSpace bigskip
28076 \end_inset
28077
28078 淡色注釈の文字色は、
28079 \family sans
28080 文書\SpecialChar \menuseparator
28081 設定\SpecialChar \menuseparator
28082
28083 \family default
28084 メニューで変更することができます。
28085 \end_layout
28086
28087 \begin_layout Section
28088 脚注
28089 \begin_inset CommandInset label
28090 LatexCommand label
28091 name "sec:脚注"
28092
28093 \end_inset
28094
28095
28096 \begin_inset Index idx
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \begin_inset Index idx
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 きゃくちゅう@脚注
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Standard
28119 脚注は、ツールバーボタン
28120 \family sans
28121
28122 \begin_inset Info
28123 type  "icon"
28124 arg   "footnote-insert"
28125 \end_inset
28126
28127
28128 \family default
28129 か、
28130 \family sans
28131 挿入\SpecialChar \menuseparator
28132 脚注
28133 \family default
28134 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28135 \begin_inset Graphics
28136         filename clipart/footnoteQt4.png
28137         scale 80
28138         scaleBeforeRotation
28139
28140 \end_inset
28141
28142 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28143 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28144 \end_layout
28145
28146 \begin_layout Standard
28147 これが脚注の例です
28148 \begin_inset Foot
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152 \begin_inset CommandInset label
28153 LatexCommand label
28154 name "fn:これは脚注の一例"
28155
28156 \end_inset
28157
28158 これは脚注の一例です。
28159 \end_layout
28160
28161 \end_inset
28162
28163
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 newcounter{MyRepeatFoot}
28172 \end_layout
28173
28174 \begin_layout Plain Layout
28175
28176
28177 \backslash
28178 setcounter{MyRepeatFoot}{
28179 \backslash
28180 thefootnote}
28181 \end_layout
28182
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \begin_layout Standard
28189 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
28190 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28191 \end_layout
28192
28193 \begin_layout Standard
28194 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28195 \begin_inset CommandInset ref
28196 LatexCommand ref
28197 reference "sec:フロートの参照"
28198
28199 \end_inset
28200
28201 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28202 \begin_inset Newline newline
28203 \end_inset
28204
28205 これは脚注
28206 \begin_inset CommandInset ref
28207 LatexCommand ref
28208 reference "fn:これは脚注の一例"
28209
28210 \end_inset
28211
28212 の相互参照です。
28213 \end_layout
28214
28215 \begin_layout Standard
28216 \begin_inset VSpace defskip
28217 \end_inset
28218
28219
28220 \lang english
28221 Footnotes in title environments are usually not numbered with symbols and
28222  they cannot contain several paragraphs.
28223  See for example the footnote in the titling of this document.
28224 \end_layout
28225
28226 \begin_layout Standard
28227 \begin_inset VSpace defskip
28228 \end_inset
28229
28230
28231 \end_layout
28232
28233 \begin_layout Standard
28234 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
28235 \series bold
28236
28237 \backslash
28238 footnotemark{}
28239 \series default
28240 コマンドを入れてください。脚注の本文は、表の後でTeXコード
28241 \series bold
28242
28243 \backslash
28244 footnotetext
28245 \series default
28246 コマンドの引数として入力します。
28247 \begin_inset Newline newline
28248 \end_inset
28249
28250 以下の表ではコマンド
28251 \begin_inset Newline newline
28252 \end_inset
28253
28254
28255 \series bold
28256
28257 \backslash
28258 footnotetext{
28259 \series default
28260 出力される脚注の表
28261 \series bold
28262 }
28263 \series default
28264
28265 \begin_inset Newline newline
28266 \end_inset
28267
28268 を用いています。
28269 \end_layout
28270
28271 \begin_layout Standard
28272 \begin_inset Tabular
28273 <lyxtabular version="3" rows="2" columns="1">
28274 <features rotate="0" tabularvalignment="middle">
28275 <column alignment="center" valignment="top">
28276 <row>
28277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28278 \begin_inset Text
28279
28280 \begin_layout Plain Layout
28281 これは例文です。
28282 \begin_inset Foot
28283 status open
28284
28285 \begin_layout Plain Layout
28286 この脚注は出力されません!
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \end_inset
28295 </cell>
28296 </row>
28297 <row>
28298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28299 \begin_inset Text
28300
28301 \begin_layout Plain Layout
28302 これは例文です。
28303 \begin_inset ERT
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307
28308
28309 \backslash
28310 footnotemark{}
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \end_inset
28319 </cell>
28320 </row>
28321 </lyxtabular>
28322
28323 \end_inset
28324
28325
28326 \begin_inset ERT
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330
28331
28332 \backslash
28333 footnotetext{
28334 \end_layout
28335
28336 \end_inset
28337
28338 出力される脚注の表
28339 \begin_inset ERT
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343
28344 }
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \begin_layout Standard
28353 長尺表中の脚注は、第
28354 \begin_inset CommandInset ref
28355 LatexCommand ref
28356 reference "sub:長尺表での脚注"
28357
28358 \end_inset
28359
28360 節で述べられています。
28361 \end_layout
28362
28363 \begin_layout Standard
28364 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28365 \begin_inset CommandInset ref
28366 LatexCommand ref
28367 reference "sec:ミニページ"
28368
28369 \end_inset
28370
28371 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28372 \series bold
28373
28374 \backslash
28375 footnotemark{}
28376 \series default
28377
28378 \series bold
28379
28380 \backslash
28381 footntoetext
28382 \series default
28383 による方法を用いてください。
28384 \end_layout
28385
28386 \begin_layout Standard
28387 \begin_inset Box Frameless
28388 position "t"
28389 hor_pos "c"
28390 has_inner_box 1
28391 inner_pos "t"
28392 use_parbox 0
28393 use_makebox 0
28394 width "100col%"
28395 special "none"
28396 height "1in"
28397 height_special "totalheight"
28398 status open
28399
28400 \begin_layout Plain Layout
28401 これはミニページ中の例文です。
28402 \begin_inset Foot
28403 status open
28404
28405 \begin_layout Plain Layout
28406 ミニページ中の脚注です。
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \end_layout
28413
28414 \begin_layout Plain Layout
28415 これはミニページ中の例文です。
28416 \begin_inset ERT
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420
28421
28422 \backslash
28423 footnotemark{}
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \begin_layout Standard
28437 \begin_inset ERT
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441
28442
28443 \backslash
28444 footnotetext{
28445 \end_layout
28446
28447 \end_inset
28448
28449 ミニページ外の脚注です。
28450 \begin_inset ERT
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454
28455 }
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \begin_inset VSpace defskip
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Standard
28468 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
28469 \series bold
28470
28471 \backslash
28472 footnotemark[番号]
28473 \series default
28474 を使用してください。
28475 \begin_inset Newline newline
28476 \end_inset
28477
28478 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28479 \begin_inset CommandInset ref
28480 LatexCommand ref
28481 reference "fn:これは脚注の一例"
28482
28483 \end_inset
28484
28485 の後に、TeXコードで
28486 \end_layout
28487
28488 \begin_layout Standard
28489
28490 \series bold
28491
28492 \backslash
28493 newcounter{MyRepeatFoot}
28494 \begin_inset Newline newline
28495 \end_inset
28496
28497
28498 \backslash
28499 setcounter{MyRepeatFoot}{
28500 \backslash
28501 thefootnote}
28502 \end_layout
28503
28504 \begin_layout Standard
28505 というコマンドを挿入しています。そして脚注マークは、
28506 \end_layout
28507
28508 \begin_layout Standard
28509
28510 \series bold
28511
28512 \backslash
28513 footnotemark[
28514 \backslash
28515 theMyRepeatFoot]
28516 \end_layout
28517
28518 \begin_layout Standard
28519 で作成します。
28520 \end_layout
28521
28522 \begin_layout Standard
28523 これは繰り返し脚注の例です。
28524 \begin_inset ERT
28525 status collapsed
28526
28527 \begin_layout Plain Layout
28528
28529
28530 \backslash
28531 footnotemark[
28532 \backslash
28533 theMyRepeatFoot]
28534 \end_layout
28535
28536 \end_inset
28537
28538
28539 \end_layout
28540
28541 \begin_layout Standard
28542 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28543 \end_layout
28544
28545 \begin_layout Standard
28546
28547 \series bold
28548
28549 \backslash
28550 footnotemark[
28551 \backslash
28552 thefootnote]
28553 \end_layout
28554
28555 \begin_layout Standard
28556 を使用してください。
28557 \end_layout
28558
28559 \begin_layout Standard
28560 これは繰り返し脚注の例です。
28561 \begin_inset ERT
28562 status collapsed
28563
28564 \begin_layout Plain Layout
28565
28566
28567 \backslash
28568 footnotemark[
28569 \backslash
28570 thefootnote]
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \begin_layout Subsection
28579 脚注の付番
28580 \begin_inset CommandInset label
28581 LatexCommand label
28582 name "sub:脚注の付番"
28583
28584 \end_inset
28585
28586
28587 \begin_inset Index idx
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591 きゃくちゅう@脚注 ! ふばん@付番
28592 \end_layout
28593
28594 \end_inset
28595
28596
28597 \end_layout
28598
28599 \begin_layout Standard
28600 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28601 \end_layout
28602
28603 \begin_layout Standard
28604
28605 \series bold
28606
28607 \backslash
28608 @addtoreset{footnote}{section}
28609 \end_layout
28610
28611 \begin_layout Standard
28612 というコマンドを加えてください。
28613 \end_layout
28614
28615 \begin_layout Standard
28616 \begin_inset VSpace bigskip
28617 \end_inset
28618
28619 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28620 \end_layout
28621
28622 \begin_layout Standard
28623
28624 \series bold
28625
28626 \backslash
28627 renewcommand{
28628 \backslash
28629 thefootnote}{
28630 \backslash
28631 roman{footnote}}
28632 \end_layout
28633
28634 \begin_layout Standard
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 renewcommand{
28643 \backslash
28644 thefootnote}{
28645 \backslash
28646 roman{footnote}}
28647 \end_layout
28648
28649 \end_inset
28650
28651 これは、ローマ数字を使った脚注です
28652 \begin_inset Foot
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656 これは、ローマ数字を使った脚注の例です。
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \begin_layout Standard
28665 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28666 \series bold
28667
28668 \backslash
28669 roman
28670 \series default
28671
28672 \series bold
28673
28674 \backslash
28675 Roman
28676 \series default
28677 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28678 \series bold
28679
28680 \backslash
28681 Alph
28682 \series default
28683 または
28684 \series bold
28685
28686 \backslash
28687 alph
28688 \series default
28689 を使用してください。記号を使って付「番」するには、
28690 \series bold
28691
28692 \backslash
28693 fnsymbol
28694 \series default
28695 を使ってください。
28696 \end_layout
28697
28698 \begin_layout Standard
28699 \begin_inset Note Greyedout
28700 status open
28701
28702 \begin_layout Plain Layout
28703
28704 \series bold
28705 【註】
28706 \series default
28707 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \begin_inset Newline newline
28714 \end_inset
28715
28716
28717 \begin_inset Note Greyedout
28718 status open
28719
28720 \begin_layout Plain Layout
28721
28722 \series bold
28723 【註】
28724 \series default
28725 記号を使うと9個の脚注しか番号を振ることができません。
28726 \end_layout
28727
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \begin_layout Standard
28734 付番様式を変更した後、既定様式に戻すには、上記コマンドの
28735 \series bold
28736
28737 \backslash
28738 roman
28739 \series default
28740
28741 \series bold
28742
28743 \backslash
28744 arabic
28745 \series default
28746 に置き換えて使用してください。
28747 \begin_inset ERT
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751
28752
28753 \backslash
28754 renewcommand{
28755 \backslash
28756 thefootnote}{
28757 \backslash
28758 arabic{footnote}}
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset VSpace bigskip
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
28775 \end_layout
28776
28777 \begin_layout Standard
28778
28779 \series bold
28780
28781 \backslash
28782 numberwithin{footnote}{chapter}
28783 \end_layout
28784
28785 \begin_layout Standard
28786 というコマンドを加えてください。
28787 \series bold
28788
28789 \backslash
28790 numberwithin
28791 \series default
28792 コマンドを使用できるようにするためには、文書設定の
28793 \family sans
28794 数式オプション
28795 \family default
28796 タブで
28797 \family sans
28798 AMS
28799 \begin_inset space ~
28800 \end_inset
28801
28802 mathパッケージを使う
28803 \family default
28804 オプションを有効にしてください。
28805 \end_layout
28806
28807 \begin_layout Standard
28808 \begin_inset ERT
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812
28813
28814 \backslash
28815 numberwithin{footnote}{chapter}
28816 \end_layout
28817
28818 \end_inset
28819
28820 これは、脚注のもう一つの例です
28821 \series bold
28822
28823 \begin_inset Foot
28824 status open
28825
28826 \begin_layout Plain Layout
28827
28828 \series bold
28829 これは、
28830 \series default
28831 「章番号.脚注番号」スキームで番号を振られた脚注です。
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \series default
28838
28839 \begin_inset ERT
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843
28844
28845 \backslash
28846 renewcommand{
28847 \backslash
28848 thefootnote}{
28849 \backslash
28850 arabic{footnote}}
28851 \end_layout
28852
28853 \end_inset
28854
28855
28856 \end_layout
28857
28858 \begin_layout Standard
28859 \begin_inset Note Greyedout
28860 status open
28861
28862 \begin_layout Plain Layout
28863
28864 \series bold
28865 【註】
28866 \backslash
28867 numberwithin
28868 \series default
28869 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Standard
28878 また、例えば「章番号.
28879 \backslash
28880 Roman{footnote}」スキームを得るには、
28881 \series bold
28882
28883 \backslash
28884 numberwithin
28885 \series default
28886 の代わりに以下のコマンドを使用してください。
28887 \end_layout
28888
28889 \begin_layout Standard
28890
28891 \series bold
28892
28893 \backslash
28894 renewcommand{
28895 \backslash
28896 thefootnote}{
28897 \backslash
28898 thechapter.
28899 \backslash
28900 Roman{footnote}}
28901 \end_layout
28902
28903 \begin_layout Subsection
28904 脚注の配置
28905 \begin_inset Index idx
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 きゃくちゅう@脚注 ! はいち@配置
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \end_layout
28916
28917 \begin_layout Standard
28918 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28919 ブルに足して、1.5
28920 \begin_inset space \thinspace{}
28921 \end_inset
28922
28923 mmの余白を追加することもできます。
28924 \end_layout
28925
28926 \begin_layout Standard
28927
28928 \series bold
28929
28930 \backslash
28931 let
28932 \backslash
28933 myFoot
28934 \backslash
28935 footnote
28936 \begin_inset Newline newline
28937 \end_inset
28938
28939
28940 \backslash
28941 renewcommand{
28942 \backslash
28943 footnote}[1]{
28944 \backslash
28945 myFoot{#1
28946 \backslash
28947 vspace{1.5mm}}}
28948 \end_layout
28949
28950 \begin_layout Standard
28951 \begin_inset VSpace bigskip
28952 \end_inset
28953
28954 二段組文書では、脚注は各段底部に表示されます(図
28955 \begin_inset CommandInset ref
28956 LatexCommand ref
28957 reference "fig:標準的脚注配置"
28958
28959 \end_inset
28960
28961 )。図
28962 \begin_inset CommandInset ref
28963 LatexCommand ref
28964 reference "fig:ftnright脚注配置"
28965
28966 \end_inset
28967
28968 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28969 \end_layout
28970
28971 \begin_layout Standard
28972
28973 \series bold
28974
28975 \backslash
28976 usepackage{ftnright}
28977 \end_layout
28978
28979 \begin_layout Standard
28980 というコマンドを書いて、LaTeXパッケージ
28981 \series bold
28982 ftnright
28983 \series default
28984
28985 \begin_inset Index idx
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
28990 \end_layout
28991
28992 \end_inset
28993
28994 を読み込みます。
28995 \begin_inset Float figure
28996 placement !h
28997 wide false
28998 sideways false
28999 status open
29000
29001 \begin_layout Plain Layout
29002 \begin_inset ERT
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006
29007
29008 \backslash
29009 framebox{
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \begin_inset Graphics
29016         filename ../clipart/without_fntright.pdf
29017         width 100col%
29018         scaleBeforeRotation
29019
29020 \end_inset
29021
29022
29023 \begin_inset ERT
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027
29028 }
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Plain Layout
29037 \begin_inset Caption Standard
29038
29039 \begin_layout Plain Layout
29040 \begin_inset CommandInset label
29041 LatexCommand label
29042 name "fig:標準的脚注配置"
29043
29044 \end_inset
29045
29046 二段組文書の標準的な脚注配置
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 \begin_inset Float figure
29061 placement !h
29062 wide false
29063 sideways false
29064 status open
29065
29066 \begin_layout Plain Layout
29067 \begin_inset ERT
29068 status collapsed
29069
29070 \begin_layout Plain Layout
29071
29072
29073 \backslash
29074 framebox{
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \begin_inset Graphics
29081         filename ../clipart/with_fntright.pdf
29082         width 100col%
29083         scaleBeforeRotation
29084
29085 \end_inset
29086
29087
29088 \begin_inset ERT
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092
29093 }
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \begin_layout Plain Layout
29102 \begin_inset Caption Standard
29103
29104 \begin_layout Plain Layout
29105 \begin_inset CommandInset label
29106 LatexCommand label
29107 name "fig:ftnright脚注配置"
29108
29109 \end_inset
29110
29111 LaTeXパッケージ
29112 \series bold
29113 ftnright
29114 \series default
29115 を使用したときの二段組文書の脚注配置
29116 \end_layout
29117
29118 \end_inset
29119
29120
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Standard
29129 \begin_inset VSpace bigskip
29130 \end_inset
29131
29132 科学的文献に於いては、図
29133 \begin_inset CommandInset ref
29134 LatexCommand ref
29135 reference "fig:後注"
29136
29137 \end_inset
29138
29139 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29140 \begin_inset Index idx
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144 こちゅう@後注
29145 \end_layout
29146
29147 \end_inset
29148
29149 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29150 \family sans
29151 文書\SpecialChar \menuseparator
29152 設定\SpecialChar \menuseparator
29153 モジュール
29154 \family default
29155 メニューで
29156 \family sans
29157 脚注から後注へ
29158 \family default
29159 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
29160 \end_layout
29161
29162 \begin_layout Standard
29163
29164 \series bold
29165
29166 \backslash
29167 theendnotes
29168 \end_layout
29169
29170 \begin_layout Standard
29171 というコマンドを挿入してください。
29172 \end_layout
29173
29174 \begin_layout Standard
29175 \begin_inset Float figure
29176 wide false
29177 sideways false
29178 status open
29179
29180 \begin_layout Plain Layout
29181 \align center
29182 \begin_inset ERT
29183 status collapsed
29184
29185 \begin_layout Plain Layout
29186
29187
29188 \backslash
29189 framebox{
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \begin_inset Graphics
29196         filename ../clipart/endnotes.pdf
29197         scaleBeforeRotation
29198
29199 \end_inset
29200
29201
29202 \begin_inset ERT
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206
29207 }
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \begin_layout Plain Layout
29216 \begin_inset Caption Standard
29217
29218 \begin_layout Plain Layout
29219 \begin_inset CommandInset label
29220 LatexCommand label
29221 name "fig:後注"
29222
29223 \end_inset
29224
29225 後注 – 注を節ないし章末に別段落として印字します。
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 \begin_inset VSpace medskip
29240 \end_inset
29241
29242 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29243 \end_layout
29244
29245 \begin_layout Standard
29246
29247 \series bold
29248
29249 \backslash
29250 renewcommand{
29251 \backslash
29252 notesname}{Anmerkungen}
29253 \end_layout
29254
29255 \begin_layout Standard
29256 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29257 \end_layout
29258
29259 \begin_layout Standard
29260 \begin_inset VSpace medskip
29261 \end_inset
29262
29263
29264 \begin_inset CommandInset ref
29265 LatexCommand ref
29266 reference "sub:脚注の付番"
29267
29268 \end_inset
29269
29270 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29271 \series bold
29272
29273 \backslash
29274 thefootnote
29275 \series default
29276 コマンドの代わりに
29277 \series bold
29278
29279 \backslash
29280 theendnote
29281 \series default
29282 を用いてください。後注番号をリセットするには、第
29283 \begin_inset CommandInset ref
29284 LatexCommand ref
29285 reference "sub:脚注の付番"
29286
29287 \end_inset
29288
29289 節で述べたコマンド
29290 \series bold
29291
29292 \backslash
29293 @addtoreset
29294 \series default
29295 の、パラメータ
29296 \series bold
29297 footnote
29298 \series default
29299
29300 \series bold
29301 endnote
29302 \series default
29303 に変えて、使用してください。
29304 \end_layout
29305
29306 \begin_layout Standard
29307 後注の印だけを作成するには、第
29308 \begin_inset CommandInset ref
29309 LatexCommand ref
29310 reference "sec:脚注"
29311
29312 \end_inset
29313
29314 節で説明した
29315 \series bold
29316
29317 \backslash
29318 footnotemark
29319 \series default
29320 コマンドの代わりに、
29321 \series bold
29322
29323 \backslash
29324 endnotemark[番号]
29325 \series default
29326 コマンドを使用してください。
29327 \end_layout
29328
29329 \begin_layout Standard
29330 \begin_inset VSpace bigskip
29331 \end_inset
29332
29333 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
29334 \series bold
29335 footmisc
29336 \series default
29337
29338 \begin_inset Index idx
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \begin_inset CommandInset citation
29349 LatexCommand cite
29350 key "footmisc"
29351
29352 \end_inset
29353
29354 を参照してください。
29355 \end_layout
29356
29357 \begin_layout Standard
29358 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
29359 \begin_inset CommandInset citation
29360 LatexCommand cite
29361 key "latexcompanion,latexguide,latexbook"
29362
29363 \end_inset
29364
29365 に載っています。
29366 \series bold
29367 KOMA-Script
29368 \series default
29369
29370 \begin_inset Index idx
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
29375 \end_layout
29376
29377 \end_inset
29378
29379 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29380 \begin_inset CommandInset citation
29381 LatexCommand cite
29382 key "KOMA-Script"
29383
29384 \end_inset
29385
29386 参照)。
29387 \end_layout
29388
29389 \begin_layout Section
29390 傍注
29391 \begin_inset Index idx
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \begin_layout Standard
29404 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29405 \family sans
29406 挿入\SpecialChar \menuseparator
29407 傍注
29408 \family default
29409 メニューかツールバーボタン
29410 \family sans
29411
29412 \begin_inset Info
29413 type  "icon"
29414 arg   "marginalnote-insert"
29415 \end_inset
29416
29417
29418 \family default
29419 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29420 \end_layout
29421
29422 \begin_layout Standard
29423 横にあるのが傍注です
29424 \begin_inset Marginal
29425 status open
29426
29427 \begin_layout Plain Layout
29428 これは傍注文です。
29429 \end_layout
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Standard
29437 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
29438 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29439 \end_layout
29440
29441 \begin_layout Standard
29442 \begin_inset VSpace bigskip
29443 \end_inset
29444
29445 傍注を内側余白に置くには、傍注の前にTeXコードで
29446 \end_layout
29447
29448 \begin_layout Standard
29449
29450 \series bold
29451
29452 \backslash
29453 reversemarginpar
29454 \end_layout
29455
29456 \begin_layout Standard
29457 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29458 \begin_inset ERT
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462
29463
29464 \backslash
29465 reversemarginpar 
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \begin_inset Marginal
29472 status open
29473
29474 \begin_layout Plain Layout
29475 これは内側余白の傍注です。
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \series bold
29482
29483 \begin_inset Newline newline
29484 \end_inset
29485
29486
29487 \series default
29488
29489 \begin_inset Note Greyedout
29490 status open
29491
29492 \begin_layout Plain Layout
29493
29494 \series bold
29495 【註】
29496 \series default
29497 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \begin_layout Standard
29506 既定の配置に戻すには、TeXコードで
29507 \end_layout
29508
29509 \begin_layout Standard
29510
29511 \series bold
29512
29513 \backslash
29514 normalmarginpar
29515 \end_layout
29516
29517 \begin_layout Standard
29518 というコマンドを書き加えてください。
29519 \begin_inset ERT
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523
29524
29525 \backslash
29526 normalmarginpar 
29527 \end_layout
29528
29529 \end_inset
29530
29531  
29532 \begin_inset Note Greyedout
29533 status open
29534
29535 \begin_layout Plain Layout
29536
29537 \series bold
29538 【註】
29539 \backslash
29540 reversemarginpar
29541 \series default
29542 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29543 \end_layout
29544
29545 \end_inset
29546
29547
29548 \end_layout
29549
29550 \begin_layout Standard
29551 \begin_inset VSpace bigskip
29552 \end_inset
29553
29554
29555 \begin_inset Marginal
29556 status open
29557
29558 \begin_layout Plain Layout
29559 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29560 \end_layout
29561
29562 \end_inset
29563
29564
29565 \begin_inset CommandInset ref
29566 LatexCommand ref
29567 reference "sub:複数行"
29568
29569 \end_inset
29570
29571 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29572 \begin_inset space \thinspace{}
29573 \end_inset
29574
29575 pt水平空白を挿入してください 
29576 \begin_inset Marginal
29577 status open
29578
29579 \begin_layout Plain Layout
29580 \begin_inset space \hspace*{}
29581 \length 0pt
29582 \end_inset
29583
29584 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \begin_layout Standard
29593 \begin_inset VSpace bigskip
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Standard
29600 \begin_inset Note Greyedout
29601 status open
29602
29603 \begin_layout Plain Layout
29604
29605 \series bold
29606 【註】
29607 \series default
29608 通常、傍注は表やフロート、脚注の中では使用することができません。
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Standard
29617 \begin_inset VSpace bigskip
29618 \end_inset
29619
29620
29621 \end_layout
29622
29623 \begin_layout Standard
29624 \begin_inset ERT
29625 status collapsed
29626
29627 \begin_layout Plain Layout
29628
29629
29630 \backslash
29631 ifmarginnote
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \begin_inset Note Note
29638 status open
29639
29640 \begin_layout Plain Layout
29641 以下の部分は、LaTeXパッケージ
29642 \series bold
29643 marginnote
29644 \series default
29645 が導入されているときのみ表示されます。
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \begin_layout Standard
29654 この制約は、LaTeXパッケージ
29655 \series bold
29656 marginnote
29657 \series default
29658
29659 \begin_inset Index idx
29660 status collapsed
29661
29662 \begin_layout Plain Layout
29663 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
29664 \end_layout
29665
29666 \end_inset
29667
29668 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
29669 \series bold
29670 marginnote
29671 \series default
29672 パッケージが提供するコマンドを使うようになります。
29673 \end_layout
29674
29675 \begin_layout Standard
29676
29677 \series bold
29678
29679 \backslash
29680 usepackage{marginnote}
29681 \begin_inset Newline newline
29682 \end_inset
29683
29684
29685 \backslash
29686 let
29687 \backslash
29688 marginpar
29689 \backslash
29690 marginnote
29691 \end_layout
29692
29693 \begin_layout Standard
29694
29695 \series bold
29696 marginnote
29697 \series default
29698 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29699 \series bold
29700 marginnote
29701 \series default
29702 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29703 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
29704 \end_layout
29705
29706 \begin_layout Standard
29707
29708 \series bold
29709 [オフセット]
29710 \end_layout
29711
29712 \begin_layout Standard
29713 という形で書くことで設定することができます。ここで「オフセット」には、表
29714 \begin_inset CommandInset ref
29715 LatexCommand ref
29716 reference "tab:単位"
29717
29718 \end_inset
29719
29720 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
29721 \series bold
29722 [-1.5cm]
29723 \series default
29724 」を使用して、1.5
29725 \begin_inset space \thinspace{}
29726 \end_inset
29727
29728 cm上にずらしてあります
29729 \begin_inset Marginal
29730 status open
29731
29732 \begin_layout Plain Layout
29733 この傍注は、本来の位置よりも1.5
29734 \begin_inset space \thinspace{}
29735 \end_inset
29736
29737 cm上にずらしてあります。
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \begin_inset ERT
29744 status collapsed
29745
29746 \begin_layout Plain Layout
29747
29748 [-1.5cm]
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \end_layout
29755
29756 \begin_layout Standard
29757 \begin_inset VSpace medskip
29758 \end_inset
29759
29760
29761 \series bold
29762 marginnote
29763 \series default
29764 を使うと、傍注の揃えを変更することもできます。たとえば、
29765 \end_layout
29766
29767 \begin_layout Standard
29768
29769 \series bold
29770
29771 \backslash
29772 renewcommand*{
29773 \backslash
29774 raggedleftmarginnote}{
29775 \backslash
29776 centering}
29777 \begin_inset Newline newline
29778 \end_inset
29779
29780
29781 \backslash
29782 renewcommand*{
29783 \backslash
29784 raggedrightmarginnote}{
29785 \backslash
29786 centering}
29787 \end_layout
29788
29789 \begin_layout Standard
29790 というコマンドを使うと、中央揃えになります。
29791 \series bold
29792
29793 \backslash
29794 raggedleftmarginnote
29795 \series default
29796 とは、左側に表示されている傍注のことを指します
29797 \begin_inset ERT
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801
29802
29803 \backslash
29804 renewcommand*{
29805 \backslash
29806 raggedleftmarginnote}{
29807 \backslash
29808 centering}
29809 \end_layout
29810
29811 \begin_layout Plain Layout
29812
29813
29814 \backslash
29815 renewcommand*{
29816 \backslash
29817 raggedrightmarginnote}{
29818 \backslash
29819 centering}
29820 \end_layout
29821
29822 \end_inset
29823
29824
29825 \begin_inset Marginal
29826 status open
29827
29828 \begin_layout Plain Layout
29829 この傍注の文章は中央揃えになっています。
29830 \end_layout
29831
29832 \end_inset
29833
29834 。既定の設定は、
29835 \end_layout
29836
29837 \begin_layout Standard
29838
29839 \series bold
29840
29841 \backslash
29842 renewcommand*{
29843 \backslash
29844 raggedleftmarginnote}{
29845 \backslash
29846 raggedleft}
29847 \begin_inset Newline newline
29848 \end_inset
29849
29850
29851 \backslash
29852 renewcommand*{
29853 \backslash
29854 raggedrightmarginnote}{
29855 \backslash
29856 raggedright}
29857 \series default
29858
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 renewcommand*{
29867 \backslash
29868 raggedleftmarginnote}{
29869 \backslash
29870 raggedleft}
29871 \end_layout
29872
29873 \begin_layout Plain Layout
29874
29875
29876 \backslash
29877 renewcommand*{
29878 \backslash
29879 raggedrightmarginnote}{
29880 \backslash
29881 raggedright}
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Standard
29890 です。
29891 \end_layout
29892
29893 \begin_layout Standard
29894 \begin_inset VSpace medskip
29895 \end_inset
29896
29897
29898 \series bold
29899 marginnote
29900 \series default
29901 の他の機能については、
29902 \begin_inset CommandInset citation
29903 LatexCommand cite
29904 key "marginnote"
29905
29906 \end_inset
29907
29908 の取扱説明書をご参照ください。
29909 \end_layout
29910
29911 \begin_layout Standard
29912 \begin_inset VSpace bigskip
29913 \end_inset
29914
29915 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29916 \family sans
29917 \series bold
29918 \bar under
29919 注意!
29920 \family default
29921 \series default
29922 \bar default
29923 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29924 \end_layout
29925
29926 \begin_layout Standard
29927
29928 \series bold
29929
29930 \backslash
29931 let
29932 \backslash
29933 myMarginpar
29934 \backslash
29935 marginpar
29936 \begin_inset Newline newline
29937 \end_inset
29938
29939
29940 \backslash
29941 renewcommand{
29942 \backslash
29943 marginpar}[1]{
29944 \backslash
29945 myMarginpar{%
29946 \begin_inset Newline newline
29947 \end_inset
29948
29949
29950 \begin_inset Phantom HPhantom
29951 status open
29952
29953 \begin_layout Plain Layout
29954
29955 \series bold
29956 \begin_inset space ~
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \backslash
29966 hspace{0pt}
29967 \backslash
29968 textsf{
29969 \backslash
29970 textbf{
29971 \backslash
29972 underbar{注意!}}}%
29973 \begin_inset Newline newline
29974 \end_inset
29975
29976
29977 \begin_inset Phantom HPhantom
29978 status open
29979
29980 \begin_layout Plain Layout
29981
29982 \series bold
29983 \begin_inset space ~
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \backslash
29993 vspace{1.5mm}
29994 \backslash
29995
29996 \backslash
29997 #1}}
29998 \end_layout
29999
30000 \begin_layout Standard
30001 \begin_inset ERT
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005
30006
30007 \backslash
30008 let
30009 \backslash
30010 myMarginpar
30011 \backslash
30012 marginpar
30013 \end_layout
30014
30015 \begin_layout Plain Layout
30016
30017
30018 \backslash
30019 renewcommand{
30020 \backslash
30021 marginpar}[1]{
30022 \backslash
30023 myMarginpar{%
30024 \end_layout
30025
30026 \begin_layout Plain Layout
30027
30028    
30029 \backslash
30030 textsf{
30031 \backslash
30032 textbf{
30033 \backslash
30034 underbar{注意!}}}%
30035 \end_layout
30036
30037 \begin_layout Plain Layout
30038
30039    
30040 \backslash
30041 vspace{1.5mm}
30042 \backslash
30043
30044 \backslash
30045 #1}}
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \begin_inset Marginal
30052 status open
30053
30054 \begin_layout Plain Layout
30055 これは、定義したヘッダをつけた傍注です。
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \begin_inset ERT
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065
30066 [-1.5cm]
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \begin_inset ERT
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076
30077
30078 \backslash
30079 renewcommand{
30080 \backslash
30081 marginpar}[1]{
30082 \backslash
30083 myMarginpar{#1}}
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \begin_inset Note Note
30090 status open
30091
30092 \begin_layout Plain Layout
30093 傍注書式は、この例の分だけ変更してあります。
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \begin_layout Standard
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107
30108 \backslash
30109 else
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \begin_inset Note Note
30116 status open
30117
30118 \begin_layout Plain Layout
30119 以下の部分は、LaTeXパッケージ
30120 \series bold
30121 marginnote
30122 \series default
30123 が導入されていないときのみ表示されます。
30124 \end_layout
30125
30126 \end_inset
30127
30128
30129 \end_layout
30130
30131 \begin_layout Standard
30132 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30133 \series bold
30134 marginnote
30135 \series default
30136 を導入する必要があります。
30137 \end_layout
30138
30139 \begin_layout Standard
30140 \begin_inset ERT
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144
30145
30146 \backslash
30147 fi
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \end_layout
30154
30155 \begin_layout Chapter
30156 ボックス
30157 \end_layout
30158
30159 \begin_layout Section
30160 はじめに
30161 \begin_inset Index idx
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165 ぼっくす@ボックス ! はじめに
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \end_layout
30172
30173 \begin_layout Standard
30174 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30175 \begin_inset CommandInset ref
30176 LatexCommand ref
30177 reference "sec:ミニページ"
30178
30179 \end_inset
30180
30181 節参照)、文章を囲ったり(第
30182 \begin_inset CommandInset ref
30183 LatexCommand ref
30184 reference "sec:装飾"
30185
30186 \end_inset
30187
30188 節参照)、単語がハイフネートされるのを予防したり(第
30189 \begin_inset CommandInset ref
30190 LatexCommand ref
30191 reference "sec:ハイフネーションの回避"
30192
30193 \end_inset
30194
30195 節参照)、文章を揃えたり(第
30196 \begin_inset CommandInset ref
30197 LatexCommand ref
30198 reference "sub:垂直揃え"
30199
30200 \end_inset
30201
30202 節参照)、あるいは文章の背景色を設定したり(第
30203 \begin_inset CommandInset ref
30204 LatexCommand ref
30205 reference "sec:色付きボックス"
30206
30207 \end_inset
30208
30209 節参照)するのに使用します。
30210 \end_layout
30211
30212 \begin_layout Standard
30213 ボックスは、
30214 \family sans
30215 挿入\SpecialChar \menuseparator
30216 ボックス
30217 \family default
30218 メニューかツールバーボタン
30219 \family sans
30220
30221 \begin_inset Info
30222 type  "icon"
30223 arg   "box-insert Frameless"
30224 \end_inset
30225
30226
30227 \family default
30228 を使って挿入することができます。すると、
30229 \begin_inset Graphics
30230         filename clipart/BoxInsetDefaultQt4.png
30231         scale 85
30232         scaleBeforeRotation
30233
30234 \end_inset
30235
30236 のように
30237 \family sans
30238 ボックス(minipage環境)
30239 \family default
30240 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30241 \family sans
30242 設定
30243 \family default
30244 メニューを選択すると現れるボックスダイアログでは、
30245 \family sans
30246 parboxコマンド
30247 \family default
30248
30249 \family sans
30250 minipage環境
30251 \family default
30252 の二つの
30253 \family sans
30254 内部ボックス
30255 \family default
30256 型を選択することができます。
30257 \family sans
30258 minipage
30259 \family default
30260 型は、新規ボックスの既定値となっており、第
30261 \begin_inset CommandInset ref
30262 LatexCommand ref
30263 reference "sec:ミニページ"
30264
30265 \end_inset
30266
30267 節で説明します。
30268 \family sans
30269 parbox
30270 \family default
30271 型については第
30272 \begin_inset CommandInset ref
30273 LatexCommand ref
30274 reference "sec:Parboxes"
30275
30276 \end_inset
30277
30278 節、
30279 \family sans
30280 makebox
30281 \family default
30282 型については第
30283 \begin_inset CommandInset ref
30284 LatexCommand ref
30285 reference "sec:ハイフネーションの回避"
30286
30287 \end_inset
30288
30289 節で述べます。
30290 \end_layout
30291
30292 \begin_layout Standard
30293 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset Note Greyedout
30298 status open
30299
30300 \begin_layout Plain Layout
30301
30302 \series bold
30303 【註】
30304 \series default
30305 ボックスは、
30306 \family sans
30307 箇条書き(記号)
30308 \family default
30309 環境や
30310 \family sans
30311 箇条書き(記述)
30312 \family default
30313 環境の単独要素とすべきではありません。
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Standard
30322 \begin_inset Note Greyedout
30323 status open
30324
30325 \begin_layout Plain Layout
30326
30327 \series bold
30328 【註】
30329 \series default
30330 理由は不明ですが、枠付きボックスを使用している場合には、
30331 \family sans
30332 内部ボックス
30333 \family default
30334 型は
30335 \family sans
30336 なし
30337 \family default
30338 にしか設定することができません。
30339 \family sans
30340 内部ボックス
30341 \family default
30342 型や枠のないボックスについては、第
30343 \begin_inset CommandInset ref
30344 LatexCommand ref
30345 reference "sec:ハイフネーションの回避"
30346
30347 \end_inset
30348
30349 節で説明します。
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \begin_layout Section
30358 ボックスダイアログ
30359 \begin_inset CommandInset label
30360 LatexCommand label
30361 name "sec:ボックスダイアログ"
30362
30363 \end_inset
30364
30365
30366 \begin_inset Index idx
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \begin_layout Subsection
30379 寸法
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 ぼっくす@ボックス ! すんぽう@寸法
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Standard
30393 ボックスダイアログでは、
30394 \family sans
30395
30396 \family default
30397
30398 \family sans
30399 高さ
30400 \family default
30401 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30402 \begin_inset CommandInset ref
30403 LatexCommand ref
30404 reference "tab:単位"
30405
30406 \end_inset
30407
30408 に説明されています。
30409 \family sans
30410 高さ
30411 \family default
30412 フィールドには、加えて以下の寸法を使用することができます。
30413 \end_layout
30414
30415 \begin_layout Description
30416 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30417 \begin_inset Newline newline
30418 \end_inset
30419
30420
30421 \begin_inset Newline newline
30422 \end_inset
30423
30424
30425 \begin_inset Newline newline
30426 \end_inset
30427
30428
30429 \begin_inset Box Boxed
30430 position "c"
30431 hor_pos "c"
30432 has_inner_box 1
30433 inner_pos "c"
30434 use_parbox 0
30435 use_makebox 0
30436 width "12col%"
30437 special "none"
30438 height "1in"
30439 height_special "depth"
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443 \align center
30444 高さを1階層に設定したボックス
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \begin_inset Newline newline
30451 \end_inset
30452
30453
30454 \begin_inset Newline newline
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Description
30461 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30462 \begin_inset Box Boxed
30463 position "c"
30464 hor_pos "c"
30465 has_inner_box 1
30466 inner_pos "c"
30467 use_parbox 0
30468 use_makebox 0
30469 width "20col%"
30470 special "none"
30471 height "2in"
30472 height_special "height"
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 \align center
30477 高さを2高さに設定したボックス
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \end_layout
30484
30485 \begin_layout Description
30486 全高 これは「高さ」+「階層」です。
30487 \begin_inset Box Boxed
30488 position "c"
30489 hor_pos "c"
30490 has_inner_box 1
30491 inner_pos "c"
30492 use_parbox 0
30493 use_makebox 0
30494 width "20col%"
30495 special "none"
30496 height "1in"
30497 height_special "totalheight"
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501 \align center
30502 高さを1全高に設定したボックス
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \end_layout
30509
30510 \begin_layout Description
30511 幅 これはボックスの幅を高さに設定します。
30512 \begin_inset Box Boxed
30513 position "c"
30514 hor_pos "c"
30515 has_inner_box 1
30516 inner_pos "c"
30517 use_parbox 0
30518 use_makebox 0
30519 width "12col%"
30520 special "none"
30521 height "1in"
30522 height_special "width"
30523 status collapsed
30524
30525 \begin_layout Plain Layout
30526 \align center
30527 高さを1幅に設定したボックス
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \end_layout
30534
30535 \begin_layout Subsection
30536 文字揃え
30537 \begin_inset Index idx
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541 ぼっくす@ボックス ! もじそろえ@文字揃え
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Standard
30550
30551 \family sans
30552 内部ボックス
30553 \family default
30554 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30555 \end_layout
30556
30557 \begin_layout Description
30558 上 これは例示のための本文行です。
30559 \begin_inset Box Boxed
30560 position "t"
30561 hor_pos "c"
30562 has_inner_box 1
30563 inner_pos "c"
30564 use_parbox 0
30565 use_makebox 0
30566 width "12col%"
30567 special "none"
30568 height "1in"
30569 height_special "totalheight"
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573 \align center
30574 このボックスは上揃えです。
30575 \end_layout
30576
30577 \end_inset
30578
30579 これは例示のための本文行です。
30580 \end_layout
30581
30582 \begin_layout Description
30583 中央 これは例示のための本文行です。
30584 \begin_inset Box Boxed
30585 position "c"
30586 hor_pos "c"
30587 has_inner_box 1
30588 inner_pos "c"
30589 use_parbox 0
30590 use_makebox 0
30591 width "12col%"
30592 special "none"
30593 height "1in"
30594 height_special "totalheight"
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598 \align center
30599 このボックスは中央揃えです。
30600 \end_layout
30601
30602 \end_inset
30603
30604 これは例示のための本文行です。
30605 \end_layout
30606
30607 \begin_layout Description
30608 下 これは例示のための本文行です。
30609 \begin_inset Box Boxed
30610 position "b"
30611 hor_pos "c"
30612 has_inner_box 1
30613 inner_pos "c"
30614 use_parbox 0
30615 use_makebox 0
30616 width "12col%"
30617 special "none"
30618 height "1in"
30619 height_special "totalheight"
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623 \align center
30624 このボックスは下揃えです。
30625 \end_layout
30626
30627 \end_inset
30628
30629 これは例示のための本文行です。
30630 \end_layout
30631
30632 \begin_layout Standard
30633 \begin_inset Note Greyedout
30634 status open
30635
30636 \begin_layout Plain Layout
30637
30638 \series bold
30639 【註】
30640 \series default
30641 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \begin_layout Standard
30650 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \begin_inset VSpace bigskip
30655 \end_inset
30656
30657
30658 \family sans
30659 内部ボックス
30660 \family default
30661 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30662 \end_layout
30663
30664 \begin_layout Description
30665 上 これは例示のための本文行です。
30666 \begin_inset Box Boxed
30667 position "c"
30668 hor_pos "c"
30669 has_inner_box 1
30670 inner_pos "t"
30671 use_parbox 0
30672 use_makebox 0
30673 width "12col%"
30674 special "none"
30675 height "1.5in"
30676 height_special "totalheight"
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680 \align center
30681 このボックスの文章は上揃えです。
30682 \end_layout
30683
30684 \end_inset
30685
30686 これは例示のための本文行です。
30687 \end_layout
30688
30689 \begin_layout Description
30690 中央 これは例示のための本文行です。
30691 \begin_inset Box Boxed
30692 position "c"
30693 hor_pos "c"
30694 has_inner_box 1
30695 inner_pos "c"
30696 use_parbox 0
30697 use_makebox 0
30698 width "12col%"
30699 special "none"
30700 height "1.5in"
30701 height_special "totalheight"
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 \align center
30706 このボックスの文章は中央揃えです。
30707 \end_layout
30708
30709 \end_inset
30710
30711 これは例示のための本文行です。
30712 \end_layout
30713
30714 \begin_layout Description
30715 下 これは例示のための本文行です。
30716 \begin_inset Box Boxed
30717 position "c"
30718 hor_pos "c"
30719 has_inner_box 1
30720 inner_pos "b"
30721 use_parbox 0
30722 use_makebox 0
30723 width "12col%"
30724 special "none"
30725 height "1.5in"
30726 height_special "totalheight"
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730 \align center
30731 このボックスの文章は下揃えです。
30732 \end_layout
30733
30734 \end_inset
30735
30736 これは例示のための本文行です。
30737 \end_layout
30738
30739 \begin_layout Description
30740 広げる これは例示のための本文行です。
30741 \begin_inset Box Boxed
30742 position "c"
30743 hor_pos "c"
30744 has_inner_box 1
30745 inner_pos "s"
30746 use_parbox 0
30747 use_makebox 0
30748 width "17col%"
30749 special "none"
30750 height "1.5in"
30751 height_special "totalheight"
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755 \align center
30756 このボックスの
30757 \end_layout
30758
30759 \begin_layout Plain Layout
30760 \align center
30761 文章は広げて
30762 \end_layout
30763
30764 \begin_layout Plain Layout
30765 \align center
30766 あります。
30767 \end_layout
30768
30769 \end_inset
30770
30771 これは例示のための本文行です。
30772 \end_layout
30773
30774 \begin_layout Standard
30775 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
30776 \end_layout
30777
30778 \begin_layout Standard
30779 \begin_inset VSpace bigskip
30780 \end_inset
30781
30782
30783 \family sans
30784 内部ボックス
30785 \family default
30786 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
30787 \end_layout
30788
30789 \begin_layout Standard
30790 \align center
30791 \begin_inset Box Boxed
30792 position "c"
30793 hor_pos "c"
30794 has_inner_box 1
30795 inner_pos "s"
30796 use_parbox 0
30797 use_makebox 0
30798 width "25col%"
30799 special "none"
30800 height "1.25in"
30801 height_special "totalheight"
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805 \align left
30806 このボックスの
30807 \end_layout
30808
30809 \begin_layout Plain Layout
30810 \align center
30811 文章は広げて
30812 \end_layout
30813
30814 \begin_layout Plain Layout
30815 \align right
30816 あります。
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Standard
30825
30826 \family sans
30827 内部ボックス
30828 \family default
30829 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
30830 \end_layout
30831
30832 \begin_layout Standard
30833 \align center
30834 \begin_inset Box Boxed
30835 position "c"
30836 hor_pos "s"
30837 has_inner_box 0
30838 inner_pos "s"
30839 use_parbox 0
30840 use_makebox 0
30841 width "90col%"
30842 special "none"
30843 height "1.25in"
30844 height_special "totalheight"
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848 このボックスの文章は水平方向に広げてあります。
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \end_layout
30855
30856 \begin_layout Subsection
30857 装飾
30858 \begin_inset CommandInset label
30859 LatexCommand label
30860 name "sec:装飾"
30861
30862 \end_inset
30863
30864
30865 \begin_inset Index idx
30866 status collapsed
30867
30868 \begin_layout Plain Layout
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 Description
30886 縁なし 枠を描きません。
30887 \end_layout
30888
30889 \begin_layout Description
30890 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30891 \series bold
30892
30893 \backslash
30894 fboxrule
30895 \series default
30896 の値になります。 
30897 \begin_inset Box Boxed
30898 position "c"
30899 hor_pos "c"
30900 has_inner_box 1
30901 inner_pos "c"
30902 use_parbox 0
30903 use_makebox 0
30904 width "20col%"
30905 special "none"
30906 height "1in"
30907 height_special "totalheight"
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911 \align center
30912 長方形の箱型
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \end_layout
30919
30920 \begin_layout Description
30921 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30922 \begin_inset space \thinspace{}
30923 \end_inset
30924
30925 ptです。 
30926 \begin_inset Box ovalbox
30927 position "c"
30928 hor_pos "c"
30929 has_inner_box 1
30930 inner_pos "c"
30931 use_parbox 0
30932 use_makebox 0
30933 width "20col%"
30934 special "none"
30935 height "1in"
30936 height_special "totalheight"
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940 \align center
30941 楕円形の箱型(細線)
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Description
30950 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30951 \begin_inset space \thinspace{}
30952 \end_inset
30953
30954 ptです。 
30955 \begin_inset Box Ovalbox
30956 position "c"
30957 hor_pos "c"
30958 has_inner_box 1
30959 inner_pos "c"
30960 use_parbox 0
30961 use_makebox 0
30962 width "20col%"
30963 special "none"
30964 height "1in"
30965 height_special "totalheight"
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969 \align center
30970 楕円形の箱型(太線)
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \end_layout
30977
30978 \begin_layout Description
30979 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30980 \series bold
30981
30982 \backslash
30983 fboxrule
30984 \series default
30985 の値になり、影の幅は4
30986 \begin_inset space \thinspace{}
30987 \end_inset
30988
30989 ptになります。
30990 \begin_inset Box Shadowbox
30991 position "c"
30992 hor_pos "c"
30993 has_inner_box 1
30994 inner_pos "c"
30995 use_parbox 0
30996 use_makebox 0
30997 width "20col%"
30998 special "none"
30999 height "1in"
31000 height_special "totalheight"
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004 \align center
31005 影付きの箱型
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Description
31014 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31015 \begin_inset Foot
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020 \begin_inset CommandInset ref
31021 LatexCommand ref
31022 reference "sec:色付きボックス"
31023
31024 \end_inset
31025
31026 節を参照のこと。
31027 \end_layout
31028
31029 \end_inset
31030
31031 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31032 \begin_inset Box Shaded
31033 position "t"
31034 hor_pos "c"
31035 has_inner_box 0
31036 inner_pos "t"
31037 use_parbox 0
31038 use_makebox 0
31039 width "50col%"
31040 special "none"
31041 height "1in"
31042 height_special "totalheight"
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046 影付き背景の箱型
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \begin_layout Description
31055 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
31056 \begin_inset space \thinspace{}
31057 \end_inset
31058
31059
31060 \series bold
31061
31062 \backslash
31063 fboxrule
31064 \series default
31065 であり、外側の枠線の太さは1.5
31066 \begin_inset space \thinspace{}
31067 \end_inset
31068
31069
31070 \series bold
31071
31072 \backslash
31073 fboxrule
31074 \series default
31075 です。枠線間の距離は1.5
31076 \begin_inset space \thinspace{}
31077 \end_inset
31078
31079
31080 \series bold
31081
31082 \backslash
31083 fboxrule
31084 \series default
31085
31086 \begin_inset space \thinspace{}
31087 \end_inset
31088
31089 +
31090 \begin_inset space \thinspace{}
31091 \end_inset
31092
31093 0.5
31094 \begin_inset space \thinspace{}
31095 \end_inset
31096
31097 ptです。 
31098 \begin_inset Box Doublebox
31099 position "c"
31100 hor_pos "c"
31101 has_inner_box 1
31102 inner_pos "c"
31103 use_parbox 0
31104 use_makebox 0
31105 width "20col%"
31106 special "none"
31107 height "1in"
31108 height_special "totalheight"
31109 status collapsed
31110
31111 \begin_layout Plain Layout
31112 \align center
31113 二重の長方形の箱型
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122 \begin_inset VSpace bigskip
31123 \end_inset
31124
31125 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
31126 \series bold
31127 fancybox
31128 \series default
31129
31130 \begin_inset Index idx
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
31135 \end_layout
31136
31137 \end_inset
31138
31139 が導入済みでなくてはなりません。
31140 \end_layout
31141
31142 \begin_layout Standard
31143 \begin_inset VSpace bigskip
31144 \end_inset
31145
31146 装飾として
31147 \family sans
31148 簡素な長方形の箱型
31149 \family default
31150 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
31151 れ、このボックス型では
31152 \series bold
31153
31154 \backslash
31155 fboxrule
31156 \series default
31157
31158 \series bold
31159
31160 \backslash
31161 fboxsep
31162 \series default
31163 は無効となります。枠線の太さは
31164 \series bold
31165
31166 \backslash
31167 FrameRule
31168 \series default
31169 の値になります。 
31170 \begin_inset Box Framed
31171 position "t"
31172 hor_pos "c"
31173 has_inner_box 0
31174 inner_pos "t"
31175 use_parbox 0
31176 use_makebox 0
31177 width "100col%"
31178 special "none"
31179 height "1in"
31180 height_special "totalheight"
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184 改行可能な箱型
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \end_layout
31191
31192 \begin_layout Section
31193 ボックスの詳細な設定
31194 \begin_inset Index idx
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \begin_layout Standard
31207 寸法
31208 \series bold
31209
31210 \backslash
31211 fboxrule
31212 \series default
31213 の既定値は0.4
31214 \begin_inset space \thinspace{}
31215 \end_inset
31216
31217 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
31218 \begin_inset space \thinspace{}
31219 \end_inset
31220
31221 ptに変更することができます。
31222 \end_layout
31223
31224 \begin_layout Standard
31225
31226 \series bold
31227
31228 \backslash
31229 setlength{
31230 \backslash
31231 fboxrule}{2pt}
31232 \end_layout
31233
31234 \begin_layout Standard
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240
31241 \backslash
31242 setlength{
31243 \backslash
31244 fboxrule}{2pt}
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \begin_inset Box Boxed
31251 position "c"
31252 hor_pos "c"
31253 has_inner_box 1
31254 inner_pos "c"
31255 use_parbox 0
31256 use_makebox 0
31257 width "25col%"
31258 special "none"
31259 height "1in"
31260 height_special "totalheight"
31261 status open
31262
31263 \begin_layout Plain Layout
31264 \align center
31265
31266 \series bold
31267
31268 \backslash
31269 fboxrule
31270 \series default
31271
31272 \begin_inset space \thinspace{}
31273 \end_inset
31274
31275 =
31276 \begin_inset space \thinspace{}
31277 \end_inset
31278
31279 2
31280 \begin_inset space \thinspace{}
31281 \end_inset
31282
31283 ptの長方形の箱型
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \begin_inset ERT
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293
31294
31295 \backslash
31296 setlength{
31297 \backslash
31298 fboxrule}{0.4pt}
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 \begin_inset VSpace bigskip
31308 \end_inset
31309
31310 枠とボックスの内容との空白は、すべての枠様式について3
31311 \begin_inset space \thinspace{}
31312 \end_inset
31313
31314 ptが既定値になっています。これは、長さ
31315 \series bold
31316
31317 \backslash
31318 fboxsep
31319 \series default
31320 を別の値に設定することによって変更することができます。たとえば
31321 \end_layout
31322
31323 \begin_layout Standard
31324
31325 \series bold
31326
31327 \backslash
31328 setlength{
31329 \backslash
31330 fboxsep}{10pt}
31331 \end_layout
31332
31333 \begin_layout Standard
31334 というコマンドは、この値を10
31335 \begin_inset space \thinspace{}
31336 \end_inset
31337
31338 ptにし、以下のボックスのようになります。
31339 \end_layout
31340
31341 \begin_layout Standard
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 setlength{
31350 \backslash
31351 fboxsep}{10pt}
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \begin_inset Box Boxed
31358 position "c"
31359 hor_pos "c"
31360 has_inner_box 1
31361 inner_pos "c"
31362 use_parbox 0
31363 use_makebox 0
31364 width "25col%"
31365 special "none"
31366 height "1in"
31367 height_special "totalheight"
31368 status open
31369
31370 \begin_layout Plain Layout
31371 \align center
31372
31373 \series bold
31374
31375 \backslash
31376 fboxsep
31377 \series default
31378
31379 \begin_inset space \thinspace{}
31380 \end_inset
31381
31382 =
31383 \begin_inset space \thinspace{}
31384 \end_inset
31385
31386 10
31387 \begin_inset space \thinspace{}
31388 \end_inset
31389
31390 ptの長方形の箱型
31391 \end_layout
31392
31393 \end_inset
31394
31395
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 setlength{
31404 \backslash
31405 fboxsep}{3pt}
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \begin_layout Standard
31414 \begin_inset VSpace bigskip
31415 \end_inset
31416
31417 楕円形ボックスの丸い角の直径は、コマンド
31418 \series bold
31419
31420 \backslash
31421 cornersize
31422 \series default
31423 で設定することができます。
31424 \end_layout
31425
31426 \begin_layout Standard
31427
31428 \series bold
31429
31430 \backslash
31431 cornersize*{1cm}
31432 \end_layout
31433
31434 \begin_layout Standard
31435 というコマンドは、直径を1
31436 \begin_inset space \thinspace{}
31437 \end_inset
31438
31439 cmに設定します。
31440 \end_layout
31441
31442 \begin_layout Standard
31443
31444 \series bold
31445
31446 \backslash
31447 cornersize{数値}
31448 \end_layout
31449
31450 \begin_layout Standard
31451 というコマンドは、直径を
31452 \family sans
31453 数値
31454 \begin_inset space \thinspace{}
31455 \end_inset
31456
31457
31458 \family default
31459
31460 \begin_inset Formula $\times$
31461 \end_inset
31462
31463
31464 \family sans
31465
31466 \begin_inset space \thinspace{}
31467 \end_inset
31468
31469 (ボックスの幅と高さの小さい方)
31470 \family default
31471 に設定します。既定値は
31472 \series bold
31473
31474 \backslash
31475 cornersize{0.5}
31476 \series default
31477 です。
31478 \end_layout
31479
31480 \begin_layout Standard
31481 \begin_inset ERT
31482 status collapsed
31483
31484 \begin_layout Plain Layout
31485
31486
31487 \backslash
31488 cornersize*{1.5cm}
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \begin_inset Box Ovalbox
31495 position "c"
31496 hor_pos "c"
31497 has_inner_box 1
31498 inner_pos "c"
31499 use_parbox 0
31500 use_makebox 0
31501 width "25col%"
31502 special "none"
31503 height "1in"
31504 height_special "totalheight"
31505 status open
31506
31507 \begin_layout Plain Layout
31508 \align center
31509
31510 \series bold
31511
31512 \backslash
31513 cornersize
31514 \series default
31515
31516 \begin_inset space \thinspace{}
31517 \end_inset
31518
31519 =
31520 \begin_inset space \thinspace{}
31521 \end_inset
31522
31523 1.5
31524 \begin_inset space \thinspace{}
31525 \end_inset
31526
31527 cmの楕円形の箱型
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \begin_inset ERT
31534 status collapsed
31535
31536 \begin_layout Plain Layout
31537
31538
31539 \backslash
31540 cornersize{0.5}
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Standard
31549 \begin_inset VSpace bigskip
31550 \end_inset
31551
31552 影の大きさは、長さ
31553 \series bold
31554
31555 \backslash
31556 shadowsize
31557 \series default
31558 を変更することで調整できます。以下のボックスでは
31559 \end_layout
31560
31561 \begin_layout Standard
31562
31563 \series bold
31564
31565 \backslash
31566 setlength{
31567 \backslash
31568 shadowsize}{2pt}
31569 \end_layout
31570
31571 \begin_layout Standard
31572 というコマンドを使って、2
31573 \begin_inset space \thinspace{}
31574 \end_inset
31575
31576 ptに設定しています。
31577 \end_layout
31578
31579 \begin_layout Standard
31580 \begin_inset ERT
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584
31585
31586 \backslash
31587 setlength{
31588 \backslash
31589 shadowsize}{2pt}
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \begin_inset Box Shadowbox
31596 position "c"
31597 hor_pos "c"
31598 has_inner_box 1
31599 inner_pos "c"
31600 use_parbox 0
31601 use_makebox 0
31602 width "25col%"
31603 special "none"
31604 height "1in"
31605 height_special "totalheight"
31606 status open
31607
31608 \begin_layout Plain Layout
31609 \align center
31610
31611 \series bold
31612
31613 \backslash
31614 shadowsize
31615 \series default
31616
31617 \begin_inset space \thinspace{}
31618 \end_inset
31619
31620 =
31621 \begin_inset space \thinspace{}
31622 \end_inset
31623
31624 2
31625 \begin_inset space \thinspace{}
31626 \end_inset
31627
31628 ptの影付きボックス
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 setlength{
31642 \backslash
31643 shadowsize}{4pt}
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset VSpace bigskip
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 寸法
31660 \series bold
31661
31662 \backslash
31663 FrameRule
31664 \series default
31665 の既定値は0.4
31666 \begin_inset space \thinspace{}
31667 \end_inset
31668
31669 ptです。ボックスの中身と枠の間の空白の既定値は9
31670 \begin_inset space \thinspace{}
31671 \end_inset
31672
31673 ptですが、
31674 \series bold
31675
31676 \backslash
31677 FrameSep
31678 \series default
31679 の値を変えることで変更することができます。たとえば、下記の
31680 \family sans
31681 ボックス
31682 \family default
31683 の枠の外見は、
31684 \end_layout
31685
31686 \begin_layout Standard
31687
31688 \series bold
31689
31690 \backslash
31691 setlength{
31692 \backslash
31693 FrameRule}{5pt}
31694 \begin_inset Newline newline
31695 \end_inset
31696
31697
31698 \backslash
31699 setlength{
31700 \backslash
31701 FrameSep}{0.5cm}
31702 \end_layout
31703
31704 \begin_layout Standard
31705 というTeXコードコマンドで設定してあります。
31706 \begin_inset ERT
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710
31711
31712 \backslash
31713 setlength{
31714 \backslash
31715 FrameRule}{5pt}
31716 \end_layout
31717
31718 \begin_layout Plain Layout
31719
31720
31721 \backslash
31722 setlength{
31723 \backslash
31724 FrameSep}{0.5cm}
31725 \end_layout
31726
31727 \end_inset
31728
31729
31730 \begin_inset Box Framed
31731 position "t"
31732 hor_pos "c"
31733 has_inner_box 0
31734 inner_pos "t"
31735 use_parbox 0
31736 use_makebox 0
31737 width "100col%"
31738 special "none"
31739 height "1in"
31740 height_special "totalheight"
31741 status open
31742
31743 \begin_layout Plain Layout
31744 これは
31745 \family sans
31746 改頁可能
31747 \family default
31748 ボックスの文章です。
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \begin_inset ERT
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758
31759
31760 \backslash
31761 setlength{
31762 \backslash
31763 FrameRule}{0.4pt}
31764 \end_layout
31765
31766 \begin_layout Plain Layout
31767
31768
31769 \backslash
31770 setlength{
31771 \backslash
31772 FrameSep}{9pt}
31773 \end_layout
31774
31775 \end_inset
31776
31777
31778 \end_layout
31779
31780 \begin_layout Standard
31781 \begin_inset VSpace bigskip
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \begin_layout Standard
31788
31789 \family sans
31790 影付き背景
31791 \family default
31792 ボックスでは、ボックスの内容と枠の余白の既定値は3
31793 \begin_inset space \thinspace{}
31794 \end_inset
31795
31796 ptになっていますが、
31797 \series bold
31798
31799 \backslash
31800 fboxsep
31801 \series default
31802 の値を変更することで変えられます。既定の背景色である赤色は、
31803 \series bold
31804
31805 \backslash
31806 definecolor{shadebox}
31807 \series default
31808 コマンドで局所的に変更することもできますし、
31809 \family sans
31810 ツール\SpecialChar \menuseparator
31811 設定\SpecialChar \menuseparator
31812 色\SpecialChar \menuseparator
31813 影付きボックス
31814 \family default
31815 メニューからグローバルに変更することもできます。
31816 \series bold
31817
31818 \backslash
31819 definecolor
31820 \series default
31821 コマンドの用法は第
31822 \begin_inset CommandInset ref
31823 LatexCommand ref
31824 reference "sec:色付きの表"
31825
31826 \end_inset
31827
31828
31829 \begin_inset Foot
31830 status open
31831
31832 \begin_layout Plain Layout
31833 N
31834 \series bold
31835
31836 \backslash
31837 definecolor
31838 \series default
31839 は、LaTeXパッケージの
31840 \series bold
31841 color
31842 \series default
31843 をプリアンブルに読み込む必要があります。第
31844 \begin_inset CommandInset ref
31845 LatexCommand ref
31846 reference "sec:色付きボックス"
31847
31848 \end_inset
31849
31850 節をご参照ください。.
31851 \end_layout
31852
31853 \end_inset
31854
31855 で説明されています。
31856 \end_layout
31857
31858 \begin_layout Standard
31859 たとえば、下記の影付き背景ボックスの外見は
31860 \end_layout
31861
31862 \begin_layout Standard
31863
31864 \series bold
31865
31866 \backslash
31867 setlength{
31868 \backslash
31869 fboxsep}{0.5cm}
31870 \series default
31871
31872 \begin_inset Newline newline
31873 \end_inset
31874
31875
31876 \series bold
31877
31878 \backslash
31879 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31880 \end_layout
31881
31882 \begin_layout Standard
31883 というTeXコードコマンドを使って設定してあります。
31884 \end_layout
31885
31886 \begin_layout Standard
31887 \begin_inset ERT
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891
31892
31893 \backslash
31894 setlength{
31895 \backslash
31896 fboxsep}{0.5cm}
31897 \end_layout
31898
31899 \begin_layout Plain Layout
31900
31901
31902 \backslash
31903 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \begin_inset Box Shaded
31910 position "t"
31911 hor_pos "c"
31912 has_inner_box 0
31913 inner_pos "t"
31914 use_parbox 0
31915 use_makebox 0
31916 width "100col%"
31917 special "none"
31918 height "1in"
31919 height_special "totalheight"
31920 status open
31921
31922 \begin_layout Plain Layout
31923
31924 \color yellow
31925 これは、濃緑色の背景の
31926 \family sans
31927 影付き背景
31928 \family default
31929 ボックスに入れた黄色の文章です。
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 setlength{
31943 \backslash
31944 fboxsep}{3pt}
31945 \end_layout
31946
31947 \begin_layout Plain Layout
31948
31949
31950 \backslash
31951 definecolor{shadecolor}{rgb}{1,0,0}
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \end_layout
31958
31959 \begin_layout Standard
31960 \begin_inset VSpace bigskip
31961 \end_inset
31962
31963 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31964 \end_layout
31965
31966 \begin_layout Section
31967 ミニページ
31968 \begin_inset CommandInset label
31969 LatexCommand label
31970 name "sec:ミニページ"
31971
31972 \end_inset
31973
31974
31975 \begin_inset Index idx
31976 status collapsed
31977
31978 \begin_layout Plain Layout
31979 ぼっくす@ボックス ! みにぺーじ@ミニページ
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \begin_layout Standard
31988 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31989 \end_layout
31990
31991 \begin_layout Standard
31992 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31993 \end_layout
31994
31995 \begin_layout Standard
31996 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31997 \family sans
31998 挿入
31999 \family default
32000 \SpecialChar \menuseparator
32001
32002 \family sans
32003 整形
32004 \family default
32005 \SpecialChar \menuseparator
32006
32007 \family sans
32008 水平方向の空白
32009 \family default
32010 メニューで挿入した水平フィルで隔てられています。
32011 \begin_inset Newpage newpage
32012 \end_inset
32013
32014
32015 \end_layout
32016
32017 \begin_layout Standard
32018 \begin_inset Box Frameless
32019 position "t"
32020 hor_pos "c"
32021 has_inner_box 1
32022 inner_pos "c"
32023 use_parbox 0
32024 use_makebox 0
32025 width "45col%"
32026 special "none"
32027 height "1in"
32028 height_special "totalheight"
32029 status open
32030
32031 \begin_layout Plain Layout
32032 Dies ist ein deutscher Text.
32033  Dies ist ein deutscher Text.
32034  Dies ist ein deutscher Text.
32035  Dies ist ein deutscher Text.
32036  Dies ist ein deutscher Text.
32037  Dies ist ein deutscher Text.
32038  Dies ist ein deutscher Text.
32039  Dies ist ein deutscher Text.
32040  Dies ist ein deutscher Text.
32041  Dies ist ein deutscher Text.
32042  Dies ist ein deutscher Text.
32043  Dies ist ein deutscher Text.
32044  Dies ist ein deutscher Text
32045 \begin_inset Foot
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049 Dies ist eine deutsche Fußnote.
32050 \end_layout
32051
32052 \end_inset
32053
32054 .
32055  Dies ist ein deutscher Text.
32056  Dies ist ein deutscher Text.
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \begin_inset space \hfill{}
32063 \end_inset
32064
32065
32066 \begin_inset Box Frameless
32067 position "t"
32068 hor_pos "c"
32069 has_inner_box 1
32070 inner_pos "c"
32071 use_parbox 0
32072 use_makebox 0
32073 width "45col%"
32074 special "none"
32075 height "1in"
32076 height_special "totalheight"
32077 status open
32078
32079 \begin_layout Plain Layout
32080 This is an English Text.
32081  This is an English Text.
32082  This is an English Text.
32083  This is an English Text.
32084  This is an English Text.
32085  This is an English Text.
32086  This is an English Text.
32087  This is an English Text.
32088  This is an English Text.
32089  This is an English Text.
32090  This is an English Text.
32091  This is an English Text.
32092  This is an English Text.
32093  This is an English Text.
32094  This is an English Text.
32095  This is an English Text.
32096 \begin_inset Foot
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100 This is an English footnote.
32101 \end_layout
32102
32103 \end_inset
32104
32105  This is an English Text.
32106 \end_layout
32107
32108 \end_inset
32109
32110
32111 \end_layout
32112
32113 \begin_layout Standard
32114 \begin_inset VSpace bigskip
32115 \end_inset
32116
32117 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32118 \family sans
32119 中スキップ
32120 \family default
32121 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32122 \end_layout
32123
32124 \begin_layout Standard
32125 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32126 \begin_inset CommandInset ref
32127 LatexCommand ref
32128 reference "sub:段落の着色"
32129
32130 \end_inset
32131
32132 節をご参照ください。
32133 \end_layout
32134
32135 \begin_layout Standard
32136 \begin_inset Note Greyedout
32137 status open
32138
32139 \begin_layout Plain Layout
32140
32141 \series bold
32142 【註】
32143 \series default
32144 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \end_layout
32151
32152 \begin_layout Section
32153 Parbox
32154 \begin_inset CommandInset label
32155 LatexCommand label
32156 name "sec:Parboxes"
32157
32158 \end_inset
32159
32160
32161 \begin_inset Index idx
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165 ぼっくす@ボックス ! Parboxes
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \end_layout
32172
32173 \begin_layout Standard
32174 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \align center
32179 \begin_inset Box Frameless
32180 position "t"
32181 hor_pos "c"
32182 has_inner_box 1
32183 inner_pos "t"
32184 use_parbox 1
32185 use_makebox 0
32186 width "33col%"
32187 special "none"
32188 height "1in"
32189 height_special "totalheight"
32190 status open
32191
32192 \begin_layout Plain Layout
32193 これはparbox内の文章です。これはparbox内の文章です。
32194 \end_layout
32195
32196 \begin_layout Plain Layout
32197 右の脚注は表示されません。
32198 \begin_inset Foot
32199 status collapsed
32200
32201 \begin_layout Plain Layout
32202 これはparbox内の脚注であり、したがって表示はされません。
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Section
32216 単語や文字のボックス
32217 \begin_inset Index idx
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221 ぼっくす@ボックス ! もじよう@文字用
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Subsection
32230 ハイフネーションの回避
32231 \begin_inset CommandInset label
32232 LatexCommand label
32233 name "sec:ハイフネーションの回避"
32234
32235 \end_inset
32236
32237
32238 \begin_inset Index idx
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 単語や文章がハイフネートされるのを防ぐには、
32252 \family sans
32253 makebox
32254 \family default
32255 型ボックスを使うことができます。
32256 \begin_inset Newline newline
32257 \end_inset
32258
32259 以下が例示用の文章です。
32260 \end_layout
32261
32262 \begin_layout Standard
32263 This line is an example to show how you can prevent the hyphenation of 
32264 \begin_inset Quotes eld
32265 \end_inset
32266
32267 veryverylongword
32268 \begin_inset Quotes erd
32269 \end_inset
32270
32271 .
32272 \end_layout
32273
32274 \begin_layout Standard
32275 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32276 \family sans
32277 内部ボックス
32278 \family default
32279
32280 \family sans
32281 makebox
32282 \family default
32283 コマンドに設定し、幅は指定しません。
32284 \end_layout
32285
32286 \begin_layout Standard
32287 以下がその結果です。
32288 \end_layout
32289
32290 \begin_layout Standard
32291 This line is an example to show how you can prevent the hyphenation of 
32292 \begin_inset Box Frameless
32293 position "t"
32294 hor_pos "c"
32295 has_inner_box 1
32296 inner_pos "t"
32297 use_parbox 0
32298 use_makebox 1
32299 width ""
32300 special "none"
32301 height "1in"
32302 height_special "totalheight"
32303 status open
32304
32305 \begin_layout Plain Layout
32306 \begin_inset Quotes eld
32307 \end_inset
32308
32309 veryverylongword
32310 \begin_inset Quotes erd
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \end_inset
32317
32318 .
32319 \end_layout
32320
32321 \begin_layout Standard
32322 別の方法としては、以下のように、単語の前に直接TeXコードで「
32323 \series bold
32324
32325 \backslash
32326 -
32327 \series default
32328 」コマンドを設定する方法もあります。
32329 \end_layout
32330
32331 \begin_layout Standard
32332 This line is an example to show how you can prevent the hyphenation of 
32333 \begin_inset Quotes eld
32334 \end_inset
32335
32336
32337 \begin_inset ERT
32338 status collapsed
32339
32340 \begin_layout Plain Layout
32341
32342
32343 \backslash
32344 -
32345 \end_layout
32346
32347 \end_inset
32348
32349 veryverylongword
32350 \begin_inset Quotes erd
32351 \end_inset
32352
32353 .
32354 \end_layout
32355
32356 \begin_layout Standard
32357 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32358 \family sans
32359 挿入
32360 \family default
32361 \SpecialChar \menuseparator
32362
32363 \family sans
32364 整形
32365 \family default
32366 \SpecialChar \menuseparator
32367
32368 \family sans
32369 整形なし改行
32370 \family default
32371 メニュー(
32372 \begin_inset Flex Ruby
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376 捷径
32377 \begin_inset Argument post:1
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381 ショートカット
32382 \end_layout
32383
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \begin_inset Info
32393 type  "shortcut"
32394 arg   "newline-insert newline"
32395 \end_inset
32396
32397 )から改行を単語の前に入れてください。
32398 \end_layout
32399
32400 \begin_layout Standard
32401 This line is an example to show how you can prevent the hyphenation of 
32402 \begin_inset Newline newline
32403 \end_inset
32404
32405
32406 \begin_inset Box Frameless
32407 position "t"
32408 hor_pos "c"
32409 has_inner_box 1
32410 inner_pos "t"
32411 use_parbox 0
32412 use_makebox 1
32413 width ""
32414 special "none"
32415 height "1in"
32416 height_special "totalheight"
32417 status open
32418
32419 \begin_layout Plain Layout
32420 \begin_inset Quotes eld
32421 \end_inset
32422
32423 veryverylongword
32424 \begin_inset Quotes erd
32425 \end_inset
32426
32427
32428 \end_layout
32429
32430 \end_inset
32431
32432 .
32433 \end_layout
32434
32435 \begin_layout Subsection
32436 垂直揃え
32437 \begin_inset CommandInset label
32438 LatexCommand label
32439 name "sub:垂直揃え"
32440
32441 \end_inset
32442
32443
32444 \begin_inset Index idx
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32449 \end_layout
32450
32451 \end_inset
32452
32453
32454 \begin_inset Index idx
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458 ぼっくす@ボックス ! Raiseboxes
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \end_layout
32465
32466 \begin_layout Standard
32467
32468 \series bold
32469
32470 \backslash
32471 raisebox
32472 \series default
32473 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32474 \series bold
32475
32476 \backslash
32477 raisebox
32478 \series default
32479 は以下の書式で使用します。
32480 \end_layout
32481
32482 \begin_layout Standard
32483
32484 \series bold
32485
32486 \backslash
32487 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32488 \end_layout
32489
32490 \begin_layout Standard
32491 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32492 \end_layout
32493
32494 \begin_layout Standard
32495 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
32496 \end_layout
32497
32498 \begin_layout Standard
32499
32500 \series bold
32501
32502 \backslash
32503 raisebox{
32504 \backslash
32505 depth}{
32506 \end_layout
32507
32508 \begin_layout Standard
32509 というコマンドを挿入してください。単語の後には、閉じ括弧「
32510 \series bold
32511 }
32512 \series default
32513 」をTeXコードで挿入してください。
32514 \begin_inset Newline newline
32515 \end_inset
32516
32517 以下がその出力です。
32518 \end_layout
32519
32520 \begin_layout Standard
32521 This is a text line with the word 
32522 \begin_inset ERT
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526
32527
32528 \backslash
32529 raisebox{
32530 \backslash
32531 depth}{
32532 \end_layout
32533
32534 \end_inset
32535
32536
32537 \begin_inset Quotes eld
32538 \end_inset
32539
32540 preventing
32541 \begin_inset Quotes erd
32542 \end_inset
32543
32544
32545 \begin_inset ERT
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549
32550 }
32551 \end_layout
32552
32553 \end_inset
32554
32555  as raised word.
32556 \end_layout
32557
32558 \begin_layout Standard
32559 \begin_inset VSpace bigskip
32560 \end_inset
32561
32562 行中の文字を上げ下げすると、以下のように行間が広がります。
32563 \end_layout
32564
32565 \begin_layout Standard
32566 This is a text line with the word 
32567 \begin_inset ERT
32568 status collapsed
32569
32570 \begin_layout Plain Layout
32571
32572
32573 \backslash
32574 raisebox{-
32575 \backslash
32576 depth}{
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \begin_inset Quotes eld
32583 \end_inset
32584
32585 preventing
32586 \begin_inset Quotes erd
32587 \end_inset
32588
32589
32590 \begin_inset ERT
32591 status collapsed
32592
32593 \begin_layout Plain Layout
32594
32595 }
32596 \end_layout
32597
32598 \end_inset
32599
32600  as lowered word.
32601 \begin_inset Newline newline
32602 \end_inset
32603
32604 This is a text line with the word 
32605 \begin_inset ERT
32606 status collapsed
32607
32608 \begin_layout Plain Layout
32609
32610
32611 \backslash
32612 raisebox{0.5cm}{
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \begin_inset Quotes eld
32619 \end_inset
32620
32621 testing
32622 \begin_inset Quotes erd
32623 \end_inset
32624
32625
32626 \begin_inset ERT
32627 status collapsed
32628
32629 \begin_layout Plain Layout
32630
32631 }
32632 \end_layout
32633
32634 \end_inset
32635
32636  as raised word.
32637 \end_layout
32638
32639 \begin_layout Standard
32640 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32641 \end_layout
32642
32643 \begin_layout Standard
32644
32645 \series bold
32646
32647 \backslash
32648 raisebox{-
32649 \backslash
32650 depth}[0pt]{
32651 \end_layout
32652
32653 \begin_layout Standard
32654 とすると、
32655 \end_layout
32656
32657 \begin_layout Standard
32658 This is a text line with the word 
32659 \begin_inset ERT
32660 status collapsed
32661
32662 \begin_layout Plain Layout
32663
32664
32665 \backslash
32666 raisebox{-
32667 \backslash
32668 depth}[0pt]{
32669 \end_layout
32670
32671 \end_inset
32672
32673
32674 \begin_inset Quotes eld
32675 \end_inset
32676
32677 preventing
32678 \begin_inset Quotes erd
32679 \end_inset
32680
32681
32682 \begin_inset ERT
32683 status collapsed
32684
32685 \begin_layout Plain Layout
32686
32687 }
32688 \end_layout
32689
32690 \end_inset
32691
32692  as lowered word.
32693 \begin_inset Newline newline
32694 \end_inset
32695
32696 This is a text line with the word 
32697 \begin_inset ERT
32698 status collapsed
32699
32700 \begin_layout Plain Layout
32701
32702
32703 \backslash
32704 raisebox{0.5cm}[0pt]{
32705 \end_layout
32706
32707 \end_inset
32708
32709
32710 \begin_inset Quotes eld
32711 \end_inset
32712
32713 testing
32714 \begin_inset Quotes erd
32715 \end_inset
32716
32717
32718 \begin_inset ERT
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722
32723 }
32724 \end_layout
32725
32726 \end_inset
32727
32728  as raised word.
32729 \end_layout
32730
32731 \begin_layout Section
32732 色付きボックス
32733 \begin_inset CommandInset label
32734 LatexCommand label
32735 name "sec:色付きボックス"
32736
32737 \end_inset
32738
32739
32740 \begin_inset Index idx
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 ぼっくす@ボックス ! いろつき@色付き
32745 \end_layout
32746
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \begin_layout Subsection
32753 文字の着色
32754 \begin_inset Index idx
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758 いろ@色 ! もじの@文字の---
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \end_layout
32765
32766 \begin_layout Standard
32767 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
32768 \series bold
32769 color
32770 \series default
32771
32772 \begin_inset Index idx
32773 status collapsed
32774
32775 \begin_layout Plain Layout
32776 LaTeXぱっけーじ@LaTeXパッケージ ! color
32777 \end_layout
32778
32779 \end_inset
32780
32781 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
32782 \end_layout
32783
32784 \begin_layout Standard
32785
32786 \series bold
32787
32788 \backslash
32789 @ifundefined{textcolor}
32790 \begin_inset Newline newline
32791 \end_inset
32792
32793
32794 \begin_inset Phantom HPhantom
32795 status open
32796
32797 \begin_layout Plain Layout
32798
32799 \series bold
32800 \begin_inset space ~
32801 \end_inset
32802
32803
32804 \end_layout
32805
32806 \end_inset
32807
32808 {
32809 \backslash
32810 usepackage{color}}{}
32811 \end_layout
32812
32813 \begin_layout Standard
32814
32815 \series bold
32816 color
32817 \series default
32818 パッケージは、文章を着色するとLyXが自動的に読み込みます
32819 \begin_inset Foot
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823 これが二度読み込まれることを回避するには、
32824 \series bold
32825
32826 \backslash
32827 @ifundefined
32828 \series default
32829 コマンドを使用します。
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset VSpace medskip
32839 \end_inset
32840
32841 色付きボックスは、
32842 \series bold
32843
32844 \backslash
32845 colorbox
32846 \series default
32847 コマンドを使って作ります。これは、以下のような書式で使われます。
32848 \end_layout
32849
32850 \begin_layout Standard
32851
32852 \series bold
32853
32854 \backslash
32855 colorbox{color}{ボックスの内容}
32856 \end_layout
32857
32858 \begin_layout Standard
32859 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
32860 \end_layout
32861
32862 \begin_layout Standard
32863 事前定義されている色には、
32864 \begin_inset Newline newline
32865 \end_inset
32866
32867
32868 \family sans
32869
32870 \family default
32871
32872 \family sans
32873
32874 \family default
32875
32876 \family sans
32877 シアン
32878 \family default
32879
32880 \family sans
32881
32882 \family default
32883
32884 \family sans
32885 マゼンタ
32886 \family default
32887
32888 \family sans
32889
32890 \family default
32891
32892 \family sans
32893
32894 \family default
32895
32896 \family sans
32897
32898 \family default
32899
32900 \begin_inset Newline newline
32901 \end_inset
32902
32903 があります。第
32904 \begin_inset CommandInset ref
32905 LatexCommand ref
32906 reference "sec:色付きの表"
32907
32908 \end_inset
32909
32910 節に述べられているようにすれば、自前の色を定義することもできます。
32911 \end_layout
32912
32913 \begin_layout Standard
32914 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32915 \end_layout
32916
32917 \begin_layout Standard
32918
32919 \series bold
32920
32921 \backslash
32922 colorbox{red}{
32923 \end_layout
32924
32925 \begin_layout Standard
32926 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32927 \series bold
32928 }
32929 \series default
32930 」を入れてください。
32931 \begin_inset Newline newline
32932 \end_inset
32933
32934 以下がその結果です。
32935 \end_layout
32936
32937 \begin_layout Standard
32938 この行では、
32939 \begin_inset ERT
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943
32944
32945 \backslash
32946 colorbox{red}{
32947 \end_layout
32948
32949 \end_inset
32950
32951 「注意!」
32952 \begin_inset ERT
32953 status collapsed
32954
32955 \begin_layout Plain Layout
32956
32957 }
32958 \end_layout
32959
32960 \end_inset
32961
32962 という単語が赤い背景になっています。
32963 \end_layout
32964
32965 \begin_layout Standard
32966 \begin_inset VSpace bigskip
32967 \end_inset
32968
32969 ボックスの枠を別の色にしたい場合には、以下の書式で
32970 \series bold
32971
32972 \backslash
32973 fcolorbox
32974 \series default
32975 コマンドを使います。
32976 \end_layout
32977
32978 \begin_layout Standard
32979
32980 \series bold
32981
32982 \backslash
32983 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32984 \end_layout
32985
32986 \begin_layout Standard
32987
32988 \series bold
32989
32990 \backslash
32991 fcolorbox
32992 \series default
32993
32994 \series bold
32995
32996 \backslash
32997 colorbox
32998 \series default
32999 の拡張です。枠の太さと枠とボックスの中身との余白は、第
33000 \begin_inset CommandInset ref
33001 LatexCommand ref
33002 reference "sec:装飾"
33003
33004 \end_inset
33005
33006 節で述べられているように、それぞれ
33007 \series bold
33008
33009 \backslash
33010 fboxrule
33011 \series default
33012
33013 \series bold
33014
33015 \backslash
33016 fboxsep
33017 \series default
33018 という長さで調節できます。
33019 \end_layout
33020
33021 \begin_layout Standard
33022 以下の例では、
33023 \end_layout
33024
33025 \begin_layout Standard
33026
33027 \series bold
33028
33029 \backslash
33030 fcolorbox{cyan}{magenta}{
33031 \end_layout
33032
33033 \begin_layout Standard
33034 というコマンドを使用しています。
33035 \end_layout
33036
33037 \begin_layout Standard
33038 これは、枠の太さを1
33039 \begin_inset space \thinspace{}
33040 \end_inset
33041
33042 mmに設定した例です。
33043 \begin_inset Newline newline
33044 \end_inset
33045
33046
33047 \begin_inset ERT
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051
33052
33053 \backslash
33054 fboxrule 1mm 
33055 \backslash
33056 fboxsep 1mm
33057 \end_layout
33058
33059 \end_inset
33060
33061
33062 \begin_inset ERT
33063 status collapsed
33064
33065 \begin_layout Plain Layout
33066
33067
33068 \backslash
33069 fcolorbox{cyan}{magenta}{
33070 \end_layout
33071
33072 \end_inset
33073
33074 これは着色した色付きボックス中の文章です。
33075 \begin_inset ERT
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079
33080 }
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \begin_layout Standard
33089 \begin_inset VSpace bigskip
33090 \end_inset
33091
33092 もちろん、色付きボックスの中に色付き文字を入れることもできます
33093 \begin_inset Newline newline
33094 \end_inset
33095
33096
33097 \begin_inset ERT
33098 status collapsed
33099
33100 \begin_layout Plain Layout
33101
33102
33103 \backslash
33104 fcolorbox{cyan}{magenta}{
33105 \end_layout
33106
33107 \end_inset
33108
33109
33110 \color yellow
33111 これは着色した色付きボックス中の色付き文章です。
33112 \color inherit
33113
33114 \begin_inset ERT
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118
33119 }
33120 \end_layout
33121
33122 \end_inset
33123
33124
33125 \begin_inset ERT
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129
33130
33131 \backslash
33132 fboxrule 0.4pt 
33133 \backslash
33134 fboxsep 3pt
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \end_layout
33141
33142 \begin_layout Standard
33143
33144 \series bold
33145 \begin_inset VSpace medskip
33146 \end_inset
33147
33148
33149 \end_layout
33150
33151 \begin_layout Standard
33152 \begin_inset Note Greyedout
33153 status open
33154
33155 \begin_layout Plain Layout
33156
33157 \series bold
33158 【註】
33159 \series default
33160 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
33161 \end_layout
33162
33163 \end_inset
33164
33165
33166 \end_layout
33167
33168 \begin_layout Subsection
33169 段落の着色
33170 \begin_inset CommandInset label
33171 LatexCommand label
33172 name "sub:段落の着色"
33173
33174 \end_inset
33175
33176
33177 \begin_inset Index idx
33178 status collapsed
33179
33180 \begin_layout Plain Layout
33181 いろ@色 ! だんらく@段落---
33182 \end_layout
33183
33184 \end_inset
33185
33186
33187 \end_layout
33188
33189 \begin_layout Standard
33190 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
33191 \series bold
33192
33193 \backslash
33194 colorbox
33195 \series default
33196 コマンドを
33197 \end_layout
33198
33199 \begin_layout Standard
33200
33201 \series bold
33202
33203 \backslash
33204 colorbox{色名}{
33205 \end_layout
33206
33207 \begin_layout Standard
33208 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
33209 \series bold
33210 }
33211 \series default
33212 」を挿入してください。
33213 \end_layout
33214
33215 \begin_layout Standard
33216 \begin_inset ERT
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220
33221
33222 \backslash
33223 colorbox{lightgrey}{
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \begin_inset Box Frameless
33230 position "t"
33231 hor_pos "c"
33232 has_inner_box 1
33233 inner_pos "t"
33234 use_parbox 0
33235 use_makebox 0
33236 width "100col%"
33237 special "none"
33238 height "1in"
33239 height_special "totalheight"
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243 これは背景色を付けた文章です。これは背景色を付けた文章です。
33244 \end_layout
33245
33246 \begin_layout Plain Layout
33247 \begin_inset VSpace defskip
33248 \end_inset
33249
33250 ここの文章には脚注
33251 \begin_inset Foot
33252 status collapsed
33253
33254 \begin_layout Plain Layout
33255 脚注の例
33256 \end_layout
33257
33258 \end_inset
33259
33260 を付けることもできますし、図表を挿入することもできます。
33261 \end_layout
33262
33263 \begin_layout Plain Layout
33264 \align center
33265 \begin_inset Tabular
33266 <lyxtabular version="3" rows="3" columns="3">
33267 <features rotate="0" tabularvalignment="middle">
33268 <column alignment="center" valignment="top">
33269 <column alignment="center" valignment="top">
33270 <column alignment="center" valignment="top">
33271 <row>
33272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276 a
33277 \end_layout
33278
33279 \end_inset
33280 </cell>
33281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 !
33286 \end_layout
33287
33288 \end_inset
33289 </cell>
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 3
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 </row>
33300 <row>
33301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 <
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33311 \begin_inset Text
33312
33313 \begin_layout Plain Layout
33314 b2
33315 \begin_inset Quotes erd
33316 \end_inset
33317
33318 |
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 >
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 </row>
33333 <row>
33334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 1
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 §
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 c
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 </row>
33362 </lyxtabular>
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \end_inset
33370
33371
33372 \begin_inset ERT
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376
33377 }
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \begin_layout Section
33386 ボックスの伸縮回転
33387 \end_layout
33388
33389 \begin_layout Standard
33390 本節で述べられているコマンドを使用するには、文書プリアンブルで
33391 \end_layout
33392
33393 \begin_layout Standard
33394
33395 \series bold
33396
33397 \backslash
33398 @ifundefined{rotatebox}
33399 \begin_inset Newline newline
33400 \end_inset
33401
33402
33403 \begin_inset Phantom HPhantom
33404 status open
33405
33406 \begin_layout Plain Layout
33407
33408 \series bold
33409 \begin_inset space ~
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \end_inset
33416
33417 {
33418 \backslash
33419 usepackage{graphicx}}{}
33420 \end_layout
33421
33422 \begin_layout Standard
33423 というコマンドを使用して、
33424 \series bold
33425 graphicx
33426 \series default
33427
33428 \begin_inset Index idx
33429 status collapsed
33430
33431 \begin_layout Plain Layout
33432 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
33433 \end_layout
33434
33435 \end_inset
33436
33437 LaTeXパッケージを読み込む必要があります。
33438 \end_layout
33439
33440 \begin_layout Standard
33441 \begin_inset Note Greyedout
33442 status open
33443
33444 \begin_layout Plain Layout
33445
33446 \series bold
33447 【註】
33448 \series default
33449 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33450 \end_layout
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \begin_layout Standard
33458 \begin_inset Note Greyedout
33459 status open
33460
33461 \begin_layout Plain Layout
33462
33463 \series bold
33464 【註】
33465 \series default
33466 フロートは回転伸縮したボックスの中に入れることはできません。
33467 \end_layout
33468
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \begin_layout Subsection
33475 ボックスの回転
33476 \begin_inset Index idx
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480 ぼっくす@ボックス ! かいてんした@回転した
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \begin_inset Index idx
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490 かいてん@回転 ! そざいの@素材の---
33491 \end_layout
33492
33493 \end_inset
33494
33495
33496 \begin_inset Index idx
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500 ず@図 ! のかいてん@---の回転
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \begin_inset Index idx
33507 status collapsed
33508
33509 \begin_layout Plain Layout
33510 ひょうのちょうせい@表の調整 ! かいてん@回転
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Standard
33519 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
33520 \series bold
33521
33522 \backslash
33523 rotatebox
33524 \series default
33525 コマンドを使用すれば作成することができます。
33526 \end_layout
33527
33528 \begin_layout Standard
33529
33530 \series bold
33531
33532 \backslash
33533 rotatebox[回転の原点]{回転角}{ボックスの内容}
33534 \end_layout
33535
33536 \begin_layout Standard
33537 回転の原点は、
33538 \series bold
33539 origin=位置
33540 \series default
33541 の形で指定します。位置として指定可能なのは、
33542 \emph on
33543 c
33544 \emph default
33545 (中央揃え)・
33546 \emph on
33547 l
33548 \emph default
33549 (左揃え)・
33550 \emph on
33551 r
33552 \emph default
33553 (右揃え)・
33554 \emph on
33555 b
33556 \emph default
33557 (下揃え)・
33558 \emph on
33559 t
33560 \emph default
33561 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33562 \emph on
33563 lt
33564 \emph default
33565 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33566 \emph on
33567 l
33568 \emph default
33569 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33570 \end_layout
33571
33572 \begin_layout Standard
33573 以下の例では、「回転した」文章の前にTeXコードで
33574 \series bold
33575
33576 \backslash
33577 rotatebox[origin=c]{60}{
33578 \series default
33579 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
33580 \series bold
33581 }
33582 \series default
33583 でボックスを閉じています。
33584 \end_layout
33585
33586 \begin_layout Standard
33587 これは、
33588 \begin_inset ERT
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592
33593
33594 \backslash
33595 rotatebox[origin=c]{60}{
33596 \end_layout
33597
33598 \end_inset
33599
33600 回転した
33601 \begin_inset ERT
33602 status collapsed
33603
33604 \begin_layout Plain Layout
33605
33606 }
33607 \end_layout
33608
33609 \end_inset
33610
33611  文章を含む行です。
33612 \end_layout
33613
33614 \begin_layout Standard
33615 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33616 \end_layout
33617
33618 \begin_layout Standard
33619 これは、
33620 \begin_inset ERT
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624
33625
33626 \backslash
33627 rotatebox[origin=r]{-60}{
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \begin_inset Box Doublebox
33634 position "c"
33635 hor_pos "c"
33636 has_inner_box 0
33637 inner_pos "c"
33638 use_parbox 0
33639 use_makebox 0
33640 width "1in"
33641 special "width"
33642 height "1in"
33643 height_special "totalheight"
33644 status open
33645
33646 \begin_layout Plain Layout
33647 回転した
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \begin_inset ERT
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657
33658 }
33659 \end_layout
33660
33661 \end_inset
33662
33663 枠付き文章と
33664 \begin_inset ERT
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668
33669
33670 \backslash
33671 rotatebox[origin=lb]{60}{
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33678 \end_inset
33679
33680
33681 \begin_inset ERT
33682 status collapsed
33683
33684 \begin_layout Plain Layout
33685
33686 }
33687 \end_layout
33688
33689 \end_inset
33690
33691 数式を含む行です。
33692 \end_layout
33693
33694 \begin_layout Standard
33695 あるいは、以下のように図や表を入れることもできます。
33696 \end_layout
33697
33698 \begin_layout Standard
33699 これは、
33700 \begin_inset ERT
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704
33705
33706 \backslash
33707 rotatebox[origin=lb]{90}{
33708 \end_layout
33709
33710 \end_inset
33711
33712
33713 \begin_inset Graphics
33714         filename ../clipart/platypus.eps
33715         lyxscale 50
33716         width 25col%
33717
33718 \end_inset
33719
33720
33721 \begin_inset ERT
33722 status collapsed
33723
33724 \begin_layout Plain Layout
33725
33726 }
33727 \end_layout
33728
33729 \end_inset
33730
33731 回転した画像と
33732 \begin_inset ERT
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736
33737
33738 \backslash
33739 rotatebox[origin=l]{-90}{
33740 \end_layout
33741
33742 \end_inset
33743
33744
33745 \begin_inset Tabular
33746 <lyxtabular version="3" rows="2" columns="2">
33747 <features rotate="0" tabularvalignment="middle">
33748 <column alignment="center" valignment="top">
33749 <column alignment="center" valignment="top">
33750 <row>
33751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33752 \begin_inset Text
33753
33754 \begin_layout Plain Layout
33755 q
33756 \end_layout
33757
33758 \end_inset
33759 </cell>
33760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33761 \begin_inset Text
33762
33763 \begin_layout Plain Layout
33764 w
33765 \end_layout
33766
33767 \end_inset
33768 </cell>
33769 </row>
33770 <row>
33771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33772 \begin_inset Text
33773
33774 \begin_layout Plain Layout
33775 e
33776 \end_layout
33777
33778 \end_inset
33779 </cell>
33780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33781 \begin_inset Text
33782
33783 \begin_layout Plain Layout
33784 r
33785 \end_layout
33786
33787 \end_inset
33788 </cell>
33789 </row>
33790 </lyxtabular>
33791
33792 \end_inset
33793
33794
33795 \begin_inset ERT
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799
33800 }
33801 \end_layout
33802
33803 \end_inset
33804
33805 表を含む行です。
33806 \end_layout
33807
33808 \begin_layout Subsection
33809 ボックスの伸縮
33810 \begin_inset Index idx
33811 status collapsed
33812
33813 \begin_layout Plain Layout
33814 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \begin_inset Index idx
33821 status collapsed
33822
33823 \begin_layout Plain Layout
33824 しんしゅく@伸縮 ! そざいの@素材の---
33825 \end_layout
33826
33827 \end_inset
33828
33829
33830 \begin_inset Index idx
33831 status collapsed
33832
33833 \begin_layout Plain Layout
33834 ず@図 ! のしんしゅく@---の伸縮
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \begin_inset Index idx
33841 status collapsed
33842
33843 \begin_layout Plain Layout
33844 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Standard
33853 素材を伸縮させるには、TeXコードで
33854 \series bold
33855
33856 \backslash
33857 scalebox
33858 \series default
33859 コマンドと
33860 \series bold
33861
33862 \backslash
33863 resizebox
33864 \series default
33865 コマンドが使えます。
33866 \end_layout
33867
33868 \begin_layout Standard
33869
33870 \series bold
33871
33872 \backslash
33873 scalebox
33874 \series default
33875 は以下の書式で使用します。
33876 \end_layout
33877
33878 \begin_layout Standard
33879
33880 \series bold
33881
33882 \backslash
33883 scalebox{水平方向}[垂直方向]{ボックスの内容}
33884 \end_layout
33885
33886 \begin_layout Standard
33887 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33888 \end_layout
33889
33890 \begin_layout Standard
33891 たとえば、
33892 \series bold
33893
33894 \backslash
33895 scalebox{2}{こんにちは}
33896 \series default
33897 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33898 \begin_inset ERT
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902
33903
33904 \backslash
33905 scalebox{2}{
33906 \end_layout
33907
33908 \end_inset
33909
33910 こんにちは
33911 \begin_inset ERT
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915
33916 }
33917 \end_layout
33918
33919 \end_inset
33920
33921 を生成します。
33922 \end_layout
33923
33924 \begin_layout Standard
33925 これに対し、
33926 \series bold
33927
33928 \backslash
33929 scalebox{2}[1]{こんにちは}
33930 \series default
33931 は、
33932 \begin_inset ERT
33933 status collapsed
33934
33935 \begin_layout Plain Layout
33936
33937
33938 \backslash
33939 scalebox{2}[1]{
33940 \end_layout
33941
33942 \end_inset
33943
33944 こんにちは
33945 \begin_inset ERT
33946 status collapsed
33947
33948 \begin_layout Plain Layout
33949
33950 }
33951 \end_layout
33952
33953 \end_inset
33954
33955 を変形させます。
33956 \end_layout
33957
33958 \begin_layout Standard
33959 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33960 \series bold
33961
33962 \backslash
33963 scalebox{-1}[1]{こんにちは}
33964 \series default
33965 というコマンドは、右のように反転文字を生成するのに使用できます:
33966 \begin_inset ERT
33967 status collapsed
33968
33969 \begin_layout Plain Layout
33970
33971
33972 \backslash
33973 scalebox{-1}[1]{
33974 \end_layout
33975
33976 \end_inset
33977
33978 こんにちは
33979 \begin_inset ERT
33980 status collapsed
33981
33982 \begin_layout Plain Layout
33983
33984 }
33985 \end_layout
33986
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \begin_layout Standard
33993
33994 \series bold
33995
33996 \backslash
33997 scalebox{1}[-1]{こんにちは}
33998 \series default
33999 とすると
34000 \begin_inset ERT
34001 status collapsed
34002
34003 \begin_layout Plain Layout
34004
34005
34006 \backslash
34007 scalebox{1}[-1]{
34008 \end_layout
34009
34010 \end_inset
34011
34012 こんにちは
34013 \begin_inset ERT
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017
34018 }
34019 \end_layout
34020
34021 \end_inset
34022
34023 のようにベースラインで鏡像にします。
34024 \end_layout
34025
34026 \begin_layout Standard
34027
34028 \series bold
34029
34030 \backslash
34031 scalebox{-1}[1]{ボックスの内容}
34032 \series default
34033 と同じ働きをするものとして
34034 \begin_inset Newline newline
34035 \end_inset
34036
34037
34038 \series bold
34039
34040 \backslash
34041 reflectbox{ボックスの内容}
34042 \series default
34043
34044 \begin_inset Newline newline
34045 \end_inset
34046
34047 というコマンドがあります。
34048 \end_layout
34049
34050 \begin_layout Standard
34051 \begin_inset VSpace bigskip
34052 \end_inset
34053
34054 指定した幅や丈にボックスを伸縮させるには、
34055 \series bold
34056
34057 \backslash
34058 resizebox
34059 \series default
34060 を使用します。このコマンドの書式は
34061 \end_layout
34062
34063 \begin_layout Standard
34064
34065 \series bold
34066
34067 \backslash
34068 resizebox{幅}{丈}{ボックスの内容}
34069 \end_layout
34070
34071 \begin_layout Standard
34072 です。上記二つのコマンド引数のうち一つが感嘆符「
34073 \series bold
34074 !
34075 \series default
34076 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
34077 \end_layout
34078
34079 \begin_layout Standard
34080
34081 \series bold
34082
34083 \backslash
34084 resizebox{2cm}{1cm}{こんにちは}
34085 \series default
34086 というコマンドの出力は、
34087 \begin_inset ERT
34088 status collapsed
34089
34090 \begin_layout Plain Layout
34091
34092
34093 \backslash
34094 resizebox{2cm}{1cm}{
34095 \end_layout
34096
34097 \end_inset
34098
34099 こんにちは
34100 \begin_inset ERT
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104
34105 }
34106 \end_layout
34107
34108 \end_inset
34109
34110 となり、
34111 \begin_inset Newline newline
34112 \end_inset
34113
34114
34115 \series bold
34116
34117 \backslash
34118 resizebox{2cm}{!}{こんにちは}
34119 \series default
34120 というコマンドの出力は、
34121 \begin_inset ERT
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125
34126
34127 \backslash
34128 resizebox{2cm}{!}{
34129 \end_layout
34130
34131 \end_inset
34132
34133 こんにちは
34134 \begin_inset ERT
34135 status collapsed
34136
34137 \begin_layout Plain Layout
34138
34139 }
34140 \end_layout
34141
34142 \end_inset
34143
34144 となります。
34145 \end_layout
34146
34147 \begin_layout Standard
34148 \begin_inset VSpace bigskip
34149 \end_inset
34150
34151
34152 \begin_inset Note Greyedout
34153 status open
34154
34155 \begin_layout Plain Layout
34156
34157 \series bold
34158 【註】
34159 \backslash
34160 scalebox
34161 \series default
34162
34163 \series bold
34164
34165 \backslash
34166 resizebox
34167 \series default
34168 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Standard
34177 \begin_inset VSpace bigskip
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \begin_layout Standard
34184 ボックスは好きな順序で組み合わせることができます。たとえば、
34185 \begin_inset Newline newline
34186 \end_inset
34187
34188
34189 \series bold
34190
34191 \backslash
34192 rotatebox[origin=c]{-45}{
34193 \backslash
34194 resizebox{2cm}{!}{
34195 \backslash
34196 reflectbox{こんにちは}}}
34197 \begin_inset Newline newline
34198 \end_inset
34199
34200
34201 \series default
34202 というコマンドは、
34203 \end_layout
34204
34205 \begin_layout Standard
34206 \align center
34207 \begin_inset ERT
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211
34212
34213 \backslash
34214 rotatebox[origin=c]{-45}{
34215 \backslash
34216 resizebox{2cm}{!}{
34217 \backslash
34218 reflectbox{
34219 \end_layout
34220
34221 \end_inset
34222
34223 こんにちは
34224 \begin_inset ERT
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228
34229 }}}
34230 \end_layout
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Standard
34238 \noindent
34239 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34240 \end_layout
34241
34242 \begin_layout Standard
34243 \align center
34244 \begin_inset ERT
34245 status collapsed
34246
34247 \begin_layout Plain Layout
34248
34249
34250 \backslash
34251 rotatebox[origin=c]{-30}{
34252 \backslash
34253 resizebox{2cm}{!}{
34254 \backslash
34255 reflectbox{
34256 \end_layout
34257
34258 \end_inset
34259
34260
34261 \begin_inset Graphics
34262         filename ../clipart/platypus.eps
34263         lyxscale 50
34264         width 25col%
34265
34266 \end_inset
34267
34268
34269 \begin_inset ERT
34270 status collapsed
34271
34272 \begin_layout Plain Layout
34273
34274 }}}
34275 \end_layout
34276
34277 \end_inset
34278
34279
34280 \begin_inset ERT
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284
34285
34286 \backslash
34287 rotatebox[origin=c]{-45}{
34288 \backslash
34289 resizebox{2cm}{!}{
34290 \backslash
34291 reflectbox{
34292 \end_layout
34293
34294 \end_inset
34295
34296
34297 \begin_inset Tabular
34298 <lyxtabular version="3" rows="2" columns="2">
34299 <features rotate="0" tabularvalignment="middle">
34300 <column alignment="center" valignment="top">
34301 <column alignment="center" valignment="top">
34302 <row>
34303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34304 \begin_inset Text
34305
34306 \begin_layout Plain Layout
34307 q
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316 w
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 </row>
34322 <row>
34323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327 e
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34333 \begin_inset Text
34334
34335 \begin_layout Plain Layout
34336 r
34337 \end_layout
34338
34339 \end_inset
34340 </cell>
34341 </row>
34342 </lyxtabular>
34343
34344 \end_inset
34345
34346
34347 \begin_inset ERT
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351
34352 }}}
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \begin_inset ERT
34359 status collapsed
34360
34361 \begin_layout Plain Layout
34362
34363
34364 \backslash
34365 rotatebox[origin=c]{-45}{
34366 \backslash
34367 resizebox{2cm}{!}{
34368 \backslash
34369 reflectbox{
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34376 \end_inset
34377
34378
34379 \begin_inset ERT
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383
34384 }}}
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Standard
34393 文書で大域的に数式様式
34394 \series bold
34395 fleqn
34396 \series default
34397 を使用している場合
34398 \begin_inset Foot
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34403 \end_layout
34404
34405 \end_inset
34406
34407 には、別行建て数式も伸縮させることができます。
34408 \end_layout
34409
34410 \begin_layout Chapter
34411 本文回り込みオブジェクト
34412 \begin_inset Index idx
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416 ほんぶんまわりこみ@本文回り込み
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Section
34425 折返しフロート
34426 \begin_inset CommandInset label
34427 LatexCommand label
34428 name "sec:折返しフロート"
34429
34430 \end_inset
34431
34432
34433 \begin_inset Index idx
34434 status collapsed
34435
34436 \begin_layout Plain Layout
34437 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34438 \end_layout
34439
34440 \end_inset
34441
34442
34443 \begin_inset Index idx
34444 status collapsed
34445
34446 \begin_layout Plain Layout
34447 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34448 \end_layout
34449
34450 \end_inset
34451
34452
34453 \end_layout
34454
34455 \begin_layout Standard
34456 \begin_inset Wrap figure
34457 lines 0
34458 placement l
34459 overhang 1cm
34460 width "40col%"
34461 status open
34462
34463 \begin_layout Plain Layout
34464 \begin_inset Graphics
34465         filename ../clipart/mobius.eps
34466         width 40col%
34467         scaleBeforeRotation
34468         rotateOrigin center
34469
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \begin_layout Plain Layout
34476 \begin_inset Caption Standard
34477
34478 \begin_layout Plain Layout
34479 \begin_inset CommandInset label
34480 LatexCommand label
34481 name "fig:折返し図フロート"
34482
34483 \end_inset
34484
34485 これは折返し図フロートです。
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \end_inset
34494
34495 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
34496 \series bold
34497 wrapfig
34498 \series default
34499
34500 \begin_inset Index idx
34501 status collapsed
34502
34503 \begin_layout Plain Layout
34504 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34505 \end_layout
34506
34507 \end_inset
34508
34509 を導入済みであれば、
34510 \family sans
34511 挿入\SpecialChar \menuseparator
34512 フロート\SpecialChar \menuseparator
34513 折返し図フロート
34514 \family default
34515
34516 \family sans
34517 折返し表フロート
34518 \family default
34519 メニューで挿入することができます
34520 \begin_inset Foot
34521 status collapsed
34522
34523 \begin_layout Plain Layout
34524 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
34525 \end_layout
34526
34527 \end_inset
34528
34529 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34530 \family sans
34531 配置
34532 \family default
34533
34534 \family sans
34535
34536 \family default
34537 です。非必須項目として、
34538 \family sans
34539 ぶら下げ
34540 \family default
34541
34542 \family sans
34543 行幅
34544 \family default
34545 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34546 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34547 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
34548 \begin_inset CommandInset ref
34549 LatexCommand ref
34550 reference "fig:折返し図フロート"
34551
34552 \end_inset
34553
34554 図は、40
34555 \begin_inset space \thinspace{}
34556 \end_inset
34557
34558 列幅%の幅と1
34559 \begin_inset space \thinspace{}
34560 \end_inset
34561
34562 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34563 \end_layout
34564
34565 \begin_layout Standard
34566 \begin_inset Note Greyedout
34567 status open
34568
34569 \begin_layout Plain Layout
34570
34571 \series bold
34572 【註】
34573 \series default
34574 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34575 上書きされて出力されたりします。
34576 \end_layout
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Standard
34584 原則として、
34585 \end_layout
34586
34587 \begin_layout Itemize
34588 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34589 うになってから、正確な位置に挿入しなくてはなりません。
34590 \end_layout
34591
34592 \begin_layout Itemize
34593 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34594 \end_layout
34595
34596 \begin_layout Itemize
34597 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34598 \end_layout
34599
34600 \begin_layout Itemize
34601 折返しフロートは、節見出しや表中に入れることは認められていません。
34602 \end_layout
34603
34604 \begin_layout Itemize
34605 連番や参照は、第
34606 \begin_inset CommandInset ref
34607 LatexCommand ref
34608 reference "chap:フロート"
34609
34610 \end_inset
34611
34612 章で述べられているように動作します。
34613 \end_layout
34614
34615 \begin_layout Section
34616 固定回り込みオブジェクト
34617 \begin_inset Index idx
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34622 \end_layout
34623
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Standard
34630
34631 \begin_inset CommandInset ref
34632 LatexCommand ref
34633 reference "sec:折返しフロート"
34634
34635 \end_inset
34636
34637 節の折返しフロートは、段落中で、以下のような配置がされます。
34638 \end_layout
34639
34640 \begin_layout Standard
34641 \noindent
34642 \align center
34643 \begin_inset Tabular
34644 <lyxtabular version="3" rows="2" columns="2">
34645 <features rotate="0" tabularvalignment="middle">
34646 <column alignment="center" valignment="top">
34647 <column alignment="center" valignment="top">
34648 <row>
34649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34650 \begin_inset Text
34651
34652 \begin_layout Plain Layout
34653 \begin_inset Graphics
34654         filename ../../images/dialog-show-new-inset_graphics.png
34655         scale 70
34656         scaleBeforeRotation
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669 文章
34670 \end_layout
34671
34672 \end_inset
34673 </cell>
34674 </row>
34675 <row>
34676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 文章
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34686 \begin_inset Text
34687
34688 \begin_layout Plain Layout
34689 文章
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 </row>
34695 </lyxtabular>
34696
34697 \end_inset
34698
34699  or 
34700 \begin_inset Tabular
34701 <lyxtabular version="3" rows="2" columns="2">
34702 <features rotate="0" tabularvalignment="middle">
34703 <column alignment="center" valignment="top">
34704 <column alignment="center" valignment="top">
34705 <row>
34706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34707 \begin_inset Text
34708
34709 \begin_layout Plain Layout
34710 文章
34711 \end_layout
34712
34713 \end_inset
34714 </cell>
34715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34716 \begin_inset Text
34717
34718 \begin_layout Plain Layout
34719 \begin_inset Graphics
34720         filename ../../images/dialog-show-new-inset_graphics.png
34721         scale 70
34722         scaleBeforeRotation
34723
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \end_inset
34730 </cell>
34731 </row>
34732 <row>
34733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737 文章
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34743 \begin_inset Text
34744
34745 \begin_layout Plain Layout
34746 文章
34747 \end_layout
34748
34749 \end_inset
34750 </cell>
34751 </row>
34752 </lyxtabular>
34753
34754 \end_inset
34755
34756
34757 \end_layout
34758
34759 \begin_layout Standard
34760 以下に示すいずれかのように、
34761 \begin_inset VSpace defskip
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Standard
34768 \noindent
34769 \align center
34770 \begin_inset Tabular
34771 <lyxtabular version="3" rows="2" columns="2">
34772 <features rotate="0" tabularvalignment="middle">
34773 <column alignment="center" valignment="top">
34774 <column alignment="center" valignment="top">
34775 <row>
34776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34777 \begin_inset Text
34778
34779 \begin_layout Plain Layout
34780 文章
34781 \end_layout
34782
34783 \end_inset
34784 </cell>
34785 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34786 \begin_inset Text
34787
34788 \begin_layout Plain Layout
34789 文章
34790 \end_layout
34791
34792 \end_inset
34793 </cell>
34794 </row>
34795 <row>
34796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 \begin_inset Graphics
34801         filename ../../images/dialog-show-new-inset_graphics.png
34802         scale 70
34803         scaleBeforeRotation
34804
34805 \end_inset
34806
34807
34808 \end_layout
34809
34810 \end_inset
34811 </cell>
34812 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816 文章
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 </row>
34822 </lyxtabular>
34823
34824 \end_inset
34825
34826  
34827 \begin_inset Tabular
34828 <lyxtabular version="3" rows="2" columns="2">
34829 <features rotate="0" tabularvalignment="middle">
34830 <column alignment="center" valignment="top">
34831 <column alignment="center" valignment="top">
34832 <row>
34833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34834 \begin_inset Text
34835
34836 \begin_layout Plain Layout
34837 文章
34838 \end_layout
34839
34840 \end_inset
34841 </cell>
34842 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34843 \begin_inset Text
34844
34845 \begin_layout Plain Layout
34846 文章
34847 \end_layout
34848
34849 \end_inset
34850 </cell>
34851 </row>
34852 <row>
34853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34854 \begin_inset Text
34855
34856 \begin_layout Plain Layout
34857 文章
34858 \end_layout
34859
34860 \end_inset
34861 </cell>
34862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34863 \begin_inset Text
34864
34865 \begin_layout Plain Layout
34866 \begin_inset Graphics
34867         filename ../../images/dialog-show-new-inset_graphics.png
34868         scale 70
34869         scaleBeforeRotation
34870
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \end_inset
34877 </cell>
34878 </row>
34879 </lyxtabular>
34880
34881 \end_inset
34882
34883  
34884 \begin_inset Tabular
34885 <lyxtabular version="3" rows="2" columns="3">
34886 <features rotate="0" tabularvalignment="middle">
34887 <column alignment="center" valignment="top">
34888 <column alignment="center" valignment="top">
34889 <column alignment="center" valignment="top">
34890 <row>
34891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 文章
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 <cell alignment="center" valignment="top" topline="true" usebox="none">
34901 \begin_inset Text
34902
34903 \begin_layout Plain Layout
34904 \begin_inset Graphics
34905         filename ../../images/dialog-show-new-inset_graphics.png
34906         scale 70
34907         scaleBeforeRotation
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \end_inset
34915 </cell>
34916 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920 文章
34921 \end_layout
34922
34923 \end_inset
34924 </cell>
34925 </row>
34926 <row>
34927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34928 \begin_inset Text
34929
34930 \begin_layout Plain Layout
34931 文章
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34937 \begin_inset Text
34938
34939 \begin_layout Plain Layout
34940 文章
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34946 \begin_inset Text
34947
34948 \begin_layout Plain Layout
34949 文章
34950 \end_layout
34951
34952 \end_inset
34953 </cell>
34954 </row>
34955 </lyxtabular>
34956
34957 \end_inset
34958
34959  
34960 \begin_inset Tabular
34961 <lyxtabular version="3" rows="2" columns="3">
34962 <features rotate="0" tabularvalignment="middle">
34963 <column alignment="center" valignment="top">
34964 <column alignment="center" valignment="top">
34965 <column alignment="center" valignment="top">
34966 <row>
34967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971 文章
34972 \end_layout
34973
34974 \end_inset
34975 </cell>
34976 <cell alignment="center" valignment="top" topline="true" usebox="none">
34977 \begin_inset Text
34978
34979 \begin_layout Plain Layout
34980 文章
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34986 \begin_inset Text
34987
34988 \begin_layout Plain Layout
34989 文章
34990 \end_layout
34991
34992 \end_inset
34993 </cell>
34994 </row>
34995 <row>
34996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 文章
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009 \begin_inset Graphics
35010         filename ../../images/dialog-show-new-inset_graphics.png
35011         scale 70
35012         scaleBeforeRotation
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \end_inset
35020 </cell>
35021 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35022 \begin_inset Text
35023
35024 \begin_layout Plain Layout
35025 文章
35026 \end_layout
35027
35028 \end_inset
35029 </cell>
35030 </row>
35031 </lyxtabular>
35032
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Standard
35039 \noindent
35040 \align center
35041 \begin_inset Tabular
35042 <lyxtabular version="3" rows="3" columns="2">
35043 <features rotate="0" tabularvalignment="middle">
35044 <column alignment="center" valignment="top">
35045 <column alignment="center" valignment="top">
35046 <row>
35047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051 文章
35052 \end_layout
35053
35054 \end_inset
35055 </cell>
35056 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35057 \begin_inset Text
35058
35059 \begin_layout Plain Layout
35060 文章
35061 \end_layout
35062
35063 \end_inset
35064 </cell>
35065 </row>
35066 <row>
35067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35068 \begin_inset Text
35069
35070 \begin_layout Plain Layout
35071 \begin_inset Graphics
35072         filename ../../images/dialog-show-new-inset_graphics.png
35073         scale 70
35074         scaleBeforeRotation
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35084 \begin_inset Text
35085
35086 \begin_layout Plain Layout
35087 文章
35088 \end_layout
35089
35090 \end_inset
35091 </cell>
35092 </row>
35093 <row>
35094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35095 \begin_inset Text
35096
35097 \begin_layout Plain Layout
35098 文章
35099 \end_layout
35100
35101 \end_inset
35102 </cell>
35103 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35104 \begin_inset Text
35105
35106 \begin_layout Plain Layout
35107 文章
35108 \end_layout
35109
35110 \end_inset
35111 </cell>
35112 </row>
35113 </lyxtabular>
35114
35115 \end_inset
35116
35117  
35118 \begin_inset Tabular
35119 <lyxtabular version="3" rows="3" columns="3">
35120 <features rotate="0" tabularvalignment="middle">
35121 <column alignment="center" valignment="top">
35122 <column alignment="center" valignment="top">
35123 <column alignment="center" valignment="top">
35124 <row>
35125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35126 \begin_inset Text
35127
35128 \begin_layout Plain Layout
35129 文章
35130 \end_layout
35131
35132 \end_inset
35133 </cell>
35134 <cell alignment="center" valignment="top" topline="true" usebox="none">
35135 \begin_inset Text
35136
35137 \begin_layout Plain Layout
35138 文章
35139 \end_layout
35140
35141 \end_inset
35142 </cell>
35143 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147 文章
35148 \end_layout
35149
35150 \end_inset
35151 </cell>
35152 </row>
35153 <row>
35154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35155 \begin_inset Text
35156
35157 \begin_layout Plain Layout
35158 文章
35159 \end_layout
35160
35161 \end_inset
35162 </cell>
35163 <cell alignment="center" valignment="top" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167 \begin_inset Graphics
35168         filename ../../images/dialog-show-new-inset_graphics.png
35169         scale 70
35170         scaleBeforeRotation
35171
35172 \end_inset
35173
35174
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35180 \begin_inset Text
35181
35182 \begin_layout Plain Layout
35183 文章
35184 \end_layout
35185
35186 \end_inset
35187 </cell>
35188 </row>
35189 <row>
35190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35191 \begin_inset Text
35192
35193 \begin_layout Plain Layout
35194 文章
35195 \end_layout
35196
35197 \end_inset
35198 </cell>
35199 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35200 \begin_inset Text
35201
35202 \begin_layout Plain Layout
35203 文章
35204 \end_layout
35205
35206 \end_inset
35207 </cell>
35208 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35209 \begin_inset Text
35210
35211 \begin_layout Plain Layout
35212 文章
35213 \end_layout
35214
35215 \end_inset
35216 </cell>
35217 </row>
35218 </lyxtabular>
35219
35220 \end_inset
35221
35222  
35223 \begin_inset Tabular
35224 <lyxtabular version="3" rows="3" columns="2">
35225 <features rotate="0" tabularvalignment="middle">
35226 <column alignment="center" valignment="top">
35227 <column alignment="center" valignment="top">
35228 <row>
35229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233 文章
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35239 \begin_inset Text
35240
35241 \begin_layout Plain Layout
35242 文章
35243 \end_layout
35244
35245 \end_inset
35246 </cell>
35247 </row>
35248 <row>
35249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35250 \begin_inset Text
35251
35252 \begin_layout Plain Layout
35253 文章
35254 \end_layout
35255
35256 \end_inset
35257 </cell>
35258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35259 \begin_inset Text
35260
35261 \begin_layout Plain Layout
35262 \begin_inset Graphics
35263         filename ../../images/dialog-show-new-inset_graphics.png
35264         scale 70
35265         scaleBeforeRotation
35266
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \end_inset
35273 </cell>
35274 </row>
35275 <row>
35276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35277 \begin_inset Text
35278
35279 \begin_layout Plain Layout
35280 文章
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289 文章
35290 \end_layout
35291
35292 \end_inset
35293 </cell>
35294 </row>
35295 </lyxtabular>
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \begin_layout Standard
35303 \noindent
35304 オブジェクトを挿入した場所に正確に配置したい時には、
35305 \series bold
35306 picinpar
35307 \series default
35308
35309 \begin_inset Index idx
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
35314 \end_layout
35315
35316 \end_inset
35317
35318 LaTeXパッケージを使うことができます。下記はその用例です。
35319 \end_layout
35320
35321 \begin_layout Standard
35322 \begin_inset ERT
35323 status collapsed
35324
35325 \begin_layout Plain Layout
35326
35327
35328 \backslash
35329 ifpicinpar
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \begin_inset Note Note
35336 status open
35337
35338 \begin_layout Plain Layout
35339 以下の部分は、LaTeXパッケージ
35340 \series bold
35341 picinpar
35342 \series default
35343 が導入されているときのみ表示されます。
35344 \end_layout
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \begin_layout Standard
35352 \begin_inset ERT
35353 status collapsed
35354
35355 \begin_layout Plain Layout
35356
35357
35358 \backslash
35359 begin{window}[2,c,{
35360 \end_layout
35361
35362 \end_inset
35363
35364
35365 \begin_inset Graphics
35366         filename ../clipart/mobius.eps
35367         lyxscale 60
35368         width 40col%
35369         scaleBeforeRotation
35370         rotateOrigin center
35371
35372 \end_inset
35373
35374
35375 \begin_inset ERT
35376 status collapsed
35377
35378 \begin_layout Plain Layout
35379
35380 },]
35381 \end_layout
35382
35383 \begin_layout Plain Layout
35384
35385 {}
35386 \end_layout
35387
35388 \end_inset
35389
35390
35391 \size small
35392 It was in the spring of the year 1894 that all London was interested, and
35393  the fashionable world dismayed, by the murder of the Honourable Ronald
35394  Adair under most unusual and inexplicable circumstances.
35395  The public has already learned those particulars of the crime which
35396 \size default
35397
35398 \begin_inset ERT
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402
35403
35404 \backslash
35405 footnotemark{}
35406 \end_layout
35407
35408 \end_inset
35409
35410
35411 \size small
35412  came out in the police investigation, but a good deal was suppressed upon
35413  that occasion, since the case for the prosecution was so overwhelmingly
35414  strong that it was not necessary to bring forward all the facts.
35415  Only now, at the end of nearly ten years, am I allowed to supply those
35416  missing links which make up the whole of that remarkable chain.
35417 \size default
35418
35419 \begin_inset ERT
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423
35424
35425 \backslash
35426 end{window}
35427 \end_layout
35428
35429 \end_inset
35430
35431
35432 \end_layout
35433
35434 \begin_layout Standard
35435 \begin_inset ERT
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439
35440
35441 \backslash
35442 footnotetext{
35443 \end_layout
35444
35445 \end_inset
35446
35447 固定オブジェクトのある段落の脚注
35448 \begin_inset ERT
35449 status collapsed
35450
35451 \begin_layout Plain Layout
35452
35453 }
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \begin_layout Standard
35462 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35463 ートとは違って、連番のキャプションをつけることはできません。
35464 \end_layout
35465
35466 \begin_layout Standard
35467 固定オブジェクトは、段落冒頭にTeXコードで
35468 \end_layout
35469
35470 \begin_layout Standard
35471
35472 \series bold
35473
35474 \backslash
35475 begin{window}[2,c,{
35476 \end_layout
35477
35478 \begin_layout Standard
35479 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35480 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35481 段幅の40
35482 \begin_inset space \thinspace{}
35483 \end_inset
35484
35485 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35486 \end_layout
35487
35488 \begin_layout Standard
35489
35490 \series bold
35491 },説明文]
35492 \begin_inset Newline newline
35493 \end_inset
35494
35495 {}
35496 \end_layout
35497
35498 \begin_layout Standard
35499 というコマンドが挿入されています。2行目に「
35500 \series bold
35501 {}
35502 \series default
35503 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35504 \series bold
35505 {}
35506 \series default
35507 の直後から書き始めてください。段落末には、
35508 \end_layout
35509
35510 \begin_layout Standard
35511
35512 \series bold
35513
35514 \backslash
35515 end{window}
35516 \end_layout
35517
35518 \begin_layout Standard
35519 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35520 \begin_inset CommandInset ref
35521 LatexCommand ref
35522 reference "sec:脚注"
35523
35524 \end_inset
35525
35526 節にあるように、代わりに、段落内で
35527 \series bold
35528
35529 \backslash
35530 footnotemark
35531 \series default
35532 コマンドを使用し、段落外に
35533 \series bold
35534
35535 \backslash
35536 footnotetext
35537 \series default
35538 コマンドを用いてください。
35539 \end_layout
35540
35541 \begin_layout Standard
35542 \begin_inset ERT
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546
35547
35548 \backslash
35549 else
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \begin_inset Note Note
35556 status open
35557
35558 \begin_layout Plain Layout
35559 以下の部分は、LaTeXパッケージ
35560 \series bold
35561 picinpar
35562 \series default
35563 が導入されていないときのみ表示されます。
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \begin_layout Standard
35572 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35573 \series bold
35574 picinpar
35575 \series default
35576 を導入する必要があります。
35577 \end_layout
35578
35579 \begin_layout Standard
35580 \begin_inset ERT
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584
35585
35586 \backslash
35587 fi
35588 \end_layout
35589
35590 \end_inset
35591
35592
35593 \end_layout
35594
35595 \begin_layout Section
35596 頭文字
35597 \begin_inset Index idx
35598 status collapsed
35599
35600 \begin_layout Plain Layout
35601 かしらもじ@頭文字
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \begin_inset Index idx
35608 status collapsed
35609
35610 \begin_layout Plain Layout
35611 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35612 \end_layout
35613
35614 \end_inset
35615
35616
35617 \end_layout
35618
35619 \begin_layout Standard
35620 頭文字を用いるには、LaTeXパッケージ
35621 \begin_inset Index idx
35622 status collapsed
35623
35624 \begin_layout Plain Layout
35625 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
35626 \end_layout
35627
35628 \end_inset
35629
35630 が導入済みでなくてはならず、文書中で
35631 \family sans
35632 頭文字
35633 \family default
35634 モジュールを使用する必要があります(
35635 \family sans
35636 文書\SpecialChar \menuseparator
35637 設定\SpecialChar \menuseparator
35638 モジュール
35639 \family default
35640 メニュー)。頭文字を挿入するには、
35641 \family sans
35642 頭文字
35643 \family default
35644 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35645 \family sans
35646 挿入
35647 \family default
35648 メニューから挿入できます。必須引数
35649 \family sans
35650 頭文字
35651 \family default
35652 には、頭文字にする文字を入れ、引数
35653 \family sans
35654 頭文字の残り
35655 \family default
35656 には、頭文字の単語若しくは文字列の残りが入ります。引数
35657 \family sans
35658 オプション
35659 \family default
35660 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35661 \series bold
35662 lettrine
35663 \series default
35664 の取扱説明書
35665 \begin_inset CommandInset citation
35666 LatexCommand cite
35667 key "lettrine"
35668
35669 \end_inset
35670
35671 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35672 \shape smallcaps
35673 スモールキャップ体(small caps
35674 \shape default
35675 )で印字されます。
35676 \end_layout
35677
35678 \begin_layout Standard
35679 下記がその例です。
35680 \end_layout
35681
35682 \begin_layout Standard
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688
35689 \backslash
35690 iflettrine
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \begin_inset Note Note
35697 status open
35698
35699 \begin_layout Plain Layout
35700 以下の部分は、LaTeXパッケージ
35701 \series bold
35702 lettrine
35703 \series default
35704 が導入されているときのみ表示されます。
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \end_layout
35711
35712 \begin_layout Enumerate
35713 非必須引数なし。頭文字は、数式フォント
35714 \begin_inset Formula $\mathfrak{Fraktur}$
35715 \end_inset
35716
35717 の「I」。
35718 \end_layout
35719
35720 \begin_deeper
35721 \begin_layout Initial
35722 \begin_inset Argument 2
35723 status open
35724
35725 \begin_layout Plain Layout
35726 \begin_inset Formula $\mathfrak{I}$
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \begin_inset Argument 3
35736 status open
35737
35738 \begin_layout Plain Layout
35739 t
35740 \end_layout
35741
35742 \end_inset
35743
35744  was in the spring of the year 1894 that all London was interested, and
35745  the fashionable world dismayed, by the murder of the Honourable Ronald
35746  Adair under most unusual and inexplicable circumstances.
35747  The public has already learned those particulars of the crime which came
35748  out in the police investigation, but a good deal was suppressed upon that
35749  occasion, since the case for the prosecution was so overwhelmingly strong
35750  that it was not necessary to bring forward all the facts.
35751 \begin_inset Newpage newpage
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \end_deeper
35758 \begin_layout Enumerate
35759 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35760 \end_layout
35761
35762 \begin_deeper
35763 \begin_layout Initial
35764 \begin_inset Argument 1
35765 status open
35766
35767 \begin_layout Plain Layout
35768 lines=1
35769 \end_layout
35770
35771 \end_inset
35772
35773
35774 \begin_inset Argument 2
35775 status open
35776
35777 \begin_layout Plain Layout
35778 It
35779 \end_layout
35780
35781 \end_inset
35782
35783  was in the spring of the year 1894 that all London was interested, and
35784  the fashionable world dismayed, by the murder of the Honourable Ronald
35785  Adair under most unusual and inexplicable circumstances.
35786  The public has already learned those particulars of the crime which came
35787  out in the police investigation, but a good deal was suppressed upon that
35788  occasion, since the case for the prosecution was so overwhelmingly strong
35789  that it was not necessary to bring forward all the facts.
35790 \end_layout
35791
35792 \end_deeper
35793 \begin_layout Enumerate
35794 ぶら下がり頭文字は、数式フォント
35795 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35796 \end_inset
35797
35798 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35799 \shape smallcaps
35800 スモールキャップ体
35801 \shape default
35802 。頭文字に色をつけるには、頭文字の前に
35803 \begin_inset Newline newline
35804 \end_inset
35805
35806
35807 \series bold
35808
35809 \backslash
35810 renewcommand{
35811 \backslash
35812 LettrineFontHook}{
35813 \backslash
35814 color{色}}
35815 \series default
35816
35817 \begin_inset Newline newline
35818 \end_inset
35819
35820 というコマンドを挿入しなくてはなりません。ここで、
35821 \emph on
35822
35823 \emph default
35824 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35825 ブルに
35826 \begin_inset Newline newline
35827 \end_inset
35828
35829
35830 \series bold
35831
35832 \backslash
35833 @ifundefined{textcolor}
35834 \begin_inset Newline newline
35835 \end_inset
35836
35837
35838 \begin_inset space ~
35839 \end_inset
35840
35841 {
35842 \backslash
35843 usepackage{color}}{}
35844 \begin_inset Newline newline
35845 \end_inset
35846
35847
35848 \series default
35849 というコマンドを書きこんでおかなくてはなりません。
35850 \end_layout
35851
35852 \begin_deeper
35853 \begin_layout Standard
35854 \begin_inset ERT
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858
35859
35860 \backslash
35861 renewcommand{
35862 \backslash
35863 LettrineFontHook}{
35864 \backslash
35865 color{magenta}}
35866 \end_layout
35867
35868 \end_inset
35869
35870
35871 \begin_inset Note Note
35872 status collapsed
35873
35874 \begin_layout Plain Layout
35875
35876 \lang english
35877 makes the initial magenta
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \begin_layout Initial
35886 \begin_inset Argument 1
35887 status open
35888
35889 \begin_layout Plain Layout
35890 lines=3, lhang=0.33, loversize=0.25
35891 \end_layout
35892
35893 \end_inset
35894
35895
35896 \begin_inset Argument 2
35897 status open
35898
35899 \begin_layout Plain Layout
35900 \begin_inset Formula $\mathcal{I}$
35901 \end_inset
35902
35903
35904 \end_layout
35905
35906 \end_inset
35907
35908
35909 \begin_inset Argument 3
35910 status open
35911
35912 \begin_layout Plain Layout
35913 t was in the spring
35914 \end_layout
35915
35916 \end_inset
35917
35918  of the year 1894 that all London was interested, and the fashionable world
35919  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35920  and inexplicable circumstances.
35921  The public has already learned those particulars of the crime which came
35922  out in the police investigation, but a good deal was suppressed upon that
35923  occasion, since the case for the prosecution was so overwhelmingly strong
35924  that it was not necessary to bring forward all the facts.
35925 \end_layout
35926
35927 \end_deeper
35928 \begin_layout Standard
35929 \begin_inset ERT
35930 status collapsed
35931
35932 \begin_layout Plain Layout
35933
35934
35935 \backslash
35936 else
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \begin_inset Note Note
35943 status open
35944
35945 \begin_layout Plain Layout
35946 以下の部分は、LaTeXパッケージ
35947 \series bold
35948 lettrine
35949 \series default
35950 が導入されていないときのみ表示されます。
35951 \end_layout
35952
35953 \end_inset
35954
35955
35956 \end_layout
35957
35958 \begin_layout Standard
35959 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35960 \series bold
35961 lettrine
35962 \series default
35963 を導入する必要があります。
35964 \end_layout
35965
35966 \begin_layout Standard
35967 \begin_inset ERT
35968 status collapsed
35969
35970 \begin_layout Plain Layout
35971
35972
35973 \backslash
35974 fi
35975 \end_layout
35976
35977 \end_inset
35978
35979
35980 \end_layout
35981
35982 \begin_layout Chapter
35983 外部文書構成要素
35984 \begin_inset Index idx
35985 status collapsed
35986
35987 \begin_layout Plain Layout
35988 がいぶぶんしょこうせいようそ@外部文書構成要素
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \end_layout
35995
35996 \begin_layout Standard
35997
35998 \family sans
35999 挿入\SpecialChar \menuseparator
36000 ファイル
36001 \family default
36002 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
36003 \end_layout
36004
36005 \begin_layout Description
36006 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
36007 \end_layout
36008
36009 \begin_layout Description
36010 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
36011 \end_layout
36012
36013 \begin_layout Description
36014 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
36015 \end_layout
36016
36017 \begin_layout Description
36018 外部素材 様々な書式のファイル。
36019 \end_layout
36020
36021 \begin_layout Description
36022 子文書 LyXあるいはLaTeX文書。
36023 \end_layout
36024
36025 \begin_layout Section
36026 外部素材
36027 \begin_inset Index idx
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36032 \end_layout
36033
36034 \end_inset
36035
36036
36037 \end_layout
36038
36039 \begin_layout Standard
36040 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
36041 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
36042 \family sans
36043 操作性\SpecialChar \menuseparator
36044 表示
36045 \family default
36046 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
36047 \end_layout
36048
36049 \begin_layout Standard
36050 外部素材は、
36051 \family sans
36052 挿入
36053 \family default
36054 \SpecialChar \menuseparator
36055
36056 \family sans
36057 ファイル
36058 \family default
36059 \SpecialChar \menuseparator
36060
36061 \family sans
36062 外部素材
36063 \family default
36064 メニューで開くことのできる
36065 \family sans
36066 外部素材
36067 \family default
36068 ダイアログから挿入することができます。目下、以下のファイル形式(
36069 \family sans
36070 ひな型
36071 \family default
36072 )が使用できます。
36073 \end_layout
36074
36075 \begin_layout Description
36076 チェス棋譜 このひな型は、
36077 \series bold
36078
36079 \begin_inset CommandInset href
36080 LatexCommand href
36081 name "XBoard"
36082 target "http://en.wikipedia.org/wiki/XBoard"
36083
36084 \end_inset
36085
36086
36087 \series default
36088 プログラムで作成されたチェス棋譜をサポートします。
36089 \end_layout
36090
36091 \begin_layout Description
36092 日付 これは、
36093 \emph on
36094 日-月-年
36095 \emph default
36096 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
36097 \begin_inset External
36098         template Date
36099         filename ../../trunk/lib/trunk/lib/doc/ja
36100
36101 \end_inset
36102
36103
36104 \begin_inset space ~
36105 \end_inset
36106
36107
36108 \begin_inset Note Note
36109 status collapsed
36110
36111 \begin_layout Plain Layout
36112 バグ4398が修正されたら、この保護空白は削除してください!
36113 \end_layout
36114
36115 \end_inset
36116
36117
36118 \begin_inset Newline newline
36119 \end_inset
36120
36121 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
36122 \family sans
36123 挿入
36124 \family default
36125 \SpecialChar \menuseparator
36126 日付メニューを使用する方法で、他はLaTeXコマンドの
36127 \series bold
36128
36129 \backslash
36130 today
36131 \series default
36132 をTeXコードで使用する方法です。これらの各方法は、表
36133 \begin_inset CommandInset ref
36134 LatexCommand ref
36135 reference "tab:日付挿入方法"
36136
36137 \end_inset
36138
36139 に比較を掲載しておきます。
36140 \end_layout
36141
36142 \begin_layout Description
36143 Dia このひな型は、
36144 \series bold
36145
36146 \begin_inset CommandInset href
36147 LatexCommand href
36148 name "Dia"
36149 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"
36150
36151 \end_inset
36152
36153
36154 \series default
36155 プログラムで作成したダイアグラムをサポートします。
36156 \end_layout
36157
36158 \begin_layout Description
36159 Gnumeric表計算表 このひな形では、
36160 \series bold
36161
36162 \begin_inset CommandInset href
36163 LatexCommand href
36164 name "Gnumeric"
36165 target "http://ja.wikipedia.org/wiki/Gnumeric"
36166
36167 \end_inset
36168
36169
36170 \series default
36171
36172 \begin_inset CommandInset href
36173 LatexCommand href
36174 name "OpenDocument"
36175 target "http://ja.wikipedia.org/wiki/OpenDocument"
36176
36177 \end_inset
36178
36179
36180 \begin_inset CommandInset href
36181 LatexCommand href
36182 name "Microsoft Office XML"
36183 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36184
36185 \end_inset
36186
36187
36188 \begin_inset CommandInset href
36189 LatexCommand href
36190 name "Office Open XML"
36191 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36192
36193 \end_inset
36194
36195 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
36196 \family typewriter
36197 ssconvert
36198 \family default
36199 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
36200 みである必要があります。用例と制約については、LyX用例ファイル
36201 \emph on
36202 spreadsheet.lyx
36203 \emph default
36204 をご覧ください。
36205 \end_layout
36206
36207 \begin_layout Description
36208 Lilypond組版楽譜 このひな型は、
36209 \series bold
36210
36211 \begin_inset CommandInset href
36212 LatexCommand href
36213 name "LilyPond"
36214 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36215
36216 \end_inset
36217
36218
36219 \series default
36220 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
36221 \emph on
36222 lilypond.lyx
36223 \emph default
36224 をご覧ください。
36225 \end_layout
36226
36227 \begin_layout Description
36228 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36229 \family sans
36230 LaTeXとLyXオプション
36231 \family default
36232 タブ中の
36233 \family sans
36234 オプション
36235 \family default
36236 フィールドに
36237 \emph on
36238 pages
36239 \emph default
36240 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
36241 \series bold
36242 pages={3,5,6,8}
36243 \series default
36244 の形で入れる)やページ範囲(
36245 \series bold
36246 pages={4-9}
36247 \series default
36248 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
36249 \series bold
36250 pages={3,{},8-11,15}
36251 \series default
36252 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
36253 \emph on
36254 開始頁-終了頁
36255 \emph default
36256 の文法で指定します。これは、
36257 \emph on
36258 開始頁
36259 \emph default
36260
36261 \emph on
36262 終了頁
36263 \emph default
36264 の間のすべてのページを選択します。
36265 \emph on
36266 開始頁
36267 \emph default
36268 を省略すると、1ページ目を指定したのと同じ事になり、
36269 \emph on
36270 終了頁
36271 \emph default
36272 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
36273 \series bold
36274 last
36275 \series default
36276 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
36277 \series bold
36278 pages=-
36279 \series default
36280 は文書の全ページを挿入することになり、
36281 \series bold
36282 pages=last-1
36283 \series default
36284 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
36285 \begin_inset Newline newline
36286 \end_inset
36287
36288
36289 \series bold
36290 noautoscale
36291 \series default
36292 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
36293 \family sans
36294 寸法と回転
36295 \family default
36296 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
36297 \series bold
36298 noautoscale
36299 \series default
36300 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
36301 \series bold
36302 pdfpages
36303 \series default
36304 の取扱説明書
36305 \begin_inset CommandInset citation
36306 LatexCommand cite
36307 key "pdfpages"
36308
36309 \end_inset
36310
36311 をご参照ください。
36312 \begin_inset Index idx
36313 status collapsed
36314
36315 \begin_layout Plain Layout
36316 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
36317 \end_layout
36318
36319 \end_inset
36320
36321
36322 \begin_inset Newline newline
36323 \end_inset
36324
36325 このひな型を
36326 \family sans
36327 Beamer
36328 \family default
36329 プレゼンテーションで使用するには、まず
36330 \family sans
36331 フレーム終了
36332 \family default
36333 環境を挿入して、続く段落でTeXコードボックスを挿入し、
36334 \series bold
36335
36336 \backslash
36337 setbeamertemplate{background canvas}{}
36338 \series default
36339 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
36340 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
36341 に、ひな型を含む段落には、
36342 \family sans
36343 既定
36344 \family default
36345 配置を用いるようにしてください。
36346 \begin_inset Newline newline
36347 \end_inset
36348
36349 下記は、-5度回転させたPDFを取り込んだものです。
36350 \begin_inset Newline newline
36351 \end_inset
36352
36353
36354 \begin_inset Graphics
36355         filename ../clipart/Abstract.pdf
36356         rotateAngle -5
36357         rotateOrigin leftBottom
36358
36359 \end_inset
36360
36361
36362 \begin_inset Newline newline
36363 \end_inset
36364
36365
36366 \begin_inset Note Greyedout
36367 status open
36368
36369 \begin_layout Plain Layout
36370
36371 \series bold
36372 【訳註】
36373 \series default
36374 LaTeXパッケージ
36375 \series bold
36376 pdfpages
36377 \series default
36378 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
36379 \series bold
36380 pdfpages
36381 \series default
36382 取扱説明書
36383 \begin_inset CommandInset citation
36384 LatexCommand cite
36385 key "pdfpages"
36386
36387 \end_inset
36388
36389 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
36390 \family sans
36391 挿入\SpecialChar \menuseparator
36392 ファイル\SpecialChar \menuseparator
36393 外部素材
36394 \family default
36395
36396 \family sans
36397 ひな型
36398 \family default
36399
36400 \family sans
36401 PDFページ
36402 \family default
36403 を指定して挿入されていますが、ここでは
36404 \family sans
36405 挿入\SpecialChar \menuseparator
36406 画像
36407 \family default
36408 を使用して挿入しています。
36409 \end_layout
36410
36411 \end_inset
36412
36413
36414 \end_layout
36415
36416 \begin_layout Description
36417 ラスターイメージ これはビットマップ画像に使用します。
36418 \family sans
36419 外部素材
36420 \family default
36421 ダイアログを使って入れる画像は、第
36422 \begin_inset CommandInset ref
36423 LatexCommand ref
36424 reference "sec:画像ダイアログ"
36425
36426 \end_inset
36427
36428 節にあるように
36429 \family sans
36430 画像
36431 \family default
36432 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36433 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36434 \begin_inset External
36435         template RasterImage
36436         filename clipart/ToolbarEnvBox.png
36437
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \begin_layout Description
36444 XFig このひな型は、
36445 \series bold
36446
36447 \begin_inset CommandInset href
36448 LatexCommand href
36449 name "Xfig"
36450 target "http://ja.wikipedia.org/wiki/Xfig"
36451
36452 \end_inset
36453
36454
36455 \series default
36456 プログラムで作成した画像をサポートします。
36457 \end_layout
36458
36459 \begin_layout Standard
36460 \begin_inset Float table
36461 placement !h
36462 wide false
36463 sideways false
36464 status open
36465
36466 \begin_layout Plain Layout
36467 \begin_inset Caption Standard
36468
36469 \begin_layout Plain Layout
36470 \begin_inset CommandInset label
36471 LatexCommand label
36472 name "tab:日付挿入方法"
36473
36474 \end_inset
36475
36476 日付の挿入方法の比較
36477 \end_layout
36478
36479 \end_inset
36480
36481
36482 \end_layout
36483
36484 \begin_layout Plain Layout
36485 \align center
36486 \begin_inset Tabular
36487 <lyxtabular version="3" rows="4" columns="4">
36488 <features rotate="0" tabularvalignment="middle">
36489 <column alignment="center" valignment="top">
36490 <column alignment="center" valignment="top">
36491 <column alignment="center" valignment="top">
36492 <column alignment="center" valignment="top">
36493 <row>
36494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36495 \begin_inset Text
36496
36497 \begin_layout Plain Layout
36498 文書書式
36499 \end_layout
36500
36501 \end_inset
36502 </cell>
36503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36504 \begin_inset Text
36505
36506 \begin_layout Plain Layout
36507
36508 \family sans
36509 外部素材\SpecialChar \menuseparator
36510 日付
36511 \end_layout
36512
36513 \end_inset
36514 </cell>
36515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36516 \begin_inset Text
36517
36518 \begin_layout Plain Layout
36519
36520 \family sans
36521 挿入\SpecialChar \menuseparator
36522 日付
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36528 \begin_inset Text
36529
36530 \begin_layout Plain Layout
36531
36532 \series bold
36533
36534 \backslash
36535 today
36536 \series default
36537 コマンド
36538 \end_layout
36539
36540 \end_inset
36541 </cell>
36542 </row>
36543 <row>
36544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36545 \begin_inset Text
36546
36547 \begin_layout Plain Layout
36548 LyX
36549 \end_layout
36550
36551 \end_inset
36552 </cell>
36553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36554 \begin_inset Text
36555
36556 \begin_layout Plain Layout
36557 差込枠として
36558 \end_layout
36559
36560 \end_inset
36561 </cell>
36562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36563 \begin_inset Text
36564
36565 \begin_layout Plain Layout
36566 日付として
36567 \end_layout
36568
36569 \end_inset
36570 </cell>
36571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36572 \begin_inset Text
36573
36574 \begin_layout Plain Layout
36575 TeXコード差込枠として
36576 \end_layout
36577
36578 \end_inset
36579 </cell>
36580 </row>
36581 <row>
36582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36583 \begin_inset Text
36584
36585 \begin_layout Plain Layout
36586 LaTeX
36587 \end_layout
36588
36589 \end_inset
36590 </cell>
36591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36592 \begin_inset Text
36593
36594 \begin_layout Plain Layout
36595 日付として
36596 \end_layout
36597
36598 \end_inset
36599 </cell>
36600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36601 \begin_inset Text
36602
36603 \begin_layout Plain Layout
36604 日付として
36605 \end_layout
36606
36607 \end_inset
36608 </cell>
36609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36610 \begin_inset Text
36611
36612 \begin_layout Plain Layout
36613 コマンドとして
36614 \end_layout
36615
36616 \end_inset
36617 </cell>
36618 </row>
36619 <row>
36620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36621 \begin_inset Text
36622
36623 \begin_layout Plain Layout
36624 DVI, PDF, PS
36625 \end_layout
36626
36627 \end_inset
36628 </cell>
36629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36630 \begin_inset Text
36631
36632 \begin_layout Plain Layout
36633 日付として
36634 \end_layout
36635
36636 \end_inset
36637 </cell>
36638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36639 \begin_inset Text
36640
36641 \begin_layout Plain Layout
36642 日付として
36643 \end_layout
36644
36645 \end_inset
36646 </cell>
36647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36648 \begin_inset Text
36649
36650 \begin_layout Plain Layout
36651 日付として
36652 \end_layout
36653
36654 \end_inset
36655 </cell>
36656 </row>
36657 </lyxtabular>
36658
36659 \end_inset
36660
36661
36662 \end_layout
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \begin_layout Standard
36670
36671 \family sans
36672 外部素材
36673 \family default
36674 ダイアログの
36675 \family sans
36676 ファイル
36677 \family default
36678 タブ中で
36679 \family sans
36680 下書き
36681 \family default
36682 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36683 \begin_inset Newline newline
36684 \end_inset
36685
36686 LyX中での外部素材は、ダイアログ内の
36687 \family sans
36688 LaTeXとLyXのオプション
36689 \family default
36690 タブにある
36691 \family sans
36692 LyX内に表示
36693 \family default
36694 オプションの指定に従って、
36695 \begin_inset Graphics
36696         filename clipart/ExternalMaterialQt4.png
36697         scale 85
36698         scaleBeforeRotation
36699
36700 \end_inset
36701
36702 のようなボックスとして表示されるか、画像として表示されます。
36703 \end_layout
36704
36705 \begin_layout Standard
36706 取扱説明書
36707 \family sans
36708 \emph on
36709 カスタマイズ篇
36710 \family default
36711 \emph default
36712 には、自製のひな型を定義する方法が説明されています。
36713 \end_layout
36714
36715 \begin_layout Section
36716 子文書
36717 \begin_inset CommandInset label
36718 LatexCommand label
36719 name "sec:子文書"
36720
36721 \end_inset
36722
36723
36724 \begin_inset Index idx
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \begin_inset Index idx
36735 status collapsed
36736
36737 \begin_layout Plain Layout
36738 ふぁいる@ファイル ! いんくるーど@インクルード
36739 \end_layout
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \begin_layout Standard
36747 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36748 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36749 やその一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36750 \end_layout
36751
36752 \begin_layout Standard
36753 親文書を開くことなく子文書で作業できるようにするには、子文書の
36754 \family sans
36755 文書
36756 \family default
36757 \SpecialChar \menuseparator
36758
36759 \family sans
36760 設定
36761 \family default
36762 \SpecialChar \menuseparator
36763
36764 \family sans
36765 文書クラス
36766 \family default
36767 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
36768 \end_layout
36769
36770 \begin_layout Standard
36771 取り込んだ文書は、LyX中で
36772 \begin_inset Graphics
36773         filename clipart/ChildDocumentQt4.png
36774         scale 85
36775         scaleBeforeRotation
36776
36777 \end_inset
36778
36779 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36780 \family sans
36781 挿入
36782 \family default
36783 \SpecialChar \menuseparator
36784
36785 \family sans
36786 ファイル
36787 \family default
36788 \SpecialChar \menuseparator
36789
36790 \family sans
36791 子文書
36792 \family default
36793 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36794 \end_layout
36795
36796 \begin_layout Description
36797 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
36798 \family sans
36799 子文書
36800 \family default
36801 ダイアログの
36802 \family sans
36803 編集
36804 \family default
36805 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
36806 \begin_inset Newline newline
36807 \end_inset
36808
36809
36810 \end_layout
36811
36812 \begin_layout Standard
36813 以下は、
36814 \family sans
36815 Include
36816 \family default
36817 を使用して挿入した子文書です。 
36818 \begin_inset CommandInset include
36819 LatexCommand include
36820 filename "DummyDocument1.lyx"
36821
36822 \end_inset
36823
36824
36825 \end_layout
36826
36827 \begin_layout Standard
36828 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36829 あります。取り込んだ文書のラベルは、第
36830 \begin_inset CommandInset ref
36831 LatexCommand ref
36832 reference "sub:外部文書の第1小節"
36833
36834 \end_inset
36835
36836 小節、のように参照することができます。
36837 \end_layout
36838
36839 \begin_layout Standard
36840 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36841 は、新規頁から始まるように挿入され、改頁して終わります。
36842 \end_layout
36843
36844 \begin_layout Standard
36845 \begin_inset Note Greyedout
36846 status open
36847
36848 \begin_layout Plain Layout
36849
36850 \series bold
36851 【註】
36852 \series default
36853 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
36854 警告が発せられます。
36855 \end_layout
36856
36857 \end_inset
36858
36859
36860 \end_layout
36861
36862 \begin_layout Description
36863 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36864 \end_layout
36865
36866 \begin_deeper
36867 \begin_layout Itemize
36868 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36869 \end_layout
36870
36871 \begin_layout Itemize
36872 Inputファイルは、LyX設定の操作性
36873 \family sans
36874 \SpecialChar \menuseparator
36875 表示
36876 \family default
36877 の下にある
36878 \family sans
36879 画像を表示
36880 \family default
36881 を有効にすると、LyX中でプレビューすることができます。
36882 \end_layout
36883
36884 \begin_layout Itemize
36885 LaTeXコマンドの
36886 \series bold
36887
36888 \backslash
36889 includeonly
36890 \series default
36891 は使用することができません。
36892 \end_layout
36893
36894 \end_deeper
36895 \begin_layout Standard
36896 右は、
36897 \family sans
36898 Input
36899 \family default
36900 を使って挿入した子文書です。 
36901 \begin_inset CommandInset include
36902 LatexCommand input
36903 filename "DummyDocument2.lyx"
36904
36905 \end_inset
36906
36907
36908 \end_layout
36909
36910 \begin_layout Description
36911 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36912 に用いられているコマンドは実行されません。
36913 \family sans
36914 出力の空白に印付けをする
36915 \family default
36916 オプションを有効にすると、ソースコード中のすべての空白文字に「
36917 \begin_inset ERT
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921
36922
36923 \backslash
36924 textvisiblespace 
36925 \end_layout
36926
36927 \end_inset
36928
36929 」文字を表示させることができます。
36930 \family sans
36931 挿入\SpecialChar \menuseparator
36932 ファイル\SpecialChar \menuseparator
36933 平文
36934 \family default
36935 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36936 \end_layout
36937
36938 \begin_layout Standard
36939 以下は、verbatimとして挿入された子文書です。 
36940 \begin_inset CommandInset include
36941 LatexCommand verbatiminput
36942 filename "../DummyTextDocument.txt"
36943
36944 \end_inset
36945
36946
36947 \begin_inset VSpace bigskip
36948 \end_inset
36949
36950 以下は、
36951 \family sans
36952 出力の空白に印付けをする
36953 \family default
36954 オプションを指定して、verbatimとして挿入された子文書です。 
36955 \begin_inset CommandInset include
36956 LatexCommand verbatiminput*
36957 filename "../DummyTextDocument.txt"
36958
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \begin_layout Standard
36965 \begin_inset VSpace bigskip
36966 \end_inset
36967
36968
36969 \end_layout
36970
36971 \begin_layout Standard
36972 \begin_inset Note Greyedout
36973 status open
36974
36975 \begin_layout Plain Layout
36976
36977 \series bold
36978 【註】
36979 \series default
36980 上記の例でわかるように、
36981 \family sans
36982 verbatim
36983 \family default
36984 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36985 \end_layout
36986
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \begin_layout Standard
36993 \begin_inset Note Greyedout
36994 status open
36995
36996 \begin_layout Plain Layout
36997
36998 \series bold
36999 【訳註】
37000 \series default
37001 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
37002 \end_layout
37003
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \begin_layout Description
37010 プログラムリスト この型については、第
37011 \begin_inset CommandInset ref
37012 LatexCommand ref
37013 reference "cha:プログラムコードリスト"
37014
37015 \end_inset
37016
37017 章に説明されています。
37018 \end_layout
37019
37020 \begin_layout Standard
37021 \begin_inset Note Greyedout
37022 status open
37023
37024 \begin_layout Plain Layout
37025
37026 \series bold
37027 【註】
37028 \series default
37029 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
37030 \end_layout
37031
37032 \end_inset
37033
37034
37035 \end_layout
37036
37037 \begin_layout Standard
37038 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
37039 一部を出力から排除することができます。これは、
37040 \family sans
37041 文書\SpecialChar \menuseparator
37042 設定\SpecialChar \menuseparator
37043 子文書
37044 \family default
37045 メニューから行うことができます。そこの一覧中の各子文書の
37046 \family sans
37047 出力に含める
37048 \family default
37049 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
37050 てのみ機能することにご注意ください)。
37051 \family sans
37052 カウンタと引用を維持
37053 \family default
37054 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
37055 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
37056 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
37057 \end_layout
37058
37059 \begin_layout Standard
37060 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
37061 \begin_inset Foot
37062 status collapsed
37063
37064 \begin_layout Plain Layout
37065 派生枝は、LyX
37066 \emph on
37067 ユーザーの手引き
37068 \emph default
37069
37070 \emph on
37071 派生枝
37072 \emph default
37073 の節に説明されています。
37074 \end_layout
37075
37076 \end_inset
37077
37078 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
37079 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
37080 \end_layout
37081
37082 \begin_layout Chapter
37083 プログラムコードリスト
37084 \begin_inset CommandInset label
37085 LatexCommand label
37086 name "cha:プログラムコードリスト"
37087
37088 \end_inset
37089
37090
37091 \begin_inset Index idx
37092 status collapsed
37093
37094 \begin_layout Plain Layout
37095 りすと@リスト
37096 \end_layout
37097
37098 \end_inset
37099
37100
37101 \begin_inset Index idx
37102 status collapsed
37103
37104 \begin_layout Plain Layout
37105 ぷろぐらむこーど@プログラムコード
37106 \end_layout
37107
37108 \end_inset
37109
37110
37111 \begin_inset Index idx
37112 status collapsed
37113
37114 \begin_layout Plain Layout
37115 ふろーと@フロート ! りすと@リスト
37116 \end_layout
37117
37118 \end_inset
37119
37120
37121 \end_layout
37122
37123 \begin_layout Standard
37124 プログラムコードを取り込んで組版するには、
37125 \family sans
37126 挿入
37127 \family default
37128 \SpecialChar \menuseparator
37129
37130 \family sans
37131 プログラムリスト
37132 \family default
37133 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
37134 \series bold
37135 listings
37136 \series default
37137
37138 \begin_inset Index idx
37139 status collapsed
37140
37141 \begin_layout Plain Layout
37142 LaTeXぱっけーじ@LaTeXパッケージ ! listings
37143 \end_layout
37144
37145 \end_inset
37146
37147 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37148 \end_layout
37149
37150 \begin_layout Standard
37151 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37152 \end_layout
37153
37154 \begin_layout Standard
37155 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37156 \family sans
37157 行内リスト
37158 \family default
37159 を指定すると、リストは
37160 \begin_inset listings
37161 lstparams "language={C++}"
37162 inline true
37163 status collapsed
37164
37165 \begin_layout Plain Layout
37166
37167 int a=5;
37168 \end_layout
37169
37170 \end_inset
37171
37172 のように行内に印字されます。
37173 \begin_inset Newline newline
37174 \end_inset
37175
37176
37177 \family sans
37178 フロート
37179 \family default
37180 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37181 \begin_inset CommandInset ref
37182 LatexCommand ref
37183 reference "sec:フロートの配置"
37184
37185 \end_inset
37186
37187 節に説明されているフロート配置オプションに従って、「
37188 \family sans
37189 h
37190 \family default
37191 」「
37192 \family sans
37193 t
37194 \family default
37195 」「
37196 \family sans
37197 b
37198 \family default
37199 」「
37200 \family sans
37201 p
37202 \family default
37203 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37204 \family sans
37205 htbp
37206 \family default
37207 」のように区切りを入れることなく入力することができます。「
37208 \family sans
37209 h
37210 \family default
37211 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37212 \family sans
37213 フロート
37214 \family default
37215 オプションを使用しなければ大丈夫です。
37216 \end_layout
37217
37218 \begin_layout Standard
37219
37220 \family sans
37221 挿入
37222 \family default
37223 \SpecialChar \menuseparator
37224
37225 \family sans
37226 キャプション
37227 \family default
37228 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37229 \begin_inset CommandInset ref
37230 LatexCommand ref
37231 reference "lst:リストフロート"
37232
37233 \end_inset
37234
37235 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
37236 \family sans
37237 挿入
37238 \lang english
37239 \SpecialChar \menuseparator
37240
37241 \lang japanese
37242 一覧/目次
37243 \lang english
37244 \SpecialChar \menuseparator
37245
37246 \lang japanese
37247 プログラムリスト一覧
37248 \family default
37249 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
37250 \end_layout
37251
37252 \begin_layout Standard
37253 \begin_inset listings
37254 lstparams "language=Python"
37255 inline false
37256 status open
37257
37258 \begin_layout Plain Layout
37259
37260 \begin_inset Caption Standard
37261
37262 \begin_layout Plain Layout
37263 \begin_inset CommandInset label
37264 LatexCommand label
37265 name "lst:リストフロート"
37266
37267 \end_inset
37268
37269 Example Listing Float
37270 \end_layout
37271
37272 \end_inset
37273
37274 # Example listing float
37275 \end_layout
37276
37277 \begin_layout Plain Layout
37278
37279 def func(param):
37280 \end_layout
37281
37282 \begin_layout Plain Layout
37283
37284     'this is a python function'
37285 \end_layout
37286
37287 \begin_layout Plain Layout
37288
37289     pass
37290 \end_layout
37291
37292 \end_inset
37293
37294
37295 \end_layout
37296
37297 \begin_layout Standard
37298 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37299 onのキーワード「def」が識別され、ボールド体で出力されます。
37300 \end_layout
37301
37302 \begin_layout Standard
37303 \begin_inset Note Greyedout
37304 status open
37305
37306 \begin_layout Plain Layout
37307
37308 \series bold
37309 【註】
37310 \series default
37311 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37312 \family typewriter
37313 typewriter
37314 \family default
37315 フォントがボールド体を提供していません。この場合には、
37316 \family sans
37317 文書
37318 \family default
37319 \SpecialChar \menuseparator
37320
37321 \family sans
37322 設定
37323 \family default
37324 \SpecialChar \menuseparator
37325
37326 \family sans
37327 フォント
37328 \family default
37329 メニューで別のフォントを選択してください(
37330 \emph on
37331 LuxiMono
37332 \emph default
37333
37334 \emph on
37335 BeraMono
37336 \emph default
37337
37338 \emph on
37339 Courier
37340 \emph default
37341 の各フォントはボールド体を提供します)。
37342 \end_layout
37343
37344 \end_inset
37345
37346
37347 \end_layout
37348
37349 \begin_layout Standard
37350 \begin_inset Note Greyedout
37351 status open
37352
37353 \begin_layout Plain Layout
37354
37355 \series bold
37356 【訳註】
37357 \series default
37358 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37359 \end_layout
37360
37361 \end_inset
37362
37363
37364 \end_layout
37365
37366 \begin_layout Standard
37367 プログラムリストダイアログの
37368 \family sans
37369 行番号
37370 \family default
37371 のセクションでは、行番号の様式を指定することができます。
37372 \family sans
37373 行間
37374 \family default
37375 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37376 \end_layout
37377
37378 \begin_layout Standard
37379 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37380 \family sans
37381 拡張文字コード表を使う
37382 \family default
37383 オプションを使用しなくてはなりません。
37384 \begin_inset Newline newline
37385 \end_inset
37386
37387
37388 \begin_inset Note Greyedout
37389 status open
37390
37391 \begin_layout Plain Layout
37392
37393 \series bold
37394 【訳註】
37395 \series default
37396 これは、pLaTeXではうまく動作しません。
37397 \end_layout
37398
37399 \end_inset
37400
37401
37402 \begin_inset Newline newline
37403 \end_inset
37404
37405 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37406 \begin_inset space \thinspace{}
37407 \end_inset
37408
37409 -
37410 \begin_inset space \thinspace{}
37411 \end_inset
37412
37413 8」で設定したプログラムリストの例です。
37414 \end_layout
37415
37416 \begin_layout Standard
37417 \begin_inset listings
37418 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37419 inline false
37420 status open
37421
37422 \begin_layout Plain Layout
37423
37424 def func(param):
37425 \end_layout
37426
37427 \begin_layout Plain Layout
37428
37429     'this is a python function'
37430 \end_layout
37431
37432 \begin_layout Plain Layout
37433
37434     pass
37435 \end_layout
37436
37437 \begin_layout Plain Layout
37438
37439 def func(param):
37440 \end_layout
37441
37442 \begin_layout Plain Layout
37443
37444 'This is a German word: Tschüß'
37445 \end_layout
37446
37447 \begin_layout Plain Layout
37448
37449 pass
37450 \end_layout
37451
37452 \begin_layout Plain Layout
37453
37454 def func(param):
37455 \end_layout
37456
37457 \begin_layout Plain Layout
37458
37459 'this is a python function'
37460 \end_layout
37461
37462 \begin_layout Plain Layout
37463
37464 pass
37465 \end_layout
37466
37467 \end_inset
37468
37469
37470 \end_layout
37471
37472 \begin_layout Standard
37473 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37474 \family sans
37475 タビュレータの大きさ
37476 \family default
37477 フィールドで指定することができます。
37478 \end_layout
37479
37480 \begin_layout Standard
37481 \begin_inset Note Greyedout
37482 status open
37483
37484 \begin_layout Plain Layout
37485
37486 \series bold
37487 【註】listings
37488 \series default
37489 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37490 に振られているのはこのためです。
37491 \end_layout
37492
37493 \end_inset
37494
37495
37496 \end_layout
37497
37498 \begin_layout Standard
37499 \begin_inset VSpace bigskip
37500 \end_inset
37501
37502
37503 \end_layout
37504
37505 \begin_layout Standard
37506 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37507 \family sans
37508 挿入
37509 \family default
37510 \SpecialChar \menuseparator
37511
37512 \family sans
37513 ファイル
37514 \family default
37515 \SpecialChar \menuseparator
37516
37517 \family sans
37518 子文書
37519 \family default
37520 メニューを使用して
37521 \family sans
37522 プログラムリスト
37523 \family default
37524 型を選択してください
37525 \begin_inset Foot
37526 status collapsed
37527
37528 \begin_layout Plain Layout
37529 他の子文書型については、第 section
37530 \begin_inset space ~
37531 \end_inset
37532
37533
37534 \begin_inset CommandInset ref
37535 LatexCommand ref
37536 reference "sec:子文書"
37537
37538 \end_inset
37539
37540 節に説明があります。
37541 \end_layout
37542
37543 \end_inset
37544
37545 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37546 疑問符「?」を打鍵してください。
37547 \end_layout
37548
37549 \begin_layout Standard
37550 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37551 \family sans
37552 挿入
37553 \family default
37554 \SpecialChar \menuseparator
37555
37556 \family sans
37557 相互参照
37558 \family default
37559 メニューを使って参照できるようになります。
37560 \end_layout
37561
37562 \begin_layout Standard
37563 プログラムリスト
37564 \begin_inset CommandInset ref
37565 LatexCommand ref
37566 reference "lst:file-listing"
37567
37568 \end_inset
37569
37570 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
37571 \end_layout
37572
37573 \begin_layout Standard
37574 \begin_inset CommandInset include
37575 LatexCommand lstinputlisting
37576 filename "EmbeddedObjects.lyx"
37577 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37578
37579 \end_inset
37580
37581
37582 \end_layout
37583
37584 \begin_layout Standard
37585 \begin_inset VSpace bigskip
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \begin_layout Standard
37592 リストに数式を入れるには、以下のようにします。
37593 \end_layout
37594
37595 \begin_layout Enumerate
37596 リストダイアログを開き、
37597 \family sans
37598 詳細
37599 \family default
37600 タブのフィールド中に
37601 \begin_inset Newline newline
37602 \end_inset
37603
37604
37605 \family sans
37606 mathescape=true
37607 \family default
37608
37609 \begin_inset Newline newline
37610 \end_inset
37611
37612 と書き加えます。
37613 \end_layout
37614
37615 \begin_layout Enumerate
37616 リスト外で数式を作成します。
37617 \end_layout
37618
37619 \begin_layout Enumerate
37620 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37621 \begin_inset Info
37622 type  "shortcut"
37623 arg   "copy"
37624 \end_inset
37625
37626 )。
37627 \end_layout
37628
37629 \begin_layout Enumerate
37630 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37631 \begin_inset Info
37632 type  "shortcut"
37633 arg   "paste"
37634 \end_inset
37635
37636 )。
37637 \end_layout
37638
37639 \begin_layout Standard
37640 \begin_inset listings
37641 lstparams "language=Python,mathescape=true"
37642 inline false
37643 status open
37644
37645 \begin_layout Plain Layout
37646
37647 \begin_inset Caption Standard
37648
37649 \begin_layout Plain Layout
37650 Example Listing float containing a formula
37651 \end_layout
37652
37653 \end_inset
37654
37655 # Example listing float
37656 \end_layout
37657
37658 \begin_layout Plain Layout
37659
37660 def func(param):
37661 \end_layout
37662
37663 \begin_layout Plain Layout
37664
37665     # $
37666 \backslash
37667 prod_{n=1}^{
37668 \backslash
37669 infty}
37670 \backslash
37671 ,
37672 \backslash
37673 frac{1}{x^{2}}$
37674 \end_layout
37675
37676 \begin_layout Plain Layout
37677
37678     pass
37679 \end_layout
37680
37681 \end_inset
37682
37683
37684 \end_layout
37685
37686 \begin_layout Standard
37687 \begin_inset VSpace bigskip
37688 \end_inset
37689
37690
37691 \end_layout
37692
37693 \begin_layout Standard
37694 大域的なプログラムリストの設定は、
37695 \family sans
37696 文書
37697 \family default
37698 \SpecialChar \menuseparator
37699
37700 \family sans
37701 設定
37702 \family default
37703 \SpecialChar \menuseparator
37704
37705 \family sans
37706 リスト
37707 \family default
37708 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37709 \family sans
37710 プログラムリスト設定
37711 \family default
37712 フィールドで疑問符「?」を打鍵してください。
37713 \end_layout
37714
37715 \begin_layout Standard
37716
37717 \series bold
37718 listings
37719 \series default
37720 パッケージについての詳しい情報については、取扱説明書
37721 \begin_inset CommandInset citation
37722 LatexCommand cite
37723 key "listings"
37724
37725 \end_inset
37726
37727 をご参照ください。.
37728 \end_layout
37729
37730 \begin_layout Standard
37731 \begin_inset Newpage newpage
37732 \end_inset
37733
37734
37735 \end_layout
37736
37737 \begin_layout Chapter
37738 \start_of_appendix
37739 LyXで使用できる単位
37740 \begin_inset Index idx
37741 status collapsed
37742
37743 \begin_layout Plain Layout
37744 たんい@単位
37745 \end_layout
37746
37747 \end_inset
37748
37749
37750 \begin_inset CommandInset label
37751 LatexCommand label
37752 name "cha:LyXで使用できる単位"
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \begin_layout Standard
37760 この文書で用いられる単位の理解のために、表
37761 \begin_inset CommandInset ref
37762 LatexCommand ref
37763 reference "tab:単位"
37764
37765 \end_inset
37766
37767 に、LyXで使うことのできる単位をまとめておきます。
37768 \end_layout
37769
37770 \begin_layout Standard
37771 \begin_inset Float table
37772 placement h
37773 wide false
37774 sideways false
37775 status open
37776
37777 \begin_layout Plain Layout
37778 \begin_inset Caption Standard
37779
37780 \begin_layout Plain Layout
37781 \begin_inset CommandInset label
37782 LatexCommand label
37783 name "tab:単位"
37784
37785 \end_inset
37786
37787 単位
37788 \end_layout
37789
37790 \end_inset
37791
37792
37793 \end_layout
37794
37795 \begin_layout Plain Layout
37796 \begin_inset VSpace medskip
37797 \end_inset
37798
37799
37800 \end_layout
37801
37802 \begin_layout Plain Layout
37803 \align center
37804 \begin_inset Tabular
37805 <lyxtabular version="3" rows="20" columns="2">
37806 <features rotate="0" tabularvalignment="middle">
37807 <column alignment="center" valignment="top">
37808 <column alignment="center" valignment="top">
37809 <row>
37810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37811 \begin_inset Text
37812
37813 \begin_layout Plain Layout
37814 単位
37815 \end_layout
37816
37817 \end_inset
37818 </cell>
37819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823 名称/摘要
37824 \end_layout
37825
37826 \end_inset
37827 </cell>
37828 </row>
37829 <row>
37830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834 mm
37835 \end_layout
37836
37837 \end_inset
37838 </cell>
37839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37840 \begin_inset Text
37841
37842 \begin_layout Plain Layout
37843 ミリメートル
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 </row>
37849 <row>
37850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37851 \begin_inset Text
37852
37853 \begin_layout Plain Layout
37854 cm
37855 \end_layout
37856
37857 \end_inset
37858 </cell>
37859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863 センチメートル
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 </row>
37869 <row>
37870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37871 \begin_inset Text
37872
37873 \begin_layout Plain Layout
37874 in
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883 インチ
37884 \end_layout
37885
37886 \end_inset
37887 </cell>
37888 </row>
37889 <row>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894 pt
37895 \end_layout
37896
37897 \end_inset
37898 </cell>
37899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37900 \begin_inset Text
37901
37902 \begin_layout Plain Layout
37903 ポイント (72.27
37904 \begin_inset Formula $\,$
37905 \end_inset
37906
37907 pt = 1
37908 \begin_inset Formula $\,$
37909 \end_inset
37910
37911 in)
37912 \end_layout
37913
37914 \end_inset
37915 </cell>
37916 </row>
37917 <row>
37918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922 pc
37923 \end_layout
37924
37925 \end_inset
37926 </cell>
37927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37928 \begin_inset Text
37929
37930 \begin_layout Plain Layout
37931 パイカ (1
37932 \begin_inset Formula $\,$
37933 \end_inset
37934
37935 pc = 12
37936 \begin_inset Formula $\,$
37937 \end_inset
37938
37939 pt)
37940 \end_layout
37941
37942 \end_inset
37943 </cell>
37944 </row>
37945 <row>
37946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37947 \begin_inset Text
37948
37949 \begin_layout Plain Layout
37950 sp
37951 \end_layout
37952
37953 \end_inset
37954 </cell>
37955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37956 \begin_inset Text
37957
37958 \begin_layout Plain Layout
37959 スケールポイント (65536
37960 \begin_inset Formula $\,$
37961 \end_inset
37962
37963 sp = 1
37964 \begin_inset Formula $\,$
37965 \end_inset
37966
37967 pt)
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 </row>
37973 <row>
37974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37975 \begin_inset Text
37976
37977 \begin_layout Plain Layout
37978 bp
37979 \end_layout
37980
37981 \end_inset
37982 </cell>
37983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37984 \begin_inset Text
37985
37986 \begin_layout Plain Layout
37987 ビッグポイント (72
37988 \begin_inset Formula $\,$
37989 \end_inset
37990
37991 bp = 1
37992 \begin_inset Formula $\,$
37993 \end_inset
37994
37995 in)
37996 \end_layout
37997
37998 \end_inset
37999 </cell>
38000 </row>
38001 <row>
38002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38003 \begin_inset Text
38004
38005 \begin_layout Plain Layout
38006 dd
38007 \end_layout
38008
38009 \end_inset
38010 </cell>
38011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38012 \begin_inset Text
38013
38014 \begin_layout Plain Layout
38015 ディドー (72
38016 \begin_inset Formula $\,$
38017 \end_inset
38018
38019 dd 
38020 \begin_inset Formula $\approx$
38021 \end_inset
38022
38023  37.6
38024 \begin_inset Formula $\,$
38025 \end_inset
38026
38027 mm)
38028 \end_layout
38029
38030 \end_inset
38031 </cell>
38032 </row>
38033 <row>
38034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38035 \begin_inset Text
38036
38037 \begin_layout Plain Layout
38038 cc
38039 \end_layout
38040
38041 \end_inset
38042 </cell>
38043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38044 \begin_inset Text
38045
38046 \begin_layout Plain Layout
38047 シセロ (1
38048 \begin_inset Formula $\,$
38049 \end_inset
38050
38051 cc = 12
38052 \begin_inset Formula $\,$
38053 \end_inset
38054
38055 dd)
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 </row>
38061 <row>
38062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38063 \begin_inset Text
38064
38065 \begin_layout Plain Layout
38066 Scale%
38067 \end_layout
38068
38069 \end_inset
38070 </cell>
38071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38072 \begin_inset Text
38073
38074 \begin_layout Plain Layout
38075 元の画像幅の%
38076 \end_layout
38077
38078 \end_inset
38079 </cell>
38080 </row>
38081 <row>
38082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38083 \begin_inset Text
38084
38085 \begin_layout Plain Layout
38086 text%
38087 \end_layout
38088
38089 \end_inset
38090 </cell>
38091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38092 \begin_inset Text
38093
38094 \begin_layout Plain Layout
38095 テキスト幅の%
38096 \end_layout
38097
38098 \end_inset
38099 </cell>
38100 </row>
38101 <row>
38102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38103 \begin_inset Text
38104
38105 \begin_layout Plain Layout
38106 col%
38107 \end_layout
38108
38109 \end_inset
38110 </cell>
38111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115 組段幅の%
38116 \end_layout
38117
38118 \end_inset
38119 </cell>
38120 </row>
38121 <row>
38122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38123 \begin_inset Text
38124
38125 \begin_layout Plain Layout
38126 page%
38127 \end_layout
38128
38129 \end_inset
38130 </cell>
38131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135 用紙幅の%
38136 \end_layout
38137
38138 \end_inset
38139 </cell>
38140 </row>
38141 <row>
38142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38143 \begin_inset Text
38144
38145 \begin_layout Plain Layout
38146 line%
38147 \end_layout
38148
38149 \end_inset
38150 </cell>
38151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155 行幅の%
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 </row>
38161 <row>
38162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38163 \begin_inset Text
38164
38165 \begin_layout Plain Layout
38166 theight%
38167 \end_layout
38168
38169 \end_inset
38170 </cell>
38171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38172 \begin_inset Text
38173
38174 \begin_layout Plain Layout
38175 テキスト高さの%
38176 \end_layout
38177
38178 \end_inset
38179 </cell>
38180 </row>
38181 <row>
38182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38183 \begin_inset Text
38184
38185 \begin_layout Plain Layout
38186 pheight%
38187 \end_layout
38188
38189 \end_inset
38190 </cell>
38191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38192 \begin_inset Text
38193
38194 \begin_layout Plain Layout
38195 用紙高さの%
38196 \end_layout
38197
38198 \end_inset
38199 </cell>
38200 </row>
38201 <row>
38202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38203 \begin_inset Text
38204
38205 \begin_layout Plain Layout
38206 ex
38207 \end_layout
38208
38209 \end_inset
38210 </cell>
38211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38212 \begin_inset Text
38213
38214 \begin_layout Plain Layout
38215 現在のフォントの文字「x」の高さ
38216 \end_layout
38217
38218 \end_inset
38219 </cell>
38220 </row>
38221 <row>
38222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38223 \begin_inset Text
38224
38225 \begin_layout Plain Layout
38226 em
38227 \end_layout
38228
38229 \end_inset
38230 </cell>
38231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38232 \begin_inset Text
38233
38234 \begin_layout Plain Layout
38235 現在のフォントの文字「M」の幅
38236 \end_layout
38237
38238 \end_inset
38239 </cell>
38240 </row>
38241 <row>
38242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38243 \begin_inset Text
38244
38245 \begin_layout Plain Layout
38246 mu
38247 \end_layout
38248
38249 \end_inset
38250 </cell>
38251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38252 \begin_inset Text
38253
38254 \begin_layout Plain Layout
38255 数式単位 (1
38256 \begin_inset Formula $\,$
38257 \end_inset
38258
38259 mu = 1/18
38260 \begin_inset Formula $\,$
38261 \end_inset
38262
38263 em)
38264 \end_layout
38265
38266 \end_inset
38267 </cell>
38268 </row>
38269 </lyxtabular>
38270
38271 \end_inset
38272
38273
38274 \end_layout
38275
38276 \end_inset
38277
38278
38279 \end_layout
38280
38281 \begin_layout Chapter
38282 画像を含む場合のファイル出力形式
38283 \begin_inset CommandInset label
38284 LatexCommand label
38285 name "cha:ファイル出力形式"
38286
38287 \end_inset
38288
38289
38290 \end_layout
38291
38292 \begin_layout Section
38293 DVI
38294 \begin_inset Index idx
38295 status collapsed
38296
38297 \begin_layout Plain Layout
38298 ふぁいるしょしき@ファイル書式 ! DVI
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \begin_inset Index idx
38305 status collapsed
38306
38307 \begin_layout Plain Layout
38308 DVI
38309 \begin_inset ERT
38310 status collapsed
38311
38312 \begin_layout Plain Layout
38313
38314 |see{
38315 \end_layout
38316
38317 \end_inset
38318
38319 ファイル書式
38320 \begin_inset ERT
38321 status collapsed
38322
38323 \begin_layout Plain Layout
38324
38325 }
38326 \end_layout
38327
38328 \end_inset
38329
38330
38331 \end_layout
38332
38333 \end_inset
38334
38335
38336 \end_layout
38337
38338 \begin_layout Standard
38339 このファイル型の拡張子は「
38340 \family typewriter
38341 .dvi
38342 \family default
38343 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38344 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38345 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38346 \end_layout
38347
38348 \begin_layout Standard
38349 \begin_inset Note Greyedout
38350 status open
38351
38352 \begin_layout Plain Layout
38353
38354 \series bold
38355 【註】
38356 \series default
38357 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38358 \end_layout
38359
38360 \end_inset
38361
38362 ですから、お使いの
38363 \family typewriter
38364 .dvi
38365 \family default
38366 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38367 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38368 DFを使用することをお勧めします。
38369 \end_layout
38370
38371 \begin_layout Standard
38372 使用中の文書は、
38373 \family sans
38374 ファイル
38375 \family default
38376 \SpecialChar \menuseparator
38377
38378 \family sans
38379 書き出し
38380 \family default
38381 \SpecialChar \menuseparator
38382
38383 \family sans
38384 DVI
38385 \family default
38386 メニューを使用して、DVIに書き出すことができます。
38387 \family sans
38388 表示
38389 \family default
38390 メニューから、文書をDVIとして表示させることもできます。
38391 \end_layout
38392
38393 \begin_layout Section
38394 PostScript
38395 \begin_inset CommandInset label
38396 LatexCommand label
38397 name "sec:PostScript"
38398
38399 \end_inset
38400
38401
38402 \begin_inset Index idx
38403 status collapsed
38404
38405 \begin_layout Plain Layout
38406 ふぁいるしょしき@ファイル書式 ! PostScript
38407 \end_layout
38408
38409 \end_inset
38410
38411
38412 \begin_inset Index idx
38413 status collapsed
38414
38415 \begin_layout Plain Layout
38416 PostScript
38417 \begin_inset ERT
38418 status collapsed
38419
38420 \begin_layout Plain Layout
38421
38422 |see{
38423 \end_layout
38424
38425 \end_inset
38426
38427 ファイル書式
38428 \begin_inset ERT
38429 status collapsed
38430
38431 \begin_layout Plain Layout
38432
38433 }
38434 \end_layout
38435
38436 \end_inset
38437
38438
38439 \end_layout
38440
38441 \end_inset
38442
38443
38444 \end_layout
38445
38446 \begin_layout Standard
38447 このファイル型の拡張子は「
38448 \family typewriter
38449 .ps
38450 \family default
38451 」です。PostScriptは、
38452 \family typewriter
38453 Adobe
38454 \family default
38455 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38456 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38457 \begin_inset Foot
38458 status collapsed
38459
38460 \begin_layout Plain Layout
38461 これについてもう少し学ぶ気があれば、LaTeXパッケージ
38462 \series bold
38463 PSTricks
38464 \series default
38465
38466 \begin_inset CommandInset citation
38467 LatexCommand cite
38468 key "pstricks"
38469
38470 \end_inset
38471
38472 を見てみてください。
38473 \end_layout
38474
38475 \end_inset
38476
38477 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38478 \end_layout
38479
38480 \begin_layout Standard
38481 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38482 \family typewriter
38483 .eps
38484 \family default
38485 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
38486 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
38487 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
38488 を直接EPSとして入れておく方がよいでしょう。
38489 \end_layout
38490
38491 \begin_layout Standard
38492 文書は、
38493 \family sans
38494 ファイル
38495 \family default
38496 \SpecialChar \menuseparator
38497
38498 \family sans
38499 書き出し
38500 \family default
38501 \SpecialChar \menuseparator
38502
38503 \family sans
38504 Postscript
38505 \family default
38506 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38507 \family sans
38508 表示
38509 \family default
38510 メニューかツールバーボタン
38511 \begin_inset Graphics
38512         filename ../../images/buffer-view_ps.png
38513         scale 85
38514         scaleBeforeRotation
38515
38516 \end_inset
38517
38518 を使用することでPostScriptとして表示させることができます。
38519 \end_layout
38520
38521 \begin_layout Section
38522 PDF
38523 \begin_inset Index idx
38524 status collapsed
38525
38526 \begin_layout Plain Layout
38527 ふぁいるしょしき@ファイル書式 ! PDF
38528 \end_layout
38529
38530 \end_inset
38531
38532
38533 \begin_inset Index idx
38534 status collapsed
38535
38536 \begin_layout Plain Layout
38537 PDF
38538 \end_layout
38539
38540 \end_inset
38541
38542
38543 \end_layout
38544
38545 \begin_layout Standard
38546 このファイル型の拡張子は「
38547 \family typewriter
38548 .pdf
38549 \family default
38550 」です。この「Portable Document Format (PDF)」は、
38551 \family typewriter
38552 Adobe
38553 \family default
38554 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38555 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38556 \end_layout
38557
38558 \begin_layout Standard
38559 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38560 \family typewriter
38561 .jpg
38562 \family default
38563 」または「
38564 \family typewriter
38565 .jpeg
38566 \family default
38567 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38568 \family typewriter
38569 .png
38570 \family default
38571 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
38572 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
38573 とをお勧めします。
38574 \end_layout
38575
38576 \begin_layout Standard
38577 使用中の文書は、
38578 \family sans
38579 ファイル
38580 \family default
38581 \SpecialChar \menuseparator
38582
38583 \family sans
38584 書き出し
38585 \family default
38586 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38587 \end_layout
38588
38589 \begin_layout Description
38590 PDF
38591 \begin_inset space ~
38592 \end_inset
38593
38594 (ps2pdf) これは
38595 \family typewriter
38596 ps2pdf
38597 \family default
38598 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38599 \family typewriter
38600 dvips
38601 \family default
38602 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38603 \end_layout
38604
38605 \begin_layout Description
38606 PDF
38607 \begin_inset space ~
38608 \end_inset
38609
38610 (dvipdfm) これは
38611 \family typewriter
38612 dvipdfm
38613 \family default
38614 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38615 \end_layout
38616
38617 \begin_layout Description
38618 PDF
38619 \begin_inset space ~
38620 \end_inset
38621
38622 (pdflatex) これは
38623 \family typewriter
38624 pdftex
38625 \family default
38626 プログラムを使って、現在のファイルを直接PDFに変換します。
38627 \end_layout
38628
38629 \begin_layout Standard
38630
38631 \family typewriter
38632 pdftex
38633 \family default
38634 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38635 \family sans
38636 PDF
38637 \begin_inset space ~
38638 \end_inset
38639
38640 (pdflatex)
38641 \family default
38642 を使用することが推奨されます。
38643 \family typewriter
38644 dvipdfm
38645 \family default
38646 プログラムは開発が停止しており、若干時代遅れになっています。
38647 \end_layout
38648
38649 \begin_layout Standard
38650 使用中の文書をPDFとして表示するには、
38651 \family sans
38652 表示
38653 \family default
38654 メニューかツールバーボタン
38655 \begin_inset Graphics
38656         filename ../../images/buffer-view_pdf2.png
38657         scale 85
38658         scaleBeforeRotation
38659
38660 \end_inset
38661
38662 (これは
38663 \family sans
38664 PDF
38665 \begin_inset space ~
38666 \end_inset
38667
38668 (pdflatex)
38669 \family default
38670 を使用します)を用います。
38671 \end_layout
38672
38673 \begin_layout Chapter
38674 dvips色名一覧
38675 \begin_inset CommandInset label
38676 LatexCommand label
38677 name "chap:dvips色名一覧"
38678
38679 \end_inset
38680
38681
38682 \end_layout
38683
38684 \begin_layout Standard
38685 \begin_inset Tabular
38686 <lyxtabular version="3" rows="17" columns="4">
38687 <features rotate="0" tabularvalignment="middle">
38688 <column alignment="left" valignment="top" width="0pt">
38689 <column alignment="left" valignment="top" width="0pt">
38690 <column alignment="left" valignment="top" width="0pt">
38691 <column alignment="left" valignment="top" width="0pt">
38692 <row>
38693 <cell alignment="left" valignment="top" usebox="none">
38694 \begin_inset Text
38695
38696 \begin_layout Plain Layout
38697 \begin_inset ERT
38698 status collapsed
38699
38700 \begin_layout Plain Layout
38701
38702
38703 \backslash
38704 fcolorbox{black}{
38705 \end_layout
38706
38707 \end_inset
38708
38709 white
38710 \begin_inset ERT
38711 status collapsed
38712
38713 \begin_layout Plain Layout
38714
38715 }{
38716 \end_layout
38717
38718 \end_inset
38719
38720
38721 \begin_inset ERT
38722 status collapsed
38723
38724 \begin_layout Plain Layout
38725
38726 }
38727 \end_layout
38728
38729 \end_inset
38730
38731  色名
38732 \end_layout
38733
38734 \end_inset
38735 </cell>
38736 <cell alignment="left" valignment="top" usebox="none">
38737 \begin_inset Text
38738
38739 \begin_layout Plain Layout
38740 \begin_inset ERT
38741 status collapsed
38742
38743 \begin_layout Plain Layout
38744
38745
38746 \backslash
38747 fcolorbox{black}{
38748 \end_layout
38749
38750 \end_inset
38751
38752 white
38753 \begin_inset ERT
38754 status collapsed
38755
38756 \begin_layout Plain Layout
38757
38758 }{
38759 \end_layout
38760
38761 \end_inset
38762
38763
38764 \begin_inset ERT
38765 status collapsed
38766
38767 \begin_layout Plain Layout
38768
38769 }
38770 \end_layout
38771
38772 \end_inset
38773
38774  色名
38775 \end_layout
38776
38777 \end_inset
38778 </cell>
38779 <cell alignment="left" valignment="top" usebox="none">
38780 \begin_inset Text
38781
38782 \begin_layout Plain Layout
38783 \begin_inset ERT
38784 status collapsed
38785
38786 \begin_layout Plain Layout
38787
38788
38789 \backslash
38790 fcolorbox{black}{
38791 \end_layout
38792
38793 \end_inset
38794
38795 white
38796 \begin_inset ERT
38797 status collapsed
38798
38799 \begin_layout Plain Layout
38800
38801 }{
38802 \end_layout
38803
38804 \end_inset
38805
38806
38807 \begin_inset ERT
38808 status collapsed
38809
38810 \begin_layout Plain Layout
38811
38812 }
38813 \end_layout
38814
38815 \end_inset
38816
38817  色名
38818 \end_layout
38819
38820 \end_inset
38821 </cell>
38822 <cell alignment="left" valignment="top" usebox="none">
38823 \begin_inset Text
38824
38825 \begin_layout Plain Layout
38826 \begin_inset ERT
38827 status collapsed
38828
38829 \begin_layout Plain Layout
38830
38831
38832 \backslash
38833 fcolorbox{black}{
38834 \end_layout
38835
38836 \end_inset
38837
38838 white
38839 \begin_inset ERT
38840 status collapsed
38841
38842 \begin_layout Plain Layout
38843
38844 }{
38845 \end_layout
38846
38847 \end_inset
38848
38849
38850 \begin_inset ERT
38851 status collapsed
38852
38853 \begin_layout Plain Layout
38854
38855 }
38856 \end_layout
38857
38858 \end_inset
38859
38860  色名
38861 \end_layout
38862
38863 \end_inset
38864 </cell>
38865 </row>
38866 <row>
38867 <cell alignment="center" valignment="top" usebox="none">
38868 \begin_inset Text
38869
38870 \begin_layout Plain Layout
38871 \begin_inset ERT
38872 status collapsed
38873
38874 \begin_layout Plain Layout
38875
38876
38877 \backslash
38878 fcolorbox{black}{
38879 \end_layout
38880
38881 \end_inset
38882
38883 Apricot
38884 \begin_inset ERT
38885 status collapsed
38886
38887 \begin_layout Plain Layout
38888
38889 }{
38890 \end_layout
38891
38892 \end_inset
38893
38894
38895 \begin_inset Phantom Phantom
38896 status open
38897
38898 \begin_layout Plain Layout
38899 W
38900 \end_layout
38901
38902 \end_inset
38903
38904
38905 \begin_inset ERT
38906 status collapsed
38907
38908 \begin_layout Plain Layout
38909
38910 }
38911 \end_layout
38912
38913 \end_inset
38914
38915  Apricot
38916 \end_layout
38917
38918 \end_inset
38919 </cell>
38920 <cell alignment="center" valignment="top" usebox="none">
38921 \begin_inset Text
38922
38923 \begin_layout Plain Layout
38924 \begin_inset ERT
38925 status collapsed
38926
38927 \begin_layout Plain Layout
38928
38929
38930 \backslash
38931 fcolorbox{black}{
38932 \end_layout
38933
38934 \end_inset
38935
38936 Aquamarine
38937 \begin_inset ERT
38938 status collapsed
38939
38940 \begin_layout Plain Layout
38941
38942 }{
38943 \end_layout
38944
38945 \end_inset
38946
38947
38948 \begin_inset Phantom Phantom
38949 status open
38950
38951 \begin_layout Plain Layout
38952 W
38953 \end_layout
38954
38955 \end_inset
38956
38957
38958 \begin_inset ERT
38959 status collapsed
38960
38961 \begin_layout Plain Layout
38962
38963 }
38964 \end_layout
38965
38966 \end_inset
38967
38968  Aquamarine
38969 \end_layout
38970
38971 \end_inset
38972 </cell>
38973 <cell alignment="center" valignment="top" usebox="none">
38974 \begin_inset Text
38975
38976 \begin_layout Plain Layout
38977 \begin_inset ERT
38978 status collapsed
38979
38980 \begin_layout Plain Layout
38981
38982
38983 \backslash
38984 fcolorbox{black}{
38985 \end_layout
38986
38987 \end_inset
38988
38989 Bittersweet
38990 \begin_inset ERT
38991 status collapsed
38992
38993 \begin_layout Plain Layout
38994
38995 }{
38996 \end_layout
38997
38998 \end_inset
38999
39000
39001 \begin_inset Phantom Phantom
39002 status open
39003
39004 \begin_layout Plain Layout
39005 W
39006 \end_layout
39007
39008 \end_inset
39009
39010
39011 \begin_inset ERT
39012 status collapsed
39013
39014 \begin_layout Plain Layout
39015
39016 }
39017 \end_layout
39018
39019 \end_inset
39020
39021  Bittersweet
39022 \end_layout
39023
39024 \end_inset
39025 </cell>
39026 <cell alignment="center" valignment="top" usebox="none">
39027 \begin_inset Text
39028
39029 \begin_layout Plain Layout
39030 \begin_inset ERT
39031 status collapsed
39032
39033 \begin_layout Plain Layout
39034
39035
39036 \backslash
39037 fcolorbox{black}{
39038 \end_layout
39039
39040 \end_inset
39041
39042 BlueGreen
39043 \begin_inset ERT
39044 status collapsed
39045
39046 \begin_layout Plain Layout
39047
39048 }{
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \begin_inset Phantom Phantom
39055 status open
39056
39057 \begin_layout Plain Layout
39058 W
39059 \end_layout
39060
39061 \end_inset
39062
39063
39064 \begin_inset ERT
39065 status collapsed
39066
39067 \begin_layout Plain Layout
39068
39069 }
39070 \end_layout
39071
39072 \end_inset
39073
39074  BlueGreen
39075 \end_layout
39076
39077 \end_inset
39078 </cell>
39079 </row>
39080 <row>
39081 <cell alignment="left" valignment="top" usebox="none">
39082 \begin_inset Text
39083
39084 \begin_layout Plain Layout
39085 \begin_inset ERT
39086 status collapsed
39087
39088 \begin_layout Plain Layout
39089
39090
39091 \backslash
39092 fcolorbox{black}{
39093 \end_layout
39094
39095 \end_inset
39096
39097 BlueViolet
39098 \begin_inset ERT
39099 status collapsed
39100
39101 \begin_layout Plain Layout
39102
39103 }{
39104 \end_layout
39105
39106 \end_inset
39107
39108
39109 \begin_inset Phantom Phantom
39110 status open
39111
39112 \begin_layout Plain Layout
39113 W
39114 \end_layout
39115
39116 \end_inset
39117
39118
39119 \begin_inset ERT
39120 status collapsed
39121
39122 \begin_layout Plain Layout
39123
39124 }
39125 \end_layout
39126
39127 \end_inset
39128
39129  BlueViolet
39130 \end_layout
39131
39132 \end_inset
39133 </cell>
39134 <cell alignment="left" valignment="top" usebox="none">
39135 \begin_inset Text
39136
39137 \begin_layout Plain Layout
39138 \begin_inset ERT
39139 status collapsed
39140
39141 \begin_layout Plain Layout
39142
39143
39144 \backslash
39145 fcolorbox{black}{
39146 \end_layout
39147
39148 \end_inset
39149
39150 BrickRed
39151 \begin_inset ERT
39152 status collapsed
39153
39154 \begin_layout Plain Layout
39155
39156 }{
39157 \end_layout
39158
39159 \end_inset
39160
39161
39162 \begin_inset Phantom Phantom
39163 status open
39164
39165 \begin_layout Plain Layout
39166 W
39167 \end_layout
39168
39169 \end_inset
39170
39171
39172 \begin_inset ERT
39173 status collapsed
39174
39175 \begin_layout Plain Layout
39176
39177 }
39178 \end_layout
39179
39180 \end_inset
39181
39182  BrickRed
39183 \end_layout
39184
39185 \end_inset
39186 </cell>
39187 <cell alignment="left" valignment="top" usebox="none">
39188 \begin_inset Text
39189
39190 \begin_layout Plain Layout
39191 \begin_inset ERT
39192 status collapsed
39193
39194 \begin_layout Plain Layout
39195
39196
39197 \backslash
39198 fcolorbox{black}{
39199 \end_layout
39200
39201 \end_inset
39202
39203 Brown
39204 \begin_inset ERT
39205 status collapsed
39206
39207 \begin_layout Plain Layout
39208
39209 }{
39210 \end_layout
39211
39212 \end_inset
39213
39214
39215 \begin_inset Phantom Phantom
39216 status open
39217
39218 \begin_layout Plain Layout
39219 W
39220 \end_layout
39221
39222 \end_inset
39223
39224
39225 \begin_inset ERT
39226 status collapsed
39227
39228 \begin_layout Plain Layout
39229
39230 }
39231 \end_layout
39232
39233 \end_inset
39234
39235  Brown
39236 \end_layout
39237
39238 \end_inset
39239 </cell>
39240 <cell alignment="left" valignment="top" usebox="none">
39241 \begin_inset Text
39242
39243 \begin_layout Plain Layout
39244 \begin_inset ERT
39245 status collapsed
39246
39247 \begin_layout Plain Layout
39248
39249
39250 \backslash
39251 fcolorbox{black}{
39252 \end_layout
39253
39254 \end_inset
39255
39256 BurntOrange
39257 \begin_inset ERT
39258 status collapsed
39259
39260 \begin_layout Plain Layout
39261
39262 }{
39263 \end_layout
39264
39265 \end_inset
39266
39267
39268 \begin_inset Phantom Phantom
39269 status open
39270
39271 \begin_layout Plain Layout
39272 W
39273 \end_layout
39274
39275 \end_inset
39276
39277
39278 \begin_inset ERT
39279 status collapsed
39280
39281 \begin_layout Plain Layout
39282
39283 }
39284 \end_layout
39285
39286 \end_inset
39287
39288  BurntOrange
39289 \end_layout
39290
39291 \end_inset
39292 </cell>
39293 </row>
39294 <row>
39295 <cell alignment="left" valignment="top" usebox="none">
39296 \begin_inset Text
39297
39298 \begin_layout Plain Layout
39299 \begin_inset ERT
39300 status collapsed
39301
39302 \begin_layout Plain Layout
39303
39304
39305 \backslash
39306 fcolorbox{black}{
39307 \end_layout
39308
39309 \end_inset
39310
39311 CadetBlue
39312 \begin_inset ERT
39313 status collapsed
39314
39315 \begin_layout Plain Layout
39316
39317 }{
39318 \end_layout
39319
39320 \end_inset
39321
39322
39323 \begin_inset Phantom Phantom
39324 status open
39325
39326 \begin_layout Plain Layout
39327 W
39328 \end_layout
39329
39330 \end_inset
39331
39332
39333 \begin_inset ERT
39334 status collapsed
39335
39336 \begin_layout Plain Layout
39337
39338 }
39339 \end_layout
39340
39341 \end_inset
39342
39343  CadetBlue
39344 \end_layout
39345
39346 \end_inset
39347 </cell>
39348 <cell alignment="left" valignment="top" usebox="none">
39349 \begin_inset Text
39350
39351 \begin_layout Plain Layout
39352 \begin_inset ERT
39353 status collapsed
39354
39355 \begin_layout Plain Layout
39356
39357
39358 \backslash
39359 fcolorbox{black}{
39360 \end_layout
39361
39362 \end_inset
39363
39364 CarnationPink
39365 \begin_inset ERT
39366 status collapsed
39367
39368 \begin_layout Plain Layout
39369
39370 }{
39371 \end_layout
39372
39373 \end_inset
39374
39375
39376 \begin_inset Phantom Phantom
39377 status open
39378
39379 \begin_layout Plain Layout
39380 W
39381 \end_layout
39382
39383 \end_inset
39384
39385
39386 \begin_inset ERT
39387 status collapsed
39388
39389 \begin_layout Plain Layout
39390
39391 }
39392 \end_layout
39393
39394 \end_inset
39395
39396  CarnationPink
39397 \end_layout
39398
39399 \end_inset
39400 </cell>
39401 <cell alignment="left" valignment="top" usebox="none">
39402 \begin_inset Text
39403
39404 \begin_layout Plain Layout
39405 \begin_inset ERT
39406 status collapsed
39407
39408 \begin_layout Plain Layout
39409
39410
39411 \backslash
39412 fcolorbox{black}{
39413 \end_layout
39414
39415 \end_inset
39416
39417 Cerulean
39418 \begin_inset ERT
39419 status collapsed
39420
39421 \begin_layout Plain Layout
39422
39423 }{
39424 \end_layout
39425
39426 \end_inset
39427
39428
39429 \begin_inset Phantom Phantom
39430 status open
39431
39432 \begin_layout Plain Layout
39433 W
39434 \end_layout
39435
39436 \end_inset
39437
39438
39439 \begin_inset ERT
39440 status collapsed
39441
39442 \begin_layout Plain Layout
39443
39444 }
39445 \end_layout
39446
39447 \end_inset
39448
39449  Cerulean
39450 \end_layout
39451
39452 \end_inset
39453 </cell>
39454 <cell alignment="left" valignment="top" usebox="none">
39455 \begin_inset Text
39456
39457 \begin_layout Plain Layout
39458 \begin_inset ERT
39459 status collapsed
39460
39461 \begin_layout Plain Layout
39462
39463
39464 \backslash
39465 fcolorbox{black}{
39466 \end_layout
39467
39468 \end_inset
39469
39470 CornflowerBlue
39471 \begin_inset ERT
39472 status collapsed
39473
39474 \begin_layout Plain Layout
39475
39476 }{
39477 \end_layout
39478
39479 \end_inset
39480
39481
39482 \begin_inset Phantom Phantom
39483 status open
39484
39485 \begin_layout Plain Layout
39486 W
39487 \end_layout
39488
39489 \end_inset
39490
39491
39492 \begin_inset ERT
39493 status collapsed
39494
39495 \begin_layout Plain Layout
39496
39497 }
39498 \end_layout
39499
39500 \end_inset
39501
39502  CornflowerBlue
39503 \end_layout
39504
39505 \end_inset
39506 </cell>
39507 </row>
39508 <row>
39509 <cell alignment="left" valignment="top" usebox="none">
39510 \begin_inset Text
39511
39512 \begin_layout Plain Layout
39513 \begin_inset ERT
39514 status collapsed
39515
39516 \begin_layout Plain Layout
39517
39518
39519 \backslash
39520 fcolorbox{black}{
39521 \end_layout
39522
39523 \end_inset
39524
39525 Dandelion
39526 \begin_inset ERT
39527 status collapsed
39528
39529 \begin_layout Plain Layout
39530
39531 }{
39532 \end_layout
39533
39534 \end_inset
39535
39536
39537 \begin_inset Phantom Phantom
39538 status open
39539
39540 \begin_layout Plain Layout
39541 W
39542 \end_layout
39543
39544 \end_inset
39545
39546
39547 \begin_inset ERT
39548 status collapsed
39549
39550 \begin_layout Plain Layout
39551
39552 }
39553 \end_layout
39554
39555 \end_inset
39556
39557  Dandelion
39558 \end_layout
39559
39560 \end_inset
39561 </cell>
39562 <cell alignment="left" valignment="top" usebox="none">
39563 \begin_inset Text
39564
39565 \begin_layout Plain Layout
39566 \begin_inset ERT
39567 status collapsed
39568
39569 \begin_layout Plain Layout
39570
39571
39572 \backslash
39573 fcolorbox{black}{
39574 \end_layout
39575
39576 \end_inset
39577
39578 DarkOrchid
39579 \begin_inset ERT
39580 status collapsed
39581
39582 \begin_layout Plain Layout
39583
39584 }{
39585 \end_layout
39586
39587 \end_inset
39588
39589
39590 \begin_inset Phantom Phantom
39591 status open
39592
39593 \begin_layout Plain Layout
39594 W
39595 \end_layout
39596
39597 \end_inset
39598
39599
39600 \begin_inset ERT
39601 status collapsed
39602
39603 \begin_layout Plain Layout
39604
39605 }
39606 \end_layout
39607
39608 \end_inset
39609
39610  DarkOrchid
39611 \end_layout
39612
39613 \end_inset
39614 </cell>
39615 <cell alignment="left" valignment="top" usebox="none">
39616 \begin_inset Text
39617
39618 \begin_layout Plain Layout
39619 \begin_inset ERT
39620 status collapsed
39621
39622 \begin_layout Plain Layout
39623
39624
39625 \backslash
39626 fcolorbox{black}{
39627 \end_layout
39628
39629 \end_inset
39630
39631 Emerald
39632 \begin_inset ERT
39633 status collapsed
39634
39635 \begin_layout Plain Layout
39636
39637 }{
39638 \end_layout
39639
39640 \end_inset
39641
39642
39643 \begin_inset Phantom Phantom
39644 status open
39645
39646 \begin_layout Plain Layout
39647 W
39648 \end_layout
39649
39650 \end_inset
39651
39652
39653 \begin_inset ERT
39654 status collapsed
39655
39656 \begin_layout Plain Layout
39657
39658 }
39659 \end_layout
39660
39661 \end_inset
39662
39663  Emerald
39664 \end_layout
39665
39666 \end_inset
39667 </cell>
39668 <cell alignment="left" valignment="top" usebox="none">
39669 \begin_inset Text
39670
39671 \begin_layout Plain Layout
39672 \begin_inset ERT
39673 status collapsed
39674
39675 \begin_layout Plain Layout
39676
39677
39678 \backslash
39679 fcolorbox{black}{
39680 \end_layout
39681
39682 \end_inset
39683
39684 ForestGreen
39685 \begin_inset ERT
39686 status collapsed
39687
39688 \begin_layout Plain Layout
39689
39690 }{
39691 \end_layout
39692
39693 \end_inset
39694
39695
39696 \begin_inset Phantom Phantom
39697 status open
39698
39699 \begin_layout Plain Layout
39700 W
39701 \end_layout
39702
39703 \end_inset
39704
39705
39706 \begin_inset ERT
39707 status collapsed
39708
39709 \begin_layout Plain Layout
39710
39711 }
39712 \end_layout
39713
39714 \end_inset
39715
39716  ForestGreen
39717 \end_layout
39718
39719 \end_inset
39720 </cell>
39721 </row>
39722 <row>
39723 <cell alignment="left" valignment="top" usebox="none">
39724 \begin_inset Text
39725
39726 \begin_layout Plain Layout
39727 \begin_inset ERT
39728 status collapsed
39729
39730 \begin_layout Plain Layout
39731
39732
39733 \backslash
39734 fcolorbox{black}{
39735 \end_layout
39736
39737 \end_inset
39738
39739 Fuchsia
39740 \begin_inset ERT
39741 status collapsed
39742
39743 \begin_layout Plain Layout
39744
39745 }{
39746 \end_layout
39747
39748 \end_inset
39749
39750
39751 \begin_inset Phantom Phantom
39752 status open
39753
39754 \begin_layout Plain Layout
39755 W
39756 \end_layout
39757
39758 \end_inset
39759
39760
39761 \begin_inset ERT
39762 status collapsed
39763
39764 \begin_layout Plain Layout
39765
39766 }
39767 \end_layout
39768
39769 \end_inset
39770
39771  Fuchsia
39772 \end_layout
39773
39774 \end_inset
39775 </cell>
39776 <cell alignment="left" valignment="top" usebox="none">
39777 \begin_inset Text
39778
39779 \begin_layout Plain Layout
39780 \begin_inset ERT
39781 status collapsed
39782
39783 \begin_layout Plain Layout
39784
39785
39786 \backslash
39787 fcolorbox{black}{
39788 \end_layout
39789
39790 \end_inset
39791
39792 Goldenrod
39793 \begin_inset ERT
39794 status collapsed
39795
39796 \begin_layout Plain Layout
39797
39798 }{
39799 \end_layout
39800
39801 \end_inset
39802
39803
39804 \begin_inset Phantom Phantom
39805 status open
39806
39807 \begin_layout Plain Layout
39808 W
39809 \end_layout
39810
39811 \end_inset
39812
39813
39814 \begin_inset ERT
39815 status collapsed
39816
39817 \begin_layout Plain Layout
39818
39819 }
39820 \end_layout
39821
39822 \end_inset
39823
39824  Goldenrod
39825 \end_layout
39826
39827 \end_inset
39828 </cell>
39829 <cell alignment="left" valignment="top" usebox="none">
39830 \begin_inset Text
39831
39832 \begin_layout Plain Layout
39833 \begin_inset ERT
39834 status collapsed
39835
39836 \begin_layout Plain Layout
39837
39838
39839 \backslash
39840 fcolorbox{black}{
39841 \end_layout
39842
39843 \end_inset
39844
39845 Gray
39846 \begin_inset ERT
39847 status collapsed
39848
39849 \begin_layout Plain Layout
39850
39851 }{
39852 \end_layout
39853
39854 \end_inset
39855
39856
39857 \begin_inset Phantom Phantom
39858 status open
39859
39860 \begin_layout Plain Layout
39861 W
39862 \end_layout
39863
39864 \end_inset
39865
39866
39867 \begin_inset ERT
39868 status collapsed
39869
39870 \begin_layout Plain Layout
39871
39872 }
39873 \end_layout
39874
39875 \end_inset
39876
39877  Gray
39878 \end_layout
39879
39880 \end_inset
39881 </cell>
39882 <cell alignment="left" valignment="top" usebox="none">
39883 \begin_inset Text
39884
39885 \begin_layout Plain Layout
39886 \begin_inset ERT
39887 status collapsed
39888
39889 \begin_layout Plain Layout
39890
39891
39892 \backslash
39893 fcolorbox{black}{
39894 \end_layout
39895
39896 \end_inset
39897
39898 GreenYellow
39899 \begin_inset ERT
39900 status collapsed
39901
39902 \begin_layout Plain Layout
39903
39904 }{
39905 \end_layout
39906
39907 \end_inset
39908
39909
39910 \begin_inset Phantom Phantom
39911 status open
39912
39913 \begin_layout Plain Layout
39914 W
39915 \end_layout
39916
39917 \end_inset
39918
39919
39920 \begin_inset ERT
39921 status collapsed
39922
39923 \begin_layout Plain Layout
39924
39925 }
39926 \end_layout
39927
39928 \end_inset
39929
39930  GreenYellow
39931 \end_layout
39932
39933 \end_inset
39934 </cell>
39935 </row>
39936 <row>
39937 <cell alignment="center" valignment="top" usebox="none">
39938 \begin_inset Text
39939
39940 \begin_layout Plain Layout
39941 \begin_inset ERT
39942 status collapsed
39943
39944 \begin_layout Plain Layout
39945
39946
39947 \backslash
39948 fcolorbox{black}{
39949 \end_layout
39950
39951 \end_inset
39952
39953 JungleGreen
39954 \begin_inset ERT
39955 status collapsed
39956
39957 \begin_layout Plain Layout
39958
39959 }{
39960 \end_layout
39961
39962 \end_inset
39963
39964
39965 \begin_inset Phantom Phantom
39966 status open
39967
39968 \begin_layout Plain Layout
39969 W
39970 \end_layout
39971
39972 \end_inset
39973
39974
39975 \begin_inset ERT
39976 status collapsed
39977
39978 \begin_layout Plain Layout
39979
39980 }
39981 \end_layout
39982
39983 \end_inset
39984
39985  JungleGreen
39986 \end_layout
39987
39988 \end_inset
39989 </cell>
39990 <cell alignment="center" valignment="top" usebox="none">
39991 \begin_inset Text
39992
39993 \begin_layout Plain Layout
39994 \begin_inset ERT
39995 status collapsed
39996
39997 \begin_layout Plain Layout
39998
39999
40000 \backslash
40001 fcolorbox{black}{
40002 \end_layout
40003
40004 \end_inset
40005
40006 Lavender
40007 \begin_inset ERT
40008 status collapsed
40009
40010 \begin_layout Plain Layout
40011
40012 }{
40013 \end_layout
40014
40015 \end_inset
40016
40017
40018 \begin_inset Phantom Phantom
40019 status open
40020
40021 \begin_layout Plain Layout
40022 W
40023 \end_layout
40024
40025 \end_inset
40026
40027
40028 \begin_inset ERT
40029 status collapsed
40030
40031 \begin_layout Plain Layout
40032
40033 }
40034 \end_layout
40035
40036 \end_inset
40037
40038  Lavender
40039 \end_layout
40040
40041 \end_inset
40042 </cell>
40043 <cell alignment="center" valignment="top" usebox="none">
40044 \begin_inset Text
40045
40046 \begin_layout Plain Layout
40047 \begin_inset ERT
40048 status collapsed
40049
40050 \begin_layout Plain Layout
40051
40052
40053 \backslash
40054 fcolorbox{black}{
40055 \end_layout
40056
40057 \end_inset
40058
40059 LimeGreen
40060 \begin_inset ERT
40061 status collapsed
40062
40063 \begin_layout Plain Layout
40064
40065 }{
40066 \end_layout
40067
40068 \end_inset
40069
40070
40071 \begin_inset Phantom Phantom
40072 status open
40073
40074 \begin_layout Plain Layout
40075 W
40076 \end_layout
40077
40078 \end_inset
40079
40080
40081 \begin_inset ERT
40082 status collapsed
40083
40084 \begin_layout Plain Layout
40085
40086 }
40087 \end_layout
40088
40089 \end_inset
40090
40091  LimeGreen
40092 \end_layout
40093
40094 \end_inset
40095 </cell>
40096 <cell alignment="center" valignment="top" usebox="none">
40097 \begin_inset Text
40098
40099 \begin_layout Plain Layout
40100 \begin_inset ERT
40101 status collapsed
40102
40103 \begin_layout Plain Layout
40104
40105
40106 \backslash
40107 fcolorbox{black}{
40108 \end_layout
40109
40110 \end_inset
40111
40112 Mahogany
40113 \begin_inset ERT
40114 status collapsed
40115
40116 \begin_layout Plain Layout
40117
40118 }{
40119 \end_layout
40120
40121 \end_inset
40122
40123
40124 \begin_inset Phantom Phantom
40125 status open
40126
40127 \begin_layout Plain Layout
40128 W
40129 \end_layout
40130
40131 \end_inset
40132
40133
40134 \begin_inset ERT
40135 status collapsed
40136
40137 \begin_layout Plain Layout
40138
40139 }
40140 \end_layout
40141
40142 \end_inset
40143
40144  Mahogany
40145 \end_layout
40146
40147 \end_inset
40148 </cell>
40149 </row>
40150 <row>
40151 <cell alignment="left" valignment="top" usebox="none">
40152 \begin_inset Text
40153
40154 \begin_layout Plain Layout
40155 \begin_inset ERT
40156 status collapsed
40157
40158 \begin_layout Plain Layout
40159
40160
40161 \backslash
40162 fcolorbox{black}{
40163 \end_layout
40164
40165 \end_inset
40166
40167 Mahogany
40168 \begin_inset ERT
40169 status collapsed
40170
40171 \begin_layout Plain Layout
40172
40173 }{
40174 \end_layout
40175
40176 \end_inset
40177
40178
40179 \begin_inset Phantom Phantom
40180 status open
40181
40182 \begin_layout Plain Layout
40183 W
40184 \end_layout
40185
40186 \end_inset
40187
40188
40189 \begin_inset ERT
40190 status collapsed
40191
40192 \begin_layout Plain Layout
40193
40194 }
40195 \end_layout
40196
40197 \end_inset
40198
40199  Mahogany
40200 \end_layout
40201
40202 \end_inset
40203 </cell>
40204 <cell alignment="left" valignment="top" usebox="none">
40205 \begin_inset Text
40206
40207 \begin_layout Plain Layout
40208 \begin_inset ERT
40209 status collapsed
40210
40211 \begin_layout Plain Layout
40212
40213
40214 \backslash
40215 fcolorbox{black}{
40216 \end_layout
40217
40218 \end_inset
40219
40220 Maroon
40221 \begin_inset ERT
40222 status collapsed
40223
40224 \begin_layout Plain Layout
40225
40226 }{
40227 \end_layout
40228
40229 \end_inset
40230
40231
40232 \begin_inset Phantom Phantom
40233 status open
40234
40235 \begin_layout Plain Layout
40236 W
40237 \end_layout
40238
40239 \end_inset
40240
40241
40242 \begin_inset ERT
40243 status collapsed
40244
40245 \begin_layout Plain Layout
40246
40247 }
40248 \end_layout
40249
40250 \end_inset
40251
40252  Maroon
40253 \end_layout
40254
40255 \end_inset
40256 </cell>
40257 <cell alignment="left" valignment="top" usebox="none">
40258 \begin_inset Text
40259
40260 \begin_layout Plain Layout
40261 \begin_inset ERT
40262 status collapsed
40263
40264 \begin_layout Plain Layout
40265
40266
40267 \backslash
40268 fcolorbox{black}{
40269 \end_layout
40270
40271 \end_inset
40272
40273 Melon
40274 \begin_inset ERT
40275 status collapsed
40276
40277 \begin_layout Plain Layout
40278
40279 }{
40280 \end_layout
40281
40282 \end_inset
40283
40284
40285 \begin_inset Phantom Phantom
40286 status open
40287
40288 \begin_layout Plain Layout
40289 W
40290 \end_layout
40291
40292 \end_inset
40293
40294
40295 \begin_inset ERT
40296 status collapsed
40297
40298 \begin_layout Plain Layout
40299
40300 }
40301 \end_layout
40302
40303 \end_inset
40304
40305  Melon
40306 \end_layout
40307
40308 \end_inset
40309 </cell>
40310 <cell alignment="left" valignment="top" usebox="none">
40311 \begin_inset Text
40312
40313 \begin_layout Plain Layout
40314 \begin_inset ERT
40315 status collapsed
40316
40317 \begin_layout Plain Layout
40318
40319
40320 \backslash
40321 fcolorbox{black}{
40322 \end_layout
40323
40324 \end_inset
40325
40326 MidnightBlue
40327 \begin_inset ERT
40328 status collapsed
40329
40330 \begin_layout Plain Layout
40331
40332 }{
40333 \end_layout
40334
40335 \end_inset
40336
40337
40338 \begin_inset Phantom Phantom
40339 status open
40340
40341 \begin_layout Plain Layout
40342 W
40343 \end_layout
40344
40345 \end_inset
40346
40347
40348 \begin_inset ERT
40349 status collapsed
40350
40351 \begin_layout Plain Layout
40352
40353 }
40354 \end_layout
40355
40356 \end_inset
40357
40358  MidnightBlue
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 </row>
40364 <row>
40365 <cell alignment="left" valignment="top" usebox="none">
40366 \begin_inset Text
40367
40368 \begin_layout Plain Layout
40369 \begin_inset ERT
40370 status collapsed
40371
40372 \begin_layout Plain Layout
40373
40374
40375 \backslash
40376 fcolorbox{black}{
40377 \end_layout
40378
40379 \end_inset
40380
40381 Mulberry
40382 \begin_inset ERT
40383 status collapsed
40384
40385 \begin_layout Plain Layout
40386
40387 }{
40388 \end_layout
40389
40390 \end_inset
40391
40392
40393 \begin_inset Phantom Phantom
40394 status open
40395
40396 \begin_layout Plain Layout
40397 W
40398 \end_layout
40399
40400 \end_inset
40401
40402
40403 \begin_inset ERT
40404 status collapsed
40405
40406 \begin_layout Plain Layout
40407
40408 }
40409 \end_layout
40410
40411 \end_inset
40412
40413  Mulberry
40414 \end_layout
40415
40416 \end_inset
40417 </cell>
40418 <cell alignment="left" valignment="top" usebox="none">
40419 \begin_inset Text
40420
40421 \begin_layout Plain Layout
40422 \begin_inset ERT
40423 status collapsed
40424
40425 \begin_layout Plain Layout
40426
40427
40428 \backslash
40429 fcolorbox{black}{
40430 \end_layout
40431
40432 \end_inset
40433
40434 NavyBlue
40435 \begin_inset ERT
40436 status collapsed
40437
40438 \begin_layout Plain Layout
40439
40440 }{
40441 \end_layout
40442
40443 \end_inset
40444
40445
40446 \begin_inset Phantom Phantom
40447 status open
40448
40449 \begin_layout Plain Layout
40450 W
40451 \end_layout
40452
40453 \end_inset
40454
40455
40456 \begin_inset ERT
40457 status collapsed
40458
40459 \begin_layout Plain Layout
40460
40461 }
40462 \end_layout
40463
40464 \end_inset
40465
40466  NavyBlue
40467 \end_layout
40468
40469 \end_inset
40470 </cell>
40471 <cell alignment="left" valignment="top" usebox="none">
40472 \begin_inset Text
40473
40474 \begin_layout Plain Layout
40475 \begin_inset ERT
40476 status collapsed
40477
40478 \begin_layout Plain Layout
40479
40480
40481 \backslash
40482 fcolorbox{black}{
40483 \end_layout
40484
40485 \end_inset
40486
40487 OliveGreen
40488 \begin_inset ERT
40489 status collapsed
40490
40491 \begin_layout Plain Layout
40492
40493 }{
40494 \end_layout
40495
40496 \end_inset
40497
40498
40499 \begin_inset Phantom Phantom
40500 status open
40501
40502 \begin_layout Plain Layout
40503 W
40504 \end_layout
40505
40506 \end_inset
40507
40508
40509 \begin_inset ERT
40510 status collapsed
40511
40512 \begin_layout Plain Layout
40513
40514 }
40515 \end_layout
40516
40517 \end_inset
40518
40519  OliveGreen
40520 \end_layout
40521
40522 \end_inset
40523 </cell>
40524 <cell alignment="left" valignment="top" usebox="none">
40525 \begin_inset Text
40526
40527 \begin_layout Plain Layout
40528 \begin_inset ERT
40529 status collapsed
40530
40531 \begin_layout Plain Layout
40532
40533
40534 \backslash
40535 fcolorbox{black}{
40536 \end_layout
40537
40538 \end_inset
40539
40540 Orange
40541 \begin_inset ERT
40542 status collapsed
40543
40544 \begin_layout Plain Layout
40545
40546 }{
40547 \end_layout
40548
40549 \end_inset
40550
40551
40552 \begin_inset Phantom Phantom
40553 status open
40554
40555 \begin_layout Plain Layout
40556 W
40557 \end_layout
40558
40559 \end_inset
40560
40561
40562 \begin_inset ERT
40563 status collapsed
40564
40565 \begin_layout Plain Layout
40566
40567 }
40568 \end_layout
40569
40570 \end_inset
40571
40572  Orange
40573 \end_layout
40574
40575 \end_inset
40576 </cell>
40577 </row>
40578 <row>
40579 <cell alignment="left" valignment="top" usebox="none">
40580 \begin_inset Text
40581
40582 \begin_layout Plain Layout
40583 \begin_inset ERT
40584 status collapsed
40585
40586 \begin_layout Plain Layout
40587
40588
40589 \backslash
40590 fcolorbox{black}{
40591 \end_layout
40592
40593 \end_inset
40594
40595 OrangeRed
40596 \begin_inset ERT
40597 status collapsed
40598
40599 \begin_layout Plain Layout
40600
40601 }{
40602 \end_layout
40603
40604 \end_inset
40605
40606
40607 \begin_inset Phantom Phantom
40608 status open
40609
40610 \begin_layout Plain Layout
40611 W
40612 \end_layout
40613
40614 \end_inset
40615
40616
40617 \begin_inset ERT
40618 status collapsed
40619
40620 \begin_layout Plain Layout
40621
40622 }
40623 \end_layout
40624
40625 \end_inset
40626
40627  OrangeRed
40628 \end_layout
40629
40630 \end_inset
40631 </cell>
40632 <cell alignment="left" valignment="top" usebox="none">
40633 \begin_inset Text
40634
40635 \begin_layout Plain Layout
40636 \begin_inset ERT
40637 status collapsed
40638
40639 \begin_layout Plain Layout
40640
40641
40642 \backslash
40643 fcolorbox{black}{
40644 \end_layout
40645
40646 \end_inset
40647
40648 Orchid
40649 \begin_inset ERT
40650 status collapsed
40651
40652 \begin_layout Plain Layout
40653
40654 }{
40655 \end_layout
40656
40657 \end_inset
40658
40659
40660 \begin_inset Phantom Phantom
40661 status open
40662
40663 \begin_layout Plain Layout
40664 W
40665 \end_layout
40666
40667 \end_inset
40668
40669
40670 \begin_inset ERT
40671 status collapsed
40672
40673 \begin_layout Plain Layout
40674
40675 }
40676 \end_layout
40677
40678 \end_inset
40679
40680  Orchid
40681 \end_layout
40682
40683 \end_inset
40684 </cell>
40685 <cell alignment="left" valignment="top" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 \begin_inset ERT
40690 status collapsed
40691
40692 \begin_layout Plain Layout
40693
40694
40695 \backslash
40696 fcolorbox{black}{
40697 \end_layout
40698
40699 \end_inset
40700
40701 Peach
40702 \begin_inset ERT
40703 status collapsed
40704
40705 \begin_layout Plain Layout
40706
40707 }{
40708 \end_layout
40709
40710 \end_inset
40711
40712
40713 \begin_inset Phantom Phantom
40714 status open
40715
40716 \begin_layout Plain Layout
40717 W
40718 \end_layout
40719
40720 \end_inset
40721
40722
40723 \begin_inset ERT
40724 status collapsed
40725
40726 \begin_layout Plain Layout
40727
40728 }
40729 \end_layout
40730
40731 \end_inset
40732
40733  Peach
40734 \end_layout
40735
40736 \end_inset
40737 </cell>
40738 <cell alignment="left" valignment="top" usebox="none">
40739 \begin_inset Text
40740
40741 \begin_layout Plain Layout
40742 \begin_inset ERT
40743 status collapsed
40744
40745 \begin_layout Plain Layout
40746
40747
40748 \backslash
40749 fcolorbox{black}{
40750 \end_layout
40751
40752 \end_inset
40753
40754 Periwinkle
40755 \begin_inset ERT
40756 status collapsed
40757
40758 \begin_layout Plain Layout
40759
40760 }{
40761 \end_layout
40762
40763 \end_inset
40764
40765
40766 \begin_inset Phantom Phantom
40767 status open
40768
40769 \begin_layout Plain Layout
40770 W
40771 \end_layout
40772
40773 \end_inset
40774
40775
40776 \begin_inset ERT
40777 status collapsed
40778
40779 \begin_layout Plain Layout
40780
40781 }
40782 \end_layout
40783
40784 \end_inset
40785
40786  Periwinkle
40787 \end_layout
40788
40789 \end_inset
40790 </cell>
40791 </row>
40792 <row>
40793 <cell alignment="left" valignment="top" usebox="none">
40794 \begin_inset Text
40795
40796 \begin_layout Plain Layout
40797 \begin_inset ERT
40798 status collapsed
40799
40800 \begin_layout Plain Layout
40801
40802
40803 \backslash
40804 fcolorbox{black}{
40805 \end_layout
40806
40807 \end_inset
40808
40809 PineGreen
40810 \begin_inset ERT
40811 status collapsed
40812
40813 \begin_layout Plain Layout
40814
40815 }{
40816 \end_layout
40817
40818 \end_inset
40819
40820
40821 \begin_inset Phantom Phantom
40822 status open
40823
40824 \begin_layout Plain Layout
40825 W
40826 \end_layout
40827
40828 \end_inset
40829
40830
40831 \begin_inset ERT
40832 status collapsed
40833
40834 \begin_layout Plain Layout
40835
40836 }
40837 \end_layout
40838
40839 \end_inset
40840
40841  PineGreen
40842 \end_layout
40843
40844 \end_inset
40845 </cell>
40846 <cell alignment="left" valignment="top" usebox="none">
40847 \begin_inset Text
40848
40849 \begin_layout Plain Layout
40850 \begin_inset ERT
40851 status collapsed
40852
40853 \begin_layout Plain Layout
40854
40855
40856 \backslash
40857 fcolorbox{black}{
40858 \end_layout
40859
40860 \end_inset
40861
40862 Plum
40863 \begin_inset ERT
40864 status collapsed
40865
40866 \begin_layout Plain Layout
40867
40868 }{
40869 \end_layout
40870
40871 \end_inset
40872
40873
40874 \begin_inset Phantom Phantom
40875 status open
40876
40877 \begin_layout Plain Layout
40878 W
40879 \end_layout
40880
40881 \end_inset
40882
40883
40884 \begin_inset ERT
40885 status collapsed
40886
40887 \begin_layout Plain Layout
40888
40889 }
40890 \end_layout
40891
40892 \end_inset
40893
40894  Plum
40895 \end_layout
40896
40897 \end_inset
40898 </cell>
40899 <cell alignment="left" valignment="top" usebox="none">
40900 \begin_inset Text
40901
40902 \begin_layout Plain Layout
40903 \begin_inset ERT
40904 status collapsed
40905
40906 \begin_layout Plain Layout
40907
40908
40909 \backslash
40910 fcolorbox{black}{
40911 \end_layout
40912
40913 \end_inset
40914
40915 ProcessBlue
40916 \begin_inset ERT
40917 status collapsed
40918
40919 \begin_layout Plain Layout
40920
40921 }{
40922 \end_layout
40923
40924 \end_inset
40925
40926
40927 \begin_inset Phantom Phantom
40928 status open
40929
40930 \begin_layout Plain Layout
40931 W
40932 \end_layout
40933
40934 \end_inset
40935
40936
40937 \begin_inset ERT
40938 status collapsed
40939
40940 \begin_layout Plain Layout
40941
40942 }
40943 \end_layout
40944
40945 \end_inset
40946
40947  ProcessBlue
40948 \end_layout
40949
40950 \end_inset
40951 </cell>
40952 <cell alignment="left" valignment="top" usebox="none">
40953 \begin_inset Text
40954
40955 \begin_layout Plain Layout
40956 \begin_inset ERT
40957 status collapsed
40958
40959 \begin_layout Plain Layout
40960
40961
40962 \backslash
40963 fcolorbox{black}{
40964 \end_layout
40965
40966 \end_inset
40967
40968 Purple
40969 \begin_inset ERT
40970 status collapsed
40971
40972 \begin_layout Plain Layout
40973
40974 }{
40975 \end_layout
40976
40977 \end_inset
40978
40979
40980 \begin_inset Phantom Phantom
40981 status open
40982
40983 \begin_layout Plain Layout
40984 W
40985 \end_layout
40986
40987 \end_inset
40988
40989
40990 \begin_inset ERT
40991 status collapsed
40992
40993 \begin_layout Plain Layout
40994
40995 }
40996 \end_layout
40997
40998 \end_inset
40999
41000  Purple
41001 \end_layout
41002
41003 \end_inset
41004 </cell>
41005 </row>
41006 <row>
41007 <cell alignment="left" valignment="top" usebox="none">
41008 \begin_inset Text
41009
41010 \begin_layout Plain Layout
41011 \begin_inset ERT
41012 status collapsed
41013
41014 \begin_layout Plain Layout
41015
41016
41017 \backslash
41018 fcolorbox{black}{
41019 \end_layout
41020
41021 \end_inset
41022
41023 RawSienna
41024 \begin_inset ERT
41025 status collapsed
41026
41027 \begin_layout Plain Layout
41028
41029 }{
41030 \end_layout
41031
41032 \end_inset
41033
41034
41035 \begin_inset Phantom Phantom
41036 status open
41037
41038 \begin_layout Plain Layout
41039 W
41040 \end_layout
41041
41042 \end_inset
41043
41044
41045 \begin_inset ERT
41046 status collapsed
41047
41048 \begin_layout Plain Layout
41049
41050 }
41051 \end_layout
41052
41053 \end_inset
41054
41055  RawSienna
41056 \end_layout
41057
41058 \end_inset
41059 </cell>
41060 <cell alignment="left" valignment="top" usebox="none">
41061 \begin_inset Text
41062
41063 \begin_layout Plain Layout
41064 \begin_inset ERT
41065 status collapsed
41066
41067 \begin_layout Plain Layout
41068
41069
41070 \backslash
41071 fcolorbox{black}{
41072 \end_layout
41073
41074 \end_inset
41075
41076 RedOrange
41077 \begin_inset ERT
41078 status collapsed
41079
41080 \begin_layout Plain Layout
41081
41082 }{
41083 \end_layout
41084
41085 \end_inset
41086
41087
41088 \begin_inset Phantom Phantom
41089 status open
41090
41091 \begin_layout Plain Layout
41092 W
41093 \end_layout
41094
41095 \end_inset
41096
41097
41098 \begin_inset ERT
41099 status collapsed
41100
41101 \begin_layout Plain Layout
41102
41103 }
41104 \end_layout
41105
41106 \end_inset
41107
41108  RedOrange
41109 \end_layout
41110
41111 \end_inset
41112 </cell>
41113 <cell alignment="left" valignment="top" usebox="none">
41114 \begin_inset Text
41115
41116 \begin_layout Plain Layout
41117 \begin_inset ERT
41118 status collapsed
41119
41120 \begin_layout Plain Layout
41121
41122
41123 \backslash
41124 fcolorbox{black}{
41125 \end_layout
41126
41127 \end_inset
41128
41129 RedViolet
41130 \begin_inset ERT
41131 status collapsed
41132
41133 \begin_layout Plain Layout
41134
41135 }{
41136 \end_layout
41137
41138 \end_inset
41139
41140
41141 \begin_inset Phantom Phantom
41142 status open
41143
41144 \begin_layout Plain Layout
41145 W
41146 \end_layout
41147
41148 \end_inset
41149
41150
41151 \begin_inset ERT
41152 status collapsed
41153
41154 \begin_layout Plain Layout
41155
41156 }
41157 \end_layout
41158
41159 \end_inset
41160
41161  RedViolet
41162 \end_layout
41163
41164 \end_inset
41165 </cell>
41166 <cell alignment="left" valignment="top" usebox="none">
41167 \begin_inset Text
41168
41169 \begin_layout Plain Layout
41170 \begin_inset ERT
41171 status collapsed
41172
41173 \begin_layout Plain Layout
41174
41175
41176 \backslash
41177 fcolorbox{black}{
41178 \end_layout
41179
41180 \end_inset
41181
41182 Rhodamine
41183 \begin_inset ERT
41184 status collapsed
41185
41186 \begin_layout Plain Layout
41187
41188 }{
41189 \end_layout
41190
41191 \end_inset
41192
41193
41194 \begin_inset Phantom Phantom
41195 status open
41196
41197 \begin_layout Plain Layout
41198 W
41199 \end_layout
41200
41201 \end_inset
41202
41203
41204 \begin_inset ERT
41205 status collapsed
41206
41207 \begin_layout Plain Layout
41208
41209 }
41210 \end_layout
41211
41212 \end_inset
41213
41214  Rhodamine
41215 \end_layout
41216
41217 \end_inset
41218 </cell>
41219 </row>
41220 <row>
41221 <cell alignment="left" valignment="top" usebox="none">
41222 \begin_inset Text
41223
41224 \begin_layout Plain Layout
41225 \begin_inset ERT
41226 status collapsed
41227
41228 \begin_layout Plain Layout
41229
41230
41231 \backslash
41232 fcolorbox{black}{
41233 \end_layout
41234
41235 \end_inset
41236
41237 RoyalBlue
41238 \begin_inset ERT
41239 status collapsed
41240
41241 \begin_layout Plain Layout
41242
41243 }{
41244 \end_layout
41245
41246 \end_inset
41247
41248
41249 \begin_inset Phantom Phantom
41250 status open
41251
41252 \begin_layout Plain Layout
41253 W
41254 \end_layout
41255
41256 \end_inset
41257
41258
41259 \begin_inset ERT
41260 status collapsed
41261
41262 \begin_layout Plain Layout
41263
41264 }
41265 \end_layout
41266
41267 \end_inset
41268
41269  RoyalBlue
41270 \end_layout
41271
41272 \end_inset
41273 </cell>
41274 <cell alignment="left" valignment="top" usebox="none">
41275 \begin_inset Text
41276
41277 \begin_layout Plain Layout
41278 \begin_inset ERT
41279 status collapsed
41280
41281 \begin_layout Plain Layout
41282
41283
41284 \backslash
41285 fcolorbox{black}{
41286 \end_layout
41287
41288 \end_inset
41289
41290 RoyalPurple
41291 \begin_inset ERT
41292 status collapsed
41293
41294 \begin_layout Plain Layout
41295
41296 }{
41297 \end_layout
41298
41299 \end_inset
41300
41301
41302 \begin_inset Phantom Phantom
41303 status open
41304
41305 \begin_layout Plain Layout
41306 W
41307 \end_layout
41308
41309 \end_inset
41310
41311
41312 \begin_inset ERT
41313 status collapsed
41314
41315 \begin_layout Plain Layout
41316
41317 }
41318 \end_layout
41319
41320 \end_inset
41321
41322  RoyalPurple
41323 \end_layout
41324
41325 \end_inset
41326 </cell>
41327 <cell alignment="left" valignment="top" usebox="none">
41328 \begin_inset Text
41329
41330 \begin_layout Plain Layout
41331 \begin_inset ERT
41332 status collapsed
41333
41334 \begin_layout Plain Layout
41335
41336
41337 \backslash
41338 fcolorbox{black}{
41339 \end_layout
41340
41341 \end_inset
41342
41343 RubineRed
41344 \begin_inset ERT
41345 status collapsed
41346
41347 \begin_layout Plain Layout
41348
41349 }{
41350 \end_layout
41351
41352 \end_inset
41353
41354
41355 \begin_inset Phantom Phantom
41356 status open
41357
41358 \begin_layout Plain Layout
41359 W
41360 \end_layout
41361
41362 \end_inset
41363
41364
41365 \begin_inset ERT
41366 status collapsed
41367
41368 \begin_layout Plain Layout
41369
41370 }
41371 \end_layout
41372
41373 \end_inset
41374
41375  RubineRed
41376 \end_layout
41377
41378 \end_inset
41379 </cell>
41380 <cell alignment="left" valignment="top" usebox="none">
41381 \begin_inset Text
41382
41383 \begin_layout Plain Layout
41384 \begin_inset ERT
41385 status collapsed
41386
41387 \begin_layout Plain Layout
41388
41389
41390 \backslash
41391 fcolorbox{black}{
41392 \end_layout
41393
41394 \end_inset
41395
41396 Salmon
41397 \begin_inset ERT
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401
41402 }{
41403 \end_layout
41404
41405 \end_inset
41406
41407
41408 \begin_inset Phantom Phantom
41409 status open
41410
41411 \begin_layout Plain Layout
41412 W
41413 \end_layout
41414
41415 \end_inset
41416
41417
41418 \begin_inset ERT
41419 status collapsed
41420
41421 \begin_layout Plain Layout
41422
41423 }
41424 \end_layout
41425
41426 \end_inset
41427
41428  Salmon
41429 \end_layout
41430
41431 \end_inset
41432 </cell>
41433 </row>
41434 <row>
41435 <cell alignment="left" valignment="top" usebox="none">
41436 \begin_inset Text
41437
41438 \begin_layout Plain Layout
41439 \begin_inset ERT
41440 status collapsed
41441
41442 \begin_layout Plain Layout
41443
41444
41445 \backslash
41446 fcolorbox{black}{
41447 \end_layout
41448
41449 \end_inset
41450
41451 SeaGreen
41452 \begin_inset ERT
41453 status collapsed
41454
41455 \begin_layout Plain Layout
41456
41457 }{
41458 \end_layout
41459
41460 \end_inset
41461
41462
41463 \begin_inset Phantom Phantom
41464 status open
41465
41466 \begin_layout Plain Layout
41467 W
41468 \end_layout
41469
41470 \end_inset
41471
41472
41473 \begin_inset ERT
41474 status collapsed
41475
41476 \begin_layout Plain Layout
41477
41478 }
41479 \end_layout
41480
41481 \end_inset
41482
41483  SeaGreen
41484 \end_layout
41485
41486 \end_inset
41487 </cell>
41488 <cell alignment="left" valignment="top" usebox="none">
41489 \begin_inset Text
41490
41491 \begin_layout Plain Layout
41492 \begin_inset ERT
41493 status collapsed
41494
41495 \begin_layout Plain Layout
41496
41497
41498 \backslash
41499 fcolorbox{black}{
41500 \end_layout
41501
41502 \end_inset
41503
41504 Sepia
41505 \begin_inset ERT
41506 status collapsed
41507
41508 \begin_layout Plain Layout
41509
41510 }{
41511 \end_layout
41512
41513 \end_inset
41514
41515
41516 \begin_inset Phantom Phantom
41517 status open
41518
41519 \begin_layout Plain Layout
41520 W
41521 \end_layout
41522
41523 \end_inset
41524
41525
41526 \begin_inset ERT
41527 status collapsed
41528
41529 \begin_layout Plain Layout
41530
41531 }
41532 \end_layout
41533
41534 \end_inset
41535
41536  Sepia
41537 \end_layout
41538
41539 \end_inset
41540 </cell>
41541 <cell alignment="left" valignment="top" usebox="none">
41542 \begin_inset Text
41543
41544 \begin_layout Plain Layout
41545 \begin_inset ERT
41546 status collapsed
41547
41548 \begin_layout Plain Layout
41549
41550
41551 \backslash
41552 fcolorbox{black}{
41553 \end_layout
41554
41555 \end_inset
41556
41557 SkyBlue
41558 \begin_inset ERT
41559 status collapsed
41560
41561 \begin_layout Plain Layout
41562
41563 }{
41564 \end_layout
41565
41566 \end_inset
41567
41568
41569 \begin_inset Phantom Phantom
41570 status open
41571
41572 \begin_layout Plain Layout
41573 W
41574 \end_layout
41575
41576 \end_inset
41577
41578
41579 \begin_inset ERT
41580 status collapsed
41581
41582 \begin_layout Plain Layout
41583
41584 }
41585 \end_layout
41586
41587 \end_inset
41588
41589  SkyBlue
41590 \end_layout
41591
41592 \end_inset
41593 </cell>
41594 <cell alignment="left" valignment="top" usebox="none">
41595 \begin_inset Text
41596
41597 \begin_layout Plain Layout
41598 \begin_inset ERT
41599 status collapsed
41600
41601 \begin_layout Plain Layout
41602
41603
41604 \backslash
41605 fcolorbox{black}{
41606 \end_layout
41607
41608 \end_inset
41609
41610 SpringGreen
41611 \begin_inset ERT
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615
41616 }{
41617 \end_layout
41618
41619 \end_inset
41620
41621
41622 \begin_inset Phantom Phantom
41623 status open
41624
41625 \begin_layout Plain Layout
41626 W
41627 \end_layout
41628
41629 \end_inset
41630
41631
41632 \begin_inset ERT
41633 status collapsed
41634
41635 \begin_layout Plain Layout
41636
41637 }
41638 \end_layout
41639
41640 \end_inset
41641
41642  SpringGreen
41643 \end_layout
41644
41645 \end_inset
41646 </cell>
41647 </row>
41648 <row>
41649 <cell alignment="left" valignment="top" usebox="none">
41650 \begin_inset Text
41651
41652 \begin_layout Plain Layout
41653 \begin_inset ERT
41654 status collapsed
41655
41656 \begin_layout Plain Layout
41657
41658
41659 \backslash
41660 fcolorbox{black}{
41661 \end_layout
41662
41663 \end_inset
41664
41665 Tan
41666 \begin_inset ERT
41667 status collapsed
41668
41669 \begin_layout Plain Layout
41670
41671 }{
41672 \end_layout
41673
41674 \end_inset
41675
41676
41677 \begin_inset Phantom Phantom
41678 status open
41679
41680 \begin_layout Plain Layout
41681 W
41682 \end_layout
41683
41684 \end_inset
41685
41686
41687 \begin_inset ERT
41688 status collapsed
41689
41690 \begin_layout Plain Layout
41691
41692 }
41693 \end_layout
41694
41695 \end_inset
41696
41697  Tan
41698 \end_layout
41699
41700 \end_inset
41701 </cell>
41702 <cell alignment="left" valignment="top" usebox="none">
41703 \begin_inset Text
41704
41705 \begin_layout Plain Layout
41706 \begin_inset ERT
41707 status collapsed
41708
41709 \begin_layout Plain Layout
41710
41711
41712 \backslash
41713 fcolorbox{black}{
41714 \end_layout
41715
41716 \end_inset
41717
41718 TealBlue
41719 \begin_inset ERT
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723
41724 }{
41725 \end_layout
41726
41727 \end_inset
41728
41729
41730 \begin_inset Phantom Phantom
41731 status open
41732
41733 \begin_layout Plain Layout
41734 W
41735 \end_layout
41736
41737 \end_inset
41738
41739
41740 \begin_inset ERT
41741 status collapsed
41742
41743 \begin_layout Plain Layout
41744
41745 }
41746 \end_layout
41747
41748 \end_inset
41749
41750  TealBlue
41751 \end_layout
41752
41753 \end_inset
41754 </cell>
41755 <cell alignment="left" valignment="top" usebox="none">
41756 \begin_inset Text
41757
41758 \begin_layout Plain Layout
41759 \begin_inset ERT
41760 status collapsed
41761
41762 \begin_layout Plain Layout
41763
41764
41765 \backslash
41766 fcolorbox{black}{
41767 \end_layout
41768
41769 \end_inset
41770
41771 Thistle
41772 \begin_inset ERT
41773 status collapsed
41774
41775 \begin_layout Plain Layout
41776
41777 }{
41778 \end_layout
41779
41780 \end_inset
41781
41782
41783 \begin_inset Phantom Phantom
41784 status open
41785
41786 \begin_layout Plain Layout
41787 W
41788 \end_layout
41789
41790 \end_inset
41791
41792
41793 \begin_inset ERT
41794 status collapsed
41795
41796 \begin_layout Plain Layout
41797
41798 }
41799 \end_layout
41800
41801 \end_inset
41802
41803  Thistle
41804 \end_layout
41805
41806 \end_inset
41807 </cell>
41808 <cell alignment="left" valignment="top" usebox="none">
41809 \begin_inset Text
41810
41811 \begin_layout Plain Layout
41812 \begin_inset ERT
41813 status collapsed
41814
41815 \begin_layout Plain Layout
41816
41817
41818 \backslash
41819 fcolorbox{black}{
41820 \end_layout
41821
41822 \end_inset
41823
41824 Turquoise
41825 \begin_inset ERT
41826 status collapsed
41827
41828 \begin_layout Plain Layout
41829
41830 }{
41831 \end_layout
41832
41833 \end_inset
41834
41835
41836 \begin_inset Phantom Phantom
41837 status open
41838
41839 \begin_layout Plain Layout
41840 W
41841 \end_layout
41842
41843 \end_inset
41844
41845
41846 \begin_inset ERT
41847 status collapsed
41848
41849 \begin_layout Plain Layout
41850
41851 }
41852 \end_layout
41853
41854 \end_inset
41855
41856  Turquoise
41857 \end_layout
41858
41859 \end_inset
41860 </cell>
41861 </row>
41862 <row>
41863 <cell alignment="left" valignment="top" usebox="none">
41864 \begin_inset Text
41865
41866 \begin_layout Plain Layout
41867 \begin_inset ERT
41868 status collapsed
41869
41870 \begin_layout Plain Layout
41871
41872
41873 \backslash
41874 fcolorbox{black}{
41875 \end_layout
41876
41877 \end_inset
41878
41879 Violet
41880 \begin_inset ERT
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884
41885 }{
41886 \end_layout
41887
41888 \end_inset
41889
41890
41891 \begin_inset Phantom Phantom
41892 status open
41893
41894 \begin_layout Plain Layout
41895 W
41896 \end_layout
41897
41898 \end_inset
41899
41900
41901 \begin_inset ERT
41902 status collapsed
41903
41904 \begin_layout Plain Layout
41905
41906 }
41907 \end_layout
41908
41909 \end_inset
41910
41911  Violet
41912 \end_layout
41913
41914 \end_inset
41915 </cell>
41916 <cell alignment="left" valignment="top" usebox="none">
41917 \begin_inset Text
41918
41919 \begin_layout Plain Layout
41920 \begin_inset ERT
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924
41925
41926 \backslash
41927 fcolorbox{black}{
41928 \end_layout
41929
41930 \end_inset
41931
41932 VioletRed
41933 \begin_inset ERT
41934 status collapsed
41935
41936 \begin_layout Plain Layout
41937
41938 }{
41939 \end_layout
41940
41941 \end_inset
41942
41943
41944 \begin_inset Phantom Phantom
41945 status open
41946
41947 \begin_layout Plain Layout
41948 W
41949 \end_layout
41950
41951 \end_inset
41952
41953
41954 \begin_inset ERT
41955 status collapsed
41956
41957 \begin_layout Plain Layout
41958
41959 }
41960 \end_layout
41961
41962 \end_inset
41963
41964  VioletRed
41965 \end_layout
41966
41967 \end_inset
41968 </cell>
41969 <cell alignment="left" valignment="top" usebox="none">
41970 \begin_inset Text
41971
41972 \begin_layout Plain Layout
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978
41979 \backslash
41980 fcolorbox{black}{
41981 \end_layout
41982
41983 \end_inset
41984
41985 WildStrawberry
41986 \begin_inset ERT
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990
41991 }{
41992 \end_layout
41993
41994 \end_inset
41995
41996
41997 \begin_inset Phantom Phantom
41998 status open
41999
42000 \begin_layout Plain Layout
42001 W
42002 \end_layout
42003
42004 \end_inset
42005
42006
42007 \begin_inset ERT
42008 status collapsed
42009
42010 \begin_layout Plain Layout
42011
42012 }
42013 \end_layout
42014
42015 \end_inset
42016
42017  WildStrawberry
42018 \end_layout
42019
42020 \end_inset
42021 </cell>
42022 <cell alignment="left" valignment="top" usebox="none">
42023 \begin_inset Text
42024
42025 \begin_layout Plain Layout
42026 \begin_inset ERT
42027 status collapsed
42028
42029 \begin_layout Plain Layout
42030
42031
42032 \backslash
42033 fcolorbox{black}{
42034 \end_layout
42035
42036 \end_inset
42037
42038 YellowGreen
42039 \begin_inset ERT
42040 status collapsed
42041
42042 \begin_layout Plain Layout
42043
42044 }{
42045 \end_layout
42046
42047 \end_inset
42048
42049
42050 \begin_inset Phantom Phantom
42051 status open
42052
42053 \begin_layout Plain Layout
42054 W
42055 \end_layout
42056
42057 \end_inset
42058
42059
42060 \begin_inset ERT
42061 status collapsed
42062
42063 \begin_layout Plain Layout
42064
42065 }
42066 \end_layout
42067
42068 \end_inset
42069
42070  YellowGreen
42071 \end_layout
42072
42073 \end_inset
42074 </cell>
42075 </row>
42076 <row>
42077 <cell alignment="left" valignment="top" usebox="none">
42078 \begin_inset Text
42079
42080 \begin_layout Plain Layout
42081 \begin_inset ERT
42082 status collapsed
42083
42084 \begin_layout Plain Layout
42085
42086
42087 \backslash
42088 fcolorbox{black}{
42089 \end_layout
42090
42091 \end_inset
42092
42093 YellowOrange
42094 \begin_inset ERT
42095 status collapsed
42096
42097 \begin_layout Plain Layout
42098
42099 }{
42100 \end_layout
42101
42102 \end_inset
42103
42104
42105 \begin_inset Phantom Phantom
42106 status open
42107
42108 \begin_layout Plain Layout
42109 W
42110 \end_layout
42111
42112 \end_inset
42113
42114
42115 \begin_inset ERT
42116 status collapsed
42117
42118 \begin_layout Plain Layout
42119
42120 }
42121 \end_layout
42122
42123 \end_inset
42124
42125  YellowOrange
42126 \end_layout
42127
42128 \end_inset
42129 </cell>
42130 <cell alignment="left" valignment="top" usebox="none">
42131 \begin_inset Text
42132
42133 \begin_layout Plain Layout
42134
42135 \end_layout
42136
42137 \end_inset
42138 </cell>
42139 <cell alignment="left" valignment="top" usebox="none">
42140 \begin_inset Text
42141
42142 \begin_layout Plain Layout
42143
42144 \end_layout
42145
42146 \end_inset
42147 </cell>
42148 <cell alignment="left" valignment="top" usebox="none">
42149 \begin_inset Text
42150
42151 \begin_layout Plain Layout
42152
42153 \end_layout
42154
42155 \end_inset
42156 </cell>
42157 </row>
42158 </lyxtabular>
42159
42160 \end_inset
42161
42162
42163 \end_layout
42164
42165 \begin_layout Chapter
42166 第(
42167 \begin_inset CommandInset ref
42168 LatexCommand ref
42169 reference "eq:Wgn"
42170
42171 \end_inset
42172
42173 )式の説明
42174 \begin_inset CommandInset label
42175 LatexCommand label
42176 name "cha:式の説明"
42177
42178 \end_inset
42179
42180
42181 \end_layout
42182
42183 \begin_layout Standard
42184 \begin_inset Formula $n$
42185 \end_inset
42186
42187 個の表セルの全幅
42188 \begin_inset Formula $W_{\mathrm{tot\,n}}$
42189 \end_inset
42190
42191
42192 \begin_inset Formula 
42193 \begin{equation}
42194 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42195 \end{equation}
42196
42197 \end_inset
42198
42199
42200 \end_layout
42201
42202 \begin_layout Standard
42203 で計算できます。ここで
42204 \begin_inset Formula $W_{g\,n}$
42205 \end_inset
42206
42207 は、すべてのセルが持つ固定幅です。
42208 \series bold
42209
42210 \backslash
42211 tabcolsep
42212 \series default
42213 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
42214 \begin_inset space \thinspace{}
42215 \end_inset
42216
42217 ptです。
42218 \series bold
42219
42220 \backslash
42221 arrayrulewidth
42222 \series default
42223 は、セル罫線幅であり、既定値は0.4
42224 \begin_inset space \thinspace{}
42225 \end_inset
42226
42227 ptです。
42228 \end_layout
42229
42230 \begin_layout Standard
42231
42232 \begin_inset CommandInset ref
42233 LatexCommand eqref
42234 reference "eq:Wtot_n"
42235
42236 \end_inset
42237
42238 式にしたがえば、連結列の全幅
42239 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
42240 \end_inset
42241
42242
42243 \begin_inset Formula 
42244 \begin{equation}
42245 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42246 \end{equation}
42247
42248 \end_inset
42249
42250
42251 \end_layout
42252
42253 \begin_layout Standard
42254 となります。
42255 \begin_inset Formula $n$
42256 \end_inset
42257
42258 列を連結する時には各列の全幅は
42259 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
42260 \end_inset
42261
42262 となるので、第
42263 \begin_inset CommandInset ref
42264 LatexCommand eqref
42265 reference "eq:Wtot_n"
42266
42267 \end_inset
42268
42269 式と第
42270 \begin_inset CommandInset ref
42271 LatexCommand eqref
42272 reference "eq:Wtot_mult"
42273
42274 \end_inset
42275
42276 式が等しいものと置けば、必要となる固定幅
42277 \begin_inset Formula $W_{g\,n}$
42278 \end_inset
42279
42280 を計算することができて、
42281 \begin_inset Formula 
42282 \begin{equation}
42283 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42284 \end{equation}
42285
42286 \end_inset
42287
42288 となります。
42289 \end_layout
42290
42291 \begin_layout Bibliography
42292 \labelwidthstring 参考文献
42293 \begin_inset CommandInset bibitem
42294 LatexCommand bibitem
42295 key "latexcompanion"
42296
42297 \end_inset
42298
42299 Frank Mittelbach and Michel Goossens: 
42300 \emph on
42301 The LaTeX Companion Second Edition.
42302
42303 \emph default
42304  Addison-Wesley, 2004
42305 \end_layout
42306
42307 \begin_layout Bibliography
42308 \labelwidthstring 参考文献
42309 \begin_inset CommandInset bibitem
42310 LatexCommand bibitem
42311 key "latexguide"
42312
42313 \end_inset
42314
42315 Helmut Kopka and Patrick W.
42316  Daly: 
42317 \emph on
42318 A Guide to LaTeX Fourth Edition.
42319
42320 \emph default
42321  Addison-Wesley, 2003
42322 \end_layout
42323
42324 \begin_layout Bibliography
42325 \labelwidthstring 参考文献
42326 \begin_inset CommandInset bibitem
42327 LatexCommand bibitem
42328 key "latexbook"
42329
42330 \end_inset
42331
42332 Leslie Lamport: 
42333 \emph on
42334 LaTeX: A Document Preparation System.
42335
42336 \emph default
42337  Addison-Wesley, second edition, 1994
42338 \end_layout
42339
42340 \begin_layout Bibliography
42341 \labelwidthstring 参考文献
42342 \begin_inset CommandInset bibitem
42343 LatexCommand bibitem
42344 key "arydshln"
42345
42346 \end_inset
42347
42348 LaTeXパッケージ
42349 \series bold
42350
42351 \begin_inset CommandInset href
42352 LatexCommand href
42353 name "arydshln"
42354 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42355
42356 \end_inset
42357
42358
42359 \series default
42360
42361 \begin_inset Index idx
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
42366 \end_layout
42367
42368 \end_inset
42369
42370
42371 \end_layout
42372
42373 \begin_layout Bibliography
42374 \labelwidthstring 参考文献
42375 \begin_inset CommandInset bibitem
42376 LatexCommand bibitem
42377 key "booktabs"
42378
42379 \end_inset
42380
42381 LaTeXパッケージ
42382 \series bold
42383
42384 \begin_inset CommandInset href
42385 LatexCommand href
42386 name "booktabs"
42387 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42388
42389 \end_inset
42390
42391
42392 \series default
42393
42394 \begin_inset Index idx
42395 status collapsed
42396
42397 \begin_layout Plain Layout
42398 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
42399 \end_layout
42400
42401 \end_inset
42402
42403 の取扱説明書
42404 \end_layout
42405
42406 \begin_layout Bibliography
42407 \labelwidthstring 参考文献
42408 \begin_inset CommandInset bibitem
42409 LatexCommand bibitem
42410 key "caption"
42411
42412 \end_inset
42413
42414 LaTeXパッケージ
42415 \series bold
42416
42417 \begin_inset CommandInset href
42418 LatexCommand href
42419 name "caption"
42420 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42421
42422 \end_inset
42423
42424
42425 \series default
42426
42427 \begin_inset Index idx
42428 status collapsed
42429
42430 \begin_layout Plain Layout
42431 LaTeXぱっけーじ@LaTeXパッケージ ! caption
42432 \end_layout
42433
42434 \end_inset
42435
42436 の取扱説明書
42437 \end_layout
42438
42439 \begin_layout Bibliography
42440 \labelwidthstring 参考文献
42441 \begin_inset CommandInset bibitem
42442 LatexCommand bibitem
42443 key "diagbox"
42444
42445 \end_inset
42446
42447 LaTeXパッケージ
42448 \series bold
42449
42450 \begin_inset CommandInset href
42451 LatexCommand href
42452 name "diagbox"
42453 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42454
42455 \end_inset
42456
42457
42458 \series default
42459
42460 \begin_inset Index idx
42461 status collapsed
42462
42463 \begin_layout Plain Layout
42464 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
42465 \end_layout
42466
42467 \end_inset
42468
42469
42470 \end_layout
42471
42472 \begin_layout Bibliography
42473 \labelwidthstring 参考文献
42474 \begin_inset CommandInset bibitem
42475 LatexCommand bibitem
42476 key "endfloat"
42477
42478 \end_inset
42479
42480 LaTeXパッケージ
42481 \series bold
42482
42483 \begin_inset CommandInset href
42484 LatexCommand href
42485 name "endfloat"
42486 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42487
42488 \end_inset
42489
42490
42491 \series default
42492
42493 \begin_inset Index idx
42494 status collapsed
42495
42496 \begin_layout Plain Layout
42497 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
42498 \end_layout
42499
42500 \end_inset
42501
42502 の取扱説明書
42503 \end_layout
42504
42505 \begin_layout Bibliography
42506 \labelwidthstring 参考文献
42507 \begin_inset CommandInset bibitem
42508 LatexCommand bibitem
42509 key "footmisc"
42510
42511 \end_inset
42512
42513 LaTeXパッケージ
42514 \series bold
42515
42516 \begin_inset CommandInset href
42517 LatexCommand href
42518 name "footmisc"
42519 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42520
42521 \end_inset
42522
42523
42524 \series default
42525
42526 \begin_inset Index idx
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
42531 \end_layout
42532
42533 \end_inset
42534
42535 の取扱説明書
42536 \end_layout
42537
42538 \begin_layout Bibliography
42539 \labelwidthstring 参考文献
42540 \begin_inset CommandInset bibitem
42541 LatexCommand bibitem
42542 key "hypcap"
42543
42544 \end_inset
42545
42546 LaTeXパッケージ
42547 \series bold
42548
42549 \begin_inset CommandInset href
42550 LatexCommand href
42551 name "hypcap"
42552 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42553
42554 \end_inset
42555
42556
42557 \series default
42558
42559 \begin_inset Index idx
42560 status collapsed
42561
42562 \begin_layout Plain Layout
42563 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42564 \end_layout
42565
42566 \end_inset
42567
42568 の取扱説明書
42569 \end_layout
42570
42571 \begin_layout Bibliography
42572 \labelwidthstring 参考文献
42573 \begin_inset CommandInset bibitem
42574 LatexCommand bibitem
42575 key "hyperref"
42576
42577 \end_inset
42578
42579 LaTeXパッケージ
42580 \series bold
42581
42582 \begin_inset CommandInset href
42583 LatexCommand href
42584 name "hyperref"
42585 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42586
42587 \end_inset
42588
42589
42590 \series default
42591
42592 \begin_inset Index idx
42593 status collapsed
42594
42595 \begin_layout Plain Layout
42596 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42597 \end_layout
42598
42599 \end_inset
42600
42601 の取扱説明書
42602 \end_layout
42603
42604 \begin_layout Bibliography
42605 \labelwidthstring 参考文献
42606 \begin_inset CommandInset bibitem
42607 LatexCommand bibitem
42608 key "KOMA-script"
42609
42610 \end_inset
42611
42612 LaTeXパッケージ
42613 \series bold
42614
42615 \begin_inset CommandInset href
42616 LatexCommand href
42617 name "KOMA-script"
42618 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
42619
42620 \end_inset
42621
42622
42623 \series default
42624
42625 \begin_inset Index idx
42626 status collapsed
42627
42628 \begin_layout Plain Layout
42629 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
42630 \end_layout
42631
42632 \end_inset
42633
42634 の取扱説明書
42635 \end_layout
42636
42637 \begin_layout Bibliography
42638 \labelwidthstring 参考文献
42639 \begin_inset CommandInset bibitem
42640 LatexCommand bibitem
42641 key "lettrine"
42642
42643 \end_inset
42644
42645 LaTeXパッケージ
42646 \series bold
42647
42648 \begin_inset CommandInset href
42649 LatexCommand href
42650 name "lettrine"
42651 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42652
42653 \end_inset
42654
42655
42656 \series default
42657 及び
42658 \begin_inset CommandInset href
42659 LatexCommand href
42660 name "用例"
42661 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42662
42663 \end_inset
42664
42665
42666 \begin_inset Index idx
42667 status collapsed
42668
42669 \begin_layout Plain Layout
42670 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
42671 \end_layout
42672
42673 \end_inset
42674
42675
42676 \end_layout
42677
42678 \begin_layout Bibliography
42679 \labelwidthstring 参考文献
42680 \begin_inset CommandInset bibitem
42681 LatexCommand bibitem
42682 key "listings"
42683
42684 \end_inset
42685
42686 LaTeXパッケージ
42687 \series bold
42688
42689 \begin_inset CommandInset href
42690 LatexCommand href
42691 name "listings"
42692 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42693
42694 \end_inset
42695
42696
42697 \series default
42698
42699 \begin_inset Index idx
42700 status collapsed
42701
42702 \begin_layout Plain Layout
42703 LaTeXぱっけーじ@LaTeXパッケージ ! listings
42704 \end_layout
42705
42706 \end_inset
42707
42708 の取扱説明書
42709 \end_layout
42710
42711 \begin_layout Bibliography
42712 \labelwidthstring 参考文献
42713 \begin_inset CommandInset bibitem
42714 LatexCommand bibitem
42715 key "marginnote"
42716
42717 \end_inset
42718
42719 LaTeXパッケージ
42720 \series bold
42721
42722 \begin_inset CommandInset href
42723 LatexCommand href
42724 name "marginnote"
42725 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42726
42727 \end_inset
42728
42729
42730 \series default
42731
42732 \begin_inset Index idx
42733 status collapsed
42734
42735 \begin_layout Plain Layout
42736 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
42737 \end_layout
42738
42739 \end_inset
42740
42741 の取扱説明書
42742 \end_layout
42743
42744 \begin_layout Bibliography
42745 \labelwidthstring 参考文献
42746 \begin_inset CommandInset bibitem
42747 LatexCommand bibitem
42748 key "pdfpages"
42749
42750 \end_inset
42751
42752 LaTeXパッケージ
42753 \series bold
42754
42755 \begin_inset CommandInset href
42756 LatexCommand href
42757 name "pdfpages"
42758 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42759
42760 \end_inset
42761
42762
42763 \series default
42764
42765 \begin_inset Index idx
42766 status collapsed
42767
42768 \begin_layout Plain Layout
42769 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
42770 \end_layout
42771
42772 \end_inset
42773
42774 の取扱説明書
42775 \end_layout
42776
42777 \begin_layout Bibliography
42778 \labelwidthstring 参考文献
42779 \begin_inset CommandInset bibitem
42780 LatexCommand bibitem
42781 key "prettyref"
42782
42783 \end_inset
42784
42785 LaTeXパッケージ
42786 \series bold
42787
42788 \begin_inset CommandInset href
42789 LatexCommand href
42790 name "prettyref"
42791 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42792
42793 \end_inset
42794
42795
42796 \series default
42797
42798 \begin_inset Index idx
42799 status collapsed
42800
42801 \begin_layout Plain Layout
42802 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
42803 \end_layout
42804
42805 \end_inset
42806
42807 の取扱説明書
42808 \end_layout
42809
42810 \begin_layout Bibliography
42811 \labelwidthstring 参考文献
42812 \begin_inset CommandInset bibitem
42813 LatexCommand bibitem
42814 key "pstricks"
42815
42816 \end_inset
42817
42818 LaTeXパッケージ
42819 \series bold
42820
42821 \begin_inset CommandInset href
42822 LatexCommand href
42823 name "PSTricks"
42824 target "http://tug.org/PSTricks/"
42825
42826 \end_inset
42827
42828
42829 \series default
42830
42831 \begin_inset Index idx
42832 status collapsed
42833
42834 \begin_layout Plain Layout
42835 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
42836 \end_layout
42837
42838 \end_inset
42839
42840 のウェブページ
42841 \end_layout
42842
42843 \begin_layout Bibliography
42844 \labelwidthstring 参考文献
42845 \begin_inset CommandInset bibitem
42846 LatexCommand bibitem
42847 key "refstyle"
42848
42849 \end_inset
42850
42851 LaTeXパッケージ
42852 \series bold
42853
42854 \begin_inset CommandInset href
42855 LatexCommand href
42856 name "refstyle"
42857 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42858
42859 \end_inset
42860
42861
42862 \series default
42863
42864 \begin_inset Index idx
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
42869 \end_layout
42870
42871 \end_inset
42872
42873 の取扱説明書
42874 \end_layout
42875
42876 \begin_layout Bibliography
42877 \labelwidthstring 参考文献
42878 \begin_inset CommandInset bibitem
42879 LatexCommand bibitem
42880 key "sidecap"
42881
42882 \end_inset
42883
42884 LaTeXパッケージ
42885 \series bold
42886
42887 \begin_inset CommandInset href
42888 LatexCommand href
42889 name "sidecap"
42890 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42891
42892 \end_inset
42893
42894
42895 \series default
42896
42897 \begin_inset Index idx
42898 status collapsed
42899
42900 \begin_layout Plain Layout
42901 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42902 \end_layout
42903
42904 \end_inset
42905
42906 の取扱説明書
42907 \end_layout
42908
42909 \begin_layout Bibliography
42910 \labelwidthstring 参考文献
42911 \begin_inset CommandInset bibitem
42912 LatexCommand bibitem
42913 key "NewInLyX20"
42914
42915 \end_inset
42916
42917
42918 \family sans
42919 LyX 2.0
42920 \family default
42921 の新機能に関する
42922 \begin_inset CommandInset href
42923 LatexCommand href
42924 name "Wikiページ"
42925 target "http://wiki.lyx.org/LyX/NewInLyX20"
42926
42927 \end_inset
42928
42929
42930 \end_layout
42931
42932 \begin_layout Standard
42933 \begin_inset CommandInset index_print
42934 LatexCommand printindex
42935 type "idx"
42936
42937 \end_inset
42938
42939
42940 \end_layout
42941
42942 \end_body
42943 \end_document