]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Fix ja/EmbeddedObjects.lyx index issues
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for colored table rows
91 \usepackage[table]{xcolor}
92
93 % used to have extra space in table cells
94 \@ifundefined{extrarowheight}
95  {\usepackage{array}}{}
96 \setlength{\extrarowheight}{2pt}
97
98 % used for customized tables
99 % ---
100 \newcolumntype{M}[1]
101  {>{\centering\hspace{0pt}}m{#1}}
102
103 \newcolumntype{S}[2]
104  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
105
106 \newcolumntype{K}[1]
107  {>{\columncolor{#1}\hspace{0pt}}c}
108
109 \newcolumntype{V}{!{\vrule width 1.5pt}}
110
111 \newcolumntype{W}{!{\color{green}\vline}}
112 % ---
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package arydshln
128 % used for tables with dashed lines
129 \newboolean{arydshln}
130 \IfFileExists{arydshln.sty}
131  {\usepackage{arydshln}
132   \setboolean{arydshln}{true}}
133  {\setboolean{arydshln}{false}}
134
135 % check for package marginnote
136 % used for margin notes
137 \newboolean{marginnote}
138 \IfFileExists{marginnote.sty}
139  {\usepackage{marginnote}
140   \let\marginpar\marginnote
141   \setboolean{marginnote}{true}}
142  {\setboolean{marginnote}{false}}
143
144 % check for package sidecap
145 % used for captions on the side
146 \newboolean{sidecap}
147 \IfFileExists{sidecap.sty}
148  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
149   \setboolean{sidecap}{true}}
150  {\setboolean{sidecap}{false}}
151
152 % check for picinpar
153 % used for surrounded fixed objects
154 \newboolean{picinpar}
155 \IfFileExists{picinpar.sty}
156  {\usepackage{picinpar}
157   \setboolean{picinpar}{true}}
158  {\setboolean{picinpar}{false}}
159
160 % check for lettrine
161 \newboolean{lettrine}
162 \IfFileExists{lettrine.sty}
163  {\usepackage{lettrine}
164   \setboolean{lettrine}{true}}
165  {\setboolean{lettrine}{false}}
166
167 % check for diagbox
168 \newboolean{diagbox}
169 \IfFileExists{diagbox.sty}
170  {\usepackage{diagbox}
171   \setboolean{diagbox}{true}}
172  {\setboolean{diagbox}{false}}
173
174 \usepackage{t1enc}
175 \renewcommand{\seename}{→}
176
177 \usepackage{subfig}
178 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
179 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
180 \end_preamble
181 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
182 \use_default_options false
183 \begin_modules
184 initials
185 \end_modules
186 \maintain_unincluded_children false
187 \begin_local_layout
188 InsetLayout             Flex:Ruby
189 LyxType         charstyle
190 LatexType               command
191 LatexName               ruby
192 BgColor         none
193 LabelString             "ルビ"
194 MenuString              "ルビ(R)|R"
195 Decoration              Conglomerate
196 Argument post:1
197       LabelString       "ルビ文"
198       MenuString        "ルビ文(S)|S"
199       Decoration        Conglomerate
200       Font
201             Size                tiny
202       EndFont
203       LabelFont
204             Size                tiny
205       EndFont
206       Mandatory 1
207 EndArgument
208 Preamble
209 \IfFileExists{okumacro.sty}
210  {\usepackage{okumacro}}
211  {\newcommand{\ruby}[2]{#2}}
212 EndPreamble
213 End
214 \end_local_layout
215 \language japanese
216 \language_package default
217 \inputencoding auto
218 \fontencoding global
219 \font_roman default
220 \font_sans default
221 \font_typewriter default
222 \font_math auto
223 \font_default_family default
224 \use_non_tex_fonts false
225 \font_sc false
226 \font_osf false
227 \font_sf_scale 100
228 \font_tt_scale 100
229 \graphics default
230 \default_output_format pdf3
231 \output_sync 0
232 \bibtex_command default
233 \index_command default
234 \paperfontsize 12
235 \spacing single
236 \use_hyperref true
237 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
238 \pdf_author "LyX Team, Uwe Stohr"
239 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
240 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
241 \pdf_bookmarks true
242 \pdf_bookmarksnumbered true
243 \pdf_bookmarksopen true
244 \pdf_bookmarksopenlevel 1
245 \pdf_breaklinks false
246 \pdf_pdfborder false
247 \pdf_colorlinks true
248 \pdf_backref false
249 \pdf_pdfusetitle false
250 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
251 \papersize a4paper
252 \use_geometry true
253 \use_package amsmath 2
254 \use_package amssymb 2
255 \use_package cancel 0
256 \use_package esint 0
257 \use_package mathdots 1
258 \use_package mathtools 0
259 \use_package mhchem 1
260 \use_package stackrel 0
261 \use_package stmaryrd 0
262 \use_package undertilde 0
263 \cite_engine basic
264 \cite_engine_type default
265 \biblio_style plain
266 \use_bibtopic false
267 \use_indices false
268 \paperorientation portrait
269 \suppress_date false
270 \justification true
271 \use_refstyle 0
272 \notefontcolor #0000ff
273 \index 索引
274 \shortcut idx
275 \color #008000
276 \end_index
277 \leftmargin 2.5cm
278 \topmargin 2.5cm
279 \rightmargin 2.5cm
280 \bottommargin 3cm
281 \secnumdepth 3
282 \tocdepth 3
283 \paragraph_separation skip
284 \defskip medskip
285 \quotes_language english
286 \papercolumns 1
287 \papersides 2
288 \paperpagestyle default
289 \bullet 1 1 34 -1
290 \bullet 2 2 35 -1
291 \bullet 3 2 7 -1
292 \tracking_changes false
293 \output_changes false
294 \html_math_output 0
295 \html_css_as_file 0
296 \html_be_strict false
297 \end_header
298
299 \begin_body
300
301 \begin_layout Title
302 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
303 \end_layout
304
305 \begin_layout Author
306 LyXプロジェクトチーム
307 \begin_inset Foot
308 status collapsed
309
310 \begin_layout Plain Layout
311 \noindent
312 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
313 \begin_inset CommandInset href
314 LatexCommand href
315 name "lyx-docs@lists.lyx.org"
316 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
317 type "mailto:"
318
319 \end_inset
320
321  までお送り下さい。
322 \end_layout
323
324 \end_inset
325
326
327 \begin_inset Note Note
328 status collapsed
329
330 \begin_layout Plain Layout
331 著者:Uwe Stöhr
332 \end_layout
333
334 \end_inset
335
336
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \begin_inset Newline newline
342 \end_inset
343
344
345 \family sans
346 第2.1.x版
347 \end_layout
348
349 \begin_layout Standard
350 \begin_inset CommandInset toc
351 LatexCommand tableofcontents
352
353 \end_inset
354
355
356 \end_layout
357
358 \begin_layout Standard
359 \begin_inset Note Note
360 status open
361
362 \begin_layout Plain Layout
363 本文書の全体をPDFやPS、DVIに書き出すには、
364 \series bold
365 arydshln
366 \series default
367
368 \series bold
369 colortbl
370 \series default
371
372 \series bold
373 diagbox
374 \series default
375
376 \series bold
377 lettrine
378 \series default
379
380 \series bold
381 marginnote
382 \series default
383
384 \series bold
385 picinpar
386 \series default
387
388 \series bold
389 sidecap
390 \series default
391 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
392 されません。
393 \end_layout
394
395 \begin_layout Plain Layout
396 本文書の最新PDF版は
397 \begin_inset Newline newline
398 \end_inset
399
400
401 \series bold
402 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
403 \series default
404
405 \begin_inset Newline newline
406 \end_inset
407
408 にあります。
409 \end_layout
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Chapter
417
418 \begin_inset Index idx
419 status collapsed
420
421 \begin_layout Plain Layout
422 ず@図
423 \end_layout
424
425 \end_inset
426
427
428 \begin_inset Index idx
429 status collapsed
430
431 \begin_layout Plain Layout
432 がぞう@画像
433 \begin_inset ERT
434 status collapsed
435
436 \begin_layout Plain Layout
437
438 |see
439 \lang japanese
440 {
441 \end_layout
442
443 \end_inset
444
445
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451 }
452 \end_layout
453
454 \end_inset
455
456
457 \end_layout
458
459 \end_inset
460
461
462 \end_layout
463
464 \begin_layout Section
465 画像ダイアログ
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 ず@図 ! がぞうだいあろぐ@画像ダイアログ
471 \end_layout
472
473 \end_inset
474
475
476 \begin_inset CommandInset label
477 LatexCommand label
478 name "sec:画像ダイアログ"
479
480 \end_inset
481
482
483 \end_layout
484
485 \begin_layout Standard
486 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
487 \family sans
488
489 \begin_inset Info
490 type  "icon"
491 arg   "dialog-show-new-inset graphics"
492 \end_inset
493
494
495 \family default
496 をクリックするか、
497 \family sans
498 挿入\SpecialChar \menuseparator
499 画像
500 \family default
501 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
502 \end_layout
503
504 \begin_layout Standard
505 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
506 \end_layout
507
508 \begin_layout Description
509
510 \family sans
511 画像
512 \family default
513  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
514 \begin_inset CommandInset ref
515 LatexCommand ref
516 reference "cha:LyXで使用できる単位"
517
518 \end_inset
519
520 に説明があります。
521 \begin_inset Newline newline
522 \end_inset
523
524
525 \begin_inset Index idx
526 status collapsed
527
528 \begin_layout Plain Layout
529 ず@図 ! のかいてん@---の回転
530 \end_layout
531
532 \end_inset
533
534 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
535 \begin_inset Newline newline
536 \end_inset
537
538
539 \begin_inset Index idx
540 status collapsed
541
542 \begin_layout Plain Layout
543 ず@図 ! のしんしゅく@---の伸縮
544 \end_layout
545
546 \end_inset
547
548 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
549 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
550 \family sans
551 縦横比を維持する
552 \family default
553 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
554 \begin_inset Newline newline
555 \end_inset
556
557 画像を右クリックすると現れるコンテクストメニューで
558 \family sans
559 外部で編集
560 \family default
561 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
562 ます。
563 \end_layout
564
565 \begin_layout Description
566
567 \family sans
568 切り抜き
569 \family default
570  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
571 \family sans
572 ファイルから取得
573 \family default
574 ボタンを押すことによって、自動的に計算することもできます。
575 \family sans
576 境界枠で切り抜く
577 \family default
578 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
579 \end_layout
580
581 \begin_layout Description
582
583 \family sans
584 LaTeXとLyXのオプション
585 \family default
586  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
587 \family sans
588
589 \begin_inset Newline newline
590 \end_inset
591
592 下書きモード
593 \family default
594 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
595 \family sans
596
597 \begin_inset Newline newline
598 \end_inset
599
600 エクスポートする際に解凍しない
601 \family default
602 オプションは、
603 \emph on
604 x.eps.gz
605 \emph default
606 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
607 ません。
608 \begin_inset Newline newline
609 \end_inset
610
611 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
612 \begin_inset CommandInset ref
613 LatexCommand ref
614 reference "sec:PostScript"
615
616 \end_inset
617
618 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
619 \begin_inset Newline newline
620 \end_inset
621
622
623 \series bold
624 gzip x.eps
625 \series default
626
627 \begin_inset Newline newline
628 \end_inset
629
630
631 \series bold
632 zgrep %%Bounding x.eps.gz > x.eps.bb
633 \series default
634
635 \begin_inset Newline newline
636 \end_inset
637
638 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
639 \begin_inset Newline newline
640 \end_inset
641
642
643 \family sans
644 画像グループ
645 \family default
646 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
647 \begin_inset Index idx
648 status collapsed
649
650 \begin_layout Plain Layout
651 ず@図 ! せっていぐるーぷ@設定グループ
652 \end_layout
653
654 \end_inset
655
656 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
657 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
658 を使用して、望むグループ名をチェックすることで行うこともできます。
659 \end_layout
660
661 \begin_layout Standard
662 \begin_inset VSpace bigskip
663 \end_inset
664
665
666 \end_layout
667
668 \begin_layout Standard
669 下記はEPS書式
670 \begin_inset Foot
671 status collapsed
672
673 \begin_layout Plain Layout
674 画像書式は、第
675 \begin_inset CommandInset ref
676 LatexCommand ref
677 reference "sec:画像形式"
678
679 \end_inset
680
681 節に説明されています。
682 \end_layout
683
684 \end_inset
685
686 の画像の例で、単独の中央揃えの段落に置いてあります。
687 \end_layout
688
689 \begin_layout Standard
690 \align center
691 \begin_inset Graphics
692         filename ../clipart/mobius.eps
693         scale 70
694         scaleBeforeRotation
695         rotateOrigin center
696
697 \end_inset
698
699
700 \end_layout
701
702 \begin_layout Standard
703 下記は上と同じ画像ですが、下書きモードのものです。
704 \end_layout
705
706 \begin_layout Standard
707 \align center
708 \begin_inset Graphics
709         filename ../clipart/mobius.eps
710         scale 70
711         draft
712         scaleBeforeRotation
713         rotateOrigin center
714
715 \end_inset
716
717
718 \end_layout
719
720 \begin_layout Standard
721 \begin_inset Newpage newpage
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Section
728 図フロート
729 \begin_inset CommandInset label
730 LatexCommand label
731 name "sec:図フロート"
732
733 \end_inset
734
735
736 \begin_inset Index idx
737 status collapsed
738
739 \begin_layout Plain Layout
740 ふろーと@フロート ! ず@図
741 \end_layout
742
743 \end_inset
744
745
746 \begin_inset Index idx
747 status collapsed
748
749 \begin_layout Plain Layout
750 ず@図 ! ふろーと@フロート
751 \end_layout
752
753 \end_inset
754
755
756 \end_layout
757
758 \begin_layout Standard
759 フロートについての一般的な説明は、第
760 \begin_inset CommandInset ref
761 LatexCommand ref
762 reference "sec:フロートはじめに"
763
764 \end_inset
765
766 節をご覧下さい。
767 \end_layout
768
769 \begin_layout Standard
770 ツールバーボタンの
771 \family sans
772
773 \begin_inset Info
774 type  "icon"
775 arg   "float-insert figure"
776 \end_inset
777
778
779 \family default
780
781 \family sans
782 挿入\SpecialChar \menuseparator
783 フロート\SpecialChar \menuseparator
784
785 \family default
786 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
787 \begin_inset CommandInset ref
788 LatexCommand ref
789 reference "fig:犠牲のカモノハシ"
790
791 \end_inset
792
793 のようにキャプションの上に置くこともできますし、図
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "fig:エッシャー"
797
798 \end_inset
799
800 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sec:キャプションの配置"
804
805 \end_inset
806
807 節に述べられています。
808 \end_layout
809
810 \begin_layout Standard
811 \begin_inset Float figure
812 wide false
813 sideways false
814 status open
815
816 \begin_layout Plain Layout
817 \align center
818 \begin_inset Graphics
819         filename ../clipart/platypus.eps
820         width 50col%
821         scaleBeforeRotation
822         rotateOrigin center
823
824 \end_inset
825
826
827 \end_layout
828
829 \begin_layout Plain Layout
830 \begin_inset Caption Standard
831
832 \begin_layout Plain Layout
833 \begin_inset CommandInset label
834 LatexCommand label
835 name "fig:犠牲のカモノハシ"
836
837 \end_inset
838
839 フロート中の激しく歪んだカモノハシ
840 \end_layout
841
842 \end_inset
843
844
845 \end_layout
846
847 \end_inset
848
849
850 \end_layout
851
852 \begin_layout Standard
853 \begin_inset Float figure
854 wide false
855 sideways false
856 status open
857
858 \begin_layout Plain Layout
859 \begin_inset Caption Standard
860
861 \begin_layout Plain Layout
862 \begin_inset CommandInset label
863 LatexCommand label
864 name "fig:エッシャー"
865
866 \end_inset
867
868 行ってしまったM.C.エッシャー
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Plain Layout
877 \align center
878 \begin_inset Graphics
879         filename ../clipart/escher-lsd.eps
880         scale 80
881         scaleBeforeRotation
882         rotateOrigin center
883
884 \end_inset
885
886
887 \end_layout
888
889 \end_inset
890
891
892 \end_layout
893
894 \begin_layout Standard
895 \begin_inset Index idx
896 status collapsed
897
898 \begin_layout Plain Layout
899 さんしょう@参照 ! ずへの@図への ---
900 \end_layout
901
902 \end_inset
903
904
905 \begin_inset CommandInset ref
906 LatexCommand ref
907 reference "fig:犠牲のカモノハシ"
908
909 \end_inset
910
911 図と第
912 \begin_inset CommandInset ref
913 LatexCommand ref
914 reference "fig:エッシャー"
915
916 \end_inset
917
918 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
919 \family sans
920 挿入\SpecialChar \menuseparator
921 ラベル
922 \family default
923 メニューかツールバーボタン
924 \family sans
925
926 \begin_inset Info
927 type  "icon"
928 arg   "label-insert"
929 \end_inset
930
931
932 \family default
933 を使用して、キャプションにラベルを挿入してください。その後、
934 \family sans
935 挿入\SpecialChar \menuseparator
936 相互参照
937 \family default
938 メニューかツールバーボタン
939 \family sans
940
941 \begin_inset Info
942 type  "icon"
943 arg   "dialog-show-new-inset ref"
944 \end_inset
945
946
947 \family default
948 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
949 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
950 \begin_inset Newline newline
951 \end_inset
952
953 参照は、第
954 \begin_inset CommandInset ref
955 LatexCommand ref
956 reference "sec:フロートの参照"
957
958 \end_inset
959
960 節で詳細に説明されています。
961 \end_layout
962
963 \begin_layout Standard
964 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
965 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
966 \begin_inset CommandInset ref
967 LatexCommand ref
968 reference "fig:歪められた二つの像"
969
970 \end_inset
971
972 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
973 \begin_inset CommandInset ref
974 LatexCommand ref
975 reference "fig:何かわからない構造"
976
977 \end_inset
978
979 と図
980 \begin_inset CommandInset ref
981 LatexCommand ref
982 reference "fig:カモノハシ"
983
984 \end_inset
985
986 が内部図になります。
987 \end_layout
988
989 \begin_layout Standard
990 \begin_inset Float figure
991 wide false
992 sideways false
993 status open
994
995 \begin_layout Plain Layout
996 \begin_inset space \hfill{}
997 \end_inset
998
999
1000 \begin_inset Float figure
1001 wide false
1002 sideways false
1003 status collapsed
1004
1005 \begin_layout Plain Layout
1006 \begin_inset Caption Standard
1007
1008 \begin_layout Plain Layout
1009 \begin_inset CommandInset label
1010 LatexCommand label
1011 name "fig:何かわからない構造"
1012
1013 \end_inset
1014
1015 何かわからない構造
1016 \end_layout
1017
1018 \end_inset
1019
1020
1021 \end_layout
1022
1023 \begin_layout Plain Layout
1024 \begin_inset Graphics
1025         filename ../clipart/escher-lsd.eps
1026         width 45col%
1027         scaleBeforeRotation
1028         groupId distorted
1029
1030 \end_inset
1031
1032
1033 \end_layout
1034
1035 \end_inset
1036
1037
1038 \begin_inset space \hfill{}
1039 \end_inset
1040
1041
1042 \begin_inset Float figure
1043 wide false
1044 sideways false
1045 status collapsed
1046
1047 \begin_layout Plain Layout
1048 \begin_inset Caption Standard
1049
1050 \begin_layout Plain Layout
1051 \begin_inset CommandInset label
1052 LatexCommand label
1053 name "fig:カモノハシ"
1054
1055 \end_inset
1056
1057 カモノハシ
1058 \end_layout
1059
1060 \end_inset
1061
1062
1063 \end_layout
1064
1065 \begin_layout Plain Layout
1066 \begin_inset Graphics
1067         filename ../clipart/platypus.eps
1068         width 45col%
1069         scaleBeforeRotation
1070         groupId distorted
1071
1072 \end_inset
1073
1074
1075 \end_layout
1076
1077 \end_inset
1078
1079
1080 \begin_inset space \hfill{}
1081 \end_inset
1082
1083
1084 \end_layout
1085
1086 \begin_layout Plain Layout
1087 \begin_inset Caption Standard
1088
1089 \begin_layout Plain Layout
1090 \begin_inset CommandInset label
1091 LatexCommand label
1092 name "fig:歪められた二つの像"
1093
1094 \end_inset
1095
1096 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Standard
1110 \begin_inset Newpage newpage
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Section
1117 画像形式
1118 \begin_inset CommandInset label
1119 LatexCommand label
1120 name "sec:画像形式"
1121
1122 \end_inset
1123
1124
1125 \begin_inset Index idx
1126 status collapsed
1127
1128 \begin_layout Plain Layout
1129 がぞうけいしき@画像形式
1130 \end_layout
1131
1132 \end_inset
1133
1134
1135 \begin_inset Index idx
1136 status collapsed
1137
1138 \begin_layout Plain Layout
1139 ず@図 ! がぞうけいしき@画像形式
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Standard
1148 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1149 \begin_inset CommandInset ref
1150 LatexCommand ref
1151 reference "cha:ファイル出力形式"
1152
1153 \end_inset
1154
1155 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1156 ウンドで
1157 \family typewriter
1158 ImageMagick
1159 \family default
1160 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1161 用するとよいでしょう。出力ファイル形式は、付録
1162 \begin_inset CommandInset ref
1163 LatexCommand ref
1164 reference "cha:ファイル出力形式"
1165
1166 \end_inset
1167
1168 に説明されています。
1169 \end_layout
1170
1171 \begin_layout Standard
1172 フォントと同じく、画像形式にも以下の二つの型があります。
1173 \end_layout
1174
1175 \begin_layout Description
1176 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1177 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1178 \family typewriter
1179 .gif
1180 \family default
1181 」)
1182 \begin_inset Index idx
1183 status collapsed
1184
1185 \begin_layout Plain Layout
1186 GIF
1187 \begin_inset ERT
1188 status collapsed
1189
1190 \begin_layout Plain Layout
1191
1192 |see
1193 \lang japanese
1194 {
1195 \end_layout
1196
1197 \end_inset
1198
1199 画像書式
1200 \begin_inset ERT
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204
1205 }
1206 \end_layout
1207
1208 \end_inset
1209
1210
1211 \end_layout
1212
1213 \end_inset
1214
1215 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1216 \family typewriter
1217 .png
1218 \family default
1219 」)
1220 \begin_inset Index idx
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224 PNG
1225 \begin_inset ERT
1226 status collapsed
1227
1228 \begin_layout Plain Layout
1229
1230 |see
1231 \lang japanese
1232 {
1233 \end_layout
1234
1235 \end_inset
1236
1237 画像書式
1238 \begin_inset ERT
1239 status collapsed
1240
1241 \begin_layout Plain Layout
1242
1243 }
1244 \end_layout
1245
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \end_inset
1252
1253 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1254 \family typewriter
1255 .jpg
1256 \family default
1257 」または「
1258 \family typewriter
1259 .jpeg
1260 \family default
1261 」)
1262 \begin_inset Index idx
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 JPG
1267 \begin_inset ERT
1268 status collapsed
1269
1270 \begin_layout Plain Layout
1271
1272 |see
1273 \lang japanese
1274 {
1275 \end_layout
1276
1277 \end_inset
1278
1279 画像書式
1280 \begin_inset ERT
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284
1285 }
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \end_layout
1292
1293 \end_inset
1294
1295 などがあります。
1296 \end_layout
1297
1298 \begin_layout Description
1299 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1300 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1301 に便利です。
1302 \begin_inset Newline newline
1303 \end_inset
1304
1305 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1306 \family typewriter
1307 .svg
1308 \family default
1309 」)
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 SVG
1315 \begin_inset ERT
1316 status collapsed
1317
1318 \begin_layout Plain Layout
1319
1320 |see
1321 \lang japanese
1322 {
1323 \end_layout
1324
1325 \end_inset
1326
1327 画像書式
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 }
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \end_layout
1340
1341 \end_inset
1342
1343 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1344 \family typewriter
1345 .eps
1346 \family default
1347 」)
1348 \begin_inset Index idx
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352 EPS
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 |see
1359 \lang japanese
1360 {
1361 \end_layout
1362
1363 \end_inset
1364
1365 画像書式
1366 \begin_inset ERT
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370
1371 }
1372 \end_layout
1373
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \end_inset
1380
1381 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1382 \family typewriter
1383 .pdf
1384 \family default
1385 」)
1386 \begin_inset Index idx
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 PDF
1391 \end_layout
1392
1393 \end_inset
1394
1395 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1396 \family typewriter
1397 .wmf
1398 \family default
1399 」)
1400 \begin_inset Index idx
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 SVG
1405 \begin_inset ERT
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409
1410 |see
1411 \lang japanese
1412 {
1413 \end_layout
1414
1415 \end_inset
1416
1417 画像書式
1418 \begin_inset ERT
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422
1423 }
1424 \end_layout
1425
1426 \end_inset
1427
1428
1429 \end_layout
1430
1431 \end_inset
1432
1433 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1434 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1435 \begin_inset Foot
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 PDFの場合には、さらに元画像が圧縮されます。
1440 \end_layout
1441
1442 \end_inset
1443
1444 。たとえば、
1445 \family typewriter
1446 Adobe Photoshop
1447 \family default
1448 が生成するPDFファイルは、ビットマップ画像です。
1449 \end_layout
1450
1451 \begin_layout Standard
1452 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1453 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1454 \begin_inset Formula $\to$
1455 \end_inset
1456
1457 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1458 \end_layout
1459
1460 \begin_layout Chapter
1461
1462 \begin_inset Index idx
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 ひょう@表
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \begin_layout Section
1475 はじめに
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 ひょう@表 ! はじめに
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \begin_layout Standard
1489
1490 \family roman
1491 \series medium
1492 \shape up
1493 \size normal
1494 \emph off
1495 \bar no
1496 \noun off
1497 \color none
1498 表を挿入するには、ツールバーボタ
1499 \family default
1500 \series default
1501 \shape default
1502 \size default
1503 \emph default
1504 \bar default
1505 \noun default
1506 \color inherit
1507
1508 \begin_inset Info
1509 type  "icon"
1510 arg   "tabular-insert"
1511 \end_inset
1512
1513
1514 \family roman
1515 \series medium
1516 \shape up
1517 \size normal
1518 \emph off
1519 \bar no
1520 \noun off
1521 \color none
1522
1523 \family sans
1524 \series default
1525 \shape default
1526 \size default
1527 \emph default
1528 \bar default
1529 \noun default
1530 \color inherit
1531 挿入\SpecialChar \menuseparator
1532
1533 \family default
1534 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1535 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1536 \begin_inset Newline newline
1537 \end_inset
1538
1539 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1540 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1541 \end_layout
1542
1543 \begin_layout Standard
1544 \align center
1545 \begin_inset Tabular
1546 <lyxtabular version="3" rows="4" columns="4">
1547 <features rotate="0" tabularvalignment="middle">
1548 <column alignment="center" valignment="top">
1549 <column alignment="center" valignment="top">
1550 <column alignment="center" valignment="top">
1551 <column alignment="center" valignment="top">
1552 <row>
1553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 1
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 2
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 3
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622
1623 \end_layout
1624
1625 \end_inset
1626 </cell>
1627 </row>
1628 <row>
1629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Plain Layout
1651
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 </row>
1666 <row>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Plain Layout
1680
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Plain Layout
1689
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 </row>
1704 </lyxtabular>
1705
1706 \end_inset
1707
1708
1709 \end_layout
1710
1711 \begin_layout Section
1712 表ダイアログ
1713 \begin_inset Index idx
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 ひょう@表 ! だいあろぐ@ダイアログ
1718 \end_layout
1719
1720 \end_inset
1721
1722
1723 \end_layout
1724
1725 \begin_layout Standard
1726
1727 \family roman
1728 \series medium
1729 \shape up
1730 \size normal
1731 \emph off
1732 \bar no
1733 \noun off
1734 \color none
1735 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1736 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1737 \family default
1738 \series default
1739 \shape default
1740 \size default
1741 \emph default
1742 \bar default
1743 \noun default
1744 \color inherit
1745 セルの
1746 \emph on
1747 内容
1748 \emph default
1749 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1750 \begin_inset Newline newline
1751 \end_inset
1752
1753 ダイアログオプションの
1754 \family sans
1755 直ちに適用
1756 \family default
1757 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1758 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1759 \begin_inset Newline newline
1760 \end_inset
1761
1762 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1763 \end_layout
1764
1765 \begin_layout Description
1766
1767 \family sans
1768 表の設定
1769 \family default
1770  ここでは、現在列の幅と水平揃えを設定することができます。
1771 \family sans
1772 小数点で
1773 \family default
1774 とある揃えは、第
1775 \begin_inset CommandInset ref
1776 LatexCommand ref
1777 reference "sub:特殊なセル揃え"
1778
1779 \end_inset
1780
1781 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1782 は、第
1783 \begin_inset CommandInset ref
1784 LatexCommand ref
1785 reference "sub:複数行"
1786
1787 \end_inset
1788
1789 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1790 \begin_inset Newline newline
1791 \end_inset
1792
1793 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1794 \begin_inset CommandInset ref
1795 LatexCommand ref
1796 reference "sub:連結列"
1797
1798 \end_inset
1799
1800 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1801 \begin_inset CommandInset ref
1802 LatexCommand ref
1803 reference "sub:連結行"
1804
1805 \end_inset
1806
1807 節をご参照ください。
1808 \begin_inset Newline newline
1809 \end_inset
1810
1811 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1812 \begin_inset Newline newline
1813 \end_inset
1814
1815
1816 \begin_inset Note Greyedout
1817 status open
1818
1819 \begin_layout Plain Layout
1820
1821 \series bold
1822 【註】
1823 \series default
1824 DVIビューアのすべてが回転を表示できるわけではありません。
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \begin_inset Newline newline
1831 \end_inset
1832
1833 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1834 \begin_inset Newline newline
1835 \end_inset
1836
1837 各種の揃えを適用した同一行中の表:
1838 \begin_inset Tabular
1839 <lyxtabular version="3" rows="2" columns="2">
1840 <features rotate="0" tabularvalignment="top">
1841 <column alignment="center" valignment="top" width="0pt">
1842 <column alignment="center" valignment="top">
1843 <row>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857 1
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 </row>
1863 <row>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 A
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 </row>
1883 </lyxtabular>
1884
1885 \end_inset
1886
1887  
1888 \begin_inset Tabular
1889 <lyxtabular version="3" rows="2" columns="2">
1890 <features rotate="0" tabularvalignment="middle">
1891 <column alignment="center" valignment="top">
1892 <column alignment="center" valignment="top">
1893 <row>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907 1
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 </row>
1913 <row>
1914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 A
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 </row>
1933 </lyxtabular>
1934
1935 \end_inset
1936
1937  
1938 \begin_inset Tabular
1939 <lyxtabular version="3" rows="2" columns="2">
1940 <features rotate="0" tabularvalignment="bottom">
1941 <column alignment="center" valignment="top" width="0pt">
1942 <column alignment="center" valignment="top">
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957 1
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 </row>
1963 <row>
1964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968 A
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 </row>
1983 </lyxtabular>
1984
1985 \end_inset
1986
1987
1988 \begin_inset Newline newline
1989 \end_inset
1990
1991 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1992 \begin_inset CommandInset ref
1993 LatexCommand ref
1994 reference "sub:連結列の計算"
1995
1996 \end_inset
1997
1998 節および第
1999 \begin_inset CommandInset ref
2000 LatexCommand ref
2001 reference "sec:色付きの表"
2002
2003 \end_inset
2004
2005 節をご参照下さい。
2006 \end_layout
2007
2008 \begin_layout Description
2009
2010 \family sans
2011 罫線
2012 \family default
2013  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 様式オプションとして
2018 \family sans
2019 フォーマル様式
2020 \family default
2021 を使用すると、第
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "sec:フォーマル形式の表"
2025
2026 \end_inset
2027
2028 節に述べられているフォーマル様式の表に表を変換します。
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 またここで、第
2033 \begin_inset CommandInset ref
2034 LatexCommand ref
2035 reference "sub:行の余白取り"
2036
2037 \end_inset
2038
2039 節に述べられているように、表の行に空白を追加することもできます。
2040 \end_layout
2041
2042 \begin_layout Description
2043
2044 \family sans
2045 長尺表
2046 \family default
2047  このタブは、複数のページにわたる、いわゆる「
2048 \emph on
2049 長尺表
2050 \emph default
2051 」を作るためのものです。第
2052 \begin_inset CommandInset ref
2053 LatexCommand ref
2054 reference "sec:長尺表"
2055
2056 \end_inset
2057
2058 節および第
2059 \begin_inset CommandInset ref
2060 LatexCommand ref
2061 reference "sec:長尺表にまつわる諸点"
2062
2063 \end_inset
2064
2065 節に、長尺表の機能に関する詳細な説明があります。
2066 \end_layout
2067
2068 \begin_layout Section
2069 表ツールバー
2070 \begin_inset Index idx
2071 status collapsed
2072
2073 \begin_layout Plain Layout
2074 ひょう@表 ! つーるばー@ツールバー
2075 \end_layout
2076
2077 \end_inset
2078
2079
2080 \end_layout
2081
2082 \begin_layout Standard
2083 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2084 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2085 \end_layout
2086
2087 \begin_layout Standard
2088 ツールバーには、以下のアイコンがあります。
2089 \end_layout
2090
2091 \begin_layout Labeling
2092 \labelwidthstring 00.00.0000
2093
2094 \family sans
2095 \begin_inset Info
2096 type  "icon"
2097 arg   "inset-modify tabular append-row"
2098 \end_inset
2099
2100
2101 \family default
2102  は、現在セルあるいは選択範囲の下に行を追加します。
2103 \end_layout
2104
2105 \begin_layout Labeling
2106 \labelwidthstring 00.00.0000
2107
2108 \family sans
2109 \begin_inset Info
2110 type  "icon"
2111 arg   "inset-modify tabular append-column"
2112 \end_inset
2113
2114
2115 \family default
2116  は、現在セルあるいは選択範囲の右に列を追加します。
2117 \end_layout
2118
2119 \begin_layout Labeling
2120 \labelwidthstring 00.00.0000
2121
2122 \family sans
2123 \begin_inset Info
2124 type  "icon"
2125 arg   "inset-modify tabular delete-row"
2126 \end_inset
2127
2128
2129 \family default
2130  は、現在行あるいは選択範囲行を削除します。
2131 \end_layout
2132
2133 \begin_layout Labeling
2134 \labelwidthstring 00.00.0000
2135
2136 \family sans
2137 \begin_inset Info
2138 type  "icon"
2139 arg   "inset-modify tabular delete-column"
2140 \end_inset
2141
2142
2143 \family default
2144  は、現在列あるいは選択範囲列を削除します。
2145 \end_layout
2146
2147 \begin_layout Labeling
2148 \labelwidthstring 00.00.0000
2149
2150 \family sans
2151 \begin_inset Info
2152 type  "icon"
2153 arg   "inset-modify tabular toggle-line-top"
2154 \end_inset
2155
2156
2157 \family default
2158  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163
2164 \family sans
2165 \begin_inset Info
2166 type  "icon"
2167 arg   "inset-modify tabular toggle-line-bottom"
2168 \end_inset
2169
2170
2171 \family default
2172  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177
2178 \family sans
2179 \begin_inset Info
2180 type  "icon"
2181 arg   "inset-modify tabular toggle-line-left"
2182 \end_inset
2183
2184
2185 \family default
2186  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2187 \end_layout
2188
2189 \begin_layout Labeling
2190 \labelwidthstring 00.00.0000
2191
2192 \family sans
2193 \begin_inset Info
2194 type  "icon"
2195 arg   "inset-modify tabular toggle-line-right"
2196 \end_inset
2197
2198
2199 \family default
2200  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205
2206 \family sans
2207 \begin_inset Info
2208 type  "icon"
2209 arg   "inset-modify tabular set-all-lines"
2210 \end_inset
2211
2212
2213 \family default
2214  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219
2220 \family sans
2221 \begin_inset Info
2222 type  "icon"
2223 arg   "inset-modify tabular unset-all-lines"
2224 \end_inset
2225
2226
2227 \family default
2228  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233
2234 \family sans
2235 \begin_inset Info
2236 type  "icon"
2237 arg   "inset-modify tabular m-align-left"
2238 \end_inset
2239
2240
2241 \family default
2242  は、現在セルあるいは現在列の内容を左揃えにします。
2243 \end_layout
2244
2245 \begin_layout Labeling
2246 \labelwidthstring 00.00.0000
2247
2248 \family sans
2249 \begin_inset Info
2250 type  "icon"
2251 arg   "inset-modify tabular m-align-center"
2252 \end_inset
2253
2254
2255 \family default
2256  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261
2262 \family sans
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "inset-modify tabular m-align-right"
2266 \end_inset
2267
2268
2269 \family default
2270  は、現在セルあるいは現在列の内容を右揃えにします。
2271 \end_layout
2272
2273 \begin_layout Labeling
2274 \labelwidthstring 00.00.0000
2275
2276 \family sans
2277 \begin_inset Info
2278 type  "icon"
2279 arg   "inset-modify tabular align-decimal"
2280 \end_inset
2281
2282
2283 \family default
2284  は、現在セルの内容を特定文字位置で揃えます。
2285 \end_layout
2286
2287 \begin_layout Labeling
2288 \labelwidthstring 00.00.0000
2289
2290 \family sans
2291 \begin_inset Info
2292 type  "icon"
2293 arg   "inset-modify tabular m-valign-top"
2294 \end_inset
2295
2296
2297 \family default
2298  は、現在セルの内容を垂直方向上揃えにします。
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303
2304 \family sans
2305 \begin_inset Info
2306 type  "icon"
2307 arg   "inset-modify tabular m-valign-middle"
2308 \end_inset
2309
2310
2311 \family default
2312  は、現在セルの内容を垂直方向中央揃えにします。
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317
2318 \family sans
2319 \begin_inset Info
2320 type  "icon"
2321 arg   "inset-modify tabular m-valign-bottom"
2322 \end_inset
2323
2324
2325 \family default
2326  は、現在セルの内容を垂直方向下揃えにします。
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331
2332 \family sans
2333 \begin_inset Info
2334 type  "icon"
2335 arg   "inset-modify tabular set-rotate-cell"
2336 \end_inset
2337
2338
2339 \family default
2340  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345
2346 \family sans
2347 \begin_inset Info
2348 type  "icon"
2349 arg   "inset-modify tabular set-rotate-tabular"
2350 \end_inset
2351
2352
2353 \family default
2354  は、表全体を反時計廻りに90度回転します。
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359
2360 \family sans
2361 \begin_inset Info
2362 type  "icon"
2363 arg   "inset-modify tabular multicolumn"
2364 \end_inset
2365
2366
2367 \family default
2368  は、現在セルあるいは選択範囲を連結列にします。
2369 \end_layout
2370
2371 \begin_layout Labeling
2372 \labelwidthstring 00.00.0000
2373
2374 \family sans
2375 \begin_inset Info
2376 type  "icon"
2377 arg   "inset-modify tabular multirow"
2378 \end_inset
2379
2380
2381 \family default
2382  は、現在セルあるいは選択範囲を連結行にします。
2383 \end_layout
2384
2385 \begin_layout Standard
2386 \begin_inset Note Greyedout
2387 status open
2388
2389 \begin_layout Plain Layout
2390
2391 \series bold
2392 【註】
2393 \series default
2394 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2395 \end_layout
2396
2397 \end_inset
2398
2399
2400 \end_layout
2401
2402 \begin_layout Section
2403 表編集メニュー
2404 \begin_inset Index idx
2405 status collapsed
2406
2407 \begin_layout Plain Layout
2408 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2409 \end_layout
2410
2411 \end_inset
2412
2413
2414 \end_layout
2415
2416 \begin_layout Standard
2417 表ダイアログと表ツールバーの他に、
2418 \family sans
2419 編集\SpecialChar \menuseparator
2420
2421 \family default
2422 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2423 部にあるときのみ、表示されます。
2424 \end_layout
2425
2426 \begin_layout Section
2427 表フロート
2428 \begin_inset CommandInset label
2429 LatexCommand label
2430 name "sec:表フロート"
2431
2432 \end_inset
2433
2434
2435 \begin_inset Index idx
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439 ふろーと@フロート ! ひょう@表
2440 \end_layout
2441
2442 \end_inset
2443
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 ひょう@表 ! ふろーと@フロート
2450 \end_layout
2451
2452 \end_inset
2453
2454
2455 \end_layout
2456
2457 \begin_layout Standard
2458 フロートの一般的な説明については、第
2459 \begin_inset CommandInset ref
2460 LatexCommand ref
2461 reference "sec:フロートはじめに"
2462
2463 \end_inset
2464
2465 節をご覧下さい。
2466 \end_layout
2467
2468 \begin_layout Standard
2469 \begin_inset Float table
2470 placement h
2471 wide false
2472 sideways false
2473 status open
2474
2475 \begin_layout Plain Layout
2476 \begin_inset Caption Standard
2477
2478 \begin_layout Plain Layout
2479 \begin_inset CommandInset label
2480 LatexCommand label
2481 name "tab:表フロート"
2482
2483 \end_inset
2484
2485 表フロート
2486 \end_layout
2487
2488 \end_inset
2489
2490
2491 \end_layout
2492
2493 \begin_layout Plain Layout
2494 \align center
2495 \begin_inset Tabular
2496 <lyxtabular version="3" rows="3" columns="3">
2497 <features rotate="0" tabularvalignment="middle">
2498 <column alignment="center" valignment="top" width="0pt">
2499 <column alignment="center" valignment="top" width="0pt">
2500 <column alignment="center" valignment="top" width="0pt">
2501 <row>
2502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2503 \begin_inset Text
2504
2505 \begin_layout Plain Layout
2506
2507 \family roman
2508 \series medium
2509 \shape up
2510 \size normal
2511 \emph off
2512 \bar no
2513 \noun off
2514 \color none
2515 1
2516 \end_layout
2517
2518 \end_inset
2519 </cell>
2520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2521 \begin_inset Text
2522
2523 \begin_layout Plain Layout
2524
2525 \family roman
2526 \series medium
2527 \shape up
2528 \size normal
2529 \emph off
2530 \bar no
2531 \noun off
2532 \color none
2533 2
2534 \end_layout
2535
2536 \end_inset
2537 </cell>
2538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2539 \begin_inset Text
2540
2541 \begin_layout Plain Layout
2542
2543 \family roman
2544 \series medium
2545 \shape up
2546 \size normal
2547 \emph off
2548 \bar no
2549 \noun off
2550 \color none
2551 3
2552 \end_layout
2553
2554 \end_inset
2555 </cell>
2556 </row>
2557 <row>
2558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2559 \begin_inset Text
2560
2561 \begin_layout Plain Layout
2562 森嶋
2563 \end_layout
2564
2565 \end_inset
2566 </cell>
2567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2568 \begin_inset Text
2569
2570 \begin_layout Plain Layout
2571 宇沢
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Plain Layout
2580 二階堂
2581 \end_layout
2582
2583 \end_inset
2584 </cell>
2585 </row>
2586 <row>
2587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2588 \begin_inset Text
2589
2590 \begin_layout Plain Layout
2591
2592 \family roman
2593 \series medium
2594 \shape up
2595 \size normal
2596 \emph off
2597 \bar no
2598 \noun off
2599 \color none
2600 \begin_inset Formula $\int x^{2}dx$
2601 \end_inset
2602
2603
2604 \end_layout
2605
2606 \end_inset
2607 </cell>
2608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2609 \begin_inset Text
2610
2611 \begin_layout Plain Layout
2612
2613 \family roman
2614 \series medium
2615 \shape up
2616 \size normal
2617 \emph off
2618 \bar no
2619 \noun off
2620 \color none
2621 \begin_inset Formula $\left[\begin{array}{cc}
2622 a & b\\
2623 c & d
2624 \end{array}\right]$
2625 \end_inset
2626
2627
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2633 \begin_inset Text
2634
2635 \begin_layout Plain Layout
2636
2637 \family roman
2638 \series medium
2639 \shape up
2640 \size normal
2641 \emph off
2642 \bar no
2643 \noun off
2644 \color none
2645 \begin_inset Formula $1+1=2$
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \end_inset
2652 </cell>
2653 </row>
2654 </lyxtabular>
2655
2656 \end_inset
2657
2658
2659 \end_layout
2660
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \begin_layout Standard
2667 表フロートは、
2668 \family sans
2669 挿入
2670 \shape up
2671 \SpecialChar \menuseparator
2672 フロート\SpecialChar \menuseparator
2673
2674 \family default
2675 \shape default
2676 メニューかツールバーボタン
2677 \family sans
2678
2679 \begin_inset Info
2680 type  "icon"
2681 arg   "float-insert table"
2682 \end_inset
2683
2684
2685 \family default
2686 を使うと挿入することができます。
2687 \end_layout
2688
2689 \begin_layout Standard
2690 フロートは折りたたむことのできるボックスとして表示され、中には「表
2691 \begin_inset space ~
2692 \end_inset
2693
2694 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2695 \end_layout
2696
2697 \begin_layout Standard
2698
2699 \begin_inset space ~
2700 \end_inset
2701
2702
2703 \begin_inset CommandInset ref
2704 LatexCommand ref
2705 reference "tab:表フロート"
2706
2707 \end_inset
2708
2709 は、表フロートに入れた表の例です。
2710 \end_layout
2711
2712 \begin_layout Standard
2713 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2714 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2715 eXパッケージの
2716 \series bold
2717 caption
2718 \series default
2719
2720 \begin_inset Index idx
2721 status collapsed
2722
2723 \begin_layout Plain Layout
2724 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2725 \end_layout
2726
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \begin_layout Standard
2733
2734 \series bold
2735 tableposition=top
2736 \end_layout
2737
2738 \begin_layout Standard
2739 というオプションとともにloadコマンドを使って読み込んでください
2740 \begin_inset Foot
2741 status collapsed
2742
2743 \begin_layout Plain Layout
2744 詳しくは、第
2745 \begin_inset CommandInset ref
2746 LatexCommand ref
2747 reference "sec:キャプションの配置"
2748
2749 \end_inset
2750
2751 節をご覧下さい。
2752 \end_layout
2753
2754 \end_inset
2755
2756 。キャプション書式を調整するには、第
2757 \begin_inset CommandInset ref
2758 LatexCommand ref
2759 reference "sec:キャプションの書式設定"
2760
2761 \end_inset
2762
2763 節にものべられているように
2764 \series bold
2765 caption
2766 \series default
2767 パッケージを使用します。
2768 \end_layout
2769
2770 \begin_layout Standard
2771 \begin_inset Index idx
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 さんしょう@参照 ! ひょうへの@表への
2776 \end_layout
2777
2778 \end_inset
2779
2780 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2781 \family sans
2782 挿入\SpecialChar \menuseparator
2783 ラベル
2784 \family default
2785 メニューかツールバーボタンの
2786 \family sans
2787
2788 \begin_inset Info
2789 type  "icon"
2790 arg   "label-insert"
2791 \end_inset
2792
2793
2794 \family default
2795 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2796 相互参照メニューかツールバーボタンの
2797 \family sans
2798
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "dialog-show-new-inset ref"
2802 \end_inset
2803
2804
2805 \family default
2806 を用いて、このラベルを参照することができます。
2807 \begin_inset Newline newline
2808 \end_inset
2809
2810 参照は、第
2811 \begin_inset CommandInset ref
2812 LatexCommand ref
2813 reference "sec:フロートの参照"
2814
2815 \end_inset
2816
2817 節で詳細に説明されています。
2818 \end_layout
2819
2820 \begin_layout Section
2821 長尺表
2822 \begin_inset CommandInset label
2823 LatexCommand label
2824 name "sec:長尺表"
2825
2826 \end_inset
2827
2828
2829 \begin_inset Index idx
2830 status collapsed
2831
2832 \begin_layout Plain Layout
2833 ちょうしゃくひょう@長尺表
2834 \end_layout
2835
2836 \end_inset
2837
2838
2839 \begin_inset Index idx
2840 status collapsed
2841
2842 \begin_layout Plain Layout
2843 ひょう@表 ! ちょうしゃくひょう@長尺表
2844 \end_layout
2845
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \begin_layout Standard
2852 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2853 \family sans
2854 長尺表
2855 \family default
2856 タブにある
2857 \family sans
2858 長尺表を使う
2859 \family default
2860 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2861 することができるようになります。
2862 \end_layout
2863
2864 \begin_layout Description
2865 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2866 \family roman
2867 \series medium
2868 \shape up
2869 \size normal
2870 \emph off
2871 \bar no
2872 \noun off
2873 \color none
2874 ただし、
2875 \family sans
2876 \series default
2877 \shape default
2878 \size default
2879 \emph default
2880 \bar default
2881 \noun default
2882 \color inherit
2883 冒頭ヘッダ
2884 \family roman
2885 \series medium
2886 \shape up
2887 \size normal
2888 \emph off
2889 \bar no
2890 \noun off
2891 \color none
2892 が定義されているときは、冒頭ページを除きます。
2893 \family default
2894 \series default
2895 \shape default
2896 \size default
2897 \emph default
2898 \bar default
2899 \noun default
2900 \color inherit
2901 これと区別して、このヘッダは本体ヘッダと呼びます。
2902 \end_layout
2903
2904 \begin_layout Description
2905 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2906 \end_layout
2907
2908 \begin_layout Description
2909 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2910 \family roman
2911 \series medium
2912 \shape up
2913 \size normal
2914 \emph off
2915 \bar no
2916 \noun off
2917 \color none
2918 ただし、
2919 \family sans
2920 \series default
2921 \shape default
2922 \size default
2923 \emph default
2924 \bar default
2925 \noun default
2926 \color inherit
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 \end_layout
2938
2939 \begin_layout Description
2940 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2941 \end_layout
2942
2943 \begin_layout Description
2944 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2945 \begin_inset CommandInset ref
2946 LatexCommand ref
2947 reference "sub:長尺表のキャプション"
2948
2949 \end_inset
2950
2951 節で説明されています。
2952 \end_layout
2953
2954 \begin_layout Standard
2955 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2956 \end_layout
2957
2958 \begin_layout Standard
2959 \align center
2960 \begin_inset Tabular
2961 <lyxtabular version="3" rows="69" columns="3">
2962 <features rotate="0" islongtable="true" longtabularalignment="center">
2963 <column alignment="left" valignment="top" width="0cm">
2964 <column alignment="left" valignment="top" width="0pt">
2965 <column alignment="center" valignment="top" width="0pt">
2966 <row endfirsthead="true">
2967 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \series bold
2973 例示用電話帳(名前は無視してください)
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 </row>
2997 <row endfirsthead="true">
2998 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 氏名
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020
3021 \series bold
3022 TEL.
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 </row>
3028 <row endhead="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 endhead="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 endfoot="true">
3091 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095 次頁へつづく
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 </row>
3119 <row>
3120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \series bold
3126 Annovi
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 Silvia
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144 111
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row>
3151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \series bold
3157 Bertoli
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell alignment="center" valignment="top" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 Stefano
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175 111
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 Bozzi
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 Walter
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="center" 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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Winkler
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Franz
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" bottomline="true" 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 multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085  
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Annovi
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Silvia
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 555
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Bertoli
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Stefano
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 555
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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 999
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Winkler
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Franz
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 555
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row endlastfoot="true">
5071 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 以上
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 </lyxtabular>
5100
5101 \end_inset
5102
5103
5104 \begin_inset ERT
5105 status collapsed
5106
5107 \begin_layout Plain Layout
5108
5109
5110 \backslash
5111 addtocounter{table}{-1}
5112 \end_layout
5113
5114 \end_inset
5115
5116
5117 \begin_inset Note Note
5118 status collapsed
5119
5120 \begin_layout Plain Layout
5121 本コマンドの説明については、第
5122 \begin_inset CommandInset ref
5123 LatexCommand ref
5124 reference "sub:長尺表のキャプション"
5125
5126 \end_inset
5127
5128 節の最初の淡色注釈をご覧下さい。
5129 \end_layout
5130
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \begin_layout Subsection
5137 長尺表での脚注
5138 \begin_inset CommandInset label
5139 LatexCommand label
5140 name "sub:長尺表での脚注"
5141
5142 \end_inset
5143
5144
5145 \begin_inset Index idx
5146 status collapsed
5147
5148 \begin_layout Plain Layout
5149 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5150 \end_layout
5151
5152 \end_inset
5153
5154
5155 \end_layout
5156
5157 \begin_layout Standard
5158 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5159 \begin_inset CommandInset ref
5160 LatexCommand ref
5161 reference "tab:別キャプション"
5162
5163 \end_inset
5164
5165 には脚注が付いています。
5166 \end_layout
5167
5168 \begin_layout Subsection
5169 長尺表の縦横揃え
5170 \begin_inset Index idx
5171 status collapsed
5172
5173 \begin_layout Plain Layout
5174 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5175 \end_layout
5176
5177 \end_inset
5178
5179
5180 \end_layout
5181
5182 \begin_layout Standard
5183 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5184 設定してから
5185 \end_layout
5186
5187 \begin_layout Standard
5188
5189 \series bold
5190
5191 \backslash
5192 setlength{
5193 \backslash
5194 LTleft}{値}
5195 \end_layout
5196
5197 \begin_layout Standard
5198 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5199 \series bold
5200
5201 \backslash
5202 LTleft
5203 \series default
5204 および
5205 \series bold
5206
5207 \backslash
5208 LTright
5209 \series default
5210 の値を変更しなくてはなりません。ここで「値」は、第
5211 \begin_inset CommandInset ref
5212 LatexCommand ref
5213 reference "tab:単位"
5214
5215 \end_inset
5216
5217 表に挙げてある単位であれば、どの単位を取ることもできます。
5218 \series bold
5219
5220 \backslash
5221 LTleft
5222 \series default
5223 は、左頁余白から長尺表までの水平方向の距離を制御し、
5224 \series bold
5225
5226 \backslash
5227 LTright
5228 \series default
5229 は、右頁余白からの距離を制御します。これらの長さの既定値は
5230 \series bold
5231
5232 \backslash
5233 fill
5234 \series default
5235 となっており、LyXの水平フィルと同等になっています。
5236 \end_layout
5237
5238 \begin_layout Standard
5239 以下の長尺表は、中央揃えの上、
5240 \series bold
5241
5242 \backslash
5243 LTleft
5244 \series default
5245
5246 \family sans
5247 0.1
5248 \backslash
5249 columnwidth
5250 \family default
5251 に設定してあります。
5252 \begin_inset ERT
5253 status collapsed
5254
5255 \begin_layout Plain Layout
5256
5257
5258 \backslash
5259 setlength{
5260 \backslash
5261 LTleft}{0.1
5262 \backslash
5263 columnwidth}
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 \begin_inset Tabular
5273 <lyxtabular version="3" rows="5" columns="5">
5274 <features rotate="0" islongtable="true" longtabularalignment="center">
5275 <column alignment="center" valignment="top">
5276 <column alignment="center" valignment="top">
5277 <column alignment="center" valignment="top">
5278 <column alignment="center" valignment="top">
5279 <column alignment="center" valignment="top">
5280 <row>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 1
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 2
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 3
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 4
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 5
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 いろは
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 いろは
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 <row>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 いろは
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 いろは
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 いろは
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 いろは
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 いろは
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 いろは
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 いろは
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 いろは
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 いろは
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 </lyxtabular>
5516
5517 \end_inset
5518
5519
5520 \begin_inset ERT
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524
5525
5526 \backslash
5527 setlength{
5528 \backslash
5529 LTleft}{
5530 \backslash
5531 fill}
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \begin_inset ERT
5538 status collapsed
5539
5540 \begin_layout Plain Layout
5541
5542
5543 \backslash
5544 addtocounter{table}{-1}
5545 \end_layout
5546
5547 \end_inset
5548
5549
5550 \begin_inset Note Note
5551 status collapsed
5552
5553 \begin_layout Plain Layout
5554 このコマンドの説明に関しては、第
5555 \begin_inset CommandInset ref
5556 LatexCommand ref
5557 reference "sub:長尺表のキャプション"
5558
5559 \end_inset
5560
5561 節の最初の淡色注釈をご覧下さい。
5562 \end_layout
5563
5564 \end_inset
5565
5566
5567 \end_layout
5568
5569 \begin_layout Subsection
5570 長尺表のキャプション
5571 \begin_inset Index idx
5572 status collapsed
5573
5574 \begin_layout Plain Layout
5575 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5576 \end_layout
5577
5578 \end_inset
5579
5580
5581 \begin_inset CommandInset label
5582 LatexCommand label
5583 name "sub:長尺表のキャプション"
5584
5585 \end_inset
5586
5587
5588 \end_layout
5589
5590 \begin_layout Standard
5591 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5592 \begin_inset CommandInset ref
5593 LatexCommand ref
5594 reference "sec:長尺表"
5595
5596 \end_inset
5597
5598 節に述べられているように、ある行で長尺表オプションの
5599 \family sans
5600 キャプション
5601 \family default
5602 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5603 \family sans
5604 冒頭ヘッダ
5605 \family default
5606
5607 \family sans
5608 ヘッダ
5609 \family default
5610
5611 \family sans
5612 フッタ
5613 \family default
5614
5615 \family sans
5616 末尾フッタ
5617 \family default
5618 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5619 \end_layout
5620
5621 \begin_layout Standard
5622 以下は、動作を確認するための短い長尺表です。
5623 \end_layout
5624
5625 \begin_layout Standard
5626 \begin_inset Tabular
5627 <lyxtabular version="3" rows="6" columns="5">
5628 <features rotate="0" islongtable="true" longtabularalignment="center">
5629 <column alignment="center" valignment="top">
5630 <column alignment="center" valignment="top">
5631 <column alignment="center" valignment="top">
5632 <column alignment="center" valignment="top">
5633 <column alignment="center" valignment="top">
5634 <row endfirsthead="true" caption="true">
5635 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 \begin_inset Caption Standard
5640
5641 \begin_layout Plain Layout
5642 キャプション付き長尺表
5643 \begin_inset Argument 1
5644 status collapsed
5645
5646 \begin_layout Plain Layout
5647 長尺表
5648 \end_layout
5649
5650 \end_inset
5651
5652
5653 \end_layout
5654
5655 \end_inset
5656
5657
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 </row>
5699 <row>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 1
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 2
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 3
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 4
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 5
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 </row>
5746 <row>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 いろは
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 いろは
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 <row>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 いろは
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 いろは
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 </row>
5840 <row>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 いろは
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 いろは
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 </row>
5887 <row>
5888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 いろは
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 いろは
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 いろは
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 いろは
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 いろは
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 </row>
5934 </lyxtabular>
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \begin_layout Standard
5942 \begin_inset VSpace medskip
5943 \end_inset
5944
5945
5946 \begin_inset Note Greyedout
5947 status open
5948
5949 \begin_layout Plain Layout
5950
5951 \series bold
5952 【註1】
5953 \series default
5954 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5955 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5956 \end_layout
5957
5958 \begin_layout Plain Layout
5959
5960 \series bold
5961
5962 \backslash
5963 addtocounter{table}{-1}
5964 \end_layout
5965
5966 \begin_layout Plain Layout
5967 というコマンドを挿入する方法があります。
5968 \end_layout
5969
5970 \begin_layout Plain Layout
5971 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5972 \end_layout
5973
5974 \begin_layout Plain Layout
5975
5976 \series bold
5977
5978 \backslash
5979 let
5980 \backslash
5981 myEnd
5982 \backslash
5983 endlongtable
5984 \begin_inset Newline newline
5985 \end_inset
5986
5987
5988 \backslash
5989 renewcommand{
5990 \backslash
5991 endlongtable}{
5992 \backslash
5993 myEnd
5994 \backslash
5995 addtocounter{table}{-1}}
5996 \end_layout
5997
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset Note Greyedout
6005 status open
6006
6007 \begin_layout Plain Layout
6008
6009 \series bold
6010 【註2】
6011 \series default
6012 相互参照をリンクするために、
6013 \family sans
6014 文書設定
6015 \family default
6016 ダイアログの
6017 \family sans
6018 PDF特性
6019 \family default
6020
6021 \series bold
6022 hyperref
6023 \series default
6024
6025 \begin_inset Index idx
6026 status collapsed
6027
6028 \begin_layout Plain Layout
6029 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6030 \end_layout
6031
6032 \end_inset
6033
6034 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6035 \end_layout
6036
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \begin_layout Subsubsection
6043 長尺表への参照
6044 \begin_inset Index idx
6045 status collapsed
6046
6047 \begin_layout Plain Layout
6048 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6049 \end_layout
6050
6051 \end_inset
6052
6053
6054 \end_layout
6055
6056 \begin_layout Standard
6057 \begin_inset Tabular
6058 <lyxtabular version="3" rows="6" columns="5">
6059 <features rotate="0" islongtable="true" longtabularalignment="center">
6060 <column alignment="center" valignment="top">
6061 <column alignment="center" valignment="top">
6062 <column alignment="center" valignment="top">
6063 <column alignment="center" valignment="top">
6064 <column alignment="center" valignment="top">
6065 <row endfirsthead="true" caption="true">
6066 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 \begin_inset Caption Standard
6071
6072 \begin_layout Plain Layout
6073 参照された長尺表
6074 \begin_inset CommandInset label
6075 LatexCommand label
6076 name "tab:参照例"
6077
6078 \end_inset
6079
6080
6081 \end_layout
6082
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 1
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 2
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 3
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 4
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 5
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 いろは
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 いろは
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 </row>
6221 <row>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 いろは
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 いろは
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 </row>
6268 <row>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 いろは
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 いろは
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 <row>
6316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 いろは
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 いろは
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 いろは
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 いろは
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 いろは
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 </lyxtabular>
6363
6364 \end_inset
6365
6366
6367 \end_layout
6368
6369 \begin_layout Standard
6370 長尺表を参照するには、キャプションにラベルを挿入してください。
6371 \end_layout
6372
6373 \begin_layout Standard
6374 これは表
6375 \begin_inset CommandInset ref
6376 LatexCommand ref
6377 reference "tab:参照例"
6378
6379 \end_inset
6380
6381 への参照です。
6382 \end_layout
6383
6384 \begin_layout Standard
6385 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6386 \series bold
6387 caption
6388 \series default
6389
6390 \begin_inset Index idx
6391 status collapsed
6392
6393 \begin_layout Plain Layout
6394 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6395 \end_layout
6396
6397 \end_inset
6398
6399 を使用して設定することができます。第
6400 \begin_inset CommandInset ref
6401 LatexCommand ref
6402 reference "sec:キャプションの書式設定"
6403
6404 \end_inset
6405
6406 節をご覧下さい。
6407 \end_layout
6408
6409 \begin_layout Subsubsection
6410 キャプションの幅
6411 \begin_inset Index idx
6412 status collapsed
6413
6414 \begin_layout Plain Layout
6415 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6416 \end_layout
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \begin_layout Standard
6424 キャプション行の最大長は、長さ
6425 \series bold
6426
6427 \backslash
6428 LTcapwidth
6429 \series default
6430 によって指定することができます。既定値は4
6431 \begin_inset space \thinspace{}
6432 \end_inset
6433
6434 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6435 \end_layout
6436
6437 \begin_layout Standard
6438
6439 \series bold
6440
6441 \backslash
6442 setlength{
6443 \backslash
6444 LTcapwidth}{幅}
6445 \end_layout
6446
6447 \begin_layout Standard
6448 というコマンドを書き加えて下さい。ここで「幅」には、付録
6449 \begin_inset CommandInset ref
6450 LatexCommand ref
6451 reference "cha:LyXで使用できる単位"
6452
6453 \end_inset
6454
6455 に挙げられている単位を取ることができます。
6456 \end_layout
6457
6458 \begin_layout Standard
6459 以下の各表で違いを示します。
6460 \end_layout
6461
6462 \begin_layout Standard
6463 \begin_inset Tabular
6464 <lyxtabular version="3" rows="6" columns="5">
6465 <features rotate="0" islongtable="true" longtabularalignment="center">
6466 <column alignment="center" valignment="top">
6467 <column alignment="center" valignment="top">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <column alignment="center" valignment="top">
6471 <row endfirsthead="true" caption="true">
6472 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 \begin_inset Caption Standard
6477
6478 \begin_layout Plain Layout
6479 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6480 \begin_inset Argument 1
6481 status collapsed
6482
6483 \begin_layout Plain Layout
6484 既定幅のキャプション
6485 \end_layout
6486
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 </row>
6536 <row>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 1
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 2
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 3
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 4
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 5
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 </row>
6583 <row>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 いろは
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 いろは
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 </row>
6630 <row>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 いろは
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 いろは
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 </row>
6677 <row>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 いろは
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 いろは
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 </row>
6724 <row>
6725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 いろは
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 いろは
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 いろは
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 いろは
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 いろは
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 </row>
6771 </lyxtabular>
6772
6773 \end_inset
6774
6775
6776 \end_layout
6777
6778 \begin_layout Standard
6779 \begin_inset ERT
6780 status collapsed
6781
6782 \begin_layout Plain Layout
6783
6784
6785 \backslash
6786 setlength{
6787 \backslash
6788 LTcapwidth}{5cm}
6789 \end_layout
6790
6791 \end_inset
6792
6793
6794 \begin_inset Tabular
6795 <lyxtabular version="3" rows="6" columns="5">
6796 <features rotate="0" islongtable="true" longtabularalignment="center">
6797 <column alignment="center" valignment="top">
6798 <column alignment="center" valignment="top">
6799 <column alignment="center" valignment="top">
6800 <column alignment="center" valignment="top">
6801 <column alignment="center" valignment="top">
6802 <row endfirsthead="true" caption="true">
6803 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 \begin_inset Caption Standard
6808
6809 \begin_layout Plain Layout
6810 5
6811 \begin_inset space \thinspace{}
6812 \end_inset
6813
6814 cm幅のなが〜いフルタイトル・5
6815 \begin_inset space \thinspace{}
6816 \end_inset
6817
6818 cm幅のなが〜いフルタイトル・5
6819 \begin_inset space \thinspace{}
6820 \end_inset
6821
6822 cm幅のなが〜いフルタイトル
6823 \begin_inset Argument 1
6824 status collapsed
6825
6826 \begin_layout Plain Layout
6827 5
6828 \begin_inset space \thinspace{}
6829 \end_inset
6830
6831 cm幅のキャプション
6832 \end_layout
6833
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \end_inset
6840
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 1
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 2
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 3
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 4
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 5
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 </row>
6930 <row>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 いろは
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 いろは
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 </row>
6977 <row>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 いろは
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 いろは
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 いろは
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 いろは
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 <row>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 いろは
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 いろは
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 いろは
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 いろは
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 いろは
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 </row>
7118 </lyxtabular>
7119
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \begin_layout Standard
7126 \begin_inset ERT
7127 status collapsed
7128
7129 \begin_layout Plain Layout
7130
7131
7132 \backslash
7133 setlength{
7134 \backslash
7135 LTcapwidth}{4in}
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \begin_layout Standard
7144 \begin_inset Note Greyedout
7145 status open
7146
7147 \begin_layout Plain Layout
7148
7149 \series bold
7150 【註】
7151 \series default
7152 この文書のようにLaTeXパッケージの
7153 \series bold
7154 caption
7155 \series default
7156
7157 \begin_inset Index idx
7158 status collapsed
7159
7160 \begin_layout Plain Layout
7161 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7162 \end_layout
7163
7164 \end_inset
7165
7166 を使用している時には、
7167 \series bold
7168
7169 \backslash
7170 LTcapwidth
7171 \series default
7172 に既定値の4
7173 \begin_inset space \thinspace{}
7174 \end_inset
7175
7176 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7177 \begin_inset space \thinspace{}
7178 \end_inset
7179
7180 in幅のキャプションを作るには、3.99
7181 \begin_inset space \thinspace{}
7182 \end_inset
7183
7184 inのように4.0
7185 \begin_inset space \thinspace{}
7186 \end_inset
7187
7188 inと少し違う値を指定するか、
7189 \series bold
7190 caption
7191 \series default
7192 パッケージが提供している
7193 \series bold
7194
7195 \backslash
7196 captionsetup{width=値}
7197 \series default
7198 というLaTeXコマンドを用いる方法があります。
7199 \end_layout
7200
7201 \end_inset
7202
7203
7204 \end_layout
7205
7206 \begin_layout Subsubsection
7207 表の各ページごとに異なるキャプション
7208 \begin_inset Index idx
7209 status collapsed
7210
7211 \begin_layout Plain Layout
7212 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7213 \end_layout
7214
7215 \end_inset
7216
7217
7218 \end_layout
7219
7220 \begin_layout Standard
7221 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7222 \end_layout
7223
7224 \begin_layout Standard
7225
7226 \series bold
7227
7228 \backslash
7229 caption*{キャプション文}
7230 \backslash
7231
7232 \backslash
7233 %
7234 \end_layout
7235
7236 \begin_layout Standard
7237 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7238 \begin_inset CommandInset ref
7239 LatexCommand ref
7240 reference "tab:別キャプション"
7241
7242 \end_inset
7243
7244 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7245 \end_layout
7246
7247 \begin_layout Standard
7248 \align center
7249 \begin_inset Tabular
7250 <lyxtabular version="3" rows="59" columns="3">
7251 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7252 <column alignment="left" valignment="top" width="0cm">
7253 <column alignment="left" valignment="top" width="0pt">
7254 <column alignment="center" valignment="top" width="0pt">
7255 <row endfirsthead="true" caption="true">
7256 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 \begin_inset Caption Standard
7261
7262 \begin_layout Plain Layout
7263 例示用電話帳
7264 \begin_inset CommandInset label
7265 LatexCommand label
7266 name "tab:別キャプション"
7267
7268 \end_inset
7269
7270
7271 \begin_inset Argument 1
7272 status collapsed
7273
7274 \begin_layout Plain Layout
7275 例示用電話帳
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row endfirsthead="true">
7310 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \series bold
7316 例示用電話帳(名前は無視の事)
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 </row>
7340 <row endfirsthead="true">
7341 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345
7346 \series bold
7347 氏名
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365
7366 \series bold
7367 TEL.
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 </row>
7373 <row endhead="true">
7374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 \begin_inset ERT
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382
7383
7384 \backslash
7385 caption*{例示用電話帳の続き}
7386 \backslash
7387
7388 \backslash
7389 %
7390 \end_layout
7391
7392 \end_inset
7393
7394
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 </row>
7418 <row endhead="true">
7419 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \series bold
7425 例示用電話帳
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row endhead="true">
7450 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \series bold
7456 氏名
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \series bold
7476 TEL.
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 <row endfoot="true">
7483 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 次頁に続く
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row>
7512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \series bold
7518 Annovi
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 Silvia
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 111
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 </row>
7542 <row>
7543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547
7548 \series bold
7549 Bertoli
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 Stefano
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 111
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578
7579 \series bold
7580 Bozzi
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 Walter
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 111
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 </row>
7604 <row>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609
7610 \series bold
7611 Cachia
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 Maria
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 111
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 </row>
7635 <row>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640
7641 \series bold
7642 Cachia
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 Maurizio
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 111
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 <row>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671
7672 \series bold
7673 Cinquemani
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 Giusi
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 111
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 </row>
7697 <row>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \series bold
7704 Colin
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 Bernard
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 111
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Concli
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 Gianfranco
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 111
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Dal Bosco
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775 Carolina
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 111
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 Dalpiaz
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 Annamaria
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 111
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \series bold
7828 Feliciello
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 Domenico
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 111
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \series bold
7859 Focarelli
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 Paola
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 111
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \series bold
7890 Galletti
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 Oreste
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 111
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row>
7915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 Gasparini
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 Franca
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 111
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 Rizzardi
7953 \series default
7954
7955 \begin_inset Foot
7956 status collapsed
7957
7958 \begin_layout Plain Layout
7959 例示用脚注
7960 \end_layout
7961
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Paola
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 111
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \series bold
7995 Lassini
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Giancarlo
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 111
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \series bold
8026 Malfatti
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 Luciano
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 111
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \series bold
8057 Malfatti
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Valeriano
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 111
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Meneguzzo
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Roberto
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Mezzadra
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Roberto
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Pirpamer
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Erich
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Pochiesa
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Paolo
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111, 222
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Radina
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Claudio
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Stuffer
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Oskar
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Tacchelli
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Ugo
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Tezzele
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Margit
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Unterkalmsteiner
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Frieda
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Vieider
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Hilde
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Vigna
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Jürgen
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Weber
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Maurizio
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Winkler
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Franz
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489  
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \series bold
8520 Annovi
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 Silvia
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 555
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \series bold
8551 Bertoli
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 Stefano
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 555
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 </row>
8575 <row>
8576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580
8581 \series bold
8582 Bozzi
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Walter
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 555
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \series bold
8613 Cachia
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Maria
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 555
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \series bold
8644 Cachia
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 Maurizio
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 555
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \series bold
8675 Cinquemani
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 Giusi
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 555
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 <row>
8700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704
8705 \series bold
8706 Colin
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 Bernard
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 555
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \series bold
8737 Concli
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 Gianfranco
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 555
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766
8767 \series bold
8768 Dal Bosco
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Carolina
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 555
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \series bold
8799 Dalpiaz
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 Annamaria
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 555
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \series bold
8830 Feliciello
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Domenico
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 555
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861 Focarelli
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 Paola
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 555
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \series bold
8892 Galletti
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Oreste
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 555
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \series bold
8923 Gasparini
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 Franca
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 555
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \series bold
8954 Rizzardi
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Paola
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 555
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \series bold
8985 Lassini
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 Giancarlo
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 555
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \series bold
9016 Malfatti
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Luciano
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 555
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \series bold
9047 Malfatti
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 Valeriano
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 555
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 </row>
9071 <row>
9072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \series bold
9078 Meneguzzo
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Roberto
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 555
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \series bold
9109 Mezzadra
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 Roberto
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 555
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 </lyxtabular>
9134
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \begin_layout Section
9141 長尺表にまつわる諸点
9142 \begin_inset CommandInset label
9143 LatexCommand label
9144 name "sec:長尺表にまつわる諸点"
9145
9146 \end_inset
9147
9148
9149 \end_layout
9150
9151 \begin_layout Subsection
9152 長尺表の計算
9153 \begin_inset Index idx
9154 status collapsed
9155
9156 \begin_layout Plain Layout
9157 ちょうしゃくひょう@長尺表 ! けいさん@計算
9158 \end_layout
9159
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \begin_layout Standard
9166 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9167 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9168 \end_layout
9169
9170 \begin_layout Standard
9171
9172 \series bold
9173
9174 \backslash
9175 setcounter{LTchunksize}{100}
9176 \end_layout
9177
9178 \begin_layout Standard
9179 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9180 \end_layout
9181
9182 \begin_layout Subsection
9183 フロートと長尺表
9184 \begin_inset Index idx
9185 status collapsed
9186
9187 \begin_layout Plain Layout
9188 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9189 \end_layout
9190
9191 \end_inset
9192
9193
9194 \end_layout
9195
9196 \begin_layout Standard
9197 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9198 \series bold
9199
9200 \backslash
9201 clearpage
9202 \series default
9203 コマンドを長尺表の前にTeXコードとして書き加えてください。
9204 \end_layout
9205
9206 \begin_layout Subsection
9207 強制改頁
9208 \begin_inset Index idx
9209 status collapsed
9210
9211 \begin_layout Plain Layout
9212 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9213 \end_layout
9214
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \begin_layout Standard
9221 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9222 ド「
9223 \series bold
9224
9225 \backslash
9226
9227 \backslash
9228
9229 \series default
9230 」を挿入します。
9231 \series bold
9232
9233 \backslash
9234
9235 \backslash
9236
9237 \series default
9238 コマンドの前には、現セルよりも右にある列数と同じ数の「
9239 \series bold
9240 &
9241 \series default
9242 」文字を、TeXコードで挿入してやる必要があります。この
9243 \series bold
9244 &
9245 \series default
9246 は、表セルの区切り文字です。各
9247 \series bold
9248 &
9249 \series default
9250 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9251 \begin_inset Newline newline
9252 \end_inset
9253
9254
9255 \series bold
9256
9257 \backslash
9258
9259 \backslash
9260
9261 \series default
9262 コマンドの後ろには、現在列の左側にある列数と同じ数の
9263 \series bold
9264 &
9265 \series default
9266 文字を挿入してください。表
9267 \begin_inset CommandInset ref
9268 LatexCommand ref
9269 reference "tab:強制改頁"
9270
9271 \end_inset
9272
9273 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9274 \end_layout
9275
9276 \begin_layout Standard
9277
9278 \series bold
9279 & 111
9280 \backslash
9281
9282 \backslash
9283  
9284 \backslash
9285 newpage
9286 \begin_inset Newline newline
9287 \end_inset
9288
9289 &
9290 \end_layout
9291
9292 \begin_layout Standard
9293 というコマンドが、セル中「
9294 \emph on
9295 Castelchiodato,
9296 \emph default
9297 」の後にTeXコードとして挿入してあります。
9298 \end_layout
9299
9300 \begin_layout Standard
9301 同一行3列目の「111」は削除してあります。
9302 \series bold
9303
9304 \backslash
9305 newpage
9306 \series default
9307 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9308 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9309 \end_layout
9310
9311 \begin_layout Standard
9312
9313 \series bold
9314 & 111
9315 \backslash
9316
9317 \backslash
9318
9319 \begin_inset Newline newline
9320 \end_inset
9321
9322
9323 \backslash
9324 hline &
9325 \end_layout
9326
9327 \begin_layout Standard
9328 というコマンドを使用して下さい。
9329 \end_layout
9330
9331 \begin_layout Standard
9332 改頁をしたいセルが最右列にある場合には、
9333 \end_layout
9334
9335 \begin_layout Standard
9336
9337 \series bold
9338
9339 \backslash
9340 setlength{
9341 \backslash
9342 parfillskip}{0pt}
9343 \end_layout
9344
9345 \begin_layout Standard
9346 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9347
9348 \end_layout
9349
9350 \begin_layout Standard
9351 \align center
9352 \begin_inset Tabular
9353 <lyxtabular version="3" rows="38" columns="3">
9354 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9355 <column alignment="left" valignment="top" width="0cm">
9356 <column alignment="left" valignment="top" width="3cm">
9357 <column alignment="center" valignment="top" width="0pt">
9358 <row endfirsthead="true" caption="true">
9359 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 \begin_inset Caption Standard
9364
9365 \begin_layout Plain Layout
9366 表セル内で強制改頁をしている表
9367 \begin_inset CommandInset label
9368 LatexCommand label
9369 name "tab:強制改頁"
9370
9371 \end_inset
9372
9373
9374 \begin_inset Argument 1
9375 status collapsed
9376
9377 \begin_layout Plain Layout
9378 表セル内で強制改頁をしている表
9379 \end_layout
9380
9381 \end_inset
9382
9383
9384 \end_layout
9385
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row endfirsthead="true">
9413 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \series bold
9419 例示用電話帳(氏名は無視の事)
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row endfirsthead="true">
9444 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \series bold
9450 氏名
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 TEL.
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row endhead="true">
9477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 \begin_inset ERT
9482 status collapsed
9483
9484 \begin_layout Plain Layout
9485
9486
9487 \backslash
9488 caption*{例示用電話帳の続き}
9489 \backslash
9490
9491 \backslash
9492 %
9493 \end_layout
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 <row endhead="true">
9522 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 例示用電話帳
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row endhead="true">
9551 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \series bold
9557 氏名
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \series bold
9577 TEL.
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 </row>
9583 <row endfoot="true">
9584 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 次頁に続く
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 </row>
9612 <row>
9613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \series bold
9619 Annovi
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 Silvia
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 111
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 </row>
9643 <row>
9644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \series bold
9650 Bertoli
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 Stefano
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 111
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 </row>
9674 <row>
9675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \series bold
9681 Bozzi
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 Walter
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 111
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 </row>
9705 <row>
9706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \series bold
9712 Cachia
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 Maria
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730 111
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row>
9737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \series bold
9743 Cachia
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 Maurizio
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 111
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \series bold
9774 Cinquemani
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 Giusi
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 111
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \series bold
9805 Colin
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 Bernard
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 111
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \series bold
9836 Concli
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 Gianfranco
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854 111
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 <row>
9861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \series bold
9867 Dal Bosco
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 Carolina
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 111
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row>
9892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \series bold
9898 Dalpiaz
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 Annamaria
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 111
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row>
9923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \series bold
9929 Feliciello
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 Domenico
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 111
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Focarelli
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 Paola
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 111
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row>
9985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 Galletti
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Oreste
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 111
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022 Gasparini
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Franca
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 111
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row>
10047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Lassini
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 Giancarlo
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 111
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Malfatti
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 Luciano
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 111
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Malfatti
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Valeriano
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Meneguzzo
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Roberto
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Mezzadra
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Roberto
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Pirpamer
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Erich
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Pochiesa
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Paolo
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111, 222
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Radina
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Claudio
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Rizzardi
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Paolo, 11.
10311  Fürst von Montecompatri, 11.
10312  Fürst von Sulmona und Vivaro, 10.
10313  Fürst von Rossano, 5.
10314  Herzog von Canemorte, 11.
10315  Herzog von Palombara, 5.
10316  Herzog von Castelchiodato,
10317 \begin_inset ERT
10318 status collapsed
10319
10320 \begin_layout Plain Layout
10321
10322 & 111
10323 \backslash
10324
10325 \backslash
10326  
10327 \backslash
10328 newpage
10329 \end_layout
10330
10331 \begin_layout Plain Layout
10332
10333 &
10334 \end_layout
10335
10336 \end_inset
10337
10338  11.
10339  Herzog von Poggionativo, 11.
10340  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10341  Graf von Valinfreda, 11.
10342  Baron von Cropalati, 11.
10343  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Stuffer
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Oskar
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Tacchelli
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Ugo
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Tezzele
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Margit
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Unterkalmsteiner
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Frieda
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Vieider
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Hilde
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Vigna
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Jürgen
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \series bold
10551 Weber
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 Maurizio
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 111
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Winkler
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Franz
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 </lyxtabular>
10607
10608 \end_inset
10609
10610
10611 \end_layout
10612
10613 \begin_layout Section
10614 複数行・連結列・連結行
10615 \end_layout
10616
10617 \begin_layout Subsection
10618 表セル内の複数行
10619 \begin_inset CommandInset label
10620 LatexCommand label
10621 name "sub:複数行"
10622
10623 \end_inset
10624
10625
10626 \begin_inset Index idx
10627 status collapsed
10628
10629 \begin_layout Plain Layout
10630 ひょうせるないのふくすうぎょう@表セル内の複数行
10631 \end_layout
10632
10633 \end_inset
10634
10635
10636 \begin_inset Index idx
10637 status collapsed
10638
10639 \begin_layout Plain Layout
10640 ひょう@表 ! かいぎょう@改行
10641 \end_layout
10642
10643 \end_inset
10644
10645
10646 \end_layout
10647
10648 \begin_layout Standard
10649 \noindent
10650 \begin_inset Float table
10651 placement H
10652 wide false
10653 sideways false
10654 status open
10655
10656 \begin_layout Plain Layout
10657 \begin_inset Caption Standard
10658
10659 \begin_layout Plain Layout
10660 \begin_inset CommandInset label
10661 LatexCommand label
10662 name "tab:複数行表"
10663
10664 \end_inset
10665
10666 セル内に複数の行がある表
10667 \end_layout
10668
10669 \end_inset
10670
10671
10672 \end_layout
10673
10674 \begin_layout Plain Layout
10675 \align center
10676 \begin_inset Tabular
10677 <lyxtabular version="3" rows="3" columns="3">
10678 <features rotate="0" tabularvalignment="middle">
10679 <column alignment="center" valignment="middle" width="2.5cm">
10680 <column alignment="center" valignment="middle">
10681 <column alignment="center" valignment="middle">
10682 <row>
10683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 複数の
10688 \begin_inset Newline linebreak
10689 \end_inset
10690
10691
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 </lyxtabular>
10774
10775 \end_inset
10776
10777
10778 \end_layout
10779
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \begin_layout Standard
10786 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10787 \end_layout
10788
10789 \begin_layout Standard
10790
10791 \begin_inset CommandInset ref
10792 LatexCommand ref
10793 reference "tab:複数行表"
10794
10795 \end_inset
10796
10797 を生成するには、まず3
10798 \begin_inset Formula $\times$
10799 \end_inset
10800
10801 3表を作り、最初のセルを右クリックして現れるメニューから、
10802 \family sans
10803 設定
10804 \family default
10805 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10806 \begin_inset space \thinspace{}
10807 \end_inset
10808
10809 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10810 \begin_inset space \thinspace{}
10811 \end_inset
10812
10813 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10814 \begin_inset Flex Ruby
10815 status collapsed
10816
10817 \begin_layout Plain Layout
10818 捷径
10819 \begin_inset Argument post:1
10820 status collapsed
10821
10822 \begin_layout Plain Layout
10823 ショートカット
10824 \end_layout
10825
10826 \end_inset
10827
10828
10829 \end_layout
10830
10831 \end_inset
10832
10833
10834 \begin_inset Info
10835 type  "shortcut"
10836 arg   "newline-insert linebreak"
10837 \end_inset
10838
10839 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10840 \end_layout
10841
10842 \begin_layout Standard
10843 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10844 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10845 \begin_inset space \thinspace{}
10846 \end_inset
10847
10848 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10849 \begin_inset CommandInset ref
10850 LatexCommand ref
10851 reference "tab:ハイフネーション表"
10852
10853 \end_inset
10854
10855 が違いを示しています
10856 \begin_inset Foot
10857 status open
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 【訳註】
10863 \series default
10864 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10865 \end_layout
10866
10867 \end_inset
10868
10869
10870 \end_layout
10871
10872 \begin_layout Standard
10873 \begin_inset Float table
10874 placement h
10875 wide false
10876 sideways false
10877 status open
10878
10879 \begin_layout Plain Layout
10880 \begin_inset Caption Standard
10881
10882 \begin_layout Plain Layout
10883 \begin_inset CommandInset label
10884 LatexCommand label
10885 name "tab:ハイフネーション表"
10886
10887 \end_inset
10888
10889 ハイフネーション有/無の表
10890 \end_layout
10891
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \begin_layout Plain Layout
10898 \begin_inset space \hfill{}
10899 \end_inset
10900
10901
10902 \begin_inset Tabular
10903 <lyxtabular version="3" rows="3" columns="3">
10904 <features rotate="0" tabularvalignment="middle">
10905 <column alignment="center" valignment="middle" width="2.5cm">
10906 <column alignment="center" valignment="middle">
10907 <column alignment="center" valignment="middle">
10908 <row>
10909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 verylongtablecellword
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 </row>
10937 <row>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 </row>
10966 <row>
10967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 </lyxtabular>
10996
10997 \end_inset
10998
10999
11000 \begin_inset space \hfill{}
11001 \end_inset
11002
11003
11004 \begin_inset Tabular
11005 <lyxtabular version="3" rows="3" columns="3">
11006 <features rotate="0" tabularvalignment="middle">
11007 <column alignment="center" valignment="middle" width="2.5cm">
11008 <column alignment="center" valignment="middle">
11009 <column alignment="center" valignment="middle">
11010 <row>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 \begin_inset space \hspace{}
11016 \length 0pt
11017 \end_inset
11018
11019 verylongtablecellword
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 </row>
11043 <row>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 <row>
11073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 </lyxtabular>
11102
11103 \end_inset
11104
11105
11106 \begin_inset space \hfill{}
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \begin_layout Subsection
11118 連結列
11119 \begin_inset CommandInset label
11120 LatexCommand label
11121 name "sub:連結列"
11122
11123 \end_inset
11124
11125
11126 \begin_inset Index idx
11127 status collapsed
11128
11129 \begin_layout Plain Layout
11130 れんけつれつ@連結列
11131 \end_layout
11132
11133 \end_inset
11134
11135
11136 \begin_inset Index idx
11137 status collapsed
11138
11139 \begin_layout Plain Layout
11140 ひょう@表 ! れんけつれつ@連結列
11141 \end_layout
11142
11143 \end_inset
11144
11145
11146 \end_layout
11147
11148 \begin_layout Subsubsection
11149 連結列の基礎
11150 \end_layout
11151
11152 \begin_layout Standard
11153 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11154 \family sans
11155
11156 \begin_inset Info
11157 type  "icon"
11158 arg   "inset-modify tabular multicolumn"
11159 \end_inset
11160
11161
11162 \family default
11163 を押すか、
11164 \family sans
11165 編集\SpecialChar \menuseparator
11166 表\SpecialChar \menuseparator
11167 連結列
11168 \family default
11169 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11170 \family sans
11171 連結列
11172 \family default
11173 を有効にするかしてください。
11174 \end_layout
11175
11176 \begin_layout Standard
11177 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11178 、最下行に上罫線のない連結行がある表の例です。
11179 \end_layout
11180
11181 \begin_layout Standard
11182 \align center
11183 \begin_inset Tabular
11184 <lyxtabular version="3" rows="3" columns="4">
11185 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11186 <column alignment="center" valignment="top" width="0pt">
11187 <column alignment="center" valignment="middle">
11188 <column alignment="center" valignment="top" width="0in">
11189 <column alignment="center" valignment="top" width="0pt">
11190 <row>
11191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 いろは
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 にほへとちり
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 ぬるを
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 </row>
11266 <row>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 </row>
11304 </lyxtabular>
11305
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \begin_layout Subsubsection
11312 連結列の計算
11313 \begin_inset CommandInset label
11314 LatexCommand label
11315 name "sub:連結列の計算"
11316
11317 \end_inset
11318
11319
11320 \begin_inset Index idx
11321 status collapsed
11322
11323 \begin_layout Plain Layout
11324 れんけつれつ@連結列 ! けいさん@計算
11325 \end_layout
11326
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \begin_layout Standard
11333 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11334 \end_layout
11335
11336 \begin_layout Standard
11337 \begin_inset Float table
11338 placement h
11339 wide false
11340 sideways false
11341 status open
11342
11343 \begin_layout Plain Layout
11344 \begin_inset Caption Standard
11345
11346 \begin_layout Plain Layout
11347 \begin_inset CommandInset label
11348 LatexCommand label
11349 name "tab:中央揃え表"
11350
11351 \end_inset
11352
11353 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11354 \begin_inset Argument 1
11355 status collapsed
11356
11357 \begin_layout Plain Layout
11358 完全なる連結列表
11359 \end_layout
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \begin_layout Plain Layout
11372 \align center
11373 \begin_inset Tabular
11374 <lyxtabular version="3" rows="3" columns="3">
11375 <features rotate="0" tabularvalignment="middle">
11376 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11377 <column alignment="center" valignment="middle">
11378 <column alignment="center" valignment="top">
11379 <row>
11380 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 複数行にわたる連結列
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 </row>
11408 <row>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 </row>
11437 <row>
11438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 </lyxtabular>
11467
11468 \end_inset
11469
11470
11471 \end_layout
11472
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \begin_layout Standard
11479 たとえば、表
11480 \begin_inset CommandInset ref
11481 LatexCommand ref
11482 reference "tab:中央揃え表"
11483
11484 \end_inset
11485
11486 を生成するには、3
11487 \begin_inset Formula $\times$
11488 \end_inset
11489
11490 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11491 \family sans
11492 設定
11493 \family default
11494 を選択します。そして現れる表の設定ダイアログで、このセルを
11495 \emph on
11496 連結列
11497 \emph default
11498
11499 \emph on
11500 中央揃え
11501 \emph default
11502 、2.5
11503 \begin_inset space \thinspace{}
11504 \end_inset
11505
11506 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11507 \begin_inset space \thinspace{}
11508 \end_inset
11509
11510 cm幅に設定します。すると第二列は自動的に1.25
11511 \begin_inset space \thinspace{}
11512 \end_inset
11513
11514 cm幅(連結列幅マイナス第一列の幅)になります。表
11515 \begin_inset CommandInset ref
11516 LatexCommand ref
11517 reference "tab:半分でない表"
11518
11519 \end_inset
11520
11521 もこのようにして作成してあります。
11522 \end_layout
11523
11524 \begin_layout Standard
11525 \begin_inset Float table
11526 wide false
11527 sideways false
11528 status open
11529
11530 \begin_layout Plain Layout
11531 \begin_inset Caption Standard
11532
11533 \begin_layout Plain Layout
11534 \begin_inset CommandInset label
11535 LatexCommand label
11536 name "tab:半分でない表"
11537
11538 \end_inset
11539
11540 連結セルの下の列が正確に半分になっていない表
11541 \begin_inset Argument 1
11542 status collapsed
11543
11544 \begin_layout Plain Layout
11545 不完全な連結列表
11546 \end_layout
11547
11548 \end_inset
11549
11550
11551 \end_layout
11552
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \begin_layout Plain Layout
11559 \align center
11560 \begin_inset Tabular
11561 <lyxtabular version="3" rows="3" columns="3">
11562 <features rotate="0" tabularvalignment="middle">
11563 <column alignment="center" valignment="top" width="1.25cm">
11564 <column alignment="center" valignment="top">
11565 <column alignment="center" valignment="top">
11566 <row>
11567 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 複数行にわたる連結列
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 </row>
11595 <row>
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 <row>
11625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 </lyxtabular>
11654
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \begin_layout Standard
11666 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11667 指定したセル幅
11668 \begin_inset Formula $W_{\mbox{指}}$
11669 \end_inset
11670
11671 がセルの全幅
11672 \begin_inset Formula $W_{\text{全}}$
11673 \end_inset
11674
11675 と等しくならないためです。付録
11676 \begin_inset CommandInset ref
11677 LatexCommand ref
11678 reference "cha:式の説明"
11679
11680 \end_inset
11681
11682 がこの事情を詳細に説明しています。
11683 \end_layout
11684
11685 \begin_layout Standard
11686
11687 \emph on
11688 n
11689 \emph default
11690 列を連結する際、各列の全幅が
11691 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11692 \end_inset
11693
11694 となるために必要な指定幅
11695 \begin_inset Formula $W_{\mbox{指}:n}$
11696 \end_inset
11697
11698 は、
11699 \begin_inset Formula 
11700 \begin{equation}
11701 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11702 \end{equation}
11703
11704 \end_inset
11705
11706
11707 \end_layout
11708
11709 \begin_layout Standard
11710 で計算することができます。上記の例では
11711 \begin_inset Formula $n=2$
11712 \end_inset
11713
11714 かつ
11715 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11716 \end_inset
11717
11718 cmかつ長さは既定値ですから、第
11719 \begin_inset CommandInset ref
11720 LatexCommand ref
11721 reference "eq:Wgn"
11722
11723 \end_inset
11724
11725 式は
11726 \begin_inset Formula 
11727 \begin{equation}
11728 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11729 \end{equation}
11730
11731 \end_inset
11732
11733
11734 \end_layout
11735
11736 \begin_layout Standard
11737 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11738 \end_layout
11739
11740 \begin_layout Standard
11741
11742 \series bold
11743
11744 \backslash
11745 usepackage{calc}
11746 \end_layout
11747
11748 \begin_layout Standard
11749 と書いて、LaTeXパッケージ
11750 \series bold
11751 calc
11752 \series default
11753
11754 \begin_inset Index idx
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11759 \end_layout
11760
11761 \end_inset
11762
11763 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11764 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11765 \end_layout
11766
11767 \begin_layout Itemize
11768
11769 \series bold
11770 p{幅}
11771 \series default
11772 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11773 \end_layout
11774
11775 \begin_layout Itemize
11776
11777 \series bold
11778 m{幅}
11779 \series default
11780 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11781 \end_layout
11782
11783 \begin_layout Itemize
11784
11785 \series bold
11786 b{幅}
11787 \series default
11788 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11789 \end_layout
11790
11791 \begin_layout Standard
11792 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11793 \end_layout
11794
11795 \begin_layout Standard
11796 \begin_inset Note Greyedout
11797 status open
11798
11799 \begin_layout Plain Layout
11800
11801 \series bold
11802 【註】
11803 \series default
11804 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11805 \end_layout
11806
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \begin_layout Standard
11813 文章を水平方向中央揃えにしたいので、
11814 \series bold
11815
11816 \backslash
11817 centering
11818 \series default
11819 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11820 \end_layout
11821
11822 \begin_layout Standard
11823
11824 \series bold
11825 >{
11826 \backslash
11827 centering}m{1.25cm-6.2pt}
11828 \end_layout
11829
11830 \begin_layout Standard
11831
11832 \series bold
11833 >{ }
11834 \series default
11835 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11836 \end_layout
11837
11838 \begin_layout Standard
11839 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11840 がって、連結セルには
11841 \end_layout
11842
11843 \begin_layout Standard
11844
11845 \series bold
11846 >{
11847 \backslash
11848 centering}m{2.5cm}
11849 \end_layout
11850
11851 \begin_layout Standard
11852 というLaTeX変数を指定しなくてはなりません。
11853 \end_layout
11854
11855 \begin_layout Subsection
11856 連結行
11857 \begin_inset CommandInset label
11858 LatexCommand label
11859 name "sub:連結行"
11860
11861 \end_inset
11862
11863
11864 \begin_inset Index idx
11865 status collapsed
11866
11867 \begin_layout Plain Layout
11868 れんけつぎょう@連結行
11869 \end_layout
11870
11871 \end_inset
11872
11873
11874 \begin_inset Index idx
11875 status collapsed
11876
11877 \begin_layout Plain Layout
11878 ひょう@表 ! れんけつぎょう@連結行
11879 \end_layout
11880
11881 \end_inset
11882
11883
11884 \end_layout
11885
11886 \begin_layout Standard
11887 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11888 \family sans
11889
11890 \begin_inset Info
11891 type  "icon"
11892 arg   "inset-modify tabular multirow"
11893 \end_inset
11894
11895
11896 \family default
11897 を押すか、メニュー
11898 \family sans
11899 編集\SpecialChar \menuseparator
11900 表\SpecialChar \menuseparator
11901 連結行
11902 \family default
11903 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11904 \family sans
11905 \SpecialChar \menuseparator
11906 連結行
11907 \family default
11908 を選んでください。
11909 \end_layout
11910
11911 \begin_layout Standard
11912 下記は一列目に連結列を適用した表の例です。
11913 \end_layout
11914
11915 \begin_layout Standard
11916 \align center
11917 \begin_inset Tabular
11918 <lyxtabular version="3" rows="3" columns="3">
11919 <features rotate="0" tabularvalignment="middle">
11920 <column alignment="center" valignment="top" width="0pt">
11921 <column alignment="center" valignment="top">
11922 <column alignment="center" valignment="top">
11923 <row>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 長いセル項目
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 </row>
11952 <row>
11953 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 連結列
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 </row>
11981 <row>
11982 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 </row>
12010 </lyxtabular>
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \begin_layout Standard
12018 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12019 \family sans
12020 垂直オフセット
12021 \family default
12022 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12023 \end_layout
12024
12025 \begin_layout Standard
12026 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12027 \end_layout
12028
12029 \begin_layout Standard
12030
12031 \series bold
12032
12033 \backslash
12034 renewcommand{
12035 \backslash
12036 multirowsetup}{
12037 \backslash
12038 centering}
12039 \end_layout
12040
12041 \begin_layout Standard
12042 というコマンドを使用して、コマンド
12043 \series bold
12044
12045 \backslash
12046 multirowsetup
12047 \series default
12048 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12049 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12050 \series bold
12051
12052 \backslash
12053 centering
12054 \series default
12055 の代わりに
12056 \series bold
12057
12058 \backslash
12059 raggedleft
12060 \series default
12061 を使用して下さい。左揃えに戻すには、
12062 \series bold
12063
12064 \backslash
12065 raggedright
12066 \series default
12067 とします。
12068 \end_layout
12069
12070 \begin_layout Standard
12071 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12072 \end_layout
12073
12074 \begin_layout Standard
12075 \noindent
12076 \align center
12077 \begin_inset ERT
12078 status collapsed
12079
12080 \begin_layout Plain Layout
12081
12082
12083 \backslash
12084 renewcommand{
12085 \backslash
12086 multirowsetup}{
12087 \backslash
12088 raggedleft}
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \begin_inset Tabular
12095 <lyxtabular version="3" rows="4" columns="3">
12096 <features rotate="0" tabularvalignment="middle">
12097 <column alignment="center" valignment="top" width="3cm">
12098 <column alignment="center" valignment="top">
12099 <column alignment="center" valignment="top">
12100 <row>
12101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 長いセル項目
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 </row>
12129 <row>
12130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 </row>
12158 <row>
12159 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 連結列
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 </row>
12187 <row>
12188 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 </row>
12216 </lyxtabular>
12217
12218 \end_inset
12219
12220
12221 \begin_inset ERT
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225
12226
12227 \backslash
12228 renewcommand{
12229 \backslash
12230 multirowsetup}{
12231 \backslash
12232 raggedright}
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \end_layout
12239
12240 \begin_layout Standard
12241 連結行で新しい行に移るには、強制改行(
12242 \begin_inset Flex Ruby
12243 status collapsed
12244
12245 \begin_layout Plain Layout
12246 捷径
12247 \begin_inset Argument post:1
12248 status collapsed
12249
12250 \begin_layout Plain Layout
12251 ショートカット
12252 \end_layout
12253
12254 \end_inset
12255
12256
12257 \end_layout
12258
12259 \end_inset
12260
12261
12262 \begin_inset Info
12263 type  "shortcut"
12264 arg   "newline-insert newline"
12265 \end_inset
12266
12267 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12268 \end_layout
12269
12270 \begin_layout Standard
12271 \noindent
12272 \align center
12273 \begin_inset Tabular
12274 <lyxtabular version="3" rows="3" columns="2">
12275 <features rotate="0" tabularvalignment="middle">
12276 <column alignment="left" valignment="middle" width="2cm">
12277 <column alignment="center" valignment="top">
12278 <row>
12279 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 いいい
12284 \begin_inset Newline newline
12285 \end_inset
12286
12287 いいい
12288 \begin_inset Newline newline
12289 \end_inset
12290
12291 おかしなセル
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 ははは
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 </row>
12306 <row>
12307 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Plain Layout
12320 ににに
12321 \end_layout
12322
12323 \end_inset
12324 </cell>
12325 </row>
12326 <row>
12327 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12328 \begin_inset Text
12329
12330 \begin_layout Plain Layout
12331 ろろろ
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12337 \begin_inset Text
12338
12339 \begin_layout Plain Layout
12340 ほほほ
12341 \end_layout
12342
12343 \end_inset
12344 </cell>
12345 </row>
12346 </lyxtabular>
12347
12348 \end_inset
12349
12350
12351 \end_layout
12352
12353 \begin_layout Standard
12354 したがって、強制改行を使うのは注意が必要です。
12355 \end_layout
12356
12357 \begin_layout Subsection
12358 対角線付きのセル
12359 \end_layout
12360
12361 \begin_layout Standard
12362 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12363 \series bold
12364 diagbox
12365 \series default
12366
12367 \begin_inset Index idx
12368 status collapsed
12369
12370 \begin_layout Plain Layout
12371 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12372 \end_layout
12373
12374 \end_inset
12375
12376 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12377 \series bold
12378
12379 \backslash
12380 diagbox
12381 \series default
12382 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 diagbox[オプション]{左下}{右上}
12391 \end_layout
12392
12393 \begin_layout Standard
12394
12395 \series bold
12396
12397 \backslash
12398 diagbox[オプション]{左下}{左上}{右上}
12399 \end_layout
12400
12401 \begin_layout Standard
12402 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12403 \end_layout
12404
12405 \begin_layout Standard
12406 \begin_inset ERT
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410
12411
12412 \backslash
12413 ifdiagbox
12414 \end_layout
12415
12416 \end_inset
12417
12418
12419 \begin_inset Note Note
12420 status open
12421
12422 \begin_layout Plain Layout
12423 この節は、LaTeXパッケージ
12424 \series bold
12425 diagbox
12426 \series default
12427 が導入済みの時のみ表示されます。
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \end_layout
12434
12435 \begin_layout Standard
12436 下記は、
12437 \series bold
12438
12439 \backslash
12440 diagbox
12441 \series default
12442 を第1セル中に2引数書式で使用した表の例です。
12443 \begin_inset VSpace medskip
12444 \end_inset
12445
12446
12447 \end_layout
12448
12449 \begin_layout Standard
12450 \noindent
12451 \begin_inset Tabular
12452 <lyxtabular version="3" rows="4" columns="4">
12453 <features rotate="0" tabularvalignment="middle">
12454 <column alignment="center" valignment="top">
12455 <column alignment="center" valignment="top">
12456 <column alignment="center" valignment="top">
12457 <column alignment="center" valignment="top">
12458 <row>
12459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 \begin_inset ERT
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467
12468
12469 \backslash
12470 diagbox{
12471 \end_layout
12472
12473 \end_inset
12474
12475 名称
12476 \begin_inset ERT
12477 status collapsed
12478
12479 \begin_layout Plain Layout
12480
12481 }{
12482 \end_layout
12483
12484 \end_inset
12485
12486 パラメータ
12487 \begin_inset ERT
12488 status collapsed
12489
12490 \begin_layout Plain Layout
12491
12492 }
12493 \end_layout
12494
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 厚み(nm)
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 透明度(%)
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 硬度(MPa)
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 </row>
12530 <row>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 Perfect Green
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 45
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 80
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 504
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 </row>
12568 <row>
12569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 Dark Multi-P
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 60
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 72
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 982
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 </row>
12606 <row>
12607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 Crystal Clear Pro
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 18
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 86
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 374
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 </row>
12644 </lyxtabular>
12645
12646 \end_inset
12647
12648
12649 \begin_inset VSpace medskip
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \begin_layout Standard
12656 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12657 \end_layout
12658
12659 \begin_layout Standard
12660 \noindent
12661 \align center
12662 \begin_inset Tabular
12663 <lyxtabular version="3" rows="4" columns="4">
12664 <features rotate="0" tabularvalignment="middle">
12665 <column alignment="center" valignment="top" width="0pt">
12666 <column alignment="center" valignment="top">
12667 <column alignment="center" valignment="top">
12668 <column alignment="center" valignment="top">
12669 <row>
12670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 \begin_inset ERT
12675 status collapsed
12676
12677 \begin_layout Plain Layout
12678
12679
12680 \backslash
12681 diagbox{
12682 \end_layout
12683
12684 \end_inset
12685
12686 ホームチーム
12687 \begin_inset ERT
12688 status collapsed
12689
12690 \begin_layout Plain Layout
12691
12692 }{
12693 \end_layout
12694
12695 \end_inset
12696
12697 結果
12698 \begin_inset ERT
12699 status collapsed
12700
12701 \begin_layout Plain Layout
12702
12703 }{
12704 \end_layout
12705
12706 \end_inset
12707
12708 アウェイチーム
12709 \begin_inset ERT
12710 status collapsed
12711
12712 \begin_layout Plain Layout
12713
12714 }
12715 \end_layout
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 Tigers
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 Panthers
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746 Falcons
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 </row>
12752 <row>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757 Tigers
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766 ---
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775 1:3
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 0:1
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 </row>
12790 <row>
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 Panthers
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 3:1
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 ---
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 0:0
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 </row>
12828 <row>
12829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 Falcons
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 1:0
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 0:0
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 ---
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 </row>
12866 </lyxtabular>
12867
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Standard
12874 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12875 \end_layout
12876
12877 \begin_layout Standard
12878 \noindent
12879 \align center
12880 \begin_inset Tabular
12881 <lyxtabular version="3" rows="5" columns="5">
12882 <features rotate="0" tabularvalignment="middle">
12883 <column alignment="center" valignment="top" width="0pt">
12884 <column alignment="center" valignment="top">
12885 <column alignment="center" valignment="top">
12886 <column alignment="center" valignment="top">
12887 <column alignment="center" valignment="top">
12888 <row>
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 \begin_inset ERT
12894 status open
12895
12896 \begin_layout Plain Layout
12897
12898
12899 \backslash
12900 diagbox{
12901 \end_layout
12902
12903 \end_inset
12904
12905 ホームチーム
12906 \begin_inset ERT
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910
12911 }{
12912 \end_layout
12913
12914 \end_inset
12915
12916 結果
12917 \begin_inset ERT
12918 status collapsed
12919
12920 \begin_layout Plain Layout
12921
12922 }{
12923 \end_layout
12924
12925 \end_inset
12926
12927 アウェイチーム
12928 \begin_inset ERT
12929 status collapsed
12930
12931 \begin_layout Plain Layout
12932
12933 }
12934 \end_layout
12935
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 Tigers
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 Panthers
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965 Falcons
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974 \begin_inset ERT
12975 status open
12976
12977 \begin_layout Plain Layout
12978
12979
12980 \backslash
12981 diagbox[dir=NE]{
12982 \end_layout
12983
12984 \end_inset
12985
12986 ホームチーム
12987 \begin_inset ERT
12988 status collapsed
12989
12990 \begin_layout Plain Layout
12991
12992 }{
12993 \end_layout
12994
12995 \end_inset
12996
12997 結果
12998 \begin_inset ERT
12999 status collapsed
13000
13001 \begin_layout Plain Layout
13002
13003 }{
13004 \end_layout
13005
13006 \end_inset
13007
13008 アウェイチーム
13009 \begin_inset ERT
13010 status collapsed
13011
13012 \begin_layout Plain Layout
13013
13014 }
13015 \end_layout
13016
13017 \end_inset
13018
13019
13020 \end_layout
13021
13022 \end_inset
13023 </cell>
13024 </row>
13025 <row>
13026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 Tigers
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 ---
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 1:3
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 0:1
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 Tigers
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 </row>
13072 <row>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 Panthers
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086 3:1
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 ---
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 0:0
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 Panthers
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 </row>
13119 <row>
13120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 Falcons
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 1:0
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 0:0
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 ---
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 Falcons
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 </row>
13166 <row>
13167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 \begin_inset ERT
13172 status open
13173
13174 \begin_layout Plain Layout
13175
13176
13177 \backslash
13178 diagbox[dir=SW]{
13179 \end_layout
13180
13181 \end_inset
13182
13183 ホームチーム
13184 \begin_inset ERT
13185 status collapsed
13186
13187 \begin_layout Plain Layout
13188
13189 }{
13190 \end_layout
13191
13192 \end_inset
13193
13194 結果
13195 \begin_inset ERT
13196 status collapsed
13197
13198 \begin_layout Plain Layout
13199
13200 }{
13201 \end_layout
13202
13203 \end_inset
13204
13205 アウェイチーム
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211 }
13212 \end_layout
13213
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 Tigers
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 Panthers
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 Falcons
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 \begin_inset ERT
13253 status open
13254
13255 \begin_layout Plain Layout
13256
13257
13258 \backslash
13259 diagbox[dir=SE]{
13260 \end_layout
13261
13262 \end_inset
13263
13264 ホームチーム
13265 \begin_inset ERT
13266 status collapsed
13267
13268 \begin_layout Plain Layout
13269
13270 }{
13271 \end_layout
13272
13273 \end_inset
13274
13275 結果
13276 \begin_inset ERT
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280
13281 }{
13282 \end_layout
13283
13284 \end_inset
13285
13286 アウェイチーム
13287 \begin_inset ERT
13288 status collapsed
13289
13290 \begin_layout Plain Layout
13291
13292 }
13293 \end_layout
13294
13295 \end_inset
13296
13297
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 </row>
13303 </lyxtabular>
13304
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \begin_layout Standard
13311 対角線を廻すために、コマンドオプションとして
13312 \series bold
13313 dir=方角
13314 \series default
13315 を使用しています。
13316 \emph on
13317 方角
13318 \emph default
13319 は、
13320 \series bold
13321 NE
13322 \series default
13323
13324 \series bold
13325 DE
13326 \series default
13327
13328 \series bold
13329 SW
13330 \series default
13331
13332 \series bold
13333 NW
13334 \series default
13335 のいずれかで、コンパスでの位置を示します。例えば、
13336 \series bold
13337 SW
13338 \series default
13339 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13340 \end_layout
13341
13342 \begin_layout Standard
13343
13344 \series bold
13345
13346 \backslash
13347 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13348 \end_layout
13349
13350 \begin_layout Standard
13351 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13352 \end_layout
13353
13354 \begin_layout Standard
13355 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13356 います。
13357 \end_layout
13358
13359 \begin_layout Standard
13360 \noindent
13361 \align center
13362 \begin_inset Tabular
13363 <lyxtabular version="3" rows="2" columns="2">
13364 <features rotate="0" tabularvalignment="middle">
13365 <column alignment="center" valignment="top" width="3cm">
13366 <column alignment="center" valignment="top">
13367 <row>
13368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 \begin_inset ERT
13373 status collapsed
13374
13375 \begin_layout Plain Layout
13376
13377
13378 \backslash
13379 diagbox{
13380 \end_layout
13381
13382 \end_inset
13383
13384 名称
13385 \begin_inset ERT
13386 status collapsed
13387
13388 \begin_layout Plain Layout
13389
13390 }{
13391 \end_layout
13392
13393 \end_inset
13394
13395 パラメータ
13396 \begin_inset ERT
13397 status collapsed
13398
13399 \begin_layout Plain Layout
13400
13401 }
13402 \end_layout
13403
13404 \end_inset
13405
13406
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 厚み(nm)
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 </row>
13421 <row>
13422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 Perfect Green
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 45
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 </row>
13441 </lyxtabular>
13442
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \begin_layout Standard
13449 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13450 \series bold
13451 width=3cm
13452 \series default
13453  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13454 \begin_inset space \thinspace{}
13455 \end_inset
13456
13457 cmに設定してあります。
13458 \series bold
13459
13460 \backslash
13461 diagbox
13462 \series default
13463 全体の幅は、本文幅(この場合は4
13464 \begin_inset space \thinspace{}
13465 \end_inset
13466
13467 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13468 \series bold
13469
13470 \backslash
13471 diagbox
13472 \series default
13473 には4
13474 \begin_inset space \thinspace{}
13475 \end_inset
13476
13477 cm + 2
13478 \begin_inset space \thinspace{}
13479 \end_inset
13480
13481
13482 \backslash
13483 tabcolsepの幅が必要です。幅の計算は、
13484 \series bold
13485
13486 \backslash
13487 diagbox
13488 \series default
13489 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13490 \end_layout
13491
13492 \begin_layout Standard
13493
13494 \series bold
13495
13496 \backslash
13497 newlength{
13498 \backslash
13499 diagtest}
13500 \begin_inset Newline newline
13501 \end_inset
13502
13503
13504 \backslash
13505 setlength{
13506 \backslash
13507 diagtest}{4cm+2
13508 \backslash
13509 tabcolsep}
13510 \end_layout
13511
13512 \begin_layout Standard
13513 \begin_inset ERT
13514 status collapsed
13515
13516 \begin_layout Plain Layout
13517
13518
13519 \backslash
13520 newlength{
13521 \backslash
13522 diagtest}
13523 \end_layout
13524
13525 \begin_layout Plain Layout
13526
13527
13528 \backslash
13529 setlength{
13530 \backslash
13531 diagtest}{4cm+2
13532 \backslash
13533 tabcolsep}
13534 \end_layout
13535
13536 \end_inset
13537
13538
13539 \end_layout
13540
13541 \begin_layout Standard
13542 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13543 \series bold
13544 calc
13545 \series default
13546
13547 \begin_inset Index idx
13548 status collapsed
13549
13550 \begin_layout Plain Layout
13551 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13552 \end_layout
13553
13554 \end_inset
13555
13556 パッケージを読み込んでおく必要があります。
13557 \end_layout
13558
13559 \begin_layout Standard
13560 さて、この表の第1セルで
13561 \end_layout
13562
13563 \begin_layout Standard
13564
13565 \series bold
13566
13567 \backslash
13568 diagbox[width=
13569 \backslash
13570 diagtest]{A}{B}
13571 \end_layout
13572
13573 \begin_layout Standard
13574 というコマンドを使用します。
13575 \end_layout
13576
13577 \begin_layout Standard
13578 \noindent
13579 \align center
13580 \begin_inset Tabular
13581 <lyxtabular version="3" rows="2" columns="2">
13582 <features rotate="0" tabularvalignment="middle">
13583 <column alignment="center" valignment="top" width="4cm">
13584 <column alignment="center" valignment="top">
13585 <row>
13586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 \begin_inset ERT
13591 status open
13592
13593 \begin_layout Plain Layout
13594
13595
13596 \backslash
13597 diagbox[width=
13598 \backslash
13599 diagtest]{
13600 \end_layout
13601
13602 \end_inset
13603
13604 A
13605 \begin_inset ERT
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609
13610 }{
13611 \end_layout
13612
13613 \end_inset
13614
13615 B
13616 \begin_inset ERT
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620
13621 }
13622 \end_layout
13623
13624 \end_inset
13625
13626
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 厚み (nm)
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 </row>
13641 <row>
13642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 Perfect Green
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 45
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 </row>
13661 </lyxtabular>
13662
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \begin_layout Standard
13669 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13670 \end_layout
13671
13672 \begin_layout Standard
13673 \noindent
13674 \align center
13675 \begin_inset Tabular
13676 <lyxtabular version="3" rows="2" columns="2">
13677 <features rotate="0" tabularvalignment="middle">
13678 <column alignment="center" valignment="top" width="0pt">
13679 <column alignment="center" valignment="top">
13680 <row>
13681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 \begin_inset ERT
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689
13690
13691 \backslash
13692 diagbox{
13693 \end_layout
13694
13695 \end_inset
13696
13697 A
13698 \begin_inset ERT
13699 status collapsed
13700
13701 \begin_layout Plain Layout
13702
13703 }{
13704 \end_layout
13705
13706 \end_inset
13707
13708 B
13709 \begin_inset ERT
13710 status collapsed
13711
13712 \begin_layout Plain Layout
13713
13714 }
13715 \end_layout
13716
13717 \end_inset
13718
13719
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 厚み (nm)
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 </row>
13734 <row>
13735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 Perfect Green
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 45
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 </row>
13754 </lyxtabular>
13755
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \begin_layout Standard
13762 このような場合には、
13763 \series bold
13764
13765 \backslash
13766 diagbox
13767 \series default
13768 コマンドの
13769 \series bold
13770 width
13771 \series default
13772 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13773 \backslash
13774 tabcolsepを足す必要はなくなります。下記の表では、3
13775 \begin_inset space \thinspace{}
13776 \end_inset
13777
13778 cm幅を使用しています。
13779 \end_layout
13780
13781 \begin_layout Standard
13782 \noindent
13783 \align center
13784 \begin_inset Tabular
13785 <lyxtabular version="3" rows="2" columns="2">
13786 <features rotate="0" tabularvalignment="middle">
13787 <column alignment="center" valignment="top" width="0pt">
13788 <column alignment="center" valignment="top">
13789 <row>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 \begin_inset ERT
13795 status open
13796
13797 \begin_layout Plain Layout
13798
13799
13800 \backslash
13801 diagbox[width=3cm]{
13802 \end_layout
13803
13804 \end_inset
13805
13806 A
13807 \begin_inset ERT
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811
13812 }{
13813 \end_layout
13814
13815 \end_inset
13816
13817 B
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823 }
13824 \end_layout
13825
13826 \end_inset
13827
13828
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 厚み (nm)
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 </row>
13843 <row>
13844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 Perfect Green
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 45
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 </lyxtabular>
13864
13865 \end_inset
13866
13867
13868 \end_layout
13869
13870 \begin_layout Standard
13871 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13872 \series bold
13873
13874 \backslash
13875 diagbox
13876 \series default
13877 にオプション
13878 \series bold
13879 height=3cm
13880 \series default
13881 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13882 \end_layout
13883
13884 \begin_layout Standard
13885
13886 \series bold
13887
13888 \backslash
13889 diagbox[width=3cm,height=1.4cm]{A
13890 \backslash
13891
13892 \backslash
13893 B}{C
13894 \backslash
13895
13896 \backslash
13897 D}
13898 \end_layout
13899
13900 \begin_layout Standard
13901 というコマンドを使用しています。ここでコマンド
13902 \series bold
13903
13904 \backslash
13905
13906 \backslash
13907
13908 \series default
13909 は改行をするためのものです
13910 \begin_inset Foot
13911 status collapsed
13912
13913 \begin_layout Plain Layout
13914
13915 \family sans
13916 Ctrl+Return
13917 \family default
13918 を使っての改行は、列が固定幅の時のみ、使用することができます。
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927 \noindent
13928 \align center
13929 \begin_inset Tabular
13930 <lyxtabular version="3" rows="2" columns="2">
13931 <features rotate="0" tabularvalignment="middle">
13932 <column alignment="center" valignment="top">
13933 <column alignment="center" valignment="top">
13934 <row>
13935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 \begin_inset ERT
13940 status open
13941
13942 \begin_layout Plain Layout
13943
13944
13945 \backslash
13946 diagbox[width=3cm,height=1.4cm]{
13947 \end_layout
13948
13949 \end_inset
13950
13951 A
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957
13958 \backslash
13959
13960 \backslash
13961
13962 \end_layout
13963
13964 \end_inset
13965
13966 B
13967 \begin_inset ERT
13968 status collapsed
13969
13970 \begin_layout Plain Layout
13971
13972 }{
13973 \end_layout
13974
13975 \end_inset
13976
13977 C
13978 \begin_inset ERT
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982
13983
13984 \backslash
13985
13986 \backslash
13987
13988 \end_layout
13989
13990 \end_inset
13991
13992 D
13993 \begin_inset ERT
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997
13998 }
13999 \end_layout
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Plain Layout
14012 厚み (nm)
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 </row>
14018 <row>
14019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 Perfect Green
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 45
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 </row>
14038 </lyxtabular>
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046 \begin_inset ERT
14047 status collapsed
14048
14049 \begin_layout Plain Layout
14050
14051
14052 \backslash
14053 else
14054 \end_layout
14055
14056 \end_inset
14057
14058
14059 \begin_inset Note Note
14060 status open
14061
14062 \begin_layout Plain Layout
14063 以下は、LaTeXパッケージ
14064 \series bold
14065 diagbox
14066 \series default
14067 が導入済みでないときに表示されます。
14068 \end_layout
14069
14070 \end_inset
14071
14072
14073 \end_layout
14074
14075 \begin_layout Standard
14076 本節の内容を出力に表示するためには、
14077 \series bold
14078 diagbox
14079 \series default
14080 パッケージを導入しなくてはなりません。
14081 \end_layout
14082
14083 \begin_layout Standard
14084 \begin_inset ERT
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088
14089
14090 \backslash
14091 fi
14092 \end_layout
14093
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \begin_layout Standard
14100 LaTeXパッケージ
14101 \series bold
14102 diagbox
14103 \series default
14104 についての詳しい情報は、取扱説明書
14105 \begin_inset CommandInset citation
14106 LatexCommand cite
14107 key "diagbox"
14108
14109 \end_inset
14110
14111 をご覧ください。
14112 \end_layout
14113
14114 \begin_layout Section
14115 フォーマル形式の表
14116 \begin_inset CommandInset label
14117 LatexCommand label
14118 name "sec:フォーマル形式の表"
14119
14120 \end_inset
14121
14122
14123 \begin_inset Index idx
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14128 \end_layout
14129
14130 \end_inset
14131
14132
14133 \end_layout
14134
14135 \begin_layout Standard
14136 書籍中の表は、よく表
14137 \begin_inset CommandInset ref
14138 LatexCommand ref
14139 reference "tab:ブックタブ表の例"
14140
14141 \end_inset
14142
14143 のように組版されます。この種の表は、「
14144 \emph on
14145 フォーマル形式
14146 \emph default
14147 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14148 \end_layout
14149
14150 \begin_layout Standard
14151 \begin_inset Float table
14152 placement h
14153 wide false
14154 sideways false
14155 status open
14156
14157 \begin_layout Plain Layout
14158 \begin_inset Caption Standard
14159
14160 \begin_layout Plain Layout
14161 \begin_inset CommandInset label
14162 LatexCommand label
14163 name "tab:ブックタブ表の例"
14164
14165 \end_inset
14166
14167 ブックタブ表の例
14168 \end_layout
14169
14170 \end_inset
14171
14172
14173 \end_layout
14174
14175 \begin_layout Plain Layout
14176 \align center
14177 \begin_inset Tabular
14178 <lyxtabular version="3" rows="8" columns="4">
14179 <features rotate="0" booktabs="true" tabularvalignment="middle">
14180 <column alignment="center" valignment="top">
14181 <column alignment="center" valignment="top">
14182 <column alignment="center" valignment="top">
14183 <column alignment="center" valignment="top">
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 システム
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 Medipix
14199 \begin_inset space \thinspace{}
14200 \end_inset
14201
14202 1
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 Medipix
14212 \begin_inset space \thinspace{}
14213 \end_inset
14214
14215 2
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 </row>
14230 <row>
14231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 \begin_inset ERT
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239
14240
14241 \backslash
14242 cmidrule(r){2-2}
14243 \end_layout
14244
14245 \end_inset
14246
14247
14248 \begin_inset ERT
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252
14253
14254 \backslash
14255 cmidrule(l){3-4}
14256 \end_layout
14257
14258 \end_inset
14259
14260 検知器の厚み [
14261 \begin_inset Formula $\mu m$
14262 \end_inset
14263
14264 ]
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 300
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 300
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 700
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 <row>
14298 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 エッジ角 [度]
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 3.55
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 2.71
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 7.99
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 </row>
14335 <row topspace="default">
14336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 空間分解能 [
14341 \begin_inset Formula $\mu m$
14342 \end_inset
14343
14344 ]
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 4.26
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 <cell alignment="center" valignment="top" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 10.17
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell alignment="center" valignment="top" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 10.56
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 </row>
14377 <row topspace="default">
14378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382 \begin_inset Formula $f_{\mathrm{max}}$
14383 \end_inset
14384
14385 におけるMTF
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 <cell alignment="center" valignment="top" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Plain Layout
14394 0.53
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 0.37
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 0.39
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 </row>
14418 <row topspace="default">
14419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Plain Layout
14423 \begin_inset ERT
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427
14428
14429 \backslash
14430 cmidrule(l{10pt}){1-1}
14431 \end_layout
14432
14433 \end_inset
14434
14435 LSF空間分解能
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 <row>
14469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 \begin_inset Formula $\mu m$
14474 \end_inset
14475
14476 表示
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 129.7
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 52.75
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 50.78
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 </row>
14509 <row>
14510 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 ピクセルサイズに対する%表示
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 76.3
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 95.9
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 92.3
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 </row>
14547 </lyxtabular>
14548
14549 \end_inset
14550
14551
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \begin_layout Standard
14560 表中の行に余白を加えるには、第
14561 \begin_inset CommandInset ref
14562 LatexCommand ref
14563 reference "sub:行の余白取り"
14564
14565 \end_inset
14566
14567 節に述べられているように、表の設定ダイアログの
14568 \family sans
14569 罫線
14570 \family default
14571 タブを使用します。
14572 \end_layout
14573
14574 \begin_layout Standard
14575 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14576 \begin_inset Newline newline
14577 \end_inset
14578
14579 最初と最後の表罫線の既定幅は0.08
14580 \begin_inset space \thinspace{}
14581 \end_inset
14582
14583 emですが、他の罫線の既定幅は0.05
14584 \begin_inset space \thinspace{}
14585 \end_inset
14586
14587 emです。
14588 \end_layout
14589
14590 \begin_layout Standard
14591 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14592 \end_layout
14593
14594 \begin_layout Standard
14595
14596 \series bold
14597
14598 \backslash
14599 let
14600 \backslash
14601 mytoprule
14602 \backslash
14603 toprule
14604 \begin_inset Newline newline
14605 \end_inset
14606
14607
14608 \backslash
14609 renewcommand{
14610 \backslash
14611 toprule}{
14612 \backslash
14613 mytoprule[幅]}
14614 \end_layout
14615
14616 \begin_layout Standard
14617 上の例は、
14618 \series bold
14619 toprule
14620 \series default
14621 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14622 \series bold
14623 toprule
14624 \series default
14625
14626 \series bold
14627 bottomrule
14628 \series default
14629 に置き換えて下さい。他の罫線の線幅を変更するには、
14630 \series bold
14631 toprule
14632 \series default
14633
14634 \series bold
14635 midrule
14636 \series default
14637 に置き換えます。線幅を設定する上では、付録
14638 \begin_inset CommandInset ref
14639 LatexCommand ref
14640 reference "cha:LyXで使用できる単位"
14641
14642 \end_inset
14643
14644 に挙げてあるすべての単位を使用することができます。
14645 \end_layout
14646
14647 \begin_layout Standard
14648 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14649 \series bold
14650
14651 \backslash
14652 cmidrule
14653 \series default
14654 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14655 \end_layout
14656
14657 \begin_layout Standard
14658
14659 \series bold
14660
14661 \backslash
14662 cmidrule[幅](刈込){開始列-終了列}
14663 \end_layout
14664
14665 \begin_layout Standard
14666 です。
14667 \series bold
14668
14669 \backslash
14670 cmidrule
14671 \series default
14672 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14673 \series bold
14674
14675 \backslash
14676 cmidrule
14677 \series default
14678 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683 この線幅の既定値は0.03
14684 \begin_inset space \thinspace{}
14685 \end_inset
14686
14687 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14688 。非必須パラメーターの「刈込」は、
14689 \emph on
14690 l{刈込幅}
14691 \emph default
14692 あるいは
14693 \emph on
14694 r{刈込幅}
14695 \emph default
14696 の値を取り、刈込幅の指定は非必須です。たとえば、
14697 \emph on
14698 l{2pt}
14699 \emph default
14700 というパラメーターを使うと、罫線が左端から2
14701 \begin_inset space \thinspace{}
14702 \end_inset
14703
14704 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14705 \begin_inset space \thinspace{}
14706 \end_inset
14707
14708 emだけ刈り込まれます。
14709 \end_layout
14710
14711 \begin_layout Standard
14712 \begin_inset VSpace bigskip
14713 \end_inset
14714
14715
14716 \begin_inset CommandInset ref
14717 LatexCommand ref
14718 reference "tab:ブックタブ表の例"
14719
14720 \end_inset
14721
14722 は、
14723 \end_layout
14724
14725 \begin_layout Standard
14726
14727 \series bold
14728
14729 \backslash
14730 cmidrule(r){2-2}
14731 \backslash
14732 cmidrule(l){3-4}
14733 \end_layout
14734
14735 \begin_layout Standard
14736 というコマンドを第二行の初めに使用し、
14737 \end_layout
14738
14739 \begin_layout Standard
14740
14741 \series bold
14742
14743 \backslash
14744 cmidrule(l{10pt}){1-1}
14745 \end_layout
14746
14747 \begin_layout Standard
14748 を第六行に使用して作成されています。
14749 \end_layout
14750
14751 \begin_layout Standard
14752 \begin_inset VSpace bigskip
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \begin_layout Standard
14759 ときには、表
14760 \begin_inset CommandInset ref
14761 LatexCommand ref
14762 reference "tab:特殊なブックタブ表"
14763
14764 \end_inset
14765
14766 のような重なり合った
14767 \series bold
14768
14769 \backslash
14770 cmidrule
14771 \series default
14772 が欲しいことがあるかもしれません。これは、TeXコードで
14773 \end_layout
14774
14775 \begin_layout Standard
14776
14777 \series bold
14778
14779 \backslash
14780 morecmidrules
14781 \end_layout
14782
14783 \begin_layout Standard
14784 コマンドを使用することによって実現することができます。表
14785 \begin_inset CommandInset ref
14786 LatexCommand ref
14787 reference "tab:特殊なブックタブ表"
14788
14789 \end_inset
14790
14791 の第二列には
14792 \end_layout
14793
14794 \begin_layout Standard
14795
14796 \series bold
14797
14798 \backslash
14799 cmidrule(r){2-2}
14800 \backslash
14801 cmidrule(l){3-4}
14802 \backslash
14803 morecmidrules
14804 \backslash
14805 cmidrule{2-4}
14806 \end_layout
14807
14808 \begin_layout Standard
14809 というコマンドが使用されており、第六列には
14810 \end_layout
14811
14812 \begin_layout Standard
14813
14814 \series bold
14815
14816 \backslash
14817 midrule
14818 \backslash
14819 morecmidrules
14820 \backslash
14821 cmidrule{3-4}
14822 \end_layout
14823
14824 \begin_layout Standard
14825 というコマンドが使用されています。
14826 \end_layout
14827
14828 \begin_layout Standard
14829 \begin_inset VSpace bigskip
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \begin_layout Standard
14836 罫線の余白取りにどうしても満足が行かない場合には、
14837 \end_layout
14838
14839 \begin_layout Standard
14840
14841 \series bold
14842
14843 \backslash
14844 specialrule{幅}{上余白}{下余白}
14845 \end_layout
14846
14847 \begin_layout Standard
14848 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14849 \series bold
14850 booktabs
14851 \series default
14852  
14853 \begin_inset CommandInset citation
14854 LatexCommand cite
14855 key "booktabs"
14856
14857 \end_inset
14858
14859
14860 \begin_inset Index idx
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14865 \end_layout
14866
14867 \end_inset
14868
14869 の取扱説明書をご参照下さい。
14870 \end_layout
14871
14872 \begin_layout Standard
14873 \begin_inset Float table
14874 placement h
14875 wide false
14876 sideways false
14877 status open
14878
14879 \begin_layout Plain Layout
14880 \begin_inset Caption Standard
14881
14882 \begin_layout Plain Layout
14883 \begin_inset CommandInset label
14884 LatexCommand label
14885 name "tab:特殊なブックタブ表"
14886
14887 \end_inset
14888
14889 特殊なブックタブ表
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Plain Layout
14898 \align center
14899 \begin_inset Tabular
14900 <lyxtabular version="3" rows="8" columns="4">
14901 <features rotate="0" booktabs="true" tabularvalignment="middle">
14902 <column alignment="center" valignment="top">
14903 <column alignment="center" valignment="top">
14904 <column alignment="center" valignment="top">
14905 <column alignment="center" valignment="top">
14906 <row>
14907 <cell alignment="center" valignment="top" topline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911 システム
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 Medipix
14921 \begin_inset space \thinspace{}
14922 \end_inset
14923
14924 1
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 Medipix
14934 \begin_inset space \thinspace{}
14935 \end_inset
14936
14937 2
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 </row>
14952 <row>
14953 <cell alignment="center" valignment="top" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 \begin_inset ERT
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961
14962
14963 \backslash
14964 cmidrule(r){2-2}
14965 \end_layout
14966
14967 \end_inset
14968
14969
14970 \begin_inset ERT
14971 status collapsed
14972
14973 \begin_layout Plain Layout
14974
14975
14976 \backslash
14977 cmidrule(l){3-4}
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \begin_inset ERT
14984 status collapsed
14985
14986 \begin_layout Plain Layout
14987
14988
14989 \backslash
14990 morecmidrules 
14991 \end_layout
14992
14993 \end_inset
14994
14995
14996 \begin_inset ERT
14997 status collapsed
14998
14999 \begin_layout Plain Layout
15000
15001
15002 \backslash
15003 cmidrule{2-4}
15004 \end_layout
15005
15006 \end_inset
15007
15008 検知器の厚み [
15009 \begin_inset Formula $\mu m$
15010 \end_inset
15011
15012 ]
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 300
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 300
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 700
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row>
15046 <cell alignment="center" valignment="top" topline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 エッジ角 [度]
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 3.55
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" topline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 2.71
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 7.99
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row topspace="default">
15084 <cell alignment="center" valignment="top" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 空間分解能 [
15089 \begin_inset Formula $\mu m$
15090 \end_inset
15091
15092 ]
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 4.26
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 10.17
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 10.56
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 <row topspace="default">
15126 <cell alignment="center" valignment="top" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 \begin_inset Formula $f_{\mathrm{max}}$
15131 \end_inset
15132
15133 におけるMTF
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 0.53
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 0.37
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 0.39
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 </row>
15166 <row>
15167 <cell alignment="center" valignment="top" topline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 \begin_inset ERT
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175
15176
15177 \backslash
15178 morecmidrules 
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \begin_inset ERT
15185 status collapsed
15186
15187 \begin_layout Plain Layout
15188
15189
15190 \backslash
15191 cmidrule{3-4}
15192 \end_layout
15193
15194 \end_inset
15195
15196 LSF空間分解能
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" topline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 </row>
15229 <row>
15230 <cell alignment="center" valignment="top" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234 \begin_inset Formula $\mu m$
15235 \end_inset
15236
15237 表示
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 129.7
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 52.75
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264 50.78
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 </row>
15270 <row>
15271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 ピクセルサイズに対する%表示
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 76.3
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 95.9
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302 92.3
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 </row>
15308 </lyxtabular>
15309
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \begin_layout Section
15321 表の垂直揃え
15322 \begin_inset Index idx
15323 status collapsed
15324
15325 \begin_layout Plain Layout
15326 ひょう@表 ! そろえ@揃え
15327 \end_layout
15328
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \begin_layout Standard
15335 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15336 \begin_inset CommandInset ref
15337 LatexCommand ref
15338 reference "sec:ボックスダイアログ"
15339
15340 \end_inset
15341
15342 節に述べられているように、ボックスの垂直揃えを行います。
15343 \end_layout
15344
15345 \begin_layout Standard
15346 以下の例では、各表は15
15347 \begin_inset space \thinspace{}
15348 \end_inset
15349
15350 列幅%を持つminipage
15351 \begin_inset Foot
15352 status collapsed
15353
15354 \begin_layout Plain Layout
15355 minipageは第
15356 \begin_inset CommandInset ref
15357 LatexCommand ref
15358 reference "sec:ミニページ"
15359
15360 \end_inset
15361
15362 節で説明されています。
15363 \end_layout
15364
15365 \end_inset
15366
15367 ボックスの中に入れてあります。
15368 \end_layout
15369
15370 \begin_layout Itemize
15371 動作試験 
15372 \begin_inset Box Frameless
15373 position "t"
15374 hor_pos "c"
15375 has_inner_box 1
15376 inner_pos "c"
15377 use_parbox 0
15378 use_makebox 0
15379 width "15col%"
15380 special "none"
15381 height "1in"
15382 height_special "totalheight"
15383 status collapsed
15384
15385 \begin_layout Plain Layout
15386 \begin_inset Tabular
15387 <lyxtabular version="3" rows="3" columns="3">
15388 <features rotate="0" tabularvalignment="middle">
15389 <column alignment="center" valignment="top">
15390 <column alignment="center" valignment="top">
15391 <column alignment="center" valignment="top">
15392 <row>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15432 \begin_inset Text
15433
15434 \begin_layout Plain Layout
15435
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 </row>
15450 <row>
15451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 </row>
15479 </lyxtabular>
15480
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487
15488  動作試験 
15489 \begin_inset ERT
15490 status collapsed
15491
15492 \begin_layout Plain Layout
15493
15494
15495 \backslash
15496 raisebox{0.85
15497 \backslash
15498 baselineskip}{
15499 \end_layout
15500
15501 \end_inset
15502
15503
15504 \begin_inset Box Frameless
15505 position "t"
15506 hor_pos "c"
15507 has_inner_box 1
15508 inner_pos "c"
15509 use_parbox 0
15510 use_makebox 0
15511 width "15col%"
15512 special "none"
15513 height "1in"
15514 height_special "totalheight"
15515 status collapsed
15516
15517 \begin_layout Plain Layout
15518 \begin_inset Tabular
15519 <lyxtabular version="3" rows="3" columns="3">
15520 <features rotate="0" tabularvalignment="middle">
15521 <column alignment="center" valignment="top">
15522 <column alignment="center" valignment="top">
15523 <column alignment="center" valignment="top">
15524 <row>
15525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 </row>
15553 <row>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 </row>
15582 <row>
15583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 </lyxtabular>
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \end_inset
15619
15620
15621 \begin_inset ERT
15622 status collapsed
15623
15624 \begin_layout Plain Layout
15625
15626 }
15627 \end_layout
15628
15629 \end_inset
15630
15631
15632 \end_layout
15633
15634 \begin_layout Itemize
15635 動作試験 
15636 \begin_inset Box Frameless
15637 position "c"
15638 hor_pos "c"
15639 has_inner_box 1
15640 inner_pos "c"
15641 use_parbox 0
15642 use_makebox 0
15643 width "15col%"
15644 special "none"
15645 height "1in"
15646 height_special "totalheight"
15647 status collapsed
15648
15649 \begin_layout Plain Layout
15650 \begin_inset Tabular
15651 <lyxtabular version="3" rows="3" columns="3">
15652 <features rotate="0" tabularvalignment="middle">
15653 <column alignment="center" valignment="top">
15654 <column alignment="center" valignment="top">
15655 <column alignment="center" valignment="top">
15656 <row>
15657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row>
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 </row>
15714 <row>
15715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 </row>
15743 </lyxtabular>
15744
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \end_inset
15751
15752
15753 \end_layout
15754
15755 \begin_layout Itemize
15756 動作試験 
15757 \begin_inset Box Frameless
15758 position "b"
15759 hor_pos "c"
15760 has_inner_box 1
15761 inner_pos "c"
15762 use_parbox 0
15763 use_makebox 0
15764 width "15col%"
15765 special "none"
15766 height "1in"
15767 height_special "totalheight"
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771 \begin_inset Tabular
15772 <lyxtabular version="3" rows="3" columns="3">
15773 <features rotate="0" tabularvalignment="middle">
15774 <column alignment="center" valignment="top">
15775 <column alignment="center" valignment="top">
15776 <column alignment="center" valignment="top">
15777 <row>
15778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 </row>
15806 <row>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 </row>
15864 </lyxtabular>
15865
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \end_inset
15872
15873  動作試験 
15874 \begin_inset ERT
15875 status collapsed
15876
15877 \begin_layout Plain Layout
15878
15879
15880 \backslash
15881 raisebox{-0.32
15882 \backslash
15883 baselineskip}{
15884 \end_layout
15885
15886 \end_inset
15887
15888
15889 \begin_inset Box Frameless
15890 position "b"
15891 hor_pos "c"
15892 has_inner_box 1
15893 inner_pos "c"
15894 use_parbox 0
15895 use_makebox 0
15896 width "15col%"
15897 special "none"
15898 height "1in"
15899 height_special "totalheight"
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903 \begin_inset Tabular
15904 <lyxtabular version="3" rows="3" columns="3">
15905 <features rotate="0" tabularvalignment="middle">
15906 <column alignment="center" valignment="top">
15907 <column alignment="center" valignment="top">
15908 <column alignment="center" valignment="top">
15909 <row>
15910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 </row>
15938 <row>
15939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 <row>
15968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 </lyxtabular>
15997
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \begin_inset ERT
16007 status collapsed
16008
16009 \begin_layout Plain Layout
16010
16011 }
16012 \end_layout
16013
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \begin_layout Standard
16020 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16021 \begin_inset Foot
16022 status collapsed
16023
16024 \begin_layout Plain Layout
16025 raiseboxは、第
16026 \begin_inset CommandInset ref
16027 LatexCommand ref
16028 reference "sub:垂直揃え"
16029
16030 \end_inset
16031
16032 節で説明されています。
16033 \end_layout
16034
16035 \end_inset
16036
16037 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16038 \end_layout
16039
16040 \begin_layout Standard
16041
16042 \series bold
16043
16044 \backslash
16045 raisebox{0.85
16046 \backslash
16047 baselineskip}{
16048 \end_layout
16049
16050 \begin_layout Standard
16051 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16052 \series bold
16053 }
16054 \series default
16055 をTeXコードとして挿入してあります。最後の項目の第二表には、
16056 \end_layout
16057
16058 \begin_layout Standard
16059
16060 \series bold
16061
16062 \backslash
16063 raisebox{-0.32
16064 \backslash
16065 baselineskip}{
16066 \end_layout
16067
16068 \begin_layout Standard
16069 というコマンドを使用しています。
16070 \end_layout
16071
16072 \begin_layout Standard
16073 \begin_inset Note Greyedout
16074 status open
16075
16076 \begin_layout Plain Layout
16077
16078 \series bold
16079 【註】
16080 \series default
16081 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16082 \series bold
16083
16084 \backslash
16085 raisebox
16086 \series default
16087 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16088 \end_layout
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \begin_layout Section
16096 色付きの表
16097 \begin_inset CommandInset label
16098 LatexCommand label
16099 name "sec:色付きの表"
16100
16101 \end_inset
16102
16103
16104 \begin_inset Index idx
16105 status collapsed
16106
16107 \begin_layout Plain Layout
16108 ひょう@表 ! いろつき@色付き
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \begin_layout Subsection
16117 色付きのセル
16118 \begin_inset Index idx
16119 status collapsed
16120
16121 \begin_layout Plain Layout
16122 ひょうのいろ@表の色 ! せるぶ@セル部
16123 \end_layout
16124
16125 \end_inset
16126
16127
16128 \begin_inset Index idx
16129 status collapsed
16130
16131 \begin_layout Plain Layout
16132 いろつき@色付き ! ひょうせるぶ@表セル部
16133 \end_layout
16134
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \begin_layout Standard
16141 \begin_inset Float table
16142 placement h
16143 wide false
16144 sideways false
16145 status open
16146
16147 \begin_layout Plain Layout
16148 \begin_inset Caption Standard
16149
16150 \begin_layout Plain Layout
16151 \begin_inset CommandInset label
16152 LatexCommand label
16153 name "tab:colortblなしの表"
16154
16155 \end_inset
16156
16157
16158 \series bold
16159 colortbl
16160 \series default
16161 パッケージを使用しない色付き表
16162 \begin_inset Argument 1
16163 status collapsed
16164
16165 \begin_layout Plain Layout
16166 colortblなしの表
16167 \end_layout
16168
16169 \end_inset
16170
16171
16172 \end_layout
16173
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \begin_layout Plain Layout
16180 \align center
16181 \begin_inset Tabular
16182 <lyxtabular version="3" rows="3" columns="3">
16183 <features rotate="0" tabularvalignment="middle">
16184 <column alignment="center" valignment="top">
16185 <column alignment="center" valignment="top">
16186 <column alignment="center" valignment="top">
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192
16193 \color green
16194
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203
16204 \color red
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214
16215 \color red
16216
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 </row>
16222 <row>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227
16228 \color green
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \color blue
16240
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249
16250 \color blue
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 </row>
16257 <row>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262
16263 \color green
16264
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273
16274 \color blue
16275
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284
16285 \color blue
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 </row>
16292 </lyxtabular>
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \begin_layout Standard
16305 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16306 \family sans
16307 編集\SpecialChar \menuseparator
16308 文字様式
16309 \family default
16310 メニューで色を選んでください。表
16311 \begin_inset CommandInset ref
16312 LatexCommand ref
16313 reference "tab:colortblなしの表"
16314
16315 \end_inset
16316
16317 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16318 \series bold
16319 colortbl
16320 \series default
16321
16322 \begin_inset Index idx
16323 status collapsed
16324
16325 \begin_layout Plain Layout
16326 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16327 \end_layout
16328
16329 \end_inset
16330
16331 を使用しなくてはなりません。
16332 \end_layout
16333
16334 \begin_layout Standard
16335 \begin_inset ERT
16336 status collapsed
16337
16338 \begin_layout Plain Layout
16339
16340
16341 \backslash
16342 ifcolortbl
16343 \end_layout
16344
16345 \end_inset
16346
16347
16348 \begin_inset Note Note
16349 status open
16350
16351 \begin_layout Plain Layout
16352 本節の以下の部分は、LaTeXパッケージ
16353 \series bold
16354 colortbl
16355 \series default
16356 が導入済みのときのみ表示されます。
16357 \end_layout
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \begin_layout Standard
16365 色付きの表を作成するには、プリアンブルに
16366 \end_layout
16367
16368 \begin_layout Standard
16369
16370 \series bold
16371
16372 \backslash
16373 usepackage{colortbl}
16374 \end_layout
16375
16376 \begin_layout Standard
16377 という行を書いて
16378 \series bold
16379 colortbl
16380 \series default
16381 を読み込まなくてはなりません。列の色は、
16382 \series bold
16383 >{ }
16384 \series default
16385 コマンドの中に
16386 \end_layout
16387
16388 \begin_layout Standard
16389
16390 \series bold
16391
16392 \backslash
16393 columncolor{色彩名}
16394 \end_layout
16395
16396 \begin_layout Standard
16397 というコマンドを書いて指定することができます。
16398 \series bold
16399 >{}
16400 \series default
16401 コマンドに関する詳細は、第
16402 \begin_inset CommandInset ref
16403 LatexCommand ref
16404 reference "sub:連結列の計算"
16405
16406 \end_inset
16407
16408 節に述べられています。
16409 \end_layout
16410
16411 \begin_layout Standard
16412 以下の色彩名が事前に定義されています。
16413 \end_layout
16414
16415 \begin_layout Standard
16416
16417 \family sans
16418 red
16419 \family default
16420
16421 \family sans
16422 green
16423 \family default
16424
16425 \family sans
16426 yellow
16427 \family default
16428
16429 \family sans
16430 blue
16431 \family default
16432
16433 \family sans
16434 cyan
16435 \family default
16436
16437 \family sans
16438 magenta
16439 \family default
16440
16441 \family sans
16442 black
16443 \family default
16444
16445 \family sans
16446 white
16447 \end_layout
16448
16449 \begin_layout Standard
16450 \begin_inset VSpace medskip
16451 \end_inset
16452
16453
16454 \end_layout
16455
16456 \begin_layout Standard
16457 また、文書設定中で、文書クラスオプションに
16458 \end_layout
16459
16460 \begin_layout Standard
16461
16462 \series bold
16463 usenames,dvipsnames
16464 \end_layout
16465
16466 \begin_layout Standard
16467 を与えると、さらに61色を使用することができます。これらの色は、附録
16468 \begin_inset CommandInset ref
16469 LatexCommand ref
16470 reference "chap:dvips色名一覧"
16471
16472 \end_inset
16473
16474 に列挙されています。それらの色の1つ、
16475 \family sans
16476 Maroon
16477 \family default
16478 が、例として表
16479 \begin_inset CommandInset ref
16480 LatexCommand ref
16481 reference "tab:色付き表"
16482
16483 \end_inset
16484
16485 に使用されています。
16486 \end_layout
16487
16488 \begin_layout Standard
16489 \begin_inset VSpace medskip
16490 \end_inset
16491
16492
16493 \end_layout
16494
16495 \begin_layout Standard
16496 また
16497 \end_layout
16498
16499 \begin_layout Standard
16500
16501 \series bold
16502
16503 \backslash
16504 definecolor{色彩名}{色彩モデル}{色彩値}
16505 \end_layout
16506
16507 \begin_layout Standard
16508 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16509 \end_layout
16510
16511 \begin_layout Labeling
16512 \labelwidthstring 00.00.0000
16513 cmyk: シアン(
16514 \bar under
16515 c
16516 \bar default
16517 yan)・マゼンタ(
16518 \bar under
16519 m
16520 \bar default
16521 agenta)・黄(
16522 \bar under
16523 y
16524 \bar default
16525 ellow)・黒(blac
16526 \bar under
16527 k
16528 \bar default
16529
16530 \end_layout
16531
16532 \begin_layout Labeling
16533 \labelwidthstring 00.00.0000
16534 rgb: 赤(
16535 \bar under
16536 r
16537 \bar default
16538 ed)・緑(
16539 \bar under
16540 g
16541 \bar default
16542 reen)・青(
16543 \bar under
16544 b
16545 \bar default
16546 lue)
16547 \end_layout
16548
16549 \begin_layout Labeling
16550 \labelwidthstring 00.00.0000
16551 gray: グレー
16552 \end_layout
16553
16554 \begin_layout Standard
16555 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16556 \end_layout
16557
16558 \begin_layout Standard
16559 たとえば、プリアンブルに
16560 \end_layout
16561
16562 \begin_layout Standard
16563
16564 \series bold
16565
16566 \backslash
16567 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16568 \end_layout
16569
16570 \begin_layout Standard
16571 と書くことによって、「
16572 \emph on
16573 darkgreen
16574 \emph default
16575 」色を定義することができますし、
16576 \end_layout
16577
16578 \begin_layout Standard
16579
16580 \series bold
16581
16582 \backslash
16583 definecolor{lightgray}{gray}{0.8}
16584 \end_layout
16585
16586 \begin_layout Standard
16587 と書けば、「
16588 \emph on
16589 lightgray
16590 \emph default
16591 」色を定義することができます。
16592 \end_layout
16593
16594 \begin_layout Standard
16595 \begin_inset VSpace medskip
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \begin_layout Standard
16602 罫線は
16603 \end_layout
16604
16605 \begin_layout Standard
16606
16607 \series bold
16608
16609 \backslash
16610 rowcolor{色彩名}
16611 \end_layout
16612
16613 \begin_layout Standard
16614 というコマンドを使用して色付けすることができ、セルは
16615 \end_layout
16616
16617 \begin_layout Standard
16618
16619 \series bold
16620
16621 \backslash
16622 cellcolor{色彩名}
16623 \end_layout
16624
16625 \begin_layout Standard
16626 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16627 \end_layout
16628
16629 \begin_layout Standard
16630 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16631 \family sans
16632 編集\SpecialChar \menuseparator
16633 文字様式
16634 \family default
16635 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16636 ます。
16637 \end_layout
16638
16639 \begin_layout Standard
16640 \begin_inset Note Greyedout
16641 status open
16642
16643 \begin_layout Plain Layout
16644 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16645 \end_layout
16646
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Standard
16653 \begin_inset VSpace bigskip
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \begin_layout Standard
16660
16661 \begin_inset CommandInset ref
16662 LatexCommand ref
16663 reference "tab:色付き表"
16664
16665 \end_inset
16666
16667 を作成するには、以下のようにしてください。第一列の色は
16668 \emph on
16669 darkgreen
16670 \emph default
16671 にしたいので、この列のLaTeX変数として
16672 \end_layout
16673
16674 \begin_layout Standard
16675
16676 \series bold
16677 >{
16678 \backslash
16679 columncolor{darkgreen}
16680 \backslash
16681 centering}c
16682 \end_layout
16683
16684 \begin_layout Standard
16685 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16686 \end_layout
16687
16688 \begin_layout Standard
16689
16690 \series bold
16691
16692 \backslash
16693 rowcolow{cyan}
16694 \end_layout
16695
16696 \begin_layout Standard
16697 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16698 \end_layout
16699
16700 \begin_layout Standard
16701
16702 \series bold
16703
16704 \backslash
16705 cellcolor{Maroon}
16706 \end_layout
16707
16708 \begin_layout Standard
16709 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16710 \family sans
16711 編集\SpecialChar \menuseparator
16712 文字様式
16713 \family default
16714 メニューを使って、各文字に色付けをすることができます。
16715 \end_layout
16716
16717 \begin_layout Standard
16718 \begin_inset Float table
16719 placement h
16720 wide false
16721 sideways false
16722 status open
16723
16724 \begin_layout Plain Layout
16725 \begin_inset Caption Standard
16726
16727 \begin_layout Plain Layout
16728
16729 \series bold
16730 \begin_inset CommandInset label
16731 LatexCommand label
16732 name "tab:色付き表"
16733
16734 \end_inset
16735
16736 colortbl
16737 \series default
16738 パッケージを使用した色付き表
16739 \begin_inset Argument 1
16740 status collapsed
16741
16742 \begin_layout Plain Layout
16743 colortblを使った表
16744 \end_layout
16745
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752
16753
16754 \end_layout
16755
16756 \begin_layout Plain Layout
16757 \align center
16758 \begin_inset Tabular
16759 <lyxtabular version="3" rows="3" columns="3">
16760 <features rotate="0" tabularvalignment="middle">
16761 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16762 <column alignment="center" valignment="top">
16763 <column alignment="center" valignment="top">
16764 <row>
16765 <cell alignment="center" valignment="top" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset ERT
16770 status collapsed
16771
16772 \begin_layout Plain Layout
16773
16774
16775 \backslash
16776 rowcolor{cyan}
16777 \end_layout
16778
16779 \end_inset
16780
16781
16782 \color magenta
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792
16793 \color red
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803
16804 \color red
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 <row>
16812 <cell alignment="center" valignment="top" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816
16817 \color yellow
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827
16828 \color blue
16829
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838
16839 \color blue
16840
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 <row>
16847 <cell alignment="center" valignment="top" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851
16852 \color yellow
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862
16863 \color blue
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 \begin_inset ERT
16874 status collapsed
16875
16876 \begin_layout Plain Layout
16877
16878
16879 \backslash
16880 cellcolor{Maroon}
16881 \end_layout
16882
16883 \end_inset
16884
16885
16886 \color green
16887
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 </row>
16893 </lyxtabular>
16894
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \begin_layout Standard
16906 \begin_inset ERT
16907 status collapsed
16908
16909 \begin_layout Plain Layout
16910
16911
16912 \backslash
16913 else
16914 \end_layout
16915
16916 \end_inset
16917
16918
16919 \begin_inset Note Note
16920 status open
16921
16922 \begin_layout Plain Layout
16923 以下は、LaTeXパッケージ
16924 \series bold
16925 colortbl
16926 \series default
16927 が導入されていないときに表示されます。
16928 \end_layout
16929
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \begin_layout Standard
16936 この節の内容を出力で表示させるには、
16937 \series bold
16938 colortbl
16939 \series default
16940 パッケージを導入する必要があります。
16941 \end_layout
16942
16943 \begin_layout Standard
16944 \begin_inset ERT
16945 status collapsed
16946
16947 \begin_layout Plain Layout
16948
16949
16950 \backslash
16951 fi
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Subsection
16960 色付き行
16961 \begin_inset Index idx
16962 status collapsed
16963
16964 \begin_layout Plain Layout
16965 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
16966 \end_layout
16967
16968 \end_inset
16969
16970
16971 \begin_inset Index idx
16972 status collapsed
16973
16974 \begin_layout Plain Layout
16975 いろつき@色付き ! ひょうのぎょう@表の行
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
16985 \end_layout
16986
16987 \begin_layout Standard
16988
16989 \series bold
16990
16991 \backslash
16992 usepackage[table]{xcolor}
16993 \end_layout
16994
16995 \begin_layout Standard
16996 というコマンドを使用して、
16997 \series bold
16998 xcolor
16999 \series default
17000
17001 \begin_inset Index idx
17002 status collapsed
17003
17004 \begin_layout Plain Layout
17005 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
17006 \begin_inset ERT
17007 status collapsed
17008
17009 \begin_layout Plain Layout
17010
17011
17012 \backslash
17013 vspace{4mm}
17014 \end_layout
17015
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022
17023 パッケージを読み込むのです。
17024 \series bold
17025 xcolor
17026 \series default
17027 は、自動的に
17028 \series bold
17029 colortbl
17030 \series default
17031
17032 \begin_inset Index idx
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17037 \end_layout
17038
17039 \end_inset
17040
17041 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
17042 \series bold
17043 colortbl
17044 \series default
17045 も導入されていなくてはなりません。
17046 \end_layout
17047
17048 \begin_layout Standard
17049 \begin_inset ERT
17050 status collapsed
17051
17052 \begin_layout Plain Layout
17053
17054
17055 \backslash
17056 ifcolortbl
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \begin_inset Note Note
17063 status open
17064
17065 \begin_layout Plain Layout
17066 本節の以下の部分は、LaTeXパッケージ
17067 \series bold
17068 colortbl
17069 \series default
17070 が導入済みのときのみ表示されます。
17071 \end_layout
17072
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \begin_layout Standard
17079 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
17080 \end_layout
17081
17082 \begin_layout Standard
17083
17084 \series bold
17085
17086 \backslash
17087 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17088 \end_layout
17089
17090 \begin_layout Standard
17091 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17092 を付加する時に用います。したがって、例えば
17093 \end_layout
17094
17095 \begin_layout Standard
17096
17097 \series bold
17098
17099 \backslash
17100 rowcolors{1}{white}{lightgray}
17101 \end_layout
17102
17103 \begin_layout Standard
17104 というコマンドは、表
17105 \begin_inset CommandInset ref
17106 LatexCommand ref
17107 reference "tab:表-行色"
17108
17109 \end_inset
17110
17111 のようなカラースキームをもたらします。また、
17112 \end_layout
17113
17114 \begin_layout Standard
17115
17116 \series bold
17117
17118 \backslash
17119 rowcolors[
17120 \backslash
17121 hline]{1}{lightgray}{cyan}
17122 \end_layout
17123
17124 \begin_layout Standard
17125 というコマンドを用いると、表
17126 \begin_inset CommandInset ref
17127 LatexCommand ref
17128 reference "tab:表-行色-2"
17129
17130 \end_inset
17131
17132 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17133 \end_layout
17134
17135 \begin_layout Standard
17136
17137 \series bold
17138
17139 \backslash
17140 rowcolors{1}{}{}
17141 \end_layout
17142
17143 \begin_layout Standard
17144 というコマンドはすべての色付けを削除することになります。
17145 \series bold
17146
17147 \backslash
17148 rowcolors
17149 \series default
17150 は、コマンドに続くすべての表に影響を及ぼします。
17151 \end_layout
17152
17153 \begin_layout Standard
17154 \begin_inset ERT
17155 status open
17156
17157 \begin_layout Plain Layout
17158
17159
17160 \backslash
17161 rowcolors{1}{white}{lightgray}
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \begin_layout Standard
17170 \begin_inset Float table
17171 placement h
17172 wide false
17173 sideways false
17174 status open
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Caption Standard
17178
17179 \begin_layout Plain Layout
17180 \begin_inset CommandInset label
17181 LatexCommand label
17182 name "tab:表-行色"
17183
17184 \end_inset
17185
17186 隔行が灰色に着色された表
17187 \end_layout
17188
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \begin_layout Plain Layout
17195 \align center
17196 \begin_inset Tabular
17197 <lyxtabular version="3" rows="4" columns="3">
17198 <features rotate="0" tabularvalignment="middle">
17199 <column alignment="center" valignment="top">
17200 <column alignment="center" valignment="top" width="0pt">
17201 <column alignment="center" valignment="top" width="0pt">
17202 <row>
17203 <cell alignment="center" valignment="top" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 X
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 <cell alignment="center" valignment="top" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 Y
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 Z
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 1
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 2
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254 3
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 </row>
17260 <row>
17261 <cell alignment="center" valignment="top" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 4
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 5
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 6
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 </row>
17289 <row>
17290 <cell alignment="center" valignment="top" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 7
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 8
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 9
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 </lyxtabular>
17319
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \begin_layout Standard
17331 \begin_inset ERT
17332 status open
17333
17334 \begin_layout Plain Layout
17335
17336
17337 \backslash
17338 rowcolors[
17339 \backslash
17340 hline]{1}{lightgray}{cyan}
17341 \end_layout
17342
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \begin_layout Standard
17349 \begin_inset Float table
17350 placement h
17351 wide false
17352 sideways false
17353 status open
17354
17355 \begin_layout Plain Layout
17356 \begin_inset Caption Standard
17357
17358 \begin_layout Plain Layout
17359 \begin_inset CommandInset label
17360 LatexCommand label
17361 name "tab:表-行色-2"
17362
17363 \end_inset
17364
17365 隔行でシアン色に着色され、行間に線の入った表
17366 \end_layout
17367
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \begin_layout Plain Layout
17374 \align center
17375 \begin_inset Tabular
17376 <lyxtabular version="3" rows="4" columns="3">
17377 <features rotate="0" tabularvalignment="middle">
17378 <column alignment="center" valignment="top">
17379 <column alignment="center" valignment="top">
17380 <column alignment="center" valignment="top" width="0pt">
17381 <row>
17382 <cell alignment="center" valignment="top" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 X
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 Y
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 <cell alignment="center" valignment="top" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 Z
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="center" valignment="top" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 1
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 <cell alignment="center" valignment="top" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 2
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 3
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 4
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 5
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 6
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 <row>
17469 <cell alignment="center" valignment="top" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 7
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 8
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 9
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 </lyxtabular>
17498
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \end_inset
17505
17506
17507 \end_layout
17508
17509 \begin_layout Standard
17510 \begin_inset ERT
17511 status collapsed
17512
17513 \begin_layout Plain Layout
17514
17515
17516 \backslash
17517 rowcolors{1}{}{}
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \begin_inset Note Note
17524 status collapsed
17525
17526 \begin_layout Plain Layout
17527 行色を解除
17528 \end_layout
17529
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \begin_layout Standard
17536 \begin_inset ERT
17537 status collapsed
17538
17539 \begin_layout Plain Layout
17540
17541
17542 \backslash
17543 else
17544 \end_layout
17545
17546 \end_inset
17547
17548
17549 \begin_inset Note Note
17550 status open
17551
17552 \begin_layout Plain Layout
17553 以下は、LaTeXパッケージ
17554 \series bold
17555 colortbl
17556 \series default
17557 が導入されていないときに表示されます。
17558 \end_layout
17559
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \begin_layout Standard
17566 この節の内容を出力で表示させるには、
17567 \series bold
17568 colortbl
17569 \series default
17570 パッケージを導入する必要があります。
17571 \end_layout
17572
17573 \begin_layout Standard
17574 \begin_inset ERT
17575 status collapsed
17576
17577 \begin_layout Plain Layout
17578
17579
17580 \backslash
17581 fi
17582 \end_layout
17583
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \begin_layout Subsection
17590 色付き罫線
17591 \begin_inset Index idx
17592 status collapsed
17593
17594 \begin_layout Plain Layout
17595 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17596 \end_layout
17597
17598 \end_inset
17599
17600
17601 \begin_inset Index idx
17602 status collapsed
17603
17604 \begin_layout Plain Layout
17605 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17606 \end_layout
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \begin_layout Standard
17614
17615 \begin_inset CommandInset ref
17616 LatexCommand ref
17617 reference "sub:罫線幅"
17618
17619 \end_inset
17620
17621 節に述べられているように、表中の全罫線の線幅は、長さ
17622 \series bold
17623
17624 \backslash
17625 arrayrulewidth
17626 \series default
17627 を使って調節することができます。本節の表では、すべて1.5
17628 \begin_inset space \thinspace{}
17629 \end_inset
17630
17631 ptに設定されています。
17632 \begin_inset ERT
17633 status collapsed
17634
17635 \begin_layout Plain Layout
17636
17637
17638 \backslash
17639 setlength{
17640 \backslash
17641 arrayrulewidth}{1.5pt}
17642 \end_layout
17643
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \begin_layout Standard
17650 たとえば縦罫線を緑に着色するには、第
17651 \begin_inset CommandInset ref
17652 LatexCommand ref
17653 reference "sub:自製書式"
17654
17655 \end_inset
17656
17657 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17658 \end_layout
17659
17660 \begin_layout Standard
17661
17662 \series bold
17663
17664 \backslash
17665 newcolumntype{W}{!{
17666 \backslash
17667 color{green}
17668 \backslash
17669 vline}}
17670 \end_layout
17671
17672 \begin_layout Standard
17673
17674 \begin_inset CommandInset ref
17675 LatexCommand ref
17676 reference "tab:色付き縦罫線の表"
17677
17678 \end_inset
17679
17680 では、最右列にLaTeX変数
17681 \series bold
17682 WcW
17683 \series default
17684 、他の列にLaTeX変数
17685 \series bold
17686 Wc
17687 \series default
17688 が使用されています。
17689 \end_layout
17690
17691 \begin_layout Standard
17692 複数の色を用いたいときには、列書式をもっと定義してください。
17693 \end_layout
17694
17695 \begin_layout Standard
17696 \begin_inset Float table
17697 placement h
17698 wide false
17699 sideways false
17700 status open
17701
17702 \begin_layout Plain Layout
17703 \begin_inset Caption Standard
17704
17705 \begin_layout Plain Layout
17706 \begin_inset CommandInset label
17707 LatexCommand label
17708 name "tab:色付き縦罫線の表"
17709
17710 \end_inset
17711
17712 色付き縦罫線の表
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Plain Layout
17721 \align center
17722 \begin_inset Tabular
17723 <lyxtabular version="3" rows="3" columns="3">
17724 <features rotate="0" tabularvalignment="middle">
17725 <column alignment="center" valignment="top" special="Wc">
17726 <column alignment="center" valignment="top" special="Wc">
17727 <column alignment="center" valignment="top" special="WcW">
17728 <row>
17729 <cell alignment="center" valignment="top" topline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 sd
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 <cell alignment="center" valignment="top" topline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" topline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 <row>
17758 <cell alignment="center" valignment="top" topline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 <cell alignment="center" valignment="top" topline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771 sd
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" topline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 </row>
17786 <row>
17787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 sd
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 </row>
17815 </lyxtabular>
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Standard
17828 \begin_inset VSpace bigskip
17829 \end_inset
17830
17831
17832 \begin_inset CommandInset ref
17833 LatexCommand ref
17834 reference "tab:色付き横罫線の表"
17835
17836 \end_inset
17837
17838 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17839 \end_layout
17840
17841 \begin_layout Standard
17842
17843 \series bold
17844
17845 \backslash
17846 let
17847 \backslash
17848 myHlineC
17849 \backslash
17850 hline
17851 \begin_inset Newline newline
17852 \end_inset
17853
17854
17855 \backslash
17856 renewcommand{
17857 \backslash
17858 hline}
17859 \begin_inset Newline newline
17860 \end_inset
17861
17862
17863 \begin_inset Phantom HPhantom
17864 status open
17865
17866 \begin_layout Plain Layout
17867 \begin_inset space ~
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \end_inset
17874
17875 {
17876 \backslash
17877 arrayrulecolor{red}
17878 \backslash
17879 myHlineC
17880 \backslash
17881 arrayrulecolor{black}}
17882 \end_layout
17883
17884 \begin_layout Standard
17885 というコマンドを入力して下さい。
17886 \end_layout
17887
17888 \begin_layout Standard
17889 \begin_inset ERT
17890 status collapsed
17891
17892 \begin_layout Plain Layout
17893
17894
17895 \backslash
17896 let
17897 \backslash
17898 myHlineC
17899 \backslash
17900 hline
17901 \end_layout
17902
17903 \begin_layout Plain Layout
17904
17905
17906 \backslash
17907 renewcommand{
17908 \backslash
17909 hline}
17910 \end_layout
17911
17912 \begin_layout Plain Layout
17913
17914  {
17915 \backslash
17916 arrayrulecolor{red}
17917 \backslash
17918 myHlineC
17919 \backslash
17920 arrayrulecolor{black}}
17921 \end_layout
17922
17923 \end_inset
17924
17925
17926 \begin_inset Float table
17927 placement h
17928 wide false
17929 sideways false
17930 status open
17931
17932 \begin_layout Plain Layout
17933 \begin_inset Caption Standard
17934
17935 \begin_layout Plain Layout
17936 \begin_inset CommandInset label
17937 LatexCommand label
17938 name "tab:色付き横罫線の表"
17939
17940 \end_inset
17941
17942 色付き横罫線の表
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Plain Layout
17951 \align center
17952 \begin_inset Tabular
17953 <lyxtabular version="3" rows="3" columns="3">
17954 <features rotate="0" tabularvalignment="middle">
17955 <column alignment="center" valignment="top">
17956 <column alignment="center" valignment="top">
17957 <column alignment="center" valignment="top">
17958 <row>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 sd
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 </row>
17987 <row>
17988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 sd
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row>
18017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 sd
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 </lyxtabular>
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \begin_layout Standard
18058 既定値の黒罫線に戻るには、
18059 \end_layout
18060
18061 \begin_layout Standard
18062
18063 \series bold
18064
18065 \backslash
18066 renewcommand{
18067 \backslash
18068 hline}{
18069 \backslash
18070 myHlineC}
18071 \end_layout
18072
18073 \begin_layout Standard
18074 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18075 \begin_inset CommandInset ref
18076 LatexCommand ref
18077 reference "tab:色付き罫線の表"
18078
18079 \end_inset
18080
18081 は、縦横罫線を色付けした例です。
18082 \end_layout
18083
18084 \begin_layout Standard
18085 \begin_inset Float table
18086 placement h
18087 wide false
18088 sideways false
18089 status open
18090
18091 \begin_layout Plain Layout
18092 \begin_inset Caption Standard
18093
18094 \begin_layout Plain Layout
18095 \begin_inset CommandInset label
18096 LatexCommand label
18097 name "tab:色付き罫線の表"
18098
18099 \end_inset
18100
18101 色付き罫線の表
18102 \end_layout
18103
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \begin_layout Plain Layout
18110 \align center
18111 \begin_inset Tabular
18112 <lyxtabular version="3" rows="3" columns="3">
18113 <features rotate="0" tabularvalignment="middle">
18114 <column alignment="center" valignment="top" special="Wc">
18115 <column alignment="center" valignment="top" special="Wc">
18116 <column alignment="center" valignment="top" special="WcW">
18117 <row>
18118 <cell alignment="center" valignment="top" topline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 sd
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 <cell alignment="center" valignment="top" topline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 </row>
18146 <row>
18147 <cell alignment="center" valignment="top" topline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 sd
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" topline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 </row>
18175 <row topspace="default">
18176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 sd
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 </row>
18204 </lyxtabular>
18205
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \end_inset
18212
18213
18214 \end_layout
18215
18216 \begin_layout Standard
18217 \begin_inset ERT
18218 status collapsed
18219
18220 \begin_layout Plain Layout
18221
18222
18223 \backslash
18224 renewcommand{
18225 \backslash
18226 hline}{
18227 \backslash
18228 myHlineC}
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 setlength{
18245 \backslash
18246 arrayrulewidth}{0.4pt}
18247 \end_layout
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \begin_layout Section
18255 表幅の計算
18256 \begin_inset CommandInset label
18257 LatexCommand label
18258 name "sec:表幅の計算"
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Standard
18266 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18267 設ければ良いのでしょうか?
18268 \end_layout
18269
18270 \begin_layout Standard
18271 表幅
18272 \begin_inset Formula $W_{\text{表}}$
18273 \end_inset
18274
18275 は計算することができます。各列の実際の幅は、指定した列幅
18276 \begin_inset Formula $W_{\text{列}}$
18277 \end_inset
18278
18279 に、列の内容と列罫線との間の余白(LaTeX長
18280 \series bold
18281
18282 \backslash
18283 tabcolsep
18284 \series default
18285 ・既定値6
18286 \begin_inset space \thinspace{}
18287 \end_inset
18288
18289 pt)の2倍と、罫線幅(LaTeX長
18290 \series bold
18291
18292 \backslash
18293 arrayrulewidth
18294 \series default
18295 ・既定値0.4
18296 \begin_inset space \thinspace{}
18297 \end_inset
18298
18299 pt)を加えたものになります。したがって、もし同じ幅の
18300 \begin_inset Formula $n$
18301 \end_inset
18302
18303 列を作るならば、表幅は
18304 \begin_inset Formula 
18305 \begin{equation}
18306 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18307 \end{equation}
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \begin_layout Standard
18315 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18316 \series bold
18317
18318 \backslash
18319 columnwidth
18320 \series default
18321 )。表の列をすべて同じ幅にするとすれば、
18322 \begin_inset Formula $W_{\text{表}}$
18323 \end_inset
18324
18325 が1
18326 \begin_inset space \thinspace{}
18327 \end_inset
18328
18329
18330 \backslash
18331 columnwidthになりますので、
18332 \begin_inset Formula $W_{\text{列}}$
18333 \end_inset
18334
18335 は簡単に計算できます。
18336 \end_layout
18337
18338 \begin_layout Standard
18339 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18340 \series bold
18341 calc
18342 \series default
18343
18344 \begin_inset Index idx
18345 status collapsed
18346
18347 \begin_layout Plain Layout
18348 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18349 \end_layout
18350
18351 \end_inset
18352
18353 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18354 \family sans
18355 LaTeXの引数
18356 \family default
18357 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18358 \begin_inset CommandInset ref
18359 LatexCommand ref
18360 reference "sub:連結列の計算"
18361
18362 \end_inset
18363
18364 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18365 \end_layout
18366
18367 \begin_layout Standard
18368
18369 \series bold
18370 >{
18371 \backslash
18372 centering}p{(1
18373 \backslash
18374 columnwidth-62.4pt)/5}
18375 \end_layout
18376
18377 \begin_layout Standard
18378 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18379 \begin_inset Formula 
18380 \begin{align}
18381 \backslash\mbox{columnwidth} & =3\, W_{\text{列}}+2\cdot0.75\, W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18382  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18383  & =4.5\, W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18384 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18385 \end{align}
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 となります。したがって、表中の広い列には
18394 \end_layout
18395
18396 \begin_layout Standard
18397
18398 \series bold
18399 >{
18400 \backslash
18401 centering}p{(1
18402 \backslash
18403 columnwidth-62.4pt)/
18404 \backslash
18405 real{4.5}}
18406 \end_layout
18407
18408 \begin_layout Standard
18409 というコマンドを用い、狭い列には
18410 \end_layout
18411
18412 \begin_layout Standard
18413
18414 \series bold
18415 >{
18416 \backslash
18417 centering}p{(1
18418 \backslash
18419 columnwidth-62.4pt)/
18420 \backslash
18421 real{4.5}*
18422 \backslash
18423 real{0.75}}
18424 \end_layout
18425
18426 \begin_layout Standard
18427 というコマンドを用いることにすると、以下の表が出来上がります。
18428 \end_layout
18429
18430 \begin_layout Standard
18431 \begin_inset Tabular
18432 <lyxtabular version="3" rows="2" columns="5">
18433 <features rotate="0" tabularvalignment="middle">
18434 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18435 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18436 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18437 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18438 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18439 <row>
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 1
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 2
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 3
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 4
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480 5
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 </row>
18486 <row>
18487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 111111 1111111 111111 111111111 11111 11111 1111
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 2222 22222 222222 222222222 2222222 22 22222
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 333333 333333 333333 33333 3333333 333
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 </row>
18533 </lyxtabular>
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Section
18541 表の調整
18542 \begin_inset Index idx
18543 status collapsed
18544
18545 \begin_layout Plain Layout
18546 ひょうのちょうせい@表の調整
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \begin_inset Index idx
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556 ひょう@表 ! ちょうせい@調整
18557 \end_layout
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \begin_layout Subsection
18565 行の余白取り
18566 \begin_inset CommandInset label
18567 LatexCommand label
18568 name "sub:行の余白取り"
18569
18570 \end_inset
18571
18572
18573 \begin_inset Index idx
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
18578 \end_layout
18579
18580 \end_inset
18581
18582
18583 \end_layout
18584
18585 \begin_layout Standard
18586 表の設定ダイアログの
18587 \family sans
18588 罫線
18589 \family default
18590 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
18591 \end_layout
18592
18593 \begin_layout Description
18594 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
18595 \begin_inset Foot
18596 status collapsed
18597
18598 \begin_layout Plain Layout
18599 フォーマル形式の表は第
18600 \begin_inset CommandInset ref
18601 LatexCommand ref
18602 reference "sec:フォーマル形式の表"
18603
18604 \end_inset
18605
18606 節で説明されています。
18607 \end_layout
18608
18609 \end_inset
18610
18611 ならば、LyXは既定値として0.5
18612 \begin_inset space \thinspace{}
18613 \end_inset
18614
18615 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18616 \begin_inset VSpace medskip
18617 \end_inset
18618
18619
18620 \begin_inset Newline newline
18621 \end_inset
18622
18623
18624 \begin_inset space \hspace*{}
18625 \length 0pt
18626 \end_inset
18627
18628
18629 \begin_inset space \hfill{}
18630 \end_inset
18631
18632
18633 \begin_inset Tabular
18634 <lyxtabular version="3" rows="3" columns="1">
18635 <features rotate="0" tabularvalignment="middle">
18636 <column alignment="center" valignment="top">
18637 <row>
18638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 </row>
18648 <row topspace="3mm">
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 行上に3
18654 \begin_inset space \thinspace{}
18655 \end_inset
18656
18657 mmの余白
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 <row>
18664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 </row>
18674 </lyxtabular>
18675
18676 \end_inset
18677
18678
18679 \begin_inset space \hfill{}
18680 \end_inset
18681
18682
18683 \begin_inset space \hspace*{}
18684 \length 0pt
18685 \end_inset
18686
18687
18688 \begin_inset VSpace medskip
18689 \end_inset
18690
18691
18692 \begin_inset Newline newline
18693 \end_inset
18694
18695 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
18696 \end_layout
18697
18698 \begin_layout Description
18699 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18700 \begin_inset space \thinspace{}
18701 \end_inset
18702
18703 emの余白を挿入し、通常の表ならば既定値として2
18704 \begin_inset space \thinspace{}
18705 \end_inset
18706
18707 ptを挿入します。
18708 \end_layout
18709
18710 \begin_layout Description
18711 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18712 \begin_inset space \thinspace{}
18713 \end_inset
18714
18715 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18716 \begin_inset VSpace medskip
18717 \end_inset
18718
18719
18720 \begin_inset Newline newline
18721 \end_inset
18722
18723
18724 \begin_inset space \hspace*{}
18725 \length 0pt
18726 \end_inset
18727
18728
18729 \begin_inset space \hfill{}
18730 \end_inset
18731
18732
18733 \begin_inset Tabular
18734 <lyxtabular version="3" rows="3" columns="1">
18735 <features rotate="0" tabularvalignment="middle">
18736 <column alignment="center" valignment="top">
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 </row>
18748 <row interlinespace="3mm">
18749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753 \begin_inset Formula $\downarrow$
18754 \end_inset
18755
18756  行間に3
18757 \begin_inset space \thinspace{}
18758 \end_inset
18759
18760 mmの余白 
18761 \begin_inset Formula $\downarrow$
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 </row>
18770 <row>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 \begin_inset Formula $\uparrow$
18776 \end_inset
18777
18778  行間に3
18779 \begin_inset space \thinspace{}
18780 \end_inset
18781
18782 mmの余白 
18783 \begin_inset Formula $\uparrow$
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 </row>
18792 </lyxtabular>
18793
18794 \end_inset
18795
18796
18797 \begin_inset space \hfill{}
18798 \end_inset
18799
18800
18801 \begin_inset space \hspace*{}
18802 \length 0pt
18803 \end_inset
18804
18805
18806 \begin_inset VSpace medskip
18807 \end_inset
18808
18809
18810 \begin_inset Newline newline
18811 \end_inset
18812
18813 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
18814 \end_layout
18815
18816 \begin_layout Standard
18817 \begin_inset VSpace bigskip
18818 \end_inset
18819
18820 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
18821 \end_layout
18822
18823 \begin_layout Standard
18824
18825 \series bold
18826
18827 \backslash
18828 @ifundefined{extrarowheight}
18829 \begin_inset Newline newline
18830 \end_inset
18831
18832
18833 \begin_inset Phantom HPhantom
18834 status open
18835
18836 \begin_layout Plain Layout
18837 \begin_inset space ~
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \end_inset
18844
18845 {
18846 \backslash
18847 usepackage{array}}{}
18848 \begin_inset Newline newline
18849 \end_inset
18850
18851
18852 \backslash
18853 setlength{
18854 \backslash
18855 extrarowheight}{height}
18856 \end_layout
18857
18858 \begin_layout Standard
18859 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
18860 \series bold
18861 array
18862 \series default
18863 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
18864 \series bold
18865
18866 \backslash
18867 @ifundefined
18868 \series default
18869 が使用されています)。
18870 \end_layout
18871
18872 \begin_layout Standard
18873 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
18874 \series bold
18875
18876 \backslash
18877 strut
18878 \series default
18879 コマンドを挿入することで補正することができます。表
18880 \begin_inset CommandInset ref
18881 LatexCommand ref
18882 reference "tab:垂直揃え"
18883
18884 \end_inset
18885
18886 は、この効果を示したものです。
18887 \end_layout
18888
18889 \begin_layout Standard
18890 \noindent
18891 \begin_inset Float table
18892 placement h
18893 wide false
18894 sideways false
18895 status open
18896
18897 \begin_layout Plain Layout
18898 \begin_inset Caption Standard
18899
18900 \begin_layout Plain Layout
18901 \begin_inset CommandInset label
18902 LatexCommand label
18903 name "tab:垂直揃え"
18904
18905 \end_inset
18906
18907 大きなフォント寸法の文章の垂直揃え
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Plain Layout
18916 \begin_inset space \hfill{}
18917 \end_inset
18918
18919
18920 \begin_inset Float table
18921 wide false
18922 sideways false
18923 status collapsed
18924
18925 \begin_layout Plain Layout
18926 \begin_inset Caption Standard
18927
18928 \begin_layout Plain Layout
18929 通常の表
18930 \end_layout
18931
18932 \end_inset
18933
18934
18935 \end_layout
18936
18937 \begin_layout Plain Layout
18938 \noindent
18939 \align center
18940 \begin_inset Tabular
18941 <lyxtabular version="3" rows="6" columns="1">
18942 <features rotate="0" tabularvalignment="middle">
18943 <column alignment="left" valignment="top">
18944 <row>
18945 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 Normal, g
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \size large
18962 Large
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 </row>
18968 <row>
18969 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973
18974 \size larger
18975 Larger
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 <row>
18982 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \size largest
18988 Largest
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 </row>
18994 <row>
18995 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \size huge
19001 Huge
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 </row>
19007 <row>
19008 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \size giant
19014 Huger
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 </row>
19020 </lyxtabular>
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \end_inset
19028
19029
19030 \begin_inset space \hfill{}
19031 \end_inset
19032
19033
19034 \begin_inset Float table
19035 wide false
19036 sideways false
19037 status collapsed
19038
19039 \begin_layout Plain Layout
19040 \begin_inset Caption Standard
19041
19042 \begin_layout Plain Layout
19043
19044 \series bold
19045
19046 \backslash
19047 strut
19048 \series default
19049 コマンドを使用した表
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Plain Layout
19058 \noindent
19059 \align center
19060 \begin_inset Tabular
19061 <lyxtabular version="3" rows="6" columns="1">
19062 <features rotate="0" tabularvalignment="middle">
19063 <column alignment="left" valignment="top">
19064 <row>
19065 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 Normal, g
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 <row>
19076 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080
19081 \size large
19082 \begin_inset ERT
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086
19087
19088 \backslash
19089 strut 
19090 \end_layout
19091
19092 \end_inset
19093
19094 Large
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 </row>
19100 <row>
19101 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105
19106 \size larger
19107 \begin_inset ERT
19108 status collapsed
19109
19110 \begin_layout Plain Layout
19111
19112
19113 \backslash
19114 strut 
19115 \end_layout
19116
19117 \end_inset
19118
19119 Larger
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 </row>
19125 <row>
19126 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130
19131 \size largest
19132 \begin_inset ERT
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136
19137
19138 \backslash
19139 strut 
19140 \end_layout
19141
19142 \end_inset
19143
19144 Largest
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 </row>
19150 <row>
19151 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155
19156 \size huge
19157 \begin_inset ERT
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161
19162
19163 \backslash
19164 strut 
19165 \end_layout
19166
19167 \end_inset
19168
19169 Huge
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 </row>
19175 <row>
19176 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180
19181 \size giant
19182 \begin_inset ERT
19183 status collapsed
19184
19185 \begin_layout Plain Layout
19186
19187
19188 \backslash
19189 strut 
19190 \end_layout
19191
19192 \end_inset
19193
19194 Huger
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 </row>
19200 </lyxtabular>
19201
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \end_inset
19208
19209
19210 \begin_inset space \hfill{}
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \begin_layout Subsection
19222 特殊なセル揃え
19223 \begin_inset CommandInset label
19224 LatexCommand label
19225 name "sub:特殊なセル揃え"
19226
19227 \end_inset
19228
19229
19230 \begin_inset Index idx
19231 status collapsed
19232
19233 \begin_layout Plain Layout
19234 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19235 \end_layout
19236
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \begin_layout Standard
19243 ときには表
19244 \begin_inset CommandInset ref
19245 LatexCommand ref
19246 reference "tab:表セル"
19247
19248 \end_inset
19249
19250 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19251 \begin_inset Graphics
19252         filename ../../images/tabular-feature_align-decimal.png
19253         scale 85
19254         scaleBeforeRotation
19255
19256 \end_inset
19257
19258 を押すか、表設定中で揃えを
19259 \family sans
19260 小数点で
19261 \family default
19262 に設定します。
19263 \end_layout
19264
19265 \begin_layout Standard
19266 \begin_inset Float table
19267 placement h
19268 wide false
19269 sideways false
19270 status open
19271
19272 \begin_layout Plain Layout
19273 \begin_inset Caption Standard
19274
19275 \begin_layout Plain Layout
19276 \begin_inset CommandInset label
19277 LatexCommand label
19278 name "tab:表セル"
19279
19280 \end_inset
19281
19282 一列が小数点で揃えられた表セル
19283 \end_layout
19284
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \begin_layout Plain Layout
19291 \align center
19292 \begin_inset Tabular
19293 <lyxtabular version="3" rows="4" columns="1">
19294 <features rotate="0" booktabs="true" tabularvalignment="middle">
19295 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19296 <row>
19297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 見出し
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 <row>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 12.6
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 </row>
19318 <row>
19319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 0.68
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 </row>
19329 <row>
19330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 -123.0
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 </row>
19340 </lyxtabular>
19341
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \begin_layout Standard
19353 \begin_inset Float table
19354 placement h
19355 wide false
19356 sideways false
19357 status open
19358
19359 \begin_layout Plain Layout
19360 \begin_inset Caption Standard
19361
19362 \begin_layout Plain Layout
19363 \begin_inset CommandInset label
19364 LatexCommand label
19365 name "tab:演算子揃え表"
19366
19367 \end_inset
19368
19369 一列が演算子で揃えられた表セル
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \begin_layout Plain Layout
19378 \align center
19379 \begin_inset Tabular
19380 <lyxtabular version="3" rows="4" columns="2">
19381 <features rotate="0" booktabs="true" tabularvalignment="middle">
19382 <column alignment="right" valignment="top" width="0pt">
19383 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19384 <row>
19385 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 見出し
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 </row>
19404 <row>
19405 <cell alignment="center" valignment="top" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Formula $12\,+$
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell alignment="center" valignment="top" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Formula $\,6$
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 </row>
19430 <row>
19431 <cell alignment="center" valignment="top" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 \begin_inset Formula $0\,-$
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell alignment="center" valignment="top" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 \begin_inset Formula $\,68$
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 \begin_inset Formula $-123\,/$
19462 \end_inset
19463
19464
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 \begin_inset Formula $\,0$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 </lyxtabular>
19483
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \begin_layout Standard
19495 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19496 \begin_inset CommandInset ref
19497 LatexCommand ref
19498 reference "tab:演算子揃え表"
19499
19500 \end_inset
19501
19502 のような方法を用いる必要があります。この表は、4
19503 \begin_inset Formula $\times$
19504 \end_inset
19505
19506 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
19507 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
19508 \end_layout
19509
19510 \begin_layout Standard
19511
19512 \series bold
19513 @{}l
19514 \end_layout
19515
19516 \begin_layout Standard
19517 というLaTeX引数を第2列に指定します。
19518 \end_layout
19519
19520 \begin_layout Standard
19521
19522 \begin_inset CommandInset ref
19523 LatexCommand ref
19524 reference "tab:表セル揃え"
19525
19526 \end_inset
19527
19528 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19529 \begin_inset CommandInset ref
19530 LatexCommand ref
19531 reference "tab:演算子揃え表"
19532
19533 \end_inset
19534
19535 の冒頭には、小空白が加えられています。
19536 \end_layout
19537
19538 \begin_layout Standard
19539 \begin_inset Float table
19540 wide false
19541 sideways false
19542 status open
19543
19544 \begin_layout Plain Layout
19545 \begin_inset Caption Standard
19546
19547 \begin_layout Plain Layout
19548 \begin_inset CommandInset label
19549 LatexCommand label
19550 name "tab:表セル揃え"
19551
19552 \end_inset
19553
19554 表セルの揃えの例
19555 \end_layout
19556
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \begin_layout Plain Layout
19563 \align center
19564 \begin_inset Tabular
19565 <lyxtabular version="3" rows="4" columns="6">
19566 <features rotate="0" tabularvalignment="middle">
19567 <column alignment="right" valignment="top">
19568 <column alignment="left" valignment="top" special="@{}l">
19569 <column alignment="right" valignment="top">
19570 <column alignment="left" valignment="top" special="@{}l">
19571 <column alignment="right" valignment="top">
19572 <column alignment="left" valignment="top" special="@{}l">
19573 <row>
19574 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 単位
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 冪数
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 関係子
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 <row>
19630 <cell alignment="center" valignment="top" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 12
19635 \begin_inset Formula $\times$
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647 24本の瓶
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Formula $10\cdot$
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 \begin_inset Formula $10^{\mbox{-}17}$
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 \begin_inset Formula $\Gamma(t)\propto$
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 \begin_inset Formula $\:\Upsilon(t)$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row>
19702 <cell alignment="center" valignment="top" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 1024
19707 \begin_inset Formula $\times$
19708 \end_inset
19709
19710
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 768ピクセル
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 <cell alignment="center" valignment="top" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728 \begin_inset Formula $5.78\cdot$
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Formula $10^{7}$
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 \begin_inset Formula $A\ne$
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 \begin_inset Formula $\: B_{\mathrm{red}}$
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 <row>
19774 <cell alignment="center" valignment="top" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778 32
19779 \begin_inset Formula $\times$
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 6
19792 \begin_inset space \thinspace{}
19793 \end_inset
19794
19795 cm
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 <cell alignment="center" valignment="top" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804 -
19805 \begin_inset Formula $33.5\cdot$
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 \begin_inset Formula $10^{4}$
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829 \begin_inset Formula $\sin(\alpha)\ge$
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 \begin_inset Formula $\:\sin(\beta)$
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 </lyxtabular>
19851
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \begin_layout Subsection
19863 自製のセル書式および列書式
19864 \begin_inset CommandInset label
19865 LatexCommand label
19866 name "sub:自製書式"
19867
19868 \end_inset
19869
19870
19871 \begin_inset Index idx
19872 status collapsed
19873
19874 \begin_layout Plain Layout
19875 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
19876 \end_layout
19877
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \begin_layout Standard
19884
19885 \begin_inset CommandInset ref
19886 LatexCommand ref
19887 reference "sec:表幅の計算"
19888
19889 \end_inset
19890
19891 節のようにして通常列の必要幅を計算したり、第
19892 \begin_inset CommandInset ref
19893 LatexCommand ref
19894 reference "sub:連結列の計算"
19895
19896 \end_inset
19897
19898 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
19899 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
19900 \end_layout
19901
19902 \begin_layout Standard
19903
19904 \series bold
19905
19906 \backslash
19907 newcolumntype{書式名}[引数の数]{コマンド}
19908 \end_layout
19909
19910 \begin_layout Standard
19911 書式名は、一文字だけでも構いません。
19912 \emph on
19913 b
19914 \emph default
19915
19916 \emph on
19917 c
19918 \emph default
19919
19920 \emph on
19921 l
19922 \emph default
19923
19924 \emph on
19925 m
19926 \emph default
19927
19928 \emph on
19929 p
19930 \emph default
19931
19932 \emph on
19933 r
19934 \emph default
19935 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
19936 \end_layout
19937
19938 \begin_layout Standard
19939 \begin_inset VSpace medskip
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \begin_layout Standard
19946 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
19947 \end_layout
19948
19949 \begin_layout Standard
19950
19951 \series bold
19952
19953 \backslash
19954 newcolumntype{M}[1]{>{
19955 \backslash
19956 centering
19957 \backslash
19958 hspace{0pt}}m{#1}}
19959 \end_layout
19960
19961 \begin_layout Standard
19962 ここで
19963 \series bold
19964
19965 \backslash
19966 hspace{0pt}
19967 \series default
19968 は、第
19969 \begin_inset CommandInset ref
19970 LatexCommand ref
19971 reference "sub:複数行"
19972
19973 \end_inset
19974
19975 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
19976 \family sans
19977 LaTeXの引数
19978 \family default
19979
19980 \end_layout
19981
19982 \begin_layout Standard
19983
19984 \series bold
19985 M{width}
19986 \end_layout
19987
19988 \begin_layout Standard
19989 と入力するだけですみます。
19990 \end_layout
19991
19992 \begin_layout Standard
19993 \begin_inset VSpace bigskip
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \begin_layout Standard
20000 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20001 \end_layout
20002
20003 \begin_layout Standard
20004
20005 \series bold
20006
20007 \backslash
20008 newcolumntype{S}[2]{>{
20009 \backslash
20010 centering
20011 \backslash
20012 hspace{0pt}}
20013 \begin_inset Newline newline
20014 \end_inset
20015
20016
20017 \begin_inset Phantom HPhantom
20018 status open
20019
20020 \begin_layout Plain Layout
20021
20022 \series bold
20023
20024 \backslash
20025 newcolumntype
20026 \end_layout
20027
20028 \end_inset
20029
20030 m{(#1+(2
20031 \backslash
20032 tabcolsep+
20033 \backslash
20034 arrayrulewidth)*(1-#2))/#2}}
20035 \end_layout
20036
20037 \begin_layout Standard
20038 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20039 \begin_inset CommandInset ref
20040 LatexCommand eqref
20041 reference "eq:Wgn"
20042
20043 \end_inset
20044
20045 式を使用しています。
20046 \end_layout
20047
20048 \begin_layout Standard
20049 こうしておけば、当該セルのLaTeX引数に
20050 \end_layout
20051
20052 \begin_layout Standard
20053
20054 \series bold
20055 S{連結列セルの幅}{連結列セルがまたがる列の数}
20056 \end_layout
20057
20058 \begin_layout Standard
20059 と入力するだけですみます。
20060 \end_layout
20061
20062 \begin_layout Standard
20063 \begin_inset VSpace bigskip
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \begin_layout Standard
20070 色付き列については、以下のように定義するとよいでしょう。
20071 \end_layout
20072
20073 \begin_layout Standard
20074
20075 \series bold
20076
20077 \backslash
20078 newcolumntype{K}[1]{>{
20079 \backslash
20080 columncolor{#1}
20081 \backslash
20082 hspace{0pt}}c}
20083 \end_layout
20084
20085 \begin_layout Standard
20086 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20087 \end_layout
20088
20089 \begin_layout Standard
20090
20091 \series bold
20092 K{色名}
20093 \end_layout
20094
20095 \begin_layout Standard
20096 と入力します。
20097 \end_layout
20098
20099 \begin_layout Standard
20100 \begin_inset VSpace bigskip
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \begin_layout Standard
20107
20108 \begin_inset CommandInset ref
20109 LatexCommand ref
20110 reference "tab:ユーザー定義の表書式"
20111
20112 \end_inset
20113
20114 を生成するには、第1列と連結列にLaTeX引数として
20115 \end_layout
20116
20117 \begin_layout Standard
20118
20119 \series bold
20120 M{2.5cm}
20121 \end_layout
20122
20123 \begin_layout Standard
20124 を指定し、最終列に
20125 \end_layout
20126
20127 \begin_layout Standard
20128
20129 \series bold
20130 K{red}
20131 \end_layout
20132
20133 \begin_layout Standard
20134 そして第2列の各セルに
20135 \end_layout
20136
20137 \begin_layout Standard
20138
20139 \series bold
20140 S{2.5cm}{2}
20141 \end_layout
20142
20143 \begin_layout Standard
20144 と指定します。
20145 \end_layout
20146
20147 \begin_layout Standard
20148 \begin_inset Float table
20149 placement h
20150 wide false
20151 sideways false
20152 status open
20153
20154 \begin_layout Plain Layout
20155 \begin_inset Caption Standard
20156
20157 \begin_layout Plain Layout
20158 \begin_inset CommandInset label
20159 LatexCommand label
20160 name "tab:ユーザー定義の表書式"
20161
20162 \end_inset
20163
20164 ユーザー定義の表書式を使用した表
20165 \end_layout
20166
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \begin_layout Plain Layout
20173 \align center
20174 \begin_inset Tabular
20175 <lyxtabular version="3" rows="3" columns="4">
20176 <features rotate="0" tabularvalignment="middle">
20177 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20178 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20179 <column alignment="center" valignment="middle">
20180 <column alignment="center" valignment="middle" special="K{red}">
20181 <row>
20182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 とても長い表セル中の単語
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 複数行の連結列
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 c
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 </row>
20219 <row>
20220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224 d
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 e
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 f
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 g
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 h
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 i
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280 j
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 k
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 </lyxtabular>
20296
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Subsection
20308 罫線幅
20309 \begin_inset CommandInset label
20310 LatexCommand label
20311 name "sub:罫線幅"
20312
20313 \end_inset
20314
20315
20316 \begin_inset Index idx
20317 status collapsed
20318
20319 \begin_layout Plain Layout
20320 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \begin_layout Standard
20329 表中のすべての罫線の罫線幅を調整するには、長さ
20330 \series bold
20331
20332 \backslash
20333 arrayrulewidth
20334 \series default
20335 を使用します。たとえば、表
20336 \begin_inset CommandInset ref
20337 LatexCommand ref
20338 reference "tab:Table-with-1.5"
20339
20340 \end_inset
20341
20342 のように罫線幅を1.5
20343 \begin_inset space \thinspace{}
20344 \end_inset
20345
20346 ptにするには、表や表フロートの前にTeXコードで
20347 \end_layout
20348
20349 \begin_layout Standard
20350
20351 \series bold
20352
20353 \backslash
20354 setlength{
20355 \backslash
20356 arrayrulewidth}{1.5pt}
20357 \end_layout
20358
20359 \begin_layout Standard
20360 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20361 \series bold
20362
20363 \backslash
20364 arrayrulewidth
20365 \series default
20366 を0.4
20367 \begin_inset space \thinspace{}
20368 \end_inset
20369
20370 ptに設定してください。
20371 \end_layout
20372
20373 \begin_layout Standard
20374 \begin_inset ERT
20375 status collapsed
20376
20377 \begin_layout Plain Layout
20378
20379
20380 \backslash
20381 setlength{
20382 \backslash
20383 arrayrulewidth}{1.5pt}
20384 \end_layout
20385
20386 \end_inset
20387
20388
20389 \begin_inset Float table
20390 wide false
20391 sideways false
20392 status open
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Caption Standard
20396
20397 \begin_layout Plain Layout
20398 \begin_inset CommandInset label
20399 LatexCommand label
20400 name "tab:Table-with-1.5"
20401
20402 \end_inset
20403
20404 1.5
20405 \begin_inset space \thinspace{}
20406 \end_inset
20407
20408 pt幅罫線の表
20409 \end_layout
20410
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \begin_layout Plain Layout
20417 \align center
20418 \begin_inset Tabular
20419 <lyxtabular version="3" rows="3" columns="3">
20420 <features rotate="0" tabularvalignment="middle">
20421 <column alignment="center" valignment="top">
20422 <column alignment="center" valignment="top">
20423 <column alignment="center" valignment="top">
20424 <row>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429 sd
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 </row>
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 sd
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505 sd
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 </row>
20511 </lyxtabular>
20512
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \end_inset
20519
20520
20521 \begin_inset ERT
20522 status collapsed
20523
20524 \begin_layout Plain Layout
20525
20526
20527 \backslash
20528 setlength{
20529 \backslash
20530 arrayrulewidth}{0.4pt}
20531 \end_layout
20532
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \begin_layout Standard
20539 \begin_inset VSpace bigskip
20540 \end_inset
20541
20542
20543 \begin_inset CommandInset ref
20544 LatexCommand ref
20545 reference "tab:1.5pt幅横罫"
20546
20547 \end_inset
20548
20549 のように横罫だけを1.5
20550 \begin_inset space \thinspace{}
20551 \end_inset
20552
20553 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20554 \end_layout
20555
20556 \begin_layout Standard
20557
20558 \series bold
20559
20560 \backslash
20561 let
20562 \backslash
20563 myHline
20564 \backslash
20565 hline
20566 \begin_inset Newline newline
20567 \end_inset
20568
20569
20570 \backslash
20571 renewcommand{
20572 \backslash
20573 hline}
20574 \begin_inset Newline newline
20575 \end_inset
20576
20577  {
20578 \backslash
20579 noalign{
20580 \backslash
20581 global
20582 \backslash
20583 arrayrulewidth 1.5pt}
20584 \begin_inset Newline newline
20585 \end_inset
20586
20587  
20588 \backslash
20589 myHline
20590 \backslash
20591 noalign{
20592 \backslash
20593 global
20594 \backslash
20595 arrayrulewidth 0.4pt}}
20596 \end_layout
20597
20598 \begin_layout Standard
20599 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
20600 \end_layout
20601
20602 \begin_layout Standard
20603
20604 \series bold
20605
20606 \backslash
20607 renewcommand{
20608 \backslash
20609 hline}{
20610 \backslash
20611 myHline}
20612 \end_layout
20613
20614 \begin_layout Standard
20615 \begin_inset ERT
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619
20620
20621 \backslash
20622 let
20623 \backslash
20624 myHline
20625 \backslash
20626 hline
20627 \end_layout
20628
20629 \begin_layout Plain Layout
20630
20631
20632 \backslash
20633 renewcommand{
20634 \backslash
20635 hline}
20636 \end_layout
20637
20638 \begin_layout Plain Layout
20639
20640  {
20641 \backslash
20642 noalign{
20643 \backslash
20644 global
20645 \backslash
20646 arrayrulewidth 1.5pt}
20647 \end_layout
20648
20649 \begin_layout Plain Layout
20650
20651   
20652 \backslash
20653 myHline
20654 \backslash
20655 noalign{
20656 \backslash
20657 global
20658 \backslash
20659 arrayrulewidth 0.4pt}}
20660 \end_layout
20661
20662 \end_inset
20663
20664
20665 \begin_inset Float table
20666 wide false
20667 sideways false
20668 status open
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Caption Standard
20672
20673 \begin_layout Plain Layout
20674 \begin_inset CommandInset label
20675 LatexCommand label
20676 name "tab:1.5pt幅横罫"
20677
20678 \end_inset
20679
20680 1.5
20681 \begin_inset space \thinspace{}
20682 \end_inset
20683
20684 pt幅横罫の表
20685 \end_layout
20686
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \begin_layout Plain Layout
20693 \align center
20694 \begin_inset Tabular
20695 <lyxtabular version="3" rows="3" columns="3">
20696 <features rotate="0" tabularvalignment="middle">
20697 <column alignment="center" valignment="top">
20698 <column alignment="center" valignment="top">
20699 <column alignment="center" valignment="top">
20700 <row>
20701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705 sd
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 sd
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 </row>
20758 <row>
20759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 sd
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 </row>
20787 </lyxtabular>
20788
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795
20796
20797 \begin_inset ERT
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801
20802
20803 \backslash
20804 renewcommand{
20805 \backslash
20806 hline}{
20807 \backslash
20808 myHline}
20809 \end_layout
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \begin_layout Standard
20817 \begin_inset VSpace bigskip
20818 \end_inset
20819
20820 縦罫だけを1.5
20821 \begin_inset space \thinspace{}
20822 \end_inset
20823
20824 pt幅にするには、第
20825 \begin_inset CommandInset ref
20826 LatexCommand ref
20827 reference "sub:自製書式"
20828
20829 \end_inset
20830
20831 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
20832 \end_layout
20833
20834 \begin_layout Standard
20835
20836 \series bold
20837
20838 \backslash
20839 newcolumntype{V}{!{
20840 \backslash
20841 vrule width 1.5pt}}
20842 \end_layout
20843
20844 \begin_layout Standard
20845
20846 \begin_inset CommandInset ref
20847 LatexCommand ref
20848 reference "tab:1.5pt幅縦罫"
20849
20850 \end_inset
20851
20852 を作るには、最右列にLaTeX引数
20853 \end_layout
20854
20855 \begin_layout Standard
20856
20857 \series bold
20858 VcV
20859 \end_layout
20860
20861 \begin_layout Standard
20862 を指定し、他の列には
20863 \end_layout
20864
20865 \begin_layout Standard
20866
20867 \series bold
20868 Vc
20869 \end_layout
20870
20871 \begin_layout Standard
20872 を指定します。
20873 \end_layout
20874
20875 \begin_layout Standard
20876 \begin_inset Float table
20877 wide false
20878 sideways false
20879 status open
20880
20881 \begin_layout Plain Layout
20882 \begin_inset Caption Standard
20883
20884 \begin_layout Plain Layout
20885 \begin_inset CommandInset label
20886 LatexCommand label
20887 name "tab:1.5pt幅縦罫"
20888
20889 \end_inset
20890
20891 1.5
20892 \begin_inset space \thinspace{}
20893 \end_inset
20894
20895 pt幅縦罫の表
20896 \end_layout
20897
20898 \end_inset
20899
20900
20901 \end_layout
20902
20903 \begin_layout Plain Layout
20904 \align center
20905 \begin_inset Tabular
20906 <lyxtabular version="3" rows="3" columns="3">
20907 <features rotate="0" tabularvalignment="middle">
20908 <column alignment="center" valignment="top" special="Vc">
20909 <column alignment="center" valignment="top" special="Vc">
20910 <column alignment="center" valignment="top" special="VcV">
20911 <row>
20912 <cell alignment="center" valignment="top" topline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 sd
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 <cell alignment="center" valignment="top" topline="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" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" topline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 sd
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 </row>
20969 <row>
20970 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992 sd
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 </row>
20998 </lyxtabular>
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \begin_layout Subsection
21011 点罫
21012 \begin_inset Index idx
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016 ひょうのちょうせい@表の調整 ! てんけい@点罫
21017 \end_layout
21018
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \begin_layout Standard
21025 \begin_inset ERT
21026 status collapsed
21027
21028 \begin_layout Plain Layout
21029
21030
21031 \backslash
21032 ifarydshln
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \begin_inset Note Note
21039 status open
21040
21041 \begin_layout Plain Layout
21042 この節は、LaTeXパッケージ
21043 \series bold
21044 arydshln
21045 \series default
21046 が導入済みの時のみ表示されます。
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Standard
21055 \begin_inset Float table
21056 placement H
21057 wide false
21058 sideways false
21059 status open
21060
21061 \begin_layout Plain Layout
21062 \begin_inset Caption Standard
21063
21064 \begin_layout Plain Layout
21065 \begin_inset CommandInset label
21066 LatexCommand label
21067 name "tab:点罫表"
21068
21069 \end_inset
21070
21071 点罫を使用した表
21072 \end_layout
21073
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \begin_layout Plain Layout
21080 \align center
21081 \begin_inset Tabular
21082 <lyxtabular version="3" rows="5" columns="5">
21083 <features rotate="0" tabularvalignment="middle">
21084 <column alignment="center" valignment="top">
21085 <column alignment="center" valignment="top">
21086 <column alignment="center" valignment="top" special=":c">
21087 <column alignment="center" valignment="top">
21088 <column alignment="center" valignment="top">
21089 <row>
21090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 </row>
21136 <row>
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" topline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 <row>
21184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset ERT
21189 status collapsed
21190
21191 \begin_layout Plain Layout
21192
21193
21194 \backslash
21195 hdashline 
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 </row>
21242 <row>
21243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 \begin_inset ERT
21248 status collapsed
21249
21250 \begin_layout Plain Layout
21251
21252
21253 \backslash
21254 cdashline{4-5}
21255 \end_layout
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 </row>
21301 <row>
21302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 </row>
21348 </lyxtabular>
21349
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \begin_layout Standard
21361 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21362 \end_layout
21363
21364 \begin_layout Standard
21365
21366 \series bold
21367
21368 \backslash
21369 usepackage{arydshln}
21370 \end_layout
21371
21372 \begin_layout Standard
21373 というコマンドを書き、LaTeXパッケージの
21374 \series bold
21375 arydshln
21376 \series default
21377
21378 \begin_inset Index idx
21379 status collapsed
21380
21381 \begin_layout Plain Layout
21382 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21383 \end_layout
21384
21385 \end_inset
21386
21387 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21388 \end_layout
21389
21390 \begin_layout Standard
21391 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21392 \end_layout
21393
21394 \begin_layout Standard
21395
21396 \series bold
21397
21398 \backslash
21399 hdashline
21400 \end_layout
21401
21402 \begin_layout Standard
21403 というコマンドを加えてください。
21404 \end_layout
21405
21406 \begin_layout Standard
21407 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21408 \end_layout
21409
21410 \begin_layout Standard
21411
21412 \series bold
21413
21414 \backslash
21415 cdashline{列番号
21416 \series default
21417 }
21418 \end_layout
21419
21420 \begin_layout Standard
21421 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21422 \end_layout
21423
21424 \begin_layout Standard
21425
21426 \series bold
21427
21428 \backslash
21429 cdashline{2-4}
21430 \end_layout
21431
21432 \begin_layout Standard
21433 なるコマンドを置いてください。
21434 \end_layout
21435
21436 \begin_layout Standard
21437 \begin_inset VSpace bigskip
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \begin_layout Standard
21444
21445 \begin_inset CommandInset ref
21446 LatexCommand ref
21447 reference "tab:点罫表"
21448
21449 \end_inset
21450
21451 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21452 \series bold
21453
21454 \backslash
21455 hdashline
21456 \series default
21457 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
21458 \begin_inset Newline newline
21459 \end_inset
21460
21461  
21462 \series bold
21463
21464 \backslash
21465 cdashline{4-5}
21466 \series default
21467 が挿れられています。
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset VSpace bigskip
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \begin_layout Standard
21478 点罫を持つ表も、表
21479 \begin_inset CommandInset ref
21480 LatexCommand ref
21481 reference "tab:Colored-table-with"
21482
21483 \end_inset
21484
21485 のように色付けをすることができます。
21486 \end_layout
21487
21488 \begin_layout Standard
21489 \begin_inset ERT
21490 status collapsed
21491
21492 \begin_layout Plain Layout
21493
21494
21495 \backslash
21496 setlength{
21497 \backslash
21498 arrayrulewidth}{1pt}
21499 \end_layout
21500
21501 \end_inset
21502
21503
21504 \begin_inset Note Note
21505 status collapsed
21506
21507 \begin_layout Plain Layout
21508 罫線色が見易いように線を太く
21509 \end_layout
21510
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \begin_layout Standard
21517 \begin_inset ERT
21518 status collapsed
21519
21520 \begin_layout Plain Layout
21521
21522
21523 \backslash
21524 dashgapcolor{green}
21525 \end_layout
21526
21527 \end_inset
21528
21529
21530 \begin_inset Note Note
21531 status collapsed
21532
21533 \begin_layout Plain Layout
21534 緑点罫の間の色付き余白
21535 \end_layout
21536
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \begin_layout Standard
21543 \begin_inset ERT
21544 status collapsed
21545
21546 \begin_layout Plain Layout
21547
21548
21549 \backslash
21550 let
21551 \backslash
21552 myHdashline
21553 \backslash
21554 hdashline
21555 \end_layout
21556
21557 \begin_layout Plain Layout
21558
21559
21560 \backslash
21561 renewcommand{
21562 \backslash
21563 hdashline}
21564 \end_layout
21565
21566 \begin_layout Plain Layout
21567
21568  {
21569 \backslash
21570 arrayrulecolor{red}
21571 \backslash
21572 myHdashline
21573 \backslash
21574 arrayrulecolor{black}}
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \begin_inset Note Note
21581 status collapsed
21582
21583 \begin_layout Plain Layout
21584 色付き水平線・点罫赤
21585 \end_layout
21586
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \begin_layout Standard
21593 \begin_inset ERT
21594 status collapsed
21595
21596 \begin_layout Plain Layout
21597
21598
21599 \backslash
21600 let
21601 \backslash
21602 myCdashline
21603 \backslash
21604 cdashline
21605 \end_layout
21606
21607 \begin_layout Plain Layout
21608
21609
21610 \backslash
21611 renewcommand{
21612 \backslash
21613 cdashline}[1]
21614 \end_layout
21615
21616 \begin_layout Plain Layout
21617
21618  {
21619 \backslash
21620 arrayrulecolor{yellow}
21621 \backslash
21622 myCdashline{#1}
21623 \backslash
21624 arrayrulecolor{black}}
21625 \end_layout
21626
21627 \end_inset
21628
21629
21630 \begin_inset Note Note
21631 status collapsed
21632
21633 \begin_layout Plain Layout
21634 色付き部分水平線・点罫黄色
21635 \end_layout
21636
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Standard
21643 \begin_inset Float table
21644 placement h
21645 wide false
21646 sideways false
21647 status open
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Caption Standard
21651
21652 \begin_layout Plain Layout
21653 \begin_inset CommandInset label
21654 LatexCommand label
21655 name "tab:Colored-table-with"
21656
21657 \end_inset
21658
21659 点罫線の色付き表
21660 \end_layout
21661
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \begin_layout Plain Layout
21668 \align center
21669 \begin_inset Tabular
21670 <lyxtabular version="3" rows="5" columns="5">
21671 <features rotate="0" tabularvalignment="middle">
21672 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21673 <column alignment="center" valignment="top" width="0pt">
21674 <column alignment="center" valignment="top" width="0pt" special=":c">
21675 <column alignment="center" valignment="top">
21676 <column alignment="center" valignment="top">
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 a
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" topline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 b
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 c
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 d
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 e
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 f
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 g
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" topline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 h
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 i
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 j
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset ERT
21777 status collapsed
21778
21779 \begin_layout Plain Layout
21780
21781
21782 \backslash
21783 hdashline 
21784 \end_layout
21785
21786 \end_inset
21787
21788
21789 \begin_inset ERT
21790 status collapsed
21791
21792 \begin_layout Plain Layout
21793
21794
21795 \backslash
21796 rowcolor{Gray}
21797 \end_layout
21798
21799 \end_inset
21800
21801 k
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 l
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 m
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828 n
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 o
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 <row>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset ERT
21849 status collapsed
21850
21851 \begin_layout Plain Layout
21852
21853
21854 \backslash
21855 cdashline{4-5}
21856 \end_layout
21857
21858 \end_inset
21859
21860 p
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 q
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 r
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 s
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 <row>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 t
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916 u
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 v
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934 w
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset ERT
21944 status collapsed
21945
21946 \begin_layout Plain Layout
21947
21948
21949 \backslash
21950 cellcolor{Maroon}
21951 \end_layout
21952
21953 \end_inset
21954
21955 i
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 </lyxtabular>
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \begin_layout Standard
21974 \begin_inset ERT
21975 status collapsed
21976
21977 \begin_layout Plain Layout
21978
21979
21980 \backslash
21981 renewcommand{
21982 \backslash
21983 hdashline}{
21984 \backslash
21985 myHdashline}
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \begin_inset Note Note
21992 status collapsed
21993
21994 \begin_layout Plain Layout
21995 既定値に戻す
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \begin_layout Standard
22004 \begin_inset ERT
22005 status collapsed
22006
22007 \begin_layout Plain Layout
22008
22009
22010 \backslash
22011 renewcommand{
22012 \backslash
22013 cdashline}{
22014 \backslash
22015 myCdashline}
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \begin_inset Note Note
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025 既定値に戻す
22026 \end_layout
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Standard
22034 \begin_inset ERT
22035 status collapsed
22036
22037 \begin_layout Plain Layout
22038
22039
22040 \backslash
22041 nodashgapcolor
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \begin_inset Note Note
22048 status collapsed
22049
22050 \begin_layout Plain Layout
22051 既定値に戻す
22052 \end_layout
22053
22054 \end_inset
22055
22056
22057 \end_layout
22058
22059 \begin_layout Standard
22060 \begin_inset ERT
22061 status collapsed
22062
22063 \begin_layout Plain Layout
22064
22065
22066 \backslash
22067 setlength{
22068 \backslash
22069 arrayrulewidth}{0.4pt}
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \begin_inset Note Note
22076 status collapsed
22077
22078 \begin_layout Plain Layout
22079 既定値に戻す
22080 \end_layout
22081
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \begin_layout Standard
22088 行や列、罫線の着色は、第
22089 \begin_inset CommandInset ref
22090 LatexCommand ref
22091 reference "sec:色付きの表"
22092
22093 \end_inset
22094
22095 節に述べられているように動作します。水平線の着色も、
22096 \series bold
22097
22098 \backslash
22099 myHlineC
22100 \series default
22101 コマンドを
22102 \series bold
22103
22104 \backslash
22105 myHdashline
22106 \series default
22107 に置き換え、
22108 \series bold
22109
22110 \backslash
22111 hline
22112 \series default
22113
22114 \series bold
22115
22116 \backslash
22117 hdashline
22118 \series default
22119 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22120 \end_layout
22121
22122 \begin_layout Standard
22123
22124 \series bold
22125
22126 \backslash
22127 let
22128 \backslash
22129 myHdashline
22130 \backslash
22131 hdashline
22132 \begin_inset Newline newline
22133 \end_inset
22134
22135
22136 \backslash
22137 renewcommand{
22138 \backslash
22139 hdashline}
22140 \begin_inset Newline newline
22141 \end_inset
22142
22143
22144 \begin_inset Phantom HPhantom
22145 status open
22146
22147 \begin_layout Plain Layout
22148 \begin_inset space ~
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155
22156 {
22157 \backslash
22158 arrayrulecolor{red}
22159 \backslash
22160 myHdashline
22161 \backslash
22162 arrayrulecolor{black}}
22163 \end_layout
22164
22165 \begin_layout Standard
22166
22167 \series bold
22168
22169 \backslash
22170 cdashline
22171 \series default
22172 に色をつけるならば、コマンドは
22173 \end_layout
22174
22175 \begin_layout Standard
22176
22177 \series bold
22178
22179 \backslash
22180 let
22181 \backslash
22182 myCdashline
22183 \backslash
22184 cdashline
22185 \begin_inset Newline newline
22186 \end_inset
22187
22188
22189 \backslash
22190 renewcommand{
22191 \backslash
22192 cdashline}[1]
22193 \begin_inset Newline newline
22194 \end_inset
22195
22196
22197 \begin_inset Phantom HPhantom
22198 status open
22199
22200 \begin_layout Plain Layout
22201 \begin_inset space ~
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208
22209 {
22210 \backslash
22211 arrayrulecolor{red}
22212 \backslash
22213 myCdashline{#1}
22214 \backslash
22215 arrayrulecolor{black}}
22216 \end_layout
22217
22218 \begin_layout Standard
22219 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
22220 \end_layout
22221
22222 \begin_layout Standard
22223
22224 \series bold
22225
22226 \backslash
22227 hdashline
22228 \series default
22229 の場合は
22230 \end_layout
22231
22232 \begin_layout Standard
22233
22234 \series bold
22235
22236 \backslash
22237 renewcommand{
22238 \backslash
22239 hdashline}{
22240 \backslash
22241 myHdashline}
22242 \end_layout
22243
22244 \begin_layout Standard
22245 とし、
22246 \series bold
22247
22248 \backslash
22249 cdashline
22250 \series default
22251 の場合は
22252 \end_layout
22253
22254 \begin_layout Standard
22255
22256 \series bold
22257
22258 \backslash
22259 renewcommand{
22260 \backslash
22261 cdashline}{
22262 \backslash
22263 myCdashline}
22264 \end_layout
22265
22266 \begin_layout Standard
22267 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22268 \end_layout
22269
22270 \begin_layout Standard
22271
22272 \series bold
22273
22274 \backslash
22275 dashgapcolor{色}
22276 \end_layout
22277
22278 \begin_layout Standard
22279 とすれば良いです。ここで「色」は、定義済みの色名です。
22280 \end_layout
22281
22282 \begin_layout Standard
22283
22284 \series bold
22285
22286 \backslash
22287 nodashgapcolor
22288 \end_layout
22289
22290 \begin_layout Standard
22291 というコマンドは、
22292 \series bold
22293
22294 \backslash
22295 dashgapcolor
22296 \series default
22297 が行った変更を元に戻します。
22298 \end_layout
22299
22300 \begin_layout Standard
22301 \begin_inset Note Greyedout
22302 status open
22303
22304 \begin_layout Plain Layout
22305 【註】1つのセル中に複数のコマンドがある場合、
22306 \series bold
22307 arydshln
22308 \series default
22309 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22310 \begin_inset CommandInset ref
22311 LatexCommand ref
22312 reference "tab:Colored-table-with"
22313
22314 \end_inset
22315
22316 のセル
22317 \emph on
22318 k
22319 \emph default
22320 では、
22321 \series bold
22322
22323 \backslash
22324 hdashline
22325 \series default
22326 コマンドが
22327 \series bold
22328
22329 \backslash
22330 rowcolor
22331 \series default
22332 の前に来ています。
22333 \end_layout
22334
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \begin_layout Standard
22341 \begin_inset Note Greyedout
22342 status open
22343
22344 \begin_layout Plain Layout
22345
22346 \series bold
22347 【註】
22348 \series default
22349 LaTeXパッケージ
22350 \series bold
22351 arydshln
22352 \series default
22353 は、文書プリアンブル中でLaTeXパッケージ
22354 \series bold
22355 colortbl
22356 \series default
22357
22358 \begin_inset Index idx
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22363 \end_layout
22364
22365 \end_inset
22366
22367 よりも前に読み込まれている必要があります。
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Standard
22376 \begin_inset ERT
22377 status collapsed
22378
22379 \begin_layout Plain Layout
22380
22381
22382 \backslash
22383 else
22384 \end_layout
22385
22386 \end_inset
22387
22388
22389 \begin_inset Note Note
22390 status open
22391
22392 \begin_layout Plain Layout
22393 以下は、LaTeXパッケージ
22394 \series bold
22395 arydshln
22396 \series default
22397 が導入済みでないときに表示されます。
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \begin_layout Standard
22406 本節の内容を出力に表示するためには、
22407 \series bold
22408 arydshln
22409 \series default
22410 パッケージを導入しなくてはなりません。
22411 \end_layout
22412
22413 \begin_layout Standard
22414 \begin_inset ERT
22415 status collapsed
22416
22417 \begin_layout Plain Layout
22418
22419
22420 \backslash
22421 fi
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \begin_layout Standard
22430 点罫について詳しい情報は、
22431 \series bold
22432 arydshln
22433 \series default
22434 の取扱説明書
22435 \begin_inset CommandInset citation
22436 LatexCommand cite
22437 key "arydshln"
22438
22439 \end_inset
22440
22441 をご覧ください。
22442 \end_layout
22443
22444 \begin_layout Chapter
22445 フロート
22446 \begin_inset CommandInset label
22447 LatexCommand label
22448 name "chap:フロート"
22449
22450 \end_inset
22451
22452
22453 \begin_inset Index idx
22454 status collapsed
22455
22456 \begin_layout Plain Layout
22457 ふろーと@フロート
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \begin_layout Section
22466 はじめに
22467 \begin_inset CommandInset label
22468 LatexCommand label
22469 name "sec:フロートはじめに"
22470
22471 \end_inset
22472
22473
22474 \begin_inset Index idx
22475 status collapsed
22476
22477 \begin_layout Plain Layout
22478 ふろーと@フロート ! はじめに
22479 \end_layout
22480
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \begin_layout Standard
22487 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22488 ート)ことができます。
22489 \family sans
22490 脚注
22491 \family default
22492
22493 \family sans
22494 傍注
22495 \family default
22496 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22497 \end_layout
22498
22499 \begin_layout Standard
22500 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22501 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22502 ートには連番が割り当てられます。参照については、第
22503 \begin_inset CommandInset ref
22504 LatexCommand ref
22505 reference "sec:フロートの参照"
22506
22507 \end_inset
22508
22509 節で述べられています。
22510 \end_layout
22511
22512 \begin_layout Standard
22513 フロートを挿入するには、
22514 \family sans
22515 挿入\SpecialChar \menuseparator
22516 フロート
22517 \family default
22518 メニューを使えば、ラベルのついたボックスすなわち
22519 \family sans
22520 キャプション
22521 \family default
22522 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22523 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22524 \begin_inset CommandInset ref
22525 LatexCommand ref
22526 reference "sec:キャプションの配置"
22527
22528 \end_inset
22529
22530 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22531 ます。畳んだフロートボックスは、
22532 \begin_inset Graphics
22533         filename clipart/floatQt4.png
22534         scale 70
22535         scaleBeforeRotation
22536
22537 \end_inset
22538
22539 のように、灰色ボタンに赤字ラベルで表示されます。
22540 \end_layout
22541
22542 \begin_layout Standard
22543 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22544 \end_layout
22545
22546 \begin_layout Standard
22547 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22548 \end_layout
22549
22550 \begin_layout Section
22551 フロート型
22552 \end_layout
22553
22554 \begin_layout Standard
22555 LyXには、第
22556 \begin_inset CommandInset ref
22557 LatexCommand ref
22558 reference "sec:図フロート"
22559
22560 \end_inset
22561
22562 節および第
22563 \begin_inset CommandInset ref
22564 LatexCommand ref
22565 reference "sec:表フロート"
22566
22567 \end_inset
22568
22569 節で各々説明されている図フロートと表フロート以外に、
22570 \family sans
22571 アルゴリズム型
22572 \series bold
22573
22574 \series default
22575 折返し型
22576 \family default
22577 のフロート型があります。後者は、第
22578 \begin_inset CommandInset ref
22579 LatexCommand ref
22580 reference "sec:折返しフロート"
22581
22582 \end_inset
22583
22584 節に説明があります。
22585 \end_layout
22586
22587 \begin_layout Subsection
22588 アルゴリズムフロート
22589 \begin_inset Index idx
22590 status collapsed
22591
22592 \begin_layout Plain Layout
22593 ふろーと@フロート ! あるごりずむ@アルゴリズム
22594 \end_layout
22595
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \begin_layout Standard
22602 \begin_inset Float algorithm
22603 placement h
22604 wide false
22605 sideways false
22606 status open
22607
22608 \begin_layout Plain Layout
22609 \begin_inset Caption Standard
22610
22611 \begin_layout Plain Layout
22612 \begin_inset CommandInset label
22613 LatexCommand label
22614 name "alg:アルゴリズムフロートの例"
22615
22616 \end_inset
22617
22618 アルゴリズムフロートの例
22619 \end_layout
22620
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \begin_layout LyX-Code
22627 for I in 1..N loop
22628 \begin_inset Newline newline
22629 \end_inset
22630
22631  Sum:= Sum + A(I); /*comment*/
22632 \begin_inset Newline newline
22633 \end_inset
22634
22635 end loop
22636 \begin_inset VSpace -4mm
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \begin_layout Standard
22648 このフロート型は、
22649 \family sans
22650 挿入
22651 \shape up
22652 \SpecialChar \menuseparator
22653 フロート\SpecialChar \menuseparator
22654 アルゴリズム
22655 \family default
22656 \shape default
22657 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22658 \begin_inset CommandInset ref
22659 LatexCommand ref
22660 reference "cha:プログラムコードリスト"
22661
22662 \end_inset
22663
22664 章で説明されているプログラムコードリストの代わりとみなすことができます。
22665 \emph on
22666 LyXユーザーの手引き
22667 \emph default
22668 に述べられているように、アルゴリズム向けの環境としては、
22669 \family sans
22670 LyXコード
22671 \family default
22672 があります。 アルゴリズム
22673 \begin_inset CommandInset ref
22674 LatexCommand ref
22675 reference "alg:アルゴリズムフロートの例"
22676
22677 \end_inset
22678
22679 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22680 \begin_inset space \thinspace{}
22681 \end_inset
22682
22683 mmの垂直空白が入れてあります。
22684 \end_layout
22685
22686 \begin_layout Standard
22687 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22688 \end_layout
22689
22690 \begin_layout Standard
22691
22692 \series bold
22693
22694 \backslash
22695 floatname{algorithm}{付けたい名称}
22696 \end_layout
22697
22698 \begin_layout Standard
22699 という行を手動で加える必要があります。ここで
22700 \family sans
22701 \series bold
22702 付けたい名称
22703 \family default
22704 \series default
22705 には、お使いの言語で「
22706 \emph on
22707 algorithm
22708 \emph default
22709 」に対応する単語を指定します。
22710 \end_layout
22711
22712 \begin_layout Standard
22713 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22714 \family sans
22715 挿入\SpecialChar \menuseparator
22716 一覧/目次\SpecialChar \menuseparator
22717 アルゴリズム一覧
22718 \family default
22719 メニューを使用します。それ以外の場合には、代わりに
22720 \end_layout
22721
22722 \begin_layout Standard
22723
22724 \series bold
22725
22726 \backslash
22727 listof{algorithm}{付けたい名称}
22728 \end_layout
22729
22730 \begin_layout Standard
22731 というコマンドをTeXコードとして用います。ここで
22732 \family sans
22733 付けたい名称
22734 \family default
22735 とは、「
22736 \emph on
22737 List of Algorithm
22738 \emph default
22739 s」という単語に相当する、ご使用になりたい言語での単語です。
22740 \end_layout
22741
22742 \begin_layout Standard
22743 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22744 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22745 \end_layout
22746
22747 \begin_layout Standard
22748
22749 \series bold
22750
22751 \backslash
22752 numberwithin{algorithm}{chapter}
22753 \end_layout
22754
22755 \begin_layout Standard
22756 というコマンドを追加してください。
22757 \series bold
22758
22759 \backslash
22760 numberwithin
22761 \series default
22762 というコマンドを使用するには、文書設定の
22763 \family sans
22764 数式オプション
22765 \family default
22766 タブで
22767 \family sans
22768 AMS mathパッケージを使用する
22769 \family default
22770 オプションを有効にしてください。
22771 \end_layout
22772
22773 \begin_layout Section
22774 フロートの連番
22775 \begin_inset Index idx
22776 status collapsed
22777
22778 \begin_layout Plain Layout
22779 ふろーと@フロート ! れんばん@連番
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \begin_layout Standard
22788 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22789 て変わります。
22790 \end_layout
22791
22792 \begin_layout Standard
22793 節から独立して付けられている連番を変更するには、文書プリアンブルで
22794 \end_layout
22795
22796 \begin_layout Standard
22797
22798 \series bold
22799
22800 \backslash
22801 renewcommand{
22802 \backslash
22803 thetable}{
22804 \backslash
22805 roman{table}}
22806 \end_layout
22807
22808 \begin_layout Standard
22809
22810 \series bold
22811 というコマンドを使うと良いでしょう。
22812 \backslash
22813 thetable
22814 \series default
22815 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22816 \series bold
22817
22818 \backslash
22819 thefigure
22820 \series default
22821 コマンドを使用します。上のコマンドで使用されている
22822 \series bold
22823
22824 \backslash
22825 roman
22826 \series default
22827 は、表番号を小文字のローマ数字で印字するコマンドです。
22828 \end_layout
22829
22830 \begin_layout Standard
22831 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22832 \end_layout
22833
22834 \begin_layout Standard
22835
22836 \series bold
22837
22838 \backslash
22839 numberwithin{table}{subsection}
22840 \end_layout
22841
22842 \begin_layout Standard
22843 というコマンドを使用してください。
22844 \series bold
22845
22846 \backslash
22847 numberwithin
22848 \series default
22849 コマンドを使用可能にするためには、文書設定の
22850 \family sans
22851 数式オプション
22852 \family default
22853 タブで、
22854 \family sans
22855 AMS
22856 \begin_inset space ~
22857 \end_inset
22858
22859 math数式パッケージを使用する
22860 \family default
22861 を使用します。
22862 \end_layout
22863
22864 \begin_layout Standard
22865 連番コマンドについての詳細と大切な注意点については、第
22866 \begin_inset CommandInset ref
22867 LatexCommand ref
22868 reference "sub:脚注の付番"
22869
22870 \end_inset
22871
22872 節もご覧ください。
22873 \end_layout
22874
22875 \begin_layout Section
22876 フロートの参照
22877 \begin_inset CommandInset label
22878 LatexCommand label
22879 name "sec:フロートの参照"
22880
22881 \end_inset
22882
22883
22884 \begin_inset Index idx
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888 ふろーと@フロート ! さんしょう@参照
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \begin_inset Index idx
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Standard
22907 フロートを参照するには、
22908 \family sans
22909 挿入\SpecialChar \menuseparator
22910 ラベル
22911 \family default
22912 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22913 \begin_inset Graphics
22914         filename clipart/labelQt4.png
22915         scale 85
22916         scaleBeforeRotation
22917
22918 \end_inset
22919
22920 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22921 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22922 \family sans
22923 fig:
22924 \family default
22925 」という前置句がつけられます。
22926 \end_layout
22927
22928 \begin_layout Standard
22929 ラベルは、参照のための名称兼位置標として用いられます。
22930 \family sans
22931 挿入\SpecialChar \menuseparator
22932 相互参照
22933 \family default
22934 メニューかツールバーボタン
22935 \family sans
22936
22937 \begin_inset Info
22938 type  "icon"
22939 arg   "dialog-show-new-inset ref"
22940 \end_inset
22941
22942
22943 \family default
22944 を使えば、ラベルを参照することができます。
22945 \begin_inset Graphics
22946         filename clipart/referenceQt4.png
22947         scale 85
22948         scaleBeforeRotation
22949
22950 \end_inset
22951
22952 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22953 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22954 れます。
22955 \end_layout
22956
22957 \begin_layout Standard
22958 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22959 出力では、参照の代わりに二つの疑問符が表示されることになります。
22960 \end_layout
22961
22962 \begin_layout Standard
22963 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22964 で、リンクの更新に手間を割く必要はありません。
22965 \end_layout
22966
22967 \begin_layout Standard
22968 相互参照ウィンドウの
22969 \family sans
22970 ラベルへ移動
22971 \family default
22972 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22973 \family sans
22974 戻る
22975 \family default
22976 に変わるので、相互参照にカーソルを戻すのに使用することができます。
22977 \end_layout
22978
22979 \begin_layout Subsection
22980 相互参照の書式
22981 \begin_inset CommandInset label
22982 LatexCommand label
22983 name "sub:相互参照の書式"
22984
22985 \end_inset
22986
22987
22988 \begin_inset Index idx
22989 status collapsed
22990
22991 \begin_layout Plain Layout
22992 さんしょう@参照 ! しょしき@書式
22993 \end_layout
22994
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \begin_layout Standard
23001 相互参照には、以下の6種類があります。
23002 \end_layout
23003
23004 \begin_layout Description
23005 <参照>: これはフロート番号を表示します。これが既定値です。例:
23006 \begin_inset CommandInset ref
23007 LatexCommand ref
23008 reference "fig:歪められた二つの像"
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Description
23016 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23017 例:
23018 \begin_inset CommandInset ref
23019 LatexCommand eqref
23020 reference "eq:Wgn"
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Description
23028 <参照ページ>: これはページ番号を表示します。例:Page
23029 \begin_inset space ~
23030 \end_inset
23031
23032
23033 \begin_inset CommandInset ref
23034 LatexCommand pageref
23035 reference "fig:歪められた二つの像"
23036
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \begin_layout Description
23043 on
23044 \begin_inset space ~
23045 \end_inset
23046
23047 page
23048 \begin_inset space ~
23049 \end_inset
23050
23051 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23052 \begin_inset CommandInset ref
23053 LatexCommand vpageref
23054 reference "fig:歪められた二つの像"
23055
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \begin_layout Description
23062 <参照>
23063 \begin_inset space ~
23064 \end_inset
23065
23066 on
23067 \begin_inset space ~
23068 \end_inset
23069
23070 page
23071 \begin_inset space ~
23072 \end_inset
23073
23074 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23075 \begin_inset CommandInset ref
23076 LatexCommand vref
23077 reference "fig:歪められた二つの像"
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout Description
23085 整形された参照: これは自製の相互参照書式で出力します。
23086 \begin_inset Newline newline
23087 \end_inset
23088
23089
23090 \begin_inset Note Greyedout
23091 status open
23092
23093 \begin_layout Plain Layout
23094 【註】この機能は、LaTeXパッケージ
23095 \series bold
23096 prettyref
23097 \series default
23098 または
23099 \series bold
23100 refstyle
23101 \series default
23102 が導入されている場合のみ使用することができます。
23103 \begin_inset Index idx
23104 status collapsed
23105
23106 \begin_layout Plain Layout
23107 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \begin_inset Index idx
23114 status collapsed
23115
23116 \begin_layout Plain Layout
23117 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23118 \end_layout
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \end_inset
23126
23127
23128 \begin_inset Newline newline
23129 \end_inset
23130
23131 メニュー
23132 \family sans
23133 文書\SpecialChar \menuseparator
23134 設定\SpecialChar \menuseparator
23135 文書クラス
23136 \family default
23137 でオプション
23138 \family sans
23139 相互参照に(prettyrefではなく)refstyleを使用
23140 \family default
23141 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
23142 \series bold
23143
23144 \backslash
23145 newrefformat
23146 \series default
23147 コマンド(prettyrefの場合)あるいは
23148 \series bold
23149
23150 \backslash
23151 newref
23152 \series default
23153 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23154 \family sans
23155 fig
23156 \family default
23157 」を持ちます)をすべて定義し直すには、
23158 \begin_inset Newline newline
23159 \end_inset
23160
23161
23162 \series bold
23163
23164 \backslash
23165 newref{fig}{refcmd={Image on page 
23166 \backslash
23167 pageref{#1}}}
23168 \begin_inset Newline newline
23169 \end_inset
23170
23171
23172 \series default
23173 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23174 \begin_inset CommandInset citation
23175 LatexCommand cite
23176 key "prettyref,refstyle"
23177
23178 \end_inset
23179
23180 をご覧ください。
23181 \end_layout
23182
23183 \begin_layout Description
23184 名称参照: これは、右のように参照のキャプションを出力します。 
23185 \begin_inset CommandInset ref
23186 LatexCommand nameref
23187 reference "fig:歪められた二つの像"
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Standard
23195
23196 \family sans
23197 <参照ページ>
23198 \family default
23199 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23200 \family sans
23201 on this page
23202 \family default
23203 」のような文章が表示されます。様式
23204 \family sans
23205 <参照> on page <参照ページ>
23206 \family default
23207 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23208 \end_layout
23209
23210 \begin_layout Standard
23211 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23212 \family sans
23213 書式
23214 \family default
23215 フィールドで選ぶことができます。
23216 \end_layout
23217
23218 \begin_layout Standard
23219 \begin_inset Note Greyedout
23220 status open
23221
23222 \begin_layout Plain Layout
23223 【註】LaTeXパッケージ
23224 \series bold
23225 prettyref
23226 \series default
23227
23228 \begin_inset Index idx
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23233 \end_layout
23234
23235 \end_inset
23236
23237 は、LyXの取り得るラベル
23238 \begin_inset Flex Ruby
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242 捷径
23243 \begin_inset Argument post:1
23244 status collapsed
23245
23246 \begin_layout Plain Layout
23247 ショートカット
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \begin_inset Foot
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262 例えば、
23263 \begin_inset Quotes eld
23264 \end_inset
23265
23266 fig:
23267 \begin_inset Quotes erd
23268 \end_inset
23269
23270 は図キャプションを表すLyX
23271 \begin_inset Flex Ruby
23272 status collapsed
23273
23274 \begin_layout Plain Layout
23275 捷径
23276 \begin_inset Argument post:1
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280 ショートカット
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289
23290 です。
23291 \end_layout
23292
23293 \end_inset
23294
23295 を全部は解釈できず、国際化もされていないので、
23296 \series bold
23297 refstyle
23298 \series default
23299
23300 \begin_inset Index idx
23301 status collapsed
23302
23303 \begin_layout Plain Layout
23304 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23305 \end_layout
23306
23307 \end_inset
23308
23309 を使用することを推奨します。
23310 \end_layout
23311
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \begin_layout Subsection
23318 参照名の自動命名
23319 \begin_inset Index idx
23320 status collapsed
23321
23322 \begin_layout Plain Layout
23323 さんしょう@参照 ! じどうめいめい@自動命名
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \begin_layout Standard
23332
23333 \family sans
23334 文書設定
23335 \family default
23336 ダイアログの
23337 \family sans
23338 PDF特性
23339 \family default
23340 で有効にされた
23341 \series bold
23342 hyperref
23343 \series default
23344
23345 \begin_inset Index idx
23346 status collapsed
23347
23348 \begin_layout Plain Layout
23349 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23350 \end_layout
23351
23352 \end_inset
23353
23354  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23355 \emph on
23356
23357 \emph default
23358 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23359 の機能を使用するには、hyperrefを有効にして、
23360 \end_layout
23361
23362 \begin_layout Standard
23363
23364 \series bold
23365
23366 \backslash
23367 AtBeginDocument{
23368 \backslash
23369 renewcommand{
23370 \backslash
23371 ref}[1]{
23372 \backslash
23373 mbox{
23374 \backslash
23375 autoref{#1}}}}
23376 \end_layout
23377
23378 \begin_layout Standard
23379 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23380 \begin_inset space \thinspace{}
23381 \end_inset
23382
23383 」としたいなど、既定の参照名以外のものが欲しい場合には、
23384 \end_layout
23385
23386 \begin_layout Standard
23387
23388 \series bold
23389
23390 \backslash
23391 addto
23392 \backslash
23393 extrasenglish{
23394 \backslash
23395 renewcommand{
23396 \backslash
23397 sectionautorefname}
23398 \begin_inset Newline newline
23399 \end_inset
23400
23401
23402 \begin_inset Phantom HPhantom
23403 status open
23404
23405 \begin_layout Plain Layout
23406
23407 \series bold
23408 \begin_inset space ~
23409 \end_inset
23410
23411
23412 \end_layout
23413
23414 \end_inset
23415
23416 {sec.
23417 \backslash
23418 negthinspace}}
23419 \end_layout
23420
23421 \begin_layout Standard
23422 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23423 \begin_inset Newline newline
23424 \end_inset
23425
23426
23427 \series bold
23428
23429 \backslash
23430 extrasenglishを
23431 \backslash
23432 extras***
23433 \series default
23434 に置き換えてください(***は使用中の言語名)。
23435 \end_layout
23436
23437 \begin_layout Standard
23438 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23439 \end_layout
23440
23441 \begin_layout Standard
23442
23443 \series bold
23444
23445 \backslash
23446 addto
23447 \backslash
23448 extrasenglish{
23449 \backslash
23450 renewcommand*{
23451 \backslash
23452 equationautorefname}[1]{}}
23453 \end_layout
23454
23455 \begin_layout Standard
23456 この話題に関する詳細は、hyperrefの説明書
23457 \begin_inset CommandInset citation
23458 LatexCommand cite
23459 key "hyperref"
23460
23461 \end_inset
23462
23463 をお読みください。
23464 \end_layout
23465
23466 \begin_layout Standard
23467 \begin_inset Note Greyedout
23468 status open
23469
23470 \begin_layout Plain Layout
23471
23472 \series bold
23473 【註】
23474 \series default
23475 参照の自動命名は、相互参照を
23476 \family sans
23477 整形参照
23478 \family default
23479 様式(第
23480 \begin_inset CommandInset ref
23481 LatexCommand ref
23482 reference "sub:相互参照の書式"
23483
23484 \end_inset
23485
23486 節)で使用しているときには、使用することができません。
23487 \end_layout
23488
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \begin_layout Standard
23495 LyXの取扱説明書『
23496 \emph on
23497 数式篇
23498 \emph default
23499 』では、参照名の自動命名が使用されています。
23500 \end_layout
23501
23502 \begin_layout Subsection
23503 参照位置
23504 \begin_inset CommandInset label
23505 LatexCommand label
23506 name "sub:参照位置"
23507
23508 \end_inset
23509
23510
23511 \begin_inset Index idx
23512 status collapsed
23513
23514 \begin_layout Plain Layout
23515 さんしょう@参照 ! さんしょういち@参照位置
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \begin_layout Standard
23524
23525 \family sans
23526 文書設定
23527 \family default
23528 ダイアログの
23529 \family sans
23530 PDF特性
23531 \family default
23532 で、
23533 \series bold
23534 hyperref
23535 \series default
23536
23537 \begin_inset Index idx
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23542 \end_layout
23543
23544 \end_inset
23545
23546 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23547 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23548 \series bold
23549 hyperref
23550 \series default
23551
23552 \begin_inset Index idx
23553 status collapsed
23554
23555 \begin_layout Plain Layout
23556 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23557 \end_layout
23558
23559 \end_inset
23560
23561 の一部である
23562 \series bold
23563 hyperref
23564 \series default
23565
23566 \begin_inset Index idx
23567 status collapsed
23568
23569 \begin_layout Plain Layout
23570 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23571 \end_layout
23572
23573 \end_inset
23574
23575 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23576 \end_layout
23577
23578 \begin_layout Standard
23579
23580 \series bold
23581
23582 \backslash
23583 usepackage[figure]{hypcap}
23584 \end_layout
23585
23586 \begin_layout Standard
23587 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23588 hypcapの説明書
23589 \begin_inset CommandInset citation
23590 LatexCommand cite
23591 key "hypcap"
23592
23593 \end_inset
23594
23595 をご覧ください。
23596 \end_layout
23597
23598 \begin_layout Standard
23599 \begin_inset Note Greyedout
23600 status open
23601
23602 \begin_layout Plain Layout
23603
23604 \series bold
23605 【註】hypcap
23606 \series default
23607 は内部図への参照には効力がありません。
23608 \end_layout
23609
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \begin_layout Section
23616 フロートの配置
23617 \begin_inset CommandInset label
23618 LatexCommand label
23619 name "sec:フロートの配置"
23620
23621 \end_inset
23622
23623
23624 \begin_inset Index idx
23625 status collapsed
23626
23627 \begin_layout Plain Layout
23628 ふろーと@フロート ! はいち@配置
23629 \end_layout
23630
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \begin_layout Standard
23637
23638 \family roman
23639 \series medium
23640 \shape up
23641 \size normal
23642 \emph off
23643 \bar no
23644 \noun off
23645 \color none
23646 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23647 \begin_inset Newline newline
23648 \end_inset
23649
23650
23651 \family sans
23652 \series default
23653 \shape default
23654 \size default
23655 \emph default
23656 \bar default
23657 \noun default
23658 \color inherit
23659 段をまたぐ
23660 \family roman
23661 \series medium
23662 \shape up
23663 \size normal
23664 \emph off
23665 \bar no
23666 \noun off
23667 \color none
23668 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23669 \begin_inset Newline newline
23670 \end_inset
23671
23672
23673 \family sans
23674 \series default
23675 \shape default
23676 \size default
23677 \emph default
23678 \bar default
23679 \noun default
23680 \color inherit
23681 横倒しに回転
23682 \family roman
23683 \series medium
23684 \shape up
23685 \size normal
23686 \emph off
23687 \bar no
23688 \noun off
23689 \color none
23690 オプションは、フロートを回転するのに用います。第
23691 \family default
23692 \series default
23693 \shape default
23694 \size default
23695 \emph default
23696 \bar default
23697 \noun default
23698 \color inherit
23699
23700 \begin_inset CommandInset ref
23701 LatexCommand ref
23702 reference "sec:回転フロート"
23703
23704 \end_inset
23705
23706
23707 \family roman
23708 \series medium
23709 \shape up
23710 \size normal
23711 \emph off
23712 \bar no
23713 \noun off
23714 \color none
23715 節をご参照ください。
23716 \end_layout
23717
23718 \begin_layout Standard
23719
23720 \family roman
23721 \series medium
23722 \shape up
23723 \size normal
23724 \emph off
23725 \bar no
23726 \noun off
23727 \color none
23728 フロートダイアログでは、
23729 \family sans
23730 \series default
23731 \shape default
23732 \size default
23733 \emph default
23734 \bar default
23735 \noun default
23736 \color inherit
23737 既定の配置を使う
23738 \family roman
23739 \series medium
23740 \shape up
23741 \size normal
23742 \emph off
23743 \bar no
23744 \noun off
23745 \color none
23746 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
23747 \end_layout
23748
23749 \begin_layout Description
23750 可能ならば現在位置に: 
23751 \family roman
23752 \series medium
23753 \shape up
23754 \size normal
23755 \emph off
23756 \bar no
23757 \noun off
23758 \color none
23759 フロートを挿入位置に配置することを試みます
23760 \end_layout
23761
23762 \begin_layout Description
23763 ページ上部: 
23764 \family roman
23765 \series medium
23766 \shape up
23767 \size normal
23768 \emph off
23769 \bar no
23770 \noun off
23771 \color none
23772 フロートを現在ページの上部に配置することを試みます
23773 \end_layout
23774
23775 \begin_layout Description
23776 ページ下部: 
23777 \family roman
23778 \series medium
23779 \shape up
23780 \size normal
23781 \emph off
23782 \bar no
23783 \noun off
23784 \color none
23785 フロートを現在ページの下部に配置することを試みます
23786 \end_layout
23787
23788 \begin_layout Description
23789 フロートを独立したページに: 
23790 \family roman
23791 \series medium
23792 \shape up
23793 \size normal
23794 \emph off
23795 \bar no
23796 \noun off
23797 \color none
23798 フロートを独立したページに配置することを試みます
23799 \end_layout
23800
23801 \begin_layout Standard
23802 LaTeXは、
23803 \emph on
23804 つねに
23805 \emph default
23806 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23807 \family sans
23808 可能ならば現在位置に
23809 \family default
23810 を試み、次に
23811 \family sans
23812 ページの上部
23813 \family default
23814 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23815 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23816 \end_layout
23817
23818 \begin_layout Standard
23819 既定では、各オプションはそれぞれ以下の規則を持っています。
23820 \end_layout
23821
23822 \begin_layout Labeling
23823 \labelwidthstring 00.00.0000
23824
23825 \family sans
23826 ページ上部
23827 \family default
23828  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23829 \series bold
23830
23831 \backslash
23832 topfraction
23833 \series default
23834 )。
23835 \end_layout
23836
23837 \begin_layout Labeling
23838 \labelwidthstring 00.00.0000
23839
23840 \family sans
23841 ページ下部
23842 \family default
23843  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23844 \series bold
23845
23846 \backslash
23847 bottomfraction
23848 \series default
23849 )。
23850 \end_layout
23851
23852 \begin_layout Labeling
23853 \labelwidthstring 00.00.0000
23854
23855 \family sans
23856 フロートを独立したページ 
23857 \family default
23858 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23859 \series bold
23860
23861 \backslash
23862 floatpagefraction
23863 \series default
23864 )。
23865 \end_layout
23866
23867 \begin_layout Standard
23868 これらの規則に従いたくないときは、
23869 \family sans
23870 LaTeXの規則を無視する
23871 \family default
23872 オプションを追加することによって、これらを無視することができます。
23873 \begin_inset Newline newline
23874 \end_inset
23875
23876 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23877 、ページの5割に変えるには、文書プリアンブルに
23878 \end_layout
23879
23880 \begin_layout Standard
23881
23882 \series bold
23883
23884 \backslash
23885 renewcommand{
23886 \backslash
23887 bottomfraction}{0.5}
23888 \end_layout
23889
23890 \begin_layout Standard
23891 という行を加えてください。
23892 \end_layout
23893
23894 \begin_layout Standard
23895 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23896 \family sans
23897 何としても現在位置に置く
23898 \family default
23899 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23900 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23901 からです。
23902 \end_layout
23903
23904 \begin_layout Standard
23905 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23906 \end_layout
23907
23908 \begin_layout Standard
23909 \begin_inset VSpace bigskip
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \begin_layout Standard
23916 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23917 することがあります。この問題を避けるには、LaTeXコマンドの
23918 \backslash
23919 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23920 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23921 \end_layout
23922
23923 \begin_layout Standard
23924
23925 \series bold
23926
23927 \backslash
23928 let
23929 \backslash
23930 mySection
23931 \backslash
23932 section
23933 \begin_inset Newline newline
23934 \end_inset
23935
23936
23937 \backslash
23938 renewcommand{
23939 \backslash
23940 section}{
23941 \backslash
23942 suppressfloats[t]
23943 \backslash
23944 mySection}
23945 \end_layout
23946
23947 \begin_layout Standard
23948 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23949 することがあるので、これらに対する定義はお勧めしません。
23950 \end_layout
23951
23952 \begin_layout Standard
23953 \begin_inset VSpace bigskip
23954 \end_inset
23955
23956 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23957 \series bold
23958 endfloat
23959 \series default
23960
23961 \begin_inset Index idx
23962 status collapsed
23963
23964 \begin_layout Plain Layout
23965 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23966 \end_layout
23967
23968 \end_inset
23969
23970 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23971 \begin_inset Quotes eld
23972 \end_inset
23973
23974
23975 \family sans
23976 [Figure
23977 \begin_inset space ~
23978 \end_inset
23979
23980 3.2 about here.]
23981 \family default
23982
23983 \begin_inset Quotes erd
23984 \end_inset
23985
23986 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23987 \end_layout
23988
23989 \begin_layout Standard
23990
23991 \series bold
23992
23993 \backslash
23994 usepackage[options]{endfloat}
23995 \end_layout
23996
23997 \begin_layout Standard
23998 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23999 \series bold
24000 endfloat
24001 \series default
24002 取扱説明書
24003 \begin_inset CommandInset citation
24004 LatexCommand cite
24005 key "endfloat"
24006
24007 \end_inset
24008
24009 をご参照ください。
24010 \begin_inset Newline newline
24011 \end_inset
24012
24013
24014 \begin_inset Note Greyedout
24015 status open
24016
24017 \begin_layout Plain Layout
24018
24019 \series bold
24020 【註】endfloat
24021 \series default
24022 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24023 \begin_inset CommandInset citation
24024 LatexCommand cite
24025 key "endfloat"
24026
24027 \end_inset
24028
24029 の第4節をご参照ください。
24030 \end_layout
24031
24032 \end_inset
24033
24034
24035 \begin_inset Newline newline
24036 \end_inset
24037
24038
24039 \begin_inset Note Greyedout
24040 status open
24041
24042 \begin_layout Plain Layout
24043
24044 \series bold
24045 【註】
24046 \series default
24047 現在のところ、
24048 \series bold
24049 endfloat
24050 \series default
24051 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24052 \series bold
24053
24054 \backslash
24055 ss
24056 \series default
24057 」コマンドを使用してください。
24058 \end_layout
24059
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \begin_layout Standard
24066 \begin_inset VSpace bigskip
24067 \end_inset
24068
24069 フロートの割付に関する詳細は、LaTeX関連書
24070 \begin_inset CommandInset citation
24071 LatexCommand cite
24072 key "latexcompanion,latexguide,latexbook"
24073
24074 \end_inset
24075
24076 をご覧ください。
24077 \end_layout
24078
24079 \begin_layout Section
24080 回転フロート
24081 \begin_inset CommandInset label
24082 LatexCommand label
24083 name "sec:回転フロート"
24084
24085 \end_inset
24086
24087
24088 \begin_inset Index idx
24089 status collapsed
24090
24091 \begin_layout Plain Layout
24092 ふろーと@フロート ! かいてん@回転
24093 \end_layout
24094
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \begin_layout Standard
24101 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24102 \family sans
24103 横倒しに回転
24104 \family default
24105 オプションを有効にします。
24106 \end_layout
24107
24108 \begin_layout Standard
24109 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24110 \family sans
24111 段をまたぐ
24112 \family default
24113 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24114 たって回転方向を強制したい場合には、文書クラスオプションに
24115 \series bold
24116 figuresleft
24117 \series default
24118 オプションあるいは
24119 \series bold
24120 figuresright
24121 \series default
24122 オプションを加えることができます。
24123 \end_layout
24124
24125 \begin_layout Standard
24126 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24127 \begin_inset CommandInset ref
24128 LatexCommand ref
24129 reference "tab:回転した表"
24130
24131 \end_inset
24132
24133 が回転表フロートの例です。
24134 \end_layout
24135
24136 \begin_layout Standard
24137 \begin_inset Note Greyedout
24138 status open
24139
24140 \begin_layout Plain Layout
24141
24142 \series bold
24143 【註】
24144 \series default
24145 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \begin_layout Standard
24154 \begin_inset Float table
24155 wide false
24156 sideways true
24157 status open
24158
24159 \begin_layout Plain Layout
24160 \begin_inset Caption Standard
24161
24162 \begin_layout Plain Layout
24163 \begin_inset CommandInset label
24164 LatexCommand label
24165 name "tab:回転した表"
24166
24167 \end_inset
24168
24169 回転した表
24170 \end_layout
24171
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \begin_layout Plain Layout
24178 \align center
24179 \begin_inset Tabular
24180 <lyxtabular version="3" rows="1" columns="5">
24181 <features rotate="0" tabularvalignment="middle">
24182 <column alignment="center" valignment="top">
24183 <column alignment="center" valignment="top">
24184 <column alignment="center" valignment="top">
24185 <column alignment="center" valignment="top">
24186 <column alignment="center" valignment="top">
24187 <row>
24188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192 試験
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 </row>
24234 </lyxtabular>
24235
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \begin_layout Section
24247 従属フロート
24248 \begin_inset Index idx
24249 status collapsed
24250
24251 \begin_layout Plain Layout
24252 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24262 \begin_inset CommandInset ref
24263 LatexCommand ref
24264 reference "tab:従属表を横に並べたもの"
24265
24266 \end_inset
24267
24268 と表
24269 \begin_inset CommandInset ref
24270 LatexCommand ref
24271 reference "tab:従属表を縦に並べたもの"
24272
24273 \end_inset
24274
24275 に示されているように段落と同様に指定することができます。
24276 \end_layout
24277
24278 \begin_layout Standard
24279 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24280 \begin_inset CommandInset ref
24281 LatexCommand ref
24282 reference "tab:これは従属表a"
24283
24284 \end_inset
24285
24286 と表
24287 \begin_inset CommandInset ref
24288 LatexCommand ref
24289 reference "tab:これは従属表b"
24290
24291 \end_inset
24292
24293 は表
24294 \begin_inset CommandInset ref
24295 LatexCommand ref
24296 reference "tab:従属表を横に並べたもの"
24297
24298 \end_inset
24299
24300 の従属フロートです。
24301 \begin_inset Float table
24302 wide false
24303 sideways false
24304 status open
24305
24306 \begin_layout Plain Layout
24307 \begin_inset Caption Standard
24308
24309 \begin_layout Plain Layout
24310 \begin_inset CommandInset label
24311 LatexCommand label
24312 name "tab:従属表を横に並べたもの"
24313
24314 \end_inset
24315
24316 従属表を横に並べたもの
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Plain Layout
24325 \begin_inset space \hfill{}
24326 \end_inset
24327
24328
24329 \begin_inset Float table
24330 wide false
24331 sideways false
24332 status collapsed
24333
24334 \begin_layout Plain Layout
24335 \begin_inset Caption Standard
24336
24337 \begin_layout Plain Layout
24338 \begin_inset CommandInset label
24339 LatexCommand label
24340 name "tab:これは従属表a"
24341
24342 \end_inset
24343
24344 これは従属表aです。
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Plain Layout
24353 \align center
24354 \begin_inset Tabular
24355 <lyxtabular version="3" rows="1" columns="5">
24356 <features rotate="0" tabularvalignment="middle">
24357 <column alignment="center" valignment="top">
24358 <column alignment="center" valignment="top">
24359 <column alignment="center" valignment="top">
24360 <column alignment="center" valignment="top">
24361 <column alignment="center" valignment="top">
24362 <row>
24363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367 試験
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 </row>
24409 </lyxtabular>
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \begin_inset space \hfill{}
24420 \end_inset
24421
24422
24423 \begin_inset Float table
24424 wide false
24425 sideways false
24426 status collapsed
24427
24428 \begin_layout Plain Layout
24429 \begin_inset Caption Standard
24430
24431 \begin_layout Plain Layout
24432 \begin_inset CommandInset label
24433 LatexCommand label
24434 name "tab:これは従属表b"
24435
24436 \end_inset
24437
24438 これは従属表bです。
24439 \end_layout
24440
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \begin_layout Plain Layout
24447 \align center
24448 \begin_inset Tabular
24449 <lyxtabular version="3" rows="1" columns="5">
24450 <features rotate="0" tabularvalignment="middle">
24451 <column alignment="center" valignment="top">
24452 <column alignment="center" valignment="top">
24453 <column alignment="center" valignment="top">
24454 <column alignment="center" valignment="top">
24455 <column alignment="center" valignment="top">
24456 <row>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24494 \begin_inset Text
24495
24496 \begin_layout Plain Layout
24497 試験
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 </row>
24503 </lyxtabular>
24504
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \end_inset
24511
24512
24513 \begin_inset space \hfill{}
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \begin_inset Float table
24523 wide false
24524 sideways false
24525 status open
24526
24527 \begin_layout Plain Layout
24528 \begin_inset Caption Standard
24529
24530 \begin_layout Plain Layout
24531 \begin_inset CommandInset label
24532 LatexCommand label
24533 name "tab:従属表を縦に並べたもの"
24534
24535 \end_inset
24536
24537 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout Plain Layout
24546 \noindent
24547 \align center
24548 \begin_inset Float table
24549 wide false
24550 sideways false
24551 status collapsed
24552
24553 \begin_layout Plain Layout
24554 \begin_inset Caption Standard
24555
24556 \begin_layout Plain Layout
24557
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \begin_layout Plain Layout
24566 \align center
24567 \begin_inset Tabular
24568 <lyxtabular version="3" rows="1" columns="4">
24569 <features rotate="0" tabularvalignment="middle">
24570 <column alignment="center" valignment="top">
24571 <column alignment="center" valignment="top">
24572 <column alignment="center" valignment="top">
24573 <column alignment="center" valignment="top">
24574 <row>
24575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 試験
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 試験
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597 試験
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606 試験
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 </row>
24612 </lyxtabular>
24613
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \begin_layout Plain Layout
24625 \noindent
24626 \align center
24627 \begin_inset Float table
24628 wide false
24629 sideways false
24630 status collapsed
24631
24632 \begin_layout Plain Layout
24633 \begin_inset Caption Standard
24634
24635 \begin_layout Plain Layout
24636
24637 \end_layout
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Plain Layout
24645 \align center
24646 \begin_inset Tabular
24647 <lyxtabular version="3" rows="1" columns="5">
24648 <features rotate="0" tabularvalignment="middle">
24649 <column alignment="center" valignment="top">
24650 <column alignment="center" valignment="top">
24651 <column alignment="center" valignment="top">
24652 <column alignment="center" valignment="top">
24653 <column alignment="center" valignment="top">
24654 <row>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 </row>
24701 </lyxtabular>
24702
24703 \end_inset
24704
24705
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Section
24719 横並びのフロート
24720 \begin_inset Index idx
24721 status collapsed
24722
24723 \begin_layout Plain Layout
24724 ふろーと@フロート ! よこならび@横並び
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \begin_layout Standard
24733
24734 \begin_inset CommandInset ref
24735 LatexCommand ref
24736 reference "fig:左側のフロート"
24737
24738 \end_inset
24739
24740 や図
24741 \begin_inset CommandInset ref
24742 LatexCommand ref
24743 reference "fig:右側のフロート"
24744
24745 \end_inset
24746
24747 のようにフロートを横並びに配置するには、
24748 \emph on
24749 ひとつの
24750 \emph default
24751 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24752 \begin_inset Foot
24753 status collapsed
24754
24755 \begin_layout Plain Layout
24756 Minipageは第
24757 \begin_inset CommandInset ref
24758 LatexCommand ref
24759 reference "sec:ミニページ"
24760
24761 \end_inset
24762
24763 節に説明があります。
24764 \end_layout
24765
24766 \end_inset
24767
24768 。幅は45
24769 \begin_inset space \thinspace{}
24770 \end_inset
24771
24772 -50
24773 \begin_inset space \thinspace{}
24774 \end_inset
24775
24776 列幅%とし、各minipageのボックス配置を
24777 \family sans
24778
24779 \family default
24780 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24781 \family sans
24782 列幅%
24783 \family default
24784 がここではminipageボックスの幅によって計算されることです。
24785 \end_layout
24786
24787 \begin_layout Standard
24788 \begin_inset Float figure
24789 wide false
24790 sideways false
24791 status open
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Box Frameless
24795 position "b"
24796 hor_pos "c"
24797 has_inner_box 1
24798 inner_pos "t"
24799 use_parbox 0
24800 use_makebox 0
24801 width "45col%"
24802 special "none"
24803 height "1in"
24804 height_special "totalheight"
24805 status open
24806
24807 \begin_layout Plain Layout
24808 \align center
24809 \begin_inset Graphics
24810         filename ../clipart/mobius.eps
24811         lyxscale 50
24812         width 100col%
24813         scaleBeforeRotation
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Plain Layout
24821 \begin_inset Caption Standard
24822
24823 \begin_layout Plain Layout
24824 \begin_inset CommandInset label
24825 LatexCommand label
24826 name "fig:左側のフロート"
24827
24828 \end_inset
24829
24830 左側のフロート
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \begin_inset space \hfill{}
24842 \end_inset
24843
24844
24845 \begin_inset Box Frameless
24846 position "b"
24847 hor_pos "c"
24848 has_inner_box 1
24849 inner_pos "t"
24850 use_parbox 0
24851 use_makebox 0
24852 width "45col%"
24853 special "none"
24854 height "1in"
24855 height_special "totalheight"
24856 status open
24857
24858 \begin_layout Plain Layout
24859 \align center
24860 \begin_inset Graphics
24861         filename ../clipart/platypus.eps
24862         lyxscale 50
24863         width 100col%
24864         scaleBeforeRotation
24865
24866 \end_inset
24867
24868
24869 \end_layout
24870
24871 \begin_layout Plain Layout
24872 \begin_inset Caption Standard
24873
24874 \begin_layout Plain Layout
24875 \begin_inset CommandInset label
24876 LatexCommand label
24877 name "fig:右側のフロート"
24878
24879 \end_inset
24880
24881 右側のフロート
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Plain Layout
24895
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Section
24904 キャプションの書式設定
24905 \begin_inset Index idx
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \begin_inset Index idx
24916 status collapsed
24917
24918 \begin_layout Plain Layout
24919 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \begin_inset CommandInset label
24926 LatexCommand label
24927 name "sec:キャプションの書式設定"
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Standard
24935
24936 \family sans
24937 キャプション
24938 \family default
24939 環境は、
24940 \family sans
24941 フロート
24942 \family default
24943 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24944 \family sans
24945 図 #:
24946 \family default
24947 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24948 \family sans
24949 #
24950 \family default
24951 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24952 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24953 \end_layout
24954
24955 \begin_layout Standard
24956 既定のキャプション書式を変更するには、文書プリアンブルに
24957 \end_layout
24958
24959 \begin_layout Standard
24960
24961 \series bold
24962
24963 \backslash
24964 usepackage[format definition]{caption}
24965 \end_layout
24966
24967 \begin_layout Standard
24968 という行を加えて、LaTeXパッケージ
24969 \series bold
24970 caption
24971 \series default
24972
24973 \begin_inset Index idx
24974 status collapsed
24975
24976 \begin_layout Plain Layout
24977 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24978 \end_layout
24979
24980 \end_inset
24981
24982 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24983 \end_layout
24984
24985 \begin_layout Standard
24986
24987 \series bold
24988
24989 \backslash
24990 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24991 \end_layout
24992
24993 \begin_layout Standard
24994 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24995 \series bold
24996 caption
24997 \series default
24998 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24999 \end_layout
25000
25001 \begin_layout Standard
25002
25003 \series bold
25004
25005 \backslash
25006 captionsetup[フロート型]{書式定義}
25007 \end_layout
25008
25009 \begin_layout Standard
25010 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25011 \begin_inset CommandInset ref
25012 LatexCommand ref
25013 reference "fig:図キャプション"
25014
25015 \end_inset
25016
25017 と表
25018 \begin_inset CommandInset ref
25019 LatexCommand ref
25020 reference "tab:表キャプション"
25021
25022 \end_inset
25023
25024 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25025 \end_layout
25026
25027 \begin_layout Standard
25028
25029 \series bold
25030
25031 \backslash
25032 usepackage[tableposition=top]{caption}
25033 \series default
25034
25035 \begin_inset Newline newline
25036 \end_inset
25037
25038
25039 \series bold
25040
25041 \backslash
25042 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25043 \begin_inset Newline newline
25044 \end_inset
25045
25046
25047 \begin_inset Phantom HPhantom
25048 status open
25049
25050 \begin_layout Plain Layout
25051
25052 \backslash
25053 captionsetup[figure]{
25054 \end_layout
25055
25056 \end_inset
25057
25058 labelsep=period}
25059 \begin_inset Newline newline
25060 \end_inset
25061
25062
25063 \backslash
25064 captionsetup[table]{labelfont={bf,sf}}
25065 \end_layout
25066
25067 \begin_layout Standard
25068 \begin_inset Note Greyedout
25069 status open
25070
25071 \begin_layout Plain Layout
25072
25073 \series bold
25074 【註】
25075 \series default
25076 オプションのうち、
25077 \series bold
25078 tableposition=top
25079 \series default
25080 は、文書クラスに
25081 \series bold
25082 KOMA-script
25083 \series default
25084
25085 \begin_inset Index idx
25086 status collapsed
25087
25088 \begin_layout Plain Layout
25089 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25090 \end_layout
25091
25092 \end_inset
25093
25094 が使われているときには、無効になります。この場合には、文書クラスオプション
25095 \series bold
25096 captions=tableheading
25097 \series default
25098 を指定しなくてはなりません。
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Standard
25107
25108 \series bold
25109 caption
25110 \series default
25111 パッケージについての詳細は、その取扱説明書
25112 \begin_inset CommandInset citation
25113 LatexCommand cite
25114 key "caption"
25115
25116 \end_inset
25117
25118 をご覧ください。
25119 \end_layout
25120
25121 \begin_layout Standard
25122 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25123 \end_layout
25124
25125 \begin_layout Standard
25126
25127 \series bold
25128
25129 \backslash
25130 renewcommand{
25131 \backslash
25132 fnum@figure}{画像~
25133 \backslash
25134 thefigure}
25135 \end_layout
25136
25137 \begin_layout Standard
25138 なお、
25139 \series bold
25140
25141 \backslash
25142 thefigure
25143 \series default
25144 は表番号を挿入し、「
25145 \series bold
25146 ~
25147 \series default
25148 」は保護された空白を入れます。
25149 \end_layout
25150
25151 \begin_layout Standard
25152 \begin_inset VSpace bigskip
25153 \end_inset
25154
25155
25156 \series bold
25157 KOMA-script
25158 \series default
25159
25160 \begin_inset Index idx
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25165 \end_layout
25166
25167 \end_inset
25168
25169 文書クラス(
25170 \family sans
25171 article (KOMA-script)
25172 \family default
25173
25174 \family sans
25175 book (KOMA-script)
25176 \family default
25177
25178 \family sans
25179 letter (KOMA-script)
25180 \family default
25181
25182 \family sans
25183 report (KOMA-script)
25184 \family default
25185 )を使用している場合には、
25186 \series bold
25187 caption
25188 \series default
25189 パッケージの代わりに
25190 \series bold
25191 KOMA-script
25192 \series default
25193 のビルトインコマンド
25194 \series bold
25195 etkomafont
25196 \series default
25197 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25198 \end_layout
25199
25200 \begin_layout Standard
25201
25202 \series bold
25203
25204 \backslash
25205 setkomafont{captionlabel}{
25206 \backslash
25207 bfseries}
25208 \end_layout
25209
25210 \begin_layout Standard
25211
25212 \series bold
25213
25214 \backslash
25215 setkomafont
25216 \series default
25217 についての詳細は、
25218 \series bold
25219 KOMA-script
25220 \series default
25221 の取扱説明書
25222 \begin_inset CommandInset citation
25223 LatexCommand cite
25224 key "koma-script"
25225
25226 \end_inset
25227
25228 をご覧ください。
25229 \end_layout
25230
25231 \begin_layout Standard
25232 \begin_inset ERT
25233 status collapsed
25234
25235 \begin_layout Plain Layout
25236
25237
25238 \backslash
25239 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25240 }
25241 \end_layout
25242
25243 \end_inset
25244
25245
25246 \begin_inset Note Note
25247 status open
25248
25249 \begin_layout Plain Layout
25250 キャプション書式は、この例のみ変更してあります。
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Standard
25259 \begin_inset Float figure
25260 placement !p
25261 wide false
25262 sideways false
25263 status open
25264
25265 \begin_layout Plain Layout
25266 \align center
25267 \begin_inset Graphics
25268         filename ../clipart/mobius.eps
25269         lyxscale 50
25270         scale 50
25271         scaleBeforeRotation
25272
25273 \end_inset
25274
25275
25276 \end_layout
25277
25278 \begin_layout Plain Layout
25279 \begin_inset Caption Standard
25280
25281 \begin_layout Plain Layout
25282 \begin_inset CommandInset label
25283 LatexCommand label
25284 name "fig:図キャプション"
25285
25286 \end_inset
25287
25288 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \begin_layout Standard
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307
25308 \backslash
25309 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25310 on}
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \begin_layout Standard
25319 \begin_inset Float table
25320 placement !p
25321 wide false
25322 sideways false
25323 status open
25324
25325 \begin_layout Plain Layout
25326 \begin_inset Caption Standard
25327
25328 \begin_layout Plain Layout
25329 \begin_inset CommandInset label
25330 LatexCommand label
25331 name "tab:表キャプション"
25332
25333 \end_inset
25334
25335 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \begin_layout Plain Layout
25344 \align center
25345 \begin_inset Tabular
25346 <lyxtabular version="3" rows="1" columns="5">
25347 <features rotate="0" tabularvalignment="middle">
25348 <column alignment="center" valignment="top">
25349 <column alignment="center" valignment="top">
25350 <column alignment="center" valignment="top">
25351 <column alignment="center" valignment="top">
25352 <column alignment="center" valignment="top">
25353 <row>
25354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Plain Layout
25394
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 </row>
25400 </lyxtabular>
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Section
25413 キャプションの配置
25414 \begin_inset Index idx
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418 きゃぷしょん@キャプション ! はいち@配置
25419 \end_layout
25420
25421 \end_inset
25422
25423
25424 \begin_inset Index idx
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \begin_inset CommandInset label
25435 LatexCommand label
25436 name "sec:キャプションの配置"
25437
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \begin_layout Standard
25444 通常、キャプションの配置原則は、
25445 \end_layout
25446
25447 \begin_layout Description
25448 図の場合: キャプションを図の下に置く
25449 \end_layout
25450
25451 \begin_layout Description
25452 表の場合: キャプションを表の上に置く
25453 \end_layout
25454
25455 \begin_layout Standard
25456 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25457 \family sans
25458 article
25459 \family default
25460
25461 \family sans
25462 book
25463 \family default
25464
25465 \family sans
25466 letter
25467 \family default
25468
25469 \family sans
25470 report
25471 \family default
25472 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25473 eXパッケージ
25474 \series bold
25475 caption
25476 \series default
25477 を読み込むコマンドに
25478 \end_layout
25479
25480 \begin_layout Standard
25481
25482 \series bold
25483 tableposition=top
25484 \end_layout
25485
25486 \begin_layout Standard
25487 というオプションを追加してください
25488 \begin_inset Foot
25489 status collapsed
25490
25491 \begin_layout Plain Layout
25492
25493 \series bold
25494 caption
25495 \series default
25496 パッケージについての詳細な情報は、第
25497 \begin_inset CommandInset ref
25498 LatexCommand ref
25499 reference "sec:キャプションの書式設定"
25500
25501 \end_inset
25502
25503 節をご覧ください。
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \series bold
25510 KOMA-script
25511 \series default
25512
25513 \begin_inset Index idx
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25518 \end_layout
25519
25520 \end_inset
25521
25522 文書クラス(
25523 \family sans
25524 article (KOMA-script)
25525 \family default
25526
25527 \family sans
25528 book (KOMA-script)
25529 \family default
25530
25531 \family sans
25532 letter (KOMA-script)
25533 \family default
25534
25535 \family sans
25536 report (KOMA-script)
25537 \family default
25538
25539 \begin_inset space \thinspace{}
25540 \end_inset
25541
25542 )をお使いの場合には、
25543 \series bold
25544 caption
25545 \series default
25546 パッケージにオプションを与える代わりに、文書クラスオプション
25547 \series bold
25548 captions=tableheading
25549 \series default
25550 を設定することもできます。
25551 \end_layout
25552
25553 \begin_layout Standard
25554 \begin_inset VSpace bigskip
25555 \end_inset
25556
25557 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25558 \end_layout
25559
25560 \begin_layout Standard
25561
25562 \series bold
25563
25564 \backslash
25565 usepackage[option]{sidecap}
25566 \end_layout
25567
25568 \begin_layout Standard
25569 という行を入れて、LaTeXパッケージ
25570 \series bold
25571 sidecap
25572 \series default
25573
25574 \begin_inset Index idx
25575 status collapsed
25576
25577 \begin_layout Plain Layout
25578 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25579 \end_layout
25580
25581 \end_inset
25582
25583 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25584 \series bold
25585 innercaption
25586 \series default
25587 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25588 \series bold
25589 rightcaption
25590 \series default
25591 ないし
25592 \series bold
25593 leftcaption
25594 \series default
25595 オプションを用います。
25596 \end_layout
25597
25598 \begin_layout Standard
25599 \begin_inset ERT
25600 status collapsed
25601
25602 \begin_layout Plain Layout
25603
25604
25605 \backslash
25606 ifsidecap
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \begin_inset Note Note
25613 status open
25614
25615 \begin_layout Plain Layout
25616 以下の部分は、LaTeXパッケージ
25617 \series bold
25618 sidecap
25619 \series default
25620 が導入されているときのみ表示されます。
25621 \end_layout
25622
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \begin_layout Standard
25629 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25630 \begin_inset Newpage pagebreak
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \begin_layout Standard
25637 \noindent
25638 \begin_inset CommandInset line
25639 LatexCommand rule
25640 offset "0.5ex"
25641 width "100line%"
25642 height "1pt"
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \begin_layout Standard
25650
25651 \series bold
25652
25653 \backslash
25654 newcommand{
25655 \backslash
25656 TabBesBeg}[1][1.0]{%
25657 \begin_inset Newline newline
25658 \end_inset
25659
25660
25661 \begin_inset Phantom HPhantom
25662 status open
25663
25664 \begin_layout Plain Layout
25665 \begin_inset space ~
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \end_inset
25672
25673
25674 \backslash
25675 let
25676 \backslash
25677 MyTable
25678 \backslash
25679 table
25680 \begin_inset Newline newline
25681 \end_inset
25682
25683
25684 \begin_inset Phantom HPhantom
25685 status open
25686
25687 \begin_layout Plain Layout
25688
25689 \series medium
25690 \begin_inset space ~
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \backslash
25700 let
25701 \backslash
25702 MyEndtable
25703 \backslash
25704 endtable
25705 \begin_inset Newline newline
25706 \end_inset
25707
25708
25709 \begin_inset Phantom HPhantom
25710 status open
25711
25712 \begin_layout Plain Layout
25713
25714 \series medium
25715 \begin_inset space ~
25716 \end_inset
25717
25718
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \backslash
25725 renewenvironment{table}[1]{
25726 \backslash
25727 begin{SCtable}[#1]##1}{
25728 \backslash
25729 end{SCtable}}}
25730 \end_layout
25731
25732 \begin_layout Standard
25733
25734 \series bold
25735
25736 \backslash
25737 newcommand{
25738 \backslash
25739 TabBesEnd}{%
25740 \begin_inset Newline newline
25741 \end_inset
25742
25743
25744 \begin_inset Phantom HPhantom
25745 status open
25746
25747 \begin_layout Plain Layout
25748 \begin_inset space ~
25749 \end_inset
25750
25751
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \backslash
25758 let
25759 \backslash
25760 table
25761 \backslash
25762 MyTable
25763 \begin_inset Newline newline
25764 \end_inset
25765
25766
25767 \begin_inset Phantom HPhantom
25768 status open
25769
25770 \begin_layout Plain Layout
25771 \begin_inset space ~
25772 \end_inset
25773
25774
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \backslash
25781 let
25782 \backslash
25783 endtable
25784 \backslash
25785 MyEndtable
25786 \end_layout
25787
25788 \begin_layout Standard
25789
25790 \series bold
25791
25792 \backslash
25793 newcommand{
25794 \backslash
25795 FigBesBeg}[1][1.0]{%
25796 \begin_inset Newline newline
25797 \end_inset
25798
25799
25800 \begin_inset Phantom HPhantom
25801 status open
25802
25803 \begin_layout Plain Layout
25804 \begin_inset space ~
25805 \end_inset
25806
25807
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \backslash
25814 let
25815 \backslash
25816 MyFigure
25817 \backslash
25818 figure
25819 \begin_inset Newline newline
25820 \end_inset
25821
25822
25823 \begin_inset Phantom HPhantom
25824 status open
25825
25826 \begin_layout Plain Layout
25827 \begin_inset space ~
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \end_inset
25834
25835
25836 \backslash
25837 let
25838 \backslash
25839 MyEndfigure
25840 \backslash
25841 endfigure
25842 \begin_inset Newline newline
25843 \end_inset
25844
25845
25846 \begin_inset Phantom HPhantom
25847 status open
25848
25849 \begin_layout Plain Layout
25850 \begin_inset space ~
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \backslash
25860 renewenvironment{figure}[1]{
25861 \backslash
25862 begin{SCfigure}[#1]##1}{
25863 \backslash
25864 end{SCfigure}}}
25865 \end_layout
25866
25867 \begin_layout Standard
25868
25869 \series bold
25870
25871 \backslash
25872 newcommand{
25873 \backslash
25874 FigBesEnd}{%
25875 \begin_inset Newline newline
25876 \end_inset
25877
25878
25879 \begin_inset Phantom HPhantom
25880 status open
25881
25882 \begin_layout Plain Layout
25883 \begin_inset space ~
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \backslash
25893 let
25894 \backslash
25895 figure
25896 \backslash
25897 MyFigure
25898 \begin_inset Newline newline
25899 \end_inset
25900
25901
25902 \begin_inset Phantom HPhantom
25903 status open
25904
25905 \begin_layout Plain Layout
25906 \begin_inset space ~
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \backslash
25916 let
25917 \backslash
25918 endfigure
25919 \backslash
25920 MyEndfigure}
25921 \end_layout
25922
25923 \begin_layout Standard
25924 \noindent
25925 \begin_inset CommandInset line
25926 LatexCommand rule
25927 offset "0.5ex"
25928 width "100line%"
25929 height "1pt"
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \begin_layout Standard
25937 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25938 \end_layout
25939
25940 \begin_layout Standard
25941
25942 \series bold
25943
25944 \backslash
25945 FigBesBeg
25946 \end_layout
25947
25948 \begin_layout Standard
25949 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
25950 \end_layout
25951
25952 \begin_layout Standard
25953
25954 \series bold
25955
25956 \backslash
25957 FigBesEnd
25958 \end_layout
25959
25960 \begin_layout Standard
25961 というTeXコードを入れてください。
25962 \end_layout
25963
25964 \begin_layout Standard
25965 表フロートに対しては、対応するコマンド
25966 \end_layout
25967
25968 \begin_layout Standard
25969
25970 \series bold
25971
25972 \backslash
25973 TabBesBeg
25974 \series default
25975 および
25976 \series bold
25977
25978 \backslash
25979 TabBesEnd
25980 \end_layout
25981
25982 \begin_layout Standard
25983 を使用してください。図
25984 \begin_inset CommandInset ref
25985 LatexCommand ref
25986 reference "fig:図横キャプション"
25987
25988 \end_inset
25989
25990 と表
25991 \begin_inset CommandInset ref
25992 LatexCommand ref
25993 reference "tab:表横キャプション"
25994
25995 \end_inset
25996
25997 がキャプションを脇に設定した例です。
25998 \end_layout
25999
26000 \begin_layout Standard
26001 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26002 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26003 \end_layout
26004
26005 \begin_layout Standard
26006
26007 \series bold
26008
26009 \backslash
26010 sidecaptionvpos{フロート型}{配置}
26011 \end_layout
26012
26013 \begin_layout Standard
26014 というコマンドを使用します。ここで「フロート型」は
26015 \family sans
26016 figure
26017 \family default
26018
26019 \family sans
26020 table
26021 \family default
26022 であり、「配置」は、上揃えの場合はtopの
26023 \end_layout
26024
26025 \begin_layout Standard
26026
26027 \family sans
26028 t
26029 \family default
26030 」、中央揃えの場合はcenterの「
26031 \family sans
26032 c
26033 \family default
26034 」、下揃えの場合はbottomの「
26035 \family sans
26036 b
26037 \family default
26038 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26039 \end_layout
26040
26041 \begin_layout Standard
26042
26043 \series bold
26044
26045 \backslash
26046 sidecaptionvpos{figure}{c}
26047 \end_layout
26048
26049 \begin_layout Standard
26050 というコマンドを使用します。これは、図
26051 \begin_inset CommandInset ref
26052 LatexCommand ref
26053 reference "fig:図横キャプション-2"
26054
26055 \end_inset
26056
26057 で使用されています。
26058 \end_layout
26059
26060 \begin_layout Standard
26061 \begin_inset VSpace medskip
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \begin_layout Standard
26068 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26069 \begin_inset CommandInset ref
26070 LatexCommand ref
26071 reference "tab:表横キャプション"
26072
26073 \end_inset
26074
26075 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26076 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
26077 \emph on
26078 因数
26079 \emph default
26080 は、
26081 \end_layout
26082
26083 \begin_layout Standard
26084
26085 \series bold
26086
26087 \backslash
26088 FigBesBeg[因数]
26089 \end_layout
26090
26091 \begin_layout Standard
26092 のように、
26093 \series bold
26094
26095 \backslash
26096 FigBesBeg
26097 \series default
26098 への非必須引数として与えることもできますし、
26099 \series bold
26100
26101 \backslash
26102 FigBesBeg
26103 \series default
26104 の定義中で
26105 \series bold
26106 1.0
26107 \series default
26108 を他の値に変更することもできます。表
26109 \begin_inset CommandInset ref
26110 LatexCommand ref
26111 reference "tab:図横幅広"
26112
26113 \end_inset
26114
26115 では、因子5が指定されています。
26116 \end_layout
26117
26118 \begin_layout Standard
26119 \begin_inset Note Greyedout
26120 status open
26121
26122 \begin_layout Plain Layout
26123 【註】キャプションを横につけたフロートでは、フロート配置オプションの
26124 \family sans
26125 何としても現在地に置く
26126 \family default
26127 は、
26128 \series bold
26129 sidecap
26130 \series default
26131 がサポートしていないので、使用することができません。.
26132 \end_layout
26133
26134 \end_inset
26135
26136
26137 \end_layout
26138
26139 \begin_layout Standard
26140 \begin_inset VSpace medskip
26141 \end_inset
26142
26143
26144 \series bold
26145 sidecap
26146 \series default
26147 パッケージについての詳細は、
26148 \begin_inset CommandInset citation
26149 LatexCommand cite
26150 key "sidecap"
26151
26152 \end_inset
26153
26154 の説明書をご参照ください。
26155 \end_layout
26156
26157 \begin_layout Standard
26158 \begin_inset Note Greyedout
26159 status open
26160
26161 \begin_layout Plain Layout
26162
26163 \series bold
26164 【註】
26165 \series default
26166
26167 \begin_inset CommandInset ref
26168 LatexCommand ref
26169 reference "sub:参照位置"
26170
26171 \end_inset
26172
26173 節に説明があるLaTeXパッケージ
26174 \series bold
26175 hypcap
26176 \series default
26177
26178 \begin_inset Index idx
26179 status collapsed
26180
26181 \begin_layout Plain Layout
26182 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
26183 \end_layout
26184
26185 \end_inset
26186
26187 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
26188 \end_layout
26189
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \begin_layout Standard
26196 \begin_inset Note Greyedout
26197 status open
26198
26199 \begin_layout Plain Layout
26200
26201 \series bold
26202 【訳註】
26203 \series default
26204 LaTeXパッケージ
26205 \series bold
26206 sidecap
26207 \series default
26208
26209 \begin_inset Index idx
26210 status collapsed
26211
26212 \begin_layout Plain Layout
26213 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26214 \end_layout
26215
26216 \end_inset
26217
26218 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
26219 ついては、取扱説明書『
26220 \emph on
26221 埋め込み機能篇
26222 \emph default
26223 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \begin_inset Note Note
26230 status open
26231
26232 \begin_layout Plain Layout
26233 \begin_inset ERT
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237
26238
26239 \backslash
26240 FigBesBeg 
26241 \end_layout
26242
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \begin_layout Plain Layout
26249 \begin_inset Float figure
26250 wide false
26251 sideways false
26252 status open
26253
26254 \begin_layout Plain Layout
26255 \begin_inset Graphics
26256         filename ../clipart/escher-lsd.eps
26257         scale 75
26258         scaleBeforeRotation
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \begin_layout Plain Layout
26266 \begin_inset Caption Standard
26267
26268 \begin_layout Plain Layout
26269 \begin_inset CommandInset label
26270 LatexCommand label
26271 name "fig:図横キャプション"
26272
26273 \end_inset
26274
26275 これは図の横にあるキャプションです。
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \begin_layout Plain Layout
26289 \begin_inset ERT
26290 status collapsed
26291
26292 \begin_layout Plain Layout
26293
26294
26295 \backslash
26296 FigBesEnd
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \begin_layout Plain Layout
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 TabBesBeg 
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \begin_layout Plain Layout
26321 \begin_inset Float table
26322 wide false
26323 sideways false
26324 status open
26325
26326 \begin_layout Plain Layout
26327 \begin_inset Caption Standard
26328
26329 \begin_layout Plain Layout
26330 \begin_inset CommandInset label
26331 LatexCommand label
26332 name "tab:表横キャプション"
26333
26334 \end_inset
26335
26336 これは表の横にあるキャプションです。
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Plain Layout
26345 \begin_inset Tabular
26346 <lyxtabular version="3" rows="4" columns="5">
26347 <features rotate="0" tabularvalignment="middle">
26348 <column alignment="center" valignment="top">
26349 <column alignment="center" valignment="top">
26350 <column alignment="center" valignment="top">
26351 <column alignment="center" valignment="top">
26352 <column alignment="center" valignment="top">
26353 <row>
26354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26373 \begin_inset Text
26374
26375 \begin_layout Plain Layout
26376
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 </row>
26400 <row>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 </row>
26447 <row>
26448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 </row>
26494 <row>
26495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Plain Layout
26517
26518 \end_layout
26519
26520 \end_inset
26521 </cell>
26522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526
26527 \end_layout
26528
26529 \end_inset
26530 </cell>
26531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Plain Layout
26535
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 </row>
26541 </lyxtabular>
26542
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Plain Layout
26554 \begin_inset ERT
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558
26559
26560 \backslash
26561 TabBesEnd
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \end_layout
26568
26569 \begin_layout Plain Layout
26570 \begin_inset ERT
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574
26575
26576 \backslash
26577 sidecaptionvpos{figure}{c}
26578 \end_layout
26579
26580 \end_inset
26581
26582
26583 \begin_inset Float figure
26584 wide false
26585 sideways false
26586 status open
26587
26588 \begin_layout Plain Layout
26589 \begin_inset Graphics
26590         filename ../clipart/escher-lsd.eps
26591         scale 75
26592         scaleBeforeRotation
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \begin_layout Plain Layout
26600 \begin_inset Caption Standard
26601
26602 \begin_layout Plain Layout
26603 \begin_inset CommandInset label
26604 LatexCommand label
26605 name "fig:図横キャプション-2"
26606
26607 \end_inset
26608
26609 これは図の横にある縦方向中央揃えのキャプションです。
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \begin_layout Plain Layout
26623 \begin_inset ERT
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627
26628
26629 \backslash
26630 FigBesEnd
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \begin_layout Plain Layout
26639 \begin_inset ERT
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643
26644
26645 \backslash
26646 TabBesBeg[5]
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \begin_layout Plain Layout
26655 \begin_inset Float table
26656 wide false
26657 sideways false
26658 status open
26659
26660 \begin_layout Plain Layout
26661 \begin_inset Caption Standard
26662
26663 \begin_layout Plain Layout
26664 \begin_inset CommandInset label
26665 LatexCommand label
26666 name "tab:図横幅広"
26667
26668 \end_inset
26669
26670 これは表
26671 \begin_inset CommandInset ref
26672 LatexCommand ref
26673 reference "tab:表横キャプション"
26674
26675 \end_inset
26676
26677 よりも幅広のキャプションです
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \begin_layout Plain Layout
26686 \begin_inset Tabular
26687 <lyxtabular version="3" rows="4" columns="5">
26688 <features rotate="0" tabularvalignment="middle">
26689 <column alignment="center" valignment="top">
26690 <column alignment="center" valignment="top">
26691 <column alignment="center" valignment="top">
26692 <column alignment="center" valignment="top">
26693 <column alignment="center" valignment="top">
26694 <row>
26695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699 a
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Plain Layout
26717 b
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Plain Layout
26735 c
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 <row>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 d
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773 e
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26779 \begin_inset Text
26780
26781 \begin_layout Plain Layout
26782
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 </row>
26788 <row>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793 f
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 g
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829 h
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 <row>
26836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 i
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867 j
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 </lyxtabular>
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \begin_layout Plain Layout
26895 \begin_inset ERT
26896 status collapsed
26897
26898 \begin_layout Plain Layout
26899
26900
26901 \backslash
26902 TabBesEnd
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \end_layout
26909
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \begin_layout Standard
26916 \begin_inset ERT
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 else
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \begin_inset Note Note
26930 status open
26931
26932 \begin_layout Plain Layout
26933 以下の部分は、LaTeXパッケージ
26934 \series bold
26935 sidecap
26936 \series default
26937 が導入されていないときのみ表示されます。
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \begin_layout Standard
26946 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26947 \series bold
26948 sidecap
26949 \series default
26950 を導入する必要があります。
26951 \end_layout
26952
26953 \begin_layout Standard
26954 \begin_inset ERT
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959
26960 \backslash
26961 fi
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Section
26970 フロート一覧
26971 \begin_inset Index idx
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975 ふろーと@フロート ! ふろーといちらん@フロート一覧
26976 \end_layout
26977
26978 \end_inset
26979
26980
26981 \end_layout
26982
26983 \begin_layout Standard
26984 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26985 \family sans
26986 挿入\SpecialChar \menuseparator
26987 一覧/目次
26988 \family default
26989 メニューで挿入することができます。
26990 \end_layout
26991
26992 \begin_layout Standard
26993 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26994 \end_layout
26995
26996 \begin_layout Standard
26997 本文書の終わりに、図一覧と表一覧があります。
26998 \end_layout
26999
27000 \begin_layout Chapter
27001 注釈
27002 \end_layout
27003
27004 \begin_layout Section
27005 LyX注釈
27006 \begin_inset Index idx
27007 status collapsed
27008
27009 \begin_layout Plain Layout
27010 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \end_layout
27017
27018 \begin_layout Standard
27019 注釈は、ツールバーボタン
27020 \family sans
27021
27022 \begin_inset Info
27023 type  "icon"
27024 arg   "note-insert"
27025 \end_inset
27026
27027
27028 \family default
27029 か、
27030 \family sans
27031 挿入\SpecialChar \menuseparator
27032 注釈
27033 \family default
27034 メニューで挿入することができます。注釈には、以下の三つの型があります。
27035 \end_layout
27036
27037 \begin_layout Description
27038 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27039 \begin_inset Newline newline
27040 \end_inset
27041
27042
27043 \begin_inset Newline newline
27044 \end_inset
27045
27046
27047 \begin_inset Graphics
27048         filename clipart/LyXNoteImageQt4.png
27049         display false
27050         scale 85
27051         scaleBeforeRotation
27052
27053 \end_inset
27054
27055
27056 \begin_inset Note Note
27057 status open
27058
27059 \begin_layout Plain Layout
27060 これは、出力には現れない注釈ボックスに書かれた文章です。
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Description
27069 コメント この注釈も出力には現れませんが、
27070 \family sans
27071 ファイル\SpecialChar \menuseparator
27072 書き出し\SpecialChar \menuseparator
27073 LaTeX (pdflatex) / (平文)
27074 \family default
27075  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27076 \begin_inset Newline newline
27077 \end_inset
27078
27079
27080 \begin_inset Newline newline
27081 \end_inset
27082
27083
27084 \begin_inset Graphics
27085         filename clipart/CommentNoteImageQt4.png
27086         display false
27087         scale 85
27088         scaleBeforeRotation
27089
27090 \end_inset
27091
27092  
27093 \begin_inset Note Comment
27094 status open
27095
27096 \begin_layout Plain Layout
27097 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \begin_layout Description
27106 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27107 \begin_inset Newline newline
27108 \end_inset
27109
27110
27111 \begin_inset Newline newline
27112 \end_inset
27113
27114
27115 \begin_inset Graphics
27116         filename clipart/GreyedOutNoteImageQt4.png
27117         display false
27118         scale 85
27119         scaleBeforeRotation
27120
27121 \end_inset
27122
27123
27124 \begin_inset Newline newline
27125 \end_inset
27126
27127
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 renewenvironment{lyxgreyedout}
27136 \end_layout
27137
27138 \begin_layout Plain Layout
27139
27140 {
27141 \backslash
27142 textcolor[gray]{0.8}
27143 \backslash
27144 bgroup}{
27145 \backslash
27146 egroup}
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \begin_inset Note Greyedout
27153 status open
27154
27155 \begin_layout Plain Layout
27156 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
27157 \begin_inset Foot
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161 これは、淡色注釈内に脚注を用いた例です。
27162 \end_layout
27163
27164 \end_inset
27165
27166 です。
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \begin_inset ERT
27173 status collapsed
27174
27175 \begin_layout Plain Layout
27176
27177
27178 \backslash
27179 renewenvironment{lyxgreyedout}
27180 \end_layout
27181
27182 \begin_layout Plain Layout
27183
27184 {
27185 \backslash
27186 textcolor{blue}
27187 \backslash
27188 bgroup}{
27189 \backslash
27190 egroup}
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \begin_inset Note Note
27197 status open
27198
27199 \begin_layout Plain Layout
27200 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
27201 定義されています。
27202 \end_layout
27203
27204 \end_inset
27205
27206
27207 \begin_inset Newline newline
27208 \end_inset
27209
27210
27211 \begin_inset Newline newline
27212 \end_inset
27213
27214 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
27215 \end_layout
27216
27217 \begin_layout Standard
27218 \begin_inset VSpace bigskip
27219 \end_inset
27220
27221 注釈を挿入するのにツールバーボタン
27222 \family sans
27223
27224 \begin_inset Info
27225 type  "icon"
27226 arg   "note-insert"
27227 \end_inset
27228
27229
27230 \family default
27231 を使用すると、
27232 \family sans
27233 LyX注釈
27234 \family default
27235 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
27236 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
27237 さい。
27238 \end_layout
27239
27240 \begin_layout Standard
27241 \begin_inset VSpace bigskip
27242 \end_inset
27243
27244 淡色注釈の文字色は、
27245 \family sans
27246 文書\SpecialChar \menuseparator
27247 設定\SpecialChar \menuseparator
27248
27249 \family default
27250 メニューで変更することができます。
27251 \end_layout
27252
27253 \begin_layout Section
27254 脚注
27255 \begin_inset CommandInset label
27256 LatexCommand label
27257 name "sec:脚注"
27258
27259 \end_inset
27260
27261
27262 \begin_inset Index idx
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
27267 \end_layout
27268
27269 \end_inset
27270
27271
27272 \begin_inset Index idx
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 きゃくちゅう@脚注
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \begin_layout Standard
27285 脚注は、ツールバーボタン
27286 \family sans
27287
27288 \begin_inset Info
27289 type  "icon"
27290 arg   "footnote-insert"
27291 \end_inset
27292
27293
27294 \family default
27295 か、
27296 \family sans
27297 挿入\SpecialChar \menuseparator
27298 脚注
27299 \family default
27300 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
27301 \begin_inset Graphics
27302         filename clipart/footnoteQt4.png
27303         scale 80
27304         scaleBeforeRotation
27305
27306 \end_inset
27307
27308 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
27309 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
27310 \end_layout
27311
27312 \begin_layout Standard
27313 これが脚注の例です
27314 \begin_inset Foot
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 \begin_inset CommandInset label
27319 LatexCommand label
27320 name "fn:これは脚注の一例"
27321
27322 \end_inset
27323
27324 これは脚注の一例です。
27325 \end_layout
27326
27327 \end_inset
27328
27329
27330 \begin_inset ERT
27331 status collapsed
27332
27333 \begin_layout Plain Layout
27334
27335
27336 \backslash
27337 newcounter{MyRepeatFoot}
27338 \end_layout
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 setcounter{MyRepeatFoot}{
27345 \backslash
27346 thefootnote}
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \begin_layout Standard
27355 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27356 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27357 \end_layout
27358
27359 \begin_layout Standard
27360 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27361 \begin_inset CommandInset ref
27362 LatexCommand ref
27363 reference "sec:フロートの参照"
27364
27365 \end_inset
27366
27367 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27368 \begin_inset Newline newline
27369 \end_inset
27370
27371 これは脚注
27372 \begin_inset CommandInset ref
27373 LatexCommand ref
27374 reference "fn:これは脚注の一例"
27375
27376 \end_inset
27377
27378 の相互参照です。
27379 \end_layout
27380
27381 \begin_layout Standard
27382 \begin_inset VSpace defskip
27383 \end_inset
27384
27385
27386 \end_layout
27387
27388 \begin_layout Standard
27389 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27390 \series bold
27391
27392 \backslash
27393 footnotemark{}
27394 \series default
27395 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27396 \series bold
27397
27398 \backslash
27399 footnotetext
27400 \series default
27401 コマンドの引数として入力します。
27402 \begin_inset Newline newline
27403 \end_inset
27404
27405 以下の表ではコマンド
27406 \begin_inset Newline newline
27407 \end_inset
27408
27409
27410 \series bold
27411
27412 \backslash
27413 footnotetext{
27414 \series default
27415 出力される脚注の表
27416 \series bold
27417 }
27418 \series default
27419
27420 \begin_inset Newline newline
27421 \end_inset
27422
27423 を用いています。
27424 \end_layout
27425
27426 \begin_layout Standard
27427 \begin_inset Tabular
27428 <lyxtabular version="3" rows="2" columns="1">
27429 <features rotate="0" tabularvalignment="middle">
27430 <column alignment="center" valignment="top">
27431 <row>
27432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Plain Layout
27436 これは例文です。
27437 \begin_inset Foot
27438 status open
27439
27440 \begin_layout Plain Layout
27441 この脚注は出力されません!
27442 \end_layout
27443
27444 \end_inset
27445
27446
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 </row>
27452 <row>
27453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Plain Layout
27457 これは例文です。
27458 \begin_inset ERT
27459 status collapsed
27460
27461 \begin_layout Plain Layout
27462
27463
27464 \backslash
27465 footnotemark{}
27466 \end_layout
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 </row>
27476 </lyxtabular>
27477
27478 \end_inset
27479
27480
27481 \begin_inset ERT
27482 status collapsed
27483
27484 \begin_layout Plain Layout
27485
27486
27487 \backslash
27488 footnotetext{
27489 \end_layout
27490
27491 \end_inset
27492
27493 出力される脚注の表
27494 \begin_inset ERT
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498
27499 }
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Standard
27508 長尺表中の脚注は、第
27509 \begin_inset CommandInset ref
27510 LatexCommand ref
27511 reference "sub:長尺表での脚注"
27512
27513 \end_inset
27514
27515 節で述べられています。
27516 \end_layout
27517
27518 \begin_layout Standard
27519 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27520 \begin_inset CommandInset ref
27521 LatexCommand ref
27522 reference "sec:ミニページ"
27523
27524 \end_inset
27525
27526 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27527 \series bold
27528
27529 \backslash
27530 footnotemark{}
27531 \series default
27532
27533 \series bold
27534
27535 \backslash
27536 footntoetext
27537 \series default
27538 による方法を用いてください。
27539 \end_layout
27540
27541 \begin_layout Standard
27542 \begin_inset Box Frameless
27543 position "t"
27544 hor_pos "c"
27545 has_inner_box 1
27546 inner_pos "t"
27547 use_parbox 0
27548 use_makebox 0
27549 width "100col%"
27550 special "none"
27551 height "1in"
27552 height_special "totalheight"
27553 status open
27554
27555 \begin_layout Plain Layout
27556 これはミニページ中の例文です。
27557 \begin_inset Foot
27558 status open
27559
27560 \begin_layout Plain Layout
27561 ミニページ中の脚注です。
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \begin_layout Plain Layout
27570 これはミニページ中の例文です。
27571 \begin_inset ERT
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575
27576
27577 \backslash
27578 footnotemark{}
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Standard
27592 \begin_inset ERT
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596
27597
27598 \backslash
27599 footnotetext{
27600 \end_layout
27601
27602 \end_inset
27603
27604 ミニページ外の脚注です。
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609
27610 }
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \begin_inset VSpace defskip
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \begin_layout Standard
27623 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27624 \series bold
27625
27626 \backslash
27627 footnotemark[番号]
27628 \series default
27629 を使用してください。
27630 \begin_inset Newline newline
27631 \end_inset
27632
27633 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27634 \begin_inset CommandInset ref
27635 LatexCommand ref
27636 reference "fn:これは脚注の一例"
27637
27638 \end_inset
27639
27640 の後に、TeXコードで
27641 \end_layout
27642
27643 \begin_layout Standard
27644
27645 \series bold
27646
27647 \backslash
27648 newcounter{MyRepeatFoot}
27649 \begin_inset Newline newline
27650 \end_inset
27651
27652
27653 \backslash
27654 setcounter{MyRepeatFoot}{
27655 \backslash
27656 thefootnote}
27657 \end_layout
27658
27659 \begin_layout Standard
27660 というコマンドを挿入しています。そして脚注マークは、
27661 \end_layout
27662
27663 \begin_layout Standard
27664
27665 \series bold
27666
27667 \backslash
27668 footnotemark[
27669 \backslash
27670 theMyRepeatFoot]
27671 \end_layout
27672
27673 \begin_layout Standard
27674 で作成します。
27675 \end_layout
27676
27677 \begin_layout Standard
27678 これは繰り返し脚注の例です。
27679 \begin_inset ERT
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683
27684
27685 \backslash
27686 footnotemark[
27687 \backslash
27688 theMyRepeatFoot]
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27698 \end_layout
27699
27700 \begin_layout Standard
27701
27702 \series bold
27703
27704 \backslash
27705 footnotemark[
27706 \backslash
27707 thefootnote]
27708 \end_layout
27709
27710 \begin_layout Standard
27711 を使用してください。
27712 \end_layout
27713
27714 \begin_layout Standard
27715 これは繰り返し脚注の例です。
27716 \begin_inset ERT
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720
27721
27722 \backslash
27723 footnotemark[
27724 \backslash
27725 thefootnote]
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Subsection
27734 脚注の付番
27735 \begin_inset CommandInset label
27736 LatexCommand label
27737 name "sub:脚注の付番"
27738
27739 \end_inset
27740
27741
27742 \begin_inset Index idx
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746 きゃくちゅう@脚注 ! ふばん@付番
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \end_layout
27753
27754 \begin_layout Standard
27755 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27756 \end_layout
27757
27758 \begin_layout Standard
27759
27760 \series bold
27761
27762 \backslash
27763 @addtoreset{footnote}{section}
27764 \end_layout
27765
27766 \begin_layout Standard
27767 というコマンドを加えてください。
27768 \end_layout
27769
27770 \begin_layout Standard
27771 \begin_inset VSpace bigskip
27772 \end_inset
27773
27774 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27775 \end_layout
27776
27777 \begin_layout Standard
27778
27779 \series bold
27780
27781 \backslash
27782 renewcommand{
27783 \backslash
27784 thefootnote}{
27785 \backslash
27786 roman{footnote}}
27787 \end_layout
27788
27789 \begin_layout Standard
27790 \begin_inset ERT
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794
27795
27796 \backslash
27797 renewcommand{
27798 \backslash
27799 thefootnote}{
27800 \backslash
27801 roman{footnote}}
27802 \end_layout
27803
27804 \end_inset
27805
27806 これは、ローマ数字を使った脚注です
27807 \begin_inset Foot
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811 これは、ローマ数字を使った脚注の例です。
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \begin_layout Standard
27820 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27821 \series bold
27822
27823 \backslash
27824 roman
27825 \series default
27826
27827 \series bold
27828
27829 \backslash
27830 Roman
27831 \series default
27832 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27833 \series bold
27834
27835 \backslash
27836 Alph
27837 \series default
27838 または
27839 \series bold
27840
27841 \backslash
27842 alph
27843 \series default
27844 を使用してください。記号を使って付「番」するには、
27845 \series bold
27846
27847 \backslash
27848 fnsymbol
27849 \series default
27850 を使ってください。
27851 \end_layout
27852
27853 \begin_layout Standard
27854 \begin_inset Note Greyedout
27855 status open
27856
27857 \begin_layout Plain Layout
27858
27859 \series bold
27860 【註】
27861 \series default
27862 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27863 \end_layout
27864
27865 \end_inset
27866
27867
27868 \begin_inset Newline newline
27869 \end_inset
27870
27871
27872 \begin_inset Note Greyedout
27873 status open
27874
27875 \begin_layout Plain Layout
27876
27877 \series bold
27878 【註】
27879 \series default
27880 記号を使うと9個の脚注しか番号を振ることができません。
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Standard
27889 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27890 \series bold
27891
27892 \backslash
27893 roman
27894 \series default
27895
27896 \series bold
27897
27898 \backslash
27899 arabic
27900 \series default
27901 に置き換えて使用してください。
27902 \begin_inset ERT
27903 status collapsed
27904
27905 \begin_layout Plain Layout
27906
27907
27908 \backslash
27909 renewcommand{
27910 \backslash
27911 thefootnote}{
27912 \backslash
27913 arabic{footnote}}
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \begin_layout Standard
27922 \begin_inset VSpace bigskip
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Standard
27929 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27930 \end_layout
27931
27932 \begin_layout Standard
27933
27934 \series bold
27935
27936 \backslash
27937 numberwithin{footnote}{chapter}
27938 \end_layout
27939
27940 \begin_layout Standard
27941 というコマンドを加えてください。
27942 \series bold
27943
27944 \backslash
27945 numberwithin
27946 \series default
27947 コマンドを使用できるようにするためには、文書設定の
27948 \family sans
27949 数式オプション
27950 \family default
27951 タブで
27952 \family sans
27953 AMS
27954 \begin_inset space ~
27955 \end_inset
27956
27957 mathパッケージを使う
27958 \family default
27959 オプションを有効にしてください。
27960 \end_layout
27961
27962 \begin_layout Standard
27963 \begin_inset ERT
27964 status collapsed
27965
27966 \begin_layout Plain Layout
27967
27968
27969 \backslash
27970 numberwithin{footnote}{chapter}
27971 \end_layout
27972
27973 \end_inset
27974
27975 これは、脚注のもう一つの例です
27976 \series bold
27977
27978 \begin_inset Foot
27979 status open
27980
27981 \begin_layout Plain Layout
27982
27983 \series bold
27984 これは、
27985 \series default
27986 「章番号.脚注番号」スキームで番号を振られた脚注です。
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \series default
27993
27994 \begin_inset ERT
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998
27999
28000 \backslash
28001 renewcommand{
28002 \backslash
28003 thefootnote}{
28004 \backslash
28005 arabic{footnote}}
28006 \end_layout
28007
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \begin_layout Standard
28014 \begin_inset Note Greyedout
28015 status open
28016
28017 \begin_layout Plain Layout
28018
28019 \series bold
28020 【註】
28021 \backslash
28022 numberwithin
28023 \series default
28024 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Standard
28033 また、例えば「章番号.
28034 \backslash
28035 Roman{footnote}」スキームを得るには、
28036 \series bold
28037
28038 \backslash
28039 numberwithin
28040 \series default
28041 の代わりに以下のコマンドを使用してください。
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 renewcommand{
28050 \backslash
28051 thefootnote}{
28052 \backslash
28053 thechapter.
28054 \backslash
28055 Roman{footnote}}
28056 \end_layout
28057
28058 \begin_layout Subsection
28059 脚注の配置
28060 \begin_inset Index idx
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064 きゃくちゅう@脚注 ! はいち@配置
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \begin_layout Standard
28073 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28074 ブルに足して、1.5
28075 \begin_inset space \thinspace{}
28076 \end_inset
28077
28078 mmの余白を追加することもできます。
28079 \end_layout
28080
28081 \begin_layout Standard
28082
28083 \series bold
28084
28085 \backslash
28086 let
28087 \backslash
28088 myFoot
28089 \backslash
28090 footnote
28091 \begin_inset Newline newline
28092 \end_inset
28093
28094
28095 \backslash
28096 renewcommand{
28097 \backslash
28098 footnote}[1]{
28099 \backslash
28100 myFoot{#1
28101 \backslash
28102 vspace{1.5mm}}}
28103 \end_layout
28104
28105 \begin_layout Standard
28106 \begin_inset VSpace bigskip
28107 \end_inset
28108
28109 二段組文書では、脚注は各段底部に表示されます(図
28110 \begin_inset CommandInset ref
28111 LatexCommand ref
28112 reference "fig:標準的脚注配置"
28113
28114 \end_inset
28115
28116 )。図
28117 \begin_inset CommandInset ref
28118 LatexCommand ref
28119 reference "fig:ftnright脚注配置"
28120
28121 \end_inset
28122
28123 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28124 \end_layout
28125
28126 \begin_layout Standard
28127
28128 \series bold
28129
28130 \backslash
28131 usepackage{ftnright}
28132 \end_layout
28133
28134 \begin_layout Standard
28135 というコマンドを書いて、LaTeXパッケージ
28136 \series bold
28137 ftnright
28138 \series default
28139
28140 \begin_inset Index idx
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
28145 \end_layout
28146
28147 \end_inset
28148
28149 を読み込みます。
28150 \begin_inset Float figure
28151 placement !h
28152 wide false
28153 sideways false
28154 status open
28155
28156 \begin_layout Plain Layout
28157 \begin_inset ERT
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161
28162
28163 \backslash
28164 framebox{
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \begin_inset Graphics
28171         filename ../clipart/without_fntright.pdf
28172         width 100col%
28173         scaleBeforeRotation
28174
28175 \end_inset
28176
28177
28178 \begin_inset ERT
28179 status collapsed
28180
28181 \begin_layout Plain Layout
28182
28183 }
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Plain Layout
28192 \begin_inset Caption Standard
28193
28194 \begin_layout Plain Layout
28195 \begin_inset CommandInset label
28196 LatexCommand label
28197 name "fig:標準的脚注配置"
28198
28199 \end_inset
28200
28201 二段組文書の標準的な脚注配置
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \begin_layout Standard
28215 \begin_inset Float figure
28216 placement !h
28217 wide false
28218 sideways false
28219 status open
28220
28221 \begin_layout Plain Layout
28222 \begin_inset ERT
28223 status collapsed
28224
28225 \begin_layout Plain Layout
28226
28227
28228 \backslash
28229 framebox{
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \begin_inset Graphics
28236         filename ../clipart/with_fntright.pdf
28237         width 100col%
28238         scaleBeforeRotation
28239
28240 \end_inset
28241
28242
28243 \begin_inset ERT
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247
28248 }
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Plain Layout
28257 \begin_inset Caption Standard
28258
28259 \begin_layout Plain Layout
28260 \begin_inset CommandInset label
28261 LatexCommand label
28262 name "fig:ftnright脚注配置"
28263
28264 \end_inset
28265
28266 LaTeXパッケージ
28267 \series bold
28268 ftnright
28269 \series default
28270 を使用したときの二段組文書の脚注配置
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \end_layout
28282
28283 \begin_layout Standard
28284 \begin_inset VSpace bigskip
28285 \end_inset
28286
28287 科学的文献に於いては、図
28288 \begin_inset CommandInset ref
28289 LatexCommand ref
28290 reference "fig:後注"
28291
28292 \end_inset
28293
28294 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
28295 \begin_inset Index idx
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299 こちゅう@後注
28300 \end_layout
28301
28302 \end_inset
28303
28304 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
28305 \family sans
28306 文書\SpecialChar \menuseparator
28307 設定\SpecialChar \menuseparator
28308 モジュール
28309 \family default
28310 メニューで
28311 \family sans
28312 脚注から後注へ
28313 \family default
28314 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
28315 \end_layout
28316
28317 \begin_layout Standard
28318
28319 \series bold
28320
28321 \backslash
28322 theendnotes
28323 \end_layout
28324
28325 \begin_layout Standard
28326 というコマンドを挿入してください。
28327 \end_layout
28328
28329 \begin_layout Standard
28330 \begin_inset Float figure
28331 wide false
28332 sideways false
28333 status open
28334
28335 \begin_layout Plain Layout
28336 \align center
28337 \begin_inset ERT
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341
28342
28343 \backslash
28344 framebox{
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \begin_inset Graphics
28351         filename ../clipart/endnotes.pdf
28352         scaleBeforeRotation
28353
28354 \end_inset
28355
28356
28357 \begin_inset ERT
28358 status collapsed
28359
28360 \begin_layout Plain Layout
28361
28362 }
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \begin_layout Plain Layout
28371 \begin_inset Caption Standard
28372
28373 \begin_layout Plain Layout
28374 \begin_inset CommandInset label
28375 LatexCommand label
28376 name "fig:後注"
28377
28378 \end_inset
28379
28380 後注 – 注を節ないし章末に別段落として印字します。
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \begin_layout Standard
28394 \begin_inset VSpace medskip
28395 \end_inset
28396
28397 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28398 \end_layout
28399
28400 \begin_layout Standard
28401
28402 \series bold
28403
28404 \backslash
28405 renewcommand{
28406 \backslash
28407 notesname}{Anmerkungen}
28408 \end_layout
28409
28410 \begin_layout Standard
28411 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28412 \end_layout
28413
28414 \begin_layout Standard
28415 \begin_inset VSpace medskip
28416 \end_inset
28417
28418
28419 \begin_inset CommandInset ref
28420 LatexCommand ref
28421 reference "sub:脚注の付番"
28422
28423 \end_inset
28424
28425 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28426 \series bold
28427
28428 \backslash
28429 thefootnote
28430 \series default
28431 コマンドの代わりに
28432 \series bold
28433
28434 \backslash
28435 theendnote
28436 \series default
28437 を用いてください。後注番号をリセットするには、第
28438 \begin_inset CommandInset ref
28439 LatexCommand ref
28440 reference "sub:脚注の付番"
28441
28442 \end_inset
28443
28444 節で述べたコマンド
28445 \series bold
28446
28447 \backslash
28448 @addtoreset
28449 \series default
28450 の、パラメータ
28451 \series bold
28452 footnote
28453 \series default
28454
28455 \series bold
28456 endnote
28457 \series default
28458 に変えて、使用してください。
28459 \end_layout
28460
28461 \begin_layout Standard
28462 後注の印だけを作成するには、第
28463 \begin_inset CommandInset ref
28464 LatexCommand ref
28465 reference "sec:脚注"
28466
28467 \end_inset
28468
28469 節で説明した
28470 \series bold
28471
28472 \backslash
28473 footnotemark
28474 \series default
28475 コマンドの代わりに、
28476 \series bold
28477
28478 \backslash
28479 endnotemark[番号]
28480 \series default
28481 コマンドを使用してください。
28482 \end_layout
28483
28484 \begin_layout Standard
28485 \begin_inset VSpace bigskip
28486 \end_inset
28487
28488 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28489 \series bold
28490 footmisc
28491 \series default
28492
28493 \begin_inset Index idx
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \begin_inset CommandInset citation
28504 LatexCommand cite
28505 key "footmisc"
28506
28507 \end_inset
28508
28509 を参照してください。
28510 \end_layout
28511
28512 \begin_layout Standard
28513 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28514 \begin_inset CommandInset citation
28515 LatexCommand cite
28516 key "latexcompanion,latexguide,latexbook"
28517
28518 \end_inset
28519
28520 に載っています。
28521 \series bold
28522 KOMA-Script
28523 \series default
28524
28525 \begin_inset Index idx
28526 status collapsed
28527
28528 \begin_layout Plain Layout
28529 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28530 \end_layout
28531
28532 \end_inset
28533
28534 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
28535 \begin_inset CommandInset citation
28536 LatexCommand cite
28537 key "KOMA-Script"
28538
28539 \end_inset
28540
28541 参照)。
28542 \end_layout
28543
28544 \begin_layout Section
28545 傍注
28546 \begin_inset Index idx
28547 status collapsed
28548
28549 \begin_layout Plain Layout
28550 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28551 \end_layout
28552
28553 \end_inset
28554
28555
28556 \end_layout
28557
28558 \begin_layout Standard
28559 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28560 \family sans
28561 挿入\SpecialChar \menuseparator
28562 傍注
28563 \family default
28564 メニューかツールバーボタン
28565 \family sans
28566
28567 \begin_inset Info
28568 type  "icon"
28569 arg   "marginalnote-insert"
28570 \end_inset
28571
28572
28573 \family default
28574 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28575 \end_layout
28576
28577 \begin_layout Standard
28578 横にあるのが傍注です
28579 \begin_inset Marginal
28580 status open
28581
28582 \begin_layout Plain Layout
28583 これは傍注文です。
28584 \end_layout
28585
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \begin_layout Standard
28592 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28593 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28594 \end_layout
28595
28596 \begin_layout Standard
28597 \begin_inset VSpace bigskip
28598 \end_inset
28599
28600 傍注を内側余白に置くには、傍注の前にTeXコードで
28601 \end_layout
28602
28603 \begin_layout Standard
28604
28605 \series bold
28606
28607 \backslash
28608 reversemarginpar
28609 \end_layout
28610
28611 \begin_layout Standard
28612 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28613 \begin_inset ERT
28614 status collapsed
28615
28616 \begin_layout Plain Layout
28617
28618
28619 \backslash
28620 reversemarginpar 
28621 \end_layout
28622
28623 \end_inset
28624
28625
28626 \begin_inset Marginal
28627 status open
28628
28629 \begin_layout Plain Layout
28630 これは内側余白の傍注です。
28631 \end_layout
28632
28633 \end_inset
28634
28635
28636 \series bold
28637
28638 \begin_inset Newline newline
28639 \end_inset
28640
28641
28642 \series default
28643
28644 \begin_inset Note Greyedout
28645 status open
28646
28647 \begin_layout Plain Layout
28648 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \begin_layout Standard
28657 既定の配置に戻すには、TeXコードで
28658 \end_layout
28659
28660 \begin_layout Standard
28661
28662 \series bold
28663
28664 \backslash
28665 normalmarginpar
28666 \end_layout
28667
28668 \begin_layout Standard
28669 というコマンドを書き加えてください。
28670 \begin_inset ERT
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674
28675
28676 \backslash
28677 normalmarginpar 
28678 \end_layout
28679
28680 \end_inset
28681
28682  
28683 \begin_inset Note Greyedout
28684 status open
28685
28686 \begin_layout Plain Layout
28687
28688 \series bold
28689 【註】
28690 \backslash
28691 reversemarginpar
28692 \series default
28693 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \begin_layout Standard
28702 \begin_inset VSpace bigskip
28703 \end_inset
28704
28705
28706 \begin_inset Marginal
28707 status open
28708
28709 \begin_layout Plain Layout
28710 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \begin_inset CommandInset ref
28717 LatexCommand ref
28718 reference "sub:複数行"
28719
28720 \end_inset
28721
28722 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28723 \begin_inset space \thinspace{}
28724 \end_inset
28725
28726 pt水平空白を挿入してください 
28727 \begin_inset Marginal
28728 status open
28729
28730 \begin_layout Plain Layout
28731 \begin_inset space \hspace*{}
28732 \length 0pt
28733 \end_inset
28734
28735 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28736 \end_layout
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \begin_layout Standard
28744 \begin_inset VSpace bigskip
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Standard
28751 \begin_inset Note Greyedout
28752 status open
28753
28754 \begin_layout Plain Layout
28755
28756 \series bold
28757 【註】
28758 \series default
28759 通常、傍注は表やフロート、脚注の中では使用することができません。
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Standard
28768 \begin_inset VSpace bigskip
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Standard
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780
28781 \backslash
28782 ifmarginnote
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \begin_inset Note Note
28789 status open
28790
28791 \begin_layout Plain Layout
28792 以下の部分は、LaTeXパッケージ
28793 \series bold
28794 marginnote
28795 \series default
28796 が導入されているときのみ表示されます。
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Standard
28805 この制約は、LaTeXパッケージ
28806 \series bold
28807 marginnote
28808 \series default
28809
28810 \begin_inset Index idx
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28815 \end_layout
28816
28817 \end_inset
28818
28819 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28820 \series bold
28821 marginnote
28822 \series default
28823 パッケージが提供するコマンドを使うようになります。
28824 \end_layout
28825
28826 \begin_layout Standard
28827
28828 \series bold
28829
28830 \backslash
28831 usepackage{marginnote}
28832 \begin_inset Newline newline
28833 \end_inset
28834
28835
28836 \backslash
28837 let
28838 \backslash
28839 marginpar
28840 \backslash
28841 marginnote
28842 \end_layout
28843
28844 \begin_layout Standard
28845
28846 \series bold
28847 marginnote
28848 \series default
28849 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28850 \series bold
28851 marginnote
28852 \series default
28853 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28854 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28855 \end_layout
28856
28857 \begin_layout Standard
28858
28859 \series bold
28860 [オフセット]
28861 \end_layout
28862
28863 \begin_layout Standard
28864 という形で書くことで設定することができます。ここで「オフセット」には、表
28865 \begin_inset CommandInset ref
28866 LatexCommand ref
28867 reference "tab:単位"
28868
28869 \end_inset
28870
28871 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28872 \series bold
28873 [-1.5cm]
28874 \series default
28875 」を使用して、1.5
28876 \begin_inset space \thinspace{}
28877 \end_inset
28878
28879 cm上にずらしてあります
28880 \begin_inset Marginal
28881 status open
28882
28883 \begin_layout Plain Layout
28884 この傍注は、本来の位置よりも1.5
28885 \begin_inset space \thinspace{}
28886 \end_inset
28887
28888 cm上にずらしてあります。
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \begin_inset ERT
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898
28899 [-1.5cm]
28900 \end_layout
28901
28902 \end_inset
28903
28904
28905 \end_layout
28906
28907 \begin_layout Standard
28908 \begin_inset VSpace medskip
28909 \end_inset
28910
28911
28912 \series bold
28913 marginnote
28914 \series default
28915 を使うと、傍注の揃えを変更することもできます。たとえば、
28916 \end_layout
28917
28918 \begin_layout Standard
28919
28920 \series bold
28921
28922 \backslash
28923 renewcommand*{
28924 \backslash
28925 raggedleftmarginnote}{
28926 \backslash
28927 centering}
28928 \begin_inset Newline newline
28929 \end_inset
28930
28931
28932 \backslash
28933 renewcommand*{
28934 \backslash
28935 raggedrightmarginnote}{
28936 \backslash
28937 centering}
28938 \end_layout
28939
28940 \begin_layout Standard
28941 というコマンドを使うと、中央揃えになります。
28942 \series bold
28943
28944 \backslash
28945 raggedleftmarginnote
28946 \series default
28947 とは、左側に表示されている傍注のことを指します
28948 \begin_inset ERT
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952
28953
28954 \backslash
28955 renewcommand*{
28956 \backslash
28957 raggedleftmarginnote}{
28958 \backslash
28959 centering}
28960 \end_layout
28961
28962 \begin_layout Plain Layout
28963
28964
28965 \backslash
28966 renewcommand*{
28967 \backslash
28968 raggedrightmarginnote}{
28969 \backslash
28970 centering}
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \begin_inset Marginal
28977 status open
28978
28979 \begin_layout Plain Layout
28980 この傍注の文章は中央揃えになっています。
28981 \end_layout
28982
28983 \end_inset
28984
28985 。既定の設定は、
28986 \end_layout
28987
28988 \begin_layout Standard
28989
28990 \series bold
28991
28992 \backslash
28993 renewcommand*{
28994 \backslash
28995 raggedleftmarginnote}{
28996 \backslash
28997 raggedleft}
28998 \begin_inset Newline newline
28999 \end_inset
29000
29001
29002 \backslash
29003 renewcommand*{
29004 \backslash
29005 raggedrightmarginnote}{
29006 \backslash
29007 raggedright}
29008 \series default
29009
29010 \begin_inset ERT
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014
29015
29016 \backslash
29017 renewcommand*{
29018 \backslash
29019 raggedleftmarginnote}{
29020 \backslash
29021 raggedleft}
29022 \end_layout
29023
29024 \begin_layout Plain Layout
29025
29026
29027 \backslash
29028 renewcommand*{
29029 \backslash
29030 raggedrightmarginnote}{
29031 \backslash
29032 raggedright}
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 です。
29042 \end_layout
29043
29044 \begin_layout Standard
29045 \begin_inset VSpace medskip
29046 \end_inset
29047
29048
29049 \series bold
29050 marginnote
29051 \series default
29052 の他の機能については、
29053 \begin_inset CommandInset citation
29054 LatexCommand cite
29055 key "marginnote"
29056
29057 \end_inset
29058
29059 の取扱説明書をご参照ください。
29060 \end_layout
29061
29062 \begin_layout Standard
29063 \begin_inset VSpace bigskip
29064 \end_inset
29065
29066 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29067 \family sans
29068 \series bold
29069 \bar under
29070 注意!
29071 \family default
29072 \series default
29073 \bar default
29074 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29075 \end_layout
29076
29077 \begin_layout Standard
29078
29079 \series bold
29080
29081 \backslash
29082 let
29083 \backslash
29084 myMarginpar
29085 \backslash
29086 marginpar
29087 \begin_inset Newline newline
29088 \end_inset
29089
29090
29091 \backslash
29092 renewcommand{
29093 \backslash
29094 marginpar}[1]{
29095 \backslash
29096 myMarginpar{%
29097 \begin_inset Newline newline
29098 \end_inset
29099
29100
29101 \begin_inset Phantom HPhantom
29102 status open
29103
29104 \begin_layout Plain Layout
29105
29106 \series bold
29107 \begin_inset space ~
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \backslash
29117 hspace{0pt}
29118 \backslash
29119 textsf{
29120 \backslash
29121 textbf{
29122 \backslash
29123 underbar{注意!}}}%
29124 \begin_inset Newline newline
29125 \end_inset
29126
29127
29128 \begin_inset Phantom HPhantom
29129 status open
29130
29131 \begin_layout Plain Layout
29132
29133 \series bold
29134 \begin_inset space ~
29135 \end_inset
29136
29137
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \backslash
29144 vspace{1.5mm}
29145 \backslash
29146
29147 \backslash
29148 #1}}
29149 \end_layout
29150
29151 \begin_layout Standard
29152 \begin_inset ERT
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156
29157
29158 \backslash
29159 let
29160 \backslash
29161 myMarginpar
29162 \backslash
29163 marginpar
29164 \end_layout
29165
29166 \begin_layout Plain Layout
29167
29168
29169 \backslash
29170 renewcommand{
29171 \backslash
29172 marginpar}[1]{
29173 \backslash
29174 myMarginpar{%
29175 \end_layout
29176
29177 \begin_layout Plain Layout
29178
29179    
29180 \backslash
29181 textsf{
29182 \backslash
29183 textbf{
29184 \backslash
29185 underbar{注意!}}}%
29186 \end_layout
29187
29188 \begin_layout Plain Layout
29189
29190    
29191 \backslash
29192 vspace{1.5mm}
29193 \backslash
29194
29195 \backslash
29196 #1}}
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \begin_inset Marginal
29203 status open
29204
29205 \begin_layout Plain Layout
29206 これは、定義したヘッダをつけた傍注です。
29207 \end_layout
29208
29209 \end_inset
29210
29211
29212 \begin_inset ERT
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216
29217 [-1.5cm]
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \begin_inset ERT
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227
29228
29229 \backslash
29230 renewcommand{
29231 \backslash
29232 marginpar}[1]{
29233 \backslash
29234 myMarginpar{#1}}
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \begin_inset Note Note
29241 status open
29242
29243 \begin_layout Plain Layout
29244 傍注書式は、この例の分だけ変更してあります。
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \begin_layout Standard
29253 \begin_inset ERT
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257
29258
29259 \backslash
29260 else
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \begin_inset Note Note
29267 status open
29268
29269 \begin_layout Plain Layout
29270 以下の部分は、LaTeXパッケージ
29271 \series bold
29272 marginnote
29273 \series default
29274 が導入されていないときのみ表示されます。
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \begin_layout Standard
29283 本節の以下の部分を出力に表示するには、LaTeXパッケージ
29284 \series bold
29285 marginnote
29286 \series default
29287 を導入する必要があります。
29288 \end_layout
29289
29290 \begin_layout Standard
29291 \begin_inset ERT
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295
29296
29297 \backslash
29298 fi
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Chapter
29307 ボックス
29308 \end_layout
29309
29310 \begin_layout Section
29311 はじめに
29312 \begin_inset Index idx
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316 ぼっくす@ボックス ! はじめに
29317 \end_layout
29318
29319 \end_inset
29320
29321
29322 \end_layout
29323
29324 \begin_layout Standard
29325 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
29326 \begin_inset CommandInset ref
29327 LatexCommand ref
29328 reference "sec:ミニページ"
29329
29330 \end_inset
29331
29332 節参照)、文章を囲ったり(第
29333 \begin_inset CommandInset ref
29334 LatexCommand ref
29335 reference "sec:装飾"
29336
29337 \end_inset
29338
29339 節参照)、単語がハイフネートされるのを予防したり(第
29340 \begin_inset CommandInset ref
29341 LatexCommand ref
29342 reference "sec:ハイフネーションの回避"
29343
29344 \end_inset
29345
29346 節参照)、文章を揃えたり(第
29347 \begin_inset CommandInset ref
29348 LatexCommand ref
29349 reference "sub:垂直揃え"
29350
29351 \end_inset
29352
29353 節参照)、あるいは文章の背景色を設定したり(第
29354 \begin_inset CommandInset ref
29355 LatexCommand ref
29356 reference "sec:色付きボックス"
29357
29358 \end_inset
29359
29360 節参照)するのに使用します。
29361 \end_layout
29362
29363 \begin_layout Standard
29364 ボックスは、
29365 \family sans
29366 挿入\SpecialChar \menuseparator
29367 ボックス
29368 \family default
29369 メニューかツールバーボタン
29370 \family sans
29371
29372 \begin_inset Info
29373 type  "icon"
29374 arg   "box-insert Frameless"
29375 \end_inset
29376
29377
29378 \family default
29379 を使って挿入することができます。すると、
29380 \begin_inset Graphics
29381         filename clipart/BoxInsetDefaultQt4.png
29382         scale 85
29383         scaleBeforeRotation
29384
29385 \end_inset
29386
29387 のように
29388 \family sans
29389 ボックス(minipage環境)
29390 \family default
29391 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29392 \family sans
29393 設定
29394 \family default
29395 メニューを選択すると現れるボックスダイアログでは、
29396 \family sans
29397 parboxコマンド
29398 \family default
29399
29400 \family sans
29401 minipage環境
29402 \family default
29403 の二つの
29404 \family sans
29405 内部ボックス
29406 \family default
29407 型を選択することができます。
29408 \family sans
29409 minipage
29410 \family default
29411 型は、新規ボックスの既定値となっており、第
29412 \begin_inset CommandInset ref
29413 LatexCommand ref
29414 reference "sec:ミニページ"
29415
29416 \end_inset
29417
29418 節で説明します。
29419 \family sans
29420 parbox
29421 \family default
29422 型については第
29423 \begin_inset CommandInset ref
29424 LatexCommand ref
29425 reference "sec:Parboxes"
29426
29427 \end_inset
29428
29429 節、
29430 \family sans
29431 makebox
29432 \family default
29433 型については第
29434 \begin_inset CommandInset ref
29435 LatexCommand ref
29436 reference "sec:ハイフネーションの回避"
29437
29438 \end_inset
29439
29440 節で述べます。
29441 \end_layout
29442
29443 \begin_layout Standard
29444 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset Note Greyedout
29449 status open
29450
29451 \begin_layout Plain Layout
29452 【註】ボックスは、
29453 \family sans
29454 箇条書き(記号)
29455 \family default
29456 環境や
29457 \family sans
29458 箇条書き(記述)
29459 \family default
29460 環境の単独要素とすべきではありません。
29461 \end_layout
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Standard
29469 \begin_inset Note Greyedout
29470 status open
29471
29472 \begin_layout Plain Layout
29473 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29474 \family sans
29475 内部ボックス
29476 \family default
29477 型は
29478 \family sans
29479 なし
29480 \family default
29481 にしか設定することができません。
29482 \family sans
29483 内部ボックス
29484 \family default
29485 型や枠のないボックスについては、第
29486 \begin_inset CommandInset ref
29487 LatexCommand ref
29488 reference "sec:ハイフネーションの回避"
29489
29490 \end_inset
29491
29492 節で説明します。
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \begin_layout Section
29501 ボックスダイアログ
29502 \begin_inset CommandInset label
29503 LatexCommand label
29504 name "sec:ボックスダイアログ"
29505
29506 \end_inset
29507
29508
29509 \begin_inset Index idx
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Subsection
29522 寸法
29523 \begin_inset Index idx
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527 ぼっくす@ボックス ! すんぽう@寸法
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \end_layout
29534
29535 \begin_layout Standard
29536 ボックスダイアログでは、
29537 \family sans
29538
29539 \family default
29540
29541 \family sans
29542 高さ
29543 \family default
29544 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29545 \begin_inset CommandInset ref
29546 LatexCommand ref
29547 reference "tab:単位"
29548
29549 \end_inset
29550
29551 に説明されています。
29552 \family sans
29553 高さ
29554 \family default
29555 フィールドには、加えて以下の寸法を使用することができます。
29556 \end_layout
29557
29558 \begin_layout Description
29559 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29560 \begin_inset Newline newline
29561 \end_inset
29562
29563
29564 \begin_inset Newline newline
29565 \end_inset
29566
29567
29568 \begin_inset Newline newline
29569 \end_inset
29570
29571
29572 \begin_inset Box Boxed
29573 position "c"
29574 hor_pos "c"
29575 has_inner_box 1
29576 inner_pos "c"
29577 use_parbox 0
29578 use_makebox 0
29579 width "12col%"
29580 special "none"
29581 height "1in"
29582 height_special "depth"
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 \align center
29587 高さを1階層に設定したボックス
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \begin_inset Newline newline
29594 \end_inset
29595
29596
29597 \begin_inset Newline newline
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \begin_layout Description
29604 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29605 \begin_inset Box Boxed
29606 position "c"
29607 hor_pos "c"
29608 has_inner_box 1
29609 inner_pos "c"
29610 use_parbox 0
29611 use_makebox 0
29612 width "20col%"
29613 special "none"
29614 height "2in"
29615 height_special "height"
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 \align center
29620 高さを2高さに設定したボックス
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Description
29629 全高 これは「高さ」+「階層」です。
29630 \begin_inset Box Boxed
29631 position "c"
29632 hor_pos "c"
29633 has_inner_box 1
29634 inner_pos "c"
29635 use_parbox 0
29636 use_makebox 0
29637 width "20col%"
29638 special "none"
29639 height "1in"
29640 height_special "totalheight"
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644 \align center
29645 高さを1全高に設定したボックス
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \begin_layout Description
29654 幅 これはボックスの幅を高さに設定します。
29655 \begin_inset Box Boxed
29656 position "c"
29657 hor_pos "c"
29658 has_inner_box 1
29659 inner_pos "c"
29660 use_parbox 0
29661 use_makebox 0
29662 width "12col%"
29663 special "none"
29664 height "1in"
29665 height_special "width"
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669 \align center
29670 高さを1幅に設定したボックス
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Subsection
29679 文字揃え
29680 \begin_inset Index idx
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 ぼっくす@ボックス ! もじそろえ@文字揃え
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \end_layout
29691
29692 \begin_layout Standard
29693
29694 \family sans
29695 内部ボックス
29696 \family default
29697 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29698 \end_layout
29699
29700 \begin_layout Description
29701 上 これは例示のための本文行です。
29702 \begin_inset Box Boxed
29703 position "t"
29704 hor_pos "c"
29705 has_inner_box 1
29706 inner_pos "c"
29707 use_parbox 0
29708 use_makebox 0
29709 width "12col%"
29710 special "none"
29711 height "1in"
29712 height_special "totalheight"
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716 \align center
29717 このボックスは上揃えです。
29718 \end_layout
29719
29720 \end_inset
29721
29722 これは例示のための本文行です。
29723 \end_layout
29724
29725 \begin_layout Description
29726 中央 これは例示のための本文行です。
29727 \begin_inset Box Boxed
29728 position "c"
29729 hor_pos "c"
29730 has_inner_box 1
29731 inner_pos "c"
29732 use_parbox 0
29733 use_makebox 0
29734 width "12col%"
29735 special "none"
29736 height "1in"
29737 height_special "totalheight"
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741 \align center
29742 このボックスは中央揃えです。
29743 \end_layout
29744
29745 \end_inset
29746
29747 これは例示のための本文行です。
29748 \end_layout
29749
29750 \begin_layout Description
29751 下 これは例示のための本文行です。
29752 \begin_inset Box Boxed
29753 position "b"
29754 hor_pos "c"
29755 has_inner_box 1
29756 inner_pos "c"
29757 use_parbox 0
29758 use_makebox 0
29759 width "12col%"
29760 special "none"
29761 height "1in"
29762 height_special "totalheight"
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 \align center
29767 このボックスは下揃えです。
29768 \end_layout
29769
29770 \end_inset
29771
29772 これは例示のための本文行です。
29773 \end_layout
29774
29775 \begin_layout Standard
29776 \begin_inset Note Greyedout
29777 status open
29778
29779 \begin_layout Plain Layout
29780
29781 \series bold
29782 【註】
29783 \series default
29784 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29785 \end_layout
29786
29787 \end_inset
29788
29789
29790 \end_layout
29791
29792 \begin_layout Standard
29793 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29794 \end_layout
29795
29796 \begin_layout Standard
29797 \begin_inset VSpace bigskip
29798 \end_inset
29799
29800
29801 \family sans
29802 内部ボックス
29803 \family default
29804 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29805 \end_layout
29806
29807 \begin_layout Description
29808 上 これは例示のための本文行です。
29809 \begin_inset Box Boxed
29810 position "c"
29811 hor_pos "c"
29812 has_inner_box 1
29813 inner_pos "t"
29814 use_parbox 0
29815 use_makebox 0
29816 width "12col%"
29817 special "none"
29818 height "1.5in"
29819 height_special "totalheight"
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823 \align center
29824 このボックスの文章は上揃えです。
29825 \end_layout
29826
29827 \end_inset
29828
29829 これは例示のための本文行です。
29830 \end_layout
29831
29832 \begin_layout Description
29833 中央 これは例示のための本文行です。
29834 \begin_inset Box Boxed
29835 position "c"
29836 hor_pos "c"
29837 has_inner_box 1
29838 inner_pos "c"
29839 use_parbox 0
29840 use_makebox 0
29841 width "12col%"
29842 special "none"
29843 height "1.5in"
29844 height_special "totalheight"
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848 \align center
29849 このボックスの文章は中央揃えです。
29850 \end_layout
29851
29852 \end_inset
29853
29854 これは例示のための本文行です。
29855 \end_layout
29856
29857 \begin_layout Description
29858 下 これは例示のための本文行です。
29859 \begin_inset Box Boxed
29860 position "c"
29861 hor_pos "c"
29862 has_inner_box 1
29863 inner_pos "b"
29864 use_parbox 0
29865 use_makebox 0
29866 width "12col%"
29867 special "none"
29868 height "1.5in"
29869 height_special "totalheight"
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873 \align center
29874 このボックスの文章は下揃えです。
29875 \end_layout
29876
29877 \end_inset
29878
29879 これは例示のための本文行です。
29880 \end_layout
29881
29882 \begin_layout Description
29883 広げる これは例示のための本文行です。
29884 \begin_inset Box Boxed
29885 position "c"
29886 hor_pos "c"
29887 has_inner_box 1
29888 inner_pos "s"
29889 use_parbox 0
29890 use_makebox 0
29891 width "17col%"
29892 special "none"
29893 height "1.5in"
29894 height_special "totalheight"
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898 \align center
29899 このボックスの
29900 \end_layout
29901
29902 \begin_layout Plain Layout
29903 \align center
29904 文章は広げて
29905 \end_layout
29906
29907 \begin_layout Plain Layout
29908 \align center
29909 あります。
29910 \end_layout
29911
29912 \end_inset
29913
29914 これは例示のための本文行です。
29915 \end_layout
29916
29917 \begin_layout Standard
29918 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29919 \end_layout
29920
29921 \begin_layout Standard
29922 \begin_inset VSpace bigskip
29923 \end_inset
29924
29925
29926 \family sans
29927 内部ボックス
29928 \family default
29929 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29930 \end_layout
29931
29932 \begin_layout Standard
29933 \align center
29934 \begin_inset Box Boxed
29935 position "c"
29936 hor_pos "c"
29937 has_inner_box 1
29938 inner_pos "s"
29939 use_parbox 0
29940 use_makebox 0
29941 width "25col%"
29942 special "none"
29943 height "1.25in"
29944 height_special "totalheight"
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948 \align left
29949 このボックスの
29950 \end_layout
29951
29952 \begin_layout Plain Layout
29953 \align center
29954 文章は広げて
29955 \end_layout
29956
29957 \begin_layout Plain Layout
29958 \align right
29959 あります。
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Standard
29968
29969 \family sans
29970 内部ボックス
29971 \family default
29972 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29973 \end_layout
29974
29975 \begin_layout Standard
29976 \align center
29977 \begin_inset Box Boxed
29978 position "c"
29979 hor_pos "s"
29980 has_inner_box 0
29981 inner_pos "s"
29982 use_parbox 0
29983 use_makebox 0
29984 width "90col%"
29985 special "none"
29986 height "1.25in"
29987 height_special "totalheight"
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 このボックスの文章は水平方向に広げてあります。
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Subsection
30000 装飾
30001 \begin_inset CommandInset label
30002 LatexCommand label
30003 name "sec:装飾"
30004
30005 \end_inset
30006
30007
30008 \begin_inset Index idx
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012 ぼっくす@ボックス ! そうしょく@装飾
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \end_layout
30019
30020 \begin_layout Standard
30021 ボックス型は、ボックスダイアログ中の
30022 \family sans
30023 装飾
30024 \family default
30025 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30026 \end_layout
30027
30028 \begin_layout Description
30029 縁なし 枠を描きません。
30030 \end_layout
30031
30032 \begin_layout Description
30033 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30034 \series bold
30035
30036 \backslash
30037 fboxrule
30038 \series default
30039 の値になります。 
30040 \begin_inset Box Boxed
30041 position "c"
30042 hor_pos "c"
30043 has_inner_box 1
30044 inner_pos "c"
30045 use_parbox 0
30046 use_makebox 0
30047 width "20col%"
30048 special "none"
30049 height "1in"
30050 height_special "totalheight"
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054 \align center
30055 長方形の箱型
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \begin_layout Description
30064 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30065 \begin_inset space \thinspace{}
30066 \end_inset
30067
30068 ptです。 
30069 \begin_inset Box ovalbox
30070 position "c"
30071 hor_pos "c"
30072 has_inner_box 1
30073 inner_pos "c"
30074 use_parbox 0
30075 use_makebox 0
30076 width "20col%"
30077 special "none"
30078 height "1in"
30079 height_special "totalheight"
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083 \align center
30084 楕円形の箱型(細線)
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \end_layout
30091
30092 \begin_layout Description
30093 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30094 \begin_inset space \thinspace{}
30095 \end_inset
30096
30097 ptです。 
30098 \begin_inset Box Ovalbox
30099 position "c"
30100 hor_pos "c"
30101 has_inner_box 1
30102 inner_pos "c"
30103 use_parbox 0
30104 use_makebox 0
30105 width "20col%"
30106 special "none"
30107 height "1in"
30108 height_special "totalheight"
30109 status collapsed
30110
30111 \begin_layout Plain Layout
30112 \align center
30113 楕円形の箱型(太線)
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \begin_layout Description
30122 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30123 \series bold
30124
30125 \backslash
30126 fboxrule
30127 \series default
30128 の値になり、影の幅は4
30129 \begin_inset space \thinspace{}
30130 \end_inset
30131
30132 ptになります。
30133 \begin_inset Box Shadowbox
30134 position "c"
30135 hor_pos "c"
30136 has_inner_box 1
30137 inner_pos "c"
30138 use_parbox 0
30139 use_makebox 0
30140 width "20col%"
30141 special "none"
30142 height "1in"
30143 height_special "totalheight"
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147 \align center
30148 影付きの箱型
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \end_layout
30155
30156 \begin_layout Description
30157 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
30158 \begin_inset Foot
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163 \begin_inset CommandInset ref
30164 LatexCommand ref
30165 reference "sec:色付きボックス"
30166
30167 \end_inset
30168
30169 節を参照のこと。
30170 \end_layout
30171
30172 \end_inset
30173
30174 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
30175 \begin_inset Box Shaded
30176 position "t"
30177 hor_pos "c"
30178 has_inner_box 0
30179 inner_pos "t"
30180 use_parbox 0
30181 use_makebox 0
30182 width "50col%"
30183 special "none"
30184 height "1in"
30185 height_special "totalheight"
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189 影付き背景の箱型
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \end_layout
30196
30197 \begin_layout Description
30198 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
30199 \begin_inset space \thinspace{}
30200 \end_inset
30201
30202
30203 \series bold
30204
30205 \backslash
30206 fboxrule
30207 \series default
30208 であり、外側の枠線の太さは1.5
30209 \begin_inset space \thinspace{}
30210 \end_inset
30211
30212
30213 \series bold
30214
30215 \backslash
30216 fboxrule
30217 \series default
30218 です。枠線間の距離は1.5
30219 \begin_inset space \thinspace{}
30220 \end_inset
30221
30222
30223 \series bold
30224
30225 \backslash
30226 fboxrule
30227 \series default
30228
30229 \begin_inset space \thinspace{}
30230 \end_inset
30231
30232 +
30233 \begin_inset space \thinspace{}
30234 \end_inset
30235
30236 0.5
30237 \begin_inset space \thinspace{}
30238 \end_inset
30239
30240 ptです。 
30241 \begin_inset Box Doublebox
30242 position "c"
30243 hor_pos "c"
30244 has_inner_box 1
30245 inner_pos "c"
30246 use_parbox 0
30247 use_makebox 0
30248 width "20col%"
30249 special "none"
30250 height "1in"
30251 height_special "totalheight"
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255 \align center
30256 二重の長方形の箱型
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \begin_layout Standard
30265 \begin_inset VSpace bigskip
30266 \end_inset
30267
30268 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
30269 \series bold
30270 fancybox
30271 \series default
30272
30273 \begin_inset Index idx
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
30278 \end_layout
30279
30280 \end_inset
30281
30282 が導入済みでなくてはなりません。
30283 \end_layout
30284
30285 \begin_layout Standard
30286 \begin_inset VSpace bigskip
30287 \end_inset
30288
30289 装飾として
30290 \family sans
30291 簡素な長方形の箱型
30292 \family default
30293 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
30294 れ、このボックス型では
30295 \series bold
30296
30297 \backslash
30298 fboxrule
30299 \series default
30300
30301 \series bold
30302
30303 \backslash
30304 fboxsep
30305 \series default
30306 は無効となります。枠線の太さは
30307 \series bold
30308
30309 \backslash
30310 FrameRule
30311 \series default
30312 の値になります。 
30313 \begin_inset Box Framed
30314 position "t"
30315 hor_pos "c"
30316 has_inner_box 0
30317 inner_pos "t"
30318 use_parbox 0
30319 use_makebox 0
30320 width "100col%"
30321 special "none"
30322 height "1in"
30323 height_special "totalheight"
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327 改行可能な箱型
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \end_layout
30334
30335 \begin_layout Section
30336 ボックスの詳細な設定
30337 \begin_inset Index idx
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \begin_layout Standard
30350 寸法
30351 \series bold
30352
30353 \backslash
30354 fboxrule
30355 \series default
30356 の既定値は0.4
30357 \begin_inset space \thinspace{}
30358 \end_inset
30359
30360 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30361 \begin_inset space \thinspace{}
30362 \end_inset
30363
30364 ptに変更することができます。
30365 \end_layout
30366
30367 \begin_layout Standard
30368
30369 \series bold
30370
30371 \backslash
30372 setlength{
30373 \backslash
30374 fboxrule}{2pt}
30375 \end_layout
30376
30377 \begin_layout Standard
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 setlength{
30386 \backslash
30387 fboxrule}{2pt}
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \begin_inset Box Boxed
30394 position "c"
30395 hor_pos "c"
30396 has_inner_box 1
30397 inner_pos "c"
30398 use_parbox 0
30399 use_makebox 0
30400 width "25col%"
30401 special "none"
30402 height "1in"
30403 height_special "totalheight"
30404 status open
30405
30406 \begin_layout Plain Layout
30407 \align center
30408
30409 \series bold
30410
30411 \backslash
30412 fboxrule
30413 \series default
30414
30415 \begin_inset space \thinspace{}
30416 \end_inset
30417
30418 =
30419 \begin_inset space \thinspace{}
30420 \end_inset
30421
30422 2
30423 \begin_inset space \thinspace{}
30424 \end_inset
30425
30426 ptの長方形の箱型
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 setlength{
30440 \backslash
30441 fboxrule}{0.4pt}
30442 \end_layout
30443
30444 \end_inset
30445
30446
30447 \end_layout
30448
30449 \begin_layout Standard
30450 \begin_inset VSpace bigskip
30451 \end_inset
30452
30453 枠とボックスの内容との空白は、すべての枠様式について3
30454 \begin_inset space \thinspace{}
30455 \end_inset
30456
30457 ptが既定値になっています。これは、長さ
30458 \series bold
30459
30460 \backslash
30461 fboxsep
30462 \series default
30463 を別の値に設定することによって変更することができます。たとえば
30464 \end_layout
30465
30466 \begin_layout Standard
30467
30468 \series bold
30469
30470 \backslash
30471 setlength{
30472 \backslash
30473 fboxsep}{10pt}
30474 \end_layout
30475
30476 \begin_layout Standard
30477 というコマンドは、この値を10
30478 \begin_inset space \thinspace{}
30479 \end_inset
30480
30481 ptにし、以下のボックスのようになります。
30482 \end_layout
30483
30484 \begin_layout Standard
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490
30491 \backslash
30492 setlength{
30493 \backslash
30494 fboxsep}{10pt}
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \begin_inset Box Boxed
30501 position "c"
30502 hor_pos "c"
30503 has_inner_box 1
30504 inner_pos "c"
30505 use_parbox 0
30506 use_makebox 0
30507 width "25col%"
30508 special "none"
30509 height "1in"
30510 height_special "totalheight"
30511 status open
30512
30513 \begin_layout Plain Layout
30514 \align center
30515
30516 \series bold
30517
30518 \backslash
30519 fboxsep
30520 \series default
30521
30522 \begin_inset space \thinspace{}
30523 \end_inset
30524
30525 =
30526 \begin_inset space \thinspace{}
30527 \end_inset
30528
30529 10
30530 \begin_inset space \thinspace{}
30531 \end_inset
30532
30533 ptの長方形の箱型
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \begin_inset ERT
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543
30544
30545 \backslash
30546 setlength{
30547 \backslash
30548 fboxsep}{3pt}
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 \begin_inset VSpace bigskip
30558 \end_inset
30559
30560 楕円形ボックスの丸い角の直径は、コマンド
30561 \series bold
30562
30563 \backslash
30564 cornersize
30565 \series default
30566 で設定することができます。
30567 \end_layout
30568
30569 \begin_layout Standard
30570
30571 \series bold
30572
30573 \backslash
30574 cornersize*{1cm}
30575 \end_layout
30576
30577 \begin_layout Standard
30578 というコマンドは、直径を1
30579 \begin_inset space \thinspace{}
30580 \end_inset
30581
30582 cmに設定します。
30583 \end_layout
30584
30585 \begin_layout Standard
30586
30587 \series bold
30588
30589 \backslash
30590 cornersize{数値}
30591 \end_layout
30592
30593 \begin_layout Standard
30594 というコマンドは、直径を
30595 \family sans
30596 数値
30597 \begin_inset space \thinspace{}
30598 \end_inset
30599
30600
30601 \family default
30602
30603 \begin_inset Formula $\times$
30604 \end_inset
30605
30606
30607 \family sans
30608
30609 \begin_inset space \thinspace{}
30610 \end_inset
30611
30612 (ボックスの幅と高さの小さい方)
30613 \family default
30614 に設定します。既定値は
30615 \series bold
30616
30617 \backslash
30618 cornersize{0.5}
30619 \series default
30620 です。
30621 \end_layout
30622
30623 \begin_layout Standard
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629
30630 \backslash
30631 cornersize*{1.5cm}
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \begin_inset Box Ovalbox
30638 position "c"
30639 hor_pos "c"
30640 has_inner_box 1
30641 inner_pos "c"
30642 use_parbox 0
30643 use_makebox 0
30644 width "25col%"
30645 special "none"
30646 height "1in"
30647 height_special "totalheight"
30648 status open
30649
30650 \begin_layout Plain Layout
30651 \align center
30652
30653 \series bold
30654
30655 \backslash
30656 cornersize
30657 \series default
30658
30659 \begin_inset space \thinspace{}
30660 \end_inset
30661
30662 =
30663 \begin_inset space \thinspace{}
30664 \end_inset
30665
30666 1.5
30667 \begin_inset space \thinspace{}
30668 \end_inset
30669
30670 cmの楕円形の箱型
30671 \end_layout
30672
30673 \end_inset
30674
30675
30676 \begin_inset ERT
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680
30681
30682 \backslash
30683 cornersize{0.5}
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \begin_layout Standard
30692 \begin_inset VSpace bigskip
30693 \end_inset
30694
30695 影の大きさは、長さ
30696 \series bold
30697
30698 \backslash
30699 shadowsize
30700 \series default
30701 を変更することで調整できます。以下のボックスでは
30702 \end_layout
30703
30704 \begin_layout Standard
30705
30706 \series bold
30707
30708 \backslash
30709 setlength{
30710 \backslash
30711 shadowsize}{2pt}
30712 \end_layout
30713
30714 \begin_layout Standard
30715 というコマンドを使って、2
30716 \begin_inset space \thinspace{}
30717 \end_inset
30718
30719 ptに設定しています。
30720 \end_layout
30721
30722 \begin_layout Standard
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728
30729 \backslash
30730 setlength{
30731 \backslash
30732 shadowsize}{2pt}
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \begin_inset Box Shadowbox
30739 position "c"
30740 hor_pos "c"
30741 has_inner_box 1
30742 inner_pos "c"
30743 use_parbox 0
30744 use_makebox 0
30745 width "25col%"
30746 special "none"
30747 height "1in"
30748 height_special "totalheight"
30749 status open
30750
30751 \begin_layout Plain Layout
30752 \align center
30753
30754 \series bold
30755
30756 \backslash
30757 shadowsize
30758 \series default
30759
30760 \begin_inset space \thinspace{}
30761 \end_inset
30762
30763 =
30764 \begin_inset space \thinspace{}
30765 \end_inset
30766
30767 2
30768 \begin_inset space \thinspace{}
30769 \end_inset
30770
30771 ptの影付きボックス
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \begin_inset ERT
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781
30782
30783 \backslash
30784 setlength{
30785 \backslash
30786 shadowsize}{4pt}
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Standard
30795 \begin_inset VSpace bigskip
30796 \end_inset
30797
30798
30799 \end_layout
30800
30801 \begin_layout Standard
30802 寸法
30803 \series bold
30804
30805 \backslash
30806 FrameRule
30807 \series default
30808 の既定値は0.4
30809 \begin_inset space \thinspace{}
30810 \end_inset
30811
30812 ptです。ボックスの中身と枠の間の空白の既定値は9
30813 \begin_inset space \thinspace{}
30814 \end_inset
30815
30816 ptですが、
30817 \series bold
30818
30819 \backslash
30820 FrameSep
30821 \series default
30822 の値を変えることで変更することができます。たとえば、下記の
30823 \family sans
30824 ボックス
30825 \family default
30826 の枠の外見は、
30827 \end_layout
30828
30829 \begin_layout Standard
30830
30831 \series bold
30832
30833 \backslash
30834 setlength{
30835 \backslash
30836 FrameRule}{5pt}
30837 \begin_inset Newline newline
30838 \end_inset
30839
30840
30841 \backslash
30842 setlength{
30843 \backslash
30844 FrameSep}{0.5cm}
30845 \end_layout
30846
30847 \begin_layout Standard
30848 というTeXコードコマンドで設定してあります。
30849 \begin_inset ERT
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853
30854
30855 \backslash
30856 setlength{
30857 \backslash
30858 FrameRule}{5pt}
30859 \end_layout
30860
30861 \begin_layout Plain Layout
30862
30863
30864 \backslash
30865 setlength{
30866 \backslash
30867 FrameSep}{0.5cm}
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \begin_inset Box Framed
30874 position "t"
30875 hor_pos "c"
30876 has_inner_box 0
30877 inner_pos "t"
30878 use_parbox 0
30879 use_makebox 0
30880 width "100col%"
30881 special "none"
30882 height "1in"
30883 height_special "totalheight"
30884 status open
30885
30886 \begin_layout Plain Layout
30887 これは
30888 \family sans
30889 改頁可能
30890 \family default
30891 ボックスの文章です。
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset ERT
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901
30902
30903 \backslash
30904 setlength{
30905 \backslash
30906 FrameRule}{0.4pt}
30907 \end_layout
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 setlength{
30914 \backslash
30915 FrameSep}{9pt}
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \begin_layout Standard
30924 \begin_inset VSpace bigskip
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931
30932 \family sans
30933 影付き背景
30934 \family default
30935 ボックスでは、ボックスの内容と枠の余白の既定値は3
30936 \begin_inset space \thinspace{}
30937 \end_inset
30938
30939 ptになっていますが、
30940 \series bold
30941
30942 \backslash
30943 fboxsep
30944 \series default
30945 の値を変更することで変えられます。既定の背景色である赤色は、
30946 \series bold
30947
30948 \backslash
30949 definecolor{shadebox}
30950 \series default
30951 コマンドで局所的に変更することもできますし、
30952 \family sans
30953 ツール\SpecialChar \menuseparator
30954 設定\SpecialChar \menuseparator
30955 色\SpecialChar \menuseparator
30956 影付きボックス
30957 \family default
30958 メニューからグローバルに変更することもできます。
30959 \series bold
30960
30961 \backslash
30962 definecolor
30963 \series default
30964 コマンドの用法は第
30965 \begin_inset CommandInset ref
30966 LatexCommand ref
30967 reference "sec:色付きの表"
30968
30969 \end_inset
30970
30971
30972 \begin_inset Foot
30973 status open
30974
30975 \begin_layout Plain Layout
30976 N
30977 \series bold
30978
30979 \backslash
30980 definecolor
30981 \series default
30982 は、LaTeXパッケージの
30983 \series bold
30984 color
30985 \series default
30986 をプリアンブルに読み込む必要があります。第
30987 \begin_inset CommandInset ref
30988 LatexCommand ref
30989 reference "sec:色付きボックス"
30990
30991 \end_inset
30992
30993 節をご参照ください。.
30994 \end_layout
30995
30996 \end_inset
30997
30998 で説明されています。
30999 \end_layout
31000
31001 \begin_layout Standard
31002 たとえば、下記の影付き背景ボックスの外見は
31003 \end_layout
31004
31005 \begin_layout Standard
31006
31007 \series bold
31008
31009 \backslash
31010 setlength{
31011 \backslash
31012 fboxsep}{0.5cm}
31013 \series default
31014
31015 \begin_inset Newline newline
31016 \end_inset
31017
31018
31019 \series bold
31020
31021 \backslash
31022 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31023 \end_layout
31024
31025 \begin_layout Standard
31026 というTeXコードコマンドを使って設定してあります。
31027 \end_layout
31028
31029 \begin_layout Standard
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035
31036 \backslash
31037 setlength{
31038 \backslash
31039 fboxsep}{0.5cm}
31040 \end_layout
31041
31042 \begin_layout Plain Layout
31043
31044
31045 \backslash
31046 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset Box Shaded
31053 position "t"
31054 hor_pos "c"
31055 has_inner_box 0
31056 inner_pos "t"
31057 use_parbox 0
31058 use_makebox 0
31059 width "100col%"
31060 special "none"
31061 height "1in"
31062 height_special "totalheight"
31063 status open
31064
31065 \begin_layout Plain Layout
31066
31067 \color yellow
31068 これは、濃緑色の背景の
31069 \family sans
31070 影付き背景
31071 \family default
31072 ボックスに入れた黄色の文章です。
31073 \end_layout
31074
31075 \end_inset
31076
31077
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083
31084 \backslash
31085 setlength{
31086 \backslash
31087 fboxsep}{3pt}
31088 \end_layout
31089
31090 \begin_layout Plain Layout
31091
31092
31093 \backslash
31094 definecolor{shadecolor}{rgb}{1,0,0}
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \end_layout
31101
31102 \begin_layout Standard
31103 \begin_inset VSpace bigskip
31104 \end_inset
31105
31106 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31107 \end_layout
31108
31109 \begin_layout Section
31110 ミニページ
31111 \begin_inset CommandInset label
31112 LatexCommand label
31113 name "sec:ミニページ"
31114
31115 \end_inset
31116
31117
31118 \begin_inset Index idx
31119 status collapsed
31120
31121 \begin_layout Plain Layout
31122 ぼっくす@ボックス ! みにぺーじ@ミニページ
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Standard
31131 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31132 \end_layout
31133
31134 \begin_layout Standard
31135 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31136 \end_layout
31137
31138 \begin_layout Standard
31139 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31140 \family sans
31141 挿入
31142 \family default
31143 \SpecialChar \menuseparator
31144
31145 \family sans
31146 整形
31147 \family default
31148 \SpecialChar \menuseparator
31149
31150 \family sans
31151 水平方向の空白
31152 \family default
31153 メニューで挿入した水平フィルで隔てられています。
31154 \begin_inset Newpage newpage
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \begin_layout Standard
31161 \begin_inset Box Frameless
31162 position "t"
31163 hor_pos "c"
31164 has_inner_box 1
31165 inner_pos "c"
31166 use_parbox 0
31167 use_makebox 0
31168 width "45col%"
31169 special "none"
31170 height "1in"
31171 height_special "totalheight"
31172 status open
31173
31174 \begin_layout Plain Layout
31175 Dies ist ein deutscher Text.
31176  Dies ist ein deutscher Text.
31177  Dies ist ein deutscher Text.
31178  Dies ist ein deutscher Text.
31179  Dies ist ein deutscher Text.
31180  Dies ist ein deutscher Text.
31181  Dies ist ein deutscher Text.
31182  Dies ist ein deutscher Text.
31183  Dies ist ein deutscher Text.
31184  Dies ist ein deutscher Text.
31185  Dies ist ein deutscher Text.
31186  Dies ist ein deutscher Text.
31187  Dies ist ein deutscher Text
31188 \begin_inset Foot
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192 Dies ist eine deutsche Fußnote.
31193 \end_layout
31194
31195 \end_inset
31196
31197 .
31198  Dies ist ein deutscher Text.
31199  Dies ist ein deutscher Text.
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \begin_inset space \hfill{}
31206 \end_inset
31207
31208
31209 \begin_inset Box Frameless
31210 position "t"
31211 hor_pos "c"
31212 has_inner_box 1
31213 inner_pos "c"
31214 use_parbox 0
31215 use_makebox 0
31216 width "45col%"
31217 special "none"
31218 height "1in"
31219 height_special "totalheight"
31220 status open
31221
31222 \begin_layout Plain Layout
31223 This is an English Text.
31224  This is an English Text.
31225  This is an English Text.
31226  This is an English Text.
31227  This is an English Text.
31228  This is an English Text.
31229  This is an English Text.
31230  This is an English Text.
31231  This is an English Text.
31232  This is an English Text.
31233  This is an English Text.
31234  This is an English Text.
31235  This is an English Text.
31236  This is an English Text.
31237  This is an English Text.
31238  This is an English Text.
31239 \begin_inset Foot
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243 This is an English footnote.
31244 \end_layout
31245
31246 \end_inset
31247
31248  This is an English Text.
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \begin_layout Standard
31257 \begin_inset VSpace bigskip
31258 \end_inset
31259
31260 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31261 \family sans
31262 中スキップ
31263 \family default
31264 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31265 \end_layout
31266
31267 \begin_layout Standard
31268 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31269 \begin_inset CommandInset ref
31270 LatexCommand ref
31271 reference "sub:段落の着色"
31272
31273 \end_inset
31274
31275 節をご参照ください。
31276 \end_layout
31277
31278 \begin_layout Standard
31279 \begin_inset Note Greyedout
31280 status open
31281
31282 \begin_layout Plain Layout
31283
31284 \series bold
31285 【註】
31286 \series default
31287 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31288 \end_layout
31289
31290 \end_inset
31291
31292
31293 \end_layout
31294
31295 \begin_layout Section
31296 Parbox
31297 \begin_inset CommandInset label
31298 LatexCommand label
31299 name "sec:Parboxes"
31300
31301 \end_inset
31302
31303
31304 \begin_inset Index idx
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 ぼっくす@ボックス ! Parboxes
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \end_layout
31315
31316 \begin_layout Standard
31317 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31318 \end_layout
31319
31320 \begin_layout Standard
31321 \align center
31322 \begin_inset Box Frameless
31323 position "t"
31324 hor_pos "c"
31325 has_inner_box 1
31326 inner_pos "t"
31327 use_parbox 1
31328 use_makebox 0
31329 width "33col%"
31330 special "none"
31331 height "1in"
31332 height_special "totalheight"
31333 status open
31334
31335 \begin_layout Plain Layout
31336 これはparbox内の文章です。これはparbox内の文章です。
31337 \end_layout
31338
31339 \begin_layout Plain Layout
31340 右の脚注は表示されません。
31341 \begin_inset Foot
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345 これはparbox内の脚注であり、したがって表示はされません。
31346 \end_layout
31347
31348 \end_inset
31349
31350
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \begin_layout Section
31359 単語や文字のボックス
31360 \begin_inset Index idx
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364 ぼっくす@ボックス ! もじよう@文字用
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \end_layout
31371
31372 \begin_layout Subsection
31373 ハイフネーションの回避
31374 \begin_inset CommandInset label
31375 LatexCommand label
31376 name "sec:ハイフネーションの回避"
31377
31378 \end_inset
31379
31380
31381 \begin_inset Index idx
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31386 \end_layout
31387
31388 \end_inset
31389
31390
31391 \end_layout
31392
31393 \begin_layout Standard
31394 単語や文章がハイフネートされるのを防ぐには、
31395 \family sans
31396 makebox
31397 \family default
31398 型ボックスを使うことができます。
31399 \begin_inset Newline newline
31400 \end_inset
31401
31402 以下が例示用の文章です。
31403 \end_layout
31404
31405 \begin_layout Standard
31406 This line is an example to show how you can prevent the hyphenation of 
31407 \begin_inset Quotes eld
31408 \end_inset
31409
31410 veryverylongword
31411 \begin_inset Quotes erd
31412 \end_inset
31413
31414 .
31415 \end_layout
31416
31417 \begin_layout Standard
31418 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31419 \family sans
31420 内部ボックス
31421 \family default
31422
31423 \family sans
31424 makeboxコマンド
31425 \family default
31426 に設定し、幅を1幅にします。
31427 \end_layout
31428
31429 \begin_layout Standard
31430 以下がその結果です。
31431 \end_layout
31432
31433 \begin_layout Standard
31434 This line is an example to show how you can prevent the hyphenation of 
31435 \begin_inset Box Frameless
31436 position "t"
31437 hor_pos "c"
31438 has_inner_box 1
31439 inner_pos "t"
31440 use_parbox 0
31441 use_makebox 1
31442 width "1in"
31443 special "width"
31444 height "1in"
31445 height_special "totalheight"
31446 status open
31447
31448 \begin_layout Plain Layout
31449 \begin_inset Quotes eld
31450 \end_inset
31451
31452 veryverylongword
31453 \begin_inset Quotes erd
31454 \end_inset
31455
31456
31457 \end_layout
31458
31459 \end_inset
31460
31461 .
31462 \end_layout
31463
31464 \begin_layout Standard
31465 別の方法としては、以下のように、単語の前に直接TeXコードで「
31466 \series bold
31467
31468 \backslash
31469 -
31470 \series default
31471 」コマンドを設定する方法もあります。
31472 \end_layout
31473
31474 \begin_layout Standard
31475 This line is an example to show how you can prevent the hyphenation of 
31476 \begin_inset Quotes eld
31477 \end_inset
31478
31479
31480 \begin_inset ERT
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484
31485
31486 \backslash
31487 -
31488 \end_layout
31489
31490 \end_inset
31491
31492 veryverylongword
31493 \begin_inset Quotes erd
31494 \end_inset
31495
31496 .
31497 \end_layout
31498
31499 \begin_layout Standard
31500 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31501 \family sans
31502 挿入
31503 \family default
31504 \SpecialChar \menuseparator
31505
31506 \family sans
31507 整形
31508 \family default
31509 \SpecialChar \menuseparator
31510
31511 \family sans
31512 整形なし改行
31513 \family default
31514 メニュー(
31515 \begin_inset Flex Ruby
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519 捷径
31520 \begin_inset Argument post:1
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524 ショートカット
31525 \end_layout
31526
31527 \end_inset
31528
31529
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \begin_inset Info
31536 type  "shortcut"
31537 arg   "newline-insert newline"
31538 \end_inset
31539
31540 )から改行を単語の前に入れてください。
31541 \end_layout
31542
31543 \begin_layout Standard
31544 This line is an example to show how you can prevent the hyphenation of 
31545 \begin_inset Newline newline
31546 \end_inset
31547
31548
31549 \begin_inset Box Frameless
31550 position "t"
31551 hor_pos "c"
31552 has_inner_box 1
31553 inner_pos "t"
31554 use_parbox 0
31555 use_makebox 1
31556 width "1in"
31557 special "width"
31558 height "1in"
31559 height_special "totalheight"
31560 status open
31561
31562 \begin_layout Plain Layout
31563 \begin_inset Quotes eld
31564 \end_inset
31565
31566 veryverylongword
31567 \begin_inset Quotes erd
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \end_inset
31574
31575 .
31576 \end_layout
31577
31578 \begin_layout Subsection
31579 垂直揃え
31580 \begin_inset CommandInset label
31581 LatexCommand label
31582 name "sub:垂直揃え"
31583
31584 \end_inset
31585
31586
31587 \begin_inset Index idx
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset Index idx
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601 ぼっくす@ボックス ! Raiseboxes
31602 \end_layout
31603
31604 \end_inset
31605
31606
31607 \end_layout
31608
31609 \begin_layout Standard
31610
31611 \series bold
31612
31613 \backslash
31614 raisebox
31615 \series default
31616 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31617 \series bold
31618
31619 \backslash
31620 raisebox
31621 \series default
31622 は以下の書式で使用します。
31623 \end_layout
31624
31625 \begin_layout Standard
31626
31627 \series bold
31628
31629 \backslash
31630 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31631 \end_layout
31632
31633 \begin_layout Standard
31634 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31635 \end_layout
31636
31637 \begin_layout Standard
31638 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31639 \end_layout
31640
31641 \begin_layout Standard
31642
31643 \series bold
31644
31645 \backslash
31646 raisebox{
31647 \backslash
31648 depth}{
31649 \end_layout
31650
31651 \begin_layout Standard
31652 というコマンドを挿入してください。単語の後には、閉じ括弧「
31653 \series bold
31654 }
31655 \series default
31656 」をTeXコードで挿入してください。
31657 \begin_inset Newline newline
31658 \end_inset
31659
31660 以下がその出力です。
31661 \end_layout
31662
31663 \begin_layout Standard
31664 This is a text line with the word 
31665 \begin_inset ERT
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669
31670
31671 \backslash
31672 raisebox{
31673 \backslash
31674 depth}{
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset Quotes eld
31681 \end_inset
31682
31683 preventing
31684 \begin_inset Quotes erd
31685 \end_inset
31686
31687
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693 }
31694 \end_layout
31695
31696 \end_inset
31697
31698  as raised word.
31699 \end_layout
31700
31701 \begin_layout Standard
31702 \begin_inset VSpace bigskip
31703 \end_inset
31704
31705 行中の文字を上げ下げすると、以下のように行間が広がります。
31706 \end_layout
31707
31708 \begin_layout Standard
31709 This is a text line with the word 
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 raisebox{-
31718 \backslash
31719 depth}{
31720 \end_layout
31721
31722 \end_inset
31723
31724
31725 \begin_inset Quotes eld
31726 \end_inset
31727
31728 preventing
31729 \begin_inset Quotes erd
31730 \end_inset
31731
31732
31733 \begin_inset ERT
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737
31738 }
31739 \end_layout
31740
31741 \end_inset
31742
31743  as lowered word.
31744 \begin_inset Newline newline
31745 \end_inset
31746
31747 This is a text line with the word 
31748 \begin_inset ERT
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752
31753
31754 \backslash
31755 raisebox{0.5cm}{
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \begin_inset Quotes eld
31762 \end_inset
31763
31764 testing
31765 \begin_inset Quotes erd
31766 \end_inset
31767
31768
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774 }
31775 \end_layout
31776
31777 \end_inset
31778
31779  as raised word.
31780 \end_layout
31781
31782 \begin_layout Standard
31783 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31784 \end_layout
31785
31786 \begin_layout Standard
31787
31788 \series bold
31789
31790 \backslash
31791 raisebox{-
31792 \backslash
31793 depth}[0pt]{
31794 \end_layout
31795
31796 \begin_layout Standard
31797 とすると、
31798 \end_layout
31799
31800 \begin_layout Standard
31801 This is a text line with the word 
31802 \begin_inset ERT
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806
31807
31808 \backslash
31809 raisebox{-
31810 \backslash
31811 depth}[0pt]{
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \begin_inset Quotes eld
31818 \end_inset
31819
31820 preventing
31821 \begin_inset Quotes erd
31822 \end_inset
31823
31824
31825 \begin_inset ERT
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829
31830 }
31831 \end_layout
31832
31833 \end_inset
31834
31835  as lowered word.
31836 \begin_inset Newline newline
31837 \end_inset
31838
31839 This is a text line with the word 
31840 \begin_inset ERT
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844
31845
31846 \backslash
31847 raisebox{0.5cm}[0pt]{
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \begin_inset Quotes eld
31854 \end_inset
31855
31856 testing
31857 \begin_inset Quotes erd
31858 \end_inset
31859
31860
31861 \begin_inset ERT
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865
31866 }
31867 \end_layout
31868
31869 \end_inset
31870
31871  as raised word.
31872 \end_layout
31873
31874 \begin_layout Section
31875 色付きボックス
31876 \begin_inset CommandInset label
31877 LatexCommand label
31878 name "sec:色付きボックス"
31879
31880 \end_inset
31881
31882
31883 \begin_inset Index idx
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887 ぼっくす@ボックス ! いろつき@色付き
31888 \end_layout
31889
31890 \end_inset
31891
31892
31893 \end_layout
31894
31895 \begin_layout Subsection
31896 文字の着色
31897 \begin_inset Index idx
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901 いろ@色 ! もじの@文字の---
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \end_layout
31908
31909 \begin_layout Standard
31910 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31911 \series bold
31912 color
31913 \series default
31914
31915 \begin_inset Index idx
31916 status collapsed
31917
31918 \begin_layout Plain Layout
31919 LaTeXぱっけーじ@LaTeXパッケージ ! color
31920 \end_layout
31921
31922 \end_inset
31923
31924 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31925 \end_layout
31926
31927 \begin_layout Standard
31928
31929 \series bold
31930
31931 \backslash
31932 @ifundefined{textcolor}
31933 \begin_inset Newline newline
31934 \end_inset
31935
31936
31937 \begin_inset Phantom HPhantom
31938 status open
31939
31940 \begin_layout Plain Layout
31941
31942 \series bold
31943 \begin_inset space ~
31944 \end_inset
31945
31946
31947 \end_layout
31948
31949 \end_inset
31950
31951 {
31952 \backslash
31953 usepackage{color}}{}
31954 \end_layout
31955
31956 \begin_layout Standard
31957
31958 \series bold
31959 color
31960 \series default
31961 パッケージは、文章を着色するとLyXが自動的に読み込みます
31962 \begin_inset Foot
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966 これが二度読み込まれることを回避するには、
31967 \series bold
31968
31969 \backslash
31970 @ifundefined
31971 \series default
31972 コマンドを使用します。
31973 \end_layout
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \begin_layout Standard
31981 \begin_inset VSpace medskip
31982 \end_inset
31983
31984 色付きボックスは、
31985 \series bold
31986
31987 \backslash
31988 colorbox
31989 \series default
31990 コマンドを使って作ります。これは、以下のような書式で使われます。
31991 \end_layout
31992
31993 \begin_layout Standard
31994
31995 \series bold
31996
31997 \backslash
31998 colorbox{color}{ボックスの内容}
31999 \end_layout
32000
32001 \begin_layout Standard
32002 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
32003 \end_layout
32004
32005 \begin_layout Standard
32006 事前定義されている色には、
32007 \begin_inset Newline newline
32008 \end_inset
32009
32010
32011 \family sans
32012
32013 \family default
32014
32015 \family sans
32016
32017 \family default
32018
32019 \family sans
32020 シアン
32021 \family default
32022
32023 \family sans
32024
32025 \family default
32026
32027 \family sans
32028 マゼンタ
32029 \family default
32030
32031 \family sans
32032
32033 \family default
32034
32035 \family sans
32036
32037 \family default
32038
32039 \family sans
32040
32041 \family default
32042
32043 \begin_inset Newline newline
32044 \end_inset
32045
32046 があります。第
32047 \begin_inset CommandInset ref
32048 LatexCommand ref
32049 reference "sec:色付きの表"
32050
32051 \end_inset
32052
32053 節に述べられているようにすれば、自前の色を定義することもできます。
32054 \end_layout
32055
32056 \begin_layout Standard
32057 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32058 \end_layout
32059
32060 \begin_layout Standard
32061
32062 \series bold
32063
32064 \backslash
32065 colorbox{red}{
32066 \end_layout
32067
32068 \begin_layout Standard
32069 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32070 \series bold
32071 }
32072 \series default
32073 」を入れてください。
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077 以下がその結果です。
32078 \end_layout
32079
32080 \begin_layout Standard
32081 この行では、
32082 \begin_inset ERT
32083 status collapsed
32084
32085 \begin_layout Plain Layout
32086
32087
32088 \backslash
32089 colorbox{red}{
32090 \end_layout
32091
32092 \end_inset
32093
32094 「注意!」
32095 \begin_inset ERT
32096 status collapsed
32097
32098 \begin_layout Plain Layout
32099
32100 }
32101 \end_layout
32102
32103 \end_inset
32104
32105 という単語が赤い背景になっています。
32106 \end_layout
32107
32108 \begin_layout Standard
32109 \begin_inset VSpace bigskip
32110 \end_inset
32111
32112 ボックスの枠を別の色にしたい場合には、以下の書式で
32113 \series bold
32114
32115 \backslash
32116 fcolorbox
32117 \series default
32118 コマンドを使います。
32119 \end_layout
32120
32121 \begin_layout Standard
32122
32123 \series bold
32124
32125 \backslash
32126 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32127 \end_layout
32128
32129 \begin_layout Standard
32130
32131 \series bold
32132
32133 \backslash
32134 fcolorbox
32135 \series default
32136
32137 \series bold
32138
32139 \backslash
32140 colorbox
32141 \series default
32142 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32143 \begin_inset CommandInset ref
32144 LatexCommand ref
32145 reference "sec:装飾"
32146
32147 \end_inset
32148
32149 節で述べられているように、それぞれ
32150 \series bold
32151
32152 \backslash
32153 fboxrule
32154 \series default
32155
32156 \series bold
32157
32158 \backslash
32159 fboxsep
32160 \series default
32161 という長さで調節できます。
32162 \end_layout
32163
32164 \begin_layout Standard
32165 以下の例では、
32166 \end_layout
32167
32168 \begin_layout Standard
32169
32170 \series bold
32171
32172 \backslash
32173 fcolorbox{cyan}{magenta}{
32174 \end_layout
32175
32176 \begin_layout Standard
32177 というコマンドを使用しています。
32178 \end_layout
32179
32180 \begin_layout Standard
32181 これは、枠の太さを1
32182 \begin_inset space \thinspace{}
32183 \end_inset
32184
32185 mmに設定した例です。
32186 \begin_inset Newline newline
32187 \end_inset
32188
32189
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195
32196 \backslash
32197 fboxrule 1mm 
32198 \backslash
32199 fboxsep 1mm
32200 \end_layout
32201
32202 \end_inset
32203
32204
32205 \begin_inset ERT
32206 status collapsed
32207
32208 \begin_layout Plain Layout
32209
32210
32211 \backslash
32212 fcolorbox{cyan}{magenta}{
32213 \end_layout
32214
32215 \end_inset
32216
32217 これは着色した色付きボックス中の文章です。
32218 \begin_inset ERT
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222
32223 }
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Standard
32232 \begin_inset VSpace bigskip
32233 \end_inset
32234
32235 もちろん、色付きボックスの中に色付き文字を入れることもできます
32236 \begin_inset Newline newline
32237 \end_inset
32238
32239
32240 \begin_inset ERT
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244
32245
32246 \backslash
32247 fcolorbox{cyan}{magenta}{
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \color yellow
32254 これは着色した色付きボックス中の色付き文章です。
32255 \color inherit
32256
32257 \begin_inset ERT
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262 }
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \begin_inset ERT
32269 status collapsed
32270
32271 \begin_layout Plain Layout
32272
32273
32274 \backslash
32275 fboxrule 0.4pt 
32276 \backslash
32277 fboxsep 3pt
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Standard
32286
32287 \series bold
32288 \begin_inset VSpace medskip
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \begin_layout Standard
32295 \begin_inset Note Greyedout
32296 status open
32297
32298 \begin_layout Plain Layout
32299
32300 \series bold
32301 【註】
32302 \series default
32303 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Subsection
32312 段落の着色
32313 \begin_inset CommandInset label
32314 LatexCommand label
32315 name "sub:段落の着色"
32316
32317 \end_inset
32318
32319
32320 \begin_inset Index idx
32321 status collapsed
32322
32323 \begin_layout Plain Layout
32324 いろ@色 ! だんらく@段落---
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Standard
32333 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32334 \series bold
32335
32336 \backslash
32337 colorbox
32338 \series default
32339 コマンドを
32340 \end_layout
32341
32342 \begin_layout Standard
32343
32344 \series bold
32345
32346 \backslash
32347 colorbox{色名}{
32348 \end_layout
32349
32350 \begin_layout Standard
32351 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32352 \series bold
32353 }
32354 \series default
32355 」を挿入してください。
32356 \end_layout
32357
32358 \begin_layout Standard
32359 \begin_inset ERT
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363
32364
32365 \backslash
32366 colorbox{lightgrey}{
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \begin_inset Box Frameless
32373 position "t"
32374 hor_pos "c"
32375 has_inner_box 1
32376 inner_pos "t"
32377 use_parbox 0
32378 use_makebox 0
32379 width "100col%"
32380 special "none"
32381 height "1in"
32382 height_special "totalheight"
32383 status collapsed
32384
32385 \begin_layout Plain Layout
32386 これは背景色を付けた文章です。これは背景色を付けた文章です。
32387 \end_layout
32388
32389 \begin_layout Plain Layout
32390 \begin_inset VSpace defskip
32391 \end_inset
32392
32393 ここの文章には脚注
32394 \begin_inset Foot
32395 status collapsed
32396
32397 \begin_layout Plain Layout
32398 脚注の例
32399 \end_layout
32400
32401 \end_inset
32402
32403 を付けることもできますし、図表を挿入することもできます。
32404 \end_layout
32405
32406 \begin_layout Plain Layout
32407 \align center
32408 \begin_inset Tabular
32409 <lyxtabular version="3" rows="3" columns="3">
32410 <features rotate="0" tabularvalignment="middle">
32411 <column alignment="center" valignment="top">
32412 <column alignment="center" valignment="top">
32413 <column alignment="center" valignment="top">
32414 <row>
32415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32416 \begin_inset Text
32417
32418 \begin_layout Plain Layout
32419 a
32420 \end_layout
32421
32422 \end_inset
32423 </cell>
32424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32425 \begin_inset Text
32426
32427 \begin_layout Plain Layout
32428 !
32429 \end_layout
32430
32431 \end_inset
32432 </cell>
32433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32434 \begin_inset Text
32435
32436 \begin_layout Plain Layout
32437 3
32438 \end_layout
32439
32440 \end_inset
32441 </cell>
32442 </row>
32443 <row>
32444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32445 \begin_inset Text
32446
32447 \begin_layout Plain Layout
32448 <
32449 \end_layout
32450
32451 \end_inset
32452 </cell>
32453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32454 \begin_inset Text
32455
32456 \begin_layout Plain Layout
32457 b2
32458 \begin_inset Quotes erd
32459 \end_inset
32460
32461 |
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470 >
32471 \end_layout
32472
32473 \end_inset
32474 </cell>
32475 </row>
32476 <row>
32477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32478 \begin_inset Text
32479
32480 \begin_layout Plain Layout
32481 1
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32487 \begin_inset Text
32488
32489 \begin_layout Plain Layout
32490 §
32491 \end_layout
32492
32493 \end_inset
32494 </cell>
32495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 c
32500 \end_layout
32501
32502 \end_inset
32503 </cell>
32504 </row>
32505 </lyxtabular>
32506
32507 \end_inset
32508
32509
32510 \end_layout
32511
32512 \end_inset
32513
32514
32515 \begin_inset ERT
32516 status collapsed
32517
32518 \begin_layout Plain Layout
32519
32520 }
32521 \end_layout
32522
32523 \end_inset
32524
32525
32526 \end_layout
32527
32528 \begin_layout Section
32529 ボックスの伸縮回転
32530 \end_layout
32531
32532 \begin_layout Standard
32533 本節で述べられているコマンドを使用するには、文書プリアンブルで
32534 \end_layout
32535
32536 \begin_layout Standard
32537
32538 \series bold
32539
32540 \backslash
32541 @ifundefined{rotatebox}
32542 \begin_inset Newline newline
32543 \end_inset
32544
32545
32546 \begin_inset Phantom HPhantom
32547 status open
32548
32549 \begin_layout Plain Layout
32550
32551 \series bold
32552 \begin_inset space ~
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \end_inset
32559
32560 {
32561 \backslash
32562 usepackage{graphicx}}{}
32563 \end_layout
32564
32565 \begin_layout Standard
32566 というコマンドを使用して、
32567 \series bold
32568 graphicx
32569 \series default
32570
32571 \begin_inset Index idx
32572 status collapsed
32573
32574 \begin_layout Plain Layout
32575 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32576 \end_layout
32577
32578 \end_inset
32579
32580 LaTeXパッケージを読み込む必要があります。
32581 \end_layout
32582
32583 \begin_layout Standard
32584 \begin_inset Note Greyedout
32585 status open
32586
32587 \begin_layout Plain Layout
32588
32589 \series bold
32590 【註】
32591 \series default
32592 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32593 \end_layout
32594
32595 \end_inset
32596
32597
32598 \end_layout
32599
32600 \begin_layout Standard
32601 \begin_inset Note Greyedout
32602 status open
32603
32604 \begin_layout Plain Layout
32605
32606 \series bold
32607 【註】
32608 \series default
32609 フロートは回転伸縮したボックスの中に入れることはできません。
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Subsection
32618 ボックスの回転
32619 \begin_inset Index idx
32620 status collapsed
32621
32622 \begin_layout Plain Layout
32623 ぼっくす@ボックス ! かいてんした@回転した
32624 \end_layout
32625
32626 \end_inset
32627
32628
32629 \begin_inset Index idx
32630 status collapsed
32631
32632 \begin_layout Plain Layout
32633 かいてん@回転 ! そざいの@素材の---
32634 \end_layout
32635
32636 \end_inset
32637
32638
32639 \begin_inset Index idx
32640 status collapsed
32641
32642 \begin_layout Plain Layout
32643 ず@図 ! のかいてん@---の回転
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \begin_inset Index idx
32650 status collapsed
32651
32652 \begin_layout Plain Layout
32653 ひょうのちょうせい@表の調整 ! かいてん@回転
32654 \end_layout
32655
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \begin_layout Standard
32662 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32663 \series bold
32664
32665 \backslash
32666 rotatebox
32667 \series default
32668 コマンドを使用すれば作成することができます。
32669 \end_layout
32670
32671 \begin_layout Standard
32672
32673 \series bold
32674
32675 \backslash
32676 rotatebox[回転の原点]{回転角}{ボックスの内容}
32677 \end_layout
32678
32679 \begin_layout Standard
32680 回転の原点は、
32681 \series bold
32682 origin=位置
32683 \series default
32684 の形で指定します。位置として指定可能なのは、
32685 \emph on
32686 c
32687 \emph default
32688 (中央揃え)・
32689 \emph on
32690 l
32691 \emph default
32692 (左揃え)・
32693 \emph on
32694 r
32695 \emph default
32696 (右揃え)・
32697 \emph on
32698 b
32699 \emph default
32700 (下揃え)・
32701 \emph on
32702 t
32703 \emph default
32704 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32705 \emph on
32706 lt
32707 \emph default
32708 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32709 \emph on
32710 l
32711 \emph default
32712 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32713 \end_layout
32714
32715 \begin_layout Standard
32716 以下の例では、「回転した」文章の前にTeXコードで
32717 \series bold
32718
32719 \backslash
32720 rotatebox[origin=c]{60}{
32721 \series default
32722 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32723 \series bold
32724 }
32725 \series default
32726 でボックスを閉じています。
32727 \end_layout
32728
32729 \begin_layout Standard
32730 これは、
32731 \begin_inset ERT
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735
32736
32737 \backslash
32738 rotatebox[origin=c]{60}{
32739 \end_layout
32740
32741 \end_inset
32742
32743 回転した
32744 \begin_inset ERT
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748
32749 }
32750 \end_layout
32751
32752 \end_inset
32753
32754  文章を含む行です。
32755 \end_layout
32756
32757 \begin_layout Standard
32758 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32759 \end_layout
32760
32761 \begin_layout Standard
32762 これは、
32763 \begin_inset ERT
32764 status collapsed
32765
32766 \begin_layout Plain Layout
32767
32768
32769 \backslash
32770 rotatebox[origin=r]{-60}{
32771 \end_layout
32772
32773 \end_inset
32774
32775
32776 \begin_inset Box Doublebox
32777 position "c"
32778 hor_pos "c"
32779 has_inner_box 0
32780 inner_pos "c"
32781 use_parbox 0
32782 use_makebox 0
32783 width "1in"
32784 special "width"
32785 height "1in"
32786 height_special "totalheight"
32787 status open
32788
32789 \begin_layout Plain Layout
32790 回転した
32791 \end_layout
32792
32793 \end_inset
32794
32795
32796 \begin_inset ERT
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800
32801 }
32802 \end_layout
32803
32804 \end_inset
32805
32806 枠付き文章と
32807 \begin_inset ERT
32808 status collapsed
32809
32810 \begin_layout Plain Layout
32811
32812
32813 \backslash
32814 rotatebox[origin=lb]{60}{
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32821 \end_inset
32822
32823
32824 \begin_inset ERT
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828
32829 }
32830 \end_layout
32831
32832 \end_inset
32833
32834 数式を含む行です。
32835 \end_layout
32836
32837 \begin_layout Standard
32838 あるいは、以下のように図や表を入れることもできます。
32839 \end_layout
32840
32841 \begin_layout Standard
32842 これは、
32843 \begin_inset ERT
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847
32848
32849 \backslash
32850 rotatebox[origin=lb]{90}{
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \begin_inset Graphics
32857         filename ../clipart/platypus.eps
32858         lyxscale 50
32859         width 25col%
32860
32861 \end_inset
32862
32863
32864 \begin_inset ERT
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868
32869 }
32870 \end_layout
32871
32872 \end_inset
32873
32874 回転した画像と
32875 \begin_inset ERT
32876 status collapsed
32877
32878 \begin_layout Plain Layout
32879
32880
32881 \backslash
32882 rotatebox[origin=l]{-90}{
32883 \end_layout
32884
32885 \end_inset
32886
32887
32888 \begin_inset Tabular
32889 <lyxtabular version="3" rows="2" columns="2">
32890 <features rotate="0" tabularvalignment="middle">
32891 <column alignment="center" valignment="top">
32892 <column alignment="center" valignment="top">
32893 <row>
32894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898 q
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 w
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 </row>
32913 <row>
32914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32915 \begin_inset Text
32916
32917 \begin_layout Plain Layout
32918 e
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927 r
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 </row>
32933 </lyxtabular>
32934
32935 \end_inset
32936
32937
32938 \begin_inset ERT
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942
32943 }
32944 \end_layout
32945
32946 \end_inset
32947
32948 表を含む行です。
32949 \end_layout
32950
32951 \begin_layout Subsection
32952 ボックスの伸縮
32953 \begin_inset Index idx
32954 status collapsed
32955
32956 \begin_layout Plain Layout
32957 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \begin_inset Index idx
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967 しんしゅく@伸縮 ! そざいの@素材の---
32968 \end_layout
32969
32970 \end_inset
32971
32972
32973 \begin_inset Index idx
32974 status collapsed
32975
32976 \begin_layout Plain Layout
32977 ず@図 ! のしんしゅく@---の伸縮
32978 \end_layout
32979
32980 \end_inset
32981
32982
32983 \begin_inset Index idx
32984 status collapsed
32985
32986 \begin_layout Plain Layout
32987 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Standard
32996 素材を伸縮させるには、TeXコードで
32997 \series bold
32998
32999 \backslash
33000 scalebox
33001 \series default
33002 コマンドと
33003 \series bold
33004
33005 \backslash
33006 resizebox
33007 \series default
33008 コマンドが使えます。
33009 \end_layout
33010
33011 \begin_layout Standard
33012
33013 \series bold
33014
33015 \backslash
33016 scalebox
33017 \series default
33018 は以下の書式で使用します。
33019 \end_layout
33020
33021 \begin_layout Standard
33022
33023 \series bold
33024
33025 \backslash
33026 scalebox{水平方向}[垂直方向]{ボックスの内容}
33027 \end_layout
33028
33029 \begin_layout Standard
33030 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33031 \end_layout
33032
33033 \begin_layout Standard
33034 たとえば、
33035 \series bold
33036
33037 \backslash
33038 scalebox{2}{こんにちは}
33039 \series default
33040 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33041 \begin_inset ERT
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045
33046
33047 \backslash
33048 scalebox{2}{
33049 \end_layout
33050
33051 \end_inset
33052
33053 こんにちは
33054 \begin_inset ERT
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058
33059 }
33060 \end_layout
33061
33062 \end_inset
33063
33064 を生成します。
33065 \end_layout
33066
33067 \begin_layout Standard
33068 これに対し、
33069 \series bold
33070
33071 \backslash
33072 scalebox{2}[1]{こんにちは}
33073 \series default
33074 は、
33075 \begin_inset ERT
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079
33080
33081 \backslash
33082 scalebox{2}[1]{
33083 \end_layout
33084
33085 \end_inset
33086
33087 こんにちは
33088 \begin_inset ERT
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092
33093 }
33094 \end_layout
33095
33096 \end_inset
33097
33098 を変形させます。
33099 \end_layout
33100
33101 \begin_layout Standard
33102 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33103 \series bold
33104
33105 \backslash
33106 scalebox{-1}[1]{こんにちは}
33107 \series default
33108 というコマンドは、右のように反転文字を生成するのに使用できます:
33109 \begin_inset ERT
33110 status collapsed
33111
33112 \begin_layout Plain Layout
33113
33114
33115 \backslash
33116 scalebox{-1}[1]{
33117 \end_layout
33118
33119 \end_inset
33120
33121 こんにちは
33122 \begin_inset ERT
33123 status collapsed
33124
33125 \begin_layout Plain Layout
33126
33127 }
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Standard
33136
33137 \series bold
33138
33139 \backslash
33140 scalebox{1}[-1]{こんにちは}
33141 \series default
33142 とすると
33143 \begin_inset ERT
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147
33148
33149 \backslash
33150 scalebox{1}[-1]{
33151 \end_layout
33152
33153 \end_inset
33154
33155 こんにちは
33156 \begin_inset ERT
33157 status collapsed
33158
33159 \begin_layout Plain Layout
33160
33161 }
33162 \end_layout
33163
33164 \end_inset
33165
33166 のようにベースラインで鏡像にします。
33167 \end_layout
33168
33169 \begin_layout Standard
33170
33171 \series bold
33172
33173 \backslash
33174 scalebox{-1}[1]{ボックスの内容}
33175 \series default
33176 と同じ働きをするものとして
33177 \begin_inset Newline newline
33178 \end_inset
33179
33180
33181 \series bold
33182
33183 \backslash
33184 reflectbox{ボックスの内容}
33185 \series default
33186
33187 \begin_inset Newline newline
33188 \end_inset
33189
33190 というコマンドがあります。
33191 \end_layout
33192
33193 \begin_layout Standard
33194 \begin_inset VSpace bigskip
33195 \end_inset
33196
33197 指定した幅や丈にボックスを伸縮させるには、
33198 \series bold
33199
33200 \backslash
33201 resizebox
33202 \series default
33203 を使用します。このコマンドの書式は
33204 \end_layout
33205
33206 \begin_layout Standard
33207
33208 \series bold
33209
33210 \backslash
33211 resizebox{幅}{丈}{ボックスの内容}
33212 \end_layout
33213
33214 \begin_layout Standard
33215 です。上記二つのコマンド引数のうち一つが感嘆符「
33216 \series bold
33217 !
33218 \series default
33219 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33220 \end_layout
33221
33222 \begin_layout Standard
33223
33224 \series bold
33225
33226 \backslash
33227 resizebox{2cm}{1cm}{こんにちは}
33228 \series default
33229 というコマンドの出力は、
33230 \begin_inset ERT
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234
33235
33236 \backslash
33237 resizebox{2cm}{1cm}{
33238 \end_layout
33239
33240 \end_inset
33241
33242 こんにちは
33243 \begin_inset ERT
33244 status collapsed
33245
33246 \begin_layout Plain Layout
33247
33248 }
33249 \end_layout
33250
33251 \end_inset
33252
33253 となり、
33254 \begin_inset Newline newline
33255 \end_inset
33256
33257
33258 \series bold
33259
33260 \backslash
33261 resizebox{2cm}{!}{こんにちは}
33262 \series default
33263 というコマンドの出力は、
33264 \begin_inset ERT
33265 status collapsed
33266
33267 \begin_layout Plain Layout
33268
33269
33270 \backslash
33271 resizebox{2cm}{!}{
33272 \end_layout
33273
33274 \end_inset
33275
33276 こんにちは
33277 \begin_inset ERT
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281
33282 }
33283 \end_layout
33284
33285 \end_inset
33286
33287 となります。
33288 \end_layout
33289
33290 \begin_layout Standard
33291 \begin_inset VSpace bigskip
33292 \end_inset
33293
33294
33295 \begin_inset Note Greyedout
33296 status open
33297
33298 \begin_layout Plain Layout
33299
33300 \series bold
33301 【註】
33302 \backslash
33303 scalebox
33304 \series default
33305
33306 \series bold
33307
33308 \backslash
33309 resizebox
33310 \series default
33311 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33312 \end_layout
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Standard
33320 \begin_inset VSpace bigskip
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \begin_layout Standard
33327 ボックスは好きな順序で組み合わせることができます。たとえば、
33328 \begin_inset Newline newline
33329 \end_inset
33330
33331
33332 \series bold
33333
33334 \backslash
33335 rotatebox[origin=c]{-45}{
33336 \backslash
33337 resizebox{2cm}{!}{
33338 \backslash
33339 reflectbox{こんにちは}}}
33340 \begin_inset Newline newline
33341 \end_inset
33342
33343
33344 \series default
33345 というコマンドは、
33346 \end_layout
33347
33348 \begin_layout Standard
33349 \align center
33350 \begin_inset ERT
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354
33355
33356 \backslash
33357 rotatebox[origin=c]{-45}{
33358 \backslash
33359 resizebox{2cm}{!}{
33360 \backslash
33361 reflectbox{
33362 \end_layout
33363
33364 \end_inset
33365
33366 こんにちは
33367 \begin_inset ERT
33368 status collapsed
33369
33370 \begin_layout Plain Layout
33371
33372 }}}
33373 \end_layout
33374
33375 \end_inset
33376
33377
33378 \end_layout
33379
33380 \begin_layout Standard
33381 \noindent
33382 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33383 \end_layout
33384
33385 \begin_layout Standard
33386 \align center
33387 \begin_inset ERT
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391
33392
33393 \backslash
33394 rotatebox[origin=c]{-30}{
33395 \backslash
33396 resizebox{2cm}{!}{
33397 \backslash
33398 reflectbox{
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \begin_inset Graphics
33405         filename ../clipart/platypus.eps
33406         lyxscale 50
33407         width 25col%
33408
33409 \end_inset
33410
33411
33412 \begin_inset ERT
33413 status collapsed
33414
33415 \begin_layout Plain Layout
33416
33417 }}}
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \begin_inset ERT
33424 status collapsed
33425
33426 \begin_layout Plain Layout
33427
33428
33429 \backslash
33430 rotatebox[origin=c]{-45}{
33431 \backslash
33432 resizebox{2cm}{!}{
33433 \backslash
33434 reflectbox{
33435 \end_layout
33436
33437 \end_inset
33438
33439
33440 \begin_inset Tabular
33441 <lyxtabular version="3" rows="2" columns="2">
33442 <features rotate="0" tabularvalignment="middle">
33443 <column alignment="center" valignment="top">
33444 <column alignment="center" valignment="top">
33445 <row>
33446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Plain Layout
33450 q
33451 \end_layout
33452
33453 \end_inset
33454 </cell>
33455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 w
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 </row>
33465 <row>
33466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 e
33471 \end_layout
33472
33473 \end_inset
33474 </cell>
33475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Plain Layout
33479 r
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 </row>
33485 </lyxtabular>
33486
33487 \end_inset
33488
33489
33490 \begin_inset ERT
33491 status collapsed
33492
33493 \begin_layout Plain Layout
33494
33495 }}}
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \begin_inset ERT
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505
33506
33507 \backslash
33508 rotatebox[origin=c]{-45}{
33509 \backslash
33510 resizebox{2cm}{!}{
33511 \backslash
33512 reflectbox{
33513 \end_layout
33514
33515 \end_inset
33516
33517
33518 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33519 \end_inset
33520
33521
33522 \begin_inset ERT
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526
33527 }}}
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \begin_layout Standard
33536 文書で大域的に数式様式
33537 \series bold
33538 fleqn
33539 \series default
33540 を使用している場合
33541 \begin_inset Foot
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33546 \end_layout
33547
33548 \end_inset
33549
33550 には、別行建て数式も伸縮させることができます。
33551 \end_layout
33552
33553 \begin_layout Chapter
33554 本文回り込みオブジェクト
33555 \begin_inset Index idx
33556 status collapsed
33557
33558 \begin_layout Plain Layout
33559 ほんぶんまわりこみ@本文回り込み
33560 \end_layout
33561
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \begin_layout Section
33568 折返しフロート
33569 \begin_inset CommandInset label
33570 LatexCommand label
33571 name "sec:折返しフロート"
33572
33573 \end_inset
33574
33575
33576 \begin_inset Index idx
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \begin_inset Index idx
33587 status collapsed
33588
33589 \begin_layout Plain Layout
33590 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \end_layout
33597
33598 \begin_layout Standard
33599 \begin_inset Wrap figure
33600 lines 0
33601 placement l
33602 overhang 1cm
33603 width "40col%"
33604 status open
33605
33606 \begin_layout Plain Layout
33607 \begin_inset Graphics
33608         filename ../clipart/mobius.eps
33609         width 40col%
33610         scaleBeforeRotation
33611         rotateOrigin center
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Plain Layout
33619 \begin_inset Caption Standard
33620
33621 \begin_layout Plain Layout
33622 \begin_inset CommandInset label
33623 LatexCommand label
33624 name "fig:折返し図フロート"
33625
33626 \end_inset
33627
33628 これは折返し図フロートです。
33629 \end_layout
33630
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \end_inset
33637
33638 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33639 \series bold
33640 wrapfig
33641 \series default
33642
33643 \begin_inset Index idx
33644 status collapsed
33645
33646 \begin_layout Plain Layout
33647 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33648 \end_layout
33649
33650 \end_inset
33651
33652 を導入済みであれば、
33653 \family sans
33654 挿入\SpecialChar \menuseparator
33655 フロート\SpecialChar \menuseparator
33656 折返し図フロート
33657 \family default
33658
33659 \family sans
33660 折返し表フロート
33661 \family default
33662 メニューで挿入することができます
33663 \begin_inset Foot
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33668 \end_layout
33669
33670 \end_inset
33671
33672 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33673 \family sans
33674 配置
33675 \family default
33676
33677 \family sans
33678
33679 \family default
33680 です。非必須項目として、
33681 \family sans
33682 ぶら下げ
33683 \family default
33684
33685 \family sans
33686 行幅
33687 \family default
33688 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33689 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33690 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33691 \begin_inset CommandInset ref
33692 LatexCommand ref
33693 reference "fig:折返し図フロート"
33694
33695 \end_inset
33696
33697 図は、40
33698 \begin_inset space \thinspace{}
33699 \end_inset
33700
33701 列幅%の幅と1
33702 \begin_inset space \thinspace{}
33703 \end_inset
33704
33705 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
33706 \end_layout
33707
33708 \begin_layout Standard
33709 \begin_inset Note Greyedout
33710 status open
33711
33712 \begin_layout Plain Layout
33713
33714 \series bold
33715 【註】
33716 \series default
33717 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33718 上書きされて出力されたりします。
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 原則として、
33728 \end_layout
33729
33730 \begin_layout Itemize
33731 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33732 うになってから、正確な位置に挿入しなくてはなりません。
33733 \end_layout
33734
33735 \begin_layout Itemize
33736 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33737 \end_layout
33738
33739 \begin_layout Itemize
33740 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33741 \end_layout
33742
33743 \begin_layout Itemize
33744 折返しフロートは、節見出しや表中に入れることは認められていません。
33745 \end_layout
33746
33747 \begin_layout Itemize
33748 連番や参照は、第
33749 \begin_inset CommandInset ref
33750 LatexCommand ref
33751 reference "chap:フロート"
33752
33753 \end_inset
33754
33755 章で述べられているように動作します。
33756 \end_layout
33757
33758 \begin_layout Section
33759 固定回り込みオブジェクト
33760 \begin_inset Index idx
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Standard
33773
33774 \begin_inset CommandInset ref
33775 LatexCommand ref
33776 reference "sec:折返しフロート"
33777
33778 \end_inset
33779
33780 節の折返しフロートは、段落中で、以下のような配置がされます。
33781 \end_layout
33782
33783 \begin_layout Standard
33784 \noindent
33785 \align center
33786 \begin_inset Tabular
33787 <lyxtabular version="3" rows="2" columns="2">
33788 <features rotate="0" tabularvalignment="middle">
33789 <column alignment="center" valignment="top">
33790 <column alignment="center" valignment="top">
33791 <row>
33792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33793 \begin_inset Text
33794
33795 \begin_layout Plain Layout
33796 \begin_inset Graphics
33797         filename ../../images/dialog-show-new-inset_graphics.png
33798         scale 70
33799         scaleBeforeRotation
33800
33801 \end_inset
33802
33803
33804 \end_layout
33805
33806 \end_inset
33807 </cell>
33808 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33809 \begin_inset Text
33810
33811 \begin_layout Plain Layout
33812 文章
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 </row>
33818 <row>
33819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33820 \begin_inset Text
33821
33822 \begin_layout Plain Layout
33823 文章
33824 \end_layout
33825
33826 \end_inset
33827 </cell>
33828 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Plain Layout
33832 文章
33833 \end_layout
33834
33835 \end_inset
33836 </cell>
33837 </row>
33838 </lyxtabular>
33839
33840 \end_inset
33841
33842  or 
33843 \begin_inset Tabular
33844 <lyxtabular version="3" rows="2" columns="2">
33845 <features rotate="0" tabularvalignment="middle">
33846 <column alignment="center" valignment="top">
33847 <column alignment="center" valignment="top">
33848 <row>
33849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33850 \begin_inset Text
33851
33852 \begin_layout Plain Layout
33853 文章
33854 \end_layout
33855
33856 \end_inset
33857 </cell>
33858 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33859 \begin_inset Text
33860
33861 \begin_layout Plain Layout
33862 \begin_inset Graphics
33863         filename ../../images/dialog-show-new-inset_graphics.png
33864         scale 70
33865         scaleBeforeRotation
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 </row>
33875 <row>
33876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33877 \begin_inset Text
33878
33879 \begin_layout Plain Layout
33880 文章
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 文章
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 </row>
33895 </lyxtabular>
33896
33897 \end_inset
33898
33899
33900 \end_layout
33901
33902 \begin_layout Standard
33903 以下に示すいずれかのように、
33904 \begin_inset VSpace defskip
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \noindent
33912 \align center
33913 \begin_inset Tabular
33914 <lyxtabular version="3" rows="2" columns="2">
33915 <features rotate="0" tabularvalignment="middle">
33916 <column alignment="center" valignment="top">
33917 <column alignment="center" valignment="top">
33918 <row>
33919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33920 \begin_inset Text
33921
33922 \begin_layout Plain Layout
33923 文章
33924 \end_layout
33925
33926 \end_inset
33927 </cell>
33928 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33929 \begin_inset Text
33930
33931 \begin_layout Plain Layout
33932 文章
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 </row>
33938 <row>
33939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943 \begin_inset Graphics
33944         filename ../../images/dialog-show-new-inset_graphics.png
33945         scale 70
33946         scaleBeforeRotation
33947
33948 \end_inset
33949
33950
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959 文章
33960 \end_layout
33961
33962 \end_inset
33963 </cell>
33964 </row>
33965 </lyxtabular>
33966
33967 \end_inset
33968
33969  
33970 \begin_inset Tabular
33971 <lyxtabular version="3" rows="2" columns="2">
33972 <features rotate="0" tabularvalignment="middle">
33973 <column alignment="center" valignment="top">
33974 <column alignment="center" valignment="top">
33975 <row>
33976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33977 \begin_inset Text
33978
33979 \begin_layout Plain Layout
33980 文章
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33986 \begin_inset Text
33987
33988 \begin_layout Plain Layout
33989 文章
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 </row>
33995 <row>
33996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000 文章
34001 \end_layout
34002
34003 \end_inset
34004 </cell>
34005 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34006 \begin_inset Text
34007
34008 \begin_layout Plain Layout
34009 \begin_inset Graphics
34010         filename ../../images/dialog-show-new-inset_graphics.png
34011         scale 70
34012         scaleBeforeRotation
34013
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 </row>
34022 </lyxtabular>
34023
34024 \end_inset
34025
34026  
34027 \begin_inset Tabular
34028 <lyxtabular version="3" rows="2" columns="3">
34029 <features rotate="0" tabularvalignment="middle">
34030 <column alignment="center" valignment="top">
34031 <column alignment="center" valignment="top">
34032 <column alignment="center" valignment="top">
34033 <row>
34034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34035 \begin_inset Text
34036
34037 \begin_layout Plain Layout
34038 文章
34039 \end_layout
34040
34041 \end_inset
34042 </cell>
34043 <cell alignment="center" valignment="top" topline="true" usebox="none">
34044 \begin_inset Text
34045
34046 \begin_layout Plain Layout
34047 \begin_inset Graphics
34048         filename ../../images/dialog-show-new-inset_graphics.png
34049         scale 70
34050         scaleBeforeRotation
34051
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \end_inset
34058 </cell>
34059 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34060 \begin_inset Text
34061
34062 \begin_layout Plain Layout
34063 文章
34064 \end_layout
34065
34066 \end_inset
34067 </cell>
34068 </row>
34069 <row>
34070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34071 \begin_inset Text
34072
34073 \begin_layout Plain Layout
34074 文章
34075 \end_layout
34076
34077 \end_inset
34078 </cell>
34079 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34080 \begin_inset Text
34081
34082 \begin_layout Plain Layout
34083 文章
34084 \end_layout
34085
34086 \end_inset
34087 </cell>
34088 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34089 \begin_inset Text
34090
34091 \begin_layout Plain Layout
34092 文章
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 </row>
34098 </lyxtabular>
34099
34100 \end_inset
34101
34102  
34103 \begin_inset Tabular
34104 <lyxtabular version="3" rows="2" columns="3">
34105 <features rotate="0" tabularvalignment="middle">
34106 <column alignment="center" valignment="top">
34107 <column alignment="center" valignment="top">
34108 <column alignment="center" valignment="top">
34109 <row>
34110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34111 \begin_inset Text
34112
34113 \begin_layout Plain Layout
34114 文章
34115 \end_layout
34116
34117 \end_inset
34118 </cell>
34119 <cell alignment="center" valignment="top" topline="true" usebox="none">
34120 \begin_inset Text
34121
34122 \begin_layout Plain Layout
34123 文章
34124 \end_layout
34125
34126 \end_inset
34127 </cell>
34128 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34129 \begin_inset Text
34130
34131 \begin_layout Plain Layout
34132 文章
34133 \end_layout
34134
34135 \end_inset
34136 </cell>
34137 </row>
34138 <row>
34139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34140 \begin_inset Text
34141
34142 \begin_layout Plain Layout
34143 文章
34144 \end_layout
34145
34146 \end_inset
34147 </cell>
34148 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34149 \begin_inset Text
34150
34151 \begin_layout Plain Layout
34152 \begin_inset Graphics
34153         filename ../../images/dialog-show-new-inset_graphics.png
34154         scale 70
34155         scaleBeforeRotation
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \end_inset
34163 </cell>
34164 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168 文章
34169 \end_layout
34170
34171 \end_inset
34172 </cell>
34173 </row>
34174 </lyxtabular>
34175
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Standard
34182 \noindent
34183 \align center
34184 \begin_inset Tabular
34185 <lyxtabular version="3" rows="3" columns="2">
34186 <features rotate="0" tabularvalignment="middle">
34187 <column alignment="center" valignment="top">
34188 <column alignment="center" valignment="top">
34189 <row>
34190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34191 \begin_inset Text
34192
34193 \begin_layout Plain Layout
34194 文章
34195 \end_layout
34196
34197 \end_inset
34198 </cell>
34199 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203 文章
34204 \end_layout
34205
34206 \end_inset
34207 </cell>
34208 </row>
34209 <row>
34210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Plain Layout
34214 \begin_inset Graphics
34215         filename ../../images/dialog-show-new-inset_graphics.png
34216         scale 70
34217         scaleBeforeRotation
34218
34219 \end_inset
34220
34221
34222 \end_layout
34223
34224 \end_inset
34225 </cell>
34226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34227 \begin_inset Text
34228
34229 \begin_layout Plain Layout
34230 文章
34231 \end_layout
34232
34233 \end_inset
34234 </cell>
34235 </row>
34236 <row>
34237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241 文章
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250 文章
34251 \end_layout
34252
34253 \end_inset
34254 </cell>
34255 </row>
34256 </lyxtabular>
34257
34258 \end_inset
34259
34260  
34261 \begin_inset Tabular
34262 <lyxtabular version="3" rows="3" columns="3">
34263 <features rotate="0" tabularvalignment="middle">
34264 <column alignment="center" valignment="top">
34265 <column alignment="center" valignment="top">
34266 <column alignment="center" valignment="top">
34267 <row>
34268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272 文章
34273 \end_layout
34274
34275 \end_inset
34276 </cell>
34277 <cell alignment="center" valignment="top" topline="true" usebox="none">
34278 \begin_inset Text
34279
34280 \begin_layout Plain Layout
34281 文章
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34287 \begin_inset Text
34288
34289 \begin_layout Plain Layout
34290 文章
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 </row>
34296 <row>
34297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34298 \begin_inset Text
34299
34300 \begin_layout Plain Layout
34301 文章
34302 \end_layout
34303
34304 \end_inset
34305 </cell>
34306 <cell alignment="center" valignment="top" usebox="none">
34307 \begin_inset Text
34308
34309 \begin_layout Plain Layout
34310 \begin_inset Graphics
34311         filename ../../images/dialog-show-new-inset_graphics.png
34312         scale 70
34313         scaleBeforeRotation
34314
34315 \end_inset
34316
34317
34318 \end_layout
34319
34320 \end_inset
34321 </cell>
34322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34323 \begin_inset Text
34324
34325 \begin_layout Plain Layout
34326 文章
34327 \end_layout
34328
34329 \end_inset
34330 </cell>
34331 </row>
34332 <row>
34333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34334 \begin_inset Text
34335
34336 \begin_layout Plain Layout
34337 文章
34338 \end_layout
34339
34340 \end_inset
34341 </cell>
34342 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34343 \begin_inset Text
34344
34345 \begin_layout Plain Layout
34346 文章
34347 \end_layout
34348
34349 \end_inset
34350 </cell>
34351 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34352 \begin_inset Text
34353
34354 \begin_layout Plain Layout
34355 文章
34356 \end_layout
34357
34358 \end_inset
34359 </cell>
34360 </row>
34361 </lyxtabular>
34362
34363 \end_inset
34364
34365  
34366 \begin_inset Tabular
34367 <lyxtabular version="3" rows="3" columns="2">
34368 <features rotate="0" tabularvalignment="middle">
34369 <column alignment="center" valignment="top">
34370 <column alignment="center" valignment="top">
34371 <row>
34372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34373 \begin_inset Text
34374
34375 \begin_layout Plain Layout
34376 文章
34377 \end_layout
34378
34379 \end_inset
34380 </cell>
34381 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34382 \begin_inset Text
34383
34384 \begin_layout Plain Layout
34385 文章
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 </row>
34391 <row>
34392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34393 \begin_inset Text
34394
34395 \begin_layout Plain Layout
34396 文章
34397 \end_layout
34398
34399 \end_inset
34400 </cell>
34401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405 \begin_inset Graphics
34406         filename ../../images/dialog-show-new-inset_graphics.png
34407         scale 70
34408         scaleBeforeRotation
34409
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \end_inset
34416 </cell>
34417 </row>
34418 <row>
34419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34420 \begin_inset Text
34421
34422 \begin_layout Plain Layout
34423 文章
34424 \end_layout
34425
34426 \end_inset
34427 </cell>
34428 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34429 \begin_inset Text
34430
34431 \begin_layout Plain Layout
34432 文章
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 </row>
34438 </lyxtabular>
34439
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \begin_layout Standard
34446 \noindent
34447 オブジェクトを挿入した場所に正確に配置したい時には、
34448 \series bold
34449 picinpar
34450 \series default
34451
34452 \begin_inset Index idx
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34457 \end_layout
34458
34459 \end_inset
34460
34461 LaTeXパッケージを使うことができます。下記はその用例です。
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset ERT
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469
34470
34471 \backslash
34472 ifpicinpar
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \begin_inset Note Note
34479 status open
34480
34481 \begin_layout Plain Layout
34482 以下の部分は、LaTeXパッケージ
34483 \series bold
34484 picinpar
34485 \series default
34486 が導入されているときのみ表示されます。
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Standard
34495 \begin_inset ERT
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499
34500
34501 \backslash
34502 begin{window}[2,c,{
34503 \end_layout
34504
34505 \end_inset
34506
34507
34508 \begin_inset Graphics
34509         filename ../clipart/mobius.eps
34510         lyxscale 60
34511         width 40col%
34512         scaleBeforeRotation
34513         rotateOrigin center
34514
34515 \end_inset
34516
34517
34518 \begin_inset ERT
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522
34523 },]
34524 \end_layout
34525
34526 \begin_layout Plain Layout
34527
34528 {}
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \size small
34535 It was in the spring of the year 1894 that all London was interested, and
34536  the fashionable world dismayed, by the murder of the Honourable Ronald
34537  Adair under most unusual and inexplicable circumstances.
34538  The public has already learned those particulars of the crime which
34539 \size default
34540
34541 \begin_inset ERT
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545
34546
34547 \backslash
34548 footnotemark{}
34549 \end_layout
34550
34551 \end_inset
34552
34553
34554 \size small
34555  came out in the police investigation, but a good deal was suppressed upon
34556  that occasion, since the case for the prosecution was so overwhelmingly
34557  strong that it was not necessary to bring forward all the facts.
34558  Only now, at the end of nearly ten years, am I allowed to supply those
34559  missing links which make up the whole of that remarkable chain.
34560 \size default
34561
34562 \begin_inset ERT
34563 status collapsed
34564
34565 \begin_layout Plain Layout
34566
34567
34568 \backslash
34569 end{window}
34570 \end_layout
34571
34572 \end_inset
34573
34574
34575 \end_layout
34576
34577 \begin_layout Standard
34578 \begin_inset ERT
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582
34583
34584 \backslash
34585 footnotetext{
34586 \end_layout
34587
34588 \end_inset
34589
34590 固定オブジェクトのある段落の脚注
34591 \begin_inset ERT
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595
34596 }
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \begin_layout Standard
34605 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
34606 ートとは違って、連番のキャプションをつけることはできません。
34607 \end_layout
34608
34609 \begin_layout Standard
34610 固定オブジェクトは、段落冒頭にTeXコードで
34611 \end_layout
34612
34613 \begin_layout Standard
34614
34615 \series bold
34616
34617 \backslash
34618 begin{window}[2,c,{
34619 \end_layout
34620
34621 \begin_layout Standard
34622 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
34623 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
34624 段幅の40
34625 \begin_inset space \thinspace{}
34626 \end_inset
34627
34628 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
34629 \end_layout
34630
34631 \begin_layout Standard
34632
34633 \series bold
34634 },説明文]
34635 \begin_inset Newline newline
34636 \end_inset
34637
34638 {}
34639 \end_layout
34640
34641 \begin_layout Standard
34642 というコマンドが挿入されています。2行目に「
34643 \series bold
34644 {}
34645 \series default
34646 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
34647 \series bold
34648 {}
34649 \series default
34650 の直後から書き始めてください。段落末には、
34651 \end_layout
34652
34653 \begin_layout Standard
34654
34655 \series bold
34656
34657 \backslash
34658 end{window}
34659 \end_layout
34660
34661 \begin_layout Standard
34662 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
34663 \begin_inset CommandInset ref
34664 LatexCommand ref
34665 reference "sec:脚注"
34666
34667 \end_inset
34668
34669 節にあるように、代わりに、段落内で
34670 \series bold
34671
34672 \backslash
34673 footnotemark
34674 \series default
34675 コマンドを使用し、段落外に
34676 \series bold
34677
34678 \backslash
34679 footnotetext
34680 \series default
34681 コマンドを用いてください。
34682 \end_layout
34683
34684 \begin_layout Standard
34685 \begin_inset ERT
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689
34690
34691 \backslash
34692 else
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \begin_inset Note Note
34699 status open
34700
34701 \begin_layout Plain Layout
34702 以下の部分は、LaTeXパッケージ
34703 \series bold
34704 picinpar
34705 \series default
34706 が導入されていないときのみ表示されます。
34707 \end_layout
34708
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \begin_layout Standard
34715 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34716 \series bold
34717 picinpar
34718 \series default
34719 を導入する必要があります。
34720 \end_layout
34721
34722 \begin_layout Standard
34723 \begin_inset ERT
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727
34728
34729 \backslash
34730 fi
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Section
34739 頭文字
34740 \begin_inset Index idx
34741 status collapsed
34742
34743 \begin_layout Plain Layout
34744 かしらもじ@頭文字
34745 \end_layout
34746
34747 \end_inset
34748
34749
34750 \begin_inset Index idx
34751 status collapsed
34752
34753 \begin_layout Plain Layout
34754 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
34755 \end_layout
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \begin_layout Standard
34763 頭文字を用いるには、LaTeXパッケージ
34764 \begin_inset Index idx
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34769 \end_layout
34770
34771 \end_inset
34772
34773 が導入済みでなくてはならず、文書中で
34774 \family sans
34775 頭文字
34776 \family default
34777 モジュールを使用する必要があります(
34778 \family sans
34779 文書\SpecialChar \menuseparator
34780 設定\SpecialChar \menuseparator
34781 モジュール
34782 \family default
34783 メニュー)。頭文字を挿入するには、
34784 \family sans
34785 頭文字
34786 \family default
34787 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
34788 \family sans
34789 挿入
34790 \family default
34791 メニューから挿入できます。必須引数
34792 \family sans
34793 頭文字
34794 \family default
34795 には、頭文字にする文字を入れ、引数
34796 \family sans
34797 頭文字の残り
34798 \family default
34799 には、頭文字の単語若しくは文字列の残りが入ります。引数
34800 \family sans
34801 オプション
34802 \family default
34803 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
34804 \series bold
34805 lettrine
34806 \series default
34807 の取扱説明書
34808 \begin_inset CommandInset citation
34809 LatexCommand cite
34810 key "lettrine"
34811
34812 \end_inset
34813
34814 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
34815 \shape smallcaps
34816 スモールキャップ体(small caps
34817 \shape default
34818 )で印字されます。
34819 \end_layout
34820
34821 \begin_layout Standard
34822 下記がその例です。
34823 \end_layout
34824
34825 \begin_layout Standard
34826 \begin_inset ERT
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830
34831
34832 \backslash
34833 iflettrine
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \begin_inset Note Note
34840 status open
34841
34842 \begin_layout Plain Layout
34843 以下の部分は、LaTeXパッケージ
34844 \series bold
34845 lettrine
34846 \series default
34847 が導入されているときのみ表示されます。
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \end_layout
34854
34855 \begin_layout Enumerate
34856 非必須引数なし。頭文字は、数式フォント
34857 \begin_inset Formula $\mathfrak{Fraktur}$
34858 \end_inset
34859
34860 の「I」。
34861 \end_layout
34862
34863 \begin_deeper
34864 \begin_layout Initial
34865 \begin_inset Argument 2
34866 status open
34867
34868 \begin_layout Plain Layout
34869 \begin_inset Formula $\mathfrak{I}$
34870 \end_inset
34871
34872
34873 \end_layout
34874
34875 \end_inset
34876
34877
34878 \begin_inset Argument 3
34879 status open
34880
34881 \begin_layout Plain Layout
34882 t
34883 \end_layout
34884
34885 \end_inset
34886
34887  was in the spring of the year 1894 that all London was interested, and
34888  the fashionable world dismayed, by the murder of the Honourable Ronald
34889  Adair under most unusual and inexplicable circumstances.
34890  The public has already learned those particulars of the crime which came
34891  out in the police investigation, but a good deal was suppressed upon that
34892  occasion, since the case for the prosecution was so overwhelmingly strong
34893  that it was not necessary to bring forward all the facts.
34894 \begin_inset Newpage newpage
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \end_deeper
34901 \begin_layout Enumerate
34902 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
34903 \end_layout
34904
34905 \begin_deeper
34906 \begin_layout Initial
34907 \begin_inset Argument 1
34908 status open
34909
34910 \begin_layout Plain Layout
34911 lines=1
34912 \end_layout
34913
34914 \end_inset
34915
34916
34917 \begin_inset Argument 2
34918 status open
34919
34920 \begin_layout Plain Layout
34921 It
34922 \end_layout
34923
34924 \end_inset
34925
34926  was in the spring of the year 1894 that all London was interested, and
34927  the fashionable world dismayed, by the murder of the Honourable Ronald
34928  Adair under most unusual and inexplicable circumstances.
34929  The public has already learned those particulars of the crime which came
34930  out in the police investigation, but a good deal was suppressed upon that
34931  occasion, since the case for the prosecution was so overwhelmingly strong
34932  that it was not necessary to bring forward all the facts.
34933 \end_layout
34934
34935 \end_deeper
34936 \begin_layout Enumerate
34937 ぶら下がり頭文字は、数式フォント
34938 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34939 \end_inset
34940
34941 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
34942 \shape smallcaps
34943 スモールキャップ体
34944 \shape default
34945 。頭文字に色をつけるには、頭文字の前に
34946 \begin_inset Newline newline
34947 \end_inset
34948
34949
34950 \series bold
34951
34952 \backslash
34953 renewcommand{
34954 \backslash
34955 LettrineFontHook}{
34956 \backslash
34957 color{色}}
34958 \series default
34959
34960 \begin_inset Newline newline
34961 \end_inset
34962
34963 というコマンドを挿入しなくてはなりません。ここで、
34964 \emph on
34965
34966 \emph default
34967 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
34968 ブルに
34969 \begin_inset Newline newline
34970 \end_inset
34971
34972
34973 \series bold
34974
34975 \backslash
34976 @ifundefined{textcolor}
34977 \begin_inset Newline newline
34978 \end_inset
34979
34980
34981 \begin_inset space ~
34982 \end_inset
34983
34984 {
34985 \backslash
34986 usepackage{color}}{}
34987 \begin_inset Newline newline
34988 \end_inset
34989
34990
34991 \series default
34992 というコマンドを書きこんでおかなくてはなりません。
34993 \end_layout
34994
34995 \begin_deeper
34996 \begin_layout Standard
34997 \begin_inset ERT
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001
35002
35003 \backslash
35004 renewcommand{
35005 \backslash
35006 LettrineFontHook}{
35007 \backslash
35008 color{magenta}}
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \begin_inset Note Note
35015 status collapsed
35016
35017 \begin_layout Plain Layout
35018
35019 \lang english
35020 makes the initial magenta
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Initial
35029 \begin_inset Argument 1
35030 status open
35031
35032 \begin_layout Plain Layout
35033 lines=3, lhang=0.33, loversize=0.25
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \begin_inset Argument 2
35040 status open
35041
35042 \begin_layout Plain Layout
35043 \begin_inset Formula $\mathcal{I}$
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \end_inset
35050
35051
35052 \begin_inset Argument 3
35053 status open
35054
35055 \begin_layout Plain Layout
35056 t was in the spring
35057 \end_layout
35058
35059 \end_inset
35060
35061  of the year 1894 that all London was interested, and the fashionable world
35062  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35063  and inexplicable circumstances.
35064  The public has already learned those particulars of the crime which came
35065  out in the police investigation, but a good deal was suppressed upon that
35066  occasion, since the case for the prosecution was so overwhelmingly strong
35067  that it was not necessary to bring forward all the facts.
35068 \end_layout
35069
35070 \end_deeper
35071 \begin_layout Standard
35072 \begin_inset ERT
35073 status collapsed
35074
35075 \begin_layout Plain Layout
35076
35077
35078 \backslash
35079 else
35080 \end_layout
35081
35082 \end_inset
35083
35084
35085 \begin_inset Note Note
35086 status open
35087
35088 \begin_layout Plain Layout
35089 以下の部分は、LaTeXパッケージ
35090 \series bold
35091 lettrine
35092 \series default
35093 が導入されていないときのみ表示されます。
35094 \end_layout
35095
35096 \end_inset
35097
35098
35099 \end_layout
35100
35101 \begin_layout Standard
35102 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35103 \series bold
35104 lettrine
35105 \series default
35106 を導入する必要があります。
35107 \end_layout
35108
35109 \begin_layout Standard
35110 \begin_inset ERT
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114
35115
35116 \backslash
35117 fi
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Chapter
35126 外部文書構成要素
35127 \begin_inset Index idx
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131 がいぶぶんしょこうせいようそ@外部文書構成要素
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140
35141 \family sans
35142 挿入\SpecialChar \menuseparator
35143 ファイル
35144 \family default
35145 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35146 \end_layout
35147
35148 \begin_layout Description
35149 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35150 \end_layout
35151
35152 \begin_layout Description
35153 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35154 \end_layout
35155
35156 \begin_layout Description
35157 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35158 \end_layout
35159
35160 \begin_layout Description
35161 外部素材 様々な書式のファイル。
35162 \end_layout
35163
35164 \begin_layout Description
35165 子文書 LyXあるいはLaTeX文書。
35166 \end_layout
35167
35168 \begin_layout Section
35169 外部素材
35170 \begin_inset Index idx
35171 status collapsed
35172
35173 \begin_layout Plain Layout
35174 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35175 \end_layout
35176
35177 \end_inset
35178
35179
35180 \end_layout
35181
35182 \begin_layout Standard
35183 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35184 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35185 \family sans
35186 操作性\SpecialChar \menuseparator
35187 表示
35188 \family default
35189 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35190 \end_layout
35191
35192 \begin_layout Standard
35193 外部素材は、
35194 \family sans
35195 挿入
35196 \family default
35197 \SpecialChar \menuseparator
35198
35199 \family sans
35200 ファイル
35201 \family default
35202 \SpecialChar \menuseparator
35203
35204 \family sans
35205 外部素材
35206 \family default
35207 メニューで開くことのできる
35208 \family sans
35209 外部素材
35210 \family default
35211 ダイアログから挿入することができます。目下、以下のファイル形式(
35212 \family sans
35213 ひな型
35214 \family default
35215 )が使用できます。
35216 \end_layout
35217
35218 \begin_layout Description
35219 チェス棋譜 このひな型は、
35220 \series bold
35221
35222 \begin_inset CommandInset href
35223 LatexCommand href
35224 name "XBoard"
35225 target "http://en.wikipedia.org/wiki/XBoard"
35226
35227 \end_inset
35228
35229
35230 \series default
35231 プログラムで作成されたチェス棋譜をサポートします。
35232 \end_layout
35233
35234 \begin_layout Description
35235 日付 これは、
35236 \emph on
35237 日-月-年
35238 \emph default
35239 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35240 \begin_inset External
35241         template Date
35242         filename .
35243
35244 \end_inset
35245
35246
35247 \begin_inset space ~
35248 \end_inset
35249
35250
35251 \begin_inset Note Note
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255 バグ4398が修正されたら、この保護空白は削除してください!
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \begin_inset Newline newline
35262 \end_inset
35263
35264 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35265 \family sans
35266 挿入
35267 \family default
35268 \SpecialChar \menuseparator
35269 日付メニューを使用する方法で、他はLaTeXコマンドの
35270 \series bold
35271
35272 \backslash
35273 today
35274 \series default
35275 をTeXコードで使用する方法です。これらの各方法は、表
35276 \begin_inset CommandInset ref
35277 LatexCommand ref
35278 reference "tab:日付挿入方法"
35279
35280 \end_inset
35281
35282 に比較を掲載しておきます。
35283 \end_layout
35284
35285 \begin_layout Description
35286 Dia このひな型は、
35287 \series bold
35288
35289 \begin_inset CommandInset href
35290 LatexCommand href
35291 name "Dia"
35292 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"
35293
35294 \end_inset
35295
35296
35297 \series default
35298 プログラムで作成したダイアグラムをサポートします。
35299 \end_layout
35300
35301 \begin_layout Description
35302 Gnumeric表計算表 このひな形では、
35303 \series bold
35304
35305 \begin_inset CommandInset href
35306 LatexCommand href
35307 name "Gnumeric"
35308 target "http://ja.wikipedia.org/wiki/Gnumeric"
35309
35310 \end_inset
35311
35312
35313 \series default
35314
35315 \begin_inset CommandInset href
35316 LatexCommand href
35317 name "OpenDocument"
35318 target "http://ja.wikipedia.org/wiki/OpenDocument"
35319
35320 \end_inset
35321
35322
35323 \begin_inset CommandInset href
35324 LatexCommand href
35325 name "Microsoft Office XML"
35326 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35327
35328 \end_inset
35329
35330
35331 \begin_inset CommandInset href
35332 LatexCommand href
35333 name "Office Open XML"
35334 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35335
35336 \end_inset
35337
35338 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
35339 \family typewriter
35340 ssconvert
35341 \family default
35342 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35343 みである必要があります。用例と制約については、LyX用例ファイル
35344 \emph on
35345 spreadsheet.lyx
35346 \emph default
35347 をご覧ください。
35348 \end_layout
35349
35350 \begin_layout Description
35351 Lilypond組版楽譜 このひな型は、
35352 \series bold
35353
35354 \begin_inset CommandInset href
35355 LatexCommand href
35356 name "LilyPond"
35357 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35358
35359 \end_inset
35360
35361
35362 \series default
35363 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
35364 \emph on
35365 lilypond.lyx
35366 \emph default
35367 をご覧ください。
35368 \end_layout
35369
35370 \begin_layout Description
35371 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35372 \family sans
35373 LaTeXとLyXオプション
35374 \family default
35375 タブ中の
35376 \family sans
35377 オプション
35378 \family default
35379 フィールドに
35380 \emph on
35381 pages
35382 \emph default
35383 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35384 \series bold
35385 pages={3,5,6,8}
35386 \series default
35387 の形で入れる)やページ範囲(
35388 \series bold
35389 pages={4-9}
35390 \series default
35391 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35392 \series bold
35393 pages={3,{},8-11,15}
35394 \series default
35395 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35396 \emph on
35397 開始頁-終了頁
35398 \emph default
35399 の文法で指定します。これは、
35400 \emph on
35401 開始頁
35402 \emph default
35403
35404 \emph on
35405 終了頁
35406 \emph default
35407 の間のすべてのページを選択します。
35408 \emph on
35409 開始頁
35410 \emph default
35411 を省略すると、1ページ目を指定したのと同じ事になり、
35412 \emph on
35413 終了頁
35414 \emph default
35415 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35416 \series bold
35417 last
35418 \series default
35419 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35420 \series bold
35421 pages=-
35422 \series default
35423 は文書の全ページを挿入することになり、
35424 \series bold
35425 pages=last-1
35426 \series default
35427 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35428 \begin_inset Newline newline
35429 \end_inset
35430
35431
35432 \series bold
35433 noautoscale
35434 \series default
35435 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35436 \family sans
35437 寸法と回転
35438 \family default
35439 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35440 \series bold
35441 noautoscale
35442 \series default
35443 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
35444 \series bold
35445 pdfpages
35446 \series default
35447 の取扱説明書
35448 \begin_inset CommandInset citation
35449 LatexCommand cite
35450 key "pdfpages"
35451
35452 \end_inset
35453
35454 をご参照ください。
35455 \begin_inset Index idx
35456 status collapsed
35457
35458 \begin_layout Plain Layout
35459 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35460 \end_layout
35461
35462 \end_inset
35463
35464
35465 \begin_inset Newline newline
35466 \end_inset
35467
35468 このひな型を
35469 \family sans
35470 Beamer
35471 \family default
35472 プレゼンテーションで使用するには、まず
35473 \family sans
35474 フレーム終了
35475 \family default
35476 環境を挿入して、続く段落でTeXコードボックスを挿入し、
35477 \series bold
35478
35479 \backslash
35480 setbeamertemplate{background canvas}{}
35481 \series default
35482 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
35483 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
35484 に、ひな型を含む段落には、
35485 \family sans
35486 既定
35487 \family default
35488 配置を用いるようにしてください。
35489 \begin_inset Newline newline
35490 \end_inset
35491
35492 下記は、-5度回転させたPDFを取り込んだものです。
35493 \begin_inset Newline newline
35494 \end_inset
35495
35496
35497 \begin_inset Graphics
35498         filename ../clipart/Abstract.pdf
35499         rotateAngle -5
35500         rotateOrigin leftBottom
35501
35502 \end_inset
35503
35504
35505 \begin_inset Newline newline
35506 \end_inset
35507
35508
35509 \begin_inset Note Greyedout
35510 status open
35511
35512 \begin_layout Plain Layout
35513 【訳註】LaTeXパッケージ
35514 \series bold
35515 pdfpages
35516 \series default
35517 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
35518 \series bold
35519 pdfpages
35520 \series default
35521 取扱説明書
35522 \begin_inset CommandInset citation
35523 LatexCommand cite
35524 key "pdfpages"
35525
35526 \end_inset
35527
35528 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
35529 \family sans
35530 挿入\SpecialChar \menuseparator
35531 ファイル\SpecialChar \menuseparator
35532 外部素材
35533 \family default
35534
35535 \family sans
35536 ひな型
35537 \family default
35538
35539 \family sans
35540 PDFページ
35541 \family default
35542 を指定して挿入されていますが、ここでは
35543 \family sans
35544 挿入\SpecialChar \menuseparator
35545 画像
35546 \family default
35547 を使用して挿入しています。
35548 \end_layout
35549
35550 \end_inset
35551
35552
35553 \end_layout
35554
35555 \begin_layout Description
35556 ラスターイメージ これはビットマップ画像に使用します。
35557 \family sans
35558 外部素材
35559 \family default
35560 ダイアログを使って入れる画像は、第
35561 \begin_inset CommandInset ref
35562 LatexCommand ref
35563 reference "sec:画像ダイアログ"
35564
35565 \end_inset
35566
35567 節にあるように
35568 \family sans
35569 画像
35570 \family default
35571 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
35572 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
35573 \begin_inset External
35574         template RasterImage
35575         filename clipart/ToolbarEnvBox.png
35576
35577 \end_inset
35578
35579
35580 \end_layout
35581
35582 \begin_layout Description
35583 XFig このひな型は、
35584 \series bold
35585
35586 \begin_inset CommandInset href
35587 LatexCommand href
35588 name "Xfig"
35589 target "http://ja.wikipedia.org/wiki/Xfig"
35590
35591 \end_inset
35592
35593
35594 \series default
35595 プログラムで作成した画像をサポートします。
35596 \end_layout
35597
35598 \begin_layout Standard
35599 \begin_inset Float table
35600 placement !h
35601 wide false
35602 sideways false
35603 status open
35604
35605 \begin_layout Plain Layout
35606 \begin_inset Caption Standard
35607
35608 \begin_layout Plain Layout
35609 \begin_inset CommandInset label
35610 LatexCommand label
35611 name "tab:日付挿入方法"
35612
35613 \end_inset
35614
35615 日付の挿入方法の比較
35616 \end_layout
35617
35618 \end_inset
35619
35620
35621 \end_layout
35622
35623 \begin_layout Plain Layout
35624 \align center
35625 \begin_inset Tabular
35626 <lyxtabular version="3" rows="4" columns="4">
35627 <features rotate="0" tabularvalignment="middle">
35628 <column alignment="center" valignment="top">
35629 <column alignment="center" valignment="top">
35630 <column alignment="center" valignment="top">
35631 <column alignment="center" valignment="top">
35632 <row>
35633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35634 \begin_inset Text
35635
35636 \begin_layout Plain Layout
35637 文書書式
35638 \end_layout
35639
35640 \end_inset
35641 </cell>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646
35647 \family sans
35648 外部素材\SpecialChar \menuseparator
35649 日付
35650 \end_layout
35651
35652 \end_inset
35653 </cell>
35654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35655 \begin_inset Text
35656
35657 \begin_layout Plain Layout
35658
35659 \family sans
35660 挿入\SpecialChar \menuseparator
35661 日付
35662 \end_layout
35663
35664 \end_inset
35665 </cell>
35666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35667 \begin_inset Text
35668
35669 \begin_layout Plain Layout
35670
35671 \series bold
35672
35673 \backslash
35674 today
35675 \series default
35676 コマンド
35677 \end_layout
35678
35679 \end_inset
35680 </cell>
35681 </row>
35682 <row>
35683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35684 \begin_inset Text
35685
35686 \begin_layout Plain Layout
35687 LyX
35688 \end_layout
35689
35690 \end_inset
35691 </cell>
35692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35693 \begin_inset Text
35694
35695 \begin_layout Plain Layout
35696 差込枠として
35697 \end_layout
35698
35699 \end_inset
35700 </cell>
35701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35702 \begin_inset Text
35703
35704 \begin_layout Plain Layout
35705 日付として
35706 \end_layout
35707
35708 \end_inset
35709 </cell>
35710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714 TeXコード差込枠として
35715 \end_layout
35716
35717 \end_inset
35718 </cell>
35719 </row>
35720 <row>
35721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35722 \begin_inset Text
35723
35724 \begin_layout Plain Layout
35725 LaTeX
35726 \end_layout
35727
35728 \end_inset
35729 </cell>
35730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35731 \begin_inset Text
35732
35733 \begin_layout Plain Layout
35734 日付として
35735 \end_layout
35736
35737 \end_inset
35738 </cell>
35739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35740 \begin_inset Text
35741
35742 \begin_layout Plain Layout
35743 日付として
35744 \end_layout
35745
35746 \end_inset
35747 </cell>
35748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35749 \begin_inset Text
35750
35751 \begin_layout Plain Layout
35752 コマンドとして
35753 \end_layout
35754
35755 \end_inset
35756 </cell>
35757 </row>
35758 <row>
35759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35760 \begin_inset Text
35761
35762 \begin_layout Plain Layout
35763 DVI, PDF, PS
35764 \end_layout
35765
35766 \end_inset
35767 </cell>
35768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772 日付として
35773 \end_layout
35774
35775 \end_inset
35776 </cell>
35777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781 日付として
35782 \end_layout
35783
35784 \end_inset
35785 </cell>
35786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790 日付として
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 </row>
35796 </lyxtabular>
35797
35798 \end_inset
35799
35800
35801 \end_layout
35802
35803 \end_inset
35804
35805
35806 \end_layout
35807
35808 \begin_layout Standard
35809
35810 \family sans
35811 外部素材
35812 \family default
35813 ダイアログの
35814 \family sans
35815 ファイル
35816 \family default
35817 タブ中で
35818 \family sans
35819 下書き
35820 \family default
35821 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
35822 \begin_inset Newline newline
35823 \end_inset
35824
35825 LyX中での外部素材は、ダイアログ内の
35826 \family sans
35827 LaTeXとLyXのオプション
35828 \family default
35829 タブにある
35830 \family sans
35831 LyX内に表示
35832 \family default
35833 オプションの指定に従って、
35834 \begin_inset Graphics
35835         filename clipart/ExternalMaterialQt4.png
35836         scale 85
35837         scaleBeforeRotation
35838
35839 \end_inset
35840
35841 のようなボックスとして表示されるか、画像として表示されます。
35842 \end_layout
35843
35844 \begin_layout Standard
35845 取扱説明書
35846 \family sans
35847 \emph on
35848 カスタマイズ篇
35849 \family default
35850 \emph default
35851 には、自製のひな型を定義する方法が説明されています。
35852 \end_layout
35853
35854 \begin_layout Section
35855 子文書
35856 \begin_inset CommandInset label
35857 LatexCommand label
35858 name "sec:子文書"
35859
35860 \end_inset
35861
35862
35863 \begin_inset Index idx
35864 status collapsed
35865
35866 \begin_layout Plain Layout
35867 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
35868 \end_layout
35869
35870 \end_inset
35871
35872
35873 \begin_inset Index idx
35874 status collapsed
35875
35876 \begin_layout Plain Layout
35877 ふぁいる@ファイル ! いんくるーど@インクルード
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \begin_layout Standard
35886 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
35887 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
35888 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
35889 \end_layout
35890
35891 \begin_layout Standard
35892 親文書を開くことなく子文書で作業できるようにするには、子文書の
35893 \family sans
35894 文書
35895 \family default
35896 \SpecialChar \menuseparator
35897
35898 \family sans
35899 設定
35900 \family default
35901 \SpecialChar \menuseparator
35902
35903 \family sans
35904 文書クラス
35905 \family default
35906 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
35907 \end_layout
35908
35909 \begin_layout Standard
35910 取り込んだ文書は、LyX中で
35911 \begin_inset Graphics
35912         filename clipart/ChildDocumentQt4.png
35913         scale 85
35914         scaleBeforeRotation
35915
35916 \end_inset
35917
35918 のようなボックスとして表示されます。子文書を親文書に取り込むには、
35919 \family sans
35920 挿入
35921 \family default
35922 \SpecialChar \menuseparator
35923
35924 \family sans
35925 ファイル
35926 \family default
35927 \SpecialChar \menuseparator
35928
35929 \family sans
35930 子文書
35931 \family default
35932 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
35933 \end_layout
35934
35935 \begin_layout Description
35936 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
35937 \family sans
35938 子文書
35939 \family default
35940 ダイアログの
35941 \family sans
35942 編集
35943 \family default
35944 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
35945 \begin_inset Newline newline
35946 \end_inset
35947
35948
35949 \end_layout
35950
35951 \begin_layout Standard
35952 以下は、
35953 \family sans
35954 Include
35955 \family default
35956 を使用して挿入した子文書です。 
35957 \begin_inset CommandInset include
35958 LatexCommand include
35959 filename "DummyDocument1.lyx"
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
35968 あります。取り込んだ文書のラベルは、第
35969 \begin_inset CommandInset ref
35970 LatexCommand ref
35971 reference "sub:外部文書の第1小節"
35972
35973 \end_inset
35974
35975 小節、のように参照することができます。
35976 \end_layout
35977
35978 \begin_layout Standard
35979 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
35980 は、新規頁から始まるように挿入され、改頁して終わります。
35981 \end_layout
35982
35983 \begin_layout Standard
35984 \begin_inset Note Greyedout
35985 status open
35986
35987 \begin_layout Plain Layout
35988
35989 \series bold
35990 【註】
35991 \series default
35992 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
35993 警告が発せられます。
35994 \end_layout
35995
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \begin_layout Description
36002 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36003 \end_layout
36004
36005 \begin_deeper
36006 \begin_layout Itemize
36007 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36008 \end_layout
36009
36010 \begin_layout Itemize
36011 Inputファイルは、LyX設定の操作性
36012 \family sans
36013 \SpecialChar \menuseparator
36014 表示
36015 \family default
36016 の下にある
36017 \family sans
36018 画像を表示
36019 \family default
36020 を有効にすると、LyX中でプレビューすることができます。
36021 \end_layout
36022
36023 \begin_layout Itemize
36024 LaTeXコマンドの
36025 \series bold
36026
36027 \backslash
36028 includeonly
36029 \series default
36030 は使用することができません。
36031 \end_layout
36032
36033 \end_deeper
36034 \begin_layout Standard
36035 右は、
36036 \family sans
36037 Input
36038 \family default
36039 を使って挿入した子文書です。 
36040 \begin_inset CommandInset include
36041 LatexCommand input
36042 filename "DummyDocument2.lyx"
36043
36044 \end_inset
36045
36046
36047 \end_layout
36048
36049 \begin_layout Description
36050 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36051 に用いられているコマンドは実行されません。
36052 \family sans
36053 出力の空白に印付けをする
36054 \family default
36055 オプションを有効にすると、ソースコード中のすべての空白文字に「
36056 \begin_inset ERT
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060
36061
36062 \backslash
36063 textvisiblespace 
36064 \end_layout
36065
36066 \end_inset
36067
36068 」文字を表示させることができます。
36069 \family sans
36070 挿入\SpecialChar \menuseparator
36071 ファイル\SpecialChar \menuseparator
36072 平文
36073 \family default
36074 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36075 \end_layout
36076
36077 \begin_layout Standard
36078 以下は、verbatimとして挿入された子文書です。 
36079 \begin_inset CommandInset include
36080 LatexCommand verbatiminput
36081 filename "../DummyTextDocument.txt"
36082
36083 \end_inset
36084
36085
36086 \begin_inset VSpace bigskip
36087 \end_inset
36088
36089 以下は、
36090 \family sans
36091 出力の空白に印付けをする
36092 \family default
36093 オプションを指定して、verbatimとして挿入された子文書です。 
36094 \begin_inset CommandInset include
36095 LatexCommand verbatiminput*
36096 filename "../DummyTextDocument.txt"
36097
36098 \end_inset
36099
36100
36101 \end_layout
36102
36103 \begin_layout Standard
36104 \begin_inset VSpace bigskip
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \begin_layout Standard
36111 \begin_inset Note Greyedout
36112 status open
36113
36114 \begin_layout Plain Layout
36115
36116 \series bold
36117 【註】
36118 \series default
36119 上記の例でわかるように、
36120 \family sans
36121 verbatim
36122 \family default
36123 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36124 \end_layout
36125
36126 \end_inset
36127
36128
36129 \end_layout
36130
36131 \begin_layout Standard
36132 \begin_inset Note Greyedout
36133 status open
36134
36135 \begin_layout Plain Layout
36136
36137 \series bold
36138 【訳註】
36139 \series default
36140 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36141 \end_layout
36142
36143 \end_inset
36144
36145
36146 \end_layout
36147
36148 \begin_layout Description
36149 プログラムリスト この型については、第
36150 \begin_inset CommandInset ref
36151 LatexCommand ref
36152 reference "cha:プログラムコードリスト"
36153
36154 \end_inset
36155
36156 章に説明されています。
36157 \end_layout
36158
36159 \begin_layout Standard
36160 \begin_inset Note Greyedout
36161 status open
36162
36163 \begin_layout Plain Layout
36164
36165 \series bold
36166 【註】
36167 \series default
36168 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36169 \end_layout
36170
36171 \end_inset
36172
36173
36174 \end_layout
36175
36176 \begin_layout Standard
36177 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36178 一部を出力から排除することができます。これは、
36179 \family sans
36180 文書\SpecialChar \menuseparator
36181 設定\SpecialChar \menuseparator
36182 子文書
36183 \family default
36184 メニューから行うことができます。そこの一覧中の各子文書の
36185 \family sans
36186 出力に含める
36187 \family default
36188 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36189 てのみ機能することにご注意ください)。
36190 \family sans
36191 カウンタと引用を維持
36192 \family default
36193 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
36194 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
36195 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36196 \end_layout
36197
36198 \begin_layout Standard
36199 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36200 \begin_inset Foot
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204 派生枝は、LyX
36205 \emph on
36206 ユーザーの手引き
36207 \emph default
36208
36209 \emph on
36210 派生枝
36211 \emph default
36212 の節に説明されています。
36213 \end_layout
36214
36215 \end_inset
36216
36217 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36218 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36219 \end_layout
36220
36221 \begin_layout Chapter
36222 プログラムコードリスト
36223 \begin_inset CommandInset label
36224 LatexCommand label
36225 name "cha:プログラムコードリスト"
36226
36227 \end_inset
36228
36229
36230 \begin_inset Index idx
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234 りすと@リスト
36235 \end_layout
36236
36237 \end_inset
36238
36239
36240 \begin_inset Index idx
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244 ぷろぐらむこーど@プログラムコード
36245 \end_layout
36246
36247 \end_inset
36248
36249
36250 \begin_inset Index idx
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254 ふろーと@フロート ! りすと@リスト
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Standard
36263 プログラムコードを取り込んで組版するには、
36264 \family sans
36265 挿入
36266 \family default
36267 \SpecialChar \menuseparator
36268
36269 \family sans
36270 プログラムリスト
36271 \family default
36272 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36273 \series bold
36274 listings
36275 \series default
36276
36277 \begin_inset Index idx
36278 status collapsed
36279
36280 \begin_layout Plain Layout
36281 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36282 \end_layout
36283
36284 \end_inset
36285
36286 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36287 \end_layout
36288
36289 \begin_layout Standard
36290 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36291 \end_layout
36292
36293 \begin_layout Standard
36294 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36295 \family sans
36296 行内リスト
36297 \family default
36298 を指定すると、リストは
36299 \begin_inset listings
36300 lstparams "language={C++}"
36301 inline true
36302 status collapsed
36303
36304 \begin_layout Plain Layout
36305
36306 int a=5;
36307 \end_layout
36308
36309 \end_inset
36310
36311 のように行内に印字されます。
36312 \begin_inset Newline newline
36313 \end_inset
36314
36315
36316 \family sans
36317 フロート
36318 \family default
36319 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36320 \begin_inset CommandInset ref
36321 LatexCommand ref
36322 reference "sec:フロートの配置"
36323
36324 \end_inset
36325
36326 節に説明されているフロート配置オプションに従って、「
36327 \family sans
36328 h
36329 \family default
36330 」「
36331 \family sans
36332 t
36333 \family default
36334 」「
36335 \family sans
36336 b
36337 \family default
36338 」「
36339 \family sans
36340 p
36341 \family default
36342 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36343 \family sans
36344 htbp
36345 \family default
36346 」のように区切りを入れることなく入力することができます。「
36347 \family sans
36348 h
36349 \family default
36350 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36351 \family sans
36352 フロート
36353 \family default
36354 オプションを使用しなければ大丈夫です。
36355 \end_layout
36356
36357 \begin_layout Standard
36358
36359 \family sans
36360 挿入
36361 \family default
36362 \SpecialChar \menuseparator
36363
36364 \family sans
36365 キャプション
36366 \family default
36367 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36368 \begin_inset CommandInset ref
36369 LatexCommand ref
36370 reference "lst:リストフロート"
36371
36372 \end_inset
36373
36374 のように参照することができます。
36375 \end_layout
36376
36377 \begin_layout Standard
36378 \begin_inset listings
36379 lstparams "language=Python"
36380 inline false
36381 status open
36382
36383 \begin_layout Plain Layout
36384
36385 \begin_inset Caption Standard
36386
36387 \begin_layout Plain Layout
36388 \begin_inset CommandInset label
36389 LatexCommand label
36390 name "lst:リストフロート"
36391
36392 \end_inset
36393
36394 Example Listing Float
36395 \end_layout
36396
36397 \end_inset
36398
36399 # Example listing float
36400 \end_layout
36401
36402 \begin_layout Plain Layout
36403
36404 def func(param):
36405 \end_layout
36406
36407 \begin_layout Plain Layout
36408
36409     'this is a python function'
36410 \end_layout
36411
36412 \begin_layout Plain Layout
36413
36414     pass
36415 \end_layout
36416
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \begin_layout Standard
36423 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36424 onのキーワード「def」が識別され、ボールド体で出力されます。
36425 \end_layout
36426
36427 \begin_layout Standard
36428 \begin_inset Note Greyedout
36429 status open
36430
36431 \begin_layout Plain Layout
36432
36433 \series bold
36434 【註】
36435 \series default
36436 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36437 \family typewriter
36438 typewriter
36439 \family default
36440 フォントがボールド体を提供していません。この場合には、
36441 \family sans
36442 文書
36443 \family default
36444 \SpecialChar \menuseparator
36445
36446 \family sans
36447 設定
36448 \family default
36449 \SpecialChar \menuseparator
36450
36451 \family sans
36452 フォント
36453 \family default
36454 メニューで別のフォントを選択してください(
36455 \emph on
36456 LuxiMono
36457 \emph default
36458
36459 \emph on
36460 BeraMono
36461 \emph default
36462
36463 \emph on
36464 Courier
36465 \emph default
36466 の各フォントはボールド体を提供します)。
36467 \end_layout
36468
36469 \end_inset
36470
36471
36472 \end_layout
36473
36474 \begin_layout Standard
36475 \begin_inset Note Greyedout
36476 status open
36477
36478 \begin_layout Plain Layout
36479
36480 \series bold
36481 【訳註】
36482 \series default
36483 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36484 \end_layout
36485
36486 \end_inset
36487
36488
36489 \end_layout
36490
36491 \begin_layout Standard
36492 プログラムリストダイアログの
36493 \family sans
36494 行番号
36495 \family default
36496 のセクションでは、行番号の様式を指定することができます。
36497 \family sans
36498 行間
36499 \family default
36500 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36501 \end_layout
36502
36503 \begin_layout Standard
36504 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36505 \family sans
36506 拡張文字コード表を使う
36507 \family default
36508 オプションを使用しなくてはなりません。
36509 \begin_inset Newline newline
36510 \end_inset
36511
36512 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36513 \begin_inset space \thinspace{}
36514 \end_inset
36515
36516 -
36517 \begin_inset space \thinspace{}
36518 \end_inset
36519
36520 8」で設定したプログラムリストの例です。
36521 \end_layout
36522
36523 \begin_layout Standard
36524 \begin_inset listings
36525 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36526 inline false
36527 status open
36528
36529 \begin_layout Plain Layout
36530
36531 def func(param):
36532 \end_layout
36533
36534 \begin_layout Plain Layout
36535
36536     'this is a python function'
36537 \end_layout
36538
36539 \begin_layout Plain Layout
36540
36541     pass
36542 \end_layout
36543
36544 \begin_layout Plain Layout
36545
36546 def func(param):
36547 \end_layout
36548
36549 \begin_layout Plain Layout
36550
36551 'This is a German word: Tschüß'
36552 \end_layout
36553
36554 \begin_layout Plain Layout
36555
36556 pass
36557 \end_layout
36558
36559 \begin_layout Plain Layout
36560
36561 def func(param):
36562 \end_layout
36563
36564 \begin_layout Plain Layout
36565
36566 'this is a python function'
36567 \end_layout
36568
36569 \begin_layout Plain Layout
36570
36571 pass
36572 \end_layout
36573
36574 \end_inset
36575
36576
36577 \end_layout
36578
36579 \begin_layout Standard
36580 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36581 \family sans
36582 タビュレータの大きさ
36583 \family default
36584 フィールドで指定することができます。
36585 \end_layout
36586
36587 \begin_layout Standard
36588 \begin_inset Note Greyedout
36589 status open
36590
36591 \begin_layout Plain Layout
36592
36593 \series bold
36594 【註】listings
36595 \series default
36596 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36597 に振られているのはこのためです。
36598 \end_layout
36599
36600 \end_inset
36601
36602
36603 \end_layout
36604
36605 \begin_layout Standard
36606 \begin_inset VSpace bigskip
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Standard
36613 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
36614 \family sans
36615 挿入
36616 \family default
36617 \SpecialChar \menuseparator
36618
36619 \family sans
36620 ファイル
36621 \family default
36622 \SpecialChar \menuseparator
36623
36624 \family sans
36625 子文書
36626 \family default
36627 メニューを使用して
36628 \family sans
36629 プログラムリスト
36630 \family default
36631 型を選択してください
36632 \begin_inset Foot
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636 他の子文書型については、第 section
36637 \begin_inset space ~
36638 \end_inset
36639
36640
36641 \begin_inset CommandInset ref
36642 LatexCommand ref
36643 reference "sec:子文書"
36644
36645 \end_inset
36646
36647 節に説明があります。
36648 \end_layout
36649
36650 \end_inset
36651
36652 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
36653 疑問符「?」を打鍵してください。
36654 \end_layout
36655
36656 \begin_layout Standard
36657 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
36658 \family sans
36659 挿入
36660 \family default
36661 \SpecialChar \menuseparator
36662
36663 \family sans
36664 相互参照
36665 \family default
36666 メニューを使って参照できるようになります。
36667 \end_layout
36668
36669 \begin_layout Standard
36670 プログラムリスト
36671 \begin_inset CommandInset ref
36672 LatexCommand ref
36673 reference "lst:file-listing"
36674
36675 \end_inset
36676
36677 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
36678 \end_layout
36679
36680 \begin_layout Standard
36681 \begin_inset CommandInset include
36682 LatexCommand lstinputlisting
36683 filename "EmbeddedObjects.lyx"
36684 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
36685
36686 \end_inset
36687
36688
36689 \end_layout
36690
36691 \begin_layout Standard
36692 \begin_inset VSpace bigskip
36693 \end_inset
36694
36695
36696 \end_layout
36697
36698 \begin_layout Standard
36699 リストに数式を入れるには、以下のようにします。
36700 \end_layout
36701
36702 \begin_layout Enumerate
36703 リストダイアログを開き、
36704 \family sans
36705 詳細
36706 \family default
36707 タブのフィールド中に
36708 \begin_inset Newline newline
36709 \end_inset
36710
36711
36712 \family sans
36713 mathescape=true
36714 \family default
36715
36716 \begin_inset Newline newline
36717 \end_inset
36718
36719 と書き加えます。
36720 \end_layout
36721
36722 \begin_layout Enumerate
36723 リスト外で数式を作成します。
36724 \end_layout
36725
36726 \begin_layout Enumerate
36727 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
36728 \begin_inset Info
36729 type  "shortcut"
36730 arg   "copy"
36731 \end_inset
36732
36733 )。
36734 \end_layout
36735
36736 \begin_layout Enumerate
36737 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
36738 \begin_inset Info
36739 type  "shortcut"
36740 arg   "paste"
36741 \end_inset
36742
36743 )。
36744 \end_layout
36745
36746 \begin_layout Standard
36747 \begin_inset listings
36748 lstparams "language=Python,mathescape=true"
36749 inline false
36750 status open
36751
36752 \begin_layout Plain Layout
36753
36754 \begin_inset Caption Standard
36755
36756 \begin_layout Plain Layout
36757 Example Listing float containing a formula
36758 \end_layout
36759
36760 \end_inset
36761
36762 # Example listing float
36763 \end_layout
36764
36765 \begin_layout Plain Layout
36766
36767 def func(param):
36768 \end_layout
36769
36770 \begin_layout Plain Layout
36771
36772     # $
36773 \backslash
36774 prod_{n=1}^{
36775 \backslash
36776 infty}
36777 \backslash
36778 ,
36779 \backslash
36780 frac{1}{x^{2}}$
36781 \end_layout
36782
36783 \begin_layout Plain Layout
36784
36785     pass
36786 \end_layout
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \begin_layout Standard
36794 \begin_inset VSpace bigskip
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \begin_layout Standard
36801 大域的なプログラムリストの設定は、
36802 \family sans
36803 文書
36804 \family default
36805 \SpecialChar \menuseparator
36806
36807 \family sans
36808 設定
36809 \family default
36810 \SpecialChar \menuseparator
36811
36812 \family sans
36813 リスト
36814 \family default
36815 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
36816 \family sans
36817 プログラムリスト設定
36818 \family default
36819 フィールドで疑問符「?」を打鍵してください。
36820 \end_layout
36821
36822 \begin_layout Standard
36823
36824 \series bold
36825 listings
36826 \series default
36827 パッケージについての詳しい情報については、取扱説明書
36828 \begin_inset CommandInset citation
36829 LatexCommand cite
36830 key "listings"
36831
36832 \end_inset
36833
36834 をご参照ください。.
36835 \end_layout
36836
36837 \begin_layout Standard
36838 \begin_inset Newpage newpage
36839 \end_inset
36840
36841
36842 \end_layout
36843
36844 \begin_layout Chapter
36845 \start_of_appendix
36846 LyXで使用できる単位
36847 \begin_inset Index idx
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 たんい@単位
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \begin_inset CommandInset label
36858 LatexCommand label
36859 name "cha:LyXで使用できる単位"
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \begin_layout Standard
36867 この文書で用いられる単位の理解のために、表
36868 \begin_inset CommandInset ref
36869 LatexCommand ref
36870 reference "tab:単位"
36871
36872 \end_inset
36873
36874 に、LyXで使うことのできる単位をまとめておきます。
36875 \end_layout
36876
36877 \begin_layout Standard
36878 \begin_inset Float table
36879 placement h
36880 wide false
36881 sideways false
36882 status open
36883
36884 \begin_layout Plain Layout
36885 \begin_inset Caption Standard
36886
36887 \begin_layout Plain Layout
36888 \begin_inset CommandInset label
36889 LatexCommand label
36890 name "tab:単位"
36891
36892 \end_inset
36893
36894 単位
36895 \end_layout
36896
36897 \end_inset
36898
36899
36900 \end_layout
36901
36902 \begin_layout Plain Layout
36903 \begin_inset VSpace medskip
36904 \end_inset
36905
36906
36907 \end_layout
36908
36909 \begin_layout Plain Layout
36910 \align center
36911 \begin_inset Tabular
36912 <lyxtabular version="3" rows="20" columns="2">
36913 <features rotate="0" tabularvalignment="middle">
36914 <column alignment="center" valignment="top">
36915 <column alignment="center" valignment="top">
36916 <row>
36917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36918 \begin_inset Text
36919
36920 \begin_layout Plain Layout
36921 単位
36922 \end_layout
36923
36924 \end_inset
36925 </cell>
36926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36927 \begin_inset Text
36928
36929 \begin_layout Plain Layout
36930 名称/摘要
36931 \end_layout
36932
36933 \end_inset
36934 </cell>
36935 </row>
36936 <row>
36937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941 mm
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950 ミリメートル
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 </row>
36956 <row>
36957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961 cm
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 センチメートル
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 </row>
36976 <row>
36977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36978 \begin_inset Text
36979
36980 \begin_layout Plain Layout
36981 in
36982 \end_layout
36983
36984 \end_inset
36985 </cell>
36986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36987 \begin_inset Text
36988
36989 \begin_layout Plain Layout
36990 インチ
36991 \end_layout
36992
36993 \end_inset
36994 </cell>
36995 </row>
36996 <row>
36997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36998 \begin_inset Text
36999
37000 \begin_layout Plain Layout
37001 pt
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Plain Layout
37010 ポイント (72.27
37011 \begin_inset Formula $\,$
37012 \end_inset
37013
37014 pt = 1
37015 \begin_inset Formula $\,$
37016 \end_inset
37017
37018 in)
37019 \end_layout
37020
37021 \end_inset
37022 </cell>
37023 </row>
37024 <row>
37025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37026 \begin_inset Text
37027
37028 \begin_layout Plain Layout
37029 pc
37030 \end_layout
37031
37032 \end_inset
37033 </cell>
37034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37035 \begin_inset Text
37036
37037 \begin_layout Plain Layout
37038 パイカ (1
37039 \begin_inset Formula $\,$
37040 \end_inset
37041
37042 pc = 12
37043 \begin_inset Formula $\,$
37044 \end_inset
37045
37046 pt)
37047 \end_layout
37048
37049 \end_inset
37050 </cell>
37051 </row>
37052 <row>
37053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057 sp
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066 スケールポイント (65536
37067 \begin_inset Formula $\,$
37068 \end_inset
37069
37070 sp = 1
37071 \begin_inset Formula $\,$
37072 \end_inset
37073
37074 pt)
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 </row>
37080 <row>
37081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085 bp
37086 \end_layout
37087
37088 \end_inset
37089 </cell>
37090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094 ビッグポイント (72
37095 \begin_inset Formula $\,$
37096 \end_inset
37097
37098 bp = 1
37099 \begin_inset Formula $\,$
37100 \end_inset
37101
37102 in)
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 </row>
37108 <row>
37109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113 dd
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 ディドー (72
37123 \begin_inset Formula $\,$
37124 \end_inset
37125
37126 dd 
37127 \begin_inset Formula $\approx$
37128 \end_inset
37129
37130  37.6
37131 \begin_inset Formula $\,$
37132 \end_inset
37133
37134 mm)
37135 \end_layout
37136
37137 \end_inset
37138 </cell>
37139 </row>
37140 <row>
37141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37142 \begin_inset Text
37143
37144 \begin_layout Plain Layout
37145 cc
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154 シセロ (1
37155 \begin_inset Formula $\,$
37156 \end_inset
37157
37158 cc = 12
37159 \begin_inset Formula $\,$
37160 \end_inset
37161
37162 dd)
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 </row>
37168 <row>
37169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 Scale%
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182 元の画像幅の%
37183 \end_layout
37184
37185 \end_inset
37186 </cell>
37187 </row>
37188 <row>
37189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193 text%
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37199 \begin_inset Text
37200
37201 \begin_layout Plain Layout
37202 テキスト幅の%
37203 \end_layout
37204
37205 \end_inset
37206 </cell>
37207 </row>
37208 <row>
37209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37210 \begin_inset Text
37211
37212 \begin_layout Plain Layout
37213 col%
37214 \end_layout
37215
37216 \end_inset
37217 </cell>
37218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37219 \begin_inset Text
37220
37221 \begin_layout Plain Layout
37222 組段幅の%
37223 \end_layout
37224
37225 \end_inset
37226 </cell>
37227 </row>
37228 <row>
37229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233 page%
37234 \end_layout
37235
37236 \end_inset
37237 </cell>
37238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37239 \begin_inset Text
37240
37241 \begin_layout Plain Layout
37242 用紙幅の%
37243 \end_layout
37244
37245 \end_inset
37246 </cell>
37247 </row>
37248 <row>
37249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 line%
37254 \end_layout
37255
37256 \end_inset
37257 </cell>
37258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262 行幅の%
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 <row>
37269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273 theight%
37274 \end_layout
37275
37276 \end_inset
37277 </cell>
37278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37279 \begin_inset Text
37280
37281 \begin_layout Plain Layout
37282 テキスト高さの%
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 </row>
37288 <row>
37289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293 pheight%
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37299 \begin_inset Text
37300
37301 \begin_layout Plain Layout
37302 用紙高さの%
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 </row>
37308 <row>
37309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313 ex
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322 現在のフォントの文字「x」の高さ
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 <row>
37329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 em
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342 現在のフォントの文字「M」の幅
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 </row>
37348 <row>
37349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37350 \begin_inset Text
37351
37352 \begin_layout Plain Layout
37353 mu
37354 \end_layout
37355
37356 \end_inset
37357 </cell>
37358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37359 \begin_inset Text
37360
37361 \begin_layout Plain Layout
37362 数式単位 (1
37363 \begin_inset Formula $\,$
37364 \end_inset
37365
37366 mu = 1/18
37367 \begin_inset Formula $\,$
37368 \end_inset
37369
37370 em)
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 </row>
37376 </lyxtabular>
37377
37378 \end_inset
37379
37380
37381 \end_layout
37382
37383 \end_inset
37384
37385
37386 \end_layout
37387
37388 \begin_layout Chapter
37389 画像を含む場合のファイル出力形式
37390 \begin_inset CommandInset label
37391 LatexCommand label
37392 name "cha:ファイル出力形式"
37393
37394 \end_inset
37395
37396
37397 \end_layout
37398
37399 \begin_layout Section
37400 DVI
37401 \begin_inset Index idx
37402 status collapsed
37403
37404 \begin_layout Plain Layout
37405 ふぁいるしょしき@ファイル書式 ! DVI
37406 \end_layout
37407
37408 \end_inset
37409
37410
37411 \begin_inset Index idx
37412 status collapsed
37413
37414 \begin_layout Plain Layout
37415 DVI
37416 \begin_inset ERT
37417 status collapsed
37418
37419 \begin_layout Plain Layout
37420
37421 |see
37422 \lang japanese
37423 {
37424 \end_layout
37425
37426 \end_inset
37427
37428 ファイル書式
37429 \begin_inset ERT
37430 status collapsed
37431
37432 \begin_layout Plain Layout
37433
37434 }
37435 \end_layout
37436
37437 \end_inset
37438
37439
37440 \end_layout
37441
37442 \end_inset
37443
37444
37445 \end_layout
37446
37447 \begin_layout Standard
37448 このファイル型の拡張子は「
37449 \family typewriter
37450 .dvi
37451 \family default
37452 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37453 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37454 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37455 \end_layout
37456
37457 \begin_layout Standard
37458 \begin_inset Note Greyedout
37459 status open
37460
37461 \begin_layout Plain Layout
37462 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37463 \end_layout
37464
37465 \end_inset
37466
37467 ですから、お使いの
37468 \family typewriter
37469 .dvi
37470 \family default
37471 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37472 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37473 DFを使用することをお勧めします。
37474 \end_layout
37475
37476 \begin_layout Standard
37477 使用中の文書は、
37478 \family sans
37479 ファイル
37480 \family default
37481 \SpecialChar \menuseparator
37482
37483 \family sans
37484 書き出し
37485 \family default
37486 \SpecialChar \menuseparator
37487
37488 \family sans
37489 DVI
37490 \family default
37491 メニューを使用して、DVIに書き出すことができます。
37492 \family sans
37493 表示
37494 \family default
37495 メニューから、文書をDVIとして表示させることもできます。
37496 \end_layout
37497
37498 \begin_layout Section
37499 PostScript
37500 \begin_inset CommandInset label
37501 LatexCommand label
37502 name "sec:PostScript"
37503
37504 \end_inset
37505
37506
37507 \begin_inset Index idx
37508 status collapsed
37509
37510 \begin_layout Plain Layout
37511 ふぁいるしょしき@ファイル書式 ! PostScript
37512 \end_layout
37513
37514 \end_inset
37515
37516
37517 \begin_inset Index idx
37518 status collapsed
37519
37520 \begin_layout Plain Layout
37521 PostScript
37522 \begin_inset ERT
37523 status collapsed
37524
37525 \begin_layout Plain Layout
37526
37527 |see
37528 \lang japanese
37529 {
37530 \end_layout
37531
37532 \end_inset
37533
37534 ファイル書式
37535 \begin_inset ERT
37536 status collapsed
37537
37538 \begin_layout Plain Layout
37539
37540 }
37541 \end_layout
37542
37543 \end_inset
37544
37545
37546 \end_layout
37547
37548 \end_inset
37549
37550
37551 \end_layout
37552
37553 \begin_layout Standard
37554 このファイル型の拡張子は「
37555 \family typewriter
37556 .ps
37557 \family default
37558 」です。PostScriptは、
37559 \family typewriter
37560 Adobe
37561 \family default
37562 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37563 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37564 \begin_inset Foot
37565 status collapsed
37566
37567 \begin_layout Plain Layout
37568 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37569 \series bold
37570 PSTricks
37571 \series default
37572
37573 \begin_inset CommandInset citation
37574 LatexCommand cite
37575 key "pstricks"
37576
37577 \end_inset
37578
37579 を見てみてください。
37580 \end_layout
37581
37582 \end_inset
37583
37584 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37585 \end_layout
37586
37587 \begin_layout Standard
37588 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37589 \family typewriter
37590 .eps
37591 \family default
37592 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37593 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37594 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37595 を直接EPSとして入れておく方がよいでしょう。
37596 \end_layout
37597
37598 \begin_layout Standard
37599 文書は、
37600 \family sans
37601 ファイル
37602 \family default
37603 \SpecialChar \menuseparator
37604
37605 \family sans
37606 書き出し
37607 \family default
37608 \SpecialChar \menuseparator
37609
37610 \family sans
37611 Postscript
37612 \family default
37613 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
37614 \family sans
37615 表示
37616 \family default
37617 メニューかツールバーボタン
37618 \begin_inset Graphics
37619         filename ../../images/buffer-view_ps.png
37620         scale 85
37621         scaleBeforeRotation
37622
37623 \end_inset
37624
37625 を使用することでPostScriptとして表示させることができます。
37626 \end_layout
37627
37628 \begin_layout Section
37629 PDF
37630 \begin_inset Index idx
37631 status collapsed
37632
37633 \begin_layout Plain Layout
37634 ふぁいるしょしき@ファイル書式 ! PDF
37635 \end_layout
37636
37637 \end_inset
37638
37639
37640 \begin_inset Index idx
37641 status collapsed
37642
37643 \begin_layout Plain Layout
37644 PDF
37645 \end_layout
37646
37647 \end_inset
37648
37649
37650 \end_layout
37651
37652 \begin_layout Standard
37653 このファイル型の拡張子は「
37654 \family typewriter
37655 .pdf
37656 \family default
37657 」です。この「Portable Document Format (PDF)」は、
37658 \family typewriter
37659 Adobe
37660 \family default
37661 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
37662 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
37663 \end_layout
37664
37665 \begin_layout Standard
37666 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
37667 \family typewriter
37668 .jpg
37669 \family default
37670 」または「
37671 \family typewriter
37672 .jpeg
37673 \family default
37674 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
37675 \family typewriter
37676 .png
37677 \family default
37678 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
37679 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
37680 とをお勧めします。
37681 \end_layout
37682
37683 \begin_layout Standard
37684 使用中の文書は、
37685 \family sans
37686 ファイル
37687 \family default
37688 \SpecialChar \menuseparator
37689
37690 \family sans
37691 書き出し
37692 \family default
37693 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
37694 \end_layout
37695
37696 \begin_layout Description
37697 PDF
37698 \begin_inset space ~
37699 \end_inset
37700
37701 (ps2pdf) これは
37702 \family typewriter
37703 ps2pdf
37704 \family default
37705 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
37706 \family typewriter
37707 dvips
37708 \family default
37709 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
37710 \end_layout
37711
37712 \begin_layout Description
37713 PDF
37714 \begin_inset space ~
37715 \end_inset
37716
37717 (dvipdfm) これは
37718 \family typewriter
37719 dvipdfm
37720 \family default
37721 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
37722 \end_layout
37723
37724 \begin_layout Description
37725 PDF
37726 \begin_inset space ~
37727 \end_inset
37728
37729 (pdflatex) これは
37730 \family typewriter
37731 pdftex
37732 \family default
37733 プログラムを使って、現在のファイルを直接PDFに変換します。
37734 \end_layout
37735
37736 \begin_layout Standard
37737
37738 \family typewriter
37739 pdftex
37740 \family default
37741 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
37742 \family sans
37743 PDF
37744 \begin_inset space ~
37745 \end_inset
37746
37747 (pdflatex)
37748 \family default
37749 を使用することが推奨されます。
37750 \family typewriter
37751 dvipdfm
37752 \family default
37753 プログラムは開発が停止しており、若干時代遅れになっています。
37754 \end_layout
37755
37756 \begin_layout Standard
37757 使用中の文書をPDFとして表示するには、
37758 \family sans
37759 表示
37760 \family default
37761 メニューかツールバーボタン
37762 \begin_inset Graphics
37763         filename ../../images/buffer-view_pdf2.png
37764         scale 85
37765         scaleBeforeRotation
37766
37767 \end_inset
37768
37769 (これは
37770 \family sans
37771 PDF
37772 \begin_inset space ~
37773 \end_inset
37774
37775 (pdflatex)
37776 \family default
37777 を使用します)を用います。
37778 \end_layout
37779
37780 \begin_layout Chapter
37781 dvips色名一覧
37782 \begin_inset CommandInset label
37783 LatexCommand label
37784 name "chap:dvips色名一覧"
37785
37786 \end_inset
37787
37788
37789 \end_layout
37790
37791 \begin_layout Standard
37792 \begin_inset Tabular
37793 <lyxtabular version="3" rows="17" columns="4">
37794 <features rotate="0" tabularvalignment="middle">
37795 <column alignment="left" valignment="top" width="0pt">
37796 <column alignment="left" valignment="top" width="0pt">
37797 <column alignment="left" valignment="top" width="0pt">
37798 <column alignment="left" valignment="top" width="0pt">
37799 <row>
37800 <cell alignment="left" valignment="top" usebox="none">
37801 \begin_inset Text
37802
37803 \begin_layout Plain Layout
37804 \begin_inset ERT
37805 status collapsed
37806
37807 \begin_layout Plain Layout
37808
37809
37810 \backslash
37811 fcolorbox{black}{
37812 \end_layout
37813
37814 \end_inset
37815
37816 white
37817 \begin_inset ERT
37818 status collapsed
37819
37820 \begin_layout Plain Layout
37821
37822 }{
37823 \end_layout
37824
37825 \end_inset
37826
37827
37828 \begin_inset ERT
37829 status collapsed
37830
37831 \begin_layout Plain Layout
37832
37833 }
37834 \end_layout
37835
37836 \end_inset
37837
37838  色名
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 <cell alignment="left" valignment="top" usebox="none">
37844 \begin_inset Text
37845
37846 \begin_layout Plain Layout
37847 \begin_inset ERT
37848 status collapsed
37849
37850 \begin_layout Plain Layout
37851
37852
37853 \backslash
37854 fcolorbox{black}{
37855 \end_layout
37856
37857 \end_inset
37858
37859 white
37860 \begin_inset ERT
37861 status collapsed
37862
37863 \begin_layout Plain Layout
37864
37865 }{
37866 \end_layout
37867
37868 \end_inset
37869
37870
37871 \begin_inset ERT
37872 status collapsed
37873
37874 \begin_layout Plain Layout
37875
37876 }
37877 \end_layout
37878
37879 \end_inset
37880
37881  色名
37882 \end_layout
37883
37884 \end_inset
37885 </cell>
37886 <cell alignment="left" valignment="top" usebox="none">
37887 \begin_inset Text
37888
37889 \begin_layout Plain Layout
37890 \begin_inset ERT
37891 status collapsed
37892
37893 \begin_layout Plain Layout
37894
37895
37896 \backslash
37897 fcolorbox{black}{
37898 \end_layout
37899
37900 \end_inset
37901
37902 white
37903 \begin_inset ERT
37904 status collapsed
37905
37906 \begin_layout Plain Layout
37907
37908 }{
37909 \end_layout
37910
37911 \end_inset
37912
37913
37914 \begin_inset ERT
37915 status collapsed
37916
37917 \begin_layout Plain Layout
37918
37919 }
37920 \end_layout
37921
37922 \end_inset
37923
37924  色名
37925 \end_layout
37926
37927 \end_inset
37928 </cell>
37929 <cell alignment="left" valignment="top" usebox="none">
37930 \begin_inset Text
37931
37932 \begin_layout Plain Layout
37933 \begin_inset ERT
37934 status collapsed
37935
37936 \begin_layout Plain Layout
37937
37938
37939 \backslash
37940 fcolorbox{black}{
37941 \end_layout
37942
37943 \end_inset
37944
37945 white
37946 \begin_inset ERT
37947 status collapsed
37948
37949 \begin_layout Plain Layout
37950
37951 }{
37952 \end_layout
37953
37954 \end_inset
37955
37956
37957 \begin_inset ERT
37958 status collapsed
37959
37960 \begin_layout Plain Layout
37961
37962 }
37963 \end_layout
37964
37965 \end_inset
37966
37967  色名
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 </row>
37973 <row>
37974 <cell alignment="center" valignment="top" usebox="none">
37975 \begin_inset Text
37976
37977 \begin_layout Plain Layout
37978 \begin_inset ERT
37979 status collapsed
37980
37981 \begin_layout Plain Layout
37982
37983
37984 \backslash
37985 fcolorbox{black}{
37986 \end_layout
37987
37988 \end_inset
37989
37990 Apricot
37991 \begin_inset ERT
37992 status collapsed
37993
37994 \begin_layout Plain Layout
37995
37996 }{
37997 \end_layout
37998
37999 \end_inset
38000
38001
38002 \begin_inset Phantom Phantom
38003 status open
38004
38005 \begin_layout Plain Layout
38006 W
38007 \end_layout
38008
38009 \end_inset
38010
38011
38012 \begin_inset ERT
38013 status collapsed
38014
38015 \begin_layout Plain Layout
38016
38017 }
38018 \end_layout
38019
38020 \end_inset
38021
38022  Apricot
38023 \end_layout
38024
38025 \end_inset
38026 </cell>
38027 <cell alignment="center" valignment="top" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout Plain Layout
38031 \begin_inset ERT
38032 status collapsed
38033
38034 \begin_layout Plain Layout
38035
38036
38037 \backslash
38038 fcolorbox{black}{
38039 \end_layout
38040
38041 \end_inset
38042
38043 Aquamarine
38044 \begin_inset ERT
38045 status collapsed
38046
38047 \begin_layout Plain Layout
38048
38049 }{
38050 \end_layout
38051
38052 \end_inset
38053
38054
38055 \begin_inset Phantom Phantom
38056 status open
38057
38058 \begin_layout Plain Layout
38059 W
38060 \end_layout
38061
38062 \end_inset
38063
38064
38065 \begin_inset ERT
38066 status collapsed
38067
38068 \begin_layout Plain Layout
38069
38070 }
38071 \end_layout
38072
38073 \end_inset
38074
38075  Aquamarine
38076 \end_layout
38077
38078 \end_inset
38079 </cell>
38080 <cell alignment="center" valignment="top" usebox="none">
38081 \begin_inset Text
38082
38083 \begin_layout Plain Layout
38084 \begin_inset ERT
38085 status collapsed
38086
38087 \begin_layout Plain Layout
38088
38089
38090 \backslash
38091 fcolorbox{black}{
38092 \end_layout
38093
38094 \end_inset
38095
38096 Bittersweet
38097 \begin_inset ERT
38098 status collapsed
38099
38100 \begin_layout Plain Layout
38101
38102 }{
38103 \end_layout
38104
38105 \end_inset
38106
38107
38108 \begin_inset Phantom Phantom
38109 status open
38110
38111 \begin_layout Plain Layout
38112 W
38113 \end_layout
38114
38115 \end_inset
38116
38117
38118 \begin_inset ERT
38119 status collapsed
38120
38121 \begin_layout Plain Layout
38122
38123 }
38124 \end_layout
38125
38126 \end_inset
38127
38128  Bittersweet
38129 \end_layout
38130
38131 \end_inset
38132 </cell>
38133 <cell alignment="center" valignment="top" usebox="none">
38134 \begin_inset Text
38135
38136 \begin_layout Plain Layout
38137 \begin_inset ERT
38138 status collapsed
38139
38140 \begin_layout Plain Layout
38141
38142
38143 \backslash
38144 fcolorbox{black}{
38145 \end_layout
38146
38147 \end_inset
38148
38149 BlueGreen
38150 \begin_inset ERT
38151 status collapsed
38152
38153 \begin_layout Plain Layout
38154
38155 }{
38156 \end_layout
38157
38158 \end_inset
38159
38160
38161 \begin_inset Phantom Phantom
38162 status open
38163
38164 \begin_layout Plain Layout
38165 W
38166 \end_layout
38167
38168 \end_inset
38169
38170
38171 \begin_inset ERT
38172 status collapsed
38173
38174 \begin_layout Plain Layout
38175
38176 }
38177 \end_layout
38178
38179 \end_inset
38180
38181  BlueGreen
38182 \end_layout
38183
38184 \end_inset
38185 </cell>
38186 </row>
38187 <row>
38188 <cell alignment="left" valignment="top" usebox="none">
38189 \begin_inset Text
38190
38191 \begin_layout Plain Layout
38192 \begin_inset ERT
38193 status collapsed
38194
38195 \begin_layout Plain Layout
38196
38197
38198 \backslash
38199 fcolorbox{black}{
38200 \end_layout
38201
38202 \end_inset
38203
38204 BlueViolet
38205 \begin_inset ERT
38206 status collapsed
38207
38208 \begin_layout Plain Layout
38209
38210 }{
38211 \end_layout
38212
38213 \end_inset
38214
38215
38216 \begin_inset Phantom Phantom
38217 status open
38218
38219 \begin_layout Plain Layout
38220 W
38221 \end_layout
38222
38223 \end_inset
38224
38225
38226 \begin_inset ERT
38227 status collapsed
38228
38229 \begin_layout Plain Layout
38230
38231 }
38232 \end_layout
38233
38234 \end_inset
38235
38236  BlueViolet
38237 \end_layout
38238
38239 \end_inset
38240 </cell>
38241 <cell alignment="left" valignment="top" usebox="none">
38242 \begin_inset Text
38243
38244 \begin_layout Plain Layout
38245 \begin_inset ERT
38246 status collapsed
38247
38248 \begin_layout Plain Layout
38249
38250
38251 \backslash
38252 fcolorbox{black}{
38253 \end_layout
38254
38255 \end_inset
38256
38257 BrickRed
38258 \begin_inset ERT
38259 status collapsed
38260
38261 \begin_layout Plain Layout
38262
38263 }{
38264 \end_layout
38265
38266 \end_inset
38267
38268
38269 \begin_inset Phantom Phantom
38270 status open
38271
38272 \begin_layout Plain Layout
38273 W
38274 \end_layout
38275
38276 \end_inset
38277
38278
38279 \begin_inset ERT
38280 status collapsed
38281
38282 \begin_layout Plain Layout
38283
38284 }
38285 \end_layout
38286
38287 \end_inset
38288
38289  BrickRed
38290 \end_layout
38291
38292 \end_inset
38293 </cell>
38294 <cell alignment="left" valignment="top" usebox="none">
38295 \begin_inset Text
38296
38297 \begin_layout Plain Layout
38298 \begin_inset ERT
38299 status collapsed
38300
38301 \begin_layout Plain Layout
38302
38303
38304 \backslash
38305 fcolorbox{black}{
38306 \end_layout
38307
38308 \end_inset
38309
38310 Brown
38311 \begin_inset ERT
38312 status collapsed
38313
38314 \begin_layout Plain Layout
38315
38316 }{
38317 \end_layout
38318
38319 \end_inset
38320
38321
38322 \begin_inset Phantom Phantom
38323 status open
38324
38325 \begin_layout Plain Layout
38326 W
38327 \end_layout
38328
38329 \end_inset
38330
38331
38332 \begin_inset ERT
38333 status collapsed
38334
38335 \begin_layout Plain Layout
38336
38337 }
38338 \end_layout
38339
38340 \end_inset
38341
38342  Brown
38343 \end_layout
38344
38345 \end_inset
38346 </cell>
38347 <cell alignment="left" valignment="top" usebox="none">
38348 \begin_inset Text
38349
38350 \begin_layout Plain Layout
38351 \begin_inset ERT
38352 status collapsed
38353
38354 \begin_layout Plain Layout
38355
38356
38357 \backslash
38358 fcolorbox{black}{
38359 \end_layout
38360
38361 \end_inset
38362
38363 BurntOrange
38364 \begin_inset ERT
38365 status collapsed
38366
38367 \begin_layout Plain Layout
38368
38369 }{
38370 \end_layout
38371
38372 \end_inset
38373
38374
38375 \begin_inset Phantom Phantom
38376 status open
38377
38378 \begin_layout Plain Layout
38379 W
38380 \end_layout
38381
38382 \end_inset
38383
38384
38385 \begin_inset ERT
38386 status collapsed
38387
38388 \begin_layout Plain Layout
38389
38390 }
38391 \end_layout
38392
38393 \end_inset
38394
38395  BurntOrange
38396 \end_layout
38397
38398 \end_inset
38399 </cell>
38400 </row>
38401 <row>
38402 <cell alignment="left" valignment="top" usebox="none">
38403 \begin_inset Text
38404
38405 \begin_layout Plain Layout
38406 \begin_inset ERT
38407 status collapsed
38408
38409 \begin_layout Plain Layout
38410
38411
38412 \backslash
38413 fcolorbox{black}{
38414 \end_layout
38415
38416 \end_inset
38417
38418 CadetBlue
38419 \begin_inset ERT
38420 status collapsed
38421
38422 \begin_layout Plain Layout
38423
38424 }{
38425 \end_layout
38426
38427 \end_inset
38428
38429
38430 \begin_inset Phantom Phantom
38431 status open
38432
38433 \begin_layout Plain Layout
38434 W
38435 \end_layout
38436
38437 \end_inset
38438
38439
38440 \begin_inset ERT
38441 status collapsed
38442
38443 \begin_layout Plain Layout
38444
38445 }
38446 \end_layout
38447
38448 \end_inset
38449
38450  CadetBlue
38451 \end_layout
38452
38453 \end_inset
38454 </cell>
38455 <cell alignment="left" valignment="top" usebox="none">
38456 \begin_inset Text
38457
38458 \begin_layout Plain Layout
38459 \begin_inset ERT
38460 status collapsed
38461
38462 \begin_layout Plain Layout
38463
38464
38465 \backslash
38466 fcolorbox{black}{
38467 \end_layout
38468
38469 \end_inset
38470
38471 CarnationPink
38472 \begin_inset ERT
38473 status collapsed
38474
38475 \begin_layout Plain Layout
38476
38477 }{
38478 \end_layout
38479
38480 \end_inset
38481
38482
38483 \begin_inset Phantom Phantom
38484 status open
38485
38486 \begin_layout Plain Layout
38487 W
38488 \end_layout
38489
38490 \end_inset
38491
38492
38493 \begin_inset ERT
38494 status collapsed
38495
38496 \begin_layout Plain Layout
38497
38498 }
38499 \end_layout
38500
38501 \end_inset
38502
38503  CarnationPink
38504 \end_layout
38505
38506 \end_inset
38507 </cell>
38508 <cell alignment="left" valignment="top" usebox="none">
38509 \begin_inset Text
38510
38511 \begin_layout Plain Layout
38512 \begin_inset ERT
38513 status collapsed
38514
38515 \begin_layout Plain Layout
38516
38517
38518 \backslash
38519 fcolorbox{black}{
38520 \end_layout
38521
38522 \end_inset
38523
38524 Cerulean
38525 \begin_inset ERT
38526 status collapsed
38527
38528 \begin_layout Plain Layout
38529
38530 }{
38531 \end_layout
38532
38533 \end_inset
38534
38535
38536 \begin_inset Phantom Phantom
38537 status open
38538
38539 \begin_layout Plain Layout
38540 W
38541 \end_layout
38542
38543 \end_inset
38544
38545
38546 \begin_inset ERT
38547 status collapsed
38548
38549 \begin_layout Plain Layout
38550
38551 }
38552 \end_layout
38553
38554 \end_inset
38555
38556  Cerulean
38557 \end_layout
38558
38559 \end_inset
38560 </cell>
38561 <cell alignment="left" valignment="top" usebox="none">
38562 \begin_inset Text
38563
38564 \begin_layout Plain Layout
38565 \begin_inset ERT
38566 status collapsed
38567
38568 \begin_layout Plain Layout
38569
38570
38571 \backslash
38572 fcolorbox{black}{
38573 \end_layout
38574
38575 \end_inset
38576
38577 CornflowerBlue
38578 \begin_inset ERT
38579 status collapsed
38580
38581 \begin_layout Plain Layout
38582
38583 }{
38584 \end_layout
38585
38586 \end_inset
38587
38588
38589 \begin_inset Phantom Phantom
38590 status open
38591
38592 \begin_layout Plain Layout
38593 W
38594 \end_layout
38595
38596 \end_inset
38597
38598
38599 \begin_inset ERT
38600 status collapsed
38601
38602 \begin_layout Plain Layout
38603
38604 }
38605 \end_layout
38606
38607 \end_inset
38608
38609  CornflowerBlue
38610 \end_layout
38611
38612 \end_inset
38613 </cell>
38614 </row>
38615 <row>
38616 <cell alignment="left" valignment="top" usebox="none">
38617 \begin_inset Text
38618
38619 \begin_layout Plain Layout
38620 \begin_inset ERT
38621 status collapsed
38622
38623 \begin_layout Plain Layout
38624
38625
38626 \backslash
38627 fcolorbox{black}{
38628 \end_layout
38629
38630 \end_inset
38631
38632 Dandelion
38633 \begin_inset ERT
38634 status collapsed
38635
38636 \begin_layout Plain Layout
38637
38638 }{
38639 \end_layout
38640
38641 \end_inset
38642
38643
38644 \begin_inset Phantom Phantom
38645 status open
38646
38647 \begin_layout Plain Layout
38648 W
38649 \end_layout
38650
38651 \end_inset
38652
38653
38654 \begin_inset ERT
38655 status collapsed
38656
38657 \begin_layout Plain Layout
38658
38659 }
38660 \end_layout
38661
38662 \end_inset
38663
38664  Dandelion
38665 \end_layout
38666
38667 \end_inset
38668 </cell>
38669 <cell alignment="left" valignment="top" usebox="none">
38670 \begin_inset Text
38671
38672 \begin_layout Plain Layout
38673 \begin_inset ERT
38674 status collapsed
38675
38676 \begin_layout Plain Layout
38677
38678
38679 \backslash
38680 fcolorbox{black}{
38681 \end_layout
38682
38683 \end_inset
38684
38685 DarkOrchid
38686 \begin_inset ERT
38687 status collapsed
38688
38689 \begin_layout Plain Layout
38690
38691 }{
38692 \end_layout
38693
38694 \end_inset
38695
38696
38697 \begin_inset Phantom Phantom
38698 status open
38699
38700 \begin_layout Plain Layout
38701 W
38702 \end_layout
38703
38704 \end_inset
38705
38706
38707 \begin_inset ERT
38708 status collapsed
38709
38710 \begin_layout Plain Layout
38711
38712 }
38713 \end_layout
38714
38715 \end_inset
38716
38717  DarkOrchid
38718 \end_layout
38719
38720 \end_inset
38721 </cell>
38722 <cell alignment="left" valignment="top" usebox="none">
38723 \begin_inset Text
38724
38725 \begin_layout Plain Layout
38726 \begin_inset ERT
38727 status collapsed
38728
38729 \begin_layout Plain Layout
38730
38731
38732 \backslash
38733 fcolorbox{black}{
38734 \end_layout
38735
38736 \end_inset
38737
38738 Emerald
38739 \begin_inset ERT
38740 status collapsed
38741
38742 \begin_layout Plain Layout
38743
38744 }{
38745 \end_layout
38746
38747 \end_inset
38748
38749
38750 \begin_inset Phantom Phantom
38751 status open
38752
38753 \begin_layout Plain Layout
38754 W
38755 \end_layout
38756
38757 \end_inset
38758
38759
38760 \begin_inset ERT
38761 status collapsed
38762
38763 \begin_layout Plain Layout
38764
38765 }
38766 \end_layout
38767
38768 \end_inset
38769
38770  Emerald
38771 \end_layout
38772
38773 \end_inset
38774 </cell>
38775 <cell alignment="left" valignment="top" usebox="none">
38776 \begin_inset Text
38777
38778 \begin_layout Plain Layout
38779 \begin_inset ERT
38780 status collapsed
38781
38782 \begin_layout Plain Layout
38783
38784
38785 \backslash
38786 fcolorbox{black}{
38787 \end_layout
38788
38789 \end_inset
38790
38791 ForestGreen
38792 \begin_inset ERT
38793 status collapsed
38794
38795 \begin_layout Plain Layout
38796
38797 }{
38798 \end_layout
38799
38800 \end_inset
38801
38802
38803 \begin_inset Phantom Phantom
38804 status open
38805
38806 \begin_layout Plain Layout
38807 W
38808 \end_layout
38809
38810 \end_inset
38811
38812
38813 \begin_inset ERT
38814 status collapsed
38815
38816 \begin_layout Plain Layout
38817
38818 }
38819 \end_layout
38820
38821 \end_inset
38822
38823  ForestGreen
38824 \end_layout
38825
38826 \end_inset
38827 </cell>
38828 </row>
38829 <row>
38830 <cell alignment="left" valignment="top" usebox="none">
38831 \begin_inset Text
38832
38833 \begin_layout Plain Layout
38834 \begin_inset ERT
38835 status collapsed
38836
38837 \begin_layout Plain Layout
38838
38839
38840 \backslash
38841 fcolorbox{black}{
38842 \end_layout
38843
38844 \end_inset
38845
38846 Fuchsia
38847 \begin_inset ERT
38848 status collapsed
38849
38850 \begin_layout Plain Layout
38851
38852 }{
38853 \end_layout
38854
38855 \end_inset
38856
38857
38858 \begin_inset Phantom Phantom
38859 status open
38860
38861 \begin_layout Plain Layout
38862 W
38863 \end_layout
38864
38865 \end_inset
38866
38867
38868 \begin_inset ERT
38869 status collapsed
38870
38871 \begin_layout Plain Layout
38872
38873 }
38874 \end_layout
38875
38876 \end_inset
38877
38878  Fuchsia
38879 \end_layout
38880
38881 \end_inset
38882 </cell>
38883 <cell alignment="left" valignment="top" usebox="none">
38884 \begin_inset Text
38885
38886 \begin_layout Plain Layout
38887 \begin_inset ERT
38888 status collapsed
38889
38890 \begin_layout Plain Layout
38891
38892
38893 \backslash
38894 fcolorbox{black}{
38895 \end_layout
38896
38897 \end_inset
38898
38899 Goldenrod
38900 \begin_inset ERT
38901 status collapsed
38902
38903 \begin_layout Plain Layout
38904
38905 }{
38906 \end_layout
38907
38908 \end_inset
38909
38910
38911 \begin_inset Phantom Phantom
38912 status open
38913
38914 \begin_layout Plain Layout
38915 W
38916 \end_layout
38917
38918 \end_inset
38919
38920
38921 \begin_inset ERT
38922 status collapsed
38923
38924 \begin_layout Plain Layout
38925
38926 }
38927 \end_layout
38928
38929 \end_inset
38930
38931  Goldenrod
38932 \end_layout
38933
38934 \end_inset
38935 </cell>
38936 <cell alignment="left" valignment="top" usebox="none">
38937 \begin_inset Text
38938
38939 \begin_layout Plain Layout
38940 \begin_inset ERT
38941 status collapsed
38942
38943 \begin_layout Plain Layout
38944
38945
38946 \backslash
38947 fcolorbox{black}{
38948 \end_layout
38949
38950 \end_inset
38951
38952 Gray
38953 \begin_inset ERT
38954 status collapsed
38955
38956 \begin_layout Plain Layout
38957
38958 }{
38959 \end_layout
38960
38961 \end_inset
38962
38963
38964 \begin_inset Phantom Phantom
38965 status open
38966
38967 \begin_layout Plain Layout
38968 W
38969 \end_layout
38970
38971 \end_inset
38972
38973
38974 \begin_inset ERT
38975 status collapsed
38976
38977 \begin_layout Plain Layout
38978
38979 }
38980 \end_layout
38981
38982 \end_inset
38983
38984  Gray
38985 \end_layout
38986
38987 \end_inset
38988 </cell>
38989 <cell alignment="left" valignment="top" usebox="none">
38990 \begin_inset Text
38991
38992 \begin_layout Plain Layout
38993 \begin_inset ERT
38994 status collapsed
38995
38996 \begin_layout Plain Layout
38997
38998
38999 \backslash
39000 fcolorbox{black}{
39001 \end_layout
39002
39003 \end_inset
39004
39005 GreenYellow
39006 \begin_inset ERT
39007 status collapsed
39008
39009 \begin_layout Plain Layout
39010
39011 }{
39012 \end_layout
39013
39014 \end_inset
39015
39016
39017 \begin_inset Phantom Phantom
39018 status open
39019
39020 \begin_layout Plain Layout
39021 W
39022 \end_layout
39023
39024 \end_inset
39025
39026
39027 \begin_inset ERT
39028 status collapsed
39029
39030 \begin_layout Plain Layout
39031
39032 }
39033 \end_layout
39034
39035 \end_inset
39036
39037  GreenYellow
39038 \end_layout
39039
39040 \end_inset
39041 </cell>
39042 </row>
39043 <row>
39044 <cell alignment="center" valignment="top" usebox="none">
39045 \begin_inset Text
39046
39047 \begin_layout Plain Layout
39048 \begin_inset ERT
39049 status collapsed
39050
39051 \begin_layout Plain Layout
39052
39053
39054 \backslash
39055 fcolorbox{black}{
39056 \end_layout
39057
39058 \end_inset
39059
39060 JungleGreen
39061 \begin_inset ERT
39062 status collapsed
39063
39064 \begin_layout Plain Layout
39065
39066 }{
39067 \end_layout
39068
39069 \end_inset
39070
39071
39072 \begin_inset Phantom Phantom
39073 status open
39074
39075 \begin_layout Plain Layout
39076 W
39077 \end_layout
39078
39079 \end_inset
39080
39081
39082 \begin_inset ERT
39083 status collapsed
39084
39085 \begin_layout Plain Layout
39086
39087 }
39088 \end_layout
39089
39090 \end_inset
39091
39092  JungleGreen
39093 \end_layout
39094
39095 \end_inset
39096 </cell>
39097 <cell alignment="center" valignment="top" usebox="none">
39098 \begin_inset Text
39099
39100 \begin_layout Plain Layout
39101 \begin_inset ERT
39102 status collapsed
39103
39104 \begin_layout Plain Layout
39105
39106
39107 \backslash
39108 fcolorbox{black}{
39109 \end_layout
39110
39111 \end_inset
39112
39113 Lavender
39114 \begin_inset ERT
39115 status collapsed
39116
39117 \begin_layout Plain Layout
39118
39119 }{
39120 \end_layout
39121
39122 \end_inset
39123
39124
39125 \begin_inset Phantom Phantom
39126 status open
39127
39128 \begin_layout Plain Layout
39129 W
39130 \end_layout
39131
39132 \end_inset
39133
39134
39135 \begin_inset ERT
39136 status collapsed
39137
39138 \begin_layout Plain Layout
39139
39140 }
39141 \end_layout
39142
39143 \end_inset
39144
39145  Lavender
39146 \end_layout
39147
39148 \end_inset
39149 </cell>
39150 <cell alignment="center" valignment="top" usebox="none">
39151 \begin_inset Text
39152
39153 \begin_layout Plain Layout
39154 \begin_inset ERT
39155 status collapsed
39156
39157 \begin_layout Plain Layout
39158
39159
39160 \backslash
39161 fcolorbox{black}{
39162 \end_layout
39163
39164 \end_inset
39165
39166 LimeGreen
39167 \begin_inset ERT
39168 status collapsed
39169
39170 \begin_layout Plain Layout
39171
39172 }{
39173 \end_layout
39174
39175 \end_inset
39176
39177
39178 \begin_inset Phantom Phantom
39179 status open
39180
39181 \begin_layout Plain Layout
39182 W
39183 \end_layout
39184
39185 \end_inset
39186
39187
39188 \begin_inset ERT
39189 status collapsed
39190
39191 \begin_layout Plain Layout
39192
39193 }
39194 \end_layout
39195
39196 \end_inset
39197
39198  LimeGreen
39199 \end_layout
39200
39201 \end_inset
39202 </cell>
39203 <cell alignment="center" valignment="top" usebox="none">
39204 \begin_inset Text
39205
39206 \begin_layout Plain Layout
39207 \begin_inset ERT
39208 status collapsed
39209
39210 \begin_layout Plain Layout
39211
39212
39213 \backslash
39214 fcolorbox{black}{
39215 \end_layout
39216
39217 \end_inset
39218
39219 Mahogany
39220 \begin_inset ERT
39221 status collapsed
39222
39223 \begin_layout Plain Layout
39224
39225 }{
39226 \end_layout
39227
39228 \end_inset
39229
39230
39231 \begin_inset Phantom Phantom
39232 status open
39233
39234 \begin_layout Plain Layout
39235 W
39236 \end_layout
39237
39238 \end_inset
39239
39240
39241 \begin_inset ERT
39242 status collapsed
39243
39244 \begin_layout Plain Layout
39245
39246 }
39247 \end_layout
39248
39249 \end_inset
39250
39251  Mahogany
39252 \end_layout
39253
39254 \end_inset
39255 </cell>
39256 </row>
39257 <row>
39258 <cell alignment="left" valignment="top" usebox="none">
39259 \begin_inset Text
39260
39261 \begin_layout Plain Layout
39262 \begin_inset ERT
39263 status collapsed
39264
39265 \begin_layout Plain Layout
39266
39267
39268 \backslash
39269 fcolorbox{black}{
39270 \end_layout
39271
39272 \end_inset
39273
39274 Mahogany
39275 \begin_inset ERT
39276 status collapsed
39277
39278 \begin_layout Plain Layout
39279
39280 }{
39281 \end_layout
39282
39283 \end_inset
39284
39285
39286 \begin_inset Phantom Phantom
39287 status open
39288
39289 \begin_layout Plain Layout
39290 W
39291 \end_layout
39292
39293 \end_inset
39294
39295
39296 \begin_inset ERT
39297 status collapsed
39298
39299 \begin_layout Plain Layout
39300
39301 }
39302 \end_layout
39303
39304 \end_inset
39305
39306  Mahogany
39307 \end_layout
39308
39309 \end_inset
39310 </cell>
39311 <cell alignment="left" valignment="top" usebox="none">
39312 \begin_inset Text
39313
39314 \begin_layout Plain Layout
39315 \begin_inset ERT
39316 status collapsed
39317
39318 \begin_layout Plain Layout
39319
39320
39321 \backslash
39322 fcolorbox{black}{
39323 \end_layout
39324
39325 \end_inset
39326
39327 Maroon
39328 \begin_inset ERT
39329 status collapsed
39330
39331 \begin_layout Plain Layout
39332
39333 }{
39334 \end_layout
39335
39336 \end_inset
39337
39338
39339 \begin_inset Phantom Phantom
39340 status open
39341
39342 \begin_layout Plain Layout
39343 W
39344 \end_layout
39345
39346 \end_inset
39347
39348
39349 \begin_inset ERT
39350 status collapsed
39351
39352 \begin_layout Plain Layout
39353
39354 }
39355 \end_layout
39356
39357 \end_inset
39358
39359  Maroon
39360 \end_layout
39361
39362 \end_inset
39363 </cell>
39364 <cell alignment="left" valignment="top" usebox="none">
39365 \begin_inset Text
39366
39367 \begin_layout Plain Layout
39368 \begin_inset ERT
39369 status collapsed
39370
39371 \begin_layout Plain Layout
39372
39373
39374 \backslash
39375 fcolorbox{black}{
39376 \end_layout
39377
39378 \end_inset
39379
39380 Melon
39381 \begin_inset ERT
39382 status collapsed
39383
39384 \begin_layout Plain Layout
39385
39386 }{
39387 \end_layout
39388
39389 \end_inset
39390
39391
39392 \begin_inset Phantom Phantom
39393 status open
39394
39395 \begin_layout Plain Layout
39396 W
39397 \end_layout
39398
39399 \end_inset
39400
39401
39402 \begin_inset ERT
39403 status collapsed
39404
39405 \begin_layout Plain Layout
39406
39407 }
39408 \end_layout
39409
39410 \end_inset
39411
39412  Melon
39413 \end_layout
39414
39415 \end_inset
39416 </cell>
39417 <cell alignment="left" valignment="top" usebox="none">
39418 \begin_inset Text
39419
39420 \begin_layout Plain Layout
39421 \begin_inset ERT
39422 status collapsed
39423
39424 \begin_layout Plain Layout
39425
39426
39427 \backslash
39428 fcolorbox{black}{
39429 \end_layout
39430
39431 \end_inset
39432
39433 MidnightBlue
39434 \begin_inset ERT
39435 status collapsed
39436
39437 \begin_layout Plain Layout
39438
39439 }{
39440 \end_layout
39441
39442 \end_inset
39443
39444
39445 \begin_inset Phantom Phantom
39446 status open
39447
39448 \begin_layout Plain Layout
39449 W
39450 \end_layout
39451
39452 \end_inset
39453
39454
39455 \begin_inset ERT
39456 status collapsed
39457
39458 \begin_layout Plain Layout
39459
39460 }
39461 \end_layout
39462
39463 \end_inset
39464
39465  MidnightBlue
39466 \end_layout
39467
39468 \end_inset
39469 </cell>
39470 </row>
39471 <row>
39472 <cell alignment="left" valignment="top" usebox="none">
39473 \begin_inset Text
39474
39475 \begin_layout Plain Layout
39476 \begin_inset ERT
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480
39481
39482 \backslash
39483 fcolorbox{black}{
39484 \end_layout
39485
39486 \end_inset
39487
39488 Mulberry
39489 \begin_inset ERT
39490 status collapsed
39491
39492 \begin_layout Plain Layout
39493
39494 }{
39495 \end_layout
39496
39497 \end_inset
39498
39499
39500 \begin_inset Phantom Phantom
39501 status open
39502
39503 \begin_layout Plain Layout
39504 W
39505 \end_layout
39506
39507 \end_inset
39508
39509
39510 \begin_inset ERT
39511 status collapsed
39512
39513 \begin_layout Plain Layout
39514
39515 }
39516 \end_layout
39517
39518 \end_inset
39519
39520  Mulberry
39521 \end_layout
39522
39523 \end_inset
39524 </cell>
39525 <cell alignment="left" valignment="top" usebox="none">
39526 \begin_inset Text
39527
39528 \begin_layout Plain Layout
39529 \begin_inset ERT
39530 status collapsed
39531
39532 \begin_layout Plain Layout
39533
39534
39535 \backslash
39536 fcolorbox{black}{
39537 \end_layout
39538
39539 \end_inset
39540
39541 NavyBlue
39542 \begin_inset ERT
39543 status collapsed
39544
39545 \begin_layout Plain Layout
39546
39547 }{
39548 \end_layout
39549
39550 \end_inset
39551
39552
39553 \begin_inset Phantom Phantom
39554 status open
39555
39556 \begin_layout Plain Layout
39557 W
39558 \end_layout
39559
39560 \end_inset
39561
39562
39563 \begin_inset ERT
39564 status collapsed
39565
39566 \begin_layout Plain Layout
39567
39568 }
39569 \end_layout
39570
39571 \end_inset
39572
39573  NavyBlue
39574 \end_layout
39575
39576 \end_inset
39577 </cell>
39578 <cell alignment="left" valignment="top" usebox="none">
39579 \begin_inset Text
39580
39581 \begin_layout Plain Layout
39582 \begin_inset ERT
39583 status collapsed
39584
39585 \begin_layout Plain Layout
39586
39587
39588 \backslash
39589 fcolorbox{black}{
39590 \end_layout
39591
39592 \end_inset
39593
39594 OliveGreen
39595 \begin_inset ERT
39596 status collapsed
39597
39598 \begin_layout Plain Layout
39599
39600 }{
39601 \end_layout
39602
39603 \end_inset
39604
39605
39606 \begin_inset Phantom Phantom
39607 status open
39608
39609 \begin_layout Plain Layout
39610 W
39611 \end_layout
39612
39613 \end_inset
39614
39615
39616 \begin_inset ERT
39617 status collapsed
39618
39619 \begin_layout Plain Layout
39620
39621 }
39622 \end_layout
39623
39624 \end_inset
39625
39626  OliveGreen
39627 \end_layout
39628
39629 \end_inset
39630 </cell>
39631 <cell alignment="left" valignment="top" usebox="none">
39632 \begin_inset Text
39633
39634 \begin_layout Plain Layout
39635 \begin_inset ERT
39636 status collapsed
39637
39638 \begin_layout Plain Layout
39639
39640
39641 \backslash
39642 fcolorbox{black}{
39643 \end_layout
39644
39645 \end_inset
39646
39647 Orange
39648 \begin_inset ERT
39649 status collapsed
39650
39651 \begin_layout Plain Layout
39652
39653 }{
39654 \end_layout
39655
39656 \end_inset
39657
39658
39659 \begin_inset Phantom Phantom
39660 status open
39661
39662 \begin_layout Plain Layout
39663 W
39664 \end_layout
39665
39666 \end_inset
39667
39668
39669 \begin_inset ERT
39670 status collapsed
39671
39672 \begin_layout Plain Layout
39673
39674 }
39675 \end_layout
39676
39677 \end_inset
39678
39679  Orange
39680 \end_layout
39681
39682 \end_inset
39683 </cell>
39684 </row>
39685 <row>
39686 <cell alignment="left" valignment="top" usebox="none">
39687 \begin_inset Text
39688
39689 \begin_layout Plain Layout
39690 \begin_inset ERT
39691 status collapsed
39692
39693 \begin_layout Plain Layout
39694
39695
39696 \backslash
39697 fcolorbox{black}{
39698 \end_layout
39699
39700 \end_inset
39701
39702 OrangeRed
39703 \begin_inset ERT
39704 status collapsed
39705
39706 \begin_layout Plain Layout
39707
39708 }{
39709 \end_layout
39710
39711 \end_inset
39712
39713
39714 \begin_inset Phantom Phantom
39715 status open
39716
39717 \begin_layout Plain Layout
39718 W
39719 \end_layout
39720
39721 \end_inset
39722
39723
39724 \begin_inset ERT
39725 status collapsed
39726
39727 \begin_layout Plain Layout
39728
39729 }
39730 \end_layout
39731
39732 \end_inset
39733
39734  OrangeRed
39735 \end_layout
39736
39737 \end_inset
39738 </cell>
39739 <cell alignment="left" valignment="top" usebox="none">
39740 \begin_inset Text
39741
39742 \begin_layout Plain Layout
39743 \begin_inset ERT
39744 status collapsed
39745
39746 \begin_layout Plain Layout
39747
39748
39749 \backslash
39750 fcolorbox{black}{
39751 \end_layout
39752
39753 \end_inset
39754
39755 Orchid
39756 \begin_inset ERT
39757 status collapsed
39758
39759 \begin_layout Plain Layout
39760
39761 }{
39762 \end_layout
39763
39764 \end_inset
39765
39766
39767 \begin_inset Phantom Phantom
39768 status open
39769
39770 \begin_layout Plain Layout
39771 W
39772 \end_layout
39773
39774 \end_inset
39775
39776
39777 \begin_inset ERT
39778 status collapsed
39779
39780 \begin_layout Plain Layout
39781
39782 }
39783 \end_layout
39784
39785 \end_inset
39786
39787  Orchid
39788 \end_layout
39789
39790 \end_inset
39791 </cell>
39792 <cell alignment="left" valignment="top" usebox="none">
39793 \begin_inset Text
39794
39795 \begin_layout Plain Layout
39796 \begin_inset ERT
39797 status collapsed
39798
39799 \begin_layout Plain Layout
39800
39801
39802 \backslash
39803 fcolorbox{black}{
39804 \end_layout
39805
39806 \end_inset
39807
39808 Peach
39809 \begin_inset ERT
39810 status collapsed
39811
39812 \begin_layout Plain Layout
39813
39814 }{
39815 \end_layout
39816
39817 \end_inset
39818
39819
39820 \begin_inset Phantom Phantom
39821 status open
39822
39823 \begin_layout Plain Layout
39824 W
39825 \end_layout
39826
39827 \end_inset
39828
39829
39830 \begin_inset ERT
39831 status collapsed
39832
39833 \begin_layout Plain Layout
39834
39835 }
39836 \end_layout
39837
39838 \end_inset
39839
39840  Peach
39841 \end_layout
39842
39843 \end_inset
39844 </cell>
39845 <cell alignment="left" valignment="top" usebox="none">
39846 \begin_inset Text
39847
39848 \begin_layout Plain Layout
39849 \begin_inset ERT
39850 status collapsed
39851
39852 \begin_layout Plain Layout
39853
39854
39855 \backslash
39856 fcolorbox{black}{
39857 \end_layout
39858
39859 \end_inset
39860
39861 Periwinkle
39862 \begin_inset ERT
39863 status collapsed
39864
39865 \begin_layout Plain Layout
39866
39867 }{
39868 \end_layout
39869
39870 \end_inset
39871
39872
39873 \begin_inset Phantom Phantom
39874 status open
39875
39876 \begin_layout Plain Layout
39877 W
39878 \end_layout
39879
39880 \end_inset
39881
39882
39883 \begin_inset ERT
39884 status collapsed
39885
39886 \begin_layout Plain Layout
39887
39888 }
39889 \end_layout
39890
39891 \end_inset
39892
39893  Periwinkle
39894 \end_layout
39895
39896 \end_inset
39897 </cell>
39898 </row>
39899 <row>
39900 <cell alignment="left" valignment="top" usebox="none">
39901 \begin_inset Text
39902
39903 \begin_layout Plain Layout
39904 \begin_inset ERT
39905 status collapsed
39906
39907 \begin_layout Plain Layout
39908
39909
39910 \backslash
39911 fcolorbox{black}{
39912 \end_layout
39913
39914 \end_inset
39915
39916 PineGreen
39917 \begin_inset ERT
39918 status collapsed
39919
39920 \begin_layout Plain Layout
39921
39922 }{
39923 \end_layout
39924
39925 \end_inset
39926
39927
39928 \begin_inset Phantom Phantom
39929 status open
39930
39931 \begin_layout Plain Layout
39932 W
39933 \end_layout
39934
39935 \end_inset
39936
39937
39938 \begin_inset ERT
39939 status collapsed
39940
39941 \begin_layout Plain Layout
39942
39943 }
39944 \end_layout
39945
39946 \end_inset
39947
39948  PineGreen
39949 \end_layout
39950
39951 \end_inset
39952 </cell>
39953 <cell alignment="left" valignment="top" usebox="none">
39954 \begin_inset Text
39955
39956 \begin_layout Plain Layout
39957 \begin_inset ERT
39958 status collapsed
39959
39960 \begin_layout Plain Layout
39961
39962
39963 \backslash
39964 fcolorbox{black}{
39965 \end_layout
39966
39967 \end_inset
39968
39969 Plum
39970 \begin_inset ERT
39971 status collapsed
39972
39973 \begin_layout Plain Layout
39974
39975 }{
39976 \end_layout
39977
39978 \end_inset
39979
39980
39981 \begin_inset Phantom Phantom
39982 status open
39983
39984 \begin_layout Plain Layout
39985 W
39986 \end_layout
39987
39988 \end_inset
39989
39990
39991 \begin_inset ERT
39992 status collapsed
39993
39994 \begin_layout Plain Layout
39995
39996 }
39997 \end_layout
39998
39999 \end_inset
40000
40001  Plum
40002 \end_layout
40003
40004 \end_inset
40005 </cell>
40006 <cell alignment="left" valignment="top" usebox="none">
40007 \begin_inset Text
40008
40009 \begin_layout Plain Layout
40010 \begin_inset ERT
40011 status collapsed
40012
40013 \begin_layout Plain Layout
40014
40015
40016 \backslash
40017 fcolorbox{black}{
40018 \end_layout
40019
40020 \end_inset
40021
40022 ProcessBlue
40023 \begin_inset ERT
40024 status collapsed
40025
40026 \begin_layout Plain Layout
40027
40028 }{
40029 \end_layout
40030
40031 \end_inset
40032
40033
40034 \begin_inset Phantom Phantom
40035 status open
40036
40037 \begin_layout Plain Layout
40038 W
40039 \end_layout
40040
40041 \end_inset
40042
40043
40044 \begin_inset ERT
40045 status collapsed
40046
40047 \begin_layout Plain Layout
40048
40049 }
40050 \end_layout
40051
40052 \end_inset
40053
40054  ProcessBlue
40055 \end_layout
40056
40057 \end_inset
40058 </cell>
40059 <cell alignment="left" valignment="top" usebox="none">
40060 \begin_inset Text
40061
40062 \begin_layout Plain Layout
40063 \begin_inset ERT
40064 status collapsed
40065
40066 \begin_layout Plain Layout
40067
40068
40069 \backslash
40070 fcolorbox{black}{
40071 \end_layout
40072
40073 \end_inset
40074
40075 Purple
40076 \begin_inset ERT
40077 status collapsed
40078
40079 \begin_layout Plain Layout
40080
40081 }{
40082 \end_layout
40083
40084 \end_inset
40085
40086
40087 \begin_inset Phantom Phantom
40088 status open
40089
40090 \begin_layout Plain Layout
40091 W
40092 \end_layout
40093
40094 \end_inset
40095
40096
40097 \begin_inset ERT
40098 status collapsed
40099
40100 \begin_layout Plain Layout
40101
40102 }
40103 \end_layout
40104
40105 \end_inset
40106
40107  Purple
40108 \end_layout
40109
40110 \end_inset
40111 </cell>
40112 </row>
40113 <row>
40114 <cell alignment="left" valignment="top" usebox="none">
40115 \begin_inset Text
40116
40117 \begin_layout Plain Layout
40118 \begin_inset ERT
40119 status collapsed
40120
40121 \begin_layout Plain Layout
40122
40123
40124 \backslash
40125 fcolorbox{black}{
40126 \end_layout
40127
40128 \end_inset
40129
40130 RawSienna
40131 \begin_inset ERT
40132 status collapsed
40133
40134 \begin_layout Plain Layout
40135
40136 }{
40137 \end_layout
40138
40139 \end_inset
40140
40141
40142 \begin_inset Phantom Phantom
40143 status open
40144
40145 \begin_layout Plain Layout
40146 W
40147 \end_layout
40148
40149 \end_inset
40150
40151
40152 \begin_inset ERT
40153 status collapsed
40154
40155 \begin_layout Plain Layout
40156
40157 }
40158 \end_layout
40159
40160 \end_inset
40161
40162  RawSienna
40163 \end_layout
40164
40165 \end_inset
40166 </cell>
40167 <cell alignment="left" valignment="top" usebox="none">
40168 \begin_inset Text
40169
40170 \begin_layout Plain Layout
40171 \begin_inset ERT
40172 status collapsed
40173
40174 \begin_layout Plain Layout
40175
40176
40177 \backslash
40178 fcolorbox{black}{
40179 \end_layout
40180
40181 \end_inset
40182
40183 RedOrange
40184 \begin_inset ERT
40185 status collapsed
40186
40187 \begin_layout Plain Layout
40188
40189 }{
40190 \end_layout
40191
40192 \end_inset
40193
40194
40195 \begin_inset Phantom Phantom
40196 status open
40197
40198 \begin_layout Plain Layout
40199 W
40200 \end_layout
40201
40202 \end_inset
40203
40204
40205 \begin_inset ERT
40206 status collapsed
40207
40208 \begin_layout Plain Layout
40209
40210 }
40211 \end_layout
40212
40213 \end_inset
40214
40215  RedOrange
40216 \end_layout
40217
40218 \end_inset
40219 </cell>
40220 <cell alignment="left" valignment="top" usebox="none">
40221 \begin_inset Text
40222
40223 \begin_layout Plain Layout
40224 \begin_inset ERT
40225 status collapsed
40226
40227 \begin_layout Plain Layout
40228
40229
40230 \backslash
40231 fcolorbox{black}{
40232 \end_layout
40233
40234 \end_inset
40235
40236 RedViolet
40237 \begin_inset ERT
40238 status collapsed
40239
40240 \begin_layout Plain Layout
40241
40242 }{
40243 \end_layout
40244
40245 \end_inset
40246
40247
40248 \begin_inset Phantom Phantom
40249 status open
40250
40251 \begin_layout Plain Layout
40252 W
40253 \end_layout
40254
40255 \end_inset
40256
40257
40258 \begin_inset ERT
40259 status collapsed
40260
40261 \begin_layout Plain Layout
40262
40263 }
40264 \end_layout
40265
40266 \end_inset
40267
40268  RedViolet
40269 \end_layout
40270
40271 \end_inset
40272 </cell>
40273 <cell alignment="left" valignment="top" usebox="none">
40274 \begin_inset Text
40275
40276 \begin_layout Plain Layout
40277 \begin_inset ERT
40278 status collapsed
40279
40280 \begin_layout Plain Layout
40281
40282
40283 \backslash
40284 fcolorbox{black}{
40285 \end_layout
40286
40287 \end_inset
40288
40289 Rhodamine
40290 \begin_inset ERT
40291 status collapsed
40292
40293 \begin_layout Plain Layout
40294
40295 }{
40296 \end_layout
40297
40298 \end_inset
40299
40300
40301 \begin_inset Phantom Phantom
40302 status open
40303
40304 \begin_layout Plain Layout
40305 W
40306 \end_layout
40307
40308 \end_inset
40309
40310
40311 \begin_inset ERT
40312 status collapsed
40313
40314 \begin_layout Plain Layout
40315
40316 }
40317 \end_layout
40318
40319 \end_inset
40320
40321  Rhodamine
40322 \end_layout
40323
40324 \end_inset
40325 </cell>
40326 </row>
40327 <row>
40328 <cell alignment="left" valignment="top" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 \begin_inset ERT
40333 status collapsed
40334
40335 \begin_layout Plain Layout
40336
40337
40338 \backslash
40339 fcolorbox{black}{
40340 \end_layout
40341
40342 \end_inset
40343
40344 RoyalBlue
40345 \begin_inset ERT
40346 status collapsed
40347
40348 \begin_layout Plain Layout
40349
40350 }{
40351 \end_layout
40352
40353 \end_inset
40354
40355
40356 \begin_inset Phantom Phantom
40357 status open
40358
40359 \begin_layout Plain Layout
40360 W
40361 \end_layout
40362
40363 \end_inset
40364
40365
40366 \begin_inset ERT
40367 status collapsed
40368
40369 \begin_layout Plain Layout
40370
40371 }
40372 \end_layout
40373
40374 \end_inset
40375
40376  RoyalBlue
40377 \end_layout
40378
40379 \end_inset
40380 </cell>
40381 <cell alignment="left" valignment="top" usebox="none">
40382 \begin_inset Text
40383
40384 \begin_layout Plain Layout
40385 \begin_inset ERT
40386 status collapsed
40387
40388 \begin_layout Plain Layout
40389
40390
40391 \backslash
40392 fcolorbox{black}{
40393 \end_layout
40394
40395 \end_inset
40396
40397 RoyalPurple
40398 \begin_inset ERT
40399 status collapsed
40400
40401 \begin_layout Plain Layout
40402
40403 }{
40404 \end_layout
40405
40406 \end_inset
40407
40408
40409 \begin_inset Phantom Phantom
40410 status open
40411
40412 \begin_layout Plain Layout
40413 W
40414 \end_layout
40415
40416 \end_inset
40417
40418
40419 \begin_inset ERT
40420 status collapsed
40421
40422 \begin_layout Plain Layout
40423
40424 }
40425 \end_layout
40426
40427 \end_inset
40428
40429  RoyalPurple
40430 \end_layout
40431
40432 \end_inset
40433 </cell>
40434 <cell alignment="left" valignment="top" usebox="none">
40435 \begin_inset Text
40436
40437 \begin_layout Plain Layout
40438 \begin_inset ERT
40439 status collapsed
40440
40441 \begin_layout Plain Layout
40442
40443
40444 \backslash
40445 fcolorbox{black}{
40446 \end_layout
40447
40448 \end_inset
40449
40450 RubineRed
40451 \begin_inset ERT
40452 status collapsed
40453
40454 \begin_layout Plain Layout
40455
40456 }{
40457 \end_layout
40458
40459 \end_inset
40460
40461
40462 \begin_inset Phantom Phantom
40463 status open
40464
40465 \begin_layout Plain Layout
40466 W
40467 \end_layout
40468
40469 \end_inset
40470
40471
40472 \begin_inset ERT
40473 status collapsed
40474
40475 \begin_layout Plain Layout
40476
40477 }
40478 \end_layout
40479
40480 \end_inset
40481
40482  RubineRed
40483 \end_layout
40484
40485 \end_inset
40486 </cell>
40487 <cell alignment="left" valignment="top" usebox="none">
40488 \begin_inset Text
40489
40490 \begin_layout Plain Layout
40491 \begin_inset ERT
40492 status collapsed
40493
40494 \begin_layout Plain Layout
40495
40496
40497 \backslash
40498 fcolorbox{black}{
40499 \end_layout
40500
40501 \end_inset
40502
40503 Salmon
40504 \begin_inset ERT
40505 status collapsed
40506
40507 \begin_layout Plain Layout
40508
40509 }{
40510 \end_layout
40511
40512 \end_inset
40513
40514
40515 \begin_inset Phantom Phantom
40516 status open
40517
40518 \begin_layout Plain Layout
40519 W
40520 \end_layout
40521
40522 \end_inset
40523
40524
40525 \begin_inset ERT
40526 status collapsed
40527
40528 \begin_layout Plain Layout
40529
40530 }
40531 \end_layout
40532
40533 \end_inset
40534
40535  Salmon
40536 \end_layout
40537
40538 \end_inset
40539 </cell>
40540 </row>
40541 <row>
40542 <cell alignment="left" valignment="top" usebox="none">
40543 \begin_inset Text
40544
40545 \begin_layout Plain Layout
40546 \begin_inset ERT
40547 status collapsed
40548
40549 \begin_layout Plain Layout
40550
40551
40552 \backslash
40553 fcolorbox{black}{
40554 \end_layout
40555
40556 \end_inset
40557
40558 SeaGreen
40559 \begin_inset ERT
40560 status collapsed
40561
40562 \begin_layout Plain Layout
40563
40564 }{
40565 \end_layout
40566
40567 \end_inset
40568
40569
40570 \begin_inset Phantom Phantom
40571 status open
40572
40573 \begin_layout Plain Layout
40574 W
40575 \end_layout
40576
40577 \end_inset
40578
40579
40580 \begin_inset ERT
40581 status collapsed
40582
40583 \begin_layout Plain Layout
40584
40585 }
40586 \end_layout
40587
40588 \end_inset
40589
40590  SeaGreen
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 <cell alignment="left" valignment="top" usebox="none">
40596 \begin_inset Text
40597
40598 \begin_layout Plain Layout
40599 \begin_inset ERT
40600 status collapsed
40601
40602 \begin_layout Plain Layout
40603
40604
40605 \backslash
40606 fcolorbox{black}{
40607 \end_layout
40608
40609 \end_inset
40610
40611 Sepia
40612 \begin_inset ERT
40613 status collapsed
40614
40615 \begin_layout Plain Layout
40616
40617 }{
40618 \end_layout
40619
40620 \end_inset
40621
40622
40623 \begin_inset Phantom Phantom
40624 status open
40625
40626 \begin_layout Plain Layout
40627 W
40628 \end_layout
40629
40630 \end_inset
40631
40632
40633 \begin_inset ERT
40634 status collapsed
40635
40636 \begin_layout Plain Layout
40637
40638 }
40639 \end_layout
40640
40641 \end_inset
40642
40643  Sepia
40644 \end_layout
40645
40646 \end_inset
40647 </cell>
40648 <cell alignment="left" valignment="top" usebox="none">
40649 \begin_inset Text
40650
40651 \begin_layout Plain Layout
40652 \begin_inset ERT
40653 status collapsed
40654
40655 \begin_layout Plain Layout
40656
40657
40658 \backslash
40659 fcolorbox{black}{
40660 \end_layout
40661
40662 \end_inset
40663
40664 SkyBlue
40665 \begin_inset ERT
40666 status collapsed
40667
40668 \begin_layout Plain Layout
40669
40670 }{
40671 \end_layout
40672
40673 \end_inset
40674
40675
40676 \begin_inset Phantom Phantom
40677 status open
40678
40679 \begin_layout Plain Layout
40680 W
40681 \end_layout
40682
40683 \end_inset
40684
40685
40686 \begin_inset ERT
40687 status collapsed
40688
40689 \begin_layout Plain Layout
40690
40691 }
40692 \end_layout
40693
40694 \end_inset
40695
40696  SkyBlue
40697 \end_layout
40698
40699 \end_inset
40700 </cell>
40701 <cell alignment="left" valignment="top" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 \begin_inset ERT
40706 status collapsed
40707
40708 \begin_layout Plain Layout
40709
40710
40711 \backslash
40712 fcolorbox{black}{
40713 \end_layout
40714
40715 \end_inset
40716
40717 SpringGreen
40718 \begin_inset ERT
40719 status collapsed
40720
40721 \begin_layout Plain Layout
40722
40723 }{
40724 \end_layout
40725
40726 \end_inset
40727
40728
40729 \begin_inset Phantom Phantom
40730 status open
40731
40732 \begin_layout Plain Layout
40733 W
40734 \end_layout
40735
40736 \end_inset
40737
40738
40739 \begin_inset ERT
40740 status collapsed
40741
40742 \begin_layout Plain Layout
40743
40744 }
40745 \end_layout
40746
40747 \end_inset
40748
40749  SpringGreen
40750 \end_layout
40751
40752 \end_inset
40753 </cell>
40754 </row>
40755 <row>
40756 <cell alignment="left" valignment="top" usebox="none">
40757 \begin_inset Text
40758
40759 \begin_layout Plain Layout
40760 \begin_inset ERT
40761 status collapsed
40762
40763 \begin_layout Plain Layout
40764
40765
40766 \backslash
40767 fcolorbox{black}{
40768 \end_layout
40769
40770 \end_inset
40771
40772 Tan
40773 \begin_inset ERT
40774 status collapsed
40775
40776 \begin_layout Plain Layout
40777
40778 }{
40779 \end_layout
40780
40781 \end_inset
40782
40783
40784 \begin_inset Phantom Phantom
40785 status open
40786
40787 \begin_layout Plain Layout
40788 W
40789 \end_layout
40790
40791 \end_inset
40792
40793
40794 \begin_inset ERT
40795 status collapsed
40796
40797 \begin_layout Plain Layout
40798
40799 }
40800 \end_layout
40801
40802 \end_inset
40803
40804  Tan
40805 \end_layout
40806
40807 \end_inset
40808 </cell>
40809 <cell alignment="left" valignment="top" usebox="none">
40810 \begin_inset Text
40811
40812 \begin_layout Plain Layout
40813 \begin_inset ERT
40814 status collapsed
40815
40816 \begin_layout Plain Layout
40817
40818
40819 \backslash
40820 fcolorbox{black}{
40821 \end_layout
40822
40823 \end_inset
40824
40825 TealBlue
40826 \begin_inset ERT
40827 status collapsed
40828
40829 \begin_layout Plain Layout
40830
40831 }{
40832 \end_layout
40833
40834 \end_inset
40835
40836
40837 \begin_inset Phantom Phantom
40838 status open
40839
40840 \begin_layout Plain Layout
40841 W
40842 \end_layout
40843
40844 \end_inset
40845
40846
40847 \begin_inset ERT
40848 status collapsed
40849
40850 \begin_layout Plain Layout
40851
40852 }
40853 \end_layout
40854
40855 \end_inset
40856
40857  TealBlue
40858 \end_layout
40859
40860 \end_inset
40861 </cell>
40862 <cell alignment="left" valignment="top" usebox="none">
40863 \begin_inset Text
40864
40865 \begin_layout Plain Layout
40866 \begin_inset ERT
40867 status collapsed
40868
40869 \begin_layout Plain Layout
40870
40871
40872 \backslash
40873 fcolorbox{black}{
40874 \end_layout
40875
40876 \end_inset
40877
40878 Thistle
40879 \begin_inset ERT
40880 status collapsed
40881
40882 \begin_layout Plain Layout
40883
40884 }{
40885 \end_layout
40886
40887 \end_inset
40888
40889
40890 \begin_inset Phantom Phantom
40891 status open
40892
40893 \begin_layout Plain Layout
40894 W
40895 \end_layout
40896
40897 \end_inset
40898
40899
40900 \begin_inset ERT
40901 status collapsed
40902
40903 \begin_layout Plain Layout
40904
40905 }
40906 \end_layout
40907
40908 \end_inset
40909
40910  Thistle
40911 \end_layout
40912
40913 \end_inset
40914 </cell>
40915 <cell alignment="left" valignment="top" usebox="none">
40916 \begin_inset Text
40917
40918 \begin_layout Plain Layout
40919 \begin_inset ERT
40920 status collapsed
40921
40922 \begin_layout Plain Layout
40923
40924
40925 \backslash
40926 fcolorbox{black}{
40927 \end_layout
40928
40929 \end_inset
40930
40931 Turquoise
40932 \begin_inset ERT
40933 status collapsed
40934
40935 \begin_layout Plain Layout
40936
40937 }{
40938 \end_layout
40939
40940 \end_inset
40941
40942
40943 \begin_inset Phantom Phantom
40944 status open
40945
40946 \begin_layout Plain Layout
40947 W
40948 \end_layout
40949
40950 \end_inset
40951
40952
40953 \begin_inset ERT
40954 status collapsed
40955
40956 \begin_layout Plain Layout
40957
40958 }
40959 \end_layout
40960
40961 \end_inset
40962
40963  Turquoise
40964 \end_layout
40965
40966 \end_inset
40967 </cell>
40968 </row>
40969 <row>
40970 <cell alignment="left" valignment="top" usebox="none">
40971 \begin_inset Text
40972
40973 \begin_layout Plain Layout
40974 \begin_inset ERT
40975 status collapsed
40976
40977 \begin_layout Plain Layout
40978
40979
40980 \backslash
40981 fcolorbox{black}{
40982 \end_layout
40983
40984 \end_inset
40985
40986 Violet
40987 \begin_inset ERT
40988 status collapsed
40989
40990 \begin_layout Plain Layout
40991
40992 }{
40993 \end_layout
40994
40995 \end_inset
40996
40997
40998 \begin_inset Phantom Phantom
40999 status open
41000
41001 \begin_layout Plain Layout
41002 W
41003 \end_layout
41004
41005 \end_inset
41006
41007
41008 \begin_inset ERT
41009 status collapsed
41010
41011 \begin_layout Plain Layout
41012
41013 }
41014 \end_layout
41015
41016 \end_inset
41017
41018  Violet
41019 \end_layout
41020
41021 \end_inset
41022 </cell>
41023 <cell alignment="left" valignment="top" usebox="none">
41024 \begin_inset Text
41025
41026 \begin_layout Plain Layout
41027 \begin_inset ERT
41028 status collapsed
41029
41030 \begin_layout Plain Layout
41031
41032
41033 \backslash
41034 fcolorbox{black}{
41035 \end_layout
41036
41037 \end_inset
41038
41039 VioletRed
41040 \begin_inset ERT
41041 status collapsed
41042
41043 \begin_layout Plain Layout
41044
41045 }{
41046 \end_layout
41047
41048 \end_inset
41049
41050
41051 \begin_inset Phantom Phantom
41052 status open
41053
41054 \begin_layout Plain Layout
41055 W
41056 \end_layout
41057
41058 \end_inset
41059
41060
41061 \begin_inset ERT
41062 status collapsed
41063
41064 \begin_layout Plain Layout
41065
41066 }
41067 \end_layout
41068
41069 \end_inset
41070
41071  VioletRed
41072 \end_layout
41073
41074 \end_inset
41075 </cell>
41076 <cell alignment="left" valignment="top" usebox="none">
41077 \begin_inset Text
41078
41079 \begin_layout Plain Layout
41080 \begin_inset ERT
41081 status collapsed
41082
41083 \begin_layout Plain Layout
41084
41085
41086 \backslash
41087 fcolorbox{black}{
41088 \end_layout
41089
41090 \end_inset
41091
41092 WildStrawberry
41093 \begin_inset ERT
41094 status collapsed
41095
41096 \begin_layout Plain Layout
41097
41098 }{
41099 \end_layout
41100
41101 \end_inset
41102
41103
41104 \begin_inset Phantom Phantom
41105 status open
41106
41107 \begin_layout Plain Layout
41108 W
41109 \end_layout
41110
41111 \end_inset
41112
41113
41114 \begin_inset ERT
41115 status collapsed
41116
41117 \begin_layout Plain Layout
41118
41119 }
41120 \end_layout
41121
41122 \end_inset
41123
41124  WildStrawberry
41125 \end_layout
41126
41127 \end_inset
41128 </cell>
41129 <cell alignment="left" valignment="top" usebox="none">
41130 \begin_inset Text
41131
41132 \begin_layout Plain Layout
41133 \begin_inset ERT
41134 status collapsed
41135
41136 \begin_layout Plain Layout
41137
41138
41139 \backslash
41140 fcolorbox{black}{
41141 \end_layout
41142
41143 \end_inset
41144
41145 YellowGreen
41146 \begin_inset ERT
41147 status collapsed
41148
41149 \begin_layout Plain Layout
41150
41151 }{
41152 \end_layout
41153
41154 \end_inset
41155
41156
41157 \begin_inset Phantom Phantom
41158 status open
41159
41160 \begin_layout Plain Layout
41161 W
41162 \end_layout
41163
41164 \end_inset
41165
41166
41167 \begin_inset ERT
41168 status collapsed
41169
41170 \begin_layout Plain Layout
41171
41172 }
41173 \end_layout
41174
41175 \end_inset
41176
41177  YellowGreen
41178 \end_layout
41179
41180 \end_inset
41181 </cell>
41182 </row>
41183 <row>
41184 <cell alignment="left" valignment="top" usebox="none">
41185 \begin_inset Text
41186
41187 \begin_layout Plain Layout
41188 \begin_inset ERT
41189 status collapsed
41190
41191 \begin_layout Plain Layout
41192
41193
41194 \backslash
41195 fcolorbox{black}{
41196 \end_layout
41197
41198 \end_inset
41199
41200 YellowOrange
41201 \begin_inset ERT
41202 status collapsed
41203
41204 \begin_layout Plain Layout
41205
41206 }{
41207 \end_layout
41208
41209 \end_inset
41210
41211
41212 \begin_inset Phantom Phantom
41213 status open
41214
41215 \begin_layout Plain Layout
41216 W
41217 \end_layout
41218
41219 \end_inset
41220
41221
41222 \begin_inset ERT
41223 status collapsed
41224
41225 \begin_layout Plain Layout
41226
41227 }
41228 \end_layout
41229
41230 \end_inset
41231
41232  YellowOrange
41233 \end_layout
41234
41235 \end_inset
41236 </cell>
41237 <cell alignment="left" valignment="top" usebox="none">
41238 \begin_inset Text
41239
41240 \begin_layout Plain Layout
41241
41242 \end_layout
41243
41244 \end_inset
41245 </cell>
41246 <cell alignment="left" valignment="top" usebox="none">
41247 \begin_inset Text
41248
41249 \begin_layout Plain Layout
41250
41251 \end_layout
41252
41253 \end_inset
41254 </cell>
41255 <cell alignment="left" valignment="top" usebox="none">
41256 \begin_inset Text
41257
41258 \begin_layout Plain Layout
41259
41260 \end_layout
41261
41262 \end_inset
41263 </cell>
41264 </row>
41265 </lyxtabular>
41266
41267 \end_inset
41268
41269
41270 \end_layout
41271
41272 \begin_layout Chapter
41273 第(
41274 \begin_inset CommandInset ref
41275 LatexCommand ref
41276 reference "eq:Wgn"
41277
41278 \end_inset
41279
41280 )式の説明
41281 \begin_inset CommandInset label
41282 LatexCommand label
41283 name "cha:式の説明"
41284
41285 \end_inset
41286
41287
41288 \end_layout
41289
41290 \begin_layout Standard
41291 \begin_inset Formula $n$
41292 \end_inset
41293
41294 個の表セルの全幅
41295 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41296 \end_inset
41297
41298
41299 \begin_inset Formula 
41300 \begin{equation}
41301 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41302 \end{equation}
41303
41304 \end_inset
41305
41306
41307 \end_layout
41308
41309 \begin_layout Standard
41310 で計算できます。ここで
41311 \begin_inset Formula $W_{g\, n}$
41312 \end_inset
41313
41314 は、すべてのセルが持つ固定幅です。
41315 \series bold
41316
41317 \backslash
41318 tabcolsep
41319 \series default
41320 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41321 \begin_inset space \thinspace{}
41322 \end_inset
41323
41324 ptです。
41325 \series bold
41326
41327 \backslash
41328 arrayrulewidth
41329 \series default
41330 は、セル罫線幅であり、既定値は0.4
41331 \begin_inset space \thinspace{}
41332 \end_inset
41333
41334 ptです。
41335 \end_layout
41336
41337 \begin_layout Standard
41338
41339 \begin_inset CommandInset ref
41340 LatexCommand eqref
41341 reference "eq:Wtot_n"
41342
41343 \end_inset
41344
41345 式にしたがえば、連結列の全幅
41346 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41347 \end_inset
41348
41349
41350 \begin_inset Formula 
41351 \begin{equation}
41352 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41353 \end{equation}
41354
41355 \end_inset
41356
41357
41358 \end_layout
41359
41360 \begin_layout Standard
41361 となります。
41362 \begin_inset Formula $n$
41363 \end_inset
41364
41365 列を連結する時には各列の全幅は
41366 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41367 \end_inset
41368
41369 となるので、第
41370 \begin_inset CommandInset ref
41371 LatexCommand eqref
41372 reference "eq:Wtot_n"
41373
41374 \end_inset
41375
41376 式と第
41377 \begin_inset CommandInset ref
41378 LatexCommand eqref
41379 reference "eq:Wtot_mult"
41380
41381 \end_inset
41382
41383 式が等しいものと置けば、必要となる固定幅
41384 \begin_inset Formula $W_{g\, n}$
41385 \end_inset
41386
41387 を計算することができて、
41388 \begin_inset Formula 
41389 \begin{equation}
41390 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41391 \end{equation}
41392
41393 \end_inset
41394
41395 となります。
41396 \end_layout
41397
41398 \begin_layout Bibliography
41399 \labelwidthstring 参考文献
41400 \begin_inset CommandInset bibitem
41401 LatexCommand bibitem
41402 key "latexcompanion"
41403
41404 \end_inset
41405
41406 Frank Mittelbach and Michel Goossens: 
41407 \emph on
41408 The LaTeX Companion Second Edition.
41409
41410 \emph default
41411  Addison-Wesley, 2004
41412 \end_layout
41413
41414 \begin_layout Bibliography
41415 \labelwidthstring 参考文献
41416 \begin_inset CommandInset bibitem
41417 LatexCommand bibitem
41418 key "latexguide"
41419
41420 \end_inset
41421
41422 Helmut Kopka and Patrick W.
41423  Daly: 
41424 \emph on
41425 A Guide to LaTeX Fourth Edition.
41426
41427 \emph default
41428  Addison-Wesley, 2003
41429 \end_layout
41430
41431 \begin_layout Bibliography
41432 \labelwidthstring 参考文献
41433 \begin_inset CommandInset bibitem
41434 LatexCommand bibitem
41435 key "latexbook"
41436
41437 \end_inset
41438
41439 Leslie Lamport: 
41440 \emph on
41441 LaTeX: A Document Preparation System.
41442
41443 \emph default
41444  Addison-Wesley, second edition, 1994
41445 \end_layout
41446
41447 \begin_layout Bibliography
41448 \labelwidthstring 参考文献
41449 \begin_inset CommandInset bibitem
41450 LatexCommand bibitem
41451 key "arydshln"
41452
41453 \end_inset
41454
41455 LaTeXパッケージ
41456 \series bold
41457
41458 \begin_inset CommandInset href
41459 LatexCommand href
41460 name "arydshln"
41461 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41462
41463 \end_inset
41464
41465
41466 \series default
41467
41468 \begin_inset Index idx
41469 status collapsed
41470
41471 \begin_layout Plain Layout
41472 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41473 \end_layout
41474
41475 \end_inset
41476
41477
41478 \end_layout
41479
41480 \begin_layout Bibliography
41481 \labelwidthstring 参考文献
41482 \begin_inset CommandInset bibitem
41483 LatexCommand bibitem
41484 key "booktabs"
41485
41486 \end_inset
41487
41488 LaTeXパッケージ
41489 \series bold
41490
41491 \begin_inset CommandInset href
41492 LatexCommand href
41493 name "booktabs"
41494 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41495
41496 \end_inset
41497
41498
41499 \series default
41500
41501 \begin_inset Index idx
41502 status collapsed
41503
41504 \begin_layout Plain Layout
41505 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41506 \end_layout
41507
41508 \end_inset
41509
41510 の取扱説明書
41511 \end_layout
41512
41513 \begin_layout Bibliography
41514 \labelwidthstring 参考文献
41515 \begin_inset CommandInset bibitem
41516 LatexCommand bibitem
41517 key "caption"
41518
41519 \end_inset
41520
41521 LaTeXパッケージ
41522 \series bold
41523
41524 \begin_inset CommandInset href
41525 LatexCommand href
41526 name "caption"
41527 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41528
41529 \end_inset
41530
41531
41532 \series default
41533
41534 \begin_inset Index idx
41535 status collapsed
41536
41537 \begin_layout Plain Layout
41538 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41539 \end_layout
41540
41541 \end_inset
41542
41543 の取扱説明書
41544 \end_layout
41545
41546 \begin_layout Bibliography
41547 \labelwidthstring 参考文献
41548 \begin_inset CommandInset bibitem
41549 LatexCommand bibitem
41550 key "diagbox"
41551
41552 \end_inset
41553
41554 LaTeXパッケージ
41555 \series bold
41556
41557 \begin_inset CommandInset href
41558 LatexCommand href
41559 name "diagbox"
41560 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41561
41562 \end_inset
41563
41564
41565 \series default
41566
41567 \begin_inset Index idx
41568 status collapsed
41569
41570 \begin_layout Plain Layout
41571 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41572 \end_layout
41573
41574 \end_inset
41575
41576
41577 \end_layout
41578
41579 \begin_layout Bibliography
41580 \labelwidthstring 参考文献
41581 \begin_inset CommandInset bibitem
41582 LatexCommand bibitem
41583 key "endfloat"
41584
41585 \end_inset
41586
41587 LaTeXパッケージ
41588 \series bold
41589
41590 \begin_inset CommandInset href
41591 LatexCommand href
41592 name "endfloat"
41593 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41594
41595 \end_inset
41596
41597
41598 \series default
41599
41600 \begin_inset Index idx
41601 status collapsed
41602
41603 \begin_layout Plain Layout
41604 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
41605 \end_layout
41606
41607 \end_inset
41608
41609 の取扱説明書
41610 \end_layout
41611
41612 \begin_layout Bibliography
41613 \labelwidthstring 参考文献
41614 \begin_inset CommandInset bibitem
41615 LatexCommand bibitem
41616 key "footmisc"
41617
41618 \end_inset
41619
41620 LaTeXパッケージ
41621 \series bold
41622
41623 \begin_inset CommandInset href
41624 LatexCommand href
41625 name "footmisc"
41626 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41627
41628 \end_inset
41629
41630
41631 \series default
41632
41633 \begin_inset Index idx
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
41638 \end_layout
41639
41640 \end_inset
41641
41642 の取扱説明書
41643 \end_layout
41644
41645 \begin_layout Bibliography
41646 \labelwidthstring 参考文献
41647 \begin_inset CommandInset bibitem
41648 LatexCommand bibitem
41649 key "hypcap"
41650
41651 \end_inset
41652
41653 LaTeXパッケージ
41654 \series bold
41655
41656 \begin_inset CommandInset href
41657 LatexCommand href
41658 name "hypcap"
41659 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41660
41661 \end_inset
41662
41663
41664 \series default
41665
41666 \begin_inset Index idx
41667 status collapsed
41668
41669 \begin_layout Plain Layout
41670 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41671 \end_layout
41672
41673 \end_inset
41674
41675 の取扱説明書
41676 \end_layout
41677
41678 \begin_layout Bibliography
41679 \labelwidthstring 参考文献
41680 \begin_inset CommandInset bibitem
41681 LatexCommand bibitem
41682 key "hyperref"
41683
41684 \end_inset
41685
41686 LaTeXパッケージ
41687 \series bold
41688
41689 \begin_inset CommandInset href
41690 LatexCommand href
41691 name "hyperref"
41692 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41693
41694 \end_inset
41695
41696
41697 \series default
41698
41699 \begin_inset Index idx
41700 status collapsed
41701
41702 \begin_layout Plain Layout
41703 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41704 \end_layout
41705
41706 \end_inset
41707
41708 の取扱説明書
41709 \end_layout
41710
41711 \begin_layout Bibliography
41712 \labelwidthstring 参考文献
41713 \begin_inset CommandInset bibitem
41714 LatexCommand bibitem
41715 key "KOMA-script"
41716
41717 \end_inset
41718
41719 LaTeXパッケージ
41720 \series bold
41721
41722 \begin_inset CommandInset href
41723 LatexCommand href
41724 name "KOMA-script"
41725 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
41726
41727 \end_inset
41728
41729
41730 \series default
41731
41732 \begin_inset Index idx
41733 status collapsed
41734
41735 \begin_layout Plain Layout
41736 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
41737 \end_layout
41738
41739 \end_inset
41740
41741 の取扱説明書
41742 \end_layout
41743
41744 \begin_layout Bibliography
41745 \labelwidthstring 参考文献
41746 \begin_inset CommandInset bibitem
41747 LatexCommand bibitem
41748 key "lettrine"
41749
41750 \end_inset
41751
41752 LaTeXパッケージ
41753 \series bold
41754
41755 \begin_inset CommandInset href
41756 LatexCommand href
41757 name "lettrine"
41758 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41759
41760 \end_inset
41761
41762
41763 \series default
41764 及び
41765 \begin_inset CommandInset href
41766 LatexCommand href
41767 name "用例"
41768 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
41769
41770 \end_inset
41771
41772
41773 \begin_inset Index idx
41774 status collapsed
41775
41776 \begin_layout Plain Layout
41777 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
41778 \end_layout
41779
41780 \end_inset
41781
41782
41783 \end_layout
41784
41785 \begin_layout Bibliography
41786 \labelwidthstring 参考文献
41787 \begin_inset CommandInset bibitem
41788 LatexCommand bibitem
41789 key "listings"
41790
41791 \end_inset
41792
41793 LaTeXパッケージ
41794 \series bold
41795
41796 \begin_inset CommandInset href
41797 LatexCommand href
41798 name "listings"
41799 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41800
41801 \end_inset
41802
41803
41804 \series default
41805
41806 \begin_inset Index idx
41807 status collapsed
41808
41809 \begin_layout Plain Layout
41810 LaTeXぱっけーじ@LaTeXパッケージ ! listings
41811 \end_layout
41812
41813 \end_inset
41814
41815 の取扱説明書
41816 \end_layout
41817
41818 \begin_layout Bibliography
41819 \labelwidthstring 参考文献
41820 \begin_inset CommandInset bibitem
41821 LatexCommand bibitem
41822 key "marginnote"
41823
41824 \end_inset
41825
41826 LaTeXパッケージ
41827 \series bold
41828
41829 \begin_inset CommandInset href
41830 LatexCommand href
41831 name "marginnote"
41832 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41833
41834 \end_inset
41835
41836
41837 \series default
41838
41839 \begin_inset Index idx
41840 status collapsed
41841
41842 \begin_layout Plain Layout
41843 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
41844 \end_layout
41845
41846 \end_inset
41847
41848 の取扱説明書
41849 \end_layout
41850
41851 \begin_layout Bibliography
41852 \labelwidthstring 参考文献
41853 \begin_inset CommandInset bibitem
41854 LatexCommand bibitem
41855 key "pdfpages"
41856
41857 \end_inset
41858
41859 LaTeXパッケージ
41860 \series bold
41861
41862 \begin_inset CommandInset href
41863 LatexCommand href
41864 name "pdfpages"
41865 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41866
41867 \end_inset
41868
41869
41870 \series default
41871
41872 \begin_inset Index idx
41873 status collapsed
41874
41875 \begin_layout Plain Layout
41876 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
41877 \end_layout
41878
41879 \end_inset
41880
41881 の取扱説明書
41882 \end_layout
41883
41884 \begin_layout Bibliography
41885 \labelwidthstring 参考文献
41886 \begin_inset CommandInset bibitem
41887 LatexCommand bibitem
41888 key "prettyref"
41889
41890 \end_inset
41891
41892 LaTeXパッケージ
41893 \series bold
41894
41895 \begin_inset CommandInset href
41896 LatexCommand href
41897 name "prettyref"
41898 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41899
41900 \end_inset
41901
41902
41903 \series default
41904
41905 \begin_inset Index idx
41906 status collapsed
41907
41908 \begin_layout Plain Layout
41909 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
41910 \end_layout
41911
41912 \end_inset
41913
41914 の取扱説明書
41915 \end_layout
41916
41917 \begin_layout Bibliography
41918 \labelwidthstring 参考文献
41919 \begin_inset CommandInset bibitem
41920 LatexCommand bibitem
41921 key "pstricks"
41922
41923 \end_inset
41924
41925 LaTeXパッケージ
41926 \series bold
41927
41928 \begin_inset CommandInset href
41929 LatexCommand href
41930 name "PSTricks"
41931 target "http://tug.org/PSTricks/"
41932
41933 \end_inset
41934
41935
41936 \series default
41937
41938 \begin_inset Index idx
41939 status collapsed
41940
41941 \begin_layout Plain Layout
41942 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
41943 \end_layout
41944
41945 \end_inset
41946
41947 のウェブページ
41948 \end_layout
41949
41950 \begin_layout Bibliography
41951 \labelwidthstring 参考文献
41952 \begin_inset CommandInset bibitem
41953 LatexCommand bibitem
41954 key "refstyle"
41955
41956 \end_inset
41957
41958 LaTeXパッケージ
41959 \series bold
41960
41961 \begin_inset CommandInset href
41962 LatexCommand href
41963 name "refstyle"
41964 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41965
41966 \end_inset
41967
41968
41969 \series default
41970
41971 \begin_inset Index idx
41972 status collapsed
41973
41974 \begin_layout Plain Layout
41975 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
41976 \end_layout
41977
41978 \end_inset
41979
41980 の取扱説明書
41981 \end_layout
41982
41983 \begin_layout Bibliography
41984 \labelwidthstring 参考文献
41985 \begin_inset CommandInset bibitem
41986 LatexCommand bibitem
41987 key "sidecap"
41988
41989 \end_inset
41990
41991 LaTeXパッケージ
41992 \series bold
41993
41994 \begin_inset CommandInset href
41995 LatexCommand href
41996 name "sidecap"
41997 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41998
41999 \end_inset
42000
42001
42002 \series default
42003
42004 \begin_inset Index idx
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42009 \end_layout
42010
42011 \end_inset
42012
42013 の取扱説明書
42014 \end_layout
42015
42016 \begin_layout Bibliography
42017 \labelwidthstring 参考文献
42018 \begin_inset CommandInset bibitem
42019 LatexCommand bibitem
42020 key "NewInLyX20"
42021
42022 \end_inset
42023
42024
42025 \family sans
42026 LyX 2.0
42027 \family default
42028 の新機能に関する
42029 \begin_inset CommandInset href
42030 LatexCommand href
42031 name "Wikiページ"
42032 target "http://wiki.lyx.org/LyX/NewInLyX20"
42033
42034 \end_inset
42035
42036
42037 \end_layout
42038
42039 \begin_layout Standard
42040 \begin_inset CommandInset index_print
42041 LatexCommand printindex
42042 type "idx"
42043
42044 \end_inset
42045
42046
42047 \end_layout
42048
42049 \end_body
42050 \end_document