]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
ja: change default output format from pdf3 to pdf
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for colored table rows
91 \usepackage[table]{xcolor}
92
93 % used to have extra space in table cells
94 \@ifundefined{extrarowheight}
95  {\usepackage{array}}{}
96 \setlength{\extrarowheight}{2pt}
97
98 % used for customized tables
99 % ---
100 \newcolumntype{M}[1]
101  {>{\centering\hspace{0pt}}m{#1}}
102
103 \newcolumntype{S}[2]
104  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
105
106 \newcolumntype{K}[1]
107  {>{\columncolor{#1}\hspace{0pt}}c}
108
109 \newcolumntype{V}{!{\vrule width 1.5pt}}
110
111 \newcolumntype{W}{!{\color{green}\vline}}
112 % ---
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package arydshln
128 % used for tables with dashed lines
129 \newboolean{arydshln}
130 \IfFileExists{arydshln.sty}
131  {\usepackage{arydshln}
132   \setboolean{arydshln}{true}}
133  {\setboolean{arydshln}{false}}
134
135 % check for package marginnote
136 % used for margin notes
137 \newboolean{marginnote}
138 \IfFileExists{marginnote.sty}
139  {\usepackage{marginnote}
140   \let\marginpar\marginnote
141   \setboolean{marginnote}{true}}
142  {\setboolean{marginnote}{false}}
143
144 % check for package sidecap
145 % used for captions on the side
146 \newboolean{sidecap}
147 \IfFileExists{sidecap.sty}
148  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
149   \setboolean{sidecap}{true}}
150  {\setboolean{sidecap}{false}}
151
152 % check for picinpar
153 % used for surrounded fixed objects
154 \newboolean{picinpar}
155 \IfFileExists{picinpar.sty}
156  {\usepackage{picinpar}
157   \setboolean{picinpar}{true}}
158  {\setboolean{picinpar}{false}}
159
160 % check for lettrine
161 \newboolean{lettrine}
162 \IfFileExists{lettrine.sty}
163  {\usepackage{lettrine}
164   \setboolean{lettrine}{true}}
165  {\setboolean{lettrine}{false}}
166
167 % check for diagbox
168 \newboolean{diagbox}
169 \IfFileExists{diagbox.sty}
170  {\usepackage{diagbox}
171   \setboolean{diagbox}{true}}
172  {\setboolean{diagbox}{false}}
173
174 \usepackage{t1enc}
175 \renewcommand{\seename}{→}
176
177 \usepackage{subfig}
178 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
179 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
180 \end_preamble
181 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
182 \use_default_options false
183 \begin_modules
184 initials
185 \end_modules
186 \maintain_unincluded_children false
187 \begin_local_layout
188 InsetLayout             Flex:Ruby
189 LyxType         charstyle
190 LatexType               command
191 LatexName               ruby
192 BgColor         none
193 LabelString             "ルビ"
194 Decoration              Conglomerate
195 Argument post:1
196       LabelString       "ルビ文"
197       MenuString        "ルビ文(S)|S"
198       Decoration        Conglomerate
199       Font
200             Size                tiny
201       EndFont
202       LabelFont
203             Size                tiny
204       EndFont
205       Mandatory 1
206 EndArgument
207 Preamble
208 \IfFileExists{okumacro.sty}
209  {\usepackage{okumacro}}
210  {\newcommand{\ruby}[2]{#2}}
211 EndPreamble
212 End
213 \end_local_layout
214 \language japanese
215 \language_package default
216 \inputencoding auto
217 \fontencoding global
218 \font_roman default
219 \font_sans default
220 \font_typewriter default
221 \font_math auto
222 \font_default_family default
223 \use_non_tex_fonts false
224 \font_sc false
225 \font_osf false
226 \font_sf_scale 100
227 \font_tt_scale 100
228 \graphics default
229 \default_output_format pdf
230 \output_sync 0
231 \bibtex_command default
232 \index_command default
233 \paperfontsize 12
234 \spacing single
235 \use_hyperref true
236 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
237 \pdf_author "LyX Team, Uwe Stohr"
238 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
239 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
240 \pdf_bookmarks true
241 \pdf_bookmarksnumbered true
242 \pdf_bookmarksopen true
243 \pdf_bookmarksopenlevel 1
244 \pdf_breaklinks false
245 \pdf_pdfborder false
246 \pdf_colorlinks true
247 \pdf_backref false
248 \pdf_pdfusetitle false
249 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
250 \papersize a4paper
251 \use_geometry true
252 \use_package amsmath 2
253 \use_package amssymb 2
254 \use_package cancel 0
255 \use_package esint 0
256 \use_package mathdots 1
257 \use_package mathtools 0
258 \use_package mhchem 1
259 \use_package stackrel 0
260 \use_package stmaryrd 0
261 \use_package undertilde 0
262 \cite_engine basic
263 \cite_engine_type default
264 \biblio_style plain
265 \use_bibtopic false
266 \use_indices false
267 \paperorientation portrait
268 \suppress_date false
269 \justification true
270 \use_refstyle 0
271 \notefontcolor #0000ff
272 \index 索引
273 \shortcut idx
274 \color #008000
275 \end_index
276 \leftmargin 2.5cm
277 \topmargin 2.5cm
278 \rightmargin 2.5cm
279 \bottommargin 3cm
280 \secnumdepth 3
281 \tocdepth 3
282 \paragraph_separation skip
283 \defskip medskip
284 \quotes_language english
285 \papercolumns 1
286 \papersides 2
287 \paperpagestyle default
288 \bullet 1 1 34 -1
289 \bullet 2 2 35 -1
290 \bullet 3 2 7 -1
291 \tracking_changes false
292 \output_changes false
293 \html_math_output 0
294 \html_css_as_file 0
295 \html_be_strict false
296 \end_header
297
298 \begin_body
299
300 \begin_layout Title
301 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
302 \end_layout
303
304 \begin_layout Author
305 LyXプロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
312 \begin_inset CommandInset href
313 LatexCommand href
314 name "lyx-docs@lists.lyx.org"
315 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
316 type "mailto:"
317
318 \end_inset
319
320  までお送り下さい。
321 \end_layout
322
323 \end_inset
324
325
326 \begin_inset Note Note
327 status collapsed
328
329 \begin_layout Plain Layout
330 著者:Uwe Stöhr
331 \end_layout
332
333 \end_inset
334
335
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \family sans
345 第2.1.x版
346 \end_layout
347
348 \begin_layout Standard
349 \begin_inset CommandInset toc
350 LatexCommand tableofcontents
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 \begin_inset Note Note
359 status open
360
361 \begin_layout Plain Layout
362 本文書の全体をPDFやPS、DVIに書き出すには、
363 \series bold
364 arydshln
365 \series default
366
367 \series bold
368 colortbl
369 \series default
370
371 \series bold
372 diagbox
373 \series default
374
375 \series bold
376 lettrine
377 \series default
378
379 \series bold
380 marginnote
381 \series default
382
383 \series bold
384 picinpar
385 \series default
386
387 \series bold
388 sidecap
389 \series default
390 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
391 されません。
392 \end_layout
393
394 \begin_layout Plain Layout
395 本文書の最新PDF版は
396 \begin_inset Newline newline
397 \end_inset
398
399
400 \series bold
401 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
402 \series default
403
404 \begin_inset Newline newline
405 \end_inset
406
407 にあります。
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Chapter
416
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 ず@図
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset Index idx
428 status collapsed
429
430 \begin_layout Plain Layout
431 がぞう@画像
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 |see
438 \lang japanese
439 {
440 \end_layout
441
442 \end_inset
443
444
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450 }
451 \end_layout
452
453 \end_inset
454
455
456 \end_layout
457
458 \end_inset
459
460
461 \end_layout
462
463 \begin_layout Section
464 画像ダイアログ
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 ず@図 ! がぞうだいあろぐ@画像ダイアログ
470 \end_layout
471
472 \end_inset
473
474
475 \begin_inset CommandInset label
476 LatexCommand label
477 name "sec:画像ダイアログ"
478
479 \end_inset
480
481
482 \end_layout
483
484 \begin_layout Standard
485 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
486 \family sans
487
488 \begin_inset Info
489 type  "icon"
490 arg   "dialog-show-new-inset graphics"
491 \end_inset
492
493
494 \family default
495 をクリックするか、
496 \family sans
497 挿入\SpecialChar \menuseparator
498 画像
499 \family default
500 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
501 \end_layout
502
503 \begin_layout Standard
504 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
505 \end_layout
506
507 \begin_layout Description
508
509 \family sans
510 画像
511 \family default
512  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
513 \begin_inset CommandInset ref
514 LatexCommand ref
515 reference "cha:LyXで使用できる単位"
516
517 \end_inset
518
519 に説明があります。
520 \begin_inset Newline newline
521 \end_inset
522
523
524 \begin_inset Index idx
525 status collapsed
526
527 \begin_layout Plain Layout
528 ず@図 ! のかいてん@---の回転
529 \end_layout
530
531 \end_inset
532
533 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
534 \begin_inset Newline newline
535 \end_inset
536
537
538 \begin_inset Index idx
539 status collapsed
540
541 \begin_layout Plain Layout
542 ず@図 ! のしんしゅく@---の伸縮
543 \end_layout
544
545 \end_inset
546
547 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
548 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
549 \family sans
550 縦横比を維持する
551 \family default
552 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
553 \begin_inset Newline newline
554 \end_inset
555
556 画像を右クリックすると現れるコンテクストメニューで
557 \family sans
558 外部で編集
559 \family default
560 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
561 ます。
562 \end_layout
563
564 \begin_layout Description
565
566 \family sans
567 切り抜き
568 \family default
569  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
570 \family sans
571 ファイルから取得
572 \family default
573 ボタンを押すことによって、自動的に計算することもできます。
574 \family sans
575 境界枠で切り抜く
576 \family default
577 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
578 \end_layout
579
580 \begin_layout Description
581
582 \family sans
583 LaTeXとLyXのオプション
584 \family default
585  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
586 \family sans
587
588 \begin_inset Newline newline
589 \end_inset
590
591 下書きモード
592 \family default
593 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
594 \family sans
595
596 \begin_inset Newline newline
597 \end_inset
598
599 エクスポートする際に解凍しない
600 \family default
601 オプションは、
602 \emph on
603 x.eps.gz
604 \emph default
605 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
606 ません。
607 \begin_inset Newline newline
608 \end_inset
609
610 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
611 \begin_inset CommandInset ref
612 LatexCommand ref
613 reference "sec:PostScript"
614
615 \end_inset
616
617 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
618 \begin_inset Newline newline
619 \end_inset
620
621
622 \series bold
623 gzip x.eps
624 \series default
625
626 \begin_inset Newline newline
627 \end_inset
628
629
630 \series bold
631 zgrep %%Bounding x.eps.gz > x.eps.bb
632 \series default
633
634 \begin_inset Newline newline
635 \end_inset
636
637 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
638 \begin_inset Newline newline
639 \end_inset
640
641
642 \family sans
643 画像グループ
644 \family default
645 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650 ず@図 ! せっていぐるーぷ@設定グループ
651 \end_layout
652
653 \end_inset
654
655 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
656 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
657 を使用して、望むグループ名をチェックすることで行うこともできます。
658 \end_layout
659
660 \begin_layout Standard
661 \begin_inset VSpace bigskip
662 \end_inset
663
664
665 \end_layout
666
667 \begin_layout Standard
668 下記はEPS書式
669 \begin_inset Foot
670 status collapsed
671
672 \begin_layout Plain Layout
673 画像書式は、第
674 \begin_inset CommandInset ref
675 LatexCommand ref
676 reference "sec:画像形式"
677
678 \end_inset
679
680 節に説明されています。
681 \end_layout
682
683 \end_inset
684
685 の画像の例で、単独の中央揃えの段落に置いてあります。
686 \end_layout
687
688 \begin_layout Standard
689 \align center
690 \begin_inset Graphics
691         filename ../clipart/mobius.eps
692         scale 70
693         scaleBeforeRotation
694         rotateOrigin center
695
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 下記は上と同じ画像ですが、下書きモードのものです。
703 \end_layout
704
705 \begin_layout Standard
706 \align center
707 \begin_inset Graphics
708         filename ../clipart/mobius.eps
709         scale 70
710         draft
711         scaleBeforeRotation
712         rotateOrigin center
713
714 \end_inset
715
716
717 \end_layout
718
719 \begin_layout Standard
720 \begin_inset Newpage newpage
721 \end_inset
722
723
724 \end_layout
725
726 \begin_layout Section
727 図フロート
728 \begin_inset CommandInset label
729 LatexCommand label
730 name "sec:図フロート"
731
732 \end_inset
733
734
735 \begin_inset Index idx
736 status collapsed
737
738 \begin_layout Plain Layout
739 ふろーと@フロート ! ず@図
740 \end_layout
741
742 \end_inset
743
744
745 \begin_inset Index idx
746 status collapsed
747
748 \begin_layout Plain Layout
749 ず@図 ! ふろーと@フロート
750 \end_layout
751
752 \end_inset
753
754
755 \end_layout
756
757 \begin_layout Standard
758 フロートについての一般的な説明は、第
759 \begin_inset CommandInset ref
760 LatexCommand ref
761 reference "sec:フロートはじめに"
762
763 \end_inset
764
765 節をご覧下さい。
766 \end_layout
767
768 \begin_layout Standard
769 ツールバーボタンの
770 \family sans
771
772 \begin_inset Info
773 type  "icon"
774 arg   "float-insert figure"
775 \end_inset
776
777
778 \family default
779
780 \family sans
781 挿入\SpecialChar \menuseparator
782 フロート\SpecialChar \menuseparator
783
784 \family default
785 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
786 \begin_inset CommandInset ref
787 LatexCommand ref
788 reference "fig:犠牲のカモノハシ"
789
790 \end_inset
791
792 のようにキャプションの上に置くこともできますし、図
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "fig:エッシャー"
796
797 \end_inset
798
799 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
800 \begin_inset CommandInset ref
801 LatexCommand ref
802 reference "sec:キャプションの配置"
803
804 \end_inset
805
806 節に述べられています。
807 \end_layout
808
809 \begin_layout Standard
810 \begin_inset Float figure
811 wide false
812 sideways false
813 status open
814
815 \begin_layout Plain Layout
816 \align center
817 \begin_inset Graphics
818         filename ../clipart/platypus.eps
819         width 50col%
820         scaleBeforeRotation
821         rotateOrigin center
822
823 \end_inset
824
825
826 \end_layout
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:犠牲のカモノハシ"
835
836 \end_inset
837
838 フロート中の激しく歪んだカモノハシ
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \end_inset
847
848
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Float figure
853 wide false
854 sideways false
855 status open
856
857 \begin_layout Plain Layout
858 \begin_inset Caption Standard
859
860 \begin_layout Plain Layout
861 \begin_inset CommandInset label
862 LatexCommand label
863 name "fig:エッシャー"
864
865 \end_inset
866
867 行ってしまったM.C.エッシャー
868 \end_layout
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Plain Layout
876 \align center
877 \begin_inset Graphics
878         filename ../clipart/escher-lsd.eps
879         scale 80
880         scaleBeforeRotation
881         rotateOrigin center
882
883 \end_inset
884
885
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \begin_layout Standard
894 \begin_inset Index idx
895 status collapsed
896
897 \begin_layout Plain Layout
898 さんしょう@参照 ! ずへの@図への ---
899 \end_layout
900
901 \end_inset
902
903
904 \begin_inset CommandInset ref
905 LatexCommand ref
906 reference "fig:犠牲のカモノハシ"
907
908 \end_inset
909
910 図と第
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:エッシャー"
914
915 \end_inset
916
917 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
918 \family sans
919 挿入\SpecialChar \menuseparator
920 ラベル
921 \family default
922 メニューかツールバーボタン
923 \family sans
924
925 \begin_inset Info
926 type  "icon"
927 arg   "label-insert"
928 \end_inset
929
930
931 \family default
932 を使用して、キャプションにラベルを挿入してください。その後、
933 \family sans
934 挿入\SpecialChar \menuseparator
935 相互参照
936 \family default
937 メニューかツールバーボタン
938 \family sans
939
940 \begin_inset Info
941 type  "icon"
942 arg   "dialog-show-new-inset ref"
943 \end_inset
944
945
946 \family default
947 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
948 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
949 \begin_inset Newline newline
950 \end_inset
951
952 参照は、第
953 \begin_inset CommandInset ref
954 LatexCommand ref
955 reference "sec:フロートの参照"
956
957 \end_inset
958
959 節で詳細に説明されています。
960 \end_layout
961
962 \begin_layout Standard
963 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
964 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
965 \begin_inset CommandInset ref
966 LatexCommand ref
967 reference "fig:歪められた二つの像"
968
969 \end_inset
970
971 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
972 \begin_inset CommandInset ref
973 LatexCommand ref
974 reference "fig:何かわからない構造"
975
976 \end_inset
977
978 と図
979 \begin_inset CommandInset ref
980 LatexCommand ref
981 reference "fig:カモノハシ"
982
983 \end_inset
984
985 が内部図になります。
986 \end_layout
987
988 \begin_layout Standard
989 \begin_inset Float figure
990 wide false
991 sideways false
992 status open
993
994 \begin_layout Plain Layout
995 \begin_inset space \hfill{}
996 \end_inset
997
998
999 \begin_inset Float figure
1000 wide false
1001 sideways false
1002 status collapsed
1003
1004 \begin_layout Plain Layout
1005 \begin_inset Caption Standard
1006
1007 \begin_layout Plain Layout
1008 \begin_inset CommandInset label
1009 LatexCommand label
1010 name "fig:何かわからない構造"
1011
1012 \end_inset
1013
1014 何かわからない構造
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023 \begin_inset Graphics
1024         filename ../clipart/escher-lsd.eps
1025         width 45col%
1026         scaleBeforeRotation
1027         groupId distorted
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \end_inset
1035
1036
1037 \begin_inset space \hfill{}
1038 \end_inset
1039
1040
1041 \begin_inset Float figure
1042 wide false
1043 sideways false
1044 status collapsed
1045
1046 \begin_layout Plain Layout
1047 \begin_inset Caption Standard
1048
1049 \begin_layout Plain Layout
1050 \begin_inset CommandInset label
1051 LatexCommand label
1052 name "fig:カモノハシ"
1053
1054 \end_inset
1055
1056 カモノハシ
1057 \end_layout
1058
1059 \end_inset
1060
1061
1062 \end_layout
1063
1064 \begin_layout Plain Layout
1065 \begin_inset Graphics
1066         filename ../clipart/platypus.eps
1067         width 45col%
1068         scaleBeforeRotation
1069         groupId distorted
1070
1071 \end_inset
1072
1073
1074 \end_layout
1075
1076 \end_inset
1077
1078
1079 \begin_inset space \hfill{}
1080 \end_inset
1081
1082
1083 \end_layout
1084
1085 \begin_layout Plain Layout
1086 \begin_inset Caption Standard
1087
1088 \begin_layout Plain Layout
1089 \begin_inset CommandInset label
1090 LatexCommand label
1091 name "fig:歪められた二つの像"
1092
1093 \end_inset
1094
1095 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1096 \end_layout
1097
1098 \end_inset
1099
1100
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Standard
1109 \begin_inset Newpage newpage
1110 \end_inset
1111
1112
1113 \end_layout
1114
1115 \begin_layout Section
1116 画像形式
1117 \begin_inset CommandInset label
1118 LatexCommand label
1119 name "sec:画像形式"
1120
1121 \end_inset
1122
1123
1124 \begin_inset Index idx
1125 status collapsed
1126
1127 \begin_layout Plain Layout
1128 がぞうけいしき@画像形式
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \begin_inset Index idx
1135 status collapsed
1136
1137 \begin_layout Plain Layout
1138 ず@図 ! がぞうけいしき@画像形式
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \begin_layout Standard
1147 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1148 \begin_inset CommandInset ref
1149 LatexCommand ref
1150 reference "cha:ファイル出力形式"
1151
1152 \end_inset
1153
1154 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1155 ウンドで
1156 \family typewriter
1157 ImageMagick
1158 \family default
1159 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1160 用するとよいでしょう。出力ファイル形式は、付録
1161 \begin_inset CommandInset ref
1162 LatexCommand ref
1163 reference "cha:ファイル出力形式"
1164
1165 \end_inset
1166
1167 に説明されています。
1168 \end_layout
1169
1170 \begin_layout Standard
1171 フォントと同じく、画像形式にも以下の二つの型があります。
1172 \end_layout
1173
1174 \begin_layout Description
1175 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1176 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1177 \family typewriter
1178 .gif
1179 \family default
1180 」)
1181 \begin_inset Index idx
1182 status collapsed
1183
1184 \begin_layout Plain Layout
1185 GIF
1186 \begin_inset ERT
1187 status collapsed
1188
1189 \begin_layout Plain Layout
1190
1191 |see
1192 \lang japanese
1193 {
1194 \end_layout
1195
1196 \end_inset
1197
1198 画像書式
1199 \begin_inset ERT
1200 status collapsed
1201
1202 \begin_layout Plain Layout
1203
1204 }
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \end_inset
1213
1214 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1215 \family typewriter
1216 .png
1217 \family default
1218 」)
1219 \begin_inset Index idx
1220 status collapsed
1221
1222 \begin_layout Plain Layout
1223 PNG
1224 \begin_inset ERT
1225 status collapsed
1226
1227 \begin_layout Plain Layout
1228
1229 |see
1230 \lang japanese
1231 {
1232 \end_layout
1233
1234 \end_inset
1235
1236 画像書式
1237 \begin_inset ERT
1238 status collapsed
1239
1240 \begin_layout Plain Layout
1241
1242 }
1243 \end_layout
1244
1245 \end_inset
1246
1247
1248 \end_layout
1249
1250 \end_inset
1251
1252 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1253 \family typewriter
1254 .jpg
1255 \family default
1256 」または「
1257 \family typewriter
1258 .jpeg
1259 \family default
1260 」)
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 JPG
1266 \begin_inset ERT
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270
1271 |see
1272 \lang japanese
1273 {
1274 \end_layout
1275
1276 \end_inset
1277
1278 画像書式
1279 \begin_inset ERT
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283
1284 }
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \end_layout
1291
1292 \end_inset
1293
1294 などがあります。
1295 \end_layout
1296
1297 \begin_layout Description
1298 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1299 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1300 に便利です。
1301 \begin_inset Newline newline
1302 \end_inset
1303
1304 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1305 \family typewriter
1306 .svg
1307 \family default
1308 」)
1309 \begin_inset Index idx
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313 SVG
1314 \begin_inset ERT
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318
1319 |see
1320 \lang japanese
1321 {
1322 \end_layout
1323
1324 \end_inset
1325
1326 画像書式
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 }
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \end_inset
1341
1342 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1343 \family typewriter
1344 .eps
1345 \family default
1346 」)
1347 \begin_inset Index idx
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351 EPS
1352 \begin_inset ERT
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356
1357 |see
1358 \lang japanese
1359 {
1360 \end_layout
1361
1362 \end_inset
1363
1364 画像書式
1365 \begin_inset ERT
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369
1370 }
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \end_layout
1377
1378 \end_inset
1379
1380 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1381 \family typewriter
1382 .pdf
1383 \family default
1384 」)
1385 \begin_inset Index idx
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 PDF
1390 \end_layout
1391
1392 \end_inset
1393
1394 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1395 \family typewriter
1396 .wmf
1397 \family default
1398 」)
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 SVG
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 |see
1410 \lang japanese
1411 {
1412 \end_layout
1413
1414 \end_inset
1415
1416 画像書式
1417 \begin_inset ERT
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421
1422 }
1423 \end_layout
1424
1425 \end_inset
1426
1427
1428 \end_layout
1429
1430 \end_inset
1431
1432 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1433 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1434 \begin_inset Foot
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 PDFの場合には、さらに元画像が圧縮されます。
1439 \end_layout
1440
1441 \end_inset
1442
1443 。たとえば、
1444 \family typewriter
1445 Adobe Photoshop
1446 \family default
1447 が生成するPDFファイルは、ビットマップ画像です。
1448 \end_layout
1449
1450 \begin_layout Standard
1451 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1452 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1453 \begin_inset Formula $\to$
1454 \end_inset
1455
1456 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1457 \end_layout
1458
1459 \begin_layout Chapter
1460
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 ひょう@表
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Section
1474 はじめに
1475 \begin_inset Index idx
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 ひょう@表 ! はじめに
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \begin_layout Standard
1488
1489 \family roman
1490 \series medium
1491 \shape up
1492 \size normal
1493 \emph off
1494 \bar no
1495 \noun off
1496 \color none
1497 表を挿入するには、ツールバーボタ
1498 \family default
1499 \series default
1500 \shape default
1501 \size default
1502 \emph default
1503 \bar default
1504 \noun default
1505 \color inherit
1506
1507 \begin_inset Info
1508 type  "icon"
1509 arg   "tabular-insert"
1510 \end_inset
1511
1512
1513 \family roman
1514 \series medium
1515 \shape up
1516 \size normal
1517 \emph off
1518 \bar no
1519 \noun off
1520 \color none
1521
1522 \family sans
1523 \series default
1524 \shape default
1525 \size default
1526 \emph default
1527 \bar default
1528 \noun default
1529 \color inherit
1530 挿入\SpecialChar \menuseparator
1531
1532 \family default
1533 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1534 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1535 \begin_inset Newline newline
1536 \end_inset
1537
1538 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1539 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1540 \end_layout
1541
1542 \begin_layout Standard
1543 \align center
1544 \begin_inset Tabular
1545 <lyxtabular version="3" rows="4" columns="4">
1546 <features rotate="0" tabularvalignment="middle">
1547 <column alignment="center" valignment="top">
1548 <column alignment="center" valignment="top">
1549 <column alignment="center" valignment="top">
1550 <column alignment="center" valignment="top">
1551 <row>
1552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 1
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 2
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 3
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 <row>
1590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1609 \begin_inset Text
1610
1611 \begin_layout Plain Layout
1612
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 </row>
1627 <row>
1628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659
1660 \end_layout
1661
1662 \end_inset
1663 </cell>
1664 </row>
1665 <row>
1666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1667 \begin_inset Text
1668
1669 \begin_layout Plain Layout
1670
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Plain Layout
1679
1680 \end_layout
1681
1682 \end_inset
1683 </cell>
1684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1685 \begin_inset Text
1686
1687 \begin_layout Plain Layout
1688
1689 \end_layout
1690
1691 \end_inset
1692 </cell>
1693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 </row>
1703 </lyxtabular>
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \begin_layout Section
1711 表ダイアログ
1712 \begin_inset Index idx
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 ひょう@表 ! だいあろぐ@ダイアログ
1717 \end_layout
1718
1719 \end_inset
1720
1721
1722 \end_layout
1723
1724 \begin_layout Standard
1725
1726 \family roman
1727 \series medium
1728 \shape up
1729 \size normal
1730 \emph off
1731 \bar no
1732 \noun off
1733 \color none
1734 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1735 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1736 \family default
1737 \series default
1738 \shape default
1739 \size default
1740 \emph default
1741 \bar default
1742 \noun default
1743 \color inherit
1744 セルの
1745 \emph on
1746 内容
1747 \emph default
1748 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1749 \begin_inset Newline newline
1750 \end_inset
1751
1752 ダイアログオプションの
1753 \family sans
1754 直ちに適用
1755 \family default
1756 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1757 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1758 \begin_inset Newline newline
1759 \end_inset
1760
1761 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1762 \end_layout
1763
1764 \begin_layout Description
1765
1766 \family sans
1767 表の設定
1768 \family default
1769  ここでは、現在列の幅と水平揃えを設定することができます。
1770 \family sans
1771 小数点で
1772 \family default
1773 とある揃えは、第
1774 \begin_inset CommandInset ref
1775 LatexCommand ref
1776 reference "sub:特殊なセル揃え"
1777
1778 \end_inset
1779
1780 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1781 は、第
1782 \begin_inset CommandInset ref
1783 LatexCommand ref
1784 reference "sub:複数行"
1785
1786 \end_inset
1787
1788 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1789 \begin_inset Newline newline
1790 \end_inset
1791
1792 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1793 \begin_inset CommandInset ref
1794 LatexCommand ref
1795 reference "sub:連結列"
1796
1797 \end_inset
1798
1799 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1800 \begin_inset CommandInset ref
1801 LatexCommand ref
1802 reference "sub:連結行"
1803
1804 \end_inset
1805
1806 節をご参照ください。
1807 \begin_inset Newline newline
1808 \end_inset
1809
1810 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1811 \begin_inset Newline newline
1812 \end_inset
1813
1814
1815 \begin_inset Note Greyedout
1816 status open
1817
1818 \begin_layout Plain Layout
1819
1820 \series bold
1821 【註】
1822 \series default
1823 DVIビューアのすべてが回転を表示できるわけではありません。
1824 \end_layout
1825
1826 \end_inset
1827
1828
1829 \begin_inset Newline newline
1830 \end_inset
1831
1832 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1833 \begin_inset Newline newline
1834 \end_inset
1835
1836 各種の揃えを適用した同一行中の表:
1837 \begin_inset Tabular
1838 <lyxtabular version="3" rows="2" columns="2">
1839 <features rotate="0" tabularvalignment="top">
1840 <column alignment="center" valignment="top" width="0pt">
1841 <column alignment="center" valignment="top">
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856 1
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 </row>
1862 <row>
1863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867 A
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 </lyxtabular>
1883
1884 \end_inset
1885
1886  
1887 \begin_inset Tabular
1888 <lyxtabular version="3" rows="2" columns="2">
1889 <features rotate="0" tabularvalignment="middle">
1890 <column alignment="center" valignment="top">
1891 <column alignment="center" valignment="top">
1892 <row>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906 1
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 </row>
1912 <row>
1913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917 A
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 </row>
1932 </lyxtabular>
1933
1934 \end_inset
1935
1936  
1937 \begin_inset Tabular
1938 <lyxtabular version="3" rows="2" columns="2">
1939 <features rotate="0" tabularvalignment="bottom">
1940 <column alignment="center" valignment="top" width="0pt">
1941 <column alignment="center" valignment="top">
1942 <row>
1943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956 1
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 </row>
1962 <row>
1963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967 A
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1973 \begin_inset Text
1974
1975 \begin_layout Plain Layout
1976
1977 \end_layout
1978
1979 \end_inset
1980 </cell>
1981 </row>
1982 </lyxtabular>
1983
1984 \end_inset
1985
1986
1987 \begin_inset Newline newline
1988 \end_inset
1989
1990 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1991 \begin_inset CommandInset ref
1992 LatexCommand ref
1993 reference "sub:連結列の計算"
1994
1995 \end_inset
1996
1997 節および第
1998 \begin_inset CommandInset ref
1999 LatexCommand ref
2000 reference "sec:色付きの表"
2001
2002 \end_inset
2003
2004 節をご参照下さい。
2005 \end_layout
2006
2007 \begin_layout Description
2008
2009 \family sans
2010 罫線
2011 \family default
2012  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016 様式オプションとして
2017 \family sans
2018 フォーマル様式
2019 \family default
2020 を使用すると、第
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sec:フォーマル形式の表"
2024
2025 \end_inset
2026
2027 節に述べられているフォーマル様式の表に表を変換します。
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031 またここで、第
2032 \begin_inset CommandInset ref
2033 LatexCommand ref
2034 reference "sub:行の余白取り"
2035
2036 \end_inset
2037
2038 節に述べられているように、表の行に空白を追加することもできます。
2039 \end_layout
2040
2041 \begin_layout Description
2042
2043 \family sans
2044 長尺表
2045 \family default
2046  このタブは、複数のページにわたる、いわゆる「
2047 \emph on
2048 長尺表
2049 \emph default
2050 」を作るためのものです。第
2051 \begin_inset CommandInset ref
2052 LatexCommand ref
2053 reference "sec:長尺表"
2054
2055 \end_inset
2056
2057 節および第
2058 \begin_inset CommandInset ref
2059 LatexCommand ref
2060 reference "sec:長尺表にまつわる諸点"
2061
2062 \end_inset
2063
2064 節に、長尺表の機能に関する詳細な説明があります。
2065 \end_layout
2066
2067 \begin_layout Section
2068 表ツールバー
2069 \begin_inset Index idx
2070 status collapsed
2071
2072 \begin_layout Plain Layout
2073 ひょう@表 ! つーるばー@ツールバー
2074 \end_layout
2075
2076 \end_inset
2077
2078
2079 \end_layout
2080
2081 \begin_layout Standard
2082 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2083 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2084 \end_layout
2085
2086 \begin_layout Standard
2087 ツールバーには、以下のアイコンがあります。
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092
2093 \family sans
2094 \begin_inset Info
2095 type  "icon"
2096 arg   "inset-modify tabular append-row"
2097 \end_inset
2098
2099
2100 \family default
2101  は、現在セルあるいは選択範囲の下に行を追加します。
2102 \end_layout
2103
2104 \begin_layout Labeling
2105 \labelwidthstring 00.00.0000
2106
2107 \family sans
2108 \begin_inset Info
2109 type  "icon"
2110 arg   "inset-modify tabular append-column"
2111 \end_inset
2112
2113
2114 \family default
2115  は、現在セルあるいは選択範囲の右に列を追加します。
2116 \end_layout
2117
2118 \begin_layout Labeling
2119 \labelwidthstring 00.00.0000
2120
2121 \family sans
2122 \begin_inset Info
2123 type  "icon"
2124 arg   "inset-modify tabular delete-row"
2125 \end_inset
2126
2127
2128 \family default
2129  は、現在行あるいは選択範囲行を削除します。
2130 \end_layout
2131
2132 \begin_layout Labeling
2133 \labelwidthstring 00.00.0000
2134
2135 \family sans
2136 \begin_inset Info
2137 type  "icon"
2138 arg   "inset-modify tabular delete-column"
2139 \end_inset
2140
2141
2142 \family default
2143  は、現在列あるいは選択範囲列を削除します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148
2149 \family sans
2150 \begin_inset Info
2151 type  "icon"
2152 arg   "inset-modify tabular toggle-line-top"
2153 \end_inset
2154
2155
2156 \family default
2157  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162
2163 \family sans
2164 \begin_inset Info
2165 type  "icon"
2166 arg   "inset-modify tabular toggle-line-bottom"
2167 \end_inset
2168
2169
2170 \family default
2171  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176
2177 \family sans
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "inset-modify tabular toggle-line-left"
2181 \end_inset
2182
2183
2184 \family default
2185  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190
2191 \family sans
2192 \begin_inset Info
2193 type  "icon"
2194 arg   "inset-modify tabular toggle-line-right"
2195 \end_inset
2196
2197
2198 \family default
2199  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204
2205 \family sans
2206 \begin_inset Info
2207 type  "icon"
2208 arg   "inset-modify tabular set-all-lines"
2209 \end_inset
2210
2211
2212 \family default
2213  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218
2219 \family sans
2220 \begin_inset Info
2221 type  "icon"
2222 arg   "inset-modify tabular unset-all-lines"
2223 \end_inset
2224
2225
2226 \family default
2227  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232
2233 \family sans
2234 \begin_inset Info
2235 type  "icon"
2236 arg   "inset-modify tabular m-align-left"
2237 \end_inset
2238
2239
2240 \family default
2241  は、現在セルあるいは現在列の内容を左揃えにします。
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246
2247 \family sans
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "inset-modify tabular m-align-center"
2251 \end_inset
2252
2253
2254 \family default
2255  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260
2261 \family sans
2262 \begin_inset Info
2263 type  "icon"
2264 arg   "inset-modify tabular m-align-right"
2265 \end_inset
2266
2267
2268 \family default
2269  は、現在セルあるいは現在列の内容を右揃えにします。
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274
2275 \family sans
2276 \begin_inset Info
2277 type  "icon"
2278 arg   "inset-modify tabular align-decimal"
2279 \end_inset
2280
2281
2282 \family default
2283  は、現在セルの内容を特定文字位置で揃えます。
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288
2289 \family sans
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "inset-modify tabular m-valign-top"
2293 \end_inset
2294
2295
2296 \family default
2297  は、現在セルの内容を垂直方向上揃えにします。
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302
2303 \family sans
2304 \begin_inset Info
2305 type  "icon"
2306 arg   "inset-modify tabular m-valign-middle"
2307 \end_inset
2308
2309
2310 \family default
2311  は、現在セルの内容を垂直方向中央揃えにします。
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316
2317 \family sans
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "inset-modify tabular m-valign-bottom"
2321 \end_inset
2322
2323
2324 \family default
2325  は、現在セルの内容を垂直方向下揃えにします。
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330
2331 \family sans
2332 \begin_inset Info
2333 type  "icon"
2334 arg   "inset-modify tabular set-rotate-cell"
2335 \end_inset
2336
2337
2338 \family default
2339  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344
2345 \family sans
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "inset-modify tabular set-rotate-tabular"
2349 \end_inset
2350
2351
2352 \family default
2353  は、表全体を反時計廻りに90度回転します。
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358
2359 \family sans
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "inset-modify tabular multicolumn"
2363 \end_inset
2364
2365
2366 \family default
2367  は、現在セルあるいは選択範囲を連結列にします。
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372
2373 \family sans
2374 \begin_inset Info
2375 type  "icon"
2376 arg   "inset-modify tabular multirow"
2377 \end_inset
2378
2379
2380 \family default
2381  は、現在セルあるいは選択範囲を連結行にします。
2382 \end_layout
2383
2384 \begin_layout Standard
2385 \begin_inset Note Greyedout
2386 status open
2387
2388 \begin_layout Plain Layout
2389
2390 \series bold
2391 【註】
2392 \series default
2393 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Section
2402 表編集メニュー
2403 \begin_inset Index idx
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2408 \end_layout
2409
2410 \end_inset
2411
2412
2413 \end_layout
2414
2415 \begin_layout Standard
2416 表ダイアログと表ツールバーの他に、
2417 \family sans
2418 編集\SpecialChar \menuseparator
2419
2420 \family default
2421 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2422 部にあるときのみ、表示されます。
2423 \end_layout
2424
2425 \begin_layout Section
2426 表フロート
2427 \begin_inset CommandInset label
2428 LatexCommand label
2429 name "sec:表フロート"
2430
2431 \end_inset
2432
2433
2434 \begin_inset Index idx
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 ふろーと@フロート ! ひょう@表
2439 \end_layout
2440
2441 \end_inset
2442
2443
2444 \begin_inset Index idx
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448 ひょう@表 ! ふろーと@フロート
2449 \end_layout
2450
2451 \end_inset
2452
2453
2454 \end_layout
2455
2456 \begin_layout Standard
2457 フロートの一般的な説明については、第
2458 \begin_inset CommandInset ref
2459 LatexCommand ref
2460 reference "sec:フロートはじめに"
2461
2462 \end_inset
2463
2464 節をご覧下さい。
2465 \end_layout
2466
2467 \begin_layout Standard
2468 \begin_inset Float table
2469 placement h
2470 wide false
2471 sideways false
2472 status open
2473
2474 \begin_layout Plain Layout
2475 \begin_inset Caption Standard
2476
2477 \begin_layout Plain Layout
2478 \begin_inset CommandInset label
2479 LatexCommand label
2480 name "tab:表フロート"
2481
2482 \end_inset
2483
2484 表フロート
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Plain Layout
2493 \align center
2494 \begin_inset Tabular
2495 <lyxtabular version="3" rows="3" columns="3">
2496 <features rotate="0" tabularvalignment="middle">
2497 <column alignment="center" valignment="top" width="0pt">
2498 <column alignment="center" valignment="top" width="0pt">
2499 <column alignment="center" valignment="top" width="0pt">
2500 <row>
2501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Plain Layout
2505
2506 \family roman
2507 \series medium
2508 \shape up
2509 \size normal
2510 \emph off
2511 \bar no
2512 \noun off
2513 \color none
2514 1
2515 \end_layout
2516
2517 \end_inset
2518 </cell>
2519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2520 \begin_inset Text
2521
2522 \begin_layout Plain Layout
2523
2524 \family roman
2525 \series medium
2526 \shape up
2527 \size normal
2528 \emph off
2529 \bar no
2530 \noun off
2531 \color none
2532 2
2533 \end_layout
2534
2535 \end_inset
2536 </cell>
2537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2538 \begin_inset Text
2539
2540 \begin_layout Plain Layout
2541
2542 \family roman
2543 \series medium
2544 \shape up
2545 \size normal
2546 \emph off
2547 \bar no
2548 \noun off
2549 \color none
2550 3
2551 \end_layout
2552
2553 \end_inset
2554 </cell>
2555 </row>
2556 <row>
2557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2558 \begin_inset Text
2559
2560 \begin_layout Plain Layout
2561 森嶋
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2567 \begin_inset Text
2568
2569 \begin_layout Plain Layout
2570 宇沢
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Plain Layout
2579 二階堂
2580 \end_layout
2581
2582 \end_inset
2583 </cell>
2584 </row>
2585 <row>
2586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2587 \begin_inset Text
2588
2589 \begin_layout Plain Layout
2590
2591 \family roman
2592 \series medium
2593 \shape up
2594 \size normal
2595 \emph off
2596 \bar no
2597 \noun off
2598 \color none
2599 \begin_inset Formula $\int x^{2}dx$
2600 \end_inset
2601
2602
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2608 \begin_inset Text
2609
2610 \begin_layout Plain Layout
2611
2612 \family roman
2613 \series medium
2614 \shape up
2615 \size normal
2616 \emph off
2617 \bar no
2618 \noun off
2619 \color none
2620 \begin_inset Formula $\left[\begin{array}{cc}
2621 a & b\\
2622 c & d
2623 \end{array}\right]$
2624 \end_inset
2625
2626
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Plain Layout
2635
2636 \family roman
2637 \series medium
2638 \shape up
2639 \size normal
2640 \emph off
2641 \bar no
2642 \noun off
2643 \color none
2644 \begin_inset Formula $1+1=2$
2645 \end_inset
2646
2647
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 </row>
2653 </lyxtabular>
2654
2655 \end_inset
2656
2657
2658 \end_layout
2659
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \begin_layout Standard
2666 表フロートは、
2667 \family sans
2668 挿入
2669 \shape up
2670 \SpecialChar \menuseparator
2671 フロート\SpecialChar \menuseparator
2672
2673 \family default
2674 \shape default
2675 メニューかツールバーボタン
2676 \family sans
2677
2678 \begin_inset Info
2679 type  "icon"
2680 arg   "float-insert table"
2681 \end_inset
2682
2683
2684 \family default
2685 を使うと挿入することができます。
2686 \end_layout
2687
2688 \begin_layout Standard
2689 フロートは折りたたむことのできるボックスとして表示され、中には「表
2690 \begin_inset space ~
2691 \end_inset
2692
2693 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2694 \end_layout
2695
2696 \begin_layout Standard
2697
2698 \begin_inset space ~
2699 \end_inset
2700
2701
2702 \begin_inset CommandInset ref
2703 LatexCommand ref
2704 reference "tab:表フロート"
2705
2706 \end_inset
2707
2708 は、表フロートに入れた表の例です。
2709 \end_layout
2710
2711 \begin_layout Standard
2712 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2713 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2714 eXパッケージの
2715 \series bold
2716 caption
2717 \series default
2718
2719 \begin_inset Index idx
2720 status collapsed
2721
2722 \begin_layout Plain Layout
2723 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2724 \end_layout
2725
2726 \end_inset
2727
2728
2729 \end_layout
2730
2731 \begin_layout Standard
2732
2733 \series bold
2734 tableposition=top
2735 \end_layout
2736
2737 \begin_layout Standard
2738 というオプションとともにloadコマンドを使って読み込んでください
2739 \begin_inset Foot
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743 詳しくは、第
2744 \begin_inset CommandInset ref
2745 LatexCommand ref
2746 reference "sec:キャプションの配置"
2747
2748 \end_inset
2749
2750 節をご覧下さい。
2751 \end_layout
2752
2753 \end_inset
2754
2755 。キャプション書式を調整するには、第
2756 \begin_inset CommandInset ref
2757 LatexCommand ref
2758 reference "sec:キャプションの書式設定"
2759
2760 \end_inset
2761
2762 節にものべられているように
2763 \series bold
2764 caption
2765 \series default
2766 パッケージを使用します。
2767 \end_layout
2768
2769 \begin_layout Standard
2770 \begin_inset Index idx
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774 さんしょう@参照 ! ひょうへの@表への
2775 \end_layout
2776
2777 \end_inset
2778
2779 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2780 \family sans
2781 挿入\SpecialChar \menuseparator
2782 ラベル
2783 \family default
2784 メニューかツールバーボタンの
2785 \family sans
2786
2787 \begin_inset Info
2788 type  "icon"
2789 arg   "label-insert"
2790 \end_inset
2791
2792
2793 \family default
2794 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2795 相互参照メニューかツールバーボタンの
2796 \family sans
2797
2798 \begin_inset Info
2799 type  "icon"
2800 arg   "dialog-show-new-inset ref"
2801 \end_inset
2802
2803
2804 \family default
2805 を用いて、このラベルを参照することができます。
2806 \begin_inset Newline newline
2807 \end_inset
2808
2809 参照は、第
2810 \begin_inset CommandInset ref
2811 LatexCommand ref
2812 reference "sec:フロートの参照"
2813
2814 \end_inset
2815
2816 節で詳細に説明されています。
2817 \end_layout
2818
2819 \begin_layout Section
2820 長尺表
2821 \begin_inset CommandInset label
2822 LatexCommand label
2823 name "sec:長尺表"
2824
2825 \end_inset
2826
2827
2828 \begin_inset Index idx
2829 status collapsed
2830
2831 \begin_layout Plain Layout
2832 ちょうしゃくひょう@長尺表
2833 \end_layout
2834
2835 \end_inset
2836
2837
2838 \begin_inset Index idx
2839 status collapsed
2840
2841 \begin_layout Plain Layout
2842 ひょう@表 ! ちょうしゃくひょう@長尺表
2843 \end_layout
2844
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \begin_layout Standard
2851 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2852 \family sans
2853 長尺表
2854 \family default
2855 タブにある
2856 \family sans
2857 長尺表を使う
2858 \family default
2859 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2860 することができるようになります。
2861 \end_layout
2862
2863 \begin_layout Description
2864 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2865 \family roman
2866 \series medium
2867 \shape up
2868 \size normal
2869 \emph off
2870 \bar no
2871 \noun off
2872 \color none
2873 ただし、
2874 \family sans
2875 \series default
2876 \shape default
2877 \size default
2878 \emph default
2879 \bar default
2880 \noun default
2881 \color inherit
2882 冒頭ヘッダ
2883 \family roman
2884 \series medium
2885 \shape up
2886 \size normal
2887 \emph off
2888 \bar no
2889 \noun off
2890 \color none
2891 が定義されているときは、冒頭ページを除きます。
2892 \family default
2893 \series default
2894 \shape default
2895 \size default
2896 \emph default
2897 \bar default
2898 \noun default
2899 \color inherit
2900 これと区別して、このヘッダは本体ヘッダと呼びます。
2901 \end_layout
2902
2903 \begin_layout Description
2904 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2905 \end_layout
2906
2907 \begin_layout Description
2908 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2909 \family roman
2910 \series medium
2911 \shape up
2912 \size normal
2913 \emph off
2914 \bar no
2915 \noun off
2916 \color none
2917 ただし、
2918 \family sans
2919 \series default
2920 \shape default
2921 \size default
2922 \emph default
2923 \bar default
2924 \noun default
2925 \color inherit
2926 末尾フッタ
2927 \family roman
2928 \series medium
2929 \shape up
2930 \size normal
2931 \emph off
2932 \bar no
2933 \noun off
2934 \color none
2935 が定義されているときは、末尾ページを除きます。
2936 \end_layout
2937
2938 \begin_layout Description
2939 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2940 \end_layout
2941
2942 \begin_layout Description
2943 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2944 \begin_inset CommandInset ref
2945 LatexCommand ref
2946 reference "sub:長尺表のキャプション"
2947
2948 \end_inset
2949
2950 節で説明されています。
2951 \end_layout
2952
2953 \begin_layout Standard
2954 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2955 \end_layout
2956
2957 \begin_layout Standard
2958 \align center
2959 \begin_inset Tabular
2960 <lyxtabular version="3" rows="69" columns="3">
2961 <features rotate="0" islongtable="true" longtabularalignment="center">
2962 <column alignment="left" valignment="top" width="0cm">
2963 <column alignment="left" valignment="top" width="0pt">
2964 <column alignment="center" valignment="top" width="0pt">
2965 <row endfirsthead="true">
2966 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \series bold
2972 例示用電話帳(名前は無視してください)
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 </row>
2996 <row endfirsthead="true">
2997 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001 氏名
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Plain Layout
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019
3020 \series bold
3021 TEL.
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 </row>
3027 <row endhead="true">
3028 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \series bold
3034 例示用電話帳
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 </row>
3058 <row endhead="true">
3059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 氏名
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \series bold
3083 TEL.
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 <row endfoot="true">
3090 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 次頁へつづく
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 </row>
3118 <row>
3119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \series bold
3125 Annovi
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell alignment="center" valignment="top" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134 Silvia
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 111
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 </row>
3149 <row>
3150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 Bertoli
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 Stefano
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174 111
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 Bozzi
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 Walter
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 111
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \series bold
3218 Cachia
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 Maria
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 111
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 </row>
3242 <row>
3243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \series bold
3249 Cachia
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 Maurizio
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 111
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 </row>
3273 <row>
3274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \series bold
3280 Cinquemani
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 Giusi
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 111
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row>
3305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 Colin
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 Bernard
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 111
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \series bold
3342 Concli
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 Gianfranco
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 111
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row>
3367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \series bold
3373 Dal Bosco
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 Carolina
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 111
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \series bold
3404 Dalpiaz
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 Annamaria
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 111
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row>
3429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \series bold
3435 Feliciello
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 Domenico
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 111
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 </row>
3459 <row>
3460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \series bold
3466 Focarelli
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Paola
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 111
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row>
3491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 Galletti
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 Oreste
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 111
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 <row>
3522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Gasparini
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 Franca
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 111
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 Rizzardi
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 Paola
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 111
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Lassini
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Giancarlo
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 111
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 Malfatti
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Luciano
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 111
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 Malfatti
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 Valeriano
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 111
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Meneguzzo
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Roberto
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Mezzadra
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Roberto
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Pirpamer
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Erich
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Pochiesa
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Paolo
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111, 222
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Radina
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Claudio
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Stuffer
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Oskar
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Tacchelli
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Ugo
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Tezzele
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Margit
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Unterkalmsteiner
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Frieda
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Vieider
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Hilde
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Vigna
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Jürgen
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Weber
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Maurizio
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Winkler
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Franz
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084  
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \series bold
4115 Annovi
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Silvia
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 555
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 </row>
4139 <row>
4140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \series bold
4146 Bertoli
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Stefano
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 555
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \series bold
4177 Bozzi
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Walter
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 555
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Cachia
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Maria
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 555
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \series bold
4239 Cachia
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Maurizio
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 555
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \series bold
4270 Cinquemani
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Giusi
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 555
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299
4300 \series bold
4301 Colin
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 Bernard
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 555
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \series bold
4332 Concli
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Gianfranco
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 555
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361
4362 \series bold
4363 Dal Bosco
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 Carolina
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 555
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392
4393 \series bold
4394 Dalpiaz
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 Annamaria
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 555
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423
4424 \series bold
4425 Feliciello
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 Domenico
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 555
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454
4455 \series bold
4456 Focarelli
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 Paola
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 555
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485
4486 \series bold
4487 Galletti
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 Oreste
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 555
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516
4517 \series bold
4518 Gasparini
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 Franca
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 555
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \series bold
4549 Rizzardi
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 Paola
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 555
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 </row>
4573 <row>
4574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \series bold
4580 Lassini
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Giancarlo
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 555
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \series bold
4611 Malfatti
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 Luciano
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 555
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640
4641 \series bold
4642 Malfatti
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 Valeriano
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 555
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Meneguzzo
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Roberto
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Mezzadra
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Roberto
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Pirpamer
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Erich
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Pochiesa
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Paolo
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555, 222
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Radina
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Claudio
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Stuffer
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Oskar
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Tacchelli
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Ugo
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Tezzele
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Margit
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Unterkalmsteiner
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Frieda
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Vieider
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Hilde
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Vigna
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Jürgen
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 999
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Weber
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Maurizio
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 555
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Winkler
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Franz
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 555
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row endlastfoot="true">
5070 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 以上
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 </lyxtabular>
5099
5100 \end_inset
5101
5102
5103 \begin_inset ERT
5104 status collapsed
5105
5106 \begin_layout Plain Layout
5107
5108
5109 \backslash
5110 addtocounter{table}{-1}
5111 \end_layout
5112
5113 \end_inset
5114
5115
5116 \begin_inset Note Note
5117 status collapsed
5118
5119 \begin_layout Plain Layout
5120 本コマンドの説明については、第
5121 \begin_inset CommandInset ref
5122 LatexCommand ref
5123 reference "sub:長尺表のキャプション"
5124
5125 \end_inset
5126
5127 節の最初の淡色注釈をご覧下さい。
5128 \end_layout
5129
5130 \end_inset
5131
5132
5133 \end_layout
5134
5135 \begin_layout Subsection
5136 長尺表での脚注
5137 \begin_inset CommandInset label
5138 LatexCommand label
5139 name "sub:長尺表での脚注"
5140
5141 \end_inset
5142
5143
5144 \begin_inset Index idx
5145 status collapsed
5146
5147 \begin_layout Plain Layout
5148 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5149 \end_layout
5150
5151 \end_inset
5152
5153
5154 \end_layout
5155
5156 \begin_layout Standard
5157 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5158 \begin_inset CommandInset ref
5159 LatexCommand ref
5160 reference "tab:別キャプション"
5161
5162 \end_inset
5163
5164 には脚注が付いています。
5165 \end_layout
5166
5167 \begin_layout Subsection
5168 長尺表の縦横揃え
5169 \begin_inset Index idx
5170 status collapsed
5171
5172 \begin_layout Plain Layout
5173 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \begin_layout Standard
5182 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5183 設定してから
5184 \end_layout
5185
5186 \begin_layout Standard
5187
5188 \series bold
5189
5190 \backslash
5191 setlength{
5192 \backslash
5193 LTleft}{値}
5194 \end_layout
5195
5196 \begin_layout Standard
5197 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5198 \series bold
5199
5200 \backslash
5201 LTleft
5202 \series default
5203 および
5204 \series bold
5205
5206 \backslash
5207 LTright
5208 \series default
5209 の値を変更しなくてはなりません。ここで「値」は、第
5210 \begin_inset CommandInset ref
5211 LatexCommand ref
5212 reference "tab:単位"
5213
5214 \end_inset
5215
5216 表に挙げてある単位であれば、どの単位を取ることもできます。
5217 \series bold
5218
5219 \backslash
5220 LTleft
5221 \series default
5222 は、左頁余白から長尺表までの水平方向の距離を制御し、
5223 \series bold
5224
5225 \backslash
5226 LTright
5227 \series default
5228 は、右頁余白からの距離を制御します。これらの長さの既定値は
5229 \series bold
5230
5231 \backslash
5232 fill
5233 \series default
5234 となっており、LyXの水平フィルと同等になっています。
5235 \end_layout
5236
5237 \begin_layout Standard
5238 以下の長尺表は、中央揃えの上、
5239 \series bold
5240
5241 \backslash
5242 LTleft
5243 \series default
5244
5245 \family sans
5246 0.1
5247 \backslash
5248 columnwidth
5249 \family default
5250 に設定してあります。
5251 \begin_inset ERT
5252 status collapsed
5253
5254 \begin_layout Plain Layout
5255
5256
5257 \backslash
5258 setlength{
5259 \backslash
5260 LTleft}{0.1
5261 \backslash
5262 columnwidth}
5263 \end_layout
5264
5265 \end_inset
5266
5267
5268 \end_layout
5269
5270 \begin_layout Standard
5271 \begin_inset Tabular
5272 <lyxtabular version="3" rows="5" columns="5">
5273 <features rotate="0" islongtable="true" longtabularalignment="center">
5274 <column alignment="center" valignment="top">
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 <row>
5280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 1
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 2
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 3
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 4
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 5
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 <row>
5327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 いろは
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367 いろは
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 </row>
5373 <row>
5374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 いろは
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 いろは
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 </row>
5420 <row>
5421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 いろは
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 いろは
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 </row>
5467 <row>
5468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 いろは
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 いろは
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 いろは
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 いろは
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 いろは
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 </lyxtabular>
5515
5516 \end_inset
5517
5518
5519 \begin_inset ERT
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523
5524
5525 \backslash
5526 setlength{
5527 \backslash
5528 LTleft}{
5529 \backslash
5530 fill}
5531 \end_layout
5532
5533 \end_inset
5534
5535
5536 \begin_inset ERT
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540
5541
5542 \backslash
5543 addtocounter{table}{-1}
5544 \end_layout
5545
5546 \end_inset
5547
5548
5549 \begin_inset Note Note
5550 status collapsed
5551
5552 \begin_layout Plain Layout
5553 このコマンドの説明に関しては、第
5554 \begin_inset CommandInset ref
5555 LatexCommand ref
5556 reference "sub:長尺表のキャプション"
5557
5558 \end_inset
5559
5560 節の最初の淡色注釈をご覧下さい。
5561 \end_layout
5562
5563 \end_inset
5564
5565
5566 \end_layout
5567
5568 \begin_layout Subsection
5569 長尺表のキャプション
5570 \begin_inset Index idx
5571 status collapsed
5572
5573 \begin_layout Plain Layout
5574 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5575 \end_layout
5576
5577 \end_inset
5578
5579
5580 \begin_inset CommandInset label
5581 LatexCommand label
5582 name "sub:長尺表のキャプション"
5583
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \begin_layout Standard
5590 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5591 \begin_inset CommandInset ref
5592 LatexCommand ref
5593 reference "sec:長尺表"
5594
5595 \end_inset
5596
5597 節に述べられているように、ある行で長尺表オプションの
5598 \family sans
5599 キャプション
5600 \family default
5601 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5602 \family sans
5603 冒頭ヘッダ
5604 \family default
5605
5606 \family sans
5607 ヘッダ
5608 \family default
5609
5610 \family sans
5611 フッタ
5612 \family default
5613
5614 \family sans
5615 末尾フッタ
5616 \family default
5617 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5618 \end_layout
5619
5620 \begin_layout Standard
5621 以下は、動作を確認するための短い長尺表です。
5622 \end_layout
5623
5624 \begin_layout Standard
5625 \begin_inset Tabular
5626 <lyxtabular version="3" rows="6" columns="5">
5627 <features rotate="0" islongtable="true" longtabularalignment="center">
5628 <column alignment="center" valignment="top">
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 <row endfirsthead="true" caption="true">
5634 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 \begin_inset Caption Standard
5639
5640 \begin_layout Plain Layout
5641 キャプション付き長尺表
5642 \begin_inset Argument 1
5643 status collapsed
5644
5645 \begin_layout Plain Layout
5646 長尺表
5647 \end_layout
5648
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 1
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 2
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 3
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 4
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 5
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 </row>
5745 <row>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 いろは
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 いろは
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 </row>
5792 <row>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 いろは
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 いろは
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 </row>
5839 <row>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 いろは
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 いろは
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 </row>
5886 <row>
5887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 いろは
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 いろは
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 いろは
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 いろは
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 いろは
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 </row>
5933 </lyxtabular>
5934
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \begin_layout Standard
5941 \begin_inset VSpace medskip
5942 \end_inset
5943
5944
5945 \begin_inset Note Greyedout
5946 status open
5947
5948 \begin_layout Plain Layout
5949
5950 \series bold
5951 【註1】
5952 \series default
5953 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5954 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5955 \end_layout
5956
5957 \begin_layout Plain Layout
5958
5959 \series bold
5960
5961 \backslash
5962 addtocounter{table}{-1}
5963 \end_layout
5964
5965 \begin_layout Plain Layout
5966 というコマンドを挿入する方法があります。
5967 \end_layout
5968
5969 \begin_layout Plain Layout
5970 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5971 \end_layout
5972
5973 \begin_layout Plain Layout
5974
5975 \series bold
5976
5977 \backslash
5978 let
5979 \backslash
5980 myEnd
5981 \backslash
5982 endlongtable
5983 \begin_inset Newline newline
5984 \end_inset
5985
5986
5987 \backslash
5988 renewcommand{
5989 \backslash
5990 endlongtable}{
5991 \backslash
5992 myEnd
5993 \backslash
5994 addtocounter{table}{-1}}
5995 \end_layout
5996
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \begin_layout Standard
6003 \begin_inset Note Greyedout
6004 status open
6005
6006 \begin_layout Plain Layout
6007
6008 \series bold
6009 【註2】
6010 \series default
6011 相互参照をリンクするために、
6012 \family sans
6013 文書設定
6014 \family default
6015 ダイアログの
6016 \family sans
6017 PDF特性
6018 \family default
6019
6020 \series bold
6021 hyperref
6022 \series default
6023
6024 \begin_inset Index idx
6025 status collapsed
6026
6027 \begin_layout Plain Layout
6028 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6029 \end_layout
6030
6031 \end_inset
6032
6033 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6034 \end_layout
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \begin_layout Subsubsection
6042 長尺表への参照
6043 \begin_inset Index idx
6044 status collapsed
6045
6046 \begin_layout Plain Layout
6047 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6048 \end_layout
6049
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \begin_layout Standard
6056 \begin_inset Tabular
6057 <lyxtabular version="3" rows="6" columns="5">
6058 <features rotate="0" islongtable="true" longtabularalignment="center">
6059 <column alignment="center" valignment="top">
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 <row endfirsthead="true" caption="true">
6065 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 \begin_inset Caption Standard
6070
6071 \begin_layout Plain Layout
6072 参照された長尺表
6073 \begin_inset CommandInset label
6074 LatexCommand label
6075 name "tab:参照例"
6076
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 1
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 2
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 3
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 4
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 5
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 </row>
6173 <row>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 いろは
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 いろは
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 <row>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 いろは
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 いろは
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 <row>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 いろは
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 いろは
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 <row>
6315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 いろは
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 いろは
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 いろは
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 いろは
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 いろは
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 </row>
6361 </lyxtabular>
6362
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \begin_layout Standard
6369 長尺表を参照するには、キャプションにラベルを挿入してください。
6370 \end_layout
6371
6372 \begin_layout Standard
6373 これは表
6374 \begin_inset CommandInset ref
6375 LatexCommand ref
6376 reference "tab:参照例"
6377
6378 \end_inset
6379
6380 への参照です。
6381 \end_layout
6382
6383 \begin_layout Standard
6384 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6385 \series bold
6386 caption
6387 \series default
6388
6389 \begin_inset Index idx
6390 status collapsed
6391
6392 \begin_layout Plain Layout
6393 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6394 \end_layout
6395
6396 \end_inset
6397
6398 を使用して設定することができます。第
6399 \begin_inset CommandInset ref
6400 LatexCommand ref
6401 reference "sec:キャプションの書式設定"
6402
6403 \end_inset
6404
6405 節をご覧下さい。
6406 \end_layout
6407
6408 \begin_layout Subsubsection
6409 キャプションの幅
6410 \begin_inset Index idx
6411 status collapsed
6412
6413 \begin_layout Plain Layout
6414 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6415 \end_layout
6416
6417 \end_inset
6418
6419
6420 \end_layout
6421
6422 \begin_layout Standard
6423 キャプション行の最大長は、長さ
6424 \series bold
6425
6426 \backslash
6427 LTcapwidth
6428 \series default
6429 によって指定することができます。既定値は4
6430 \begin_inset space \thinspace{}
6431 \end_inset
6432
6433 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6434 \end_layout
6435
6436 \begin_layout Standard
6437
6438 \series bold
6439
6440 \backslash
6441 setlength{
6442 \backslash
6443 LTcapwidth}{幅}
6444 \end_layout
6445
6446 \begin_layout Standard
6447 というコマンドを書き加えて下さい。ここで「幅」には、付録
6448 \begin_inset CommandInset ref
6449 LatexCommand ref
6450 reference "cha:LyXで使用できる単位"
6451
6452 \end_inset
6453
6454 に挙げられている単位を取ることができます。
6455 \end_layout
6456
6457 \begin_layout Standard
6458 以下の各表で違いを示します。
6459 \end_layout
6460
6461 \begin_layout Standard
6462 \begin_inset Tabular
6463 <lyxtabular version="3" rows="6" columns="5">
6464 <features rotate="0" islongtable="true" longtabularalignment="center">
6465 <column alignment="center" valignment="top">
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 <row endfirsthead="true" caption="true">
6471 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 \begin_inset Caption Standard
6476
6477 \begin_layout Plain Layout
6478 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6479 \begin_inset Argument 1
6480 status collapsed
6481
6482 \begin_layout Plain Layout
6483 既定幅のキャプション
6484 \end_layout
6485
6486 \end_inset
6487
6488
6489 \end_layout
6490
6491 \end_inset
6492
6493
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 </row>
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 1
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 2
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 3
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 4
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 5
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 いろは
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 いろは
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 </row>
6629 <row>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 いろは
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 いろは
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 </row>
6676 <row>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 いろは
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 いろは
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 いろは
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 いろは
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 いろは
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 いろは
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 いろは
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 </row>
6770 </lyxtabular>
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \begin_layout Standard
6778 \begin_inset ERT
6779 status collapsed
6780
6781 \begin_layout Plain Layout
6782
6783
6784 \backslash
6785 setlength{
6786 \backslash
6787 LTcapwidth}{5cm}
6788 \end_layout
6789
6790 \end_inset
6791
6792
6793 \begin_inset Tabular
6794 <lyxtabular version="3" rows="6" columns="5">
6795 <features rotate="0" islongtable="true" longtabularalignment="center">
6796 <column alignment="center" valignment="top">
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 <row endfirsthead="true" caption="true">
6802 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 \begin_inset Caption Standard
6807
6808 \begin_layout Plain Layout
6809 5
6810 \begin_inset space \thinspace{}
6811 \end_inset
6812
6813 cm幅のなが〜いフルタイトル・5
6814 \begin_inset space \thinspace{}
6815 \end_inset
6816
6817 cm幅のなが〜いフルタイトル・5
6818 \begin_inset space \thinspace{}
6819 \end_inset
6820
6821 cm幅のなが〜いフルタイトル
6822 \begin_inset Argument 1
6823 status collapsed
6824
6825 \begin_layout Plain Layout
6826 5
6827 \begin_inset space \thinspace{}
6828 \end_inset
6829
6830 cm幅のキャプション
6831 \end_layout
6832
6833 \end_inset
6834
6835
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 </row>
6882 <row>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 1
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 2
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 3
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 4
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 5
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 </row>
6929 <row>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 いろは
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 いろは
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 </row>
6976 <row>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 いろは
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 いろは
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 いろは
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 いろは
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 <row>
7071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 いろは
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 いろは
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 いろは
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 いろは
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 いろは
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 </lyxtabular>
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \begin_layout Standard
7125 \begin_inset ERT
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129
7130
7131 \backslash
7132 setlength{
7133 \backslash
7134 LTcapwidth}{4in}
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \begin_layout Standard
7143 \begin_inset Note Greyedout
7144 status open
7145
7146 \begin_layout Plain Layout
7147
7148 \series bold
7149 【註】
7150 \series default
7151 この文書のようにLaTeXパッケージの
7152 \series bold
7153 caption
7154 \series default
7155
7156 \begin_inset Index idx
7157 status collapsed
7158
7159 \begin_layout Plain Layout
7160 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7161 \end_layout
7162
7163 \end_inset
7164
7165 を使用している時には、
7166 \series bold
7167
7168 \backslash
7169 LTcapwidth
7170 \series default
7171 に既定値の4
7172 \begin_inset space \thinspace{}
7173 \end_inset
7174
7175 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7176 \begin_inset space \thinspace{}
7177 \end_inset
7178
7179 in幅のキャプションを作るには、3.99
7180 \begin_inset space \thinspace{}
7181 \end_inset
7182
7183 inのように4.0
7184 \begin_inset space \thinspace{}
7185 \end_inset
7186
7187 inと少し違う値を指定するか、
7188 \series bold
7189 caption
7190 \series default
7191 パッケージが提供している
7192 \series bold
7193
7194 \backslash
7195 captionsetup{width=値}
7196 \series default
7197 というLaTeXコマンドを用いる方法があります。
7198 \end_layout
7199
7200 \end_inset
7201
7202
7203 \end_layout
7204
7205 \begin_layout Subsubsection
7206 表の各ページごとに異なるキャプション
7207 \begin_inset Index idx
7208 status collapsed
7209
7210 \begin_layout Plain Layout
7211 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7212 \end_layout
7213
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \begin_layout Standard
7220 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7221 \end_layout
7222
7223 \begin_layout Standard
7224
7225 \series bold
7226
7227 \backslash
7228 caption*{キャプション文}
7229 \backslash
7230
7231 \backslash
7232 %
7233 \end_layout
7234
7235 \begin_layout Standard
7236 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7237 \begin_inset CommandInset ref
7238 LatexCommand ref
7239 reference "tab:別キャプション"
7240
7241 \end_inset
7242
7243 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7244 \end_layout
7245
7246 \begin_layout Standard
7247 \align center
7248 \begin_inset Tabular
7249 <lyxtabular version="3" rows="59" columns="3">
7250 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7251 <column alignment="left" valignment="top" width="0cm">
7252 <column alignment="left" valignment="top" width="0pt">
7253 <column alignment="center" valignment="top" width="0pt">
7254 <row endfirsthead="true" caption="true">
7255 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 \begin_inset Caption Standard
7260
7261 \begin_layout Plain Layout
7262 例示用電話帳
7263 \begin_inset CommandInset label
7264 LatexCommand label
7265 name "tab:別キャプション"
7266
7267 \end_inset
7268
7269
7270 \begin_inset Argument 1
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274 例示用電話帳
7275 \end_layout
7276
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \end_inset
7283
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 </row>
7308 <row endfirsthead="true">
7309 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313
7314 \series bold
7315 例示用電話帳(名前は無視の事)
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 </row>
7339 <row endfirsthead="true">
7340 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344
7345 \series bold
7346 氏名
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364
7365 \series bold
7366 TEL.
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 </row>
7372 <row endhead="true">
7373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 \begin_inset ERT
7378 status collapsed
7379
7380 \begin_layout Plain Layout
7381
7382
7383 \backslash
7384 caption*{例示用電話帳の続き}
7385 \backslash
7386
7387 \backslash
7388 %
7389 \end_layout
7390
7391 \end_inset
7392
7393
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 </row>
7417 <row endhead="true">
7418 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \series bold
7424 例示用電話帳
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 </row>
7448 <row endhead="true">
7449 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \series bold
7455 氏名
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \series bold
7475 TEL.
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row endfoot="true">
7482 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 次頁に続く
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 </row>
7510 <row>
7511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515
7516 \series bold
7517 Annovi
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 Silvia
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 111
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row>
7542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546
7547 \series bold
7548 Bertoli
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 Stefano
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 111
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 </row>
7572 <row>
7573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577
7578 \series bold
7579 Bozzi
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588 Walter
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 111
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 </row>
7603 <row>
7604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \series bold
7610 Cachia
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 Maria
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 111
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \series bold
7641 Cachia
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 Maurizio
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 111
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row>
7666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \series bold
7672 Cinquemani
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 Giusi
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 111
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row>
7697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \series bold
7703 Colin
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 Bernard
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 111
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 </row>
7727 <row>
7728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \series bold
7734 Concli
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 Gianfranco
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 111
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row>
7759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \series bold
7765 Dal Bosco
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774 Carolina
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 111
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 </row>
7789 <row>
7790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \series bold
7796 Dalpiaz
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 Annamaria
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 111
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row>
7821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \series bold
7827 Feliciello
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 Domenico
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 111
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row>
7852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \series bold
7858 Focarelli
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 Paola
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 111
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 </row>
7882 <row>
7883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \series bold
7889 Galletti
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 Oreste
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 111
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row>
7914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 Gasparini
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 Franca
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 111
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \series bold
7951 Rizzardi
7952 \series default
7953
7954 \begin_inset Foot
7955 status collapsed
7956
7957 \begin_layout Plain Layout
7958 例示用脚注
7959 \end_layout
7960
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 Paola
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 111
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \series bold
7994 Lassini
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Giancarlo
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 111
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \series bold
8025 Malfatti
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 Luciano
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 111
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \series bold
8056 Malfatti
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Valeriano
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 111
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Meneguzzo
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Roberto
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Mezzadra
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Roberto
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Pirpamer
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Erich
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 111
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \series bold
8180 Pochiesa
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Paolo
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 111, 222
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \series bold
8211 Radina
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Claudio
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 111
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Stuffer
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Oskar
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 111
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 Tacchelli
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 Ugo
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 111
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \series bold
8304 Tezzele
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 Margit
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 111
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \series bold
8335 Unterkalmsteiner
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Frieda
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 111
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \series bold
8366 Vieider
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Hilde
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 111
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \series bold
8397 Vigna
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Jürgen
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 111
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \series bold
8428 Weber
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 Maurizio
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 111
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \series bold
8459 Winkler
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Franz
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 111
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488  
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \series bold
8519 Annovi
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 Silvia
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 555
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row>
8544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \series bold
8550 Bertoli
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 Stefano
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 555
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Bozzi
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Walter
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 555
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Cachia
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Maria
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 555
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \series bold
8643 Cachia
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Maurizio
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 555
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 </row>
8667 <row>
8668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \series bold
8674 Cinquemani
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 Giusi
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 555
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \series bold
8705 Colin
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Bernard
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 555
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row>
8730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \series bold
8736 Concli
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 Gianfranco
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 555
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row>
8761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765
8766 \series bold
8767 Dal Bosco
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 Carolina
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 555
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796
8797 \series bold
8798 Dalpiaz
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 Annamaria
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 555
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \series bold
8829 Feliciello
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 Domenico
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 555
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row>
8854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \series bold
8860 Focarelli
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 Paola
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 555
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 <row>
8885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891 Galletti
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Oreste
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 555
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \series bold
8922 Gasparini
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Franca
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 555
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row>
8947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \series bold
8953 Rizzardi
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Paola
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 555
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \series bold
8984 Lassini
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 Giancarlo
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 555
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \series bold
9015 Malfatti
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 Luciano
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 555
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \series bold
9046 Malfatti
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 Valeriano
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 555
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \series bold
9077 Meneguzzo
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Roberto
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 555
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \series bold
9108 Mezzadra
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 Roberto
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 555
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 </lyxtabular>
9133
9134 \end_inset
9135
9136
9137 \end_layout
9138
9139 \begin_layout Section
9140 長尺表にまつわる諸点
9141 \begin_inset CommandInset label
9142 LatexCommand label
9143 name "sec:長尺表にまつわる諸点"
9144
9145 \end_inset
9146
9147
9148 \end_layout
9149
9150 \begin_layout Subsection
9151 長尺表の計算
9152 \begin_inset Index idx
9153 status collapsed
9154
9155 \begin_layout Plain Layout
9156 ちょうしゃくひょう@長尺表 ! けいさん@計算
9157 \end_layout
9158
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \begin_layout Standard
9165 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9166 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9167 \end_layout
9168
9169 \begin_layout Standard
9170
9171 \series bold
9172
9173 \backslash
9174 setcounter{LTchunksize}{100}
9175 \end_layout
9176
9177 \begin_layout Standard
9178 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9179 \end_layout
9180
9181 \begin_layout Subsection
9182 フロートと長尺表
9183 \begin_inset Index idx
9184 status collapsed
9185
9186 \begin_layout Plain Layout
9187 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9188 \end_layout
9189
9190 \end_inset
9191
9192
9193 \end_layout
9194
9195 \begin_layout Standard
9196 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9197 \series bold
9198
9199 \backslash
9200 clearpage
9201 \series default
9202 コマンドを長尺表の前にTeXコードとして書き加えてください。
9203 \end_layout
9204
9205 \begin_layout Subsection
9206 強制改頁
9207 \begin_inset Index idx
9208 status collapsed
9209
9210 \begin_layout Plain Layout
9211 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9212 \end_layout
9213
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \begin_layout Standard
9220 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9221 ド「
9222 \series bold
9223
9224 \backslash
9225
9226 \backslash
9227
9228 \series default
9229 」を挿入します。
9230 \series bold
9231
9232 \backslash
9233
9234 \backslash
9235
9236 \series default
9237 コマンドの前には、現セルよりも右にある列数と同じ数の「
9238 \series bold
9239 &
9240 \series default
9241 」文字を、TeXコードで挿入してやる必要があります。この
9242 \series bold
9243 &
9244 \series default
9245 は、表セルの区切り文字です。各
9246 \series bold
9247 &
9248 \series default
9249 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9250 \begin_inset Newline newline
9251 \end_inset
9252
9253
9254 \series bold
9255
9256 \backslash
9257
9258 \backslash
9259
9260 \series default
9261 コマンドの後ろには、現在列の左側にある列数と同じ数の
9262 \series bold
9263 &
9264 \series default
9265 文字を挿入してください。表
9266 \begin_inset CommandInset ref
9267 LatexCommand ref
9268 reference "tab:強制改頁"
9269
9270 \end_inset
9271
9272 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9273 \end_layout
9274
9275 \begin_layout Standard
9276
9277 \series bold
9278 & 111
9279 \backslash
9280
9281 \backslash
9282  
9283 \backslash
9284 newpage
9285 \begin_inset Newline newline
9286 \end_inset
9287
9288 &
9289 \end_layout
9290
9291 \begin_layout Standard
9292 というコマンドが、セル中「
9293 \emph on
9294 Castelchiodato,
9295 \emph default
9296 」の後にTeXコードとして挿入してあります。
9297 \end_layout
9298
9299 \begin_layout Standard
9300 同一行3列目の「111」は削除してあります。
9301 \series bold
9302
9303 \backslash
9304 newpage
9305 \series default
9306 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9307 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9308 \end_layout
9309
9310 \begin_layout Standard
9311
9312 \series bold
9313 & 111
9314 \backslash
9315
9316 \backslash
9317
9318 \begin_inset Newline newline
9319 \end_inset
9320
9321
9322 \backslash
9323 hline &
9324 \end_layout
9325
9326 \begin_layout Standard
9327 というコマンドを使用して下さい。
9328 \end_layout
9329
9330 \begin_layout Standard
9331 改頁をしたいセルが最右列にある場合には、
9332 \end_layout
9333
9334 \begin_layout Standard
9335
9336 \series bold
9337
9338 \backslash
9339 setlength{
9340 \backslash
9341 parfillskip}{0pt}
9342 \end_layout
9343
9344 \begin_layout Standard
9345 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9346
9347 \end_layout
9348
9349 \begin_layout Standard
9350 \align center
9351 \begin_inset Tabular
9352 <lyxtabular version="3" rows="38" columns="3">
9353 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9354 <column alignment="left" valignment="top" width="0cm">
9355 <column alignment="left" valignment="top" width="3cm">
9356 <column alignment="center" valignment="top" width="0pt">
9357 <row endfirsthead="true" caption="true">
9358 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 \begin_inset Caption Standard
9363
9364 \begin_layout Plain Layout
9365 表セル内で強制改頁をしている表
9366 \begin_inset CommandInset label
9367 LatexCommand label
9368 name "tab:強制改頁"
9369
9370 \end_inset
9371
9372
9373 \begin_inset Argument 1
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377 表セル内で強制改頁をしている表
9378 \end_layout
9379
9380 \end_inset
9381
9382
9383 \end_layout
9384
9385 \end_inset
9386
9387
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 </row>
9411 <row endfirsthead="true">
9412 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416
9417 \series bold
9418 例示用電話帳(氏名は無視の事)
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row endfirsthead="true">
9443 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \series bold
9449 氏名
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \series bold
9469 TEL.
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row endhead="true">
9476 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 \begin_inset ERT
9481 status collapsed
9482
9483 \begin_layout Plain Layout
9484
9485
9486 \backslash
9487 caption*{例示用電話帳の続き}
9488 \backslash
9489
9490 \backslash
9491 %
9492 \end_layout
9493
9494 \end_inset
9495
9496
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row endhead="true">
9521 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 例示用電話帳
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row endhead="true">
9550 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \series bold
9556 氏名
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \series bold
9576 TEL.
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row endfoot="true">
9583 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 次頁に続く
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 Annovi
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Silvia
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 111
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 Bertoli
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Stefano
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 111
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \series bold
9680 Bozzi
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Walter
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 111
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711 Cachia
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 Maria
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 111
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 <row>
9736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \series bold
9742 Cachia
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 Maurizio
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 111
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773 Cinquemani
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782 Giusi
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 111
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 Colin
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 Bernard
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822 111
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \series bold
9835 Concli
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844 Gianfranco
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853 111
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row>
9860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \series bold
9866 Dal Bosco
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 Carolina
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 111
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Dalpiaz
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 Annamaria
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 111
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 Feliciello
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Domenico
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 111
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 Focarelli
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Paola
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 111
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Galletti
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Oreste
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 111
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Gasparini
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Franca
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 111
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row>
10046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \series bold
10052 Lassini
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 Giancarlo
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070 111
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 Malfatti
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 Luciano
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 111
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Malfatti
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 Valeriano
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 111
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Meneguzzo
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Roberto
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Mezzadra
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Roberto
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Pirpamer
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Erich
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Pochiesa
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Paolo
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111, 222
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Radina
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Claudio
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Rizzardi
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Paolo, 11.
10310  Fürst von Montecompatri, 11.
10311  Fürst von Sulmona und Vivaro, 10.
10312  Fürst von Rossano, 5.
10313  Herzog von Canemorte, 11.
10314  Herzog von Palombara, 5.
10315  Herzog von Castelchiodato,
10316 \begin_inset ERT
10317 status collapsed
10318
10319 \begin_layout Plain Layout
10320
10321 & 111
10322 \backslash
10323
10324 \backslash
10325  
10326 \backslash
10327 newpage
10328 \end_layout
10329
10330 \begin_layout Plain Layout
10331
10332 &
10333 \end_layout
10334
10335 \end_inset
10336
10337  11.
10338  Herzog von Poggionativo, 11.
10339  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10340  Graf von Valinfreda, 11.
10341  Baron von Cropalati, 11.
10342  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \series bold
10364 Stuffer
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 Oskar
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 111
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Tacchelli
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 Ugo
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 111
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Tezzele
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Margit
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Unterkalmsteiner
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Frieda
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 111
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488 Vieider
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 Hilde
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 111
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Vigna
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 Jürgen
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 111
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 Weber
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 Maurizio
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 111
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \series bold
10581 Winkler
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 Franz
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 111
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 </lyxtabular>
10606
10607 \end_inset
10608
10609
10610 \end_layout
10611
10612 \begin_layout Section
10613 複数行・連結列・連結行
10614 \end_layout
10615
10616 \begin_layout Subsection
10617 表セル内の複数行
10618 \begin_inset CommandInset label
10619 LatexCommand label
10620 name "sub:複数行"
10621
10622 \end_inset
10623
10624
10625 \begin_inset Index idx
10626 status collapsed
10627
10628 \begin_layout Plain Layout
10629 ひょうせるないのふくすうぎょう@表セル内の複数行
10630 \end_layout
10631
10632 \end_inset
10633
10634
10635 \begin_inset Index idx
10636 status collapsed
10637
10638 \begin_layout Plain Layout
10639 ひょう@表 ! かいぎょう@改行
10640 \end_layout
10641
10642 \end_inset
10643
10644
10645 \end_layout
10646
10647 \begin_layout Standard
10648 \noindent
10649 \begin_inset Float table
10650 placement H
10651 wide false
10652 sideways false
10653 status open
10654
10655 \begin_layout Plain Layout
10656 \begin_inset Caption Standard
10657
10658 \begin_layout Plain Layout
10659 \begin_inset CommandInset label
10660 LatexCommand label
10661 name "tab:複数行表"
10662
10663 \end_inset
10664
10665 セル内に複数の行がある表
10666 \end_layout
10667
10668 \end_inset
10669
10670
10671 \end_layout
10672
10673 \begin_layout Plain Layout
10674 \align center
10675 \begin_inset Tabular
10676 <lyxtabular version="3" rows="3" columns="3">
10677 <features rotate="0" tabularvalignment="middle">
10678 <column alignment="center" valignment="middle" width="2.5cm">
10679 <column alignment="center" valignment="middle">
10680 <column alignment="center" valignment="middle">
10681 <row>
10682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 複数の
10687 \begin_inset Newline linebreak
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row>
10715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 </row>
10743 <row>
10744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 </lyxtabular>
10773
10774 \end_inset
10775
10776
10777 \end_layout
10778
10779 \end_inset
10780
10781
10782 \end_layout
10783
10784 \begin_layout Standard
10785 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10786 \end_layout
10787
10788 \begin_layout Standard
10789
10790 \begin_inset CommandInset ref
10791 LatexCommand ref
10792 reference "tab:複数行表"
10793
10794 \end_inset
10795
10796 を生成するには、まず3
10797 \begin_inset Formula $\times$
10798 \end_inset
10799
10800 3表を作り、最初のセルを右クリックして現れるメニューから、
10801 \family sans
10802 設定
10803 \family default
10804 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10805 \begin_inset space \thinspace{}
10806 \end_inset
10807
10808 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10809 \begin_inset space \thinspace{}
10810 \end_inset
10811
10812 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10813 \begin_inset Flex Ruby
10814 status collapsed
10815
10816 \begin_layout Plain Layout
10817 捷径
10818 \begin_inset Argument post:1
10819 status collapsed
10820
10821 \begin_layout Plain Layout
10822 ショートカット
10823 \end_layout
10824
10825 \end_inset
10826
10827
10828 \end_layout
10829
10830 \end_inset
10831
10832
10833 \begin_inset Info
10834 type  "shortcut"
10835 arg   "newline-insert linebreak"
10836 \end_inset
10837
10838 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10839 \end_layout
10840
10841 \begin_layout Standard
10842 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10843 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10844 \begin_inset space \thinspace{}
10845 \end_inset
10846
10847 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10848 \begin_inset CommandInset ref
10849 LatexCommand ref
10850 reference "tab:ハイフネーション表"
10851
10852 \end_inset
10853
10854 が違いを示しています
10855 \begin_inset Foot
10856 status open
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861 【訳註】
10862 \series default
10863 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10864 \end_layout
10865
10866 \end_inset
10867
10868
10869 \end_layout
10870
10871 \begin_layout Standard
10872 \begin_inset Float table
10873 placement h
10874 wide false
10875 sideways false
10876 status open
10877
10878 \begin_layout Plain Layout
10879 \begin_inset Caption Standard
10880
10881 \begin_layout Plain Layout
10882 \begin_inset CommandInset label
10883 LatexCommand label
10884 name "tab:ハイフネーション表"
10885
10886 \end_inset
10887
10888 ハイフネーション有/無の表
10889 \end_layout
10890
10891 \end_inset
10892
10893
10894 \end_layout
10895
10896 \begin_layout Plain Layout
10897 \begin_inset space \hfill{}
10898 \end_inset
10899
10900
10901 \begin_inset Tabular
10902 <lyxtabular version="3" rows="3" columns="3">
10903 <features rotate="0" tabularvalignment="middle">
10904 <column alignment="center" valignment="middle" width="2.5cm">
10905 <column alignment="center" valignment="middle">
10906 <column alignment="center" valignment="middle">
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 verylongtablecellword
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 </lyxtabular>
10995
10996 \end_inset
10997
10998
10999 \begin_inset space \hfill{}
11000 \end_inset
11001
11002
11003 \begin_inset Tabular
11004 <lyxtabular version="3" rows="3" columns="3">
11005 <features rotate="0" tabularvalignment="middle">
11006 <column alignment="center" valignment="middle" width="2.5cm">
11007 <column alignment="center" valignment="middle">
11008 <column alignment="center" valignment="middle">
11009 <row>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 \begin_inset space \hspace{}
11015 \length 0pt
11016 \end_inset
11017
11018 verylongtablecellword
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 </lyxtabular>
11101
11102 \end_inset
11103
11104
11105 \begin_inset space \hfill{}
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Subsection
11117 連結列
11118 \begin_inset CommandInset label
11119 LatexCommand label
11120 name "sub:連結列"
11121
11122 \end_inset
11123
11124
11125 \begin_inset Index idx
11126 status collapsed
11127
11128 \begin_layout Plain Layout
11129 れんけつれつ@連結列
11130 \end_layout
11131
11132 \end_inset
11133
11134
11135 \begin_inset Index idx
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 ひょう@表 ! れんけつれつ@連結列
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \end_layout
11146
11147 \begin_layout Subsubsection
11148 連結列の基礎
11149 \end_layout
11150
11151 \begin_layout Standard
11152 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11153 \family sans
11154
11155 \begin_inset Info
11156 type  "icon"
11157 arg   "inset-modify tabular multicolumn"
11158 \end_inset
11159
11160
11161 \family default
11162 を押すか、
11163 \family sans
11164 編集\SpecialChar \menuseparator
11165 表\SpecialChar \menuseparator
11166 連結列
11167 \family default
11168 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11169 \family sans
11170 連結列
11171 \family default
11172 を有効にするかしてください。
11173 \end_layout
11174
11175 \begin_layout Standard
11176 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11177 、最下行に上罫線のない連結行がある表の例です。
11178 \end_layout
11179
11180 \begin_layout Standard
11181 \align center
11182 \begin_inset Tabular
11183 <lyxtabular version="3" rows="3" columns="4">
11184 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11185 <column alignment="center" valignment="top" width="0pt">
11186 <column alignment="center" valignment="middle">
11187 <column alignment="center" valignment="top" width="0in">
11188 <column alignment="center" valignment="top" width="0pt">
11189 <row>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 いろは
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 にほへとちり
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 ぬるを
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 </row>
11265 <row>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 </lyxtabular>
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Subsubsection
11311 連結列の計算
11312 \begin_inset CommandInset label
11313 LatexCommand label
11314 name "sub:連結列の計算"
11315
11316 \end_inset
11317
11318
11319 \begin_inset Index idx
11320 status collapsed
11321
11322 \begin_layout Plain Layout
11323 れんけつれつ@連結列 ! けいさん@計算
11324 \end_layout
11325
11326 \end_inset
11327
11328
11329 \end_layout
11330
11331 \begin_layout Standard
11332 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11333 \end_layout
11334
11335 \begin_layout Standard
11336 \begin_inset Float table
11337 placement h
11338 wide false
11339 sideways false
11340 status open
11341
11342 \begin_layout Plain Layout
11343 \begin_inset Caption Standard
11344
11345 \begin_layout Plain Layout
11346 \begin_inset CommandInset label
11347 LatexCommand label
11348 name "tab:中央揃え表"
11349
11350 \end_inset
11351
11352 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11353 \begin_inset Argument 1
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357 完全なる連結列表
11358 \end_layout
11359
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \end_inset
11366
11367
11368 \end_layout
11369
11370 \begin_layout Plain Layout
11371 \align center
11372 \begin_inset Tabular
11373 <lyxtabular version="3" rows="3" columns="3">
11374 <features rotate="0" tabularvalignment="middle">
11375 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11376 <column alignment="center" valignment="middle">
11377 <column alignment="center" valignment="top">
11378 <row>
11379 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 複数行にわたる連結列
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 </row>
11407 <row>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 <row>
11437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 </lyxtabular>
11466
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \end_inset
11473
11474
11475 \end_layout
11476
11477 \begin_layout Standard
11478 たとえば、表
11479 \begin_inset CommandInset ref
11480 LatexCommand ref
11481 reference "tab:中央揃え表"
11482
11483 \end_inset
11484
11485 を生成するには、3
11486 \begin_inset Formula $\times$
11487 \end_inset
11488
11489 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11490 \family sans
11491 設定
11492 \family default
11493 を選択します。そして現れる表の設定ダイアログで、このセルを
11494 \emph on
11495 連結列
11496 \emph default
11497
11498 \emph on
11499 中央揃え
11500 \emph default
11501 、2.5
11502 \begin_inset space \thinspace{}
11503 \end_inset
11504
11505 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11506 \begin_inset space \thinspace{}
11507 \end_inset
11508
11509 cm幅に設定します。すると第二列は自動的に1.25
11510 \begin_inset space \thinspace{}
11511 \end_inset
11512
11513 cm幅(連結列幅マイナス第一列の幅)になります。表
11514 \begin_inset CommandInset ref
11515 LatexCommand ref
11516 reference "tab:半分でない表"
11517
11518 \end_inset
11519
11520 もこのようにして作成してあります。
11521 \end_layout
11522
11523 \begin_layout Standard
11524 \begin_inset Float table
11525 wide false
11526 sideways false
11527 status open
11528
11529 \begin_layout Plain Layout
11530 \begin_inset Caption Standard
11531
11532 \begin_layout Plain Layout
11533 \begin_inset CommandInset label
11534 LatexCommand label
11535 name "tab:半分でない表"
11536
11537 \end_inset
11538
11539 連結セルの下の列が正確に半分になっていない表
11540 \begin_inset Argument 1
11541 status collapsed
11542
11543 \begin_layout Plain Layout
11544 不完全な連結列表
11545 \end_layout
11546
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \begin_layout Plain Layout
11558 \align center
11559 \begin_inset Tabular
11560 <lyxtabular version="3" rows="3" columns="3">
11561 <features rotate="0" tabularvalignment="middle">
11562 <column alignment="center" valignment="top" width="1.25cm">
11563 <column alignment="center" valignment="top">
11564 <column alignment="center" valignment="top">
11565 <row>
11566 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 複数行にわたる連結列
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 <row>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 </row>
11623 <row>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 </lyxtabular>
11653
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \end_inset
11660
11661
11662 \end_layout
11663
11664 \begin_layout Standard
11665 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11666 指定したセル幅
11667 \begin_inset Formula $W_{\mbox{指}}$
11668 \end_inset
11669
11670 がセルの全幅
11671 \begin_inset Formula $W_{\text{全}}$
11672 \end_inset
11673
11674 と等しくならないためです。付録
11675 \begin_inset CommandInset ref
11676 LatexCommand ref
11677 reference "cha:式の説明"
11678
11679 \end_inset
11680
11681 がこの事情を詳細に説明しています。
11682 \end_layout
11683
11684 \begin_layout Standard
11685
11686 \emph on
11687 n
11688 \emph default
11689 列を連結する際、各列の全幅が
11690 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11691 \end_inset
11692
11693 となるために必要な指定幅
11694 \begin_inset Formula $W_{\mbox{指}:n}$
11695 \end_inset
11696
11697 は、
11698 \begin_inset Formula 
11699 \begin{equation}
11700 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11701 \end{equation}
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 で計算することができます。上記の例では
11710 \begin_inset Formula $n=2$
11711 \end_inset
11712
11713 かつ
11714 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11715 \end_inset
11716
11717 cmかつ長さは既定値ですから、第
11718 \begin_inset CommandInset ref
11719 LatexCommand ref
11720 reference "eq:Wgn"
11721
11722 \end_inset
11723
11724 式は
11725 \begin_inset Formula 
11726 \begin{equation}
11727 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11728 \end{equation}
11729
11730 \end_inset
11731
11732
11733 \end_layout
11734
11735 \begin_layout Standard
11736 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11737 \end_layout
11738
11739 \begin_layout Standard
11740
11741 \series bold
11742
11743 \backslash
11744 usepackage{calc}
11745 \end_layout
11746
11747 \begin_layout Standard
11748 と書いて、LaTeXパッケージ
11749 \series bold
11750 calc
11751 \series default
11752
11753 \begin_inset Index idx
11754 status collapsed
11755
11756 \begin_layout Plain Layout
11757 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11758 \end_layout
11759
11760 \end_inset
11761
11762 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11763 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11764 \end_layout
11765
11766 \begin_layout Itemize
11767
11768 \series bold
11769 p{幅}
11770 \series default
11771 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11772 \end_layout
11773
11774 \begin_layout Itemize
11775
11776 \series bold
11777 m{幅}
11778 \series default
11779 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11780 \end_layout
11781
11782 \begin_layout Itemize
11783
11784 \series bold
11785 b{幅}
11786 \series default
11787 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11788 \end_layout
11789
11790 \begin_layout Standard
11791 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11792 \end_layout
11793
11794 \begin_layout Standard
11795 \begin_inset Note Greyedout
11796 status open
11797
11798 \begin_layout Plain Layout
11799
11800 \series bold
11801 【註】
11802 \series default
11803 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \begin_layout Standard
11812 文章を水平方向中央揃えにしたいので、
11813 \series bold
11814
11815 \backslash
11816 centering
11817 \series default
11818 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11819 \end_layout
11820
11821 \begin_layout Standard
11822
11823 \series bold
11824 >{
11825 \backslash
11826 centering}m{1.25cm-6.2pt}
11827 \end_layout
11828
11829 \begin_layout Standard
11830
11831 \series bold
11832 >{ }
11833 \series default
11834 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11835 \end_layout
11836
11837 \begin_layout Standard
11838 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11839 がって、連結セルには
11840 \end_layout
11841
11842 \begin_layout Standard
11843
11844 \series bold
11845 >{
11846 \backslash
11847 centering}m{2.5cm}
11848 \end_layout
11849
11850 \begin_layout Standard
11851 というLaTeX変数を指定しなくてはなりません。
11852 \end_layout
11853
11854 \begin_layout Subsection
11855 連結行
11856 \begin_inset CommandInset label
11857 LatexCommand label
11858 name "sub:連結行"
11859
11860 \end_inset
11861
11862
11863 \begin_inset Index idx
11864 status collapsed
11865
11866 \begin_layout Plain Layout
11867 れんけつぎょう@連結行
11868 \end_layout
11869
11870 \end_inset
11871
11872
11873 \begin_inset Index idx
11874 status collapsed
11875
11876 \begin_layout Plain Layout
11877 ひょう@表 ! れんけつぎょう@連結行
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \begin_layout Standard
11886 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11887 \family sans
11888
11889 \begin_inset Info
11890 type  "icon"
11891 arg   "inset-modify tabular multirow"
11892 \end_inset
11893
11894
11895 \family default
11896 を押すか、メニュー
11897 \family sans
11898 編集\SpecialChar \menuseparator
11899 表\SpecialChar \menuseparator
11900 連結行
11901 \family default
11902 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11903 \family sans
11904 \SpecialChar \menuseparator
11905 連結行
11906 \family default
11907 を選んでください。
11908 \end_layout
11909
11910 \begin_layout Standard
11911 下記は一列目に連結列を適用した表の例です。
11912 \end_layout
11913
11914 \begin_layout Standard
11915 \align center
11916 \begin_inset Tabular
11917 <lyxtabular version="3" rows="3" columns="3">
11918 <features rotate="0" tabularvalignment="middle">
11919 <column alignment="center" valignment="top" width="0pt">
11920 <column alignment="center" valignment="top">
11921 <column alignment="center" valignment="top">
11922 <row>
11923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 長いセル項目
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 </row>
11951 <row>
11952 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 連結列
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 </row>
11980 <row>
11981 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003
12004 \end_layout
12005
12006 \end_inset
12007 </cell>
12008 </row>
12009 </lyxtabular>
12010
12011 \end_inset
12012
12013
12014 \end_layout
12015
12016 \begin_layout Standard
12017 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12018 \family sans
12019 垂直オフセット
12020 \family default
12021 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12022 \end_layout
12023
12024 \begin_layout Standard
12025 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12026 \end_layout
12027
12028 \begin_layout Standard
12029
12030 \series bold
12031
12032 \backslash
12033 renewcommand{
12034 \backslash
12035 multirowsetup}{
12036 \backslash
12037 centering}
12038 \end_layout
12039
12040 \begin_layout Standard
12041 というコマンドを使用して、コマンド
12042 \series bold
12043
12044 \backslash
12045 multirowsetup
12046 \series default
12047 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12048 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12049 \series bold
12050
12051 \backslash
12052 centering
12053 \series default
12054 の代わりに
12055 \series bold
12056
12057 \backslash
12058 raggedleft
12059 \series default
12060 を使用して下さい。左揃えに戻すには、
12061 \series bold
12062
12063 \backslash
12064 raggedright
12065 \series default
12066 とします。
12067 \end_layout
12068
12069 \begin_layout Standard
12070 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12071 \end_layout
12072
12073 \begin_layout Standard
12074 \noindent
12075 \align center
12076 \begin_inset ERT
12077 status collapsed
12078
12079 \begin_layout Plain Layout
12080
12081
12082 \backslash
12083 renewcommand{
12084 \backslash
12085 multirowsetup}{
12086 \backslash
12087 raggedleft}
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \begin_inset Tabular
12094 <lyxtabular version="3" rows="4" columns="3">
12095 <features rotate="0" tabularvalignment="middle">
12096 <column alignment="center" valignment="top" width="3cm">
12097 <column alignment="center" valignment="top">
12098 <column alignment="center" valignment="top">
12099 <row>
12100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 長いセル項目
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 </row>
12128 <row>
12129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 </row>
12157 <row>
12158 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 連結列
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 </row>
12186 <row>
12187 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 </row>
12215 </lyxtabular>
12216
12217 \end_inset
12218
12219
12220 \begin_inset ERT
12221 status collapsed
12222
12223 \begin_layout Plain Layout
12224
12225
12226 \backslash
12227 renewcommand{
12228 \backslash
12229 multirowsetup}{
12230 \backslash
12231 raggedright}
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \begin_layout Standard
12240 連結行で新しい行に移るには、強制改行(
12241 \begin_inset Flex Ruby
12242 status collapsed
12243
12244 \begin_layout Plain Layout
12245 捷径
12246 \begin_inset Argument post:1
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250 ショートカット
12251 \end_layout
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \end_inset
12259
12260
12261 \begin_inset Info
12262 type  "shortcut"
12263 arg   "newline-insert newline"
12264 \end_inset
12265
12266 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12267 \end_layout
12268
12269 \begin_layout Standard
12270 \noindent
12271 \align center
12272 \begin_inset Tabular
12273 <lyxtabular version="3" rows="3" columns="2">
12274 <features rotate="0" tabularvalignment="middle">
12275 <column alignment="left" valignment="middle" width="2cm">
12276 <column alignment="center" valignment="top">
12277 <row>
12278 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Plain Layout
12282 いいい
12283 \begin_inset Newline newline
12284 \end_inset
12285
12286 いいい
12287 \begin_inset Newline newline
12288 \end_inset
12289
12290 おかしなセル
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 ははは
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 <row>
12306 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319 ににに
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 </row>
12325 <row>
12326 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12327 \begin_inset Text
12328
12329 \begin_layout Plain Layout
12330 ろろろ
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12336 \begin_inset Text
12337
12338 \begin_layout Plain Layout
12339 ほほほ
12340 \end_layout
12341
12342 \end_inset
12343 </cell>
12344 </row>
12345 </lyxtabular>
12346
12347 \end_inset
12348
12349
12350 \end_layout
12351
12352 \begin_layout Standard
12353 したがって、強制改行を使うのは注意が必要です。
12354 \end_layout
12355
12356 \begin_layout Subsection
12357 対角線付きのセル
12358 \end_layout
12359
12360 \begin_layout Standard
12361 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12362 \series bold
12363 diagbox
12364 \series default
12365
12366 \begin_inset Index idx
12367 status collapsed
12368
12369 \begin_layout Plain Layout
12370 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12371 \end_layout
12372
12373 \end_inset
12374
12375 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12376 \series bold
12377
12378 \backslash
12379 diagbox
12380 \series default
12381 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12382 \end_layout
12383
12384 \begin_layout Standard
12385
12386 \series bold
12387
12388 \backslash
12389 diagbox[オプション]{左下}{右上}
12390 \end_layout
12391
12392 \begin_layout Standard
12393
12394 \series bold
12395
12396 \backslash
12397 diagbox[オプション]{左下}{左上}{右上}
12398 \end_layout
12399
12400 \begin_layout Standard
12401 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12402 \end_layout
12403
12404 \begin_layout Standard
12405 \begin_inset ERT
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409
12410
12411 \backslash
12412 ifdiagbox
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \begin_inset Note Note
12419 status open
12420
12421 \begin_layout Plain Layout
12422 この節は、LaTeXパッケージ
12423 \series bold
12424 diagbox
12425 \series default
12426 が導入済みの時のみ表示されます。
12427 \end_layout
12428
12429 \end_inset
12430
12431
12432 \end_layout
12433
12434 \begin_layout Standard
12435 下記は、
12436 \series bold
12437
12438 \backslash
12439 diagbox
12440 \series default
12441 を第1セル中に2引数書式で使用した表の例です。
12442 \begin_inset VSpace medskip
12443 \end_inset
12444
12445
12446 \end_layout
12447
12448 \begin_layout Standard
12449 \noindent
12450 \begin_inset Tabular
12451 <lyxtabular version="3" rows="4" columns="4">
12452 <features rotate="0" tabularvalignment="middle">
12453 <column alignment="center" valignment="top">
12454 <column alignment="center" valignment="top">
12455 <column alignment="center" valignment="top">
12456 <column alignment="center" valignment="top">
12457 <row>
12458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 \begin_inset ERT
12463 status collapsed
12464
12465 \begin_layout Plain Layout
12466
12467
12468 \backslash
12469 diagbox{
12470 \end_layout
12471
12472 \end_inset
12473
12474 名称
12475 \begin_inset ERT
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479
12480 }{
12481 \end_layout
12482
12483 \end_inset
12484
12485 パラメータ
12486 \begin_inset ERT
12487 status collapsed
12488
12489 \begin_layout Plain Layout
12490
12491 }
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 厚み(nm)
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 透明度(%)
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 硬度(MPa)
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 </row>
12529 <row>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 Perfect Green
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 45
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 80
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 504
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 </row>
12567 <row>
12568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 Dark Multi-P
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 60
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 72
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 982
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 </row>
12605 <row>
12606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 Crystal Clear Pro
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 18
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 86
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 374
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 </row>
12643 </lyxtabular>
12644
12645 \end_inset
12646
12647
12648 \begin_inset VSpace medskip
12649 \end_inset
12650
12651
12652 \end_layout
12653
12654 \begin_layout Standard
12655 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12656 \end_layout
12657
12658 \begin_layout Standard
12659 \noindent
12660 \align center
12661 \begin_inset Tabular
12662 <lyxtabular version="3" rows="4" columns="4">
12663 <features rotate="0" tabularvalignment="middle">
12664 <column alignment="center" valignment="top" width="0pt">
12665 <column alignment="center" valignment="top">
12666 <column alignment="center" valignment="top">
12667 <column alignment="center" valignment="top">
12668 <row>
12669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 \begin_inset ERT
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677
12678
12679 \backslash
12680 diagbox{
12681 \end_layout
12682
12683 \end_inset
12684
12685 ホームチーム
12686 \begin_inset ERT
12687 status collapsed
12688
12689 \begin_layout Plain Layout
12690
12691 }{
12692 \end_layout
12693
12694 \end_inset
12695
12696 結果
12697 \begin_inset ERT
12698 status collapsed
12699
12700 \begin_layout Plain Layout
12701
12702 }{
12703 \end_layout
12704
12705 \end_inset
12706
12707 アウェイチーム
12708 \begin_inset ERT
12709 status collapsed
12710
12711 \begin_layout Plain Layout
12712
12713 }
12714 \end_layout
12715
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 Tigers
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 Panthers
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 Falcons
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 </row>
12751 <row>
12752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 Tigers
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 ---
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 1:3
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 0:1
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 </row>
12789 <row>
12790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 Panthers
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 3:1
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 ---
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 0:0
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 </row>
12827 <row>
12828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 Falcons
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 1:0
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 0:0
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 ---
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 </lyxtabular>
12866
12867 \end_inset
12868
12869
12870 \end_layout
12871
12872 \begin_layout Standard
12873 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12874 \end_layout
12875
12876 \begin_layout Standard
12877 \noindent
12878 \align center
12879 \begin_inset Tabular
12880 <lyxtabular version="3" rows="5" columns="5">
12881 <features rotate="0" tabularvalignment="middle">
12882 <column alignment="center" valignment="top" width="0pt">
12883 <column alignment="center" valignment="top">
12884 <column alignment="center" valignment="top">
12885 <column alignment="center" valignment="top">
12886 <column alignment="center" valignment="top">
12887 <row>
12888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 \begin_inset ERT
12893 status open
12894
12895 \begin_layout Plain Layout
12896
12897
12898 \backslash
12899 diagbox{
12900 \end_layout
12901
12902 \end_inset
12903
12904 ホームチーム
12905 \begin_inset ERT
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909
12910 }{
12911 \end_layout
12912
12913 \end_inset
12914
12915 結果
12916 \begin_inset ERT
12917 status collapsed
12918
12919 \begin_layout Plain Layout
12920
12921 }{
12922 \end_layout
12923
12924 \end_inset
12925
12926 アウェイチーム
12927 \begin_inset ERT
12928 status collapsed
12929
12930 \begin_layout Plain Layout
12931
12932 }
12933 \end_layout
12934
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 Tigers
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955 Panthers
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964 Falcons
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 \begin_inset ERT
12974 status open
12975
12976 \begin_layout Plain Layout
12977
12978
12979 \backslash
12980 diagbox[dir=NE]{
12981 \end_layout
12982
12983 \end_inset
12984
12985 ホームチーム
12986 \begin_inset ERT
12987 status collapsed
12988
12989 \begin_layout Plain Layout
12990
12991 }{
12992 \end_layout
12993
12994 \end_inset
12995
12996 結果
12997 \begin_inset ERT
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001
13002 }{
13003 \end_layout
13004
13005 \end_inset
13006
13007 アウェイチーム
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013 }
13014 \end_layout
13015
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 <row>
13025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 Tigers
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 ---
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 1:3
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 0:1
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 Tigers
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 </row>
13071 <row>
13072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 Panthers
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 3:1
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 ---
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 0:0
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 Panthers
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 </row>
13118 <row>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 Falcons
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 1:0
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 0:0
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 ---
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 Falcons
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 </row>
13165 <row>
13166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 \begin_inset ERT
13171 status open
13172
13173 \begin_layout Plain Layout
13174
13175
13176 \backslash
13177 diagbox[dir=SW]{
13178 \end_layout
13179
13180 \end_inset
13181
13182 ホームチーム
13183 \begin_inset ERT
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187
13188 }{
13189 \end_layout
13190
13191 \end_inset
13192
13193 結果
13194 \begin_inset ERT
13195 status collapsed
13196
13197 \begin_layout Plain Layout
13198
13199 }{
13200 \end_layout
13201
13202 \end_inset
13203
13204 アウェイチーム
13205 \begin_inset ERT
13206 status collapsed
13207
13208 \begin_layout Plain Layout
13209
13210 }
13211 \end_layout
13212
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 Tigers
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 Panthers
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 Falcons
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 \begin_inset ERT
13252 status open
13253
13254 \begin_layout Plain Layout
13255
13256
13257 \backslash
13258 diagbox[dir=SE]{
13259 \end_layout
13260
13261 \end_inset
13262
13263 ホームチーム
13264 \begin_inset ERT
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268
13269 }{
13270 \end_layout
13271
13272 \end_inset
13273
13274 結果
13275 \begin_inset ERT
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279
13280 }{
13281 \end_layout
13282
13283 \end_inset
13284
13285 アウェイチーム
13286 \begin_inset ERT
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290
13291 }
13292 \end_layout
13293
13294 \end_inset
13295
13296
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 </row>
13302 </lyxtabular>
13303
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Standard
13310 対角線を廻すために、コマンドオプションとして
13311 \series bold
13312 dir=方角
13313 \series default
13314 を使用しています。
13315 \emph on
13316 方角
13317 \emph default
13318 は、
13319 \series bold
13320 NE
13321 \series default
13322
13323 \series bold
13324 DE
13325 \series default
13326
13327 \series bold
13328 SW
13329 \series default
13330
13331 \series bold
13332 NW
13333 \series default
13334 のいずれかで、コンパスでの位置を示します。例えば、
13335 \series bold
13336 SW
13337 \series default
13338 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13339 \end_layout
13340
13341 \begin_layout Standard
13342
13343 \series bold
13344
13345 \backslash
13346 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13347 \end_layout
13348
13349 \begin_layout Standard
13350 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13351 \end_layout
13352
13353 \begin_layout Standard
13354 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13355 います。
13356 \end_layout
13357
13358 \begin_layout Standard
13359 \noindent
13360 \align center
13361 \begin_inset Tabular
13362 <lyxtabular version="3" rows="2" columns="2">
13363 <features rotate="0" tabularvalignment="middle">
13364 <column alignment="center" valignment="top" width="3cm">
13365 <column alignment="center" valignment="top">
13366 <row>
13367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 \begin_inset ERT
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375
13376
13377 \backslash
13378 diagbox{
13379 \end_layout
13380
13381 \end_inset
13382
13383 名称
13384 \begin_inset ERT
13385 status collapsed
13386
13387 \begin_layout Plain Layout
13388
13389 }{
13390 \end_layout
13391
13392 \end_inset
13393
13394 パラメータ
13395 \begin_inset ERT
13396 status collapsed
13397
13398 \begin_layout Plain Layout
13399
13400 }
13401 \end_layout
13402
13403 \end_inset
13404
13405
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 厚み(nm)
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 <row>
13421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 Perfect Green
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 45
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 </lyxtabular>
13441
13442 \end_inset
13443
13444
13445 \end_layout
13446
13447 \begin_layout Standard
13448 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13449 \series bold
13450 width=3cm
13451 \series default
13452  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13453 \begin_inset space \thinspace{}
13454 \end_inset
13455
13456 cmに設定してあります。
13457 \series bold
13458
13459 \backslash
13460 diagbox
13461 \series default
13462 全体の幅は、本文幅(この場合は4
13463 \begin_inset space \thinspace{}
13464 \end_inset
13465
13466 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13467 \series bold
13468
13469 \backslash
13470 diagbox
13471 \series default
13472 には4
13473 \begin_inset space \thinspace{}
13474 \end_inset
13475
13476 cm + 2
13477 \begin_inset space \thinspace{}
13478 \end_inset
13479
13480
13481 \backslash
13482 tabcolsepの幅が必要です。幅の計算は、
13483 \series bold
13484
13485 \backslash
13486 diagbox
13487 \series default
13488 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13489 \end_layout
13490
13491 \begin_layout Standard
13492
13493 \series bold
13494
13495 \backslash
13496 newlength{
13497 \backslash
13498 diagtest}
13499 \begin_inset Newline newline
13500 \end_inset
13501
13502
13503 \backslash
13504 setlength{
13505 \backslash
13506 diagtest}{4cm+2
13507 \backslash
13508 tabcolsep}
13509 \end_layout
13510
13511 \begin_layout Standard
13512 \begin_inset ERT
13513 status collapsed
13514
13515 \begin_layout Plain Layout
13516
13517
13518 \backslash
13519 newlength{
13520 \backslash
13521 diagtest}
13522 \end_layout
13523
13524 \begin_layout Plain Layout
13525
13526
13527 \backslash
13528 setlength{
13529 \backslash
13530 diagtest}{4cm+2
13531 \backslash
13532 tabcolsep}
13533 \end_layout
13534
13535 \end_inset
13536
13537
13538 \end_layout
13539
13540 \begin_layout Standard
13541 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13542 \series bold
13543 calc
13544 \series default
13545
13546 \begin_inset Index idx
13547 status collapsed
13548
13549 \begin_layout Plain Layout
13550 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13551 \end_layout
13552
13553 \end_inset
13554
13555 パッケージを読み込んでおく必要があります。
13556 \end_layout
13557
13558 \begin_layout Standard
13559 さて、この表の第1セルで
13560 \end_layout
13561
13562 \begin_layout Standard
13563
13564 \series bold
13565
13566 \backslash
13567 diagbox[width=
13568 \backslash
13569 diagtest]{A}{B}
13570 \end_layout
13571
13572 \begin_layout Standard
13573 というコマンドを使用します。
13574 \end_layout
13575
13576 \begin_layout Standard
13577 \noindent
13578 \align center
13579 \begin_inset Tabular
13580 <lyxtabular version="3" rows="2" columns="2">
13581 <features rotate="0" tabularvalignment="middle">
13582 <column alignment="center" valignment="top" width="4cm">
13583 <column alignment="center" valignment="top">
13584 <row>
13585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 \begin_inset ERT
13590 status open
13591
13592 \begin_layout Plain Layout
13593
13594
13595 \backslash
13596 diagbox[width=
13597 \backslash
13598 diagtest]{
13599 \end_layout
13600
13601 \end_inset
13602
13603 A
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609 }{
13610 \end_layout
13611
13612 \end_inset
13613
13614 B
13615 \begin_inset ERT
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619
13620 }
13621 \end_layout
13622
13623 \end_inset
13624
13625
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 厚み (nm)
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 </row>
13640 <row>
13641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 Perfect Green
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 45
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 </row>
13660 </lyxtabular>
13661
13662 \end_inset
13663
13664
13665 \end_layout
13666
13667 \begin_layout Standard
13668 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13669 \end_layout
13670
13671 \begin_layout Standard
13672 \noindent
13673 \align center
13674 \begin_inset Tabular
13675 <lyxtabular version="3" rows="2" columns="2">
13676 <features rotate="0" tabularvalignment="middle">
13677 <column alignment="center" valignment="top" width="0pt">
13678 <column alignment="center" valignment="top">
13679 <row>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 \begin_inset ERT
13685 status collapsed
13686
13687 \begin_layout Plain Layout
13688
13689
13690 \backslash
13691 diagbox{
13692 \end_layout
13693
13694 \end_inset
13695
13696 A
13697 \begin_inset ERT
13698 status collapsed
13699
13700 \begin_layout Plain Layout
13701
13702 }{
13703 \end_layout
13704
13705 \end_inset
13706
13707 B
13708 \begin_inset ERT
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712
13713 }
13714 \end_layout
13715
13716 \end_inset
13717
13718
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 厚み (nm)
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 </row>
13733 <row>
13734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 Perfect Green
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 45
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 </lyxtabular>
13754
13755 \end_inset
13756
13757
13758 \end_layout
13759
13760 \begin_layout Standard
13761 このような場合には、
13762 \series bold
13763
13764 \backslash
13765 diagbox
13766 \series default
13767 コマンドの
13768 \series bold
13769 width
13770 \series default
13771 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13772 \backslash
13773 tabcolsepを足す必要はなくなります。下記の表では、3
13774 \begin_inset space \thinspace{}
13775 \end_inset
13776
13777 cm幅を使用しています。
13778 \end_layout
13779
13780 \begin_layout Standard
13781 \noindent
13782 \align center
13783 \begin_inset Tabular
13784 <lyxtabular version="3" rows="2" columns="2">
13785 <features rotate="0" tabularvalignment="middle">
13786 <column alignment="center" valignment="top" width="0pt">
13787 <column alignment="center" valignment="top">
13788 <row>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 \begin_inset ERT
13794 status open
13795
13796 \begin_layout Plain Layout
13797
13798
13799 \backslash
13800 diagbox[width=3cm]{
13801 \end_layout
13802
13803 \end_inset
13804
13805 A
13806 \begin_inset ERT
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810
13811 }{
13812 \end_layout
13813
13814 \end_inset
13815
13816 B
13817 \begin_inset ERT
13818 status collapsed
13819
13820 \begin_layout Plain Layout
13821
13822 }
13823 \end_layout
13824
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 厚み (nm)
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 </row>
13842 <row>
13843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 Perfect Green
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 45
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 </lyxtabular>
13863
13864 \end_inset
13865
13866
13867 \end_layout
13868
13869 \begin_layout Standard
13870 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13871 \series bold
13872
13873 \backslash
13874 diagbox
13875 \series default
13876 にオプション
13877 \series bold
13878 height=3cm
13879 \series default
13880 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13881 \end_layout
13882
13883 \begin_layout Standard
13884
13885 \series bold
13886
13887 \backslash
13888 diagbox[width=3cm,height=1.4cm]{A
13889 \backslash
13890
13891 \backslash
13892 B}{C
13893 \backslash
13894
13895 \backslash
13896 D}
13897 \end_layout
13898
13899 \begin_layout Standard
13900 というコマンドを使用しています。ここでコマンド
13901 \series bold
13902
13903 \backslash
13904
13905 \backslash
13906
13907 \series default
13908 は改行をするためのものです
13909 \begin_inset Foot
13910 status collapsed
13911
13912 \begin_layout Plain Layout
13913
13914 \family sans
13915 Ctrl+Return
13916 \family default
13917 を使っての改行は、列が固定幅の時のみ、使用することができます。
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \begin_layout Standard
13926 \noindent
13927 \align center
13928 \begin_inset Tabular
13929 <lyxtabular version="3" rows="2" columns="2">
13930 <features rotate="0" tabularvalignment="middle">
13931 <column alignment="center" valignment="top">
13932 <column alignment="center" valignment="top">
13933 <row>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 \begin_inset ERT
13939 status open
13940
13941 \begin_layout Plain Layout
13942
13943
13944 \backslash
13945 diagbox[width=3cm,height=1.4cm]{
13946 \end_layout
13947
13948 \end_inset
13949
13950 A
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955
13956
13957 \backslash
13958
13959 \backslash
13960
13961 \end_layout
13962
13963 \end_inset
13964
13965 B
13966 \begin_inset ERT
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970
13971 }{
13972 \end_layout
13973
13974 \end_inset
13975
13976 C
13977 \begin_inset ERT
13978 status collapsed
13979
13980 \begin_layout Plain Layout
13981
13982
13983 \backslash
13984
13985 \backslash
13986
13987 \end_layout
13988
13989 \end_inset
13990
13991 D
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997 }
13998 \end_layout
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 厚み (nm)
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 </row>
14017 <row>
14018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 Perfect Green
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 45
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 </row>
14037 </lyxtabular>
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \begin_layout Standard
14045 \begin_inset ERT
14046 status collapsed
14047
14048 \begin_layout Plain Layout
14049
14050
14051 \backslash
14052 else
14053 \end_layout
14054
14055 \end_inset
14056
14057
14058 \begin_inset Note Note
14059 status open
14060
14061 \begin_layout Plain Layout
14062 以下は、LaTeXパッケージ
14063 \series bold
14064 diagbox
14065 \series default
14066 が導入済みでないときに表示されます。
14067 \end_layout
14068
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \begin_layout Standard
14075 本節の内容を出力に表示するためには、
14076 \series bold
14077 diagbox
14078 \series default
14079 パッケージを導入しなくてはなりません。
14080 \end_layout
14081
14082 \begin_layout Standard
14083 \begin_inset ERT
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087
14088
14089 \backslash
14090 fi
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \begin_layout Standard
14099 LaTeXパッケージ
14100 \series bold
14101 diagbox
14102 \series default
14103 についての詳しい情報は、取扱説明書
14104 \begin_inset CommandInset citation
14105 LatexCommand cite
14106 key "diagbox"
14107
14108 \end_inset
14109
14110 をご覧ください。
14111 \end_layout
14112
14113 \begin_layout Section
14114 フォーマル形式の表
14115 \begin_inset CommandInset label
14116 LatexCommand label
14117 name "sec:フォーマル形式の表"
14118
14119 \end_inset
14120
14121
14122 \begin_inset Index idx
14123 status collapsed
14124
14125 \begin_layout Plain Layout
14126 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14127 \end_layout
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Standard
14135 書籍中の表は、よく表
14136 \begin_inset CommandInset ref
14137 LatexCommand ref
14138 reference "tab:ブックタブ表の例"
14139
14140 \end_inset
14141
14142 のように組版されます。この種の表は、「
14143 \emph on
14144 フォーマル形式
14145 \emph default
14146 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14147 \end_layout
14148
14149 \begin_layout Standard
14150 \begin_inset Float table
14151 placement h
14152 wide false
14153 sideways false
14154 status open
14155
14156 \begin_layout Plain Layout
14157 \begin_inset Caption Standard
14158
14159 \begin_layout Plain Layout
14160 \begin_inset CommandInset label
14161 LatexCommand label
14162 name "tab:ブックタブ表の例"
14163
14164 \end_inset
14165
14166 ブックタブ表の例
14167 \end_layout
14168
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Plain Layout
14175 \align center
14176 \begin_inset Tabular
14177 <lyxtabular version="3" rows="8" columns="4">
14178 <features rotate="0" booktabs="true" tabularvalignment="middle">
14179 <column alignment="center" valignment="top">
14180 <column alignment="center" valignment="top">
14181 <column alignment="center" valignment="top">
14182 <column alignment="center" valignment="top">
14183 <row>
14184 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 システム
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 Medipix
14198 \begin_inset space \thinspace{}
14199 \end_inset
14200
14201 1
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 Medipix
14211 \begin_inset space \thinspace{}
14212 \end_inset
14213
14214 2
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 <row>
14230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239
14240 \backslash
14241 cmidrule(r){2-2}
14242 \end_layout
14243
14244 \end_inset
14245
14246
14247 \begin_inset ERT
14248 status collapsed
14249
14250 \begin_layout Plain Layout
14251
14252
14253 \backslash
14254 cmidrule(l){3-4}
14255 \end_layout
14256
14257 \end_inset
14258
14259 検知器の厚み [
14260 \begin_inset Formula $\mu m$
14261 \end_inset
14262
14263 ]
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 300
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 300
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 700
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 <row>
14297 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 エッジ角 [度]
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 3.55
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 2.71
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 7.99
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 <row topspace="default">
14335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 空間分解能 [
14340 \begin_inset Formula $\mu m$
14341 \end_inset
14342
14343 ]
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 4.26
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 10.17
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 10.56
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 </row>
14376 <row topspace="default">
14377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 \begin_inset Formula $f_{\mathrm{max}}$
14382 \end_inset
14383
14384 におけるMTF
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 0.53
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 0.37
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 0.39
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 <row topspace="default">
14418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 \begin_inset ERT
14423 status collapsed
14424
14425 \begin_layout Plain Layout
14426
14427
14428 \backslash
14429 cmidrule(l{10pt}){1-1}
14430 \end_layout
14431
14432 \end_inset
14433
14434 LSF空間分解能
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell alignment="center" valignment="top" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 <cell alignment="center" valignment="top" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Plain Layout
14461
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 </row>
14467 <row>
14468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472 \begin_inset Formula $\mu m$
14473 \end_inset
14474
14475 表示
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 129.7
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 52.75
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 50.78
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 </row>
14508 <row>
14509 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513 ピクセルサイズに対する%表示
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522 76.3
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 95.9
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 92.3
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 </row>
14546 </lyxtabular>
14547
14548 \end_inset
14549
14550
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \begin_layout Standard
14559 表中の行に余白を加えるには、第
14560 \begin_inset CommandInset ref
14561 LatexCommand ref
14562 reference "sub:行の余白取り"
14563
14564 \end_inset
14565
14566 節に述べられているように、表の設定ダイアログの
14567 \family sans
14568 罫線
14569 \family default
14570 タブを使用します。
14571 \end_layout
14572
14573 \begin_layout Standard
14574 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14575 \begin_inset Newline newline
14576 \end_inset
14577
14578 最初と最後の表罫線の既定幅は0.08
14579 \begin_inset space \thinspace{}
14580 \end_inset
14581
14582 emですが、他の罫線の既定幅は0.05
14583 \begin_inset space \thinspace{}
14584 \end_inset
14585
14586 emです。
14587 \end_layout
14588
14589 \begin_layout Standard
14590 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14591 \end_layout
14592
14593 \begin_layout Standard
14594
14595 \series bold
14596
14597 \backslash
14598 let
14599 \backslash
14600 mytoprule
14601 \backslash
14602 toprule
14603 \begin_inset Newline newline
14604 \end_inset
14605
14606
14607 \backslash
14608 renewcommand{
14609 \backslash
14610 toprule}{
14611 \backslash
14612 mytoprule[幅]}
14613 \end_layout
14614
14615 \begin_layout Standard
14616 上の例は、
14617 \series bold
14618 toprule
14619 \series default
14620 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14621 \series bold
14622 toprule
14623 \series default
14624
14625 \series bold
14626 bottomrule
14627 \series default
14628 に置き換えて下さい。他の罫線の線幅を変更するには、
14629 \series bold
14630 toprule
14631 \series default
14632
14633 \series bold
14634 midrule
14635 \series default
14636 に置き換えます。線幅を設定する上では、付録
14637 \begin_inset CommandInset ref
14638 LatexCommand ref
14639 reference "cha:LyXで使用できる単位"
14640
14641 \end_inset
14642
14643 に挙げてあるすべての単位を使用することができます。
14644 \end_layout
14645
14646 \begin_layout Standard
14647 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14648 \series bold
14649
14650 \backslash
14651 cmidrule
14652 \series default
14653 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14654 \end_layout
14655
14656 \begin_layout Standard
14657
14658 \series bold
14659
14660 \backslash
14661 cmidrule[幅](刈込){開始列-終了列}
14662 \end_layout
14663
14664 \begin_layout Standard
14665 です。
14666 \series bold
14667
14668 \backslash
14669 cmidrule
14670 \series default
14671 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14672 \series bold
14673
14674 \backslash
14675 cmidrule
14676 \series default
14677 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14678
14679 \end_layout
14680
14681 \begin_layout Standard
14682 この線幅の既定値は0.03
14683 \begin_inset space \thinspace{}
14684 \end_inset
14685
14686 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14687 。非必須パラメーターの「刈込」は、
14688 \emph on
14689 l{刈込幅}
14690 \emph default
14691 あるいは
14692 \emph on
14693 r{刈込幅}
14694 \emph default
14695 の値を取り、刈込幅の指定は非必須です。たとえば、
14696 \emph on
14697 l{2pt}
14698 \emph default
14699 というパラメーターを使うと、罫線が左端から2
14700 \begin_inset space \thinspace{}
14701 \end_inset
14702
14703 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14704 \begin_inset space \thinspace{}
14705 \end_inset
14706
14707 emだけ刈り込まれます。
14708 \end_layout
14709
14710 \begin_layout Standard
14711 \begin_inset VSpace bigskip
14712 \end_inset
14713
14714
14715 \begin_inset CommandInset ref
14716 LatexCommand ref
14717 reference "tab:ブックタブ表の例"
14718
14719 \end_inset
14720
14721 は、
14722 \end_layout
14723
14724 \begin_layout Standard
14725
14726 \series bold
14727
14728 \backslash
14729 cmidrule(r){2-2}
14730 \backslash
14731 cmidrule(l){3-4}
14732 \end_layout
14733
14734 \begin_layout Standard
14735 というコマンドを第二行の初めに使用し、
14736 \end_layout
14737
14738 \begin_layout Standard
14739
14740 \series bold
14741
14742 \backslash
14743 cmidrule(l{10pt}){1-1}
14744 \end_layout
14745
14746 \begin_layout Standard
14747 を第六行に使用して作成されています。
14748 \end_layout
14749
14750 \begin_layout Standard
14751 \begin_inset VSpace bigskip
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \begin_layout Standard
14758 ときには、表
14759 \begin_inset CommandInset ref
14760 LatexCommand ref
14761 reference "tab:特殊なブックタブ表"
14762
14763 \end_inset
14764
14765 のような重なり合った
14766 \series bold
14767
14768 \backslash
14769 cmidrule
14770 \series default
14771 が欲しいことがあるかもしれません。これは、TeXコードで
14772 \end_layout
14773
14774 \begin_layout Standard
14775
14776 \series bold
14777
14778 \backslash
14779 morecmidrules
14780 \end_layout
14781
14782 \begin_layout Standard
14783 コマンドを使用することによって実現することができます。表
14784 \begin_inset CommandInset ref
14785 LatexCommand ref
14786 reference "tab:特殊なブックタブ表"
14787
14788 \end_inset
14789
14790 の第二列には
14791 \end_layout
14792
14793 \begin_layout Standard
14794
14795 \series bold
14796
14797 \backslash
14798 cmidrule(r){2-2}
14799 \backslash
14800 cmidrule(l){3-4}
14801 \backslash
14802 morecmidrules
14803 \backslash
14804 cmidrule{2-4}
14805 \end_layout
14806
14807 \begin_layout Standard
14808 というコマンドが使用されており、第六列には
14809 \end_layout
14810
14811 \begin_layout Standard
14812
14813 \series bold
14814
14815 \backslash
14816 midrule
14817 \backslash
14818 morecmidrules
14819 \backslash
14820 cmidrule{3-4}
14821 \end_layout
14822
14823 \begin_layout Standard
14824 というコマンドが使用されています。
14825 \end_layout
14826
14827 \begin_layout Standard
14828 \begin_inset VSpace bigskip
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \begin_layout Standard
14835 罫線の余白取りにどうしても満足が行かない場合には、
14836 \end_layout
14837
14838 \begin_layout Standard
14839
14840 \series bold
14841
14842 \backslash
14843 specialrule{幅}{上余白}{下余白}
14844 \end_layout
14845
14846 \begin_layout Standard
14847 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14848 \series bold
14849 booktabs
14850 \series default
14851  
14852 \begin_inset CommandInset citation
14853 LatexCommand cite
14854 key "booktabs"
14855
14856 \end_inset
14857
14858
14859 \begin_inset Index idx
14860 status collapsed
14861
14862 \begin_layout Plain Layout
14863 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14864 \end_layout
14865
14866 \end_inset
14867
14868 の取扱説明書をご参照下さい。
14869 \end_layout
14870
14871 \begin_layout Standard
14872 \begin_inset Float table
14873 placement h
14874 wide false
14875 sideways false
14876 status open
14877
14878 \begin_layout Plain Layout
14879 \begin_inset Caption Standard
14880
14881 \begin_layout Plain Layout
14882 \begin_inset CommandInset label
14883 LatexCommand label
14884 name "tab:特殊なブックタブ表"
14885
14886 \end_inset
14887
14888 特殊なブックタブ表
14889 \end_layout
14890
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Plain Layout
14897 \align center
14898 \begin_inset Tabular
14899 <lyxtabular version="3" rows="8" columns="4">
14900 <features rotate="0" booktabs="true" tabularvalignment="middle">
14901 <column alignment="center" valignment="top">
14902 <column alignment="center" valignment="top">
14903 <column alignment="center" valignment="top">
14904 <column alignment="center" valignment="top">
14905 <row>
14906 <cell alignment="center" valignment="top" topline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 システム
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919 Medipix
14920 \begin_inset space \thinspace{}
14921 \end_inset
14922
14923 1
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932 Medipix
14933 \begin_inset space \thinspace{}
14934 \end_inset
14935
14936 2
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 \begin_inset ERT
14957 status collapsed
14958
14959 \begin_layout Plain Layout
14960
14961
14962 \backslash
14963 cmidrule(r){2-2}
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \begin_inset ERT
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973
14974
14975 \backslash
14976 cmidrule(l){3-4}
14977 \end_layout
14978
14979 \end_inset
14980
14981
14982 \begin_inset ERT
14983 status collapsed
14984
14985 \begin_layout Plain Layout
14986
14987
14988 \backslash
14989 morecmidrules 
14990 \end_layout
14991
14992 \end_inset
14993
14994
14995 \begin_inset ERT
14996 status collapsed
14997
14998 \begin_layout Plain Layout
14999
15000
15001 \backslash
15002 cmidrule{2-4}
15003 \end_layout
15004
15005 \end_inset
15006
15007 検知器の厚み [
15008 \begin_inset Formula $\mu m$
15009 \end_inset
15010
15011 ]
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020 300
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 <cell alignment="center" valignment="top" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029 300
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 700
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 </row>
15044 <row>
15045 <cell alignment="center" valignment="top" topline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 エッジ角 [度]
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" topline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 3.55
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 2.71
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" topline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 7.99
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 </row>
15082 <row topspace="default">
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 空間分解能 [
15088 \begin_inset Formula $\mu m$
15089 \end_inset
15090
15091 ]
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 4.26
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 10.17
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 10.56
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 <row topspace="default">
15125 <cell alignment="center" valignment="top" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129 \begin_inset Formula $f_{\mathrm{max}}$
15130 \end_inset
15131
15132 におけるMTF
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 0.53
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 0.37
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 0.39
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 \begin_inset ERT
15171 status collapsed
15172
15173 \begin_layout Plain Layout
15174
15175
15176 \backslash
15177 morecmidrules 
15178 \end_layout
15179
15180 \end_inset
15181
15182
15183 \begin_inset ERT
15184 status collapsed
15185
15186 \begin_layout Plain Layout
15187
15188
15189 \backslash
15190 cmidrule{3-4}
15191 \end_layout
15192
15193 \end_inset
15194
15195 LSF空間分解能
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" topline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" topline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 </row>
15228 <row>
15229 <cell alignment="center" valignment="top" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 \begin_inset Formula $\mu m$
15234 \end_inset
15235
15236 表示
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245 129.7
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254 52.75
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 50.78
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row>
15270 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 ピクセルサイズに対する%表示
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 76.3
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292 95.9
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301 92.3
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 </row>
15307 </lyxtabular>
15308
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \begin_layout Section
15320 表の垂直揃え
15321 \begin_inset Index idx
15322 status collapsed
15323
15324 \begin_layout Plain Layout
15325 ひょう@表 ! そろえ@揃え
15326 \end_layout
15327
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \begin_layout Standard
15334 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15335 \begin_inset CommandInset ref
15336 LatexCommand ref
15337 reference "sec:ボックスダイアログ"
15338
15339 \end_inset
15340
15341 節に述べられているように、ボックスの垂直揃えを行います。
15342 \end_layout
15343
15344 \begin_layout Standard
15345 以下の例では、各表は15
15346 \begin_inset space \thinspace{}
15347 \end_inset
15348
15349 列幅%を持つminipage
15350 \begin_inset Foot
15351 status collapsed
15352
15353 \begin_layout Plain Layout
15354 minipageは第
15355 \begin_inset CommandInset ref
15356 LatexCommand ref
15357 reference "sec:ミニページ"
15358
15359 \end_inset
15360
15361 節で説明されています。
15362 \end_layout
15363
15364 \end_inset
15365
15366 ボックスの中に入れてあります。
15367 \end_layout
15368
15369 \begin_layout Itemize
15370 動作試験 
15371 \begin_inset Box Frameless
15372 position "t"
15373 hor_pos "c"
15374 has_inner_box 1
15375 inner_pos "c"
15376 use_parbox 0
15377 use_makebox 0
15378 width "15col%"
15379 special "none"
15380 height "1in"
15381 height_special "totalheight"
15382 status collapsed
15383
15384 \begin_layout Plain Layout
15385 \begin_inset Tabular
15386 <lyxtabular version="3" rows="3" columns="3">
15387 <features rotate="0" tabularvalignment="middle">
15388 <column alignment="center" valignment="top">
15389 <column alignment="center" valignment="top">
15390 <column alignment="center" valignment="top">
15391 <row>
15392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row>
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 </row>
15478 </lyxtabular>
15479
15480 \end_inset
15481
15482
15483 \end_layout
15484
15485 \end_inset
15486
15487  動作試験 
15488 \begin_inset ERT
15489 status collapsed
15490
15491 \begin_layout Plain Layout
15492
15493
15494 \backslash
15495 raisebox{0.85
15496 \backslash
15497 baselineskip}{
15498 \end_layout
15499
15500 \end_inset
15501
15502
15503 \begin_inset Box Frameless
15504 position "t"
15505 hor_pos "c"
15506 has_inner_box 1
15507 inner_pos "c"
15508 use_parbox 0
15509 use_makebox 0
15510 width "15col%"
15511 special "none"
15512 height "1in"
15513 height_special "totalheight"
15514 status collapsed
15515
15516 \begin_layout Plain Layout
15517 \begin_inset Tabular
15518 <lyxtabular version="3" rows="3" columns="3">
15519 <features rotate="0" tabularvalignment="middle">
15520 <column alignment="center" valignment="top">
15521 <column alignment="center" valignment="top">
15522 <column alignment="center" valignment="top">
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 <row>
15553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 <row>
15582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 </lyxtabular>
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618
15619
15620 \begin_inset ERT
15621 status collapsed
15622
15623 \begin_layout Plain Layout
15624
15625 }
15626 \end_layout
15627
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \begin_layout Itemize
15634 動作試験 
15635 \begin_inset Box Frameless
15636 position "c"
15637 hor_pos "c"
15638 has_inner_box 1
15639 inner_pos "c"
15640 use_parbox 0
15641 use_makebox 0
15642 width "15col%"
15643 special "none"
15644 height "1in"
15645 height_special "totalheight"
15646 status collapsed
15647
15648 \begin_layout Plain Layout
15649 \begin_inset Tabular
15650 <lyxtabular version="3" rows="3" columns="3">
15651 <features rotate="0" tabularvalignment="middle">
15652 <column alignment="center" valignment="top">
15653 <column alignment="center" valignment="top">
15654 <column alignment="center" valignment="top">
15655 <row>
15656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 </row>
15684 <row>
15685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 </row>
15713 <row>
15714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 </row>
15742 </lyxtabular>
15743
15744 \end_inset
15745
15746
15747 \end_layout
15748
15749 \end_inset
15750
15751
15752 \end_layout
15753
15754 \begin_layout Itemize
15755 動作試験 
15756 \begin_inset Box Frameless
15757 position "b"
15758 hor_pos "c"
15759 has_inner_box 1
15760 inner_pos "c"
15761 use_parbox 0
15762 use_makebox 0
15763 width "15col%"
15764 special "none"
15765 height "1in"
15766 height_special "totalheight"
15767 status collapsed
15768
15769 \begin_layout Plain Layout
15770 \begin_inset Tabular
15771 <lyxtabular version="3" rows="3" columns="3">
15772 <features rotate="0" tabularvalignment="middle">
15773 <column alignment="center" valignment="top">
15774 <column alignment="center" valignment="top">
15775 <column alignment="center" valignment="top">
15776 <row>
15777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 </row>
15805 <row>
15806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 </row>
15834 <row>
15835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 </lyxtabular>
15864
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \end_inset
15871
15872  動作試験 
15873 \begin_inset ERT
15874 status collapsed
15875
15876 \begin_layout Plain Layout
15877
15878
15879 \backslash
15880 raisebox{-0.32
15881 \backslash
15882 baselineskip}{
15883 \end_layout
15884
15885 \end_inset
15886
15887
15888 \begin_inset Box Frameless
15889 position "b"
15890 hor_pos "c"
15891 has_inner_box 1
15892 inner_pos "c"
15893 use_parbox 0
15894 use_makebox 0
15895 width "15col%"
15896 special "none"
15897 height "1in"
15898 height_special "totalheight"
15899 status collapsed
15900
15901 \begin_layout Plain Layout
15902 \begin_inset Tabular
15903 <lyxtabular version="3" rows="3" columns="3">
15904 <features rotate="0" tabularvalignment="middle">
15905 <column alignment="center" valignment="top">
15906 <column alignment="center" valignment="top">
15907 <column alignment="center" valignment="top">
15908 <row>
15909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 </row>
15937 <row>
15938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 </row>
15966 <row>
15967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 </row>
15995 </lyxtabular>
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \end_inset
16003
16004
16005 \begin_inset ERT
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009
16010 }
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \begin_layout Standard
16019 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16020 \begin_inset Foot
16021 status collapsed
16022
16023 \begin_layout Plain Layout
16024 raiseboxは、第
16025 \begin_inset CommandInset ref
16026 LatexCommand ref
16027 reference "sub:垂直揃え"
16028
16029 \end_inset
16030
16031 節で説明されています。
16032 \end_layout
16033
16034 \end_inset
16035
16036 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16037 \end_layout
16038
16039 \begin_layout Standard
16040
16041 \series bold
16042
16043 \backslash
16044 raisebox{0.85
16045 \backslash
16046 baselineskip}{
16047 \end_layout
16048
16049 \begin_layout Standard
16050 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16051 \series bold
16052 }
16053 \series default
16054 をTeXコードとして挿入してあります。最後の項目の第二表には、
16055 \end_layout
16056
16057 \begin_layout Standard
16058
16059 \series bold
16060
16061 \backslash
16062 raisebox{-0.32
16063 \backslash
16064 baselineskip}{
16065 \end_layout
16066
16067 \begin_layout Standard
16068 というコマンドを使用しています。
16069 \end_layout
16070
16071 \begin_layout Standard
16072 \begin_inset Note Greyedout
16073 status open
16074
16075 \begin_layout Plain Layout
16076
16077 \series bold
16078 【註】
16079 \series default
16080 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16081 \series bold
16082
16083 \backslash
16084 raisebox
16085 \series default
16086 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16087 \end_layout
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \begin_layout Section
16095 色付きの表
16096 \begin_inset CommandInset label
16097 LatexCommand label
16098 name "sec:色付きの表"
16099
16100 \end_inset
16101
16102
16103 \begin_inset Index idx
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107 ひょう@表 ! いろつき@色付き
16108 \end_layout
16109
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Subsection
16116 色付きのセル
16117 \begin_inset Index idx
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121 ひょうのいろ@表の色 ! せるぶ@セル部
16122 \end_layout
16123
16124 \end_inset
16125
16126
16127 \begin_inset Index idx
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131 いろつき@色付き ! ひょうせるぶ@表セル部
16132 \end_layout
16133
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \begin_layout Standard
16140 \begin_inset Float table
16141 placement h
16142 wide false
16143 sideways false
16144 status open
16145
16146 \begin_layout Plain Layout
16147 \begin_inset Caption Standard
16148
16149 \begin_layout Plain Layout
16150 \begin_inset CommandInset label
16151 LatexCommand label
16152 name "tab:colortblなしの表"
16153
16154 \end_inset
16155
16156
16157 \series bold
16158 colortbl
16159 \series default
16160 パッケージを使用しない色付き表
16161 \begin_inset Argument 1
16162 status collapsed
16163
16164 \begin_layout Plain Layout
16165 colortblなしの表
16166 \end_layout
16167
16168 \end_inset
16169
16170
16171 \end_layout
16172
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \begin_layout Plain Layout
16179 \align center
16180 \begin_inset Tabular
16181 <lyxtabular version="3" rows="3" columns="3">
16182 <features rotate="0" tabularvalignment="middle">
16183 <column alignment="center" valignment="top">
16184 <column alignment="center" valignment="top">
16185 <column alignment="center" valignment="top">
16186 <row>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191
16192 \color green
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \color red
16204
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \color red
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 <row>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226
16227 \color green
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \color blue
16239
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \color blue
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 </row>
16256 <row>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261
16262 \color green
16263
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272
16273 \color blue
16274
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \color blue
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 </row>
16291 </lyxtabular>
16292
16293 \end_inset
16294
16295
16296 \end_layout
16297
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \begin_layout Standard
16304 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16305 \family sans
16306 編集\SpecialChar \menuseparator
16307 文字様式
16308 \family default
16309 メニューで色を選んでください。表
16310 \begin_inset CommandInset ref
16311 LatexCommand ref
16312 reference "tab:colortblなしの表"
16313
16314 \end_inset
16315
16316 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16317 \series bold
16318 colortbl
16319 \series default
16320
16321 \begin_inset Index idx
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16326 \end_layout
16327
16328 \end_inset
16329
16330 を使用しなくてはなりません。
16331 \end_layout
16332
16333 \begin_layout Standard
16334 \begin_inset ERT
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338
16339
16340 \backslash
16341 ifcolortbl
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \begin_inset Note Note
16348 status open
16349
16350 \begin_layout Plain Layout
16351 本節の以下の部分は、LaTeXパッケージ
16352 \series bold
16353 colortbl
16354 \series default
16355 が導入済みのときのみ表示されます。
16356 \end_layout
16357
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \begin_layout Standard
16364 色付きの表を作成するには、プリアンブルに
16365 \end_layout
16366
16367 \begin_layout Standard
16368
16369 \series bold
16370
16371 \backslash
16372 usepackage{colortbl}
16373 \end_layout
16374
16375 \begin_layout Standard
16376 という行を書いて
16377 \series bold
16378 colortbl
16379 \series default
16380 を読み込まなくてはなりません。列の色は、
16381 \series bold
16382 >{ }
16383 \series default
16384 コマンドの中に
16385 \end_layout
16386
16387 \begin_layout Standard
16388
16389 \series bold
16390
16391 \backslash
16392 columncolor{色彩名}
16393 \end_layout
16394
16395 \begin_layout Standard
16396 というコマンドを書いて指定することができます。
16397 \series bold
16398 >{}
16399 \series default
16400 コマンドに関する詳細は、第
16401 \begin_inset CommandInset ref
16402 LatexCommand ref
16403 reference "sub:連結列の計算"
16404
16405 \end_inset
16406
16407 節に述べられています。
16408 \end_layout
16409
16410 \begin_layout Standard
16411 以下の色彩名が事前に定義されています。
16412 \end_layout
16413
16414 \begin_layout Standard
16415
16416 \family sans
16417 red
16418 \family default
16419
16420 \family sans
16421 green
16422 \family default
16423
16424 \family sans
16425 yellow
16426 \family default
16427
16428 \family sans
16429 blue
16430 \family default
16431
16432 \family sans
16433 cyan
16434 \family default
16435
16436 \family sans
16437 magenta
16438 \family default
16439
16440 \family sans
16441 black
16442 \family default
16443
16444 \family sans
16445 white
16446 \end_layout
16447
16448 \begin_layout Standard
16449 \begin_inset VSpace medskip
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \begin_layout Standard
16456 また、文書設定中で、文書クラスオプションに
16457 \end_layout
16458
16459 \begin_layout Standard
16460
16461 \series bold
16462 usenames,dvipsnames
16463 \end_layout
16464
16465 \begin_layout Standard
16466 を与えると、さらに61色を使用することができます。これらの色は、附録
16467 \begin_inset CommandInset ref
16468 LatexCommand ref
16469 reference "chap:dvips色名一覧"
16470
16471 \end_inset
16472
16473 に列挙されています。それらの色の1つ、
16474 \family sans
16475 Maroon
16476 \family default
16477 が、例として表
16478 \begin_inset CommandInset ref
16479 LatexCommand ref
16480 reference "tab:色付き表"
16481
16482 \end_inset
16483
16484 に使用されています。
16485 \end_layout
16486
16487 \begin_layout Standard
16488 \begin_inset VSpace medskip
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \begin_layout Standard
16495 また
16496 \end_layout
16497
16498 \begin_layout Standard
16499
16500 \series bold
16501
16502 \backslash
16503 definecolor{色彩名}{色彩モデル}{色彩値}
16504 \end_layout
16505
16506 \begin_layout Standard
16507 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16508 \end_layout
16509
16510 \begin_layout Labeling
16511 \labelwidthstring 00.00.0000
16512 cmyk: シアン(
16513 \bar under
16514 c
16515 \bar default
16516 yan)・マゼンタ(
16517 \bar under
16518 m
16519 \bar default
16520 agenta)・黄(
16521 \bar under
16522 y
16523 \bar default
16524 ellow)・黒(blac
16525 \bar under
16526 k
16527 \bar default
16528
16529 \end_layout
16530
16531 \begin_layout Labeling
16532 \labelwidthstring 00.00.0000
16533 rgb: 赤(
16534 \bar under
16535 r
16536 \bar default
16537 ed)・緑(
16538 \bar under
16539 g
16540 \bar default
16541 reen)・青(
16542 \bar under
16543 b
16544 \bar default
16545 lue)
16546 \end_layout
16547
16548 \begin_layout Labeling
16549 \labelwidthstring 00.00.0000
16550 gray: グレー
16551 \end_layout
16552
16553 \begin_layout Standard
16554 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16555 \end_layout
16556
16557 \begin_layout Standard
16558 たとえば、プリアンブルに
16559 \end_layout
16560
16561 \begin_layout Standard
16562
16563 \series bold
16564
16565 \backslash
16566 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16567 \end_layout
16568
16569 \begin_layout Standard
16570 と書くことによって、「
16571 \emph on
16572 darkgreen
16573 \emph default
16574 」色を定義することができますし、
16575 \end_layout
16576
16577 \begin_layout Standard
16578
16579 \series bold
16580
16581 \backslash
16582 definecolor{lightgray}{gray}{0.8}
16583 \end_layout
16584
16585 \begin_layout Standard
16586 と書けば、「
16587 \emph on
16588 lightgray
16589 \emph default
16590 」色を定義することができます。
16591 \end_layout
16592
16593 \begin_layout Standard
16594 \begin_inset VSpace medskip
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \begin_layout Standard
16601 罫線は
16602 \end_layout
16603
16604 \begin_layout Standard
16605
16606 \series bold
16607
16608 \backslash
16609 rowcolor{色彩名}
16610 \end_layout
16611
16612 \begin_layout Standard
16613 というコマンドを使用して色付けすることができ、セルは
16614 \end_layout
16615
16616 \begin_layout Standard
16617
16618 \series bold
16619
16620 \backslash
16621 cellcolor{色彩名}
16622 \end_layout
16623
16624 \begin_layout Standard
16625 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16626 \end_layout
16627
16628 \begin_layout Standard
16629 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16630 \family sans
16631 編集\SpecialChar \menuseparator
16632 文字様式
16633 \family default
16634 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16635 ます。
16636 \end_layout
16637
16638 \begin_layout Standard
16639 \begin_inset Note Greyedout
16640 status open
16641
16642 \begin_layout Plain Layout
16643 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16644 \end_layout
16645
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \begin_layout Standard
16652 \begin_inset VSpace bigskip
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \begin_layout Standard
16659
16660 \begin_inset CommandInset ref
16661 LatexCommand ref
16662 reference "tab:色付き表"
16663
16664 \end_inset
16665
16666 を作成するには、以下のようにしてください。第一列の色は
16667 \emph on
16668 darkgreen
16669 \emph default
16670 にしたいので、この列のLaTeX変数として
16671 \end_layout
16672
16673 \begin_layout Standard
16674
16675 \series bold
16676 >{
16677 \backslash
16678 columncolor{darkgreen}
16679 \backslash
16680 centering}c
16681 \end_layout
16682
16683 \begin_layout Standard
16684 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16685 \end_layout
16686
16687 \begin_layout Standard
16688
16689 \series bold
16690
16691 \backslash
16692 rowcolow{cyan}
16693 \end_layout
16694
16695 \begin_layout Standard
16696 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16697 \end_layout
16698
16699 \begin_layout Standard
16700
16701 \series bold
16702
16703 \backslash
16704 cellcolor{Maroon}
16705 \end_layout
16706
16707 \begin_layout Standard
16708 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16709 \family sans
16710 編集\SpecialChar \menuseparator
16711 文字様式
16712 \family default
16713 メニューを使って、各文字に色付けをすることができます。
16714 \end_layout
16715
16716 \begin_layout Standard
16717 \begin_inset Float table
16718 placement h
16719 wide false
16720 sideways false
16721 status open
16722
16723 \begin_layout Plain Layout
16724 \begin_inset Caption Standard
16725
16726 \begin_layout Plain Layout
16727
16728 \series bold
16729 \begin_inset CommandInset label
16730 LatexCommand label
16731 name "tab:色付き表"
16732
16733 \end_inset
16734
16735 colortbl
16736 \series default
16737 パッケージを使用した色付き表
16738 \begin_inset Argument 1
16739 status collapsed
16740
16741 \begin_layout Plain Layout
16742 colortblを使った表
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \begin_layout Plain Layout
16756 \align center
16757 \begin_inset Tabular
16758 <lyxtabular version="3" rows="3" columns="3">
16759 <features rotate="0" tabularvalignment="middle">
16760 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16761 <column alignment="center" valignment="top">
16762 <column alignment="center" valignment="top">
16763 <row>
16764 <cell alignment="center" valignment="top" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset ERT
16769 status collapsed
16770
16771 \begin_layout Plain Layout
16772
16773
16774 \backslash
16775 rowcolor{cyan}
16776 \end_layout
16777
16778 \end_inset
16779
16780
16781 \color magenta
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791
16792 \color red
16793
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802
16803 \color red
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 </row>
16810 <row>
16811 <cell alignment="center" valignment="top" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815
16816 \color yellow
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826
16827 \color blue
16828
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 <cell alignment="center" valignment="top" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837
16838 \color blue
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \color yellow
16852
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \color blue
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset ERT
16873 status collapsed
16874
16875 \begin_layout Plain Layout
16876
16877
16878 \backslash
16879 cellcolor{Maroon}
16880 \end_layout
16881
16882 \end_inset
16883
16884
16885 \color green
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 </lyxtabular>
16893
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \begin_layout Standard
16905 \begin_inset ERT
16906 status collapsed
16907
16908 \begin_layout Plain Layout
16909
16910
16911 \backslash
16912 else
16913 \end_layout
16914
16915 \end_inset
16916
16917
16918 \begin_inset Note Note
16919 status open
16920
16921 \begin_layout Plain Layout
16922 以下は、LaTeXパッケージ
16923 \series bold
16924 colortbl
16925 \series default
16926 が導入されていないときに表示されます。
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \begin_layout Standard
16935 この節の内容を出力で表示させるには、
16936 \series bold
16937 colortbl
16938 \series default
16939 パッケージを導入する必要があります。
16940 \end_layout
16941
16942 \begin_layout Standard
16943 \begin_inset ERT
16944 status collapsed
16945
16946 \begin_layout Plain Layout
16947
16948
16949 \backslash
16950 fi
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \begin_layout Subsection
16959 色付き行
16960 \begin_inset Index idx
16961 status collapsed
16962
16963 \begin_layout Plain Layout
16964 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
16965 \end_layout
16966
16967 \end_inset
16968
16969
16970 \begin_inset Index idx
16971 status collapsed
16972
16973 \begin_layout Plain Layout
16974 いろつき@色付き ! ひょうのぎょう@表の行
16975 \end_layout
16976
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \begin_layout Standard
16983 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
16984 \end_layout
16985
16986 \begin_layout Standard
16987
16988 \series bold
16989
16990 \backslash
16991 usepackage[table]{xcolor}
16992 \end_layout
16993
16994 \begin_layout Standard
16995 というコマンドを使用して、
16996 \series bold
16997 xcolor
16998 \series default
16999
17000 \begin_inset Index idx
17001 status collapsed
17002
17003 \begin_layout Plain Layout
17004 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
17005 \begin_inset ERT
17006 status collapsed
17007
17008 \begin_layout Plain Layout
17009
17010
17011 \backslash
17012 vspace{4mm}
17013 \end_layout
17014
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021
17022 パッケージを読み込むのです。
17023 \series bold
17024 xcolor
17025 \series default
17026 は、自動的に
17027 \series bold
17028 colortbl
17029 \series default
17030
17031 \begin_inset Index idx
17032 status collapsed
17033
17034 \begin_layout Plain Layout
17035 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17036 \end_layout
17037
17038 \end_inset
17039
17040 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
17041 \series bold
17042 colortbl
17043 \series default
17044 も導入されていなくてはなりません。
17045 \end_layout
17046
17047 \begin_layout Standard
17048 \begin_inset ERT
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052
17053
17054 \backslash
17055 ifcolortbl
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \begin_inset Note Note
17062 status open
17063
17064 \begin_layout Plain Layout
17065 本節の以下の部分は、LaTeXパッケージ
17066 \series bold
17067 colortbl
17068 \series default
17069 が導入済みのときのみ表示されます。
17070 \end_layout
17071
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \begin_layout Standard
17078 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
17079 \end_layout
17080
17081 \begin_layout Standard
17082
17083 \series bold
17084
17085 \backslash
17086 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17087 \end_layout
17088
17089 \begin_layout Standard
17090 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17091 を付加する時に用います。したがって、例えば
17092 \end_layout
17093
17094 \begin_layout Standard
17095
17096 \series bold
17097
17098 \backslash
17099 rowcolors{1}{white}{lightgray}
17100 \end_layout
17101
17102 \begin_layout Standard
17103 というコマンドは、表
17104 \begin_inset CommandInset ref
17105 LatexCommand ref
17106 reference "tab:表-行色"
17107
17108 \end_inset
17109
17110 のようなカラースキームをもたらします。また、
17111 \end_layout
17112
17113 \begin_layout Standard
17114
17115 \series bold
17116
17117 \backslash
17118 rowcolors[
17119 \backslash
17120 hline]{1}{lightgray}{cyan}
17121 \end_layout
17122
17123 \begin_layout Standard
17124 というコマンドを用いると、表
17125 \begin_inset CommandInset ref
17126 LatexCommand ref
17127 reference "tab:表-行色-2"
17128
17129 \end_inset
17130
17131 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17132 \end_layout
17133
17134 \begin_layout Standard
17135
17136 \series bold
17137
17138 \backslash
17139 rowcolors{1}{}{}
17140 \end_layout
17141
17142 \begin_layout Standard
17143 というコマンドはすべての色付けを削除することになります。
17144 \series bold
17145
17146 \backslash
17147 rowcolors
17148 \series default
17149 は、コマンドに続くすべての表に影響を及ぼします。
17150 \end_layout
17151
17152 \begin_layout Standard
17153 \begin_inset ERT
17154 status open
17155
17156 \begin_layout Plain Layout
17157
17158
17159 \backslash
17160 rowcolors{1}{white}{lightgray}
17161 \end_layout
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Standard
17169 \begin_inset Float table
17170 placement h
17171 wide false
17172 sideways false
17173 status open
17174
17175 \begin_layout Plain Layout
17176 \begin_inset Caption Standard
17177
17178 \begin_layout Plain Layout
17179 \begin_inset CommandInset label
17180 LatexCommand label
17181 name "tab:表-行色"
17182
17183 \end_inset
17184
17185 隔行が灰色に着色された表
17186 \end_layout
17187
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \begin_layout Plain Layout
17194 \align center
17195 \begin_inset Tabular
17196 <lyxtabular version="3" rows="4" columns="3">
17197 <features rotate="0" tabularvalignment="middle">
17198 <column alignment="center" valignment="top">
17199 <column alignment="center" valignment="top" width="0pt">
17200 <column alignment="center" valignment="top" width="0pt">
17201 <row>
17202 <cell alignment="center" valignment="top" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 X
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 Y
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 Z
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row>
17231 <cell alignment="center" valignment="top" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 1
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244 2
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 3
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 </row>
17259 <row>
17260 <cell alignment="center" valignment="top" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264 4
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 <cell alignment="center" valignment="top" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273 5
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282 6
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 </row>
17288 <row>
17289 <cell alignment="center" valignment="top" usebox="none">
17290 \begin_inset Text
17291
17292 \begin_layout Plain Layout
17293 7
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 <cell alignment="center" valignment="top" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302 8
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311 9
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 </row>
17317 </lyxtabular>
17318
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \begin_layout Standard
17330 \begin_inset ERT
17331 status open
17332
17333 \begin_layout Plain Layout
17334
17335
17336 \backslash
17337 rowcolors[
17338 \backslash
17339 hline]{1}{lightgray}{cyan}
17340 \end_layout
17341
17342 \end_inset
17343
17344
17345 \end_layout
17346
17347 \begin_layout Standard
17348 \begin_inset Float table
17349 placement h
17350 wide false
17351 sideways false
17352 status open
17353
17354 \begin_layout Plain Layout
17355 \begin_inset Caption Standard
17356
17357 \begin_layout Plain Layout
17358 \begin_inset CommandInset label
17359 LatexCommand label
17360 name "tab:表-行色-2"
17361
17362 \end_inset
17363
17364 隔行でシアン色に着色され、行間に線の入った表
17365 \end_layout
17366
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Plain Layout
17373 \align center
17374 \begin_inset Tabular
17375 <lyxtabular version="3" rows="4" columns="3">
17376 <features rotate="0" tabularvalignment="middle">
17377 <column alignment="center" valignment="top">
17378 <column alignment="center" valignment="top">
17379 <column alignment="center" valignment="top" width="0pt">
17380 <row>
17381 <cell alignment="center" valignment="top" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 X
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell alignment="center" valignment="top" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 Y
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 Z
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 <row>
17410 <cell alignment="center" valignment="top" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414 1
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 2
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 3
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 4
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 5
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 <cell alignment="center" valignment="top" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 6
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 </row>
17467 <row>
17468 <cell alignment="center" valignment="top" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 7
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 8
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 9
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 </lyxtabular>
17497
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \begin_layout Standard
17509 \begin_inset ERT
17510 status collapsed
17511
17512 \begin_layout Plain Layout
17513
17514
17515 \backslash
17516 rowcolors{1}{}{}
17517 \end_layout
17518
17519 \end_inset
17520
17521
17522 \begin_inset Note Note
17523 status collapsed
17524
17525 \begin_layout Plain Layout
17526 行色を解除
17527 \end_layout
17528
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \begin_layout Standard
17535 \begin_inset ERT
17536 status collapsed
17537
17538 \begin_layout Plain Layout
17539
17540
17541 \backslash
17542 else
17543 \end_layout
17544
17545 \end_inset
17546
17547
17548 \begin_inset Note Note
17549 status open
17550
17551 \begin_layout Plain Layout
17552 以下は、LaTeXパッケージ
17553 \series bold
17554 colortbl
17555 \series default
17556 が導入されていないときに表示されます。
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Standard
17565 この節の内容を出力で表示させるには、
17566 \series bold
17567 colortbl
17568 \series default
17569 パッケージを導入する必要があります。
17570 \end_layout
17571
17572 \begin_layout Standard
17573 \begin_inset ERT
17574 status collapsed
17575
17576 \begin_layout Plain Layout
17577
17578
17579 \backslash
17580 fi
17581 \end_layout
17582
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \begin_layout Subsection
17589 色付き罫線
17590 \begin_inset Index idx
17591 status collapsed
17592
17593 \begin_layout Plain Layout
17594 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \begin_inset Index idx
17601 status collapsed
17602
17603 \begin_layout Plain Layout
17604 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17605 \end_layout
17606
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613
17614 \begin_inset CommandInset ref
17615 LatexCommand ref
17616 reference "sub:罫線幅"
17617
17618 \end_inset
17619
17620 節に述べられているように、表中の全罫線の線幅は、長さ
17621 \series bold
17622
17623 \backslash
17624 arrayrulewidth
17625 \series default
17626 を使って調節することができます。本節の表では、すべて1.5
17627 \begin_inset space \thinspace{}
17628 \end_inset
17629
17630 ptに設定されています。
17631 \begin_inset ERT
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635
17636
17637 \backslash
17638 setlength{
17639 \backslash
17640 arrayrulewidth}{1.5pt}
17641 \end_layout
17642
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \begin_layout Standard
17649 たとえば縦罫線を緑に着色するには、第
17650 \begin_inset CommandInset ref
17651 LatexCommand ref
17652 reference "sub:自製書式"
17653
17654 \end_inset
17655
17656 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17657 \end_layout
17658
17659 \begin_layout Standard
17660
17661 \series bold
17662
17663 \backslash
17664 newcolumntype{W}{!{
17665 \backslash
17666 color{green}
17667 \backslash
17668 vline}}
17669 \end_layout
17670
17671 \begin_layout Standard
17672
17673 \begin_inset CommandInset ref
17674 LatexCommand ref
17675 reference "tab:色付き縦罫線の表"
17676
17677 \end_inset
17678
17679 では、最右列にLaTeX変数
17680 \series bold
17681 WcW
17682 \series default
17683 、他の列にLaTeX変数
17684 \series bold
17685 Wc
17686 \series default
17687 が使用されています。
17688 \end_layout
17689
17690 \begin_layout Standard
17691 複数の色を用いたいときには、列書式をもっと定義してください。
17692 \end_layout
17693
17694 \begin_layout Standard
17695 \begin_inset Float table
17696 placement h
17697 wide false
17698 sideways false
17699 status open
17700
17701 \begin_layout Plain Layout
17702 \begin_inset Caption Standard
17703
17704 \begin_layout Plain Layout
17705 \begin_inset CommandInset label
17706 LatexCommand label
17707 name "tab:色付き縦罫線の表"
17708
17709 \end_inset
17710
17711 色付き縦罫線の表
17712 \end_layout
17713
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \begin_layout Plain Layout
17720 \align center
17721 \begin_inset Tabular
17722 <lyxtabular version="3" rows="3" columns="3">
17723 <features rotate="0" tabularvalignment="middle">
17724 <column alignment="center" valignment="top" special="Wc">
17725 <column alignment="center" valignment="top" special="Wc">
17726 <column alignment="center" valignment="top" special="WcW">
17727 <row>
17728 <cell alignment="center" valignment="top" topline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 sd
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" topline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" topline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" topline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 sd
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 <cell alignment="center" valignment="top" topline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 </row>
17785 <row>
17786 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799
17800 \end_layout
17801
17802 \end_inset
17803 </cell>
17804 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Plain Layout
17808 sd
17809 \end_layout
17810
17811 \end_inset
17812 </cell>
17813 </row>
17814 </lyxtabular>
17815
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \begin_layout Standard
17827 \begin_inset VSpace bigskip
17828 \end_inset
17829
17830
17831 \begin_inset CommandInset ref
17832 LatexCommand ref
17833 reference "tab:色付き横罫線の表"
17834
17835 \end_inset
17836
17837 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17838 \end_layout
17839
17840 \begin_layout Standard
17841
17842 \series bold
17843
17844 \backslash
17845 let
17846 \backslash
17847 myHlineC
17848 \backslash
17849 hline
17850 \begin_inset Newline newline
17851 \end_inset
17852
17853
17854 \backslash
17855 renewcommand{
17856 \backslash
17857 hline}
17858 \begin_inset Newline newline
17859 \end_inset
17860
17861
17862 \begin_inset Phantom HPhantom
17863 status open
17864
17865 \begin_layout Plain Layout
17866 \begin_inset space ~
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \end_inset
17873
17874 {
17875 \backslash
17876 arrayrulecolor{red}
17877 \backslash
17878 myHlineC
17879 \backslash
17880 arrayrulecolor{black}}
17881 \end_layout
17882
17883 \begin_layout Standard
17884 というコマンドを入力して下さい。
17885 \end_layout
17886
17887 \begin_layout Standard
17888 \begin_inset ERT
17889 status collapsed
17890
17891 \begin_layout Plain Layout
17892
17893
17894 \backslash
17895 let
17896 \backslash
17897 myHlineC
17898 \backslash
17899 hline
17900 \end_layout
17901
17902 \begin_layout Plain Layout
17903
17904
17905 \backslash
17906 renewcommand{
17907 \backslash
17908 hline}
17909 \end_layout
17910
17911 \begin_layout Plain Layout
17912
17913  {
17914 \backslash
17915 arrayrulecolor{red}
17916 \backslash
17917 myHlineC
17918 \backslash
17919 arrayrulecolor{black}}
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \begin_inset Float table
17926 placement h
17927 wide false
17928 sideways false
17929 status open
17930
17931 \begin_layout Plain Layout
17932 \begin_inset Caption Standard
17933
17934 \begin_layout Plain Layout
17935 \begin_inset CommandInset label
17936 LatexCommand label
17937 name "tab:色付き横罫線の表"
17938
17939 \end_inset
17940
17941 色付き横罫線の表
17942 \end_layout
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Plain Layout
17950 \align center
17951 \begin_inset Tabular
17952 <lyxtabular version="3" rows="3" columns="3">
17953 <features rotate="0" tabularvalignment="middle">
17954 <column alignment="center" valignment="top">
17955 <column alignment="center" valignment="top">
17956 <column alignment="center" valignment="top">
17957 <row>
17958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962 sd
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 </row>
17986 <row>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000 sd
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 </row>
18015 <row>
18016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 sd
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 </row>
18044 </lyxtabular>
18045
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \begin_layout Standard
18057 既定値の黒罫線に戻るには、
18058 \end_layout
18059
18060 \begin_layout Standard
18061
18062 \series bold
18063
18064 \backslash
18065 renewcommand{
18066 \backslash
18067 hline}{
18068 \backslash
18069 myHlineC}
18070 \end_layout
18071
18072 \begin_layout Standard
18073 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18074 \begin_inset CommandInset ref
18075 LatexCommand ref
18076 reference "tab:色付き罫線の表"
18077
18078 \end_inset
18079
18080 は、縦横罫線を色付けした例です。
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \begin_inset Float table
18085 placement h
18086 wide false
18087 sideways false
18088 status open
18089
18090 \begin_layout Plain Layout
18091 \begin_inset Caption Standard
18092
18093 \begin_layout Plain Layout
18094 \begin_inset CommandInset label
18095 LatexCommand label
18096 name "tab:色付き罫線の表"
18097
18098 \end_inset
18099
18100 色付き罫線の表
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \begin_layout Plain Layout
18109 \align center
18110 \begin_inset Tabular
18111 <lyxtabular version="3" rows="3" columns="3">
18112 <features rotate="0" tabularvalignment="middle">
18113 <column alignment="center" valignment="top" special="Wc">
18114 <column alignment="center" valignment="top" special="Wc">
18115 <column alignment="center" valignment="top" special="WcW">
18116 <row>
18117 <cell alignment="center" valignment="top" topline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 sd
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" topline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" topline="true" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 </row>
18145 <row>
18146 <cell alignment="center" valignment="top" topline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 sd
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row topspace="default">
18175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 sd
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 </lyxtabular>
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211
18212
18213 \end_layout
18214
18215 \begin_layout Standard
18216 \begin_inset ERT
18217 status collapsed
18218
18219 \begin_layout Plain Layout
18220
18221
18222 \backslash
18223 renewcommand{
18224 \backslash
18225 hline}{
18226 \backslash
18227 myHlineC}
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Standard
18236 \begin_inset ERT
18237 status collapsed
18238
18239 \begin_layout Plain Layout
18240
18241
18242 \backslash
18243 setlength{
18244 \backslash
18245 arrayrulewidth}{0.4pt}
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Section
18254 表幅の計算
18255 \begin_inset CommandInset label
18256 LatexCommand label
18257 name "sec:表幅の計算"
18258
18259 \end_inset
18260
18261
18262 \end_layout
18263
18264 \begin_layout Standard
18265 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18266 設ければ良いのでしょうか?
18267 \end_layout
18268
18269 \begin_layout Standard
18270 表幅
18271 \begin_inset Formula $W_{\text{表}}$
18272 \end_inset
18273
18274 は計算することができます。各列の実際の幅は、指定した列幅
18275 \begin_inset Formula $W_{\text{列}}$
18276 \end_inset
18277
18278 に、列の内容と列罫線との間の余白(LaTeX長
18279 \series bold
18280
18281 \backslash
18282 tabcolsep
18283 \series default
18284 ・既定値6
18285 \begin_inset space \thinspace{}
18286 \end_inset
18287
18288 pt)の2倍と、罫線幅(LaTeX長
18289 \series bold
18290
18291 \backslash
18292 arrayrulewidth
18293 \series default
18294 ・既定値0.4
18295 \begin_inset space \thinspace{}
18296 \end_inset
18297
18298 pt)を加えたものになります。したがって、もし同じ幅の
18299 \begin_inset Formula $n$
18300 \end_inset
18301
18302 列を作るならば、表幅は
18303 \begin_inset Formula 
18304 \begin{equation}
18305 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18306 \end{equation}
18307
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \begin_layout Standard
18314 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18315 \series bold
18316
18317 \backslash
18318 columnwidth
18319 \series default
18320 )。表の列をすべて同じ幅にするとすれば、
18321 \begin_inset Formula $W_{\text{表}}$
18322 \end_inset
18323
18324 が1
18325 \begin_inset space \thinspace{}
18326 \end_inset
18327
18328
18329 \backslash
18330 columnwidthになりますので、
18331 \begin_inset Formula $W_{\text{列}}$
18332 \end_inset
18333
18334 は簡単に計算できます。
18335 \end_layout
18336
18337 \begin_layout Standard
18338 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18339 \series bold
18340 calc
18341 \series default
18342
18343 \begin_inset Index idx
18344 status collapsed
18345
18346 \begin_layout Plain Layout
18347 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18348 \end_layout
18349
18350 \end_inset
18351
18352 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18353 \family sans
18354 LaTeXの引数
18355 \family default
18356 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18357 \begin_inset CommandInset ref
18358 LatexCommand ref
18359 reference "sub:連結列の計算"
18360
18361 \end_inset
18362
18363 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18364 \end_layout
18365
18366 \begin_layout Standard
18367
18368 \series bold
18369 >{
18370 \backslash
18371 centering}p{(1
18372 \backslash
18373 columnwidth-62.4pt)/5}
18374 \end_layout
18375
18376 \begin_layout Standard
18377 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18378 \begin_inset Formula 
18379 \begin{align}
18380 \backslash\mbox{columnwidth} & =3\, W_{\text{列}}+2\cdot0.75\, W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18381  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18382  & =4.5\, W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18383 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18384 \end{align}
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \begin_layout Standard
18392 となります。したがって、表中の広い列には
18393 \end_layout
18394
18395 \begin_layout Standard
18396
18397 \series bold
18398 >{
18399 \backslash
18400 centering}p{(1
18401 \backslash
18402 columnwidth-62.4pt)/
18403 \backslash
18404 real{4.5}}
18405 \end_layout
18406
18407 \begin_layout Standard
18408 というコマンドを用い、狭い列には
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \series bold
18414 >{
18415 \backslash
18416 centering}p{(1
18417 \backslash
18418 columnwidth-62.4pt)/
18419 \backslash
18420 real{4.5}*
18421 \backslash
18422 real{0.75}}
18423 \end_layout
18424
18425 \begin_layout Standard
18426 というコマンドを用いることにすると、以下の表が出来上がります。
18427 \end_layout
18428
18429 \begin_layout Standard
18430 \begin_inset Tabular
18431 <lyxtabular version="3" rows="2" columns="5">
18432 <features rotate="0" tabularvalignment="middle">
18433 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18434 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18435 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18436 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18437 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18438 <row>
18439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 1
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452 2
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 3
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 4
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 5
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 </row>
18485 <row>
18486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 111111 1111111 111111 111111111 11111 11111 1111
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 2222 22222 222222 222222222 2222222 22 22222
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526 333333 333333 333333 33333 3333333 333
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 </row>
18532 </lyxtabular>
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \begin_layout Section
18540 表の調整
18541 \begin_inset Index idx
18542 status collapsed
18543
18544 \begin_layout Plain Layout
18545 ひょうのちょうせい@表の調整
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \begin_inset Index idx
18552 status collapsed
18553
18554 \begin_layout Plain Layout
18555 ひょう@表 ! ちょうせい@調整
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Subsection
18564 行の余白取り
18565 \begin_inset CommandInset label
18566 LatexCommand label
18567 name "sub:行の余白取り"
18568
18569 \end_inset
18570
18571
18572 \begin_inset Index idx
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
18577 \end_layout
18578
18579 \end_inset
18580
18581
18582 \end_layout
18583
18584 \begin_layout Standard
18585 表の設定ダイアログの
18586 \family sans
18587 罫線
18588 \family default
18589 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
18590 \end_layout
18591
18592 \begin_layout Description
18593 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
18594 \begin_inset Foot
18595 status collapsed
18596
18597 \begin_layout Plain Layout
18598 フォーマル形式の表は第
18599 \begin_inset CommandInset ref
18600 LatexCommand ref
18601 reference "sec:フォーマル形式の表"
18602
18603 \end_inset
18604
18605 節で説明されています。
18606 \end_layout
18607
18608 \end_inset
18609
18610 ならば、LyXは既定値として0.5
18611 \begin_inset space \thinspace{}
18612 \end_inset
18613
18614 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18615 \begin_inset VSpace medskip
18616 \end_inset
18617
18618
18619 \begin_inset Newline newline
18620 \end_inset
18621
18622
18623 \begin_inset space \hspace*{}
18624 \length 0pt
18625 \end_inset
18626
18627
18628 \begin_inset space \hfill{}
18629 \end_inset
18630
18631
18632 \begin_inset Tabular
18633 <lyxtabular version="3" rows="3" columns="1">
18634 <features rotate="0" tabularvalignment="middle">
18635 <column alignment="center" valignment="top">
18636 <row>
18637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 </row>
18647 <row topspace="3mm">
18648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 行上に3
18653 \begin_inset space \thinspace{}
18654 \end_inset
18655
18656 mmの余白
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 </row>
18673 </lyxtabular>
18674
18675 \end_inset
18676
18677
18678 \begin_inset space \hfill{}
18679 \end_inset
18680
18681
18682 \begin_inset space \hspace*{}
18683 \length 0pt
18684 \end_inset
18685
18686
18687 \begin_inset VSpace medskip
18688 \end_inset
18689
18690
18691 \begin_inset Newline newline
18692 \end_inset
18693
18694 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
18695 \end_layout
18696
18697 \begin_layout Description
18698 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18699 \begin_inset space \thinspace{}
18700 \end_inset
18701
18702 emの余白を挿入し、通常の表ならば既定値として2
18703 \begin_inset space \thinspace{}
18704 \end_inset
18705
18706 ptを挿入します。
18707 \end_layout
18708
18709 \begin_layout Description
18710 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18711 \begin_inset space \thinspace{}
18712 \end_inset
18713
18714 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18715 \begin_inset VSpace medskip
18716 \end_inset
18717
18718
18719 \begin_inset Newline newline
18720 \end_inset
18721
18722
18723 \begin_inset space \hspace*{}
18724 \length 0pt
18725 \end_inset
18726
18727
18728 \begin_inset space \hfill{}
18729 \end_inset
18730
18731
18732 \begin_inset Tabular
18733 <lyxtabular version="3" rows="3" columns="1">
18734 <features rotate="0" tabularvalignment="middle">
18735 <column alignment="center" valignment="top">
18736 <row>
18737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 </row>
18747 <row interlinespace="3mm">
18748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752 \begin_inset Formula $\downarrow$
18753 \end_inset
18754
18755  行間に3
18756 \begin_inset space \thinspace{}
18757 \end_inset
18758
18759 mmの余白 
18760 \begin_inset Formula $\downarrow$
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 </row>
18769 <row>
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 \begin_inset Formula $\uparrow$
18775 \end_inset
18776
18777  行間に3
18778 \begin_inset space \thinspace{}
18779 \end_inset
18780
18781 mmの余白 
18782 \begin_inset Formula $\uparrow$
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 </lyxtabular>
18792
18793 \end_inset
18794
18795
18796 \begin_inset space \hfill{}
18797 \end_inset
18798
18799
18800 \begin_inset space \hspace*{}
18801 \length 0pt
18802 \end_inset
18803
18804
18805 \begin_inset VSpace medskip
18806 \end_inset
18807
18808
18809 \begin_inset Newline newline
18810 \end_inset
18811
18812 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
18813 \end_layout
18814
18815 \begin_layout Standard
18816 \begin_inset VSpace bigskip
18817 \end_inset
18818
18819 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
18820 \end_layout
18821
18822 \begin_layout Standard
18823
18824 \series bold
18825
18826 \backslash
18827 @ifundefined{extrarowheight}
18828 \begin_inset Newline newline
18829 \end_inset
18830
18831
18832 \begin_inset Phantom HPhantom
18833 status open
18834
18835 \begin_layout Plain Layout
18836 \begin_inset space ~
18837 \end_inset
18838
18839
18840 \end_layout
18841
18842 \end_inset
18843
18844 {
18845 \backslash
18846 usepackage{array}}{}
18847 \begin_inset Newline newline
18848 \end_inset
18849
18850
18851 \backslash
18852 setlength{
18853 \backslash
18854 extrarowheight}{height}
18855 \end_layout
18856
18857 \begin_layout Standard
18858 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
18859 \series bold
18860 array
18861 \series default
18862 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
18863 \series bold
18864
18865 \backslash
18866 @ifundefined
18867 \series default
18868 が使用されています)。
18869 \end_layout
18870
18871 \begin_layout Standard
18872 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
18873 \series bold
18874
18875 \backslash
18876 strut
18877 \series default
18878 コマンドを挿入することで補正することができます。表
18879 \begin_inset CommandInset ref
18880 LatexCommand ref
18881 reference "tab:垂直揃え"
18882
18883 \end_inset
18884
18885 は、この効果を示したものです。
18886 \end_layout
18887
18888 \begin_layout Standard
18889 \noindent
18890 \begin_inset Float table
18891 placement h
18892 wide false
18893 sideways false
18894 status open
18895
18896 \begin_layout Plain Layout
18897 \begin_inset Caption Standard
18898
18899 \begin_layout Plain Layout
18900 \begin_inset CommandInset label
18901 LatexCommand label
18902 name "tab:垂直揃え"
18903
18904 \end_inset
18905
18906 大きなフォント寸法の文章の垂直揃え
18907 \end_layout
18908
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \begin_layout Plain Layout
18915 \begin_inset space \hfill{}
18916 \end_inset
18917
18918
18919 \begin_inset Float table
18920 wide false
18921 sideways false
18922 status collapsed
18923
18924 \begin_layout Plain Layout
18925 \begin_inset Caption Standard
18926
18927 \begin_layout Plain Layout
18928 通常の表
18929 \end_layout
18930
18931 \end_inset
18932
18933
18934 \end_layout
18935
18936 \begin_layout Plain Layout
18937 \noindent
18938 \align center
18939 \begin_inset Tabular
18940 <lyxtabular version="3" rows="6" columns="1">
18941 <features rotate="0" tabularvalignment="middle">
18942 <column alignment="left" valignment="top">
18943 <row>
18944 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 Normal, g
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \size large
18961 Large
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 </row>
18967 <row>
18968 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972
18973 \size larger
18974 Larger
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 <row>
18981 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \size largest
18987 Largest
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row>
18994 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998
18999 \size huge
19000 Huge
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 </row>
19006 <row>
19007 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011
19012 \size giant
19013 Huger
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 </row>
19019 </lyxtabular>
19020
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \end_inset
19027
19028
19029 \begin_inset space \hfill{}
19030 \end_inset
19031
19032
19033 \begin_inset Float table
19034 wide false
19035 sideways false
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039 \begin_inset Caption Standard
19040
19041 \begin_layout Plain Layout
19042
19043 \series bold
19044
19045 \backslash
19046 strut
19047 \series default
19048 コマンドを使用した表
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Plain Layout
19057 \noindent
19058 \align center
19059 \begin_inset Tabular
19060 <lyxtabular version="3" rows="6" columns="1">
19061 <features rotate="0" tabularvalignment="middle">
19062 <column alignment="left" valignment="top">
19063 <row>
19064 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 Normal, g
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 </row>
19074 <row>
19075 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079
19080 \size large
19081 \begin_inset ERT
19082 status collapsed
19083
19084 \begin_layout Plain Layout
19085
19086
19087 \backslash
19088 strut 
19089 \end_layout
19090
19091 \end_inset
19092
19093 Large
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 </row>
19099 <row>
19100 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104
19105 \size larger
19106 \begin_inset ERT
19107 status collapsed
19108
19109 \begin_layout Plain Layout
19110
19111
19112 \backslash
19113 strut 
19114 \end_layout
19115
19116 \end_inset
19117
19118 Larger
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 </row>
19124 <row>
19125 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129
19130 \size largest
19131 \begin_inset ERT
19132 status collapsed
19133
19134 \begin_layout Plain Layout
19135
19136
19137 \backslash
19138 strut 
19139 \end_layout
19140
19141 \end_inset
19142
19143 Largest
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 </row>
19149 <row>
19150 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \size huge
19156 \begin_inset ERT
19157 status collapsed
19158
19159 \begin_layout Plain Layout
19160
19161
19162 \backslash
19163 strut 
19164 \end_layout
19165
19166 \end_inset
19167
19168 Huge
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 </row>
19174 <row>
19175 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \size giant
19181 \begin_inset ERT
19182 status collapsed
19183
19184 \begin_layout Plain Layout
19185
19186
19187 \backslash
19188 strut 
19189 \end_layout
19190
19191 \end_inset
19192
19193 Huger
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 </row>
19199 </lyxtabular>
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \begin_inset space \hfill{}
19210 \end_inset
19211
19212
19213 \end_layout
19214
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \begin_layout Subsection
19221 特殊なセル揃え
19222 \begin_inset CommandInset label
19223 LatexCommand label
19224 name "sub:特殊なセル揃え"
19225
19226 \end_inset
19227
19228
19229 \begin_inset Index idx
19230 status collapsed
19231
19232 \begin_layout Plain Layout
19233 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19234 \end_layout
19235
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \begin_layout Standard
19242 ときには表
19243 \begin_inset CommandInset ref
19244 LatexCommand ref
19245 reference "tab:表セル"
19246
19247 \end_inset
19248
19249 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19250 \begin_inset Graphics
19251         filename ../../images/tabular-feature_align-decimal.png
19252         scale 85
19253         scaleBeforeRotation
19254
19255 \end_inset
19256
19257 を押すか、表設定中で揃えを
19258 \family sans
19259 小数点で
19260 \family default
19261 に設定します。
19262 \end_layout
19263
19264 \begin_layout Standard
19265 \begin_inset Float table
19266 placement h
19267 wide false
19268 sideways false
19269 status open
19270
19271 \begin_layout Plain Layout
19272 \begin_inset Caption Standard
19273
19274 \begin_layout Plain Layout
19275 \begin_inset CommandInset label
19276 LatexCommand label
19277 name "tab:表セル"
19278
19279 \end_inset
19280
19281 一列が小数点で揃えられた表セル
19282 \end_layout
19283
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \begin_layout Plain Layout
19290 \align center
19291 \begin_inset Tabular
19292 <lyxtabular version="3" rows="4" columns="1">
19293 <features rotate="0" booktabs="true" tabularvalignment="middle">
19294 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19295 <row>
19296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 見出し
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 12.6
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 0.68
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 <row>
19329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 -123.0
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 </lyxtabular>
19340
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \begin_layout Standard
19352 \begin_inset Float table
19353 placement h
19354 wide false
19355 sideways false
19356 status open
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Caption Standard
19360
19361 \begin_layout Plain Layout
19362 \begin_inset CommandInset label
19363 LatexCommand label
19364 name "tab:演算子揃え表"
19365
19366 \end_inset
19367
19368 一列が演算子で揃えられた表セル
19369 \end_layout
19370
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \begin_layout Plain Layout
19377 \align center
19378 \begin_inset Tabular
19379 <lyxtabular version="3" rows="4" columns="2">
19380 <features rotate="0" booktabs="true" tabularvalignment="middle">
19381 <column alignment="right" valignment="top" width="0pt">
19382 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19383 <row>
19384 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 見出し
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 \begin_inset Formula $12\,+$
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset Formula $\,6$
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $0\,-$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 \begin_inset Formula $\,68$
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 </row>
19455 <row>
19456 <cell alignment="center" valignment="top" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 \begin_inset Formula $-123\,/$
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 \begin_inset Formula $\,0$
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 </row>
19481 </lyxtabular>
19482
19483 \end_inset
19484
19485
19486 \end_layout
19487
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \begin_layout Standard
19494 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19495 \begin_inset CommandInset ref
19496 LatexCommand ref
19497 reference "tab:演算子揃え表"
19498
19499 \end_inset
19500
19501 のような方法を用いる必要があります。この表は、4
19502 \begin_inset Formula $\times$
19503 \end_inset
19504
19505 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
19506 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
19507 \end_layout
19508
19509 \begin_layout Standard
19510
19511 \series bold
19512 @{}l
19513 \end_layout
19514
19515 \begin_layout Standard
19516 というLaTeX引数を第2列に指定します。
19517 \end_layout
19518
19519 \begin_layout Standard
19520
19521 \begin_inset CommandInset ref
19522 LatexCommand ref
19523 reference "tab:表セル揃え"
19524
19525 \end_inset
19526
19527 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19528 \begin_inset CommandInset ref
19529 LatexCommand ref
19530 reference "tab:演算子揃え表"
19531
19532 \end_inset
19533
19534 の冒頭には、小空白が加えられています。
19535 \end_layout
19536
19537 \begin_layout Standard
19538 \begin_inset Float table
19539 wide false
19540 sideways false
19541 status open
19542
19543 \begin_layout Plain Layout
19544 \begin_inset Caption Standard
19545
19546 \begin_layout Plain Layout
19547 \begin_inset CommandInset label
19548 LatexCommand label
19549 name "tab:表セル揃え"
19550
19551 \end_inset
19552
19553 表セルの揃えの例
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Plain Layout
19562 \align center
19563 \begin_inset Tabular
19564 <lyxtabular version="3" rows="4" columns="6">
19565 <features rotate="0" tabularvalignment="middle">
19566 <column alignment="right" valignment="top">
19567 <column alignment="left" valignment="top" special="@{}l">
19568 <column alignment="right" valignment="top">
19569 <column alignment="left" valignment="top" special="@{}l">
19570 <column alignment="right" valignment="top">
19571 <column alignment="left" valignment="top" special="@{}l">
19572 <row>
19573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577 単位
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595 冪数
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613 関係子
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 </row>
19628 <row>
19629 <cell alignment="center" valignment="top" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 12
19634 \begin_inset Formula $\times$
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 24本の瓶
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 <cell alignment="center" valignment="top" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655 \begin_inset Formula $10\cdot$
19656 \end_inset
19657
19658
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 \begin_inset Formula $10^{\mbox{-}17}$
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 \begin_inset Formula $\Gamma(t)\propto$
19680 \end_inset
19681
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $\:\Upsilon(t)$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 1024
19706 \begin_inset Formula $\times$
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 768ピクセル
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 \begin_inset Formula $5.78\cdot$
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739 \begin_inset Formula $10^{7}$
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 \begin_inset Formula $A\ne$
19752 \end_inset
19753
19754
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 \begin_inset Formula $\: B_{\mathrm{red}}$
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 </row>
19772 <row>
19773 <cell alignment="center" valignment="top" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 32
19778 \begin_inset Formula $\times$
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790 6
19791 \begin_inset space \thinspace{}
19792 \end_inset
19793
19794 cm
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 -
19804 \begin_inset Formula $33.5\cdot$
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $10^{4}$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 \begin_inset Formula $\sin(\alpha)\ge$
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 <cell alignment="center" valignment="top" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840 \begin_inset Formula $\:\sin(\beta)$
19841 \end_inset
19842
19843
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 </row>
19849 </lyxtabular>
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \begin_layout Subsection
19862 自製のセル書式および列書式
19863 \begin_inset CommandInset label
19864 LatexCommand label
19865 name "sub:自製書式"
19866
19867 \end_inset
19868
19869
19870 \begin_inset Index idx
19871 status collapsed
19872
19873 \begin_layout Plain Layout
19874 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
19875 \end_layout
19876
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \begin_layout Standard
19883
19884 \begin_inset CommandInset ref
19885 LatexCommand ref
19886 reference "sec:表幅の計算"
19887
19888 \end_inset
19889
19890 節のようにして通常列の必要幅を計算したり、第
19891 \begin_inset CommandInset ref
19892 LatexCommand ref
19893 reference "sub:連結列の計算"
19894
19895 \end_inset
19896
19897 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
19898 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
19899 \end_layout
19900
19901 \begin_layout Standard
19902
19903 \series bold
19904
19905 \backslash
19906 newcolumntype{書式名}[引数の数]{コマンド}
19907 \end_layout
19908
19909 \begin_layout Standard
19910 書式名は、一文字だけでも構いません。
19911 \emph on
19912 b
19913 \emph default
19914
19915 \emph on
19916 c
19917 \emph default
19918
19919 \emph on
19920 l
19921 \emph default
19922
19923 \emph on
19924 m
19925 \emph default
19926
19927 \emph on
19928 p
19929 \emph default
19930
19931 \emph on
19932 r
19933 \emph default
19934 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
19935 \end_layout
19936
19937 \begin_layout Standard
19938 \begin_inset VSpace medskip
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \begin_layout Standard
19945 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
19946 \end_layout
19947
19948 \begin_layout Standard
19949
19950 \series bold
19951
19952 \backslash
19953 newcolumntype{M}[1]{>{
19954 \backslash
19955 centering
19956 \backslash
19957 hspace{0pt}}m{#1}}
19958 \end_layout
19959
19960 \begin_layout Standard
19961 ここで
19962 \series bold
19963
19964 \backslash
19965 hspace{0pt}
19966 \series default
19967 は、第
19968 \begin_inset CommandInset ref
19969 LatexCommand ref
19970 reference "sub:複数行"
19971
19972 \end_inset
19973
19974 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
19975 \family sans
19976 LaTeXの引数
19977 \family default
19978
19979 \end_layout
19980
19981 \begin_layout Standard
19982
19983 \series bold
19984 M{width}
19985 \end_layout
19986
19987 \begin_layout Standard
19988 と入力するだけですみます。
19989 \end_layout
19990
19991 \begin_layout Standard
19992 \begin_inset VSpace bigskip
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \begin_layout Standard
19999 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20000 \end_layout
20001
20002 \begin_layout Standard
20003
20004 \series bold
20005
20006 \backslash
20007 newcolumntype{S}[2]{>{
20008 \backslash
20009 centering
20010 \backslash
20011 hspace{0pt}}
20012 \begin_inset Newline newline
20013 \end_inset
20014
20015
20016 \begin_inset Phantom HPhantom
20017 status open
20018
20019 \begin_layout Plain Layout
20020
20021 \series bold
20022
20023 \backslash
20024 newcolumntype
20025 \end_layout
20026
20027 \end_inset
20028
20029 m{(#1+(2
20030 \backslash
20031 tabcolsep+
20032 \backslash
20033 arrayrulewidth)*(1-#2))/#2}}
20034 \end_layout
20035
20036 \begin_layout Standard
20037 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20038 \begin_inset CommandInset ref
20039 LatexCommand eqref
20040 reference "eq:Wgn"
20041
20042 \end_inset
20043
20044 式を使用しています。
20045 \end_layout
20046
20047 \begin_layout Standard
20048 こうしておけば、当該セルのLaTeX引数に
20049 \end_layout
20050
20051 \begin_layout Standard
20052
20053 \series bold
20054 S{連結列セルの幅}{連結列セルがまたがる列の数}
20055 \end_layout
20056
20057 \begin_layout Standard
20058 と入力するだけですみます。
20059 \end_layout
20060
20061 \begin_layout Standard
20062 \begin_inset VSpace bigskip
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \begin_layout Standard
20069 色付き列については、以下のように定義するとよいでしょう。
20070 \end_layout
20071
20072 \begin_layout Standard
20073
20074 \series bold
20075
20076 \backslash
20077 newcolumntype{K}[1]{>{
20078 \backslash
20079 columncolor{#1}
20080 \backslash
20081 hspace{0pt}}c}
20082 \end_layout
20083
20084 \begin_layout Standard
20085 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20086 \end_layout
20087
20088 \begin_layout Standard
20089
20090 \series bold
20091 K{色名}
20092 \end_layout
20093
20094 \begin_layout Standard
20095 と入力します。
20096 \end_layout
20097
20098 \begin_layout Standard
20099 \begin_inset VSpace bigskip
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \begin_layout Standard
20106
20107 \begin_inset CommandInset ref
20108 LatexCommand ref
20109 reference "tab:ユーザー定義の表書式"
20110
20111 \end_inset
20112
20113 を生成するには、第1列と連結列にLaTeX引数として
20114 \end_layout
20115
20116 \begin_layout Standard
20117
20118 \series bold
20119 M{2.5cm}
20120 \end_layout
20121
20122 \begin_layout Standard
20123 を指定し、最終列に
20124 \end_layout
20125
20126 \begin_layout Standard
20127
20128 \series bold
20129 K{red}
20130 \end_layout
20131
20132 \begin_layout Standard
20133 そして第2列の各セルに
20134 \end_layout
20135
20136 \begin_layout Standard
20137
20138 \series bold
20139 S{2.5cm}{2}
20140 \end_layout
20141
20142 \begin_layout Standard
20143 と指定します。
20144 \end_layout
20145
20146 \begin_layout Standard
20147 \begin_inset Float table
20148 placement h
20149 wide false
20150 sideways false
20151 status open
20152
20153 \begin_layout Plain Layout
20154 \begin_inset Caption Standard
20155
20156 \begin_layout Plain Layout
20157 \begin_inset CommandInset label
20158 LatexCommand label
20159 name "tab:ユーザー定義の表書式"
20160
20161 \end_inset
20162
20163 ユーザー定義の表書式を使用した表
20164 \end_layout
20165
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \begin_layout Plain Layout
20172 \align center
20173 \begin_inset Tabular
20174 <lyxtabular version="3" rows="3" columns="4">
20175 <features rotate="0" tabularvalignment="middle">
20176 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20177 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20178 <column alignment="center" valignment="middle">
20179 <column alignment="center" valignment="middle" special="K{red}">
20180 <row>
20181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 とても長い表セル中の単語
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 複数行の連結列
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 c
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 d
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 e
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 f
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 g
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 h
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 i
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 j
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 k
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 </lyxtabular>
20295
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Subsection
20307 罫線幅
20308 \begin_inset CommandInset label
20309 LatexCommand label
20310 name "sub:罫線幅"
20311
20312 \end_inset
20313
20314
20315 \begin_inset Index idx
20316 status collapsed
20317
20318 \begin_layout Plain Layout
20319 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20320 \end_layout
20321
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \begin_layout Standard
20328 表中のすべての罫線の罫線幅を調整するには、長さ
20329 \series bold
20330
20331 \backslash
20332 arrayrulewidth
20333 \series default
20334 を使用します。たとえば、表
20335 \begin_inset CommandInset ref
20336 LatexCommand ref
20337 reference "tab:Table-with-1.5"
20338
20339 \end_inset
20340
20341 のように罫線幅を1.5
20342 \begin_inset space \thinspace{}
20343 \end_inset
20344
20345 ptにするには、表や表フロートの前にTeXコードで
20346 \end_layout
20347
20348 \begin_layout Standard
20349
20350 \series bold
20351
20352 \backslash
20353 setlength{
20354 \backslash
20355 arrayrulewidth}{1.5pt}
20356 \end_layout
20357
20358 \begin_layout Standard
20359 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20360 \series bold
20361
20362 \backslash
20363 arrayrulewidth
20364 \series default
20365 を0.4
20366 \begin_inset space \thinspace{}
20367 \end_inset
20368
20369 ptに設定してください。
20370 \end_layout
20371
20372 \begin_layout Standard
20373 \begin_inset ERT
20374 status collapsed
20375
20376 \begin_layout Plain Layout
20377
20378
20379 \backslash
20380 setlength{
20381 \backslash
20382 arrayrulewidth}{1.5pt}
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \begin_inset Float table
20389 wide false
20390 sideways false
20391 status open
20392
20393 \begin_layout Plain Layout
20394 \begin_inset Caption Standard
20395
20396 \begin_layout Plain Layout
20397 \begin_inset CommandInset label
20398 LatexCommand label
20399 name "tab:Table-with-1.5"
20400
20401 \end_inset
20402
20403 1.5
20404 \begin_inset space \thinspace{}
20405 \end_inset
20406
20407 pt幅罫線の表
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Plain Layout
20416 \align center
20417 \begin_inset Tabular
20418 <lyxtabular version="3" rows="3" columns="3">
20419 <features rotate="0" tabularvalignment="middle">
20420 <column alignment="center" valignment="top">
20421 <column alignment="center" valignment="top">
20422 <column alignment="center" valignment="top">
20423 <row>
20424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428 sd
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466 sd
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 </row>
20481 <row>
20482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 sd
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 </lyxtabular>
20511
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \end_inset
20518
20519
20520 \begin_inset ERT
20521 status collapsed
20522
20523 \begin_layout Plain Layout
20524
20525
20526 \backslash
20527 setlength{
20528 \backslash
20529 arrayrulewidth}{0.4pt}
20530 \end_layout
20531
20532 \end_inset
20533
20534
20535 \end_layout
20536
20537 \begin_layout Standard
20538 \begin_inset VSpace bigskip
20539 \end_inset
20540
20541
20542 \begin_inset CommandInset ref
20543 LatexCommand ref
20544 reference "tab:1.5pt幅横罫"
20545
20546 \end_inset
20547
20548 のように横罫だけを1.5
20549 \begin_inset space \thinspace{}
20550 \end_inset
20551
20552 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20553 \end_layout
20554
20555 \begin_layout Standard
20556
20557 \series bold
20558
20559 \backslash
20560 let
20561 \backslash
20562 myHline
20563 \backslash
20564 hline
20565 \begin_inset Newline newline
20566 \end_inset
20567
20568
20569 \backslash
20570 renewcommand{
20571 \backslash
20572 hline}
20573 \begin_inset Newline newline
20574 \end_inset
20575
20576  {
20577 \backslash
20578 noalign{
20579 \backslash
20580 global
20581 \backslash
20582 arrayrulewidth 1.5pt}
20583 \begin_inset Newline newline
20584 \end_inset
20585
20586  
20587 \backslash
20588 myHline
20589 \backslash
20590 noalign{
20591 \backslash
20592 global
20593 \backslash
20594 arrayrulewidth 0.4pt}}
20595 \end_layout
20596
20597 \begin_layout Standard
20598 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
20599 \end_layout
20600
20601 \begin_layout Standard
20602
20603 \series bold
20604
20605 \backslash
20606 renewcommand{
20607 \backslash
20608 hline}{
20609 \backslash
20610 myHline}
20611 \end_layout
20612
20613 \begin_layout Standard
20614 \begin_inset ERT
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618
20619
20620 \backslash
20621 let
20622 \backslash
20623 myHline
20624 \backslash
20625 hline
20626 \end_layout
20627
20628 \begin_layout Plain Layout
20629
20630
20631 \backslash
20632 renewcommand{
20633 \backslash
20634 hline}
20635 \end_layout
20636
20637 \begin_layout Plain Layout
20638
20639  {
20640 \backslash
20641 noalign{
20642 \backslash
20643 global
20644 \backslash
20645 arrayrulewidth 1.5pt}
20646 \end_layout
20647
20648 \begin_layout Plain Layout
20649
20650   
20651 \backslash
20652 myHline
20653 \backslash
20654 noalign{
20655 \backslash
20656 global
20657 \backslash
20658 arrayrulewidth 0.4pt}}
20659 \end_layout
20660
20661 \end_inset
20662
20663
20664 \begin_inset Float table
20665 wide false
20666 sideways false
20667 status open
20668
20669 \begin_layout Plain Layout
20670 \begin_inset Caption Standard
20671
20672 \begin_layout Plain Layout
20673 \begin_inset CommandInset label
20674 LatexCommand label
20675 name "tab:1.5pt幅横罫"
20676
20677 \end_inset
20678
20679 1.5
20680 \begin_inset space \thinspace{}
20681 \end_inset
20682
20683 pt幅横罫の表
20684 \end_layout
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Plain Layout
20692 \align center
20693 \begin_inset Tabular
20694 <lyxtabular version="3" rows="3" columns="3">
20695 <features rotate="0" tabularvalignment="middle">
20696 <column alignment="center" valignment="top">
20697 <column alignment="center" valignment="top">
20698 <column alignment="center" valignment="top">
20699 <row>
20700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 sd
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 </row>
20728 <row>
20729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742 sd
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 sd
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 </lyxtabular>
20787
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794
20795
20796 \begin_inset ERT
20797 status collapsed
20798
20799 \begin_layout Plain Layout
20800
20801
20802 \backslash
20803 renewcommand{
20804 \backslash
20805 hline}{
20806 \backslash
20807 myHline}
20808 \end_layout
20809
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \begin_layout Standard
20816 \begin_inset VSpace bigskip
20817 \end_inset
20818
20819 縦罫だけを1.5
20820 \begin_inset space \thinspace{}
20821 \end_inset
20822
20823 pt幅にするには、第
20824 \begin_inset CommandInset ref
20825 LatexCommand ref
20826 reference "sub:自製書式"
20827
20828 \end_inset
20829
20830 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
20831 \end_layout
20832
20833 \begin_layout Standard
20834
20835 \series bold
20836
20837 \backslash
20838 newcolumntype{V}{!{
20839 \backslash
20840 vrule width 1.5pt}}
20841 \end_layout
20842
20843 \begin_layout Standard
20844
20845 \begin_inset CommandInset ref
20846 LatexCommand ref
20847 reference "tab:1.5pt幅縦罫"
20848
20849 \end_inset
20850
20851 を作るには、最右列にLaTeX引数
20852 \end_layout
20853
20854 \begin_layout Standard
20855
20856 \series bold
20857 VcV
20858 \end_layout
20859
20860 \begin_layout Standard
20861 を指定し、他の列には
20862 \end_layout
20863
20864 \begin_layout Standard
20865
20866 \series bold
20867 Vc
20868 \end_layout
20869
20870 \begin_layout Standard
20871 を指定します。
20872 \end_layout
20873
20874 \begin_layout Standard
20875 \begin_inset Float table
20876 wide false
20877 sideways false
20878 status open
20879
20880 \begin_layout Plain Layout
20881 \begin_inset Caption Standard
20882
20883 \begin_layout Plain Layout
20884 \begin_inset CommandInset label
20885 LatexCommand label
20886 name "tab:1.5pt幅縦罫"
20887
20888 \end_inset
20889
20890 1.5
20891 \begin_inset space \thinspace{}
20892 \end_inset
20893
20894 pt幅縦罫の表
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Plain Layout
20903 \align center
20904 \begin_inset Tabular
20905 <lyxtabular version="3" rows="3" columns="3">
20906 <features rotate="0" tabularvalignment="middle">
20907 <column alignment="center" valignment="top" special="Vc">
20908 <column alignment="center" valignment="top" special="Vc">
20909 <column alignment="center" valignment="top" special="VcV">
20910 <row>
20911 <cell alignment="center" valignment="top" topline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915 sd
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 <cell alignment="center" valignment="top" topline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 </row>
20939 <row>
20940 <cell alignment="center" valignment="top" topline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 <cell alignment="center" valignment="top" topline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953 sd
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 </row>
20968 <row>
20969 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 sd
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 </lyxtabular>
20998
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \begin_layout Subsection
21010 点罫
21011 \begin_inset Index idx
21012 status collapsed
21013
21014 \begin_layout Plain Layout
21015 ひょうのちょうせい@表の調整 ! てんけい@点罫
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \begin_layout Standard
21024 \begin_inset ERT
21025 status collapsed
21026
21027 \begin_layout Plain Layout
21028
21029
21030 \backslash
21031 ifarydshln
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \begin_inset Note Note
21038 status open
21039
21040 \begin_layout Plain Layout
21041 この節は、LaTeXパッケージ
21042 \series bold
21043 arydshln
21044 \series default
21045 が導入済みの時のみ表示されます。
21046 \end_layout
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Standard
21054 \begin_inset Float table
21055 placement H
21056 wide false
21057 sideways false
21058 status open
21059
21060 \begin_layout Plain Layout
21061 \begin_inset Caption Standard
21062
21063 \begin_layout Plain Layout
21064 \begin_inset CommandInset label
21065 LatexCommand label
21066 name "tab:点罫表"
21067
21068 \end_inset
21069
21070 点罫を使用した表
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \begin_layout Plain Layout
21079 \align center
21080 \begin_inset Tabular
21081 <lyxtabular version="3" rows="5" columns="5">
21082 <features rotate="0" tabularvalignment="middle">
21083 <column alignment="center" valignment="top">
21084 <column alignment="center" valignment="top">
21085 <column alignment="center" valignment="top" special=":c">
21086 <column alignment="center" valignment="top">
21087 <column alignment="center" valignment="top">
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 </row>
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 <cell alignment="center" valignment="top" topline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset ERT
21188 status collapsed
21189
21190 \begin_layout Plain Layout
21191
21192
21193 \backslash
21194 hdashline 
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 </row>
21241 <row>
21242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 \begin_inset ERT
21247 status collapsed
21248
21249 \begin_layout Plain Layout
21250
21251
21252 \backslash
21253 cdashline{4-5}
21254 \end_layout
21255
21256 \end_inset
21257
21258
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 </row>
21300 <row>
21301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 </lyxtabular>
21348
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \begin_layout Standard
21360 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21361 \end_layout
21362
21363 \begin_layout Standard
21364
21365 \series bold
21366
21367 \backslash
21368 usepackage{arydshln}
21369 \end_layout
21370
21371 \begin_layout Standard
21372 というコマンドを書き、LaTeXパッケージの
21373 \series bold
21374 arydshln
21375 \series default
21376
21377 \begin_inset Index idx
21378 status collapsed
21379
21380 \begin_layout Plain Layout
21381 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21382 \end_layout
21383
21384 \end_inset
21385
21386 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21387 \end_layout
21388
21389 \begin_layout Standard
21390 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21391 \end_layout
21392
21393 \begin_layout Standard
21394
21395 \series bold
21396
21397 \backslash
21398 hdashline
21399 \end_layout
21400
21401 \begin_layout Standard
21402 というコマンドを加えてください。
21403 \end_layout
21404
21405 \begin_layout Standard
21406 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21407 \end_layout
21408
21409 \begin_layout Standard
21410
21411 \series bold
21412
21413 \backslash
21414 cdashline{列番号
21415 \series default
21416 }
21417 \end_layout
21418
21419 \begin_layout Standard
21420 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21421 \end_layout
21422
21423 \begin_layout Standard
21424
21425 \series bold
21426
21427 \backslash
21428 cdashline{2-4}
21429 \end_layout
21430
21431 \begin_layout Standard
21432 なるコマンドを置いてください。
21433 \end_layout
21434
21435 \begin_layout Standard
21436 \begin_inset VSpace bigskip
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \begin_layout Standard
21443
21444 \begin_inset CommandInset ref
21445 LatexCommand ref
21446 reference "tab:点罫表"
21447
21448 \end_inset
21449
21450 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21451 \series bold
21452
21453 \backslash
21454 hdashline
21455 \series default
21456 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
21457 \begin_inset Newline newline
21458 \end_inset
21459
21460  
21461 \series bold
21462
21463 \backslash
21464 cdashline{4-5}
21465 \series default
21466 が挿れられています。
21467 \end_layout
21468
21469 \begin_layout Standard
21470 \begin_inset VSpace bigskip
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \begin_layout Standard
21477 点罫を持つ表も、表
21478 \begin_inset CommandInset ref
21479 LatexCommand ref
21480 reference "tab:Colored-table-with"
21481
21482 \end_inset
21483
21484 のように色付けをすることができます。
21485 \end_layout
21486
21487 \begin_layout Standard
21488 \begin_inset ERT
21489 status collapsed
21490
21491 \begin_layout Plain Layout
21492
21493
21494 \backslash
21495 setlength{
21496 \backslash
21497 arrayrulewidth}{1pt}
21498 \end_layout
21499
21500 \end_inset
21501
21502
21503 \begin_inset Note Note
21504 status collapsed
21505
21506 \begin_layout Plain Layout
21507 罫線色が見易いように線を太く
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \begin_layout Standard
21516 \begin_inset ERT
21517 status collapsed
21518
21519 \begin_layout Plain Layout
21520
21521
21522 \backslash
21523 dashgapcolor{green}
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \begin_inset Note Note
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533 緑点罫の間の色付き余白
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \begin_layout Standard
21542 \begin_inset ERT
21543 status collapsed
21544
21545 \begin_layout Plain Layout
21546
21547
21548 \backslash
21549 let
21550 \backslash
21551 myHdashline
21552 \backslash
21553 hdashline
21554 \end_layout
21555
21556 \begin_layout Plain Layout
21557
21558
21559 \backslash
21560 renewcommand{
21561 \backslash
21562 hdashline}
21563 \end_layout
21564
21565 \begin_layout Plain Layout
21566
21567  {
21568 \backslash
21569 arrayrulecolor{red}
21570 \backslash
21571 myHdashline
21572 \backslash
21573 arrayrulecolor{black}}
21574 \end_layout
21575
21576 \end_inset
21577
21578
21579 \begin_inset Note Note
21580 status collapsed
21581
21582 \begin_layout Plain Layout
21583 色付き水平線・点罫赤
21584 \end_layout
21585
21586 \end_inset
21587
21588
21589 \end_layout
21590
21591 \begin_layout Standard
21592 \begin_inset ERT
21593 status collapsed
21594
21595 \begin_layout Plain Layout
21596
21597
21598 \backslash
21599 let
21600 \backslash
21601 myCdashline
21602 \backslash
21603 cdashline
21604 \end_layout
21605
21606 \begin_layout Plain Layout
21607
21608
21609 \backslash
21610 renewcommand{
21611 \backslash
21612 cdashline}[1]
21613 \end_layout
21614
21615 \begin_layout Plain Layout
21616
21617  {
21618 \backslash
21619 arrayrulecolor{yellow}
21620 \backslash
21621 myCdashline{#1}
21622 \backslash
21623 arrayrulecolor{black}}
21624 \end_layout
21625
21626 \end_inset
21627
21628
21629 \begin_inset Note Note
21630 status collapsed
21631
21632 \begin_layout Plain Layout
21633 色付き部分水平線・点罫黄色
21634 \end_layout
21635
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \begin_layout Standard
21642 \begin_inset Float table
21643 placement h
21644 wide false
21645 sideways false
21646 status open
21647
21648 \begin_layout Plain Layout
21649 \begin_inset Caption Standard
21650
21651 \begin_layout Plain Layout
21652 \begin_inset CommandInset label
21653 LatexCommand label
21654 name "tab:Colored-table-with"
21655
21656 \end_inset
21657
21658 点罫線の色付き表
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Plain Layout
21667 \align center
21668 \begin_inset Tabular
21669 <lyxtabular version="3" rows="5" columns="5">
21670 <features rotate="0" tabularvalignment="middle">
21671 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21672 <column alignment="center" valignment="top" width="0pt">
21673 <column alignment="center" valignment="top" width="0pt" special=":c">
21674 <column alignment="center" valignment="top">
21675 <column alignment="center" valignment="top">
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 a
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 b
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 c
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 d
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 e
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 </row>
21723 <row>
21724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 f
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 g
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 <cell alignment="center" valignment="top" topline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 h
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 i
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 j
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 \begin_inset ERT
21776 status collapsed
21777
21778 \begin_layout Plain Layout
21779
21780
21781 \backslash
21782 hdashline 
21783 \end_layout
21784
21785 \end_inset
21786
21787
21788 \begin_inset ERT
21789 status collapsed
21790
21791 \begin_layout Plain Layout
21792
21793
21794 \backslash
21795 rowcolor{Gray}
21796 \end_layout
21797
21798 \end_inset
21799
21800 k
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 l
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 m
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 n
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 o
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 <row>
21843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847 \begin_inset ERT
21848 status collapsed
21849
21850 \begin_layout Plain Layout
21851
21852
21853 \backslash
21854 cdashline{4-5}
21855 \end_layout
21856
21857 \end_inset
21858
21859 p
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 q
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 r
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 s
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 <row>
21902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 t
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 u
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 v
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933 w
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 \begin_inset ERT
21943 status collapsed
21944
21945 \begin_layout Plain Layout
21946
21947
21948 \backslash
21949 cellcolor{Maroon}
21950 \end_layout
21951
21952 \end_inset
21953
21954 i
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 </lyxtabular>
21961
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \begin_layout Standard
21973 \begin_inset ERT
21974 status collapsed
21975
21976 \begin_layout Plain Layout
21977
21978
21979 \backslash
21980 renewcommand{
21981 \backslash
21982 hdashline}{
21983 \backslash
21984 myHdashline}
21985 \end_layout
21986
21987 \end_inset
21988
21989
21990 \begin_inset Note Note
21991 status collapsed
21992
21993 \begin_layout Plain Layout
21994 既定値に戻す
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \begin_layout Standard
22003 \begin_inset ERT
22004 status collapsed
22005
22006 \begin_layout Plain Layout
22007
22008
22009 \backslash
22010 renewcommand{
22011 \backslash
22012 cdashline}{
22013 \backslash
22014 myCdashline}
22015 \end_layout
22016
22017 \end_inset
22018
22019
22020 \begin_inset Note Note
22021 status collapsed
22022
22023 \begin_layout Plain Layout
22024 既定値に戻す
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Standard
22033 \begin_inset ERT
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037
22038
22039 \backslash
22040 nodashgapcolor
22041 \end_layout
22042
22043 \end_inset
22044
22045
22046 \begin_inset Note Note
22047 status collapsed
22048
22049 \begin_layout Plain Layout
22050 既定値に戻す
22051 \end_layout
22052
22053 \end_inset
22054
22055
22056 \end_layout
22057
22058 \begin_layout Standard
22059 \begin_inset ERT
22060 status collapsed
22061
22062 \begin_layout Plain Layout
22063
22064
22065 \backslash
22066 setlength{
22067 \backslash
22068 arrayrulewidth}{0.4pt}
22069 \end_layout
22070
22071 \end_inset
22072
22073
22074 \begin_inset Note Note
22075 status collapsed
22076
22077 \begin_layout Plain Layout
22078 既定値に戻す
22079 \end_layout
22080
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \begin_layout Standard
22087 行や列、罫線の着色は、第
22088 \begin_inset CommandInset ref
22089 LatexCommand ref
22090 reference "sec:色付きの表"
22091
22092 \end_inset
22093
22094 節に述べられているように動作します。水平線の着色も、
22095 \series bold
22096
22097 \backslash
22098 myHlineC
22099 \series default
22100 コマンドを
22101 \series bold
22102
22103 \backslash
22104 myHdashline
22105 \series default
22106 に置き換え、
22107 \series bold
22108
22109 \backslash
22110 hline
22111 \series default
22112
22113 \series bold
22114
22115 \backslash
22116 hdashline
22117 \series default
22118 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22119 \end_layout
22120
22121 \begin_layout Standard
22122
22123 \series bold
22124
22125 \backslash
22126 let
22127 \backslash
22128 myHdashline
22129 \backslash
22130 hdashline
22131 \begin_inset Newline newline
22132 \end_inset
22133
22134
22135 \backslash
22136 renewcommand{
22137 \backslash
22138 hdashline}
22139 \begin_inset Newline newline
22140 \end_inset
22141
22142
22143 \begin_inset Phantom HPhantom
22144 status open
22145
22146 \begin_layout Plain Layout
22147 \begin_inset space ~
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154
22155 {
22156 \backslash
22157 arrayrulecolor{red}
22158 \backslash
22159 myHdashline
22160 \backslash
22161 arrayrulecolor{black}}
22162 \end_layout
22163
22164 \begin_layout Standard
22165
22166 \series bold
22167
22168 \backslash
22169 cdashline
22170 \series default
22171 に色をつけるならば、コマンドは
22172 \end_layout
22173
22174 \begin_layout Standard
22175
22176 \series bold
22177
22178 \backslash
22179 let
22180 \backslash
22181 myCdashline
22182 \backslash
22183 cdashline
22184 \begin_inset Newline newline
22185 \end_inset
22186
22187
22188 \backslash
22189 renewcommand{
22190 \backslash
22191 cdashline}[1]
22192 \begin_inset Newline newline
22193 \end_inset
22194
22195
22196 \begin_inset Phantom HPhantom
22197 status open
22198
22199 \begin_layout Plain Layout
22200 \begin_inset space ~
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \end_inset
22207
22208 {
22209 \backslash
22210 arrayrulecolor{red}
22211 \backslash
22212 myCdashline{#1}
22213 \backslash
22214 arrayrulecolor{black}}
22215 \end_layout
22216
22217 \begin_layout Standard
22218 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
22219 \end_layout
22220
22221 \begin_layout Standard
22222
22223 \series bold
22224
22225 \backslash
22226 hdashline
22227 \series default
22228 の場合は
22229 \end_layout
22230
22231 \begin_layout Standard
22232
22233 \series bold
22234
22235 \backslash
22236 renewcommand{
22237 \backslash
22238 hdashline}{
22239 \backslash
22240 myHdashline}
22241 \end_layout
22242
22243 \begin_layout Standard
22244 とし、
22245 \series bold
22246
22247 \backslash
22248 cdashline
22249 \series default
22250 の場合は
22251 \end_layout
22252
22253 \begin_layout Standard
22254
22255 \series bold
22256
22257 \backslash
22258 renewcommand{
22259 \backslash
22260 cdashline}{
22261 \backslash
22262 myCdashline}
22263 \end_layout
22264
22265 \begin_layout Standard
22266 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272
22273 \backslash
22274 dashgapcolor{色}
22275 \end_layout
22276
22277 \begin_layout Standard
22278 とすれば良いです。ここで「色」は、定義済みの色名です。
22279 \end_layout
22280
22281 \begin_layout Standard
22282
22283 \series bold
22284
22285 \backslash
22286 nodashgapcolor
22287 \end_layout
22288
22289 \begin_layout Standard
22290 というコマンドは、
22291 \series bold
22292
22293 \backslash
22294 dashgapcolor
22295 \series default
22296 が行った変更を元に戻します。
22297 \end_layout
22298
22299 \begin_layout Standard
22300 \begin_inset Note Greyedout
22301 status open
22302
22303 \begin_layout Plain Layout
22304 【註】1つのセル中に複数のコマンドがある場合、
22305 \series bold
22306 arydshln
22307 \series default
22308 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22309 \begin_inset CommandInset ref
22310 LatexCommand ref
22311 reference "tab:Colored-table-with"
22312
22313 \end_inset
22314
22315 のセル
22316 \emph on
22317 k
22318 \emph default
22319 では、
22320 \series bold
22321
22322 \backslash
22323 hdashline
22324 \series default
22325 コマンドが
22326 \series bold
22327
22328 \backslash
22329 rowcolor
22330 \series default
22331 の前に来ています。
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \begin_layout Standard
22340 \begin_inset Note Greyedout
22341 status open
22342
22343 \begin_layout Plain Layout
22344
22345 \series bold
22346 【註】
22347 \series default
22348 LaTeXパッケージ
22349 \series bold
22350 arydshln
22351 \series default
22352 は、文書プリアンブル中でLaTeXパッケージ
22353 \series bold
22354 colortbl
22355 \series default
22356
22357 \begin_inset Index idx
22358 status collapsed
22359
22360 \begin_layout Plain Layout
22361 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22362 \end_layout
22363
22364 \end_inset
22365
22366 よりも前に読み込まれている必要があります。
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \begin_layout Standard
22375 \begin_inset ERT
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379
22380
22381 \backslash
22382 else
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \begin_inset Note Note
22389 status open
22390
22391 \begin_layout Plain Layout
22392 以下は、LaTeXパッケージ
22393 \series bold
22394 arydshln
22395 \series default
22396 が導入済みでないときに表示されます。
22397 \end_layout
22398
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \begin_layout Standard
22405 本節の内容を出力に表示するためには、
22406 \series bold
22407 arydshln
22408 \series default
22409 パッケージを導入しなくてはなりません。
22410 \end_layout
22411
22412 \begin_layout Standard
22413 \begin_inset ERT
22414 status collapsed
22415
22416 \begin_layout Plain Layout
22417
22418
22419 \backslash
22420 fi
22421 \end_layout
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \begin_layout Standard
22429 点罫について詳しい情報は、
22430 \series bold
22431 arydshln
22432 \series default
22433 の取扱説明書
22434 \begin_inset CommandInset citation
22435 LatexCommand cite
22436 key "arydshln"
22437
22438 \end_inset
22439
22440 をご覧ください。
22441 \end_layout
22442
22443 \begin_layout Chapter
22444 フロート
22445 \begin_inset CommandInset label
22446 LatexCommand label
22447 name "chap:フロート"
22448
22449 \end_inset
22450
22451
22452 \begin_inset Index idx
22453 status collapsed
22454
22455 \begin_layout Plain Layout
22456 ふろーと@フロート
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \begin_layout Section
22465 はじめに
22466 \begin_inset CommandInset label
22467 LatexCommand label
22468 name "sec:フロートはじめに"
22469
22470 \end_inset
22471
22472
22473 \begin_inset Index idx
22474 status collapsed
22475
22476 \begin_layout Plain Layout
22477 ふろーと@フロート ! はじめに
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \begin_layout Standard
22486 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22487 ート)ことができます。
22488 \family sans
22489 脚注
22490 \family default
22491
22492 \family sans
22493 傍注
22494 \family default
22495 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22496 \end_layout
22497
22498 \begin_layout Standard
22499 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22500 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22501 ートには連番が割り当てられます。参照については、第
22502 \begin_inset CommandInset ref
22503 LatexCommand ref
22504 reference "sec:フロートの参照"
22505
22506 \end_inset
22507
22508 節で述べられています。
22509 \end_layout
22510
22511 \begin_layout Standard
22512 フロートを挿入するには、
22513 \family sans
22514 挿入\SpecialChar \menuseparator
22515 フロート
22516 \family default
22517 メニューを使えば、ラベルのついたボックスすなわち
22518 \family sans
22519 キャプション
22520 \family default
22521 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22522 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22523 \begin_inset CommandInset ref
22524 LatexCommand ref
22525 reference "sec:キャプションの配置"
22526
22527 \end_inset
22528
22529 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22530 ます。畳んだフロートボックスは、
22531 \begin_inset Graphics
22532         filename clipart/floatQt4.png
22533         scale 70
22534         scaleBeforeRotation
22535
22536 \end_inset
22537
22538 のように、灰色ボタンに赤字ラベルで表示されます。
22539 \end_layout
22540
22541 \begin_layout Standard
22542 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22543 \end_layout
22544
22545 \begin_layout Standard
22546 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22547 \end_layout
22548
22549 \begin_layout Section
22550 フロート型
22551 \end_layout
22552
22553 \begin_layout Standard
22554 LyXには、第
22555 \begin_inset CommandInset ref
22556 LatexCommand ref
22557 reference "sec:図フロート"
22558
22559 \end_inset
22560
22561 節および第
22562 \begin_inset CommandInset ref
22563 LatexCommand ref
22564 reference "sec:表フロート"
22565
22566 \end_inset
22567
22568 節で各々説明されている図フロートと表フロート以外に、
22569 \family sans
22570 アルゴリズム型
22571 \series bold
22572
22573 \series default
22574 折返し型
22575 \family default
22576 のフロート型があります。後者は、第
22577 \begin_inset CommandInset ref
22578 LatexCommand ref
22579 reference "sec:折返しフロート"
22580
22581 \end_inset
22582
22583 節に説明があります。
22584 \end_layout
22585
22586 \begin_layout Subsection
22587 アルゴリズムフロート
22588 \begin_inset Index idx
22589 status collapsed
22590
22591 \begin_layout Plain Layout
22592 ふろーと@フロート ! あるごりずむ@アルゴリズム
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Standard
22601 \begin_inset Float algorithm
22602 placement h
22603 wide false
22604 sideways false
22605 status open
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Caption Standard
22609
22610 \begin_layout Plain Layout
22611 \begin_inset CommandInset label
22612 LatexCommand label
22613 name "alg:アルゴリズムフロートの例"
22614
22615 \end_inset
22616
22617 アルゴリズムフロートの例
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout LyX-Code
22626 for I in 1..N loop
22627 \begin_inset Newline newline
22628 \end_inset
22629
22630  Sum:= Sum + A(I); /*comment*/
22631 \begin_inset Newline newline
22632 \end_inset
22633
22634 end loop
22635 \begin_inset VSpace -4mm
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \begin_layout Standard
22647 このフロート型は、
22648 \family sans
22649 挿入
22650 \shape up
22651 \SpecialChar \menuseparator
22652 フロート\SpecialChar \menuseparator
22653 アルゴリズム
22654 \family default
22655 \shape default
22656 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22657 \begin_inset CommandInset ref
22658 LatexCommand ref
22659 reference "cha:プログラムコードリスト"
22660
22661 \end_inset
22662
22663 章で説明されているプログラムコードリストの代わりとみなすことができます。
22664 \emph on
22665 LyXユーザーの手引き
22666 \emph default
22667 に述べられているように、アルゴリズム向けの環境としては、
22668 \family sans
22669 LyXコード
22670 \family default
22671 があります。 アルゴリズム
22672 \begin_inset CommandInset ref
22673 LatexCommand ref
22674 reference "alg:アルゴリズムフロートの例"
22675
22676 \end_inset
22677
22678 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22679 \begin_inset space \thinspace{}
22680 \end_inset
22681
22682 mmの垂直空白が入れてあります。
22683 \end_layout
22684
22685 \begin_layout Standard
22686 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22687 \end_layout
22688
22689 \begin_layout Standard
22690
22691 \series bold
22692
22693 \backslash
22694 floatname{algorithm}{付けたい名称}
22695 \end_layout
22696
22697 \begin_layout Standard
22698 という行を手動で加える必要があります。ここで
22699 \family sans
22700 \series bold
22701 付けたい名称
22702 \family default
22703 \series default
22704 には、お使いの言語で「
22705 \emph on
22706 algorithm
22707 \emph default
22708 」に対応する単語を指定します。
22709 \end_layout
22710
22711 \begin_layout Standard
22712 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22713 \family sans
22714 挿入\SpecialChar \menuseparator
22715 一覧/目次\SpecialChar \menuseparator
22716 アルゴリズム一覧
22717 \family default
22718 メニューを使用します。それ以外の場合には、代わりに
22719 \end_layout
22720
22721 \begin_layout Standard
22722
22723 \series bold
22724
22725 \backslash
22726 listof{algorithm}{付けたい名称}
22727 \end_layout
22728
22729 \begin_layout Standard
22730 というコマンドをTeXコードとして用います。ここで
22731 \family sans
22732 付けたい名称
22733 \family default
22734 とは、「
22735 \emph on
22736 List of Algorithm
22737 \emph default
22738 s」という単語に相当する、ご使用になりたい言語での単語です。
22739 \end_layout
22740
22741 \begin_layout Standard
22742 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22743 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22744 \end_layout
22745
22746 \begin_layout Standard
22747
22748 \series bold
22749
22750 \backslash
22751 numberwithin{algorithm}{chapter}
22752 \end_layout
22753
22754 \begin_layout Standard
22755 というコマンドを追加してください。
22756 \series bold
22757
22758 \backslash
22759 numberwithin
22760 \series default
22761 というコマンドを使用するには、文書設定の
22762 \family sans
22763 数式オプション
22764 \family default
22765 タブで
22766 \family sans
22767 AMS mathパッケージを使用する
22768 \family default
22769 オプションを有効にしてください。
22770 \end_layout
22771
22772 \begin_layout Section
22773 フロートの連番
22774 \begin_inset Index idx
22775 status collapsed
22776
22777 \begin_layout Plain Layout
22778 ふろーと@フロート ! れんばん@連番
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22788 て変わります。
22789 \end_layout
22790
22791 \begin_layout Standard
22792 節から独立して付けられている連番を変更するには、文書プリアンブルで
22793 \end_layout
22794
22795 \begin_layout Standard
22796
22797 \series bold
22798
22799 \backslash
22800 renewcommand{
22801 \backslash
22802 thetable}{
22803 \backslash
22804 roman{table}}
22805 \end_layout
22806
22807 \begin_layout Standard
22808
22809 \series bold
22810 というコマンドを使うと良いでしょう。
22811 \backslash
22812 thetable
22813 \series default
22814 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22815 \series bold
22816
22817 \backslash
22818 thefigure
22819 \series default
22820 コマンドを使用します。上のコマンドで使用されている
22821 \series bold
22822
22823 \backslash
22824 roman
22825 \series default
22826 は、表番号を小文字のローマ数字で印字するコマンドです。
22827 \end_layout
22828
22829 \begin_layout Standard
22830 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22831 \end_layout
22832
22833 \begin_layout Standard
22834
22835 \series bold
22836
22837 \backslash
22838 numberwithin{table}{subsection}
22839 \end_layout
22840
22841 \begin_layout Standard
22842 というコマンドを使用してください。
22843 \series bold
22844
22845 \backslash
22846 numberwithin
22847 \series default
22848 コマンドを使用可能にするためには、文書設定の
22849 \family sans
22850 数式オプション
22851 \family default
22852 タブで、
22853 \family sans
22854 AMS
22855 \begin_inset space ~
22856 \end_inset
22857
22858 math数式パッケージを使用する
22859 \family default
22860 を使用します。
22861 \end_layout
22862
22863 \begin_layout Standard
22864 連番コマンドについての詳細と大切な注意点については、第
22865 \begin_inset CommandInset ref
22866 LatexCommand ref
22867 reference "sub:脚注の付番"
22868
22869 \end_inset
22870
22871 節もご覧ください。
22872 \end_layout
22873
22874 \begin_layout Section
22875 フロートの参照
22876 \begin_inset CommandInset label
22877 LatexCommand label
22878 name "sec:フロートの参照"
22879
22880 \end_inset
22881
22882
22883 \begin_inset Index idx
22884 status collapsed
22885
22886 \begin_layout Plain Layout
22887 ふろーと@フロート ! さんしょう@参照
22888 \end_layout
22889
22890 \end_inset
22891
22892
22893 \begin_inset Index idx
22894 status collapsed
22895
22896 \begin_layout Plain Layout
22897 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22898 \end_layout
22899
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \begin_layout Standard
22906 フロートを参照するには、
22907 \family sans
22908 挿入\SpecialChar \menuseparator
22909 ラベル
22910 \family default
22911 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22912 \begin_inset Graphics
22913         filename clipart/labelQt4.png
22914         scale 85
22915         scaleBeforeRotation
22916
22917 \end_inset
22918
22919 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22920 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22921 \family sans
22922 fig:
22923 \family default
22924 」という前置句がつけられます。
22925 \end_layout
22926
22927 \begin_layout Standard
22928 ラベルは、参照のための名称兼位置標として用いられます。
22929 \family sans
22930 挿入\SpecialChar \menuseparator
22931 相互参照
22932 \family default
22933 メニューかツールバーボタン
22934 \family sans
22935
22936 \begin_inset Info
22937 type  "icon"
22938 arg   "dialog-show-new-inset ref"
22939 \end_inset
22940
22941
22942 \family default
22943 を使えば、ラベルを参照することができます。
22944 \begin_inset Graphics
22945         filename clipart/referenceQt4.png
22946         scale 85
22947         scaleBeforeRotation
22948
22949 \end_inset
22950
22951 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22952 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22953 れます。
22954 \end_layout
22955
22956 \begin_layout Standard
22957 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22958 出力では、参照の代わりに二つの疑問符が表示されることになります。
22959 \end_layout
22960
22961 \begin_layout Standard
22962 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22963 で、リンクの更新に手間を割く必要はありません。
22964 \end_layout
22965
22966 \begin_layout Standard
22967 相互参照ウィンドウの
22968 \family sans
22969 ラベルへ移動
22970 \family default
22971 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22972 \family sans
22973 戻る
22974 \family default
22975 に変わるので、相互参照にカーソルを戻すのに使用することができます。
22976 \end_layout
22977
22978 \begin_layout Subsection
22979 相互参照の書式
22980 \begin_inset CommandInset label
22981 LatexCommand label
22982 name "sub:相互参照の書式"
22983
22984 \end_inset
22985
22986
22987 \begin_inset Index idx
22988 status collapsed
22989
22990 \begin_layout Plain Layout
22991 さんしょう@参照 ! しょしき@書式
22992 \end_layout
22993
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \begin_layout Standard
23000 相互参照には、以下の6種類があります。
23001 \end_layout
23002
23003 \begin_layout Description
23004 <参照>: これはフロート番号を表示します。これが既定値です。例:
23005 \begin_inset CommandInset ref
23006 LatexCommand ref
23007 reference "fig:歪められた二つの像"
23008
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \begin_layout Description
23015 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23016 例:
23017 \begin_inset CommandInset ref
23018 LatexCommand eqref
23019 reference "eq:Wgn"
23020
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \begin_layout Description
23027 <参照ページ>: これはページ番号を表示します。例:Page
23028 \begin_inset space ~
23029 \end_inset
23030
23031
23032 \begin_inset CommandInset ref
23033 LatexCommand pageref
23034 reference "fig:歪められた二つの像"
23035
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \begin_layout Description
23042 on
23043 \begin_inset space ~
23044 \end_inset
23045
23046 page
23047 \begin_inset space ~
23048 \end_inset
23049
23050 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23051 \begin_inset CommandInset ref
23052 LatexCommand vpageref
23053 reference "fig:歪められた二つの像"
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Description
23061 <参照>
23062 \begin_inset space ~
23063 \end_inset
23064
23065 on
23066 \begin_inset space ~
23067 \end_inset
23068
23069 page
23070 \begin_inset space ~
23071 \end_inset
23072
23073 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23074 \begin_inset CommandInset ref
23075 LatexCommand vref
23076 reference "fig:歪められた二つの像"
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \begin_layout Description
23084 整形された参照: これは自製の相互参照書式で出力します。
23085 \begin_inset Newline newline
23086 \end_inset
23087
23088
23089 \begin_inset Note Greyedout
23090 status open
23091
23092 \begin_layout Plain Layout
23093 【註】この機能は、LaTeXパッケージ
23094 \series bold
23095 prettyref
23096 \series default
23097 または
23098 \series bold
23099 refstyle
23100 \series default
23101 が導入されている場合のみ使用することができます。
23102 \begin_inset Index idx
23103 status collapsed
23104
23105 \begin_layout Plain Layout
23106 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23107 \end_layout
23108
23109 \end_inset
23110
23111
23112 \begin_inset Index idx
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23117 \end_layout
23118
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \end_inset
23125
23126
23127 \begin_inset Newline newline
23128 \end_inset
23129
23130 メニュー
23131 \family sans
23132 文書\SpecialChar \menuseparator
23133 設定\SpecialChar \menuseparator
23134 文書クラス
23135 \family default
23136 でオプション
23137 \family sans
23138 相互参照に(prettyrefではなく)refstyleを使用
23139 \family default
23140 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
23141 \series bold
23142
23143 \backslash
23144 newrefformat
23145 \series default
23146 コマンド(prettyrefの場合)あるいは
23147 \series bold
23148
23149 \backslash
23150 newref
23151 \series default
23152 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23153 \family sans
23154 fig
23155 \family default
23156 」を持ちます)をすべて定義し直すには、
23157 \begin_inset Newline newline
23158 \end_inset
23159
23160
23161 \series bold
23162
23163 \backslash
23164 newref{fig}{refcmd={Image on page 
23165 \backslash
23166 pageref{#1}}}
23167 \begin_inset Newline newline
23168 \end_inset
23169
23170
23171 \series default
23172 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23173 \begin_inset CommandInset citation
23174 LatexCommand cite
23175 key "prettyref,refstyle"
23176
23177 \end_inset
23178
23179 をご覧ください。
23180 \end_layout
23181
23182 \begin_layout Description
23183 名称参照: これは、右のように参照のキャプションを出力します。 
23184 \begin_inset CommandInset ref
23185 LatexCommand nameref
23186 reference "fig:歪められた二つの像"
23187
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \begin_layout Standard
23194
23195 \family sans
23196 <参照ページ>
23197 \family default
23198 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23199 \family sans
23200 on this page
23201 \family default
23202 」のような文章が表示されます。様式
23203 \family sans
23204 <参照> on page <参照ページ>
23205 \family default
23206 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23207 \end_layout
23208
23209 \begin_layout Standard
23210 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23211 \family sans
23212 書式
23213 \family default
23214 フィールドで選ぶことができます。
23215 \end_layout
23216
23217 \begin_layout Standard
23218 \begin_inset Note Greyedout
23219 status open
23220
23221 \begin_layout Plain Layout
23222 【註】LaTeXパッケージ
23223 \series bold
23224 prettyref
23225 \series default
23226
23227 \begin_inset Index idx
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23232 \end_layout
23233
23234 \end_inset
23235
23236 は、LyXの取り得るラベル
23237 \begin_inset Flex Ruby
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241 捷径
23242 \begin_inset Argument post:1
23243 status collapsed
23244
23245 \begin_layout Plain Layout
23246 ショートカット
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \begin_inset Foot
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261 例えば、
23262 \begin_inset Quotes eld
23263 \end_inset
23264
23265 fig:
23266 \begin_inset Quotes erd
23267 \end_inset
23268
23269 は図キャプションを表すLyX
23270 \begin_inset Flex Ruby
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274 捷径
23275 \begin_inset Argument post:1
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279 ショートカット
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288
23289 です。
23290 \end_layout
23291
23292 \end_inset
23293
23294 を全部は解釈できず、国際化もされていないので、
23295 \series bold
23296 refstyle
23297 \series default
23298
23299 \begin_inset Index idx
23300 status collapsed
23301
23302 \begin_layout Plain Layout
23303 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23304 \end_layout
23305
23306 \end_inset
23307
23308 を使用することを推奨します。
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Subsection
23317 参照名の自動命名
23318 \begin_inset Index idx
23319 status collapsed
23320
23321 \begin_layout Plain Layout
23322 さんしょう@参照 ! じどうめいめい@自動命名
23323 \end_layout
23324
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \begin_layout Standard
23331
23332 \family sans
23333 文書設定
23334 \family default
23335 ダイアログの
23336 \family sans
23337 PDF特性
23338 \family default
23339 で有効にされた
23340 \series bold
23341 hyperref
23342 \series default
23343
23344 \begin_inset Index idx
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23349 \end_layout
23350
23351 \end_inset
23352
23353  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23354 \emph on
23355
23356 \emph default
23357 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23358 の機能を使用するには、hyperrefを有効にして、
23359 \end_layout
23360
23361 \begin_layout Standard
23362
23363 \series bold
23364
23365 \backslash
23366 AtBeginDocument{
23367 \backslash
23368 renewcommand{
23369 \backslash
23370 ref}[1]{
23371 \backslash
23372 mbox{
23373 \backslash
23374 autoref{#1}}}}
23375 \end_layout
23376
23377 \begin_layout Standard
23378 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23379 \begin_inset space \thinspace{}
23380 \end_inset
23381
23382 」としたいなど、既定の参照名以外のものが欲しい場合には、
23383 \end_layout
23384
23385 \begin_layout Standard
23386
23387 \series bold
23388
23389 \backslash
23390 addto
23391 \backslash
23392 extrasenglish{
23393 \backslash
23394 renewcommand{
23395 \backslash
23396 sectionautorefname}
23397 \begin_inset Newline newline
23398 \end_inset
23399
23400
23401 \begin_inset Phantom HPhantom
23402 status open
23403
23404 \begin_layout Plain Layout
23405
23406 \series bold
23407 \begin_inset space ~
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \end_inset
23414
23415 {sec.
23416 \backslash
23417 negthinspace}}
23418 \end_layout
23419
23420 \begin_layout Standard
23421 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23422 \begin_inset Newline newline
23423 \end_inset
23424
23425
23426 \series bold
23427
23428 \backslash
23429 extrasenglishを
23430 \backslash
23431 extras***
23432 \series default
23433 に置き換えてください(***は使用中の言語名)。
23434 \end_layout
23435
23436 \begin_layout Standard
23437 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23438 \end_layout
23439
23440 \begin_layout Standard
23441
23442 \series bold
23443
23444 \backslash
23445 addto
23446 \backslash
23447 extrasenglish{
23448 \backslash
23449 renewcommand*{
23450 \backslash
23451 equationautorefname}[1]{}}
23452 \end_layout
23453
23454 \begin_layout Standard
23455 この話題に関する詳細は、hyperrefの説明書
23456 \begin_inset CommandInset citation
23457 LatexCommand cite
23458 key "hyperref"
23459
23460 \end_inset
23461
23462 をお読みください。
23463 \end_layout
23464
23465 \begin_layout Standard
23466 \begin_inset Note Greyedout
23467 status open
23468
23469 \begin_layout Plain Layout
23470
23471 \series bold
23472 【註】
23473 \series default
23474 参照の自動命名は、相互参照を
23475 \family sans
23476 整形参照
23477 \family default
23478 様式(第
23479 \begin_inset CommandInset ref
23480 LatexCommand ref
23481 reference "sub:相互参照の書式"
23482
23483 \end_inset
23484
23485 節)で使用しているときには、使用することができません。
23486 \end_layout
23487
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \begin_layout Standard
23494 LyXの取扱説明書『
23495 \emph on
23496 数式篇
23497 \emph default
23498 』では、参照名の自動命名が使用されています。
23499 \end_layout
23500
23501 \begin_layout Subsection
23502 参照位置
23503 \begin_inset CommandInset label
23504 LatexCommand label
23505 name "sub:参照位置"
23506
23507 \end_inset
23508
23509
23510 \begin_inset Index idx
23511 status collapsed
23512
23513 \begin_layout Plain Layout
23514 さんしょう@参照 ! さんしょういち@参照位置
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout Standard
23523
23524 \family sans
23525 文書設定
23526 \family default
23527 ダイアログの
23528 \family sans
23529 PDF特性
23530 \family default
23531 で、
23532 \series bold
23533 hyperref
23534 \series default
23535
23536 \begin_inset Index idx
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23541 \end_layout
23542
23543 \end_inset
23544
23545 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23546 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23547 \series bold
23548 hyperref
23549 \series default
23550
23551 \begin_inset Index idx
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23556 \end_layout
23557
23558 \end_inset
23559
23560 の一部である
23561 \series bold
23562 hyperref
23563 \series default
23564
23565 \begin_inset Index idx
23566 status collapsed
23567
23568 \begin_layout Plain Layout
23569 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23570 \end_layout
23571
23572 \end_inset
23573
23574 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23575 \end_layout
23576
23577 \begin_layout Standard
23578
23579 \series bold
23580
23581 \backslash
23582 usepackage[figure]{hypcap}
23583 \end_layout
23584
23585 \begin_layout Standard
23586 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23587 hypcapの説明書
23588 \begin_inset CommandInset citation
23589 LatexCommand cite
23590 key "hypcap"
23591
23592 \end_inset
23593
23594 をご覧ください。
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset Note Greyedout
23599 status open
23600
23601 \begin_layout Plain Layout
23602
23603 \series bold
23604 【註】hypcap
23605 \series default
23606 は内部図への参照には効力がありません。
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \begin_layout Section
23615 フロートの配置
23616 \begin_inset CommandInset label
23617 LatexCommand label
23618 name "sec:フロートの配置"
23619
23620 \end_inset
23621
23622
23623 \begin_inset Index idx
23624 status collapsed
23625
23626 \begin_layout Plain Layout
23627 ふろーと@フロート ! はいち@配置
23628 \end_layout
23629
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \begin_layout Standard
23636
23637 \family roman
23638 \series medium
23639 \shape up
23640 \size normal
23641 \emph off
23642 \bar no
23643 \noun off
23644 \color none
23645 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23646 \begin_inset Newline newline
23647 \end_inset
23648
23649
23650 \family sans
23651 \series default
23652 \shape default
23653 \size default
23654 \emph default
23655 \bar default
23656 \noun default
23657 \color inherit
23658 段をまたぐ
23659 \family roman
23660 \series medium
23661 \shape up
23662 \size normal
23663 \emph off
23664 \bar no
23665 \noun off
23666 \color none
23667 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23668 \begin_inset Newline newline
23669 \end_inset
23670
23671
23672 \family sans
23673 \series default
23674 \shape default
23675 \size default
23676 \emph default
23677 \bar default
23678 \noun default
23679 \color inherit
23680 横倒しに回転
23681 \family roman
23682 \series medium
23683 \shape up
23684 \size normal
23685 \emph off
23686 \bar no
23687 \noun off
23688 \color none
23689 オプションは、フロートを回転するのに用います。第
23690 \family default
23691 \series default
23692 \shape default
23693 \size default
23694 \emph default
23695 \bar default
23696 \noun default
23697 \color inherit
23698
23699 \begin_inset CommandInset ref
23700 LatexCommand ref
23701 reference "sec:回転フロート"
23702
23703 \end_inset
23704
23705
23706 \family roman
23707 \series medium
23708 \shape up
23709 \size normal
23710 \emph off
23711 \bar no
23712 \noun off
23713 \color none
23714 節をご参照ください。
23715 \end_layout
23716
23717 \begin_layout Standard
23718
23719 \family roman
23720 \series medium
23721 \shape up
23722 \size normal
23723 \emph off
23724 \bar no
23725 \noun off
23726 \color none
23727 フロートダイアログでは、
23728 \family sans
23729 \series default
23730 \shape default
23731 \size default
23732 \emph default
23733 \bar default
23734 \noun default
23735 \color inherit
23736 既定の配置を使う
23737 \family roman
23738 \series medium
23739 \shape up
23740 \size normal
23741 \emph off
23742 \bar no
23743 \noun off
23744 \color none
23745 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
23746 \end_layout
23747
23748 \begin_layout Description
23749 可能ならば現在位置に: 
23750 \family roman
23751 \series medium
23752 \shape up
23753 \size normal
23754 \emph off
23755 \bar no
23756 \noun off
23757 \color none
23758 フロートを挿入位置に配置することを試みます
23759 \end_layout
23760
23761 \begin_layout Description
23762 ページ上部: 
23763 \family roman
23764 \series medium
23765 \shape up
23766 \size normal
23767 \emph off
23768 \bar no
23769 \noun off
23770 \color none
23771 フロートを現在ページの上部に配置することを試みます
23772 \end_layout
23773
23774 \begin_layout Description
23775 ページ下部: 
23776 \family roman
23777 \series medium
23778 \shape up
23779 \size normal
23780 \emph off
23781 \bar no
23782 \noun off
23783 \color none
23784 フロートを現在ページの下部に配置することを試みます
23785 \end_layout
23786
23787 \begin_layout Description
23788 フロートを独立したページに: 
23789 \family roman
23790 \series medium
23791 \shape up
23792 \size normal
23793 \emph off
23794 \bar no
23795 \noun off
23796 \color none
23797 フロートを独立したページに配置することを試みます
23798 \end_layout
23799
23800 \begin_layout Standard
23801 LaTeXは、
23802 \emph on
23803 つねに
23804 \emph default
23805 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23806 \family sans
23807 可能ならば現在位置に
23808 \family default
23809 を試み、次に
23810 \family sans
23811 ページの上部
23812 \family default
23813 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23814 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23815 \end_layout
23816
23817 \begin_layout Standard
23818 既定では、各オプションはそれぞれ以下の規則を持っています。
23819 \end_layout
23820
23821 \begin_layout Labeling
23822 \labelwidthstring 00.00.0000
23823
23824 \family sans
23825 ページ上部
23826 \family default
23827  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23828 \series bold
23829
23830 \backslash
23831 topfraction
23832 \series default
23833 )。
23834 \end_layout
23835
23836 \begin_layout Labeling
23837 \labelwidthstring 00.00.0000
23838
23839 \family sans
23840 ページ下部
23841 \family default
23842  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23843 \series bold
23844
23845 \backslash
23846 bottomfraction
23847 \series default
23848 )。
23849 \end_layout
23850
23851 \begin_layout Labeling
23852 \labelwidthstring 00.00.0000
23853
23854 \family sans
23855 フロートを独立したページ 
23856 \family default
23857 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23858 \series bold
23859
23860 \backslash
23861 floatpagefraction
23862 \series default
23863 )。
23864 \end_layout
23865
23866 \begin_layout Standard
23867 これらの規則に従いたくないときは、
23868 \family sans
23869 LaTeXの規則を無視する
23870 \family default
23871 オプションを追加することによって、これらを無視することができます。
23872 \begin_inset Newline newline
23873 \end_inset
23874
23875 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23876 、ページの5割に変えるには、文書プリアンブルに
23877 \end_layout
23878
23879 \begin_layout Standard
23880
23881 \series bold
23882
23883 \backslash
23884 renewcommand{
23885 \backslash
23886 bottomfraction}{0.5}
23887 \end_layout
23888
23889 \begin_layout Standard
23890 という行を加えてください。
23891 \end_layout
23892
23893 \begin_layout Standard
23894 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23895 \family sans
23896 何としても現在位置に置く
23897 \family default
23898 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23899 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23900 からです。
23901 \end_layout
23902
23903 \begin_layout Standard
23904 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23905 \end_layout
23906
23907 \begin_layout Standard
23908 \begin_inset VSpace bigskip
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \begin_layout Standard
23915 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23916 することがあります。この問題を避けるには、LaTeXコマンドの
23917 \backslash
23918 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23919 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23920 \end_layout
23921
23922 \begin_layout Standard
23923
23924 \series bold
23925
23926 \backslash
23927 let
23928 \backslash
23929 mySection
23930 \backslash
23931 section
23932 \begin_inset Newline newline
23933 \end_inset
23934
23935
23936 \backslash
23937 renewcommand{
23938 \backslash
23939 section}{
23940 \backslash
23941 suppressfloats[t]
23942 \backslash
23943 mySection}
23944 \end_layout
23945
23946 \begin_layout Standard
23947 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23948 することがあるので、これらに対する定義はお勧めしません。
23949 \end_layout
23950
23951 \begin_layout Standard
23952 \begin_inset VSpace bigskip
23953 \end_inset
23954
23955 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23956 \series bold
23957 endfloat
23958 \series default
23959
23960 \begin_inset Index idx
23961 status collapsed
23962
23963 \begin_layout Plain Layout
23964 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23965 \end_layout
23966
23967 \end_inset
23968
23969 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23970 \begin_inset Quotes eld
23971 \end_inset
23972
23973
23974 \family sans
23975 [Figure
23976 \begin_inset space ~
23977 \end_inset
23978
23979 3.2 about here.]
23980 \family default
23981
23982 \begin_inset Quotes erd
23983 \end_inset
23984
23985 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23986 \end_layout
23987
23988 \begin_layout Standard
23989
23990 \series bold
23991
23992 \backslash
23993 usepackage[options]{endfloat}
23994 \end_layout
23995
23996 \begin_layout Standard
23997 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23998 \series bold
23999 endfloat
24000 \series default
24001 取扱説明書
24002 \begin_inset CommandInset citation
24003 LatexCommand cite
24004 key "endfloat"
24005
24006 \end_inset
24007
24008 をご参照ください。
24009 \begin_inset Newline newline
24010 \end_inset
24011
24012
24013 \begin_inset Note Greyedout
24014 status open
24015
24016 \begin_layout Plain Layout
24017
24018 \series bold
24019 【註】endfloat
24020 \series default
24021 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24022 \begin_inset CommandInset citation
24023 LatexCommand cite
24024 key "endfloat"
24025
24026 \end_inset
24027
24028 の第4節をご参照ください。
24029 \end_layout
24030
24031 \end_inset
24032
24033
24034 \begin_inset Newline newline
24035 \end_inset
24036
24037
24038 \begin_inset Note Greyedout
24039 status open
24040
24041 \begin_layout Plain Layout
24042
24043 \series bold
24044 【註】
24045 \series default
24046 現在のところ、
24047 \series bold
24048 endfloat
24049 \series default
24050 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24051 \series bold
24052
24053 \backslash
24054 ss
24055 \series default
24056 」コマンドを使用してください。
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \begin_layout Standard
24065 \begin_inset VSpace bigskip
24066 \end_inset
24067
24068 フロートの割付に関する詳細は、LaTeX関連書
24069 \begin_inset CommandInset citation
24070 LatexCommand cite
24071 key "latexcompanion,latexguide,latexbook"
24072
24073 \end_inset
24074
24075 をご覧ください。
24076 \end_layout
24077
24078 \begin_layout Section
24079 回転フロート
24080 \begin_inset CommandInset label
24081 LatexCommand label
24082 name "sec:回転フロート"
24083
24084 \end_inset
24085
24086
24087 \begin_inset Index idx
24088 status collapsed
24089
24090 \begin_layout Plain Layout
24091 ふろーと@フロート ! かいてん@回転
24092 \end_layout
24093
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \begin_layout Standard
24100 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24101 \family sans
24102 横倒しに回転
24103 \family default
24104 オプションを有効にします。
24105 \end_layout
24106
24107 \begin_layout Standard
24108 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24109 \family sans
24110 段をまたぐ
24111 \family default
24112 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24113 たって回転方向を強制したい場合には、文書クラスオプションに
24114 \series bold
24115 figuresleft
24116 \series default
24117 オプションあるいは
24118 \series bold
24119 figuresright
24120 \series default
24121 オプションを加えることができます。
24122 \end_layout
24123
24124 \begin_layout Standard
24125 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24126 \begin_inset CommandInset ref
24127 LatexCommand ref
24128 reference "tab:回転した表"
24129
24130 \end_inset
24131
24132 が回転表フロートの例です。
24133 \end_layout
24134
24135 \begin_layout Standard
24136 \begin_inset Note Greyedout
24137 status open
24138
24139 \begin_layout Plain Layout
24140
24141 \series bold
24142 【註】
24143 \series default
24144 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24145 \end_layout
24146
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \begin_layout Standard
24153 \begin_inset Float table
24154 wide false
24155 sideways true
24156 status open
24157
24158 \begin_layout Plain Layout
24159 \begin_inset Caption Standard
24160
24161 \begin_layout Plain Layout
24162 \begin_inset CommandInset label
24163 LatexCommand label
24164 name "tab:回転した表"
24165
24166 \end_inset
24167
24168 回転した表
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Plain Layout
24177 \align center
24178 \begin_inset Tabular
24179 <lyxtabular version="3" rows="1" columns="5">
24180 <features rotate="0" tabularvalignment="middle">
24181 <column alignment="center" valignment="top">
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 <row>
24187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 試験
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 </row>
24233 </lyxtabular>
24234
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Section
24246 従属フロート
24247 \begin_inset Index idx
24248 status collapsed
24249
24250 \begin_layout Plain Layout
24251 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24252 \end_layout
24253
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \begin_layout Standard
24260 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24261 \begin_inset CommandInset ref
24262 LatexCommand ref
24263 reference "tab:従属表を横に並べたもの"
24264
24265 \end_inset
24266
24267 と表
24268 \begin_inset CommandInset ref
24269 LatexCommand ref
24270 reference "tab:従属表を縦に並べたもの"
24271
24272 \end_inset
24273
24274 に示されているように段落と同様に指定することができます。
24275 \end_layout
24276
24277 \begin_layout Standard
24278 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24279 \begin_inset CommandInset ref
24280 LatexCommand ref
24281 reference "tab:これは従属表a"
24282
24283 \end_inset
24284
24285 と表
24286 \begin_inset CommandInset ref
24287 LatexCommand ref
24288 reference "tab:これは従属表b"
24289
24290 \end_inset
24291
24292 は表
24293 \begin_inset CommandInset ref
24294 LatexCommand ref
24295 reference "tab:従属表を横に並べたもの"
24296
24297 \end_inset
24298
24299 の従属フロートです。
24300 \begin_inset Float table
24301 wide false
24302 sideways false
24303 status open
24304
24305 \begin_layout Plain Layout
24306 \begin_inset Caption Standard
24307
24308 \begin_layout Plain Layout
24309 \begin_inset CommandInset label
24310 LatexCommand label
24311 name "tab:従属表を横に並べたもの"
24312
24313 \end_inset
24314
24315 従属表を横に並べたもの
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \begin_layout Plain Layout
24324 \begin_inset space \hfill{}
24325 \end_inset
24326
24327
24328 \begin_inset Float table
24329 wide false
24330 sideways false
24331 status collapsed
24332
24333 \begin_layout Plain Layout
24334 \begin_inset Caption Standard
24335
24336 \begin_layout Plain Layout
24337 \begin_inset CommandInset label
24338 LatexCommand label
24339 name "tab:これは従属表a"
24340
24341 \end_inset
24342
24343 これは従属表aです。
24344 \end_layout
24345
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \begin_layout Plain Layout
24352 \align center
24353 \begin_inset Tabular
24354 <lyxtabular version="3" rows="1" columns="5">
24355 <features rotate="0" tabularvalignment="middle">
24356 <column alignment="center" valignment="top">
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 <row>
24362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 試験
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 </lyxtabular>
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \begin_inset space \hfill{}
24419 \end_inset
24420
24421
24422 \begin_inset Float table
24423 wide false
24424 sideways false
24425 status collapsed
24426
24427 \begin_layout Plain Layout
24428 \begin_inset Caption Standard
24429
24430 \begin_layout Plain Layout
24431 \begin_inset CommandInset label
24432 LatexCommand label
24433 name "tab:これは従属表b"
24434
24435 \end_inset
24436
24437 これは従属表bです。
24438 \end_layout
24439
24440 \end_inset
24441
24442
24443 \end_layout
24444
24445 \begin_layout Plain Layout
24446 \align center
24447 \begin_inset Tabular
24448 <lyxtabular version="3" rows="1" columns="5">
24449 <features rotate="0" tabularvalignment="middle">
24450 <column alignment="center" valignment="top">
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 <row>
24456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496 試験
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 </row>
24502 </lyxtabular>
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \begin_inset space \hfill{}
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \end_inset
24519
24520
24521 \begin_inset Float table
24522 wide false
24523 sideways false
24524 status open
24525
24526 \begin_layout Plain Layout
24527 \begin_inset Caption Standard
24528
24529 \begin_layout Plain Layout
24530 \begin_inset CommandInset label
24531 LatexCommand label
24532 name "tab:従属表を縦に並べたもの"
24533
24534 \end_inset
24535
24536 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24537 \end_layout
24538
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \begin_layout Plain Layout
24545 \noindent
24546 \align center
24547 \begin_inset Float table
24548 wide false
24549 sideways false
24550 status collapsed
24551
24552 \begin_layout Plain Layout
24553 \begin_inset Caption Standard
24554
24555 \begin_layout Plain Layout
24556
24557 \end_layout
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Plain Layout
24565 \align center
24566 \begin_inset Tabular
24567 <lyxtabular version="3" rows="1" columns="4">
24568 <features rotate="0" tabularvalignment="middle">
24569 <column alignment="center" valignment="top">
24570 <column alignment="center" valignment="top">
24571 <column alignment="center" valignment="top">
24572 <column alignment="center" valignment="top">
24573 <row>
24574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578 試験
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587 試験
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 試験
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605 試験
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 </row>
24611 </lyxtabular>
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \end_layout
24622
24623 \begin_layout Plain Layout
24624 \noindent
24625 \align center
24626 \begin_inset Float table
24627 wide false
24628 sideways false
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632 \begin_inset Caption Standard
24633
24634 \begin_layout Plain Layout
24635
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \begin_layout Plain Layout
24644 \align center
24645 \begin_inset Tabular
24646 <lyxtabular version="3" rows="1" columns="5">
24647 <features rotate="0" tabularvalignment="middle">
24648 <column alignment="center" valignment="top">
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 <row>
24654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 </row>
24700 </lyxtabular>
24701
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \end_inset
24713
24714
24715 \end_layout
24716
24717 \begin_layout Section
24718 横並びのフロート
24719 \begin_inset Index idx
24720 status collapsed
24721
24722 \begin_layout Plain Layout
24723 ふろーと@フロート ! よこならび@横並び
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Standard
24732
24733 \begin_inset CommandInset ref
24734 LatexCommand ref
24735 reference "fig:左側のフロート"
24736
24737 \end_inset
24738
24739 や図
24740 \begin_inset CommandInset ref
24741 LatexCommand ref
24742 reference "fig:右側のフロート"
24743
24744 \end_inset
24745
24746 のようにフロートを横並びに配置するには、
24747 \emph on
24748 ひとつの
24749 \emph default
24750 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24751 \begin_inset Foot
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 Minipageは第
24756 \begin_inset CommandInset ref
24757 LatexCommand ref
24758 reference "sec:ミニページ"
24759
24760 \end_inset
24761
24762 節に説明があります。
24763 \end_layout
24764
24765 \end_inset
24766
24767 。幅は45
24768 \begin_inset space \thinspace{}
24769 \end_inset
24770
24771 -50
24772 \begin_inset space \thinspace{}
24773 \end_inset
24774
24775 列幅%とし、各minipageのボックス配置を
24776 \family sans
24777
24778 \family default
24779 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24780 \family sans
24781 列幅%
24782 \family default
24783 がここではminipageボックスの幅によって計算されることです。
24784 \end_layout
24785
24786 \begin_layout Standard
24787 \begin_inset Float figure
24788 wide false
24789 sideways false
24790 status open
24791
24792 \begin_layout Plain Layout
24793 \begin_inset Box Frameless
24794 position "b"
24795 hor_pos "c"
24796 has_inner_box 1
24797 inner_pos "t"
24798 use_parbox 0
24799 use_makebox 0
24800 width "45col%"
24801 special "none"
24802 height "1in"
24803 height_special "totalheight"
24804 status open
24805
24806 \begin_layout Plain Layout
24807 \align center
24808 \begin_inset Graphics
24809         filename ../clipart/mobius.eps
24810         lyxscale 50
24811         width 100col%
24812         scaleBeforeRotation
24813
24814 \end_inset
24815
24816
24817 \end_layout
24818
24819 \begin_layout Plain Layout
24820 \begin_inset Caption Standard
24821
24822 \begin_layout Plain Layout
24823 \begin_inset CommandInset label
24824 LatexCommand label
24825 name "fig:左側のフロート"
24826
24827 \end_inset
24828
24829 左側のフロート
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \begin_inset space \hfill{}
24841 \end_inset
24842
24843
24844 \begin_inset Box Frameless
24845 position "b"
24846 hor_pos "c"
24847 has_inner_box 1
24848 inner_pos "t"
24849 use_parbox 0
24850 use_makebox 0
24851 width "45col%"
24852 special "none"
24853 height "1in"
24854 height_special "totalheight"
24855 status open
24856
24857 \begin_layout Plain Layout
24858 \align center
24859 \begin_inset Graphics
24860         filename ../clipart/platypus.eps
24861         lyxscale 50
24862         width 100col%
24863         scaleBeforeRotation
24864
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \begin_layout Plain Layout
24871 \begin_inset Caption Standard
24872
24873 \begin_layout Plain Layout
24874 \begin_inset CommandInset label
24875 LatexCommand label
24876 name "fig:右側のフロート"
24877
24878 \end_inset
24879
24880 右側のフロート
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \begin_layout Plain Layout
24894
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \begin_layout Section
24903 キャプションの書式設定
24904 \begin_inset Index idx
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24909 \end_layout
24910
24911 \end_inset
24912
24913
24914 \begin_inset Index idx
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \begin_inset CommandInset label
24925 LatexCommand label
24926 name "sec:キャプションの書式設定"
24927
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \begin_layout Standard
24934
24935 \family sans
24936 キャプション
24937 \family default
24938 環境は、
24939 \family sans
24940 フロート
24941 \family default
24942 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24943 \family sans
24944 図 #:
24945 \family default
24946 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24947 \family sans
24948 #
24949 \family default
24950 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24951 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24952 \end_layout
24953
24954 \begin_layout Standard
24955 既定のキャプション書式を変更するには、文書プリアンブルに
24956 \end_layout
24957
24958 \begin_layout Standard
24959
24960 \series bold
24961
24962 \backslash
24963 usepackage[format definition]{caption}
24964 \end_layout
24965
24966 \begin_layout Standard
24967 という行を加えて、LaTeXパッケージ
24968 \series bold
24969 caption
24970 \series default
24971
24972 \begin_inset Index idx
24973 status collapsed
24974
24975 \begin_layout Plain Layout
24976 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24977 \end_layout
24978
24979 \end_inset
24980
24981 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24982 \end_layout
24983
24984 \begin_layout Standard
24985
24986 \series bold
24987
24988 \backslash
24989 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24990 \end_layout
24991
24992 \begin_layout Standard
24993 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24994 \series bold
24995 caption
24996 \series default
24997 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24998 \end_layout
24999
25000 \begin_layout Standard
25001
25002 \series bold
25003
25004 \backslash
25005 captionsetup[フロート型]{書式定義}
25006 \end_layout
25007
25008 \begin_layout Standard
25009 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25010 \begin_inset CommandInset ref
25011 LatexCommand ref
25012 reference "fig:図キャプション"
25013
25014 \end_inset
25015
25016 と表
25017 \begin_inset CommandInset ref
25018 LatexCommand ref
25019 reference "tab:表キャプション"
25020
25021 \end_inset
25022
25023 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25024 \end_layout
25025
25026 \begin_layout Standard
25027
25028 \series bold
25029
25030 \backslash
25031 usepackage[tableposition=top]{caption}
25032 \series default
25033
25034 \begin_inset Newline newline
25035 \end_inset
25036
25037
25038 \series bold
25039
25040 \backslash
25041 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25042 \begin_inset Newline newline
25043 \end_inset
25044
25045
25046 \begin_inset Phantom HPhantom
25047 status open
25048
25049 \begin_layout Plain Layout
25050
25051 \backslash
25052 captionsetup[figure]{
25053 \end_layout
25054
25055 \end_inset
25056
25057 labelsep=period}
25058 \begin_inset Newline newline
25059 \end_inset
25060
25061
25062 \backslash
25063 captionsetup[table]{labelfont={bf,sf}}
25064 \end_layout
25065
25066 \begin_layout Standard
25067 \begin_inset Note Greyedout
25068 status open
25069
25070 \begin_layout Plain Layout
25071
25072 \series bold
25073 【註】
25074 \series default
25075 オプションのうち、
25076 \series bold
25077 tableposition=top
25078 \series default
25079 は、文書クラスに
25080 \series bold
25081 KOMA-script
25082 \series default
25083
25084 \begin_inset Index idx
25085 status collapsed
25086
25087 \begin_layout Plain Layout
25088 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25089 \end_layout
25090
25091 \end_inset
25092
25093 が使われているときには、無効になります。この場合には、文書クラスオプション
25094 \series bold
25095 captions=tableheading
25096 \series default
25097 を指定しなくてはなりません。
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Standard
25106
25107 \series bold
25108 caption
25109 \series default
25110 パッケージについての詳細は、その取扱説明書
25111 \begin_inset CommandInset citation
25112 LatexCommand cite
25113 key "caption"
25114
25115 \end_inset
25116
25117 をご覧ください。
25118 \end_layout
25119
25120 \begin_layout Standard
25121 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25122 \end_layout
25123
25124 \begin_layout Standard
25125
25126 \series bold
25127
25128 \backslash
25129 renewcommand{
25130 \backslash
25131 fnum@figure}{画像~
25132 \backslash
25133 thefigure}
25134 \end_layout
25135
25136 \begin_layout Standard
25137 なお、
25138 \series bold
25139
25140 \backslash
25141 thefigure
25142 \series default
25143 は表番号を挿入し、「
25144 \series bold
25145 ~
25146 \series default
25147 」は保護された空白を入れます。
25148 \end_layout
25149
25150 \begin_layout Standard
25151 \begin_inset VSpace bigskip
25152 \end_inset
25153
25154
25155 \series bold
25156 KOMA-script
25157 \series default
25158
25159 \begin_inset Index idx
25160 status collapsed
25161
25162 \begin_layout Plain Layout
25163 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25164 \end_layout
25165
25166 \end_inset
25167
25168 文書クラス(
25169 \family sans
25170 article (KOMA-script)
25171 \family default
25172
25173 \family sans
25174 book (KOMA-script)
25175 \family default
25176
25177 \family sans
25178 letter (KOMA-script)
25179 \family default
25180
25181 \family sans
25182 report (KOMA-script)
25183 \family default
25184 )を使用している場合には、
25185 \series bold
25186 caption
25187 \series default
25188 パッケージの代わりに
25189 \series bold
25190 KOMA-script
25191 \series default
25192 のビルトインコマンド
25193 \series bold
25194 etkomafont
25195 \series default
25196 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25197 \end_layout
25198
25199 \begin_layout Standard
25200
25201 \series bold
25202
25203 \backslash
25204 setkomafont{captionlabel}{
25205 \backslash
25206 bfseries}
25207 \end_layout
25208
25209 \begin_layout Standard
25210
25211 \series bold
25212
25213 \backslash
25214 setkomafont
25215 \series default
25216 についての詳細は、
25217 \series bold
25218 KOMA-script
25219 \series default
25220 の取扱説明書
25221 \begin_inset CommandInset citation
25222 LatexCommand cite
25223 key "koma-script"
25224
25225 \end_inset
25226
25227 をご覧ください。
25228 \end_layout
25229
25230 \begin_layout Standard
25231 \begin_inset ERT
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235
25236
25237 \backslash
25238 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25239 }
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \begin_inset Note Note
25246 status open
25247
25248 \begin_layout Plain Layout
25249 キャプション書式は、この例のみ変更してあります。
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \begin_layout Standard
25258 \begin_inset Float figure
25259 placement !p
25260 wide false
25261 sideways false
25262 status open
25263
25264 \begin_layout Plain Layout
25265 \align center
25266 \begin_inset Graphics
25267         filename ../clipart/mobius.eps
25268         lyxscale 50
25269         scale 50
25270         scaleBeforeRotation
25271
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \begin_layout Plain Layout
25278 \begin_inset Caption Standard
25279
25280 \begin_layout Plain Layout
25281 \begin_inset CommandInset label
25282 LatexCommand label
25283 name "fig:図キャプション"
25284
25285 \end_inset
25286
25287 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25288 \end_layout
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Standard
25301 \begin_inset ERT
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305
25306
25307 \backslash
25308 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25309 on}
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Standard
25318 \begin_inset Float table
25319 placement !p
25320 wide false
25321 sideways false
25322 status open
25323
25324 \begin_layout Plain Layout
25325 \begin_inset Caption Standard
25326
25327 \begin_layout Plain Layout
25328 \begin_inset CommandInset label
25329 LatexCommand label
25330 name "tab:表キャプション"
25331
25332 \end_inset
25333
25334 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Plain Layout
25343 \align center
25344 \begin_inset Tabular
25345 <lyxtabular version="3" rows="1" columns="5">
25346 <features rotate="0" tabularvalignment="middle">
25347 <column alignment="center" valignment="top">
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 <row>
25353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \end_layout
25395
25396 \end_inset
25397 </cell>
25398 </row>
25399 </lyxtabular>
25400
25401 \end_inset
25402
25403
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Section
25412 キャプションの配置
25413 \begin_inset Index idx
25414 status collapsed
25415
25416 \begin_layout Plain Layout
25417 きゃぷしょん@キャプション ! はいち@配置
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \begin_inset Index idx
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25428 \end_layout
25429
25430 \end_inset
25431
25432
25433 \begin_inset CommandInset label
25434 LatexCommand label
25435 name "sec:キャプションの配置"
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \begin_layout Standard
25443 通常、キャプションの配置原則は、
25444 \end_layout
25445
25446 \begin_layout Description
25447 図の場合: キャプションを図の下に置く
25448 \end_layout
25449
25450 \begin_layout Description
25451 表の場合: キャプションを表の上に置く
25452 \end_layout
25453
25454 \begin_layout Standard
25455 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25456 \family sans
25457 article
25458 \family default
25459
25460 \family sans
25461 book
25462 \family default
25463
25464 \family sans
25465 letter
25466 \family default
25467
25468 \family sans
25469 report
25470 \family default
25471 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25472 eXパッケージ
25473 \series bold
25474 caption
25475 \series default
25476 を読み込むコマンドに
25477 \end_layout
25478
25479 \begin_layout Standard
25480
25481 \series bold
25482 tableposition=top
25483 \end_layout
25484
25485 \begin_layout Standard
25486 というオプションを追加してください
25487 \begin_inset Foot
25488 status collapsed
25489
25490 \begin_layout Plain Layout
25491
25492 \series bold
25493 caption
25494 \series default
25495 パッケージについての詳細な情報は、第
25496 \begin_inset CommandInset ref
25497 LatexCommand ref
25498 reference "sec:キャプションの書式設定"
25499
25500 \end_inset
25501
25502 節をご覧ください。
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \series bold
25509 KOMA-script
25510 \series default
25511
25512 \begin_inset Index idx
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25517 \end_layout
25518
25519 \end_inset
25520
25521 文書クラス(
25522 \family sans
25523 article (KOMA-script)
25524 \family default
25525
25526 \family sans
25527 book (KOMA-script)
25528 \family default
25529
25530 \family sans
25531 letter (KOMA-script)
25532 \family default
25533
25534 \family sans
25535 report (KOMA-script)
25536 \family default
25537
25538 \begin_inset space \thinspace{}
25539 \end_inset
25540
25541 )をお使いの場合には、
25542 \series bold
25543 caption
25544 \series default
25545 パッケージにオプションを与える代わりに、文書クラスオプション
25546 \series bold
25547 captions=tableheading
25548 \series default
25549 を設定することもできます。
25550 \end_layout
25551
25552 \begin_layout Standard
25553 \begin_inset VSpace bigskip
25554 \end_inset
25555
25556 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25557 \end_layout
25558
25559 \begin_layout Standard
25560
25561 \series bold
25562
25563 \backslash
25564 usepackage[option]{sidecap}
25565 \end_layout
25566
25567 \begin_layout Standard
25568 という行を入れて、LaTeXパッケージ
25569 \series bold
25570 sidecap
25571 \series default
25572
25573 \begin_inset Index idx
25574 status collapsed
25575
25576 \begin_layout Plain Layout
25577 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25578 \end_layout
25579
25580 \end_inset
25581
25582 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25583 \series bold
25584 innercaption
25585 \series default
25586 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25587 \series bold
25588 rightcaption
25589 \series default
25590 ないし
25591 \series bold
25592 leftcaption
25593 \series default
25594 オプションを用います。
25595 \end_layout
25596
25597 \begin_layout Standard
25598 \begin_inset ERT
25599 status collapsed
25600
25601 \begin_layout Plain Layout
25602
25603
25604 \backslash
25605 ifsidecap
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \begin_inset Note Note
25612 status open
25613
25614 \begin_layout Plain Layout
25615 以下の部分は、LaTeXパッケージ
25616 \series bold
25617 sidecap
25618 \series default
25619 が導入されているときのみ表示されます。
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Standard
25628 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25629 \begin_inset Newpage pagebreak
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636 \noindent
25637 \begin_inset CommandInset line
25638 LatexCommand rule
25639 offset "0.5ex"
25640 width "100line%"
25641 height "1pt"
25642
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \begin_layout Standard
25649
25650 \series bold
25651
25652 \backslash
25653 newcommand{
25654 \backslash
25655 TabBesBeg}[1][1.0]{%
25656 \begin_inset Newline newline
25657 \end_inset
25658
25659
25660 \begin_inset Phantom HPhantom
25661 status open
25662
25663 \begin_layout Plain Layout
25664 \begin_inset space ~
25665 \end_inset
25666
25667
25668 \end_layout
25669
25670 \end_inset
25671
25672
25673 \backslash
25674 let
25675 \backslash
25676 MyTable
25677 \backslash
25678 table
25679 \begin_inset Newline newline
25680 \end_inset
25681
25682
25683 \begin_inset Phantom HPhantom
25684 status open
25685
25686 \begin_layout Plain Layout
25687
25688 \series medium
25689 \begin_inset space ~
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \backslash
25699 let
25700 \backslash
25701 MyEndtable
25702 \backslash
25703 endtable
25704 \begin_inset Newline newline
25705 \end_inset
25706
25707
25708 \begin_inset Phantom HPhantom
25709 status open
25710
25711 \begin_layout Plain Layout
25712
25713 \series medium
25714 \begin_inset space ~
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \backslash
25724 renewenvironment{table}[1]{
25725 \backslash
25726 begin{SCtable}[#1]##1}{
25727 \backslash
25728 end{SCtable}}}
25729 \end_layout
25730
25731 \begin_layout Standard
25732
25733 \series bold
25734
25735 \backslash
25736 newcommand{
25737 \backslash
25738 TabBesEnd}{%
25739 \begin_inset Newline newline
25740 \end_inset
25741
25742
25743 \begin_inset Phantom HPhantom
25744 status open
25745
25746 \begin_layout Plain Layout
25747 \begin_inset space ~
25748 \end_inset
25749
25750
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \backslash
25757 let
25758 \backslash
25759 table
25760 \backslash
25761 MyTable
25762 \begin_inset Newline newline
25763 \end_inset
25764
25765
25766 \begin_inset Phantom HPhantom
25767 status open
25768
25769 \begin_layout Plain Layout
25770 \begin_inset space ~
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \backslash
25780 let
25781 \backslash
25782 endtable
25783 \backslash
25784 MyEndtable
25785 \end_layout
25786
25787 \begin_layout Standard
25788
25789 \series bold
25790
25791 \backslash
25792 newcommand{
25793 \backslash
25794 FigBesBeg}[1][1.0]{%
25795 \begin_inset Newline newline
25796 \end_inset
25797
25798
25799 \begin_inset Phantom HPhantom
25800 status open
25801
25802 \begin_layout Plain Layout
25803 \begin_inset space ~
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \backslash
25813 let
25814 \backslash
25815 MyFigure
25816 \backslash
25817 figure
25818 \begin_inset Newline newline
25819 \end_inset
25820
25821
25822 \begin_inset Phantom HPhantom
25823 status open
25824
25825 \begin_layout Plain Layout
25826 \begin_inset space ~
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \end_inset
25833
25834
25835 \backslash
25836 let
25837 \backslash
25838 MyEndfigure
25839 \backslash
25840 endfigure
25841 \begin_inset Newline newline
25842 \end_inset
25843
25844
25845 \begin_inset Phantom HPhantom
25846 status open
25847
25848 \begin_layout Plain Layout
25849 \begin_inset space ~
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \backslash
25859 renewenvironment{figure}[1]{
25860 \backslash
25861 begin{SCfigure}[#1]##1}{
25862 \backslash
25863 end{SCfigure}}}
25864 \end_layout
25865
25866 \begin_layout Standard
25867
25868 \series bold
25869
25870 \backslash
25871 newcommand{
25872 \backslash
25873 FigBesEnd}{%
25874 \begin_inset Newline newline
25875 \end_inset
25876
25877
25878 \begin_inset Phantom HPhantom
25879 status open
25880
25881 \begin_layout Plain Layout
25882 \begin_inset space ~
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \end_inset
25889
25890
25891 \backslash
25892 let
25893 \backslash
25894 figure
25895 \backslash
25896 MyFigure
25897 \begin_inset Newline newline
25898 \end_inset
25899
25900
25901 \begin_inset Phantom HPhantom
25902 status open
25903
25904 \begin_layout Plain Layout
25905 \begin_inset space ~
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \end_inset
25912
25913
25914 \backslash
25915 let
25916 \backslash
25917 endfigure
25918 \backslash
25919 MyEndfigure}
25920 \end_layout
25921
25922 \begin_layout Standard
25923 \noindent
25924 \begin_inset CommandInset line
25925 LatexCommand rule
25926 offset "0.5ex"
25927 width "100line%"
25928 height "1pt"
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \begin_layout Standard
25936 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25937 \end_layout
25938
25939 \begin_layout Standard
25940
25941 \series bold
25942
25943 \backslash
25944 FigBesBeg
25945 \end_layout
25946
25947 \begin_layout Standard
25948 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
25949 \end_layout
25950
25951 \begin_layout Standard
25952
25953 \series bold
25954
25955 \backslash
25956 FigBesEnd
25957 \end_layout
25958
25959 \begin_layout Standard
25960 というTeXコードを入れてください。
25961 \end_layout
25962
25963 \begin_layout Standard
25964 表フロートに対しては、対応するコマンド
25965 \end_layout
25966
25967 \begin_layout Standard
25968
25969 \series bold
25970
25971 \backslash
25972 TabBesBeg
25973 \series default
25974 および
25975 \series bold
25976
25977 \backslash
25978 TabBesEnd
25979 \end_layout
25980
25981 \begin_layout Standard
25982 を使用してください。図
25983 \begin_inset CommandInset ref
25984 LatexCommand ref
25985 reference "fig:図横キャプション"
25986
25987 \end_inset
25988
25989 と表
25990 \begin_inset CommandInset ref
25991 LatexCommand ref
25992 reference "tab:表横キャプション"
25993
25994 \end_inset
25995
25996 がキャプションを脇に設定した例です。
25997 \end_layout
25998
25999 \begin_layout Standard
26000 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26001 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26002 \end_layout
26003
26004 \begin_layout Standard
26005
26006 \series bold
26007
26008 \backslash
26009 sidecaptionvpos{フロート型}{配置}
26010 \end_layout
26011
26012 \begin_layout Standard
26013 というコマンドを使用します。ここで「フロート型」は
26014 \family sans
26015 figure
26016 \family default
26017
26018 \family sans
26019 table
26020 \family default
26021 であり、「配置」は、上揃えの場合はtopの
26022 \end_layout
26023
26024 \begin_layout Standard
26025
26026 \family sans
26027 t
26028 \family default
26029 」、中央揃えの場合はcenterの「
26030 \family sans
26031 c
26032 \family default
26033 」、下揃えの場合はbottomの「
26034 \family sans
26035 b
26036 \family default
26037 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26038 \end_layout
26039
26040 \begin_layout Standard
26041
26042 \series bold
26043
26044 \backslash
26045 sidecaptionvpos{figure}{c}
26046 \end_layout
26047
26048 \begin_layout Standard
26049 というコマンドを使用します。これは、図
26050 \begin_inset CommandInset ref
26051 LatexCommand ref
26052 reference "fig:図横キャプション-2"
26053
26054 \end_inset
26055
26056 で使用されています。
26057 \end_layout
26058
26059 \begin_layout Standard
26060 \begin_inset VSpace medskip
26061 \end_inset
26062
26063
26064 \end_layout
26065
26066 \begin_layout Standard
26067 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26068 \begin_inset CommandInset ref
26069 LatexCommand ref
26070 reference "tab:表横キャプション"
26071
26072 \end_inset
26073
26074 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26075 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
26076 \emph on
26077 因数
26078 \emph default
26079 は、
26080 \end_layout
26081
26082 \begin_layout Standard
26083
26084 \series bold
26085
26086 \backslash
26087 FigBesBeg[因数]
26088 \end_layout
26089
26090 \begin_layout Standard
26091 のように、
26092 \series bold
26093
26094 \backslash
26095 FigBesBeg
26096 \series default
26097 への非必須引数として与えることもできますし、
26098 \series bold
26099
26100 \backslash
26101 FigBesBeg
26102 \series default
26103 の定義中で
26104 \series bold
26105 1.0
26106 \series default
26107 を他の値に変更することもできます。表
26108 \begin_inset CommandInset ref
26109 LatexCommand ref
26110 reference "tab:図横幅広"
26111
26112 \end_inset
26113
26114 では、因子5が指定されています。
26115 \end_layout
26116
26117 \begin_layout Standard
26118 \begin_inset Note Greyedout
26119 status open
26120
26121 \begin_layout Plain Layout
26122 【註】キャプションを横につけたフロートでは、フロート配置オプションの
26123 \family sans
26124 何としても現在地に置く
26125 \family default
26126 は、
26127 \series bold
26128 sidecap
26129 \series default
26130 がサポートしていないので、使用することができません。.
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Standard
26139 \begin_inset VSpace medskip
26140 \end_inset
26141
26142
26143 \series bold
26144 sidecap
26145 \series default
26146 パッケージについての詳細は、
26147 \begin_inset CommandInset citation
26148 LatexCommand cite
26149 key "sidecap"
26150
26151 \end_inset
26152
26153 の説明書をご参照ください。
26154 \end_layout
26155
26156 \begin_layout Standard
26157 \begin_inset Note Greyedout
26158 status open
26159
26160 \begin_layout Plain Layout
26161
26162 \series bold
26163 【註】
26164 \series default
26165
26166 \begin_inset CommandInset ref
26167 LatexCommand ref
26168 reference "sub:参照位置"
26169
26170 \end_inset
26171
26172 節に説明があるLaTeXパッケージ
26173 \series bold
26174 hypcap
26175 \series default
26176
26177 \begin_inset Index idx
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
26182 \end_layout
26183
26184 \end_inset
26185
26186 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Standard
26195 \begin_inset Note Greyedout
26196 status open
26197
26198 \begin_layout Plain Layout
26199
26200 \series bold
26201 【訳註】
26202 \series default
26203 LaTeXパッケージ
26204 \series bold
26205 sidecap
26206 \series default
26207
26208 \begin_inset Index idx
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26213 \end_layout
26214
26215 \end_inset
26216
26217 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
26218 ついては、取扱説明書『
26219 \emph on
26220 埋め込み機能篇
26221 \emph default
26222 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
26223 \end_layout
26224
26225 \end_inset
26226
26227
26228 \begin_inset Note Note
26229 status open
26230
26231 \begin_layout Plain Layout
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236
26237
26238 \backslash
26239 FigBesBeg 
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Float figure
26249 wide false
26250 sideways false
26251 status open
26252
26253 \begin_layout Plain Layout
26254 \begin_inset Graphics
26255         filename ../clipart/escher-lsd.eps
26256         scale 75
26257         scaleBeforeRotation
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \begin_layout Plain Layout
26265 \begin_inset Caption Standard
26266
26267 \begin_layout Plain Layout
26268 \begin_inset CommandInset label
26269 LatexCommand label
26270 name "fig:図横キャプション"
26271
26272 \end_inset
26273
26274 これは図の横にあるキャプションです。
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \begin_layout Plain Layout
26288 \begin_inset ERT
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292
26293
26294 \backslash
26295 FigBesEnd
26296 \end_layout
26297
26298 \end_inset
26299
26300
26301 \end_layout
26302
26303 \begin_layout Plain Layout
26304 \begin_inset ERT
26305 status collapsed
26306
26307 \begin_layout Plain Layout
26308
26309
26310 \backslash
26311 TabBesBeg 
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Plain Layout
26320 \begin_inset Float table
26321 wide false
26322 sideways false
26323 status open
26324
26325 \begin_layout Plain Layout
26326 \begin_inset Caption Standard
26327
26328 \begin_layout Plain Layout
26329 \begin_inset CommandInset label
26330 LatexCommand label
26331 name "tab:表横キャプション"
26332
26333 \end_inset
26334
26335 これは表の横にあるキャプションです。
26336 \end_layout
26337
26338 \end_inset
26339
26340
26341 \end_layout
26342
26343 \begin_layout Plain Layout
26344 \begin_inset Tabular
26345 <lyxtabular version="3" rows="4" columns="5">
26346 <features rotate="0" tabularvalignment="middle">
26347 <column alignment="center" valignment="top">
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 <row>
26353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Plain Layout
26393
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 </row>
26399 <row>
26400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Plain Layout
26431
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 </row>
26446 <row>
26447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26457 \begin_inset Text
26458
26459 \begin_layout Plain Layout
26460
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 </row>
26493 <row>
26494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 </lyxtabular>
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \begin_layout Plain Layout
26553 \begin_inset ERT
26554 status collapsed
26555
26556 \begin_layout Plain Layout
26557
26558
26559 \backslash
26560 TabBesEnd
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \begin_layout Plain Layout
26569 \begin_inset ERT
26570 status collapsed
26571
26572 \begin_layout Plain Layout
26573
26574
26575 \backslash
26576 sidecaptionvpos{figure}{c}
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \begin_inset Float figure
26583 wide false
26584 sideways false
26585 status open
26586
26587 \begin_layout Plain Layout
26588 \begin_inset Graphics
26589         filename ../clipart/escher-lsd.eps
26590         scale 75
26591         scaleBeforeRotation
26592
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \begin_layout Plain Layout
26599 \begin_inset Caption Standard
26600
26601 \begin_layout Plain Layout
26602 \begin_inset CommandInset label
26603 LatexCommand label
26604 name "fig:図横キャプション-2"
26605
26606 \end_inset
26607
26608 これは図の横にある縦方向中央揃えのキャプションです。
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Plain Layout
26622 \begin_inset ERT
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626
26627
26628 \backslash
26629 FigBesEnd
26630 \end_layout
26631
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \begin_layout Plain Layout
26638 \begin_inset ERT
26639 status collapsed
26640
26641 \begin_layout Plain Layout
26642
26643
26644 \backslash
26645 TabBesBeg[5]
26646 \end_layout
26647
26648 \end_inset
26649
26650
26651 \end_layout
26652
26653 \begin_layout Plain Layout
26654 \begin_inset Float table
26655 wide false
26656 sideways false
26657 status open
26658
26659 \begin_layout Plain Layout
26660 \begin_inset Caption Standard
26661
26662 \begin_layout Plain Layout
26663 \begin_inset CommandInset label
26664 LatexCommand label
26665 name "tab:図横幅広"
26666
26667 \end_inset
26668
26669 これは表
26670 \begin_inset CommandInset ref
26671 LatexCommand ref
26672 reference "tab:表横キャプション"
26673
26674 \end_inset
26675
26676 よりも幅広のキャプションです
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Plain Layout
26685 \begin_inset Tabular
26686 <lyxtabular version="3" rows="4" columns="5">
26687 <features rotate="0" tabularvalignment="middle">
26688 <column alignment="center" valignment="top">
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 <row>
26694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 a
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 b
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26722 \begin_inset Text
26723
26724 \begin_layout Plain Layout
26725
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734 c
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 </row>
26740 <row>
26741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Plain Layout
26754 d
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Plain Layout
26763
26764 \end_layout
26765
26766 \end_inset
26767 </cell>
26768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26769 \begin_inset Text
26770
26771 \begin_layout Plain Layout
26772 e
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Plain Layout
26781
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 </row>
26787 <row>
26788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792 f
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Plain Layout
26801
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810 g
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26816 \begin_inset Text
26817
26818 \begin_layout Plain Layout
26819
26820 \end_layout
26821
26822 \end_inset
26823 </cell>
26824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26825 \begin_inset Text
26826
26827 \begin_layout Plain Layout
26828 h
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 </row>
26834 <row>
26835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 i
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Plain Layout
26857
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26863 \begin_inset Text
26864
26865 \begin_layout Plain Layout
26866 j
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Plain Layout
26875
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 </row>
26881 </lyxtabular>
26882
26883 \end_inset
26884
26885
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \begin_layout Plain Layout
26894 \begin_inset ERT
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898
26899
26900 \backslash
26901 TabBesEnd
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \begin_layout Standard
26915 \begin_inset ERT
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919
26920
26921 \backslash
26922 else
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \begin_inset Note Note
26929 status open
26930
26931 \begin_layout Plain Layout
26932 以下の部分は、LaTeXパッケージ
26933 \series bold
26934 sidecap
26935 \series default
26936 が導入されていないときのみ表示されます。
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \end_layout
26943
26944 \begin_layout Standard
26945 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26946 \series bold
26947 sidecap
26948 \series default
26949 を導入する必要があります。
26950 \end_layout
26951
26952 \begin_layout Standard
26953 \begin_inset ERT
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957
26958
26959 \backslash
26960 fi
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \begin_layout Section
26969 フロート一覧
26970 \begin_inset Index idx
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974 ふろーと@フロート ! ふろーといちらん@フロート一覧
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \begin_layout Standard
26983 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26984 \family sans
26985 挿入\SpecialChar \menuseparator
26986 一覧/目次
26987 \family default
26988 メニューで挿入することができます。
26989 \end_layout
26990
26991 \begin_layout Standard
26992 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26993 \end_layout
26994
26995 \begin_layout Standard
26996 本文書の終わりに、図一覧と表一覧があります。
26997 \end_layout
26998
26999 \begin_layout Chapter
27000 注釈
27001 \end_layout
27002
27003 \begin_layout Section
27004 LyX注釈
27005 \begin_inset Index idx
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018 注釈は、ツールバーボタン
27019 \family sans
27020
27021 \begin_inset Info
27022 type  "icon"
27023 arg   "note-insert"
27024 \end_inset
27025
27026
27027 \family default
27028 か、
27029 \family sans
27030 挿入\SpecialChar \menuseparator
27031 注釈
27032 \family default
27033 メニューで挿入することができます。注釈には、以下の三つの型があります。
27034 \end_layout
27035
27036 \begin_layout Description
27037 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27038 \begin_inset Newline newline
27039 \end_inset
27040
27041
27042 \begin_inset Newline newline
27043 \end_inset
27044
27045
27046 \begin_inset Graphics
27047         filename clipart/LyXNoteImageQt4.png
27048         display false
27049         scale 85
27050         scaleBeforeRotation
27051
27052 \end_inset
27053
27054
27055 \begin_inset Note Note
27056 status open
27057
27058 \begin_layout Plain Layout
27059 これは、出力には現れない注釈ボックスに書かれた文章です。
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \begin_layout Description
27068 コメント この注釈も出力には現れませんが、
27069 \family sans
27070 ファイル\SpecialChar \menuseparator
27071 書き出し\SpecialChar \menuseparator
27072 LaTeX (pdflatex) / (平文)
27073 \family default
27074  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27075 \begin_inset Newline newline
27076 \end_inset
27077
27078
27079 \begin_inset Newline newline
27080 \end_inset
27081
27082
27083 \begin_inset Graphics
27084         filename clipart/CommentNoteImageQt4.png
27085         display false
27086         scale 85
27087         scaleBeforeRotation
27088
27089 \end_inset
27090
27091  
27092 \begin_inset Note Comment
27093 status open
27094
27095 \begin_layout Plain Layout
27096 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Description
27105 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27106 \begin_inset Newline newline
27107 \end_inset
27108
27109
27110 \begin_inset Newline newline
27111 \end_inset
27112
27113
27114 \begin_inset Graphics
27115         filename clipart/GreyedOutNoteImageQt4.png
27116         display false
27117         scale 85
27118         scaleBeforeRotation
27119
27120 \end_inset
27121
27122
27123 \begin_inset Newline newline
27124 \end_inset
27125
27126
27127 \begin_inset ERT
27128 status collapsed
27129
27130 \begin_layout Plain Layout
27131
27132
27133 \backslash
27134 renewenvironment{lyxgreyedout}
27135 \end_layout
27136
27137 \begin_layout Plain Layout
27138
27139 {
27140 \backslash
27141 textcolor[gray]{0.8}
27142 \backslash
27143 bgroup}{
27144 \backslash
27145 egroup}
27146 \end_layout
27147
27148 \end_inset
27149
27150
27151 \begin_inset Note Greyedout
27152 status open
27153
27154 \begin_layout Plain Layout
27155 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
27156 \begin_inset Foot
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160 これは、淡色注釈内に脚注を用いた例です。
27161 \end_layout
27162
27163 \end_inset
27164
27165 です。
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \begin_inset ERT
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175
27176
27177 \backslash
27178 renewenvironment{lyxgreyedout}
27179 \end_layout
27180
27181 \begin_layout Plain Layout
27182
27183 {
27184 \backslash
27185 textcolor{blue}
27186 \backslash
27187 bgroup}{
27188 \backslash
27189 egroup}
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \begin_inset Note Note
27196 status open
27197
27198 \begin_layout Plain Layout
27199 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
27200 定義されています。
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \begin_inset Newline newline
27207 \end_inset
27208
27209
27210 \begin_inset Newline newline
27211 \end_inset
27212
27213 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
27214 \end_layout
27215
27216 \begin_layout Standard
27217 \begin_inset VSpace bigskip
27218 \end_inset
27219
27220 注釈を挿入するのにツールバーボタン
27221 \family sans
27222
27223 \begin_inset Info
27224 type  "icon"
27225 arg   "note-insert"
27226 \end_inset
27227
27228
27229 \family default
27230 を使用すると、
27231 \family sans
27232 LyX注釈
27233 \family default
27234 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
27235 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
27236 さい。
27237 \end_layout
27238
27239 \begin_layout Standard
27240 \begin_inset VSpace bigskip
27241 \end_inset
27242
27243 淡色注釈の文字色は、
27244 \family sans
27245 文書\SpecialChar \menuseparator
27246 設定\SpecialChar \menuseparator
27247
27248 \family default
27249 メニューで変更することができます。
27250 \end_layout
27251
27252 \begin_layout Section
27253 脚注
27254 \begin_inset CommandInset label
27255 LatexCommand label
27256 name "sec:脚注"
27257
27258 \end_inset
27259
27260
27261 \begin_inset Index idx
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
27266 \end_layout
27267
27268 \end_inset
27269
27270
27271 \begin_inset Index idx
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 きゃくちゅう@脚注
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Standard
27284 脚注は、ツールバーボタン
27285 \family sans
27286
27287 \begin_inset Info
27288 type  "icon"
27289 arg   "footnote-insert"
27290 \end_inset
27291
27292
27293 \family default
27294 か、
27295 \family sans
27296 挿入\SpecialChar \menuseparator
27297 脚注
27298 \family default
27299 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
27300 \begin_inset Graphics
27301         filename clipart/footnoteQt4.png
27302         scale 80
27303         scaleBeforeRotation
27304
27305 \end_inset
27306
27307 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
27308 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
27309 \end_layout
27310
27311 \begin_layout Standard
27312 これが脚注の例です
27313 \begin_inset Foot
27314 status collapsed
27315
27316 \begin_layout Plain Layout
27317 \begin_inset CommandInset label
27318 LatexCommand label
27319 name "fn:これは脚注の一例"
27320
27321 \end_inset
27322
27323 これは脚注の一例です。
27324 \end_layout
27325
27326 \end_inset
27327
27328
27329 \begin_inset ERT
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333
27334
27335 \backslash
27336 newcounter{MyRepeatFoot}
27337 \end_layout
27338
27339 \begin_layout Plain Layout
27340
27341
27342 \backslash
27343 setcounter{MyRepeatFoot}{
27344 \backslash
27345 thefootnote}
27346 \end_layout
27347
27348 \end_inset
27349
27350
27351 \end_layout
27352
27353 \begin_layout Standard
27354 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27355 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27356 \end_layout
27357
27358 \begin_layout Standard
27359 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27360 \begin_inset CommandInset ref
27361 LatexCommand ref
27362 reference "sec:フロートの参照"
27363
27364 \end_inset
27365
27366 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27367 \begin_inset Newline newline
27368 \end_inset
27369
27370 これは脚注
27371 \begin_inset CommandInset ref
27372 LatexCommand ref
27373 reference "fn:これは脚注の一例"
27374
27375 \end_inset
27376
27377 の相互参照です。
27378 \end_layout
27379
27380 \begin_layout Standard
27381 \begin_inset VSpace defskip
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Standard
27388 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27389 \series bold
27390
27391 \backslash
27392 footnotemark{}
27393 \series default
27394 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27395 \series bold
27396
27397 \backslash
27398 footnotetext
27399 \series default
27400 コマンドの引数として入力します。
27401 \begin_inset Newline newline
27402 \end_inset
27403
27404 以下の表ではコマンド
27405 \begin_inset Newline newline
27406 \end_inset
27407
27408
27409 \series bold
27410
27411 \backslash
27412 footnotetext{
27413 \series default
27414 出力される脚注の表
27415 \series bold
27416 }
27417 \series default
27418
27419 \begin_inset Newline newline
27420 \end_inset
27421
27422 を用いています。
27423 \end_layout
27424
27425 \begin_layout Standard
27426 \begin_inset Tabular
27427 <lyxtabular version="3" rows="2" columns="1">
27428 <features rotate="0" tabularvalignment="middle">
27429 <column alignment="center" valignment="top">
27430 <row>
27431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435 これは例文です。
27436 \begin_inset Foot
27437 status open
27438
27439 \begin_layout Plain Layout
27440 この脚注は出力されません!
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \end_inset
27449 </cell>
27450 </row>
27451 <row>
27452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27453 \begin_inset Text
27454
27455 \begin_layout Plain Layout
27456 これは例文です。
27457 \begin_inset ERT
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461
27462
27463 \backslash
27464 footnotemark{}
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 </row>
27475 </lyxtabular>
27476
27477 \end_inset
27478
27479
27480 \begin_inset ERT
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484
27485
27486 \backslash
27487 footnotetext{
27488 \end_layout
27489
27490 \end_inset
27491
27492 出力される脚注の表
27493 \begin_inset ERT
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497
27498 }
27499 \end_layout
27500
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \begin_layout Standard
27507 長尺表中の脚注は、第
27508 \begin_inset CommandInset ref
27509 LatexCommand ref
27510 reference "sub:長尺表での脚注"
27511
27512 \end_inset
27513
27514 節で述べられています。
27515 \end_layout
27516
27517 \begin_layout Standard
27518 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27519 \begin_inset CommandInset ref
27520 LatexCommand ref
27521 reference "sec:ミニページ"
27522
27523 \end_inset
27524
27525 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27526 \series bold
27527
27528 \backslash
27529 footnotemark{}
27530 \series default
27531
27532 \series bold
27533
27534 \backslash
27535 footntoetext
27536 \series default
27537 による方法を用いてください。
27538 \end_layout
27539
27540 \begin_layout Standard
27541 \begin_inset Box Frameless
27542 position "t"
27543 hor_pos "c"
27544 has_inner_box 1
27545 inner_pos "t"
27546 use_parbox 0
27547 use_makebox 0
27548 width "100col%"
27549 special "none"
27550 height "1in"
27551 height_special "totalheight"
27552 status open
27553
27554 \begin_layout Plain Layout
27555 これはミニページ中の例文です。
27556 \begin_inset Foot
27557 status open
27558
27559 \begin_layout Plain Layout
27560 ミニページ中の脚注です。
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Plain Layout
27569 これはミニページ中の例文です。
27570 \begin_inset ERT
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574
27575
27576 \backslash
27577 footnotemark{}
27578 \end_layout
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Standard
27591 \begin_inset ERT
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595
27596
27597 \backslash
27598 footnotetext{
27599 \end_layout
27600
27601 \end_inset
27602
27603 ミニページ外の脚注です。
27604 \begin_inset ERT
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608
27609 }
27610 \end_layout
27611
27612 \end_inset
27613
27614
27615 \begin_inset VSpace defskip
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Standard
27622 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27623 \series bold
27624
27625 \backslash
27626 footnotemark[番号]
27627 \series default
27628 を使用してください。
27629 \begin_inset Newline newline
27630 \end_inset
27631
27632 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27633 \begin_inset CommandInset ref
27634 LatexCommand ref
27635 reference "fn:これは脚注の一例"
27636
27637 \end_inset
27638
27639 の後に、TeXコードで
27640 \end_layout
27641
27642 \begin_layout Standard
27643
27644 \series bold
27645
27646 \backslash
27647 newcounter{MyRepeatFoot}
27648 \begin_inset Newline newline
27649 \end_inset
27650
27651
27652 \backslash
27653 setcounter{MyRepeatFoot}{
27654 \backslash
27655 thefootnote}
27656 \end_layout
27657
27658 \begin_layout Standard
27659 というコマンドを挿入しています。そして脚注マークは、
27660 \end_layout
27661
27662 \begin_layout Standard
27663
27664 \series bold
27665
27666 \backslash
27667 footnotemark[
27668 \backslash
27669 theMyRepeatFoot]
27670 \end_layout
27671
27672 \begin_layout Standard
27673 で作成します。
27674 \end_layout
27675
27676 \begin_layout Standard
27677 これは繰り返し脚注の例です。
27678 \begin_inset ERT
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682
27683
27684 \backslash
27685 footnotemark[
27686 \backslash
27687 theMyRepeatFoot]
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \begin_layout Standard
27696 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27697 \end_layout
27698
27699 \begin_layout Standard
27700
27701 \series bold
27702
27703 \backslash
27704 footnotemark[
27705 \backslash
27706 thefootnote]
27707 \end_layout
27708
27709 \begin_layout Standard
27710 を使用してください。
27711 \end_layout
27712
27713 \begin_layout Standard
27714 これは繰り返し脚注の例です。
27715 \begin_inset ERT
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719
27720
27721 \backslash
27722 footnotemark[
27723 \backslash
27724 thefootnote]
27725 \end_layout
27726
27727 \end_inset
27728
27729
27730 \end_layout
27731
27732 \begin_layout Subsection
27733 脚注の付番
27734 \begin_inset CommandInset label
27735 LatexCommand label
27736 name "sub:脚注の付番"
27737
27738 \end_inset
27739
27740
27741 \begin_inset Index idx
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745 きゃくちゅう@脚注 ! ふばん@付番
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \begin_layout Standard
27754 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27755 \end_layout
27756
27757 \begin_layout Standard
27758
27759 \series bold
27760
27761 \backslash
27762 @addtoreset{footnote}{section}
27763 \end_layout
27764
27765 \begin_layout Standard
27766 というコマンドを加えてください。
27767 \end_layout
27768
27769 \begin_layout Standard
27770 \begin_inset VSpace bigskip
27771 \end_inset
27772
27773 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27774 \end_layout
27775
27776 \begin_layout Standard
27777
27778 \series bold
27779
27780 \backslash
27781 renewcommand{
27782 \backslash
27783 thefootnote}{
27784 \backslash
27785 roman{footnote}}
27786 \end_layout
27787
27788 \begin_layout Standard
27789 \begin_inset ERT
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793
27794
27795 \backslash
27796 renewcommand{
27797 \backslash
27798 thefootnote}{
27799 \backslash
27800 roman{footnote}}
27801 \end_layout
27802
27803 \end_inset
27804
27805 これは、ローマ数字を使った脚注です
27806 \begin_inset Foot
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810 これは、ローマ数字を使った脚注の例です。
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Standard
27819 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27820 \series bold
27821
27822 \backslash
27823 roman
27824 \series default
27825
27826 \series bold
27827
27828 \backslash
27829 Roman
27830 \series default
27831 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27832 \series bold
27833
27834 \backslash
27835 Alph
27836 \series default
27837 または
27838 \series bold
27839
27840 \backslash
27841 alph
27842 \series default
27843 を使用してください。記号を使って付「番」するには、
27844 \series bold
27845
27846 \backslash
27847 fnsymbol
27848 \series default
27849 を使ってください。
27850 \end_layout
27851
27852 \begin_layout Standard
27853 \begin_inset Note Greyedout
27854 status open
27855
27856 \begin_layout Plain Layout
27857
27858 \series bold
27859 【註】
27860 \series default
27861 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27862 \end_layout
27863
27864 \end_inset
27865
27866
27867 \begin_inset Newline newline
27868 \end_inset
27869
27870
27871 \begin_inset Note Greyedout
27872 status open
27873
27874 \begin_layout Plain Layout
27875
27876 \series bold
27877 【註】
27878 \series default
27879 記号を使うと9個の脚注しか番号を振ることができません。
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \begin_layout Standard
27888 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27889 \series bold
27890
27891 \backslash
27892 roman
27893 \series default
27894
27895 \series bold
27896
27897 \backslash
27898 arabic
27899 \series default
27900 に置き換えて使用してください。
27901 \begin_inset ERT
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905
27906
27907 \backslash
27908 renewcommand{
27909 \backslash
27910 thefootnote}{
27911 \backslash
27912 arabic{footnote}}
27913 \end_layout
27914
27915 \end_inset
27916
27917
27918 \end_layout
27919
27920 \begin_layout Standard
27921 \begin_inset VSpace bigskip
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \begin_layout Standard
27928 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27929 \end_layout
27930
27931 \begin_layout Standard
27932
27933 \series bold
27934
27935 \backslash
27936 numberwithin{footnote}{chapter}
27937 \end_layout
27938
27939 \begin_layout Standard
27940 というコマンドを加えてください。
27941 \series bold
27942
27943 \backslash
27944 numberwithin
27945 \series default
27946 コマンドを使用できるようにするためには、文書設定の
27947 \family sans
27948 数式オプション
27949 \family default
27950 タブで
27951 \family sans
27952 AMS
27953 \begin_inset space ~
27954 \end_inset
27955
27956 mathパッケージを使う
27957 \family default
27958 オプションを有効にしてください。
27959 \end_layout
27960
27961 \begin_layout Standard
27962 \begin_inset ERT
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966
27967
27968 \backslash
27969 numberwithin{footnote}{chapter}
27970 \end_layout
27971
27972 \end_inset
27973
27974 これは、脚注のもう一つの例です
27975 \series bold
27976
27977 \begin_inset Foot
27978 status open
27979
27980 \begin_layout Plain Layout
27981
27982 \series bold
27983 これは、
27984 \series default
27985 「章番号.脚注番号」スキームで番号を振られた脚注です。
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \series default
27992
27993 \begin_inset ERT
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997
27998
27999 \backslash
28000 renewcommand{
28001 \backslash
28002 thefootnote}{
28003 \backslash
28004 arabic{footnote}}
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Standard
28013 \begin_inset Note Greyedout
28014 status open
28015
28016 \begin_layout Plain Layout
28017
28018 \series bold
28019 【註】
28020 \backslash
28021 numberwithin
28022 \series default
28023 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Standard
28032 また、例えば「章番号.
28033 \backslash
28034 Roman{footnote}」スキームを得るには、
28035 \series bold
28036
28037 \backslash
28038 numberwithin
28039 \series default
28040 の代わりに以下のコマンドを使用してください。
28041 \end_layout
28042
28043 \begin_layout Standard
28044
28045 \series bold
28046
28047 \backslash
28048 renewcommand{
28049 \backslash
28050 thefootnote}{
28051 \backslash
28052 thechapter.
28053 \backslash
28054 Roman{footnote}}
28055 \end_layout
28056
28057 \begin_layout Subsection
28058 脚注の配置
28059 \begin_inset Index idx
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 きゃくちゅう@脚注 ! はいち@配置
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Standard
28072 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28073 ブルに足して、1.5
28074 \begin_inset space \thinspace{}
28075 \end_inset
28076
28077 mmの余白を追加することもできます。
28078 \end_layout
28079
28080 \begin_layout Standard
28081
28082 \series bold
28083
28084 \backslash
28085 let
28086 \backslash
28087 myFoot
28088 \backslash
28089 footnote
28090 \begin_inset Newline newline
28091 \end_inset
28092
28093
28094 \backslash
28095 renewcommand{
28096 \backslash
28097 footnote}[1]{
28098 \backslash
28099 myFoot{#1
28100 \backslash
28101 vspace{1.5mm}}}
28102 \end_layout
28103
28104 \begin_layout Standard
28105 \begin_inset VSpace bigskip
28106 \end_inset
28107
28108 二段組文書では、脚注は各段底部に表示されます(図
28109 \begin_inset CommandInset ref
28110 LatexCommand ref
28111 reference "fig:標準的脚注配置"
28112
28113 \end_inset
28114
28115 )。図
28116 \begin_inset CommandInset ref
28117 LatexCommand ref
28118 reference "fig:ftnright脚注配置"
28119
28120 \end_inset
28121
28122 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28123 \end_layout
28124
28125 \begin_layout Standard
28126
28127 \series bold
28128
28129 \backslash
28130 usepackage{ftnright}
28131 \end_layout
28132
28133 \begin_layout Standard
28134 というコマンドを書いて、LaTeXパッケージ
28135 \series bold
28136 ftnright
28137 \series default
28138
28139 \begin_inset Index idx
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
28144 \end_layout
28145
28146 \end_inset
28147
28148 を読み込みます。
28149 \begin_inset Float figure
28150 placement !h
28151 wide false
28152 sideways false
28153 status open
28154
28155 \begin_layout Plain Layout
28156 \begin_inset ERT
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160
28161
28162 \backslash
28163 framebox{
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \begin_inset Graphics
28170         filename ../clipart/without_fntright.pdf
28171         width 100col%
28172         scaleBeforeRotation
28173
28174 \end_inset
28175
28176
28177 \begin_inset ERT
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181
28182 }
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Plain Layout
28191 \begin_inset Caption Standard
28192
28193 \begin_layout Plain Layout
28194 \begin_inset CommandInset label
28195 LatexCommand label
28196 name "fig:標準的脚注配置"
28197
28198 \end_inset
28199
28200 二段組文書の標準的な脚注配置
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 \begin_inset Float figure
28215 placement !h
28216 wide false
28217 sideways false
28218 status open
28219
28220 \begin_layout Plain Layout
28221 \begin_inset ERT
28222 status collapsed
28223
28224 \begin_layout Plain Layout
28225
28226
28227 \backslash
28228 framebox{
28229 \end_layout
28230
28231 \end_inset
28232
28233
28234 \begin_inset Graphics
28235         filename ../clipart/with_fntright.pdf
28236         width 100col%
28237         scaleBeforeRotation
28238
28239 \end_inset
28240
28241
28242 \begin_inset ERT
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246
28247 }
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Plain Layout
28256 \begin_inset Caption Standard
28257
28258 \begin_layout Plain Layout
28259 \begin_inset CommandInset label
28260 LatexCommand label
28261 name "fig:ftnright脚注配置"
28262
28263 \end_inset
28264
28265 LaTeXパッケージ
28266 \series bold
28267 ftnright
28268 \series default
28269 を使用したときの二段組文書の脚注配置
28270 \end_layout
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Standard
28283 \begin_inset VSpace bigskip
28284 \end_inset
28285
28286 科学的文献に於いては、図
28287 \begin_inset CommandInset ref
28288 LatexCommand ref
28289 reference "fig:後注"
28290
28291 \end_inset
28292
28293 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
28294 \begin_inset Index idx
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298 こちゅう@後注
28299 \end_layout
28300
28301 \end_inset
28302
28303 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
28304 \family sans
28305 文書\SpecialChar \menuseparator
28306 設定\SpecialChar \menuseparator
28307 モジュール
28308 \family default
28309 メニューで
28310 \family sans
28311 脚注から後注へ
28312 \family default
28313 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
28314 \end_layout
28315
28316 \begin_layout Standard
28317
28318 \series bold
28319
28320 \backslash
28321 theendnotes
28322 \end_layout
28323
28324 \begin_layout Standard
28325 というコマンドを挿入してください。
28326 \end_layout
28327
28328 \begin_layout Standard
28329 \begin_inset Float figure
28330 wide false
28331 sideways false
28332 status open
28333
28334 \begin_layout Plain Layout
28335 \align center
28336 \begin_inset ERT
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340
28341
28342 \backslash
28343 framebox{
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \begin_inset Graphics
28350         filename ../clipart/endnotes.pdf
28351         scaleBeforeRotation
28352
28353 \end_inset
28354
28355
28356 \begin_inset ERT
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360
28361 }
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Plain Layout
28370 \begin_inset Caption Standard
28371
28372 \begin_layout Plain Layout
28373 \begin_inset CommandInset label
28374 LatexCommand label
28375 name "fig:後注"
28376
28377 \end_inset
28378
28379 後注 – 注を節ないし章末に別段落として印字します。
28380 \end_layout
28381
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \end_layout
28391
28392 \begin_layout Standard
28393 \begin_inset VSpace medskip
28394 \end_inset
28395
28396 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28397 \end_layout
28398
28399 \begin_layout Standard
28400
28401 \series bold
28402
28403 \backslash
28404 renewcommand{
28405 \backslash
28406 notesname}{Anmerkungen}
28407 \end_layout
28408
28409 \begin_layout Standard
28410 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28411 \end_layout
28412
28413 \begin_layout Standard
28414 \begin_inset VSpace medskip
28415 \end_inset
28416
28417
28418 \begin_inset CommandInset ref
28419 LatexCommand ref
28420 reference "sub:脚注の付番"
28421
28422 \end_inset
28423
28424 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28425 \series bold
28426
28427 \backslash
28428 thefootnote
28429 \series default
28430 コマンドの代わりに
28431 \series bold
28432
28433 \backslash
28434 theendnote
28435 \series default
28436 を用いてください。後注番号をリセットするには、第
28437 \begin_inset CommandInset ref
28438 LatexCommand ref
28439 reference "sub:脚注の付番"
28440
28441 \end_inset
28442
28443 節で述べたコマンド
28444 \series bold
28445
28446 \backslash
28447 @addtoreset
28448 \series default
28449 の、パラメータ
28450 \series bold
28451 footnote
28452 \series default
28453
28454 \series bold
28455 endnote
28456 \series default
28457 に変えて、使用してください。
28458 \end_layout
28459
28460 \begin_layout Standard
28461 後注の印だけを作成するには、第
28462 \begin_inset CommandInset ref
28463 LatexCommand ref
28464 reference "sec:脚注"
28465
28466 \end_inset
28467
28468 節で説明した
28469 \series bold
28470
28471 \backslash
28472 footnotemark
28473 \series default
28474 コマンドの代わりに、
28475 \series bold
28476
28477 \backslash
28478 endnotemark[番号]
28479 \series default
28480 コマンドを使用してください。
28481 \end_layout
28482
28483 \begin_layout Standard
28484 \begin_inset VSpace bigskip
28485 \end_inset
28486
28487 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28488 \series bold
28489 footmisc
28490 \series default
28491
28492 \begin_inset Index idx
28493 status collapsed
28494
28495 \begin_layout Plain Layout
28496 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \begin_inset CommandInset citation
28503 LatexCommand cite
28504 key "footmisc"
28505
28506 \end_inset
28507
28508 を参照してください。
28509 \end_layout
28510
28511 \begin_layout Standard
28512 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28513 \begin_inset CommandInset citation
28514 LatexCommand cite
28515 key "latexcompanion,latexguide,latexbook"
28516
28517 \end_inset
28518
28519 に載っています。
28520 \series bold
28521 KOMA-Script
28522 \series default
28523
28524 \begin_inset Index idx
28525 status collapsed
28526
28527 \begin_layout Plain Layout
28528 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28529 \end_layout
28530
28531 \end_inset
28532
28533 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
28534 \begin_inset CommandInset citation
28535 LatexCommand cite
28536 key "KOMA-Script"
28537
28538 \end_inset
28539
28540 参照)。
28541 \end_layout
28542
28543 \begin_layout Section
28544 傍注
28545 \begin_inset Index idx
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \begin_layout Standard
28558 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28559 \family sans
28560 挿入\SpecialChar \menuseparator
28561 傍注
28562 \family default
28563 メニューかツールバーボタン
28564 \family sans
28565
28566 \begin_inset Info
28567 type  "icon"
28568 arg   "marginalnote-insert"
28569 \end_inset
28570
28571
28572 \family default
28573 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28574 \end_layout
28575
28576 \begin_layout Standard
28577 横にあるのが傍注です
28578 \begin_inset Marginal
28579 status open
28580
28581 \begin_layout Plain Layout
28582 これは傍注文です。
28583 \end_layout
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \begin_layout Standard
28591 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28592 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28593 \end_layout
28594
28595 \begin_layout Standard
28596 \begin_inset VSpace bigskip
28597 \end_inset
28598
28599 傍注を内側余白に置くには、傍注の前にTeXコードで
28600 \end_layout
28601
28602 \begin_layout Standard
28603
28604 \series bold
28605
28606 \backslash
28607 reversemarginpar
28608 \end_layout
28609
28610 \begin_layout Standard
28611 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28612 \begin_inset ERT
28613 status collapsed
28614
28615 \begin_layout Plain Layout
28616
28617
28618 \backslash
28619 reversemarginpar 
28620 \end_layout
28621
28622 \end_inset
28623
28624
28625 \begin_inset Marginal
28626 status open
28627
28628 \begin_layout Plain Layout
28629 これは内側余白の傍注です。
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \series bold
28636
28637 \begin_inset Newline newline
28638 \end_inset
28639
28640
28641 \series default
28642
28643 \begin_inset Note Greyedout
28644 status open
28645
28646 \begin_layout Plain Layout
28647 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Standard
28656 既定の配置に戻すには、TeXコードで
28657 \end_layout
28658
28659 \begin_layout Standard
28660
28661 \series bold
28662
28663 \backslash
28664 normalmarginpar
28665 \end_layout
28666
28667 \begin_layout Standard
28668 というコマンドを書き加えてください。
28669 \begin_inset ERT
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673
28674
28675 \backslash
28676 normalmarginpar 
28677 \end_layout
28678
28679 \end_inset
28680
28681  
28682 \begin_inset Note Greyedout
28683 status open
28684
28685 \begin_layout Plain Layout
28686
28687 \series bold
28688 【註】
28689 \backslash
28690 reversemarginpar
28691 \series default
28692 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Standard
28701 \begin_inset VSpace bigskip
28702 \end_inset
28703
28704
28705 \begin_inset Marginal
28706 status open
28707
28708 \begin_layout Plain Layout
28709 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \begin_inset CommandInset ref
28716 LatexCommand ref
28717 reference "sub:複数行"
28718
28719 \end_inset
28720
28721 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28722 \begin_inset space \thinspace{}
28723 \end_inset
28724
28725 pt水平空白を挿入してください 
28726 \begin_inset Marginal
28727 status open
28728
28729 \begin_layout Plain Layout
28730 \begin_inset space \hspace*{}
28731 \length 0pt
28732 \end_inset
28733
28734 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 \begin_inset VSpace bigskip
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \begin_layout Standard
28750 \begin_inset Note Greyedout
28751 status open
28752
28753 \begin_layout Plain Layout
28754
28755 \series bold
28756 【註】
28757 \series default
28758 通常、傍注は表やフロート、脚注の中では使用することができません。
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset VSpace bigskip
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 ifmarginnote
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \begin_inset Note Note
28788 status open
28789
28790 \begin_layout Plain Layout
28791 以下の部分は、LaTeXパッケージ
28792 \series bold
28793 marginnote
28794 \series default
28795 が導入されているときのみ表示されます。
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Standard
28804 この制約は、LaTeXパッケージ
28805 \series bold
28806 marginnote
28807 \series default
28808
28809 \begin_inset Index idx
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28814 \end_layout
28815
28816 \end_inset
28817
28818 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28819 \series bold
28820 marginnote
28821 \series default
28822 パッケージが提供するコマンドを使うようになります。
28823 \end_layout
28824
28825 \begin_layout Standard
28826
28827 \series bold
28828
28829 \backslash
28830 usepackage{marginnote}
28831 \begin_inset Newline newline
28832 \end_inset
28833
28834
28835 \backslash
28836 let
28837 \backslash
28838 marginpar
28839 \backslash
28840 marginnote
28841 \end_layout
28842
28843 \begin_layout Standard
28844
28845 \series bold
28846 marginnote
28847 \series default
28848 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28849 \series bold
28850 marginnote
28851 \series default
28852 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28853 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28854 \end_layout
28855
28856 \begin_layout Standard
28857
28858 \series bold
28859 [オフセット]
28860 \end_layout
28861
28862 \begin_layout Standard
28863 という形で書くことで設定することができます。ここで「オフセット」には、表
28864 \begin_inset CommandInset ref
28865 LatexCommand ref
28866 reference "tab:単位"
28867
28868 \end_inset
28869
28870 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28871 \series bold
28872 [-1.5cm]
28873 \series default
28874 」を使用して、1.5
28875 \begin_inset space \thinspace{}
28876 \end_inset
28877
28878 cm上にずらしてあります
28879 \begin_inset Marginal
28880 status open
28881
28882 \begin_layout Plain Layout
28883 この傍注は、本来の位置よりも1.5
28884 \begin_inset space \thinspace{}
28885 \end_inset
28886
28887 cm上にずらしてあります。
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \begin_inset ERT
28894 status collapsed
28895
28896 \begin_layout Plain Layout
28897
28898 [-1.5cm]
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 \begin_inset VSpace medskip
28908 \end_inset
28909
28910
28911 \series bold
28912 marginnote
28913 \series default
28914 を使うと、傍注の揃えを変更することもできます。たとえば、
28915 \end_layout
28916
28917 \begin_layout Standard
28918
28919 \series bold
28920
28921 \backslash
28922 renewcommand*{
28923 \backslash
28924 raggedleftmarginnote}{
28925 \backslash
28926 centering}
28927 \begin_inset Newline newline
28928 \end_inset
28929
28930
28931 \backslash
28932 renewcommand*{
28933 \backslash
28934 raggedrightmarginnote}{
28935 \backslash
28936 centering}
28937 \end_layout
28938
28939 \begin_layout Standard
28940 というコマンドを使うと、中央揃えになります。
28941 \series bold
28942
28943 \backslash
28944 raggedleftmarginnote
28945 \series default
28946 とは、左側に表示されている傍注のことを指します
28947 \begin_inset ERT
28948 status collapsed
28949
28950 \begin_layout Plain Layout
28951
28952
28953 \backslash
28954 renewcommand*{
28955 \backslash
28956 raggedleftmarginnote}{
28957 \backslash
28958 centering}
28959 \end_layout
28960
28961 \begin_layout Plain Layout
28962
28963
28964 \backslash
28965 renewcommand*{
28966 \backslash
28967 raggedrightmarginnote}{
28968 \backslash
28969 centering}
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \begin_inset Marginal
28976 status open
28977
28978 \begin_layout Plain Layout
28979 この傍注の文章は中央揃えになっています。
28980 \end_layout
28981
28982 \end_inset
28983
28984 。既定の設定は、
28985 \end_layout
28986
28987 \begin_layout Standard
28988
28989 \series bold
28990
28991 \backslash
28992 renewcommand*{
28993 \backslash
28994 raggedleftmarginnote}{
28995 \backslash
28996 raggedleft}
28997 \begin_inset Newline newline
28998 \end_inset
28999
29000
29001 \backslash
29002 renewcommand*{
29003 \backslash
29004 raggedrightmarginnote}{
29005 \backslash
29006 raggedright}
29007 \series default
29008
29009 \begin_inset ERT
29010 status collapsed
29011
29012 \begin_layout Plain Layout
29013
29014
29015 \backslash
29016 renewcommand*{
29017 \backslash
29018 raggedleftmarginnote}{
29019 \backslash
29020 raggedleft}
29021 \end_layout
29022
29023 \begin_layout Plain Layout
29024
29025
29026 \backslash
29027 renewcommand*{
29028 \backslash
29029 raggedrightmarginnote}{
29030 \backslash
29031 raggedright}
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 です。
29041 \end_layout
29042
29043 \begin_layout Standard
29044 \begin_inset VSpace medskip
29045 \end_inset
29046
29047
29048 \series bold
29049 marginnote
29050 \series default
29051 の他の機能については、
29052 \begin_inset CommandInset citation
29053 LatexCommand cite
29054 key "marginnote"
29055
29056 \end_inset
29057
29058 の取扱説明書をご参照ください。
29059 \end_layout
29060
29061 \begin_layout Standard
29062 \begin_inset VSpace bigskip
29063 \end_inset
29064
29065 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29066 \family sans
29067 \series bold
29068 \bar under
29069 注意!
29070 \family default
29071 \series default
29072 \bar default
29073 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29074 \end_layout
29075
29076 \begin_layout Standard
29077
29078 \series bold
29079
29080 \backslash
29081 let
29082 \backslash
29083 myMarginpar
29084 \backslash
29085 marginpar
29086 \begin_inset Newline newline
29087 \end_inset
29088
29089
29090 \backslash
29091 renewcommand{
29092 \backslash
29093 marginpar}[1]{
29094 \backslash
29095 myMarginpar{%
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099
29100 \begin_inset Phantom HPhantom
29101 status open
29102
29103 \begin_layout Plain Layout
29104
29105 \series bold
29106 \begin_inset space ~
29107 \end_inset
29108
29109
29110 \end_layout
29111
29112 \end_inset
29113
29114
29115 \backslash
29116 hspace{0pt}
29117 \backslash
29118 textsf{
29119 \backslash
29120 textbf{
29121 \backslash
29122 underbar{注意!}}}%
29123 \begin_inset Newline newline
29124 \end_inset
29125
29126
29127 \begin_inset Phantom HPhantom
29128 status open
29129
29130 \begin_layout Plain Layout
29131
29132 \series bold
29133 \begin_inset space ~
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \end_inset
29140
29141
29142 \backslash
29143 vspace{1.5mm}
29144 \backslash
29145
29146 \backslash
29147 #1}}
29148 \end_layout
29149
29150 \begin_layout Standard
29151 \begin_inset ERT
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155
29156
29157 \backslash
29158 let
29159 \backslash
29160 myMarginpar
29161 \backslash
29162 marginpar
29163 \end_layout
29164
29165 \begin_layout Plain Layout
29166
29167
29168 \backslash
29169 renewcommand{
29170 \backslash
29171 marginpar}[1]{
29172 \backslash
29173 myMarginpar{%
29174 \end_layout
29175
29176 \begin_layout Plain Layout
29177
29178    
29179 \backslash
29180 textsf{
29181 \backslash
29182 textbf{
29183 \backslash
29184 underbar{注意!}}}%
29185 \end_layout
29186
29187 \begin_layout Plain Layout
29188
29189    
29190 \backslash
29191 vspace{1.5mm}
29192 \backslash
29193
29194 \backslash
29195 #1}}
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \begin_inset Marginal
29202 status open
29203
29204 \begin_layout Plain Layout
29205 これは、定義したヘッダをつけた傍注です。
29206 \end_layout
29207
29208 \end_inset
29209
29210
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216 [-1.5cm]
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226
29227
29228 \backslash
29229 renewcommand{
29230 \backslash
29231 marginpar}[1]{
29232 \backslash
29233 myMarginpar{#1}}
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \begin_inset Note Note
29240 status open
29241
29242 \begin_layout Plain Layout
29243 傍注書式は、この例の分だけ変更してあります。
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \begin_layout Standard
29252 \begin_inset ERT
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256
29257
29258 \backslash
29259 else
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \begin_inset Note Note
29266 status open
29267
29268 \begin_layout Plain Layout
29269 以下の部分は、LaTeXパッケージ
29270 \series bold
29271 marginnote
29272 \series default
29273 が導入されていないときのみ表示されます。
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \begin_layout Standard
29282 本節の以下の部分を出力に表示するには、LaTeXパッケージ
29283 \series bold
29284 marginnote
29285 \series default
29286 を導入する必要があります。
29287 \end_layout
29288
29289 \begin_layout Standard
29290 \begin_inset ERT
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294
29295
29296 \backslash
29297 fi
29298 \end_layout
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Chapter
29306 ボックス
29307 \end_layout
29308
29309 \begin_layout Section
29310 はじめに
29311 \begin_inset Index idx
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 ぼっくす@ボックス ! はじめに
29316 \end_layout
29317
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \begin_layout Standard
29324 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
29325 \begin_inset CommandInset ref
29326 LatexCommand ref
29327 reference "sec:ミニページ"
29328
29329 \end_inset
29330
29331 節参照)、文章を囲ったり(第
29332 \begin_inset CommandInset ref
29333 LatexCommand ref
29334 reference "sec:装飾"
29335
29336 \end_inset
29337
29338 節参照)、単語がハイフネートされるのを予防したり(第
29339 \begin_inset CommandInset ref
29340 LatexCommand ref
29341 reference "sec:ハイフネーションの回避"
29342
29343 \end_inset
29344
29345 節参照)、文章を揃えたり(第
29346 \begin_inset CommandInset ref
29347 LatexCommand ref
29348 reference "sub:垂直揃え"
29349
29350 \end_inset
29351
29352 節参照)、あるいは文章の背景色を設定したり(第
29353 \begin_inset CommandInset ref
29354 LatexCommand ref
29355 reference "sec:色付きボックス"
29356
29357 \end_inset
29358
29359 節参照)するのに使用します。
29360 \end_layout
29361
29362 \begin_layout Standard
29363 ボックスは、
29364 \family sans
29365 挿入\SpecialChar \menuseparator
29366 ボックス
29367 \family default
29368 メニューかツールバーボタン
29369 \family sans
29370
29371 \begin_inset Info
29372 type  "icon"
29373 arg   "box-insert Frameless"
29374 \end_inset
29375
29376
29377 \family default
29378 を使って挿入することができます。すると、
29379 \begin_inset Graphics
29380         filename clipart/BoxInsetDefaultQt4.png
29381         scale 85
29382         scaleBeforeRotation
29383
29384 \end_inset
29385
29386 のように
29387 \family sans
29388 ボックス(minipage環境)
29389 \family default
29390 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29391 \family sans
29392 設定
29393 \family default
29394 メニューを選択すると現れるボックスダイアログでは、
29395 \family sans
29396 parboxコマンド
29397 \family default
29398
29399 \family sans
29400 minipage環境
29401 \family default
29402 の二つの
29403 \family sans
29404 内部ボックス
29405 \family default
29406 型を選択することができます。
29407 \family sans
29408 minipage
29409 \family default
29410 型は、新規ボックスの既定値となっており、第
29411 \begin_inset CommandInset ref
29412 LatexCommand ref
29413 reference "sec:ミニページ"
29414
29415 \end_inset
29416
29417 節で説明します。
29418 \family sans
29419 parbox
29420 \family default
29421 型については第
29422 \begin_inset CommandInset ref
29423 LatexCommand ref
29424 reference "sec:Parboxes"
29425
29426 \end_inset
29427
29428 節、
29429 \family sans
29430 makebox
29431 \family default
29432 型については第
29433 \begin_inset CommandInset ref
29434 LatexCommand ref
29435 reference "sec:ハイフネーションの回避"
29436
29437 \end_inset
29438
29439 節で述べます。
29440 \end_layout
29441
29442 \begin_layout Standard
29443 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29444 \end_layout
29445
29446 \begin_layout Standard
29447 \begin_inset Note Greyedout
29448 status open
29449
29450 \begin_layout Plain Layout
29451 【註】ボックスは、
29452 \family sans
29453 箇条書き(記号)
29454 \family default
29455 環境や
29456 \family sans
29457 箇条書き(記述)
29458 \family default
29459 環境の単独要素とすべきではありません。
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Standard
29468 \begin_inset Note Greyedout
29469 status open
29470
29471 \begin_layout Plain Layout
29472 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29473 \family sans
29474 内部ボックス
29475 \family default
29476 型は
29477 \family sans
29478 なし
29479 \family default
29480 にしか設定することができません。
29481 \family sans
29482 内部ボックス
29483 \family default
29484 型や枠のないボックスについては、第
29485 \begin_inset CommandInset ref
29486 LatexCommand ref
29487 reference "sec:ハイフネーションの回避"
29488
29489 \end_inset
29490
29491 節で説明します。
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Section
29500 ボックスダイアログ
29501 \begin_inset CommandInset label
29502 LatexCommand label
29503 name "sec:ボックスダイアログ"
29504
29505 \end_inset
29506
29507
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Subsection
29521 寸法
29522 \begin_inset Index idx
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526 ぼっくす@ボックス ! すんぽう@寸法
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \end_layout
29533
29534 \begin_layout Standard
29535 ボックスダイアログでは、
29536 \family sans
29537
29538 \family default
29539
29540 \family sans
29541 高さ
29542 \family default
29543 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29544 \begin_inset CommandInset ref
29545 LatexCommand ref
29546 reference "tab:単位"
29547
29548 \end_inset
29549
29550 に説明されています。
29551 \family sans
29552 高さ
29553 \family default
29554 フィールドには、加えて以下の寸法を使用することができます。
29555 \end_layout
29556
29557 \begin_layout Description
29558 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29559 \begin_inset Newline newline
29560 \end_inset
29561
29562
29563 \begin_inset Newline newline
29564 \end_inset
29565
29566
29567 \begin_inset Newline newline
29568 \end_inset
29569
29570
29571 \begin_inset Box Boxed
29572 position "c"
29573 hor_pos "c"
29574 has_inner_box 1
29575 inner_pos "c"
29576 use_parbox 0
29577 use_makebox 0
29578 width "12col%"
29579 special "none"
29580 height "1in"
29581 height_special "depth"
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585 \align center
29586 高さを1階層に設定したボックス
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \begin_inset Newline newline
29593 \end_inset
29594
29595
29596 \begin_inset Newline newline
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Description
29603 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29604 \begin_inset Box Boxed
29605 position "c"
29606 hor_pos "c"
29607 has_inner_box 1
29608 inner_pos "c"
29609 use_parbox 0
29610 use_makebox 0
29611 width "20col%"
29612 special "none"
29613 height "2in"
29614 height_special "height"
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618 \align center
29619 高さを2高さに設定したボックス
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \end_layout
29626
29627 \begin_layout Description
29628 全高 これは「高さ」+「階層」です。
29629 \begin_inset Box Boxed
29630 position "c"
29631 hor_pos "c"
29632 has_inner_box 1
29633 inner_pos "c"
29634 use_parbox 0
29635 use_makebox 0
29636 width "20col%"
29637 special "none"
29638 height "1in"
29639 height_special "totalheight"
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643 \align center
29644 高さを1全高に設定したボックス
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \begin_layout Description
29653 幅 これはボックスの幅を高さに設定します。
29654 \begin_inset Box Boxed
29655 position "c"
29656 hor_pos "c"
29657 has_inner_box 1
29658 inner_pos "c"
29659 use_parbox 0
29660 use_makebox 0
29661 width "12col%"
29662 special "none"
29663 height "1in"
29664 height_special "width"
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 \align center
29669 高さを1幅に設定したボックス
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \end_layout
29676
29677 \begin_layout Subsection
29678 文字揃え
29679 \begin_inset Index idx
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 ぼっくす@ボックス ! もじそろえ@文字揃え
29684 \end_layout
29685
29686 \end_inset
29687
29688
29689 \end_layout
29690
29691 \begin_layout Standard
29692
29693 \family sans
29694 内部ボックス
29695 \family default
29696 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29697 \end_layout
29698
29699 \begin_layout Description
29700 上 これは例示のための本文行です。
29701 \begin_inset Box Boxed
29702 position "t"
29703 hor_pos "c"
29704 has_inner_box 1
29705 inner_pos "c"
29706 use_parbox 0
29707 use_makebox 0
29708 width "12col%"
29709 special "none"
29710 height "1in"
29711 height_special "totalheight"
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715 \align center
29716 このボックスは上揃えです。
29717 \end_layout
29718
29719 \end_inset
29720
29721 これは例示のための本文行です。
29722 \end_layout
29723
29724 \begin_layout Description
29725 中央 これは例示のための本文行です。
29726 \begin_inset Box Boxed
29727 position "c"
29728 hor_pos "c"
29729 has_inner_box 1
29730 inner_pos "c"
29731 use_parbox 0
29732 use_makebox 0
29733 width "12col%"
29734 special "none"
29735 height "1in"
29736 height_special "totalheight"
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740 \align center
29741 このボックスは中央揃えです。
29742 \end_layout
29743
29744 \end_inset
29745
29746 これは例示のための本文行です。
29747 \end_layout
29748
29749 \begin_layout Description
29750 下 これは例示のための本文行です。
29751 \begin_inset Box Boxed
29752 position "b"
29753 hor_pos "c"
29754 has_inner_box 1
29755 inner_pos "c"
29756 use_parbox 0
29757 use_makebox 0
29758 width "12col%"
29759 special "none"
29760 height "1in"
29761 height_special "totalheight"
29762 status collapsed
29763
29764 \begin_layout Plain Layout
29765 \align center
29766 このボックスは下揃えです。
29767 \end_layout
29768
29769 \end_inset
29770
29771 これは例示のための本文行です。
29772 \end_layout
29773
29774 \begin_layout Standard
29775 \begin_inset Note Greyedout
29776 status open
29777
29778 \begin_layout Plain Layout
29779
29780 \series bold
29781 【註】
29782 \series default
29783 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29784 \end_layout
29785
29786 \end_inset
29787
29788
29789 \end_layout
29790
29791 \begin_layout Standard
29792 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29793 \end_layout
29794
29795 \begin_layout Standard
29796 \begin_inset VSpace bigskip
29797 \end_inset
29798
29799
29800 \family sans
29801 内部ボックス
29802 \family default
29803 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29804 \end_layout
29805
29806 \begin_layout Description
29807 上 これは例示のための本文行です。
29808 \begin_inset Box Boxed
29809 position "c"
29810 hor_pos "c"
29811 has_inner_box 1
29812 inner_pos "t"
29813 use_parbox 0
29814 use_makebox 0
29815 width "12col%"
29816 special "none"
29817 height "1.5in"
29818 height_special "totalheight"
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822 \align center
29823 このボックスの文章は上揃えです。
29824 \end_layout
29825
29826 \end_inset
29827
29828 これは例示のための本文行です。
29829 \end_layout
29830
29831 \begin_layout Description
29832 中央 これは例示のための本文行です。
29833 \begin_inset Box Boxed
29834 position "c"
29835 hor_pos "c"
29836 has_inner_box 1
29837 inner_pos "c"
29838 use_parbox 0
29839 use_makebox 0
29840 width "12col%"
29841 special "none"
29842 height "1.5in"
29843 height_special "totalheight"
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847 \align center
29848 このボックスの文章は中央揃えです。
29849 \end_layout
29850
29851 \end_inset
29852
29853 これは例示のための本文行です。
29854 \end_layout
29855
29856 \begin_layout Description
29857 下 これは例示のための本文行です。
29858 \begin_inset Box Boxed
29859 position "c"
29860 hor_pos "c"
29861 has_inner_box 1
29862 inner_pos "b"
29863 use_parbox 0
29864 use_makebox 0
29865 width "12col%"
29866 special "none"
29867 height "1.5in"
29868 height_special "totalheight"
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 \align center
29873 このボックスの文章は下揃えです。
29874 \end_layout
29875
29876 \end_inset
29877
29878 これは例示のための本文行です。
29879 \end_layout
29880
29881 \begin_layout Description
29882 広げる これは例示のための本文行です。
29883 \begin_inset Box Boxed
29884 position "c"
29885 hor_pos "c"
29886 has_inner_box 1
29887 inner_pos "s"
29888 use_parbox 0
29889 use_makebox 0
29890 width "17col%"
29891 special "none"
29892 height "1.5in"
29893 height_special "totalheight"
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897 \align center
29898 このボックスの
29899 \end_layout
29900
29901 \begin_layout Plain Layout
29902 \align center
29903 文章は広げて
29904 \end_layout
29905
29906 \begin_layout Plain Layout
29907 \align center
29908 あります。
29909 \end_layout
29910
29911 \end_inset
29912
29913 これは例示のための本文行です。
29914 \end_layout
29915
29916 \begin_layout Standard
29917 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29918 \end_layout
29919
29920 \begin_layout Standard
29921 \begin_inset VSpace bigskip
29922 \end_inset
29923
29924
29925 \family sans
29926 内部ボックス
29927 \family default
29928 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29929 \end_layout
29930
29931 \begin_layout Standard
29932 \align center
29933 \begin_inset Box Boxed
29934 position "c"
29935 hor_pos "c"
29936 has_inner_box 1
29937 inner_pos "s"
29938 use_parbox 0
29939 use_makebox 0
29940 width "25col%"
29941 special "none"
29942 height "1.25in"
29943 height_special "totalheight"
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947 \align left
29948 このボックスの
29949 \end_layout
29950
29951 \begin_layout Plain Layout
29952 \align center
29953 文章は広げて
29954 \end_layout
29955
29956 \begin_layout Plain Layout
29957 \align right
29958 あります。
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967
29968 \family sans
29969 内部ボックス
29970 \family default
29971 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29972 \end_layout
29973
29974 \begin_layout Standard
29975 \align center
29976 \begin_inset Box Boxed
29977 position "c"
29978 hor_pos "s"
29979 has_inner_box 0
29980 inner_pos "s"
29981 use_parbox 0
29982 use_makebox 0
29983 width "90col%"
29984 special "none"
29985 height "1.25in"
29986 height_special "totalheight"
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990 このボックスの文章は水平方向に広げてあります。
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \end_layout
29997
29998 \begin_layout Subsection
29999 装飾
30000 \begin_inset CommandInset label
30001 LatexCommand label
30002 name "sec:装飾"
30003
30004 \end_inset
30005
30006
30007 \begin_inset Index idx
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011 ぼっくす@ボックス ! そうしょく@装飾
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \end_layout
30018
30019 \begin_layout Standard
30020 ボックス型は、ボックスダイアログ中の
30021 \family sans
30022 装飾
30023 \family default
30024 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30025 \end_layout
30026
30027 \begin_layout Description
30028 縁なし 枠を描きません。
30029 \end_layout
30030
30031 \begin_layout Description
30032 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30033 \series bold
30034
30035 \backslash
30036 fboxrule
30037 \series default
30038 の値になります。 
30039 \begin_inset Box Boxed
30040 position "c"
30041 hor_pos "c"
30042 has_inner_box 1
30043 inner_pos "c"
30044 use_parbox 0
30045 use_makebox 0
30046 width "20col%"
30047 special "none"
30048 height "1in"
30049 height_special "totalheight"
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053 \align center
30054 長方形の箱型
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Description
30063 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30064 \begin_inset space \thinspace{}
30065 \end_inset
30066
30067 ptです。 
30068 \begin_inset Box ovalbox
30069 position "c"
30070 hor_pos "c"
30071 has_inner_box 1
30072 inner_pos "c"
30073 use_parbox 0
30074 use_makebox 0
30075 width "20col%"
30076 special "none"
30077 height "1in"
30078 height_special "totalheight"
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082 \align center
30083 楕円形の箱型(細線)
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \end_layout
30090
30091 \begin_layout Description
30092 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30093 \begin_inset space \thinspace{}
30094 \end_inset
30095
30096 ptです。 
30097 \begin_inset Box Ovalbox
30098 position "c"
30099 hor_pos "c"
30100 has_inner_box 1
30101 inner_pos "c"
30102 use_parbox 0
30103 use_makebox 0
30104 width "20col%"
30105 special "none"
30106 height "1in"
30107 height_special "totalheight"
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111 \align center
30112 楕円形の箱型(太線)
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Description
30121 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30122 \series bold
30123
30124 \backslash
30125 fboxrule
30126 \series default
30127 の値になり、影の幅は4
30128 \begin_inset space \thinspace{}
30129 \end_inset
30130
30131 ptになります。
30132 \begin_inset Box Shadowbox
30133 position "c"
30134 hor_pos "c"
30135 has_inner_box 1
30136 inner_pos "c"
30137 use_parbox 0
30138 use_makebox 0
30139 width "20col%"
30140 special "none"
30141 height "1in"
30142 height_special "totalheight"
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 \align center
30147 影付きの箱型
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \end_layout
30154
30155 \begin_layout Description
30156 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
30157 \begin_inset Foot
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162 \begin_inset CommandInset ref
30163 LatexCommand ref
30164 reference "sec:色付きボックス"
30165
30166 \end_inset
30167
30168 節を参照のこと。
30169 \end_layout
30170
30171 \end_inset
30172
30173 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
30174 \begin_inset Box Shaded
30175 position "t"
30176 hor_pos "c"
30177 has_inner_box 0
30178 inner_pos "t"
30179 use_parbox 0
30180 use_makebox 0
30181 width "50col%"
30182 special "none"
30183 height "1in"
30184 height_special "totalheight"
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188 影付き背景の箱型
30189 \end_layout
30190
30191 \end_inset
30192
30193
30194 \end_layout
30195
30196 \begin_layout Description
30197 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
30198 \begin_inset space \thinspace{}
30199 \end_inset
30200
30201
30202 \series bold
30203
30204 \backslash
30205 fboxrule
30206 \series default
30207 であり、外側の枠線の太さは1.5
30208 \begin_inset space \thinspace{}
30209 \end_inset
30210
30211
30212 \series bold
30213
30214 \backslash
30215 fboxrule
30216 \series default
30217 です。枠線間の距離は1.5
30218 \begin_inset space \thinspace{}
30219 \end_inset
30220
30221
30222 \series bold
30223
30224 \backslash
30225 fboxrule
30226 \series default
30227
30228 \begin_inset space \thinspace{}
30229 \end_inset
30230
30231 +
30232 \begin_inset space \thinspace{}
30233 \end_inset
30234
30235 0.5
30236 \begin_inset space \thinspace{}
30237 \end_inset
30238
30239 ptです。 
30240 \begin_inset Box Doublebox
30241 position "c"
30242 hor_pos "c"
30243 has_inner_box 1
30244 inner_pos "c"
30245 use_parbox 0
30246 use_makebox 0
30247 width "20col%"
30248 special "none"
30249 height "1in"
30250 height_special "totalheight"
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254 \align center
30255 二重の長方形の箱型
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \begin_layout Standard
30264 \begin_inset VSpace bigskip
30265 \end_inset
30266
30267 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
30268 \series bold
30269 fancybox
30270 \series default
30271
30272 \begin_inset Index idx
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
30277 \end_layout
30278
30279 \end_inset
30280
30281 が導入済みでなくてはなりません。
30282 \end_layout
30283
30284 \begin_layout Standard
30285 \begin_inset VSpace bigskip
30286 \end_inset
30287
30288 装飾として
30289 \family sans
30290 簡素な長方形の箱型
30291 \family default
30292 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
30293 れ、このボックス型では
30294 \series bold
30295
30296 \backslash
30297 fboxrule
30298 \series default
30299
30300 \series bold
30301
30302 \backslash
30303 fboxsep
30304 \series default
30305 は無効となります。枠線の太さは
30306 \series bold
30307
30308 \backslash
30309 FrameRule
30310 \series default
30311 の値になります。 
30312 \begin_inset Box Framed
30313 position "t"
30314 hor_pos "c"
30315 has_inner_box 0
30316 inner_pos "t"
30317 use_parbox 0
30318 use_makebox 0
30319 width "100col%"
30320 special "none"
30321 height "1in"
30322 height_special "totalheight"
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326 改行可能な箱型
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \begin_layout Section
30335 ボックスの詳細な設定
30336 \begin_inset Index idx
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Standard
30349 寸法
30350 \series bold
30351
30352 \backslash
30353 fboxrule
30354 \series default
30355 の既定値は0.4
30356 \begin_inset space \thinspace{}
30357 \end_inset
30358
30359 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30360 \begin_inset space \thinspace{}
30361 \end_inset
30362
30363 ptに変更することができます。
30364 \end_layout
30365
30366 \begin_layout Standard
30367
30368 \series bold
30369
30370 \backslash
30371 setlength{
30372 \backslash
30373 fboxrule}{2pt}
30374 \end_layout
30375
30376 \begin_layout Standard
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382
30383 \backslash
30384 setlength{
30385 \backslash
30386 fboxrule}{2pt}
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \begin_inset Box Boxed
30393 position "c"
30394 hor_pos "c"
30395 has_inner_box 1
30396 inner_pos "c"
30397 use_parbox 0
30398 use_makebox 0
30399 width "25col%"
30400 special "none"
30401 height "1in"
30402 height_special "totalheight"
30403 status open
30404
30405 \begin_layout Plain Layout
30406 \align center
30407
30408 \series bold
30409
30410 \backslash
30411 fboxrule
30412 \series default
30413
30414 \begin_inset space \thinspace{}
30415 \end_inset
30416
30417 =
30418 \begin_inset space \thinspace{}
30419 \end_inset
30420
30421 2
30422 \begin_inset space \thinspace{}
30423 \end_inset
30424
30425 ptの長方形の箱型
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \begin_inset ERT
30432 status collapsed
30433
30434 \begin_layout Plain Layout
30435
30436
30437 \backslash
30438 setlength{
30439 \backslash
30440 fboxrule}{0.4pt}
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \begin_layout Standard
30449 \begin_inset VSpace bigskip
30450 \end_inset
30451
30452 枠とボックスの内容との空白は、すべての枠様式について3
30453 \begin_inset space \thinspace{}
30454 \end_inset
30455
30456 ptが既定値になっています。これは、長さ
30457 \series bold
30458
30459 \backslash
30460 fboxsep
30461 \series default
30462 を別の値に設定することによって変更することができます。たとえば
30463 \end_layout
30464
30465 \begin_layout Standard
30466
30467 \series bold
30468
30469 \backslash
30470 setlength{
30471 \backslash
30472 fboxsep}{10pt}
30473 \end_layout
30474
30475 \begin_layout Standard
30476 というコマンドは、この値を10
30477 \begin_inset space \thinspace{}
30478 \end_inset
30479
30480 ptにし、以下のボックスのようになります。
30481 \end_layout
30482
30483 \begin_layout Standard
30484 \begin_inset ERT
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488
30489
30490 \backslash
30491 setlength{
30492 \backslash
30493 fboxsep}{10pt}
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \begin_inset Box Boxed
30500 position "c"
30501 hor_pos "c"
30502 has_inner_box 1
30503 inner_pos "c"
30504 use_parbox 0
30505 use_makebox 0
30506 width "25col%"
30507 special "none"
30508 height "1in"
30509 height_special "totalheight"
30510 status open
30511
30512 \begin_layout Plain Layout
30513 \align center
30514
30515 \series bold
30516
30517 \backslash
30518 fboxsep
30519 \series default
30520
30521 \begin_inset space \thinspace{}
30522 \end_inset
30523
30524 =
30525 \begin_inset space \thinspace{}
30526 \end_inset
30527
30528 10
30529 \begin_inset space \thinspace{}
30530 \end_inset
30531
30532 ptの長方形の箱型
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \begin_inset ERT
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542
30543
30544 \backslash
30545 setlength{
30546 \backslash
30547 fboxsep}{3pt}
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \end_layout
30554
30555 \begin_layout Standard
30556 \begin_inset VSpace bigskip
30557 \end_inset
30558
30559 楕円形ボックスの丸い角の直径は、コマンド
30560 \series bold
30561
30562 \backslash
30563 cornersize
30564 \series default
30565 で設定することができます。
30566 \end_layout
30567
30568 \begin_layout Standard
30569
30570 \series bold
30571
30572 \backslash
30573 cornersize*{1cm}
30574 \end_layout
30575
30576 \begin_layout Standard
30577 というコマンドは、直径を1
30578 \begin_inset space \thinspace{}
30579 \end_inset
30580
30581 cmに設定します。
30582 \end_layout
30583
30584 \begin_layout Standard
30585
30586 \series bold
30587
30588 \backslash
30589 cornersize{数値}
30590 \end_layout
30591
30592 \begin_layout Standard
30593 というコマンドは、直径を
30594 \family sans
30595 数値
30596 \begin_inset space \thinspace{}
30597 \end_inset
30598
30599
30600 \family default
30601
30602 \begin_inset Formula $\times$
30603 \end_inset
30604
30605
30606 \family sans
30607
30608 \begin_inset space \thinspace{}
30609 \end_inset
30610
30611 (ボックスの幅と高さの小さい方)
30612 \family default
30613 に設定します。既定値は
30614 \series bold
30615
30616 \backslash
30617 cornersize{0.5}
30618 \series default
30619 です。
30620 \end_layout
30621
30622 \begin_layout Standard
30623 \begin_inset ERT
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627
30628
30629 \backslash
30630 cornersize*{1.5cm}
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \begin_inset Box Ovalbox
30637 position "c"
30638 hor_pos "c"
30639 has_inner_box 1
30640 inner_pos "c"
30641 use_parbox 0
30642 use_makebox 0
30643 width "25col%"
30644 special "none"
30645 height "1in"
30646 height_special "totalheight"
30647 status open
30648
30649 \begin_layout Plain Layout
30650 \align center
30651
30652 \series bold
30653
30654 \backslash
30655 cornersize
30656 \series default
30657
30658 \begin_inset space \thinspace{}
30659 \end_inset
30660
30661 =
30662 \begin_inset space \thinspace{}
30663 \end_inset
30664
30665 1.5
30666 \begin_inset space \thinspace{}
30667 \end_inset
30668
30669 cmの楕円形の箱型
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \begin_inset ERT
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679
30680
30681 \backslash
30682 cornersize{0.5}
30683 \end_layout
30684
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Standard
30691 \begin_inset VSpace bigskip
30692 \end_inset
30693
30694 影の大きさは、長さ
30695 \series bold
30696
30697 \backslash
30698 shadowsize
30699 \series default
30700 を変更することで調整できます。以下のボックスでは
30701 \end_layout
30702
30703 \begin_layout Standard
30704
30705 \series bold
30706
30707 \backslash
30708 setlength{
30709 \backslash
30710 shadowsize}{2pt}
30711 \end_layout
30712
30713 \begin_layout Standard
30714 というコマンドを使って、2
30715 \begin_inset space \thinspace{}
30716 \end_inset
30717
30718 ptに設定しています。
30719 \end_layout
30720
30721 \begin_layout Standard
30722 \begin_inset ERT
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726
30727
30728 \backslash
30729 setlength{
30730 \backslash
30731 shadowsize}{2pt}
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \begin_inset Box Shadowbox
30738 position "c"
30739 hor_pos "c"
30740 has_inner_box 1
30741 inner_pos "c"
30742 use_parbox 0
30743 use_makebox 0
30744 width "25col%"
30745 special "none"
30746 height "1in"
30747 height_special "totalheight"
30748 status open
30749
30750 \begin_layout Plain Layout
30751 \align center
30752
30753 \series bold
30754
30755 \backslash
30756 shadowsize
30757 \series default
30758
30759 \begin_inset space \thinspace{}
30760 \end_inset
30761
30762 =
30763 \begin_inset space \thinspace{}
30764 \end_inset
30765
30766 2
30767 \begin_inset space \thinspace{}
30768 \end_inset
30769
30770 ptの影付きボックス
30771 \end_layout
30772
30773 \end_inset
30774
30775
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781
30782 \backslash
30783 setlength{
30784 \backslash
30785 shadowsize}{4pt}
30786 \end_layout
30787
30788 \end_inset
30789
30790
30791 \end_layout
30792
30793 \begin_layout Standard
30794 \begin_inset VSpace bigskip
30795 \end_inset
30796
30797
30798 \end_layout
30799
30800 \begin_layout Standard
30801 寸法
30802 \series bold
30803
30804 \backslash
30805 FrameRule
30806 \series default
30807 の既定値は0.4
30808 \begin_inset space \thinspace{}
30809 \end_inset
30810
30811 ptです。ボックスの中身と枠の間の空白の既定値は9
30812 \begin_inset space \thinspace{}
30813 \end_inset
30814
30815 ptですが、
30816 \series bold
30817
30818 \backslash
30819 FrameSep
30820 \series default
30821 の値を変えることで変更することができます。たとえば、下記の
30822 \family sans
30823 ボックス
30824 \family default
30825 の枠の外見は、
30826 \end_layout
30827
30828 \begin_layout Standard
30829
30830 \series bold
30831
30832 \backslash
30833 setlength{
30834 \backslash
30835 FrameRule}{5pt}
30836 \begin_inset Newline newline
30837 \end_inset
30838
30839
30840 \backslash
30841 setlength{
30842 \backslash
30843 FrameSep}{0.5cm}
30844 \end_layout
30845
30846 \begin_layout Standard
30847 というTeXコードコマンドで設定してあります。
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853
30854 \backslash
30855 setlength{
30856 \backslash
30857 FrameRule}{5pt}
30858 \end_layout
30859
30860 \begin_layout Plain Layout
30861
30862
30863 \backslash
30864 setlength{
30865 \backslash
30866 FrameSep}{0.5cm}
30867 \end_layout
30868
30869 \end_inset
30870
30871
30872 \begin_inset Box Framed
30873 position "t"
30874 hor_pos "c"
30875 has_inner_box 0
30876 inner_pos "t"
30877 use_parbox 0
30878 use_makebox 0
30879 width "100col%"
30880 special "none"
30881 height "1in"
30882 height_special "totalheight"
30883 status open
30884
30885 \begin_layout Plain Layout
30886 これは
30887 \family sans
30888 改頁可能
30889 \family default
30890 ボックスの文章です。
30891 \end_layout
30892
30893 \end_inset
30894
30895
30896 \begin_inset ERT
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900
30901
30902 \backslash
30903 setlength{
30904 \backslash
30905 FrameRule}{0.4pt}
30906 \end_layout
30907
30908 \begin_layout Plain Layout
30909
30910
30911 \backslash
30912 setlength{
30913 \backslash
30914 FrameSep}{9pt}
30915 \end_layout
30916
30917 \end_inset
30918
30919
30920 \end_layout
30921
30922 \begin_layout Standard
30923 \begin_inset VSpace bigskip
30924 \end_inset
30925
30926
30927 \end_layout
30928
30929 \begin_layout Standard
30930
30931 \family sans
30932 影付き背景
30933 \family default
30934 ボックスでは、ボックスの内容と枠の余白の既定値は3
30935 \begin_inset space \thinspace{}
30936 \end_inset
30937
30938 ptになっていますが、
30939 \series bold
30940
30941 \backslash
30942 fboxsep
30943 \series default
30944 の値を変更することで変えられます。既定の背景色である赤色は、
30945 \series bold
30946
30947 \backslash
30948 definecolor{shadebox}
30949 \series default
30950 コマンドで局所的に変更することもできますし、
30951 \family sans
30952 ツール\SpecialChar \menuseparator
30953 設定\SpecialChar \menuseparator
30954 色\SpecialChar \menuseparator
30955 影付きボックス
30956 \family default
30957 メニューからグローバルに変更することもできます。
30958 \series bold
30959
30960 \backslash
30961 definecolor
30962 \series default
30963 コマンドの用法は第
30964 \begin_inset CommandInset ref
30965 LatexCommand ref
30966 reference "sec:色付きの表"
30967
30968 \end_inset
30969
30970
30971 \begin_inset Foot
30972 status open
30973
30974 \begin_layout Plain Layout
30975 N
30976 \series bold
30977
30978 \backslash
30979 definecolor
30980 \series default
30981 は、LaTeXパッケージの
30982 \series bold
30983 color
30984 \series default
30985 をプリアンブルに読み込む必要があります。第
30986 \begin_inset CommandInset ref
30987 LatexCommand ref
30988 reference "sec:色付きボックス"
30989
30990 \end_inset
30991
30992 節をご参照ください。.
30993 \end_layout
30994
30995 \end_inset
30996
30997 で説明されています。
30998 \end_layout
30999
31000 \begin_layout Standard
31001 たとえば、下記の影付き背景ボックスの外見は
31002 \end_layout
31003
31004 \begin_layout Standard
31005
31006 \series bold
31007
31008 \backslash
31009 setlength{
31010 \backslash
31011 fboxsep}{0.5cm}
31012 \series default
31013
31014 \begin_inset Newline newline
31015 \end_inset
31016
31017
31018 \series bold
31019
31020 \backslash
31021 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31022 \end_layout
31023
31024 \begin_layout Standard
31025 というTeXコードコマンドを使って設定してあります。
31026 \end_layout
31027
31028 \begin_layout Standard
31029 \begin_inset ERT
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033
31034
31035 \backslash
31036 setlength{
31037 \backslash
31038 fboxsep}{0.5cm}
31039 \end_layout
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \begin_inset Box Shaded
31052 position "t"
31053 hor_pos "c"
31054 has_inner_box 0
31055 inner_pos "t"
31056 use_parbox 0
31057 use_makebox 0
31058 width "100col%"
31059 special "none"
31060 height "1in"
31061 height_special "totalheight"
31062 status open
31063
31064 \begin_layout Plain Layout
31065
31066 \color yellow
31067 これは、濃緑色の背景の
31068 \family sans
31069 影付き背景
31070 \family default
31071 ボックスに入れた黄色の文章です。
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082
31083 \backslash
31084 setlength{
31085 \backslash
31086 fboxsep}{3pt}
31087 \end_layout
31088
31089 \begin_layout Plain Layout
31090
31091
31092 \backslash
31093 definecolor{shadecolor}{rgb}{1,0,0}
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \end_layout
31100
31101 \begin_layout Standard
31102 \begin_inset VSpace bigskip
31103 \end_inset
31104
31105 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31106 \end_layout
31107
31108 \begin_layout Section
31109 ミニページ
31110 \begin_inset CommandInset label
31111 LatexCommand label
31112 name "sec:ミニページ"
31113
31114 \end_inset
31115
31116
31117 \begin_inset Index idx
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121 ぼっくす@ボックス ! みにぺーじ@ミニページ
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Standard
31130 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31131 \end_layout
31132
31133 \begin_layout Standard
31134 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31135 \end_layout
31136
31137 \begin_layout Standard
31138 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31139 \family sans
31140 挿入
31141 \family default
31142 \SpecialChar \menuseparator
31143
31144 \family sans
31145 整形
31146 \family default
31147 \SpecialChar \menuseparator
31148
31149 \family sans
31150 水平方向の空白
31151 \family default
31152 メニューで挿入した水平フィルで隔てられています。
31153 \begin_inset Newpage newpage
31154 \end_inset
31155
31156
31157 \end_layout
31158
31159 \begin_layout Standard
31160 \begin_inset Box Frameless
31161 position "t"
31162 hor_pos "c"
31163 has_inner_box 1
31164 inner_pos "c"
31165 use_parbox 0
31166 use_makebox 0
31167 width "45col%"
31168 special "none"
31169 height "1in"
31170 height_special "totalheight"
31171 status open
31172
31173 \begin_layout Plain Layout
31174 Dies ist ein deutscher Text.
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 \begin_inset Foot
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191 Dies ist eine deutsche Fußnote.
31192 \end_layout
31193
31194 \end_inset
31195
31196 .
31197  Dies ist ein deutscher Text.
31198  Dies ist ein deutscher Text.
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \begin_inset space \hfill{}
31205 \end_inset
31206
31207
31208 \begin_inset Box Frameless
31209 position "t"
31210 hor_pos "c"
31211 has_inner_box 1
31212 inner_pos "c"
31213 use_parbox 0
31214 use_makebox 0
31215 width "45col%"
31216 special "none"
31217 height "1in"
31218 height_special "totalheight"
31219 status open
31220
31221 \begin_layout Plain Layout
31222 This is an English Text.
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 \begin_inset Foot
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242 This is an English footnote.
31243 \end_layout
31244
31245 \end_inset
31246
31247  This is an English Text.
31248 \end_layout
31249
31250 \end_inset
31251
31252
31253 \end_layout
31254
31255 \begin_layout Standard
31256 \begin_inset VSpace bigskip
31257 \end_inset
31258
31259 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31260 \family sans
31261 中スキップ
31262 \family default
31263 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31264 \end_layout
31265
31266 \begin_layout Standard
31267 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31268 \begin_inset CommandInset ref
31269 LatexCommand ref
31270 reference "sub:段落の着色"
31271
31272 \end_inset
31273
31274 節をご参照ください。
31275 \end_layout
31276
31277 \begin_layout Standard
31278 \begin_inset Note Greyedout
31279 status open
31280
31281 \begin_layout Plain Layout
31282
31283 \series bold
31284 【註】
31285 \series default
31286 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Section
31295 Parbox
31296 \begin_inset CommandInset label
31297 LatexCommand label
31298 name "sec:Parboxes"
31299
31300 \end_inset
31301
31302
31303 \begin_inset Index idx
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307 ぼっくす@ボックス ! Parboxes
31308 \end_layout
31309
31310 \end_inset
31311
31312
31313 \end_layout
31314
31315 \begin_layout Standard
31316 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31317 \end_layout
31318
31319 \begin_layout Standard
31320 \align center
31321 \begin_inset Box Frameless
31322 position "t"
31323 hor_pos "c"
31324 has_inner_box 1
31325 inner_pos "t"
31326 use_parbox 1
31327 use_makebox 0
31328 width "33col%"
31329 special "none"
31330 height "1in"
31331 height_special "totalheight"
31332 status open
31333
31334 \begin_layout Plain Layout
31335 これはparbox内の文章です。これはparbox内の文章です。
31336 \end_layout
31337
31338 \begin_layout Plain Layout
31339 右の脚注は表示されません。
31340 \begin_inset Foot
31341 status collapsed
31342
31343 \begin_layout Plain Layout
31344 これはparbox内の脚注であり、したがって表示はされません。
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \end_layout
31356
31357 \begin_layout Section
31358 単語や文字のボックス
31359 \begin_inset Index idx
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363 ぼっくす@ボックス ! もじよう@文字用
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \end_layout
31370
31371 \begin_layout Subsection
31372 ハイフネーションの回避
31373 \begin_inset CommandInset label
31374 LatexCommand label
31375 name "sec:ハイフネーションの回避"
31376
31377 \end_inset
31378
31379
31380 \begin_inset Index idx
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \end_layout
31391
31392 \begin_layout Standard
31393 単語や文章がハイフネートされるのを防ぐには、
31394 \family sans
31395 makebox
31396 \family default
31397 型ボックスを使うことができます。
31398 \begin_inset Newline newline
31399 \end_inset
31400
31401 以下が例示用の文章です。
31402 \end_layout
31403
31404 \begin_layout Standard
31405 This line is an example to show how you can prevent the hyphenation of 
31406 \begin_inset Quotes eld
31407 \end_inset
31408
31409 veryverylongword
31410 \begin_inset Quotes erd
31411 \end_inset
31412
31413 .
31414 \end_layout
31415
31416 \begin_layout Standard
31417 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31418 \family sans
31419 内部ボックス
31420 \family default
31421
31422 \family sans
31423 makeboxコマンド
31424 \family default
31425 に設定し、幅を1幅にします。
31426 \end_layout
31427
31428 \begin_layout Standard
31429 以下がその結果です。
31430 \end_layout
31431
31432 \begin_layout Standard
31433 This line is an example to show how you can prevent the hyphenation of 
31434 \begin_inset Box Frameless
31435 position "t"
31436 hor_pos "c"
31437 has_inner_box 1
31438 inner_pos "t"
31439 use_parbox 0
31440 use_makebox 1
31441 width "1in"
31442 special "width"
31443 height "1in"
31444 height_special "totalheight"
31445 status open
31446
31447 \begin_layout Plain Layout
31448 \begin_inset Quotes eld
31449 \end_inset
31450
31451 veryverylongword
31452 \begin_inset Quotes erd
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \end_inset
31459
31460 .
31461 \end_layout
31462
31463 \begin_layout Standard
31464 別の方法としては、以下のように、単語の前に直接TeXコードで「
31465 \series bold
31466
31467 \backslash
31468 -
31469 \series default
31470 」コマンドを設定する方法もあります。
31471 \end_layout
31472
31473 \begin_layout Standard
31474 This line is an example to show how you can prevent the hyphenation of 
31475 \begin_inset Quotes eld
31476 \end_inset
31477
31478
31479 \begin_inset ERT
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483
31484
31485 \backslash
31486 -
31487 \end_layout
31488
31489 \end_inset
31490
31491 veryverylongword
31492 \begin_inset Quotes erd
31493 \end_inset
31494
31495 .
31496 \end_layout
31497
31498 \begin_layout Standard
31499 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31500 \family sans
31501 挿入
31502 \family default
31503 \SpecialChar \menuseparator
31504
31505 \family sans
31506 整形
31507 \family default
31508 \SpecialChar \menuseparator
31509
31510 \family sans
31511 整形なし改行
31512 \family default
31513 メニュー(
31514 \begin_inset Flex Ruby
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518 捷径
31519 \begin_inset Argument post:1
31520 status collapsed
31521
31522 \begin_layout Plain Layout
31523 ショートカット
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \begin_inset Info
31535 type  "shortcut"
31536 arg   "newline-insert newline"
31537 \end_inset
31538
31539 )から改行を単語の前に入れてください。
31540 \end_layout
31541
31542 \begin_layout Standard
31543 This line is an example to show how you can prevent the hyphenation of 
31544 \begin_inset Newline newline
31545 \end_inset
31546
31547
31548 \begin_inset Box Frameless
31549 position "t"
31550 hor_pos "c"
31551 has_inner_box 1
31552 inner_pos "t"
31553 use_parbox 0
31554 use_makebox 1
31555 width "1in"
31556 special "width"
31557 height "1in"
31558 height_special "totalheight"
31559 status open
31560
31561 \begin_layout Plain Layout
31562 \begin_inset Quotes eld
31563 \end_inset
31564
31565 veryverylongword
31566 \begin_inset Quotes erd
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \end_inset
31573
31574 .
31575 \end_layout
31576
31577 \begin_layout Subsection
31578 垂直揃え
31579 \begin_inset CommandInset label
31580 LatexCommand label
31581 name "sub:垂直揃え"
31582
31583 \end_inset
31584
31585
31586 \begin_inset Index idx
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \begin_inset Index idx
31597 status collapsed
31598
31599 \begin_layout Plain Layout
31600 ぼっくす@ボックス ! Raiseboxes
31601 \end_layout
31602
31603 \end_inset
31604
31605
31606 \end_layout
31607
31608 \begin_layout Standard
31609
31610 \series bold
31611
31612 \backslash
31613 raisebox
31614 \series default
31615 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31616 \series bold
31617
31618 \backslash
31619 raisebox
31620 \series default
31621 は以下の書式で使用します。
31622 \end_layout
31623
31624 \begin_layout Standard
31625
31626 \series bold
31627
31628 \backslash
31629 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31630 \end_layout
31631
31632 \begin_layout Standard
31633 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31634 \end_layout
31635
31636 \begin_layout Standard
31637 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31638 \end_layout
31639
31640 \begin_layout Standard
31641
31642 \series bold
31643
31644 \backslash
31645 raisebox{
31646 \backslash
31647 depth}{
31648 \end_layout
31649
31650 \begin_layout Standard
31651 というコマンドを挿入してください。単語の後には、閉じ括弧「
31652 \series bold
31653 }
31654 \series default
31655 」をTeXコードで挿入してください。
31656 \begin_inset Newline newline
31657 \end_inset
31658
31659 以下がその出力です。
31660 \end_layout
31661
31662 \begin_layout Standard
31663 This is a text line with the word 
31664 \begin_inset ERT
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668
31669
31670 \backslash
31671 raisebox{
31672 \backslash
31673 depth}{
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \begin_inset Quotes eld
31680 \end_inset
31681
31682 preventing
31683 \begin_inset Quotes erd
31684 \end_inset
31685
31686
31687 \begin_inset ERT
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691
31692 }
31693 \end_layout
31694
31695 \end_inset
31696
31697  as raised word.
31698 \end_layout
31699
31700 \begin_layout Standard
31701 \begin_inset VSpace bigskip
31702 \end_inset
31703
31704 行中の文字を上げ下げすると、以下のように行間が広がります。
31705 \end_layout
31706
31707 \begin_layout Standard
31708 This is a text line with the word 
31709 \begin_inset ERT
31710 status collapsed
31711
31712 \begin_layout Plain Layout
31713
31714
31715 \backslash
31716 raisebox{-
31717 \backslash
31718 depth}{
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \begin_inset Quotes eld
31725 \end_inset
31726
31727 preventing
31728 \begin_inset Quotes erd
31729 \end_inset
31730
31731
31732 \begin_inset ERT
31733 status collapsed
31734
31735 \begin_layout Plain Layout
31736
31737 }
31738 \end_layout
31739
31740 \end_inset
31741
31742  as lowered word.
31743 \begin_inset Newline newline
31744 \end_inset
31745
31746 This is a text line with the word 
31747 \begin_inset ERT
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751
31752
31753 \backslash
31754 raisebox{0.5cm}{
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \begin_inset Quotes eld
31761 \end_inset
31762
31763 testing
31764 \begin_inset Quotes erd
31765 \end_inset
31766
31767
31768 \begin_inset ERT
31769 status collapsed
31770
31771 \begin_layout Plain Layout
31772
31773 }
31774 \end_layout
31775
31776 \end_inset
31777
31778  as raised word.
31779 \end_layout
31780
31781 \begin_layout Standard
31782 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31783 \end_layout
31784
31785 \begin_layout Standard
31786
31787 \series bold
31788
31789 \backslash
31790 raisebox{-
31791 \backslash
31792 depth}[0pt]{
31793 \end_layout
31794
31795 \begin_layout Standard
31796 とすると、
31797 \end_layout
31798
31799 \begin_layout Standard
31800 This is a text line with the word 
31801 \begin_inset ERT
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805
31806
31807 \backslash
31808 raisebox{-
31809 \backslash
31810 depth}[0pt]{
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \begin_inset Quotes eld
31817 \end_inset
31818
31819 preventing
31820 \begin_inset Quotes erd
31821 \end_inset
31822
31823
31824 \begin_inset ERT
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828
31829 }
31830 \end_layout
31831
31832 \end_inset
31833
31834  as lowered word.
31835 \begin_inset Newline newline
31836 \end_inset
31837
31838 This is a text line with the word 
31839 \begin_inset ERT
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843
31844
31845 \backslash
31846 raisebox{0.5cm}[0pt]{
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \begin_inset Quotes eld
31853 \end_inset
31854
31855 testing
31856 \begin_inset Quotes erd
31857 \end_inset
31858
31859
31860 \begin_inset ERT
31861 status collapsed
31862
31863 \begin_layout Plain Layout
31864
31865 }
31866 \end_layout
31867
31868 \end_inset
31869
31870  as raised word.
31871 \end_layout
31872
31873 \begin_layout Section
31874 色付きボックス
31875 \begin_inset CommandInset label
31876 LatexCommand label
31877 name "sec:色付きボックス"
31878
31879 \end_inset
31880
31881
31882 \begin_inset Index idx
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886 ぼっくす@ボックス ! いろつき@色付き
31887 \end_layout
31888
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \begin_layout Subsection
31895 文字の着色
31896 \begin_inset Index idx
31897 status collapsed
31898
31899 \begin_layout Plain Layout
31900 いろ@色 ! もじの@文字の---
31901 \end_layout
31902
31903 \end_inset
31904
31905
31906 \end_layout
31907
31908 \begin_layout Standard
31909 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31910 \series bold
31911 color
31912 \series default
31913
31914 \begin_inset Index idx
31915 status collapsed
31916
31917 \begin_layout Plain Layout
31918 LaTeXぱっけーじ@LaTeXパッケージ ! color
31919 \end_layout
31920
31921 \end_inset
31922
31923 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31924 \end_layout
31925
31926 \begin_layout Standard
31927
31928 \series bold
31929
31930 \backslash
31931 @ifundefined{textcolor}
31932 \begin_inset Newline newline
31933 \end_inset
31934
31935
31936 \begin_inset Phantom HPhantom
31937 status open
31938
31939 \begin_layout Plain Layout
31940
31941 \series bold
31942 \begin_inset space ~
31943 \end_inset
31944
31945
31946 \end_layout
31947
31948 \end_inset
31949
31950 {
31951 \backslash
31952 usepackage{color}}{}
31953 \end_layout
31954
31955 \begin_layout Standard
31956
31957 \series bold
31958 color
31959 \series default
31960 パッケージは、文章を着色するとLyXが自動的に読み込みます
31961 \begin_inset Foot
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965 これが二度読み込まれることを回避するには、
31966 \series bold
31967
31968 \backslash
31969 @ifundefined
31970 \series default
31971 コマンドを使用します。
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Standard
31980 \begin_inset VSpace medskip
31981 \end_inset
31982
31983 色付きボックスは、
31984 \series bold
31985
31986 \backslash
31987 colorbox
31988 \series default
31989 コマンドを使って作ります。これは、以下のような書式で使われます。
31990 \end_layout
31991
31992 \begin_layout Standard
31993
31994 \series bold
31995
31996 \backslash
31997 colorbox{color}{ボックスの内容}
31998 \end_layout
31999
32000 \begin_layout Standard
32001 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
32002 \end_layout
32003
32004 \begin_layout Standard
32005 事前定義されている色には、
32006 \begin_inset Newline newline
32007 \end_inset
32008
32009
32010 \family sans
32011
32012 \family default
32013
32014 \family sans
32015
32016 \family default
32017
32018 \family sans
32019 シアン
32020 \family default
32021
32022 \family sans
32023
32024 \family default
32025
32026 \family sans
32027 マゼンタ
32028 \family default
32029
32030 \family sans
32031
32032 \family default
32033
32034 \family sans
32035
32036 \family default
32037
32038 \family sans
32039
32040 \family default
32041
32042 \begin_inset Newline newline
32043 \end_inset
32044
32045 があります。第
32046 \begin_inset CommandInset ref
32047 LatexCommand ref
32048 reference "sec:色付きの表"
32049
32050 \end_inset
32051
32052 節に述べられているようにすれば、自前の色を定義することもできます。
32053 \end_layout
32054
32055 \begin_layout Standard
32056 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32057 \end_layout
32058
32059 \begin_layout Standard
32060
32061 \series bold
32062
32063 \backslash
32064 colorbox{red}{
32065 \end_layout
32066
32067 \begin_layout Standard
32068 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32069 \series bold
32070 }
32071 \series default
32072 」を入れてください。
32073 \begin_inset Newline newline
32074 \end_inset
32075
32076 以下がその結果です。
32077 \end_layout
32078
32079 \begin_layout Standard
32080 この行では、
32081 \begin_inset ERT
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085
32086
32087 \backslash
32088 colorbox{red}{
32089 \end_layout
32090
32091 \end_inset
32092
32093 「注意!」
32094 \begin_inset ERT
32095 status collapsed
32096
32097 \begin_layout Plain Layout
32098
32099 }
32100 \end_layout
32101
32102 \end_inset
32103
32104 という単語が赤い背景になっています。
32105 \end_layout
32106
32107 \begin_layout Standard
32108 \begin_inset VSpace bigskip
32109 \end_inset
32110
32111 ボックスの枠を別の色にしたい場合には、以下の書式で
32112 \series bold
32113
32114 \backslash
32115 fcolorbox
32116 \series default
32117 コマンドを使います。
32118 \end_layout
32119
32120 \begin_layout Standard
32121
32122 \series bold
32123
32124 \backslash
32125 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32126 \end_layout
32127
32128 \begin_layout Standard
32129
32130 \series bold
32131
32132 \backslash
32133 fcolorbox
32134 \series default
32135
32136 \series bold
32137
32138 \backslash
32139 colorbox
32140 \series default
32141 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32142 \begin_inset CommandInset ref
32143 LatexCommand ref
32144 reference "sec:装飾"
32145
32146 \end_inset
32147
32148 節で述べられているように、それぞれ
32149 \series bold
32150
32151 \backslash
32152 fboxrule
32153 \series default
32154
32155 \series bold
32156
32157 \backslash
32158 fboxsep
32159 \series default
32160 という長さで調節できます。
32161 \end_layout
32162
32163 \begin_layout Standard
32164 以下の例では、
32165 \end_layout
32166
32167 \begin_layout Standard
32168
32169 \series bold
32170
32171 \backslash
32172 fcolorbox{cyan}{magenta}{
32173 \end_layout
32174
32175 \begin_layout Standard
32176 というコマンドを使用しています。
32177 \end_layout
32178
32179 \begin_layout Standard
32180 これは、枠の太さを1
32181 \begin_inset space \thinspace{}
32182 \end_inset
32183
32184 mmに設定した例です。
32185 \begin_inset Newline newline
32186 \end_inset
32187
32188
32189 \begin_inset ERT
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193
32194
32195 \backslash
32196 fboxrule 1mm 
32197 \backslash
32198 fboxsep 1mm
32199 \end_layout
32200
32201 \end_inset
32202
32203
32204 \begin_inset ERT
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208
32209
32210 \backslash
32211 fcolorbox{cyan}{magenta}{
32212 \end_layout
32213
32214 \end_inset
32215
32216 これは着色した色付きボックス中の文章です。
32217 \begin_inset ERT
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221
32222 }
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset VSpace bigskip
32232 \end_inset
32233
32234 もちろん、色付きボックスの中に色付き文字を入れることもできます
32235 \begin_inset Newline newline
32236 \end_inset
32237
32238
32239 \begin_inset ERT
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243
32244
32245 \backslash
32246 fcolorbox{cyan}{magenta}{
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \color yellow
32253 これは着色した色付きボックス中の色付き文章です。
32254 \color inherit
32255
32256 \begin_inset ERT
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260
32261 }
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \begin_inset ERT
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271
32272
32273 \backslash
32274 fboxrule 0.4pt 
32275 \backslash
32276 fboxsep 3pt
32277 \end_layout
32278
32279 \end_inset
32280
32281
32282 \end_layout
32283
32284 \begin_layout Standard
32285
32286 \series bold
32287 \begin_inset VSpace medskip
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \begin_layout Standard
32294 \begin_inset Note Greyedout
32295 status open
32296
32297 \begin_layout Plain Layout
32298
32299 \series bold
32300 【註】
32301 \series default
32302 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32303 \end_layout
32304
32305 \end_inset
32306
32307
32308 \end_layout
32309
32310 \begin_layout Subsection
32311 段落の着色
32312 \begin_inset CommandInset label
32313 LatexCommand label
32314 name "sub:段落の着色"
32315
32316 \end_inset
32317
32318
32319 \begin_inset Index idx
32320 status collapsed
32321
32322 \begin_layout Plain Layout
32323 いろ@色 ! だんらく@段落---
32324 \end_layout
32325
32326 \end_inset
32327
32328
32329 \end_layout
32330
32331 \begin_layout Standard
32332 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32333 \series bold
32334
32335 \backslash
32336 colorbox
32337 \series default
32338 コマンドを
32339 \end_layout
32340
32341 \begin_layout Standard
32342
32343 \series bold
32344
32345 \backslash
32346 colorbox{色名}{
32347 \end_layout
32348
32349 \begin_layout Standard
32350 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32351 \series bold
32352 }
32353 \series default
32354 」を挿入してください。
32355 \end_layout
32356
32357 \begin_layout Standard
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 colorbox{lightgrey}{
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \begin_inset Box Frameless
32372 position "t"
32373 hor_pos "c"
32374 has_inner_box 1
32375 inner_pos "t"
32376 use_parbox 0
32377 use_makebox 0
32378 width "100col%"
32379 special "none"
32380 height "1in"
32381 height_special "totalheight"
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385 これは背景色を付けた文章です。これは背景色を付けた文章です。
32386 \end_layout
32387
32388 \begin_layout Plain Layout
32389 \begin_inset VSpace defskip
32390 \end_inset
32391
32392 ここの文章には脚注
32393 \begin_inset Foot
32394 status collapsed
32395
32396 \begin_layout Plain Layout
32397 脚注の例
32398 \end_layout
32399
32400 \end_inset
32401
32402 を付けることもできますし、図表を挿入することもできます。
32403 \end_layout
32404
32405 \begin_layout Plain Layout
32406 \align center
32407 \begin_inset Tabular
32408 <lyxtabular version="3" rows="3" columns="3">
32409 <features rotate="0" tabularvalignment="middle">
32410 <column alignment="center" valignment="top">
32411 <column alignment="center" valignment="top">
32412 <column alignment="center" valignment="top">
32413 <row>
32414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32415 \begin_inset Text
32416
32417 \begin_layout Plain Layout
32418 a
32419 \end_layout
32420
32421 \end_inset
32422 </cell>
32423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32424 \begin_inset Text
32425
32426 \begin_layout Plain Layout
32427 !
32428 \end_layout
32429
32430 \end_inset
32431 </cell>
32432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32433 \begin_inset Text
32434
32435 \begin_layout Plain Layout
32436 3
32437 \end_layout
32438
32439 \end_inset
32440 </cell>
32441 </row>
32442 <row>
32443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32444 \begin_inset Text
32445
32446 \begin_layout Plain Layout
32447 <
32448 \end_layout
32449
32450 \end_inset
32451 </cell>
32452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32453 \begin_inset Text
32454
32455 \begin_layout Plain Layout
32456 b2
32457 \begin_inset Quotes erd
32458 \end_inset
32459
32460 |
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 >
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 </row>
32475 <row>
32476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32477 \begin_inset Text
32478
32479 \begin_layout Plain Layout
32480 1
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32486 \begin_inset Text
32487
32488 \begin_layout Plain Layout
32489 §
32490 \end_layout
32491
32492 \end_inset
32493 </cell>
32494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498 c
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 </row>
32504 </lyxtabular>
32505
32506 \end_inset
32507
32508
32509 \end_layout
32510
32511 \end_inset
32512
32513
32514 \begin_inset ERT
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518
32519 }
32520 \end_layout
32521
32522 \end_inset
32523
32524
32525 \end_layout
32526
32527 \begin_layout Section
32528 ボックスの伸縮回転
32529 \end_layout
32530
32531 \begin_layout Standard
32532 本節で述べられているコマンドを使用するには、文書プリアンブルで
32533 \end_layout
32534
32535 \begin_layout Standard
32536
32537 \series bold
32538
32539 \backslash
32540 @ifundefined{rotatebox}
32541 \begin_inset Newline newline
32542 \end_inset
32543
32544
32545 \begin_inset Phantom HPhantom
32546 status open
32547
32548 \begin_layout Plain Layout
32549
32550 \series bold
32551 \begin_inset space ~
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \end_inset
32558
32559 {
32560 \backslash
32561 usepackage{graphicx}}{}
32562 \end_layout
32563
32564 \begin_layout Standard
32565 というコマンドを使用して、
32566 \series bold
32567 graphicx
32568 \series default
32569
32570 \begin_inset Index idx
32571 status collapsed
32572
32573 \begin_layout Plain Layout
32574 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32575 \end_layout
32576
32577 \end_inset
32578
32579 LaTeXパッケージを読み込む必要があります。
32580 \end_layout
32581
32582 \begin_layout Standard
32583 \begin_inset Note Greyedout
32584 status open
32585
32586 \begin_layout Plain Layout
32587
32588 \series bold
32589 【註】
32590 \series default
32591 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \end_layout
32598
32599 \begin_layout Standard
32600 \begin_inset Note Greyedout
32601 status open
32602
32603 \begin_layout Plain Layout
32604
32605 \series bold
32606 【註】
32607 \series default
32608 フロートは回転伸縮したボックスの中に入れることはできません。
32609 \end_layout
32610
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \begin_layout Subsection
32617 ボックスの回転
32618 \begin_inset Index idx
32619 status collapsed
32620
32621 \begin_layout Plain Layout
32622 ぼっくす@ボックス ! かいてんした@回転した
32623 \end_layout
32624
32625 \end_inset
32626
32627
32628 \begin_inset Index idx
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 かいてん@回転 ! そざいの@素材の---
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \begin_inset Index idx
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642 ず@図 ! のかいてん@---の回転
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \begin_inset Index idx
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652 ひょうのちょうせい@表の調整 ! かいてん@回転
32653 \end_layout
32654
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Standard
32661 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32662 \series bold
32663
32664 \backslash
32665 rotatebox
32666 \series default
32667 コマンドを使用すれば作成することができます。
32668 \end_layout
32669
32670 \begin_layout Standard
32671
32672 \series bold
32673
32674 \backslash
32675 rotatebox[回転の原点]{回転角}{ボックスの内容}
32676 \end_layout
32677
32678 \begin_layout Standard
32679 回転の原点は、
32680 \series bold
32681 origin=位置
32682 \series default
32683 の形で指定します。位置として指定可能なのは、
32684 \emph on
32685 c
32686 \emph default
32687 (中央揃え)・
32688 \emph on
32689 l
32690 \emph default
32691 (左揃え)・
32692 \emph on
32693 r
32694 \emph default
32695 (右揃え)・
32696 \emph on
32697 b
32698 \emph default
32699 (下揃え)・
32700 \emph on
32701 t
32702 \emph default
32703 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32704 \emph on
32705 lt
32706 \emph default
32707 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32708 \emph on
32709 l
32710 \emph default
32711 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32712 \end_layout
32713
32714 \begin_layout Standard
32715 以下の例では、「回転した」文章の前にTeXコードで
32716 \series bold
32717
32718 \backslash
32719 rotatebox[origin=c]{60}{
32720 \series default
32721 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32722 \series bold
32723 }
32724 \series default
32725 でボックスを閉じています。
32726 \end_layout
32727
32728 \begin_layout Standard
32729 これは、
32730 \begin_inset ERT
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734
32735
32736 \backslash
32737 rotatebox[origin=c]{60}{
32738 \end_layout
32739
32740 \end_inset
32741
32742 回転した
32743 \begin_inset ERT
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747
32748 }
32749 \end_layout
32750
32751 \end_inset
32752
32753  文章を含む行です。
32754 \end_layout
32755
32756 \begin_layout Standard
32757 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32758 \end_layout
32759
32760 \begin_layout Standard
32761 これは、
32762 \begin_inset ERT
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766
32767
32768 \backslash
32769 rotatebox[origin=r]{-60}{
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \begin_inset Box Doublebox
32776 position "c"
32777 hor_pos "c"
32778 has_inner_box 0
32779 inner_pos "c"
32780 use_parbox 0
32781 use_makebox 0
32782 width "1in"
32783 special "width"
32784 height "1in"
32785 height_special "totalheight"
32786 status open
32787
32788 \begin_layout Plain Layout
32789 回転した
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \begin_inset ERT
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799
32800 }
32801 \end_layout
32802
32803 \end_inset
32804
32805 枠付き文章と
32806 \begin_inset ERT
32807 status collapsed
32808
32809 \begin_layout Plain Layout
32810
32811
32812 \backslash
32813 rotatebox[origin=lb]{60}{
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32820 \end_inset
32821
32822
32823 \begin_inset ERT
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827
32828 }
32829 \end_layout
32830
32831 \end_inset
32832
32833 数式を含む行です。
32834 \end_layout
32835
32836 \begin_layout Standard
32837 あるいは、以下のように図や表を入れることもできます。
32838 \end_layout
32839
32840 \begin_layout Standard
32841 これは、
32842 \begin_inset ERT
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846
32847
32848 \backslash
32849 rotatebox[origin=lb]{90}{
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \begin_inset Graphics
32856         filename ../clipart/platypus.eps
32857         lyxscale 50
32858         width 25col%
32859
32860 \end_inset
32861
32862
32863 \begin_inset ERT
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867
32868 }
32869 \end_layout
32870
32871 \end_inset
32872
32873 回転した画像と
32874 \begin_inset ERT
32875 status collapsed
32876
32877 \begin_layout Plain Layout
32878
32879
32880 \backslash
32881 rotatebox[origin=l]{-90}{
32882 \end_layout
32883
32884 \end_inset
32885
32886
32887 \begin_inset Tabular
32888 <lyxtabular version="3" rows="2" columns="2">
32889 <features rotate="0" tabularvalignment="middle">
32890 <column alignment="center" valignment="top">
32891 <column alignment="center" valignment="top">
32892 <row>
32893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 q
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 w
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 </row>
32912 <row>
32913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 e
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926 r
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 </row>
32932 </lyxtabular>
32933
32934 \end_inset
32935
32936
32937 \begin_inset ERT
32938 status collapsed
32939
32940 \begin_layout Plain Layout
32941
32942 }
32943 \end_layout
32944
32945 \end_inset
32946
32947 表を含む行です。
32948 \end_layout
32949
32950 \begin_layout Subsection
32951 ボックスの伸縮
32952 \begin_inset Index idx
32953 status collapsed
32954
32955 \begin_layout Plain Layout
32956 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
32957 \end_layout
32958
32959 \end_inset
32960
32961
32962 \begin_inset Index idx
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 しんしゅく@伸縮 ! そざいの@素材の---
32967 \end_layout
32968
32969 \end_inset
32970
32971
32972 \begin_inset Index idx
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976 ず@図 ! のしんしゅく@---の伸縮
32977 \end_layout
32978
32979 \end_inset
32980
32981
32982 \begin_inset Index idx
32983 status collapsed
32984
32985 \begin_layout Plain Layout
32986 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
32987 \end_layout
32988
32989 \end_inset
32990
32991
32992 \end_layout
32993
32994 \begin_layout Standard
32995 素材を伸縮させるには、TeXコードで
32996 \series bold
32997
32998 \backslash
32999 scalebox
33000 \series default
33001 コマンドと
33002 \series bold
33003
33004 \backslash
33005 resizebox
33006 \series default
33007 コマンドが使えます。
33008 \end_layout
33009
33010 \begin_layout Standard
33011
33012 \series bold
33013
33014 \backslash
33015 scalebox
33016 \series default
33017 は以下の書式で使用します。
33018 \end_layout
33019
33020 \begin_layout Standard
33021
33022 \series bold
33023
33024 \backslash
33025 scalebox{水平方向}[垂直方向]{ボックスの内容}
33026 \end_layout
33027
33028 \begin_layout Standard
33029 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33030 \end_layout
33031
33032 \begin_layout Standard
33033 たとえば、
33034 \series bold
33035
33036 \backslash
33037 scalebox{2}{こんにちは}
33038 \series default
33039 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33040 \begin_inset ERT
33041 status collapsed
33042
33043 \begin_layout Plain Layout
33044
33045
33046 \backslash
33047 scalebox{2}{
33048 \end_layout
33049
33050 \end_inset
33051
33052 こんにちは
33053 \begin_inset ERT
33054 status collapsed
33055
33056 \begin_layout Plain Layout
33057
33058 }
33059 \end_layout
33060
33061 \end_inset
33062
33063 を生成します。
33064 \end_layout
33065
33066 \begin_layout Standard
33067 これに対し、
33068 \series bold
33069
33070 \backslash
33071 scalebox{2}[1]{こんにちは}
33072 \series default
33073 は、
33074 \begin_inset ERT
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078
33079
33080 \backslash
33081 scalebox{2}[1]{
33082 \end_layout
33083
33084 \end_inset
33085
33086 こんにちは
33087 \begin_inset ERT
33088 status collapsed
33089
33090 \begin_layout Plain Layout
33091
33092 }
33093 \end_layout
33094
33095 \end_inset
33096
33097 を変形させます。
33098 \end_layout
33099
33100 \begin_layout Standard
33101 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33102 \series bold
33103
33104 \backslash
33105 scalebox{-1}[1]{こんにちは}
33106 \series default
33107 というコマンドは、右のように反転文字を生成するのに使用できます:
33108 \begin_inset ERT
33109 status collapsed
33110
33111 \begin_layout Plain Layout
33112
33113
33114 \backslash
33115 scalebox{-1}[1]{
33116 \end_layout
33117
33118 \end_inset
33119
33120 こんにちは
33121 \begin_inset ERT
33122 status collapsed
33123
33124 \begin_layout Plain Layout
33125
33126 }
33127 \end_layout
33128
33129 \end_inset
33130
33131
33132 \end_layout
33133
33134 \begin_layout Standard
33135
33136 \series bold
33137
33138 \backslash
33139 scalebox{1}[-1]{こんにちは}
33140 \series default
33141 とすると
33142 \begin_inset ERT
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146
33147
33148 \backslash
33149 scalebox{1}[-1]{
33150 \end_layout
33151
33152 \end_inset
33153
33154 こんにちは
33155 \begin_inset ERT
33156 status collapsed
33157
33158 \begin_layout Plain Layout
33159
33160 }
33161 \end_layout
33162
33163 \end_inset
33164
33165 のようにベースラインで鏡像にします。
33166 \end_layout
33167
33168 \begin_layout Standard
33169
33170 \series bold
33171
33172 \backslash
33173 scalebox{-1}[1]{ボックスの内容}
33174 \series default
33175 と同じ働きをするものとして
33176 \begin_inset Newline newline
33177 \end_inset
33178
33179
33180 \series bold
33181
33182 \backslash
33183 reflectbox{ボックスの内容}
33184 \series default
33185
33186 \begin_inset Newline newline
33187 \end_inset
33188
33189 というコマンドがあります。
33190 \end_layout
33191
33192 \begin_layout Standard
33193 \begin_inset VSpace bigskip
33194 \end_inset
33195
33196 指定した幅や丈にボックスを伸縮させるには、
33197 \series bold
33198
33199 \backslash
33200 resizebox
33201 \series default
33202 を使用します。このコマンドの書式は
33203 \end_layout
33204
33205 \begin_layout Standard
33206
33207 \series bold
33208
33209 \backslash
33210 resizebox{幅}{丈}{ボックスの内容}
33211 \end_layout
33212
33213 \begin_layout Standard
33214 です。上記二つのコマンド引数のうち一つが感嘆符「
33215 \series bold
33216 !
33217 \series default
33218 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33219 \end_layout
33220
33221 \begin_layout Standard
33222
33223 \series bold
33224
33225 \backslash
33226 resizebox{2cm}{1cm}{こんにちは}
33227 \series default
33228 というコマンドの出力は、
33229 \begin_inset ERT
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233
33234
33235 \backslash
33236 resizebox{2cm}{1cm}{
33237 \end_layout
33238
33239 \end_inset
33240
33241 こんにちは
33242 \begin_inset ERT
33243 status collapsed
33244
33245 \begin_layout Plain Layout
33246
33247 }
33248 \end_layout
33249
33250 \end_inset
33251
33252 となり、
33253 \begin_inset Newline newline
33254 \end_inset
33255
33256
33257 \series bold
33258
33259 \backslash
33260 resizebox{2cm}{!}{こんにちは}
33261 \series default
33262 というコマンドの出力は、
33263 \begin_inset ERT
33264 status collapsed
33265
33266 \begin_layout Plain Layout
33267
33268
33269 \backslash
33270 resizebox{2cm}{!}{
33271 \end_layout
33272
33273 \end_inset
33274
33275 こんにちは
33276 \begin_inset ERT
33277 status collapsed
33278
33279 \begin_layout Plain Layout
33280
33281 }
33282 \end_layout
33283
33284 \end_inset
33285
33286 となります。
33287 \end_layout
33288
33289 \begin_layout Standard
33290 \begin_inset VSpace bigskip
33291 \end_inset
33292
33293
33294 \begin_inset Note Greyedout
33295 status open
33296
33297 \begin_layout Plain Layout
33298
33299 \series bold
33300 【註】
33301 \backslash
33302 scalebox
33303 \series default
33304
33305 \series bold
33306
33307 \backslash
33308 resizebox
33309 \series default
33310 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Standard
33319 \begin_inset VSpace bigskip
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Standard
33326 ボックスは好きな順序で組み合わせることができます。たとえば、
33327 \begin_inset Newline newline
33328 \end_inset
33329
33330
33331 \series bold
33332
33333 \backslash
33334 rotatebox[origin=c]{-45}{
33335 \backslash
33336 resizebox{2cm}{!}{
33337 \backslash
33338 reflectbox{こんにちは}}}
33339 \begin_inset Newline newline
33340 \end_inset
33341
33342
33343 \series default
33344 というコマンドは、
33345 \end_layout
33346
33347 \begin_layout Standard
33348 \align center
33349 \begin_inset ERT
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353
33354
33355 \backslash
33356 rotatebox[origin=c]{-45}{
33357 \backslash
33358 resizebox{2cm}{!}{
33359 \backslash
33360 reflectbox{
33361 \end_layout
33362
33363 \end_inset
33364
33365 こんにちは
33366 \begin_inset ERT
33367 status collapsed
33368
33369 \begin_layout Plain Layout
33370
33371 }}}
33372 \end_layout
33373
33374 \end_inset
33375
33376
33377 \end_layout
33378
33379 \begin_layout Standard
33380 \noindent
33381 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33382 \end_layout
33383
33384 \begin_layout Standard
33385 \align center
33386 \begin_inset ERT
33387 status collapsed
33388
33389 \begin_layout Plain Layout
33390
33391
33392 \backslash
33393 rotatebox[origin=c]{-30}{
33394 \backslash
33395 resizebox{2cm}{!}{
33396 \backslash
33397 reflectbox{
33398 \end_layout
33399
33400 \end_inset
33401
33402
33403 \begin_inset Graphics
33404         filename ../clipart/platypus.eps
33405         lyxscale 50
33406         width 25col%
33407
33408 \end_inset
33409
33410
33411 \begin_inset ERT
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415
33416 }}}
33417 \end_layout
33418
33419 \end_inset
33420
33421
33422 \begin_inset ERT
33423 status collapsed
33424
33425 \begin_layout Plain Layout
33426
33427
33428 \backslash
33429 rotatebox[origin=c]{-45}{
33430 \backslash
33431 resizebox{2cm}{!}{
33432 \backslash
33433 reflectbox{
33434 \end_layout
33435
33436 \end_inset
33437
33438
33439 \begin_inset Tabular
33440 <lyxtabular version="3" rows="2" columns="2">
33441 <features rotate="0" tabularvalignment="middle">
33442 <column alignment="center" valignment="top">
33443 <column alignment="center" valignment="top">
33444 <row>
33445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33446 \begin_inset Text
33447
33448 \begin_layout Plain Layout
33449 q
33450 \end_layout
33451
33452 \end_inset
33453 </cell>
33454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33455 \begin_inset Text
33456
33457 \begin_layout Plain Layout
33458 w
33459 \end_layout
33460
33461 \end_inset
33462 </cell>
33463 </row>
33464 <row>
33465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Plain Layout
33469 e
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478 r
33479 \end_layout
33480
33481 \end_inset
33482 </cell>
33483 </row>
33484 </lyxtabular>
33485
33486 \end_inset
33487
33488
33489 \begin_inset ERT
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493
33494 }}}
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \begin_inset ERT
33501 status collapsed
33502
33503 \begin_layout Plain Layout
33504
33505
33506 \backslash
33507 rotatebox[origin=c]{-45}{
33508 \backslash
33509 resizebox{2cm}{!}{
33510 \backslash
33511 reflectbox{
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33518 \end_inset
33519
33520
33521 \begin_inset ERT
33522 status collapsed
33523
33524 \begin_layout Plain Layout
33525
33526 }}}
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \begin_layout Standard
33535 文書で大域的に数式様式
33536 \series bold
33537 fleqn
33538 \series default
33539 を使用している場合
33540 \begin_inset Foot
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33545 \end_layout
33546
33547 \end_inset
33548
33549 には、別行建て数式も伸縮させることができます。
33550 \end_layout
33551
33552 \begin_layout Chapter
33553 本文回り込みオブジェクト
33554 \begin_inset Index idx
33555 status collapsed
33556
33557 \begin_layout Plain Layout
33558 ほんぶんまわりこみ@本文回り込み
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \begin_layout Section
33567 折返しフロート
33568 \begin_inset CommandInset label
33569 LatexCommand label
33570 name "sec:折返しフロート"
33571
33572 \end_inset
33573
33574
33575 \begin_inset Index idx
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \begin_inset Index idx
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \begin_layout Standard
33598 \begin_inset Wrap figure
33599 lines 0
33600 placement l
33601 overhang 1cm
33602 width "40col%"
33603 status open
33604
33605 \begin_layout Plain Layout
33606 \begin_inset Graphics
33607         filename ../clipart/mobius.eps
33608         width 40col%
33609         scaleBeforeRotation
33610         rotateOrigin center
33611
33612 \end_inset
33613
33614
33615 \end_layout
33616
33617 \begin_layout Plain Layout
33618 \begin_inset Caption Standard
33619
33620 \begin_layout Plain Layout
33621 \begin_inset CommandInset label
33622 LatexCommand label
33623 name "fig:折返し図フロート"
33624
33625 \end_inset
33626
33627 これは折返し図フロートです。
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \end_layout
33634
33635 \end_inset
33636
33637 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33638 \series bold
33639 wrapfig
33640 \series default
33641
33642 \begin_inset Index idx
33643 status collapsed
33644
33645 \begin_layout Plain Layout
33646 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33647 \end_layout
33648
33649 \end_inset
33650
33651 を導入済みであれば、
33652 \family sans
33653 挿入\SpecialChar \menuseparator
33654 フロート\SpecialChar \menuseparator
33655 折返し図フロート
33656 \family default
33657
33658 \family sans
33659 折返し表フロート
33660 \family default
33661 メニューで挿入することができます
33662 \begin_inset Foot
33663 status collapsed
33664
33665 \begin_layout Plain Layout
33666 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33667 \end_layout
33668
33669 \end_inset
33670
33671 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33672 \family sans
33673 配置
33674 \family default
33675
33676 \family sans
33677
33678 \family default
33679 です。非必須項目として、
33680 \family sans
33681 ぶら下げ
33682 \family default
33683
33684 \family sans
33685 行幅
33686 \family default
33687 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33688 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33689 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33690 \begin_inset CommandInset ref
33691 LatexCommand ref
33692 reference "fig:折返し図フロート"
33693
33694 \end_inset
33695
33696 図は、40
33697 \begin_inset space \thinspace{}
33698 \end_inset
33699
33700 列幅%の幅と1
33701 \begin_inset space \thinspace{}
33702 \end_inset
33703
33704 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
33705 \end_layout
33706
33707 \begin_layout Standard
33708 \begin_inset Note Greyedout
33709 status open
33710
33711 \begin_layout Plain Layout
33712
33713 \series bold
33714 【註】
33715 \series default
33716 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33717 上書きされて出力されたりします。
33718 \end_layout
33719
33720 \end_inset
33721
33722
33723 \end_layout
33724
33725 \begin_layout Standard
33726 原則として、
33727 \end_layout
33728
33729 \begin_layout Itemize
33730 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33731 うになってから、正確な位置に挿入しなくてはなりません。
33732 \end_layout
33733
33734 \begin_layout Itemize
33735 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33736 \end_layout
33737
33738 \begin_layout Itemize
33739 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33740 \end_layout
33741
33742 \begin_layout Itemize
33743 折返しフロートは、節見出しや表中に入れることは認められていません。
33744 \end_layout
33745
33746 \begin_layout Itemize
33747 連番や参照は、第
33748 \begin_inset CommandInset ref
33749 LatexCommand ref
33750 reference "chap:フロート"
33751
33752 \end_inset
33753
33754 章で述べられているように動作します。
33755 \end_layout
33756
33757 \begin_layout Section
33758 固定回り込みオブジェクト
33759 \begin_inset Index idx
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772
33773 \begin_inset CommandInset ref
33774 LatexCommand ref
33775 reference "sec:折返しフロート"
33776
33777 \end_inset
33778
33779 節の折返しフロートは、段落中で、以下のような配置がされます。
33780 \end_layout
33781
33782 \begin_layout Standard
33783 \noindent
33784 \align center
33785 \begin_inset Tabular
33786 <lyxtabular version="3" rows="2" columns="2">
33787 <features rotate="0" tabularvalignment="middle">
33788 <column alignment="center" valignment="top">
33789 <column alignment="center" valignment="top">
33790 <row>
33791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33792 \begin_inset Text
33793
33794 \begin_layout Plain Layout
33795 \begin_inset Graphics
33796         filename ../../images/dialog-show-new-inset_graphics.png
33797         scale 70
33798         scaleBeforeRotation
33799
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \end_inset
33806 </cell>
33807 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33808 \begin_inset Text
33809
33810 \begin_layout Plain Layout
33811 文章
33812 \end_layout
33813
33814 \end_inset
33815 </cell>
33816 </row>
33817 <row>
33818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33819 \begin_inset Text
33820
33821 \begin_layout Plain Layout
33822 文章
33823 \end_layout
33824
33825 \end_inset
33826 </cell>
33827 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33828 \begin_inset Text
33829
33830 \begin_layout Plain Layout
33831 文章
33832 \end_layout
33833
33834 \end_inset
33835 </cell>
33836 </row>
33837 </lyxtabular>
33838
33839 \end_inset
33840
33841  or 
33842 \begin_inset Tabular
33843 <lyxtabular version="3" rows="2" columns="2">
33844 <features rotate="0" tabularvalignment="middle">
33845 <column alignment="center" valignment="top">
33846 <column alignment="center" valignment="top">
33847 <row>
33848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852 文章
33853 \end_layout
33854
33855 \end_inset
33856 </cell>
33857 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33858 \begin_inset Text
33859
33860 \begin_layout Plain Layout
33861 \begin_inset Graphics
33862         filename ../../images/dialog-show-new-inset_graphics.png
33863         scale 70
33864         scaleBeforeRotation
33865
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \end_inset
33872 </cell>
33873 </row>
33874 <row>
33875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33876 \begin_inset Text
33877
33878 \begin_layout Plain Layout
33879 文章
33880 \end_layout
33881
33882 \end_inset
33883 </cell>
33884 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33885 \begin_inset Text
33886
33887 \begin_layout Plain Layout
33888 文章
33889 \end_layout
33890
33891 \end_inset
33892 </cell>
33893 </row>
33894 </lyxtabular>
33895
33896 \end_inset
33897
33898
33899 \end_layout
33900
33901 \begin_layout Standard
33902 以下に示すいずれかのように、
33903 \begin_inset VSpace defskip
33904 \end_inset
33905
33906
33907 \end_layout
33908
33909 \begin_layout Standard
33910 \noindent
33911 \align center
33912 \begin_inset Tabular
33913 <lyxtabular version="3" rows="2" columns="2">
33914 <features rotate="0" tabularvalignment="middle">
33915 <column alignment="center" valignment="top">
33916 <column alignment="center" valignment="top">
33917 <row>
33918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33919 \begin_inset Text
33920
33921 \begin_layout Plain Layout
33922 文章
33923 \end_layout
33924
33925 \end_inset
33926 </cell>
33927 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 文章
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 </row>
33937 <row>
33938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33939 \begin_inset Text
33940
33941 \begin_layout Plain Layout
33942 \begin_inset Graphics
33943         filename ../../images/dialog-show-new-inset_graphics.png
33944         scale 70
33945         scaleBeforeRotation
33946
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \end_inset
33953 </cell>
33954 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33955 \begin_inset Text
33956
33957 \begin_layout Plain Layout
33958 文章
33959 \end_layout
33960
33961 \end_inset
33962 </cell>
33963 </row>
33964 </lyxtabular>
33965
33966 \end_inset
33967
33968  
33969 \begin_inset Tabular
33970 <lyxtabular version="3" rows="2" columns="2">
33971 <features rotate="0" tabularvalignment="middle">
33972 <column alignment="center" valignment="top">
33973 <column alignment="center" valignment="top">
33974 <row>
33975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33976 \begin_inset Text
33977
33978 \begin_layout Plain Layout
33979 文章
33980 \end_layout
33981
33982 \end_inset
33983 </cell>
33984 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33985 \begin_inset Text
33986
33987 \begin_layout Plain Layout
33988 文章
33989 \end_layout
33990
33991 \end_inset
33992 </cell>
33993 </row>
33994 <row>
33995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33996 \begin_inset Text
33997
33998 \begin_layout Plain Layout
33999 文章
34000 \end_layout
34001
34002 \end_inset
34003 </cell>
34004 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34005 \begin_inset Text
34006
34007 \begin_layout Plain Layout
34008 \begin_inset Graphics
34009         filename ../../images/dialog-show-new-inset_graphics.png
34010         scale 70
34011         scaleBeforeRotation
34012
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 </row>
34021 </lyxtabular>
34022
34023 \end_inset
34024
34025  
34026 \begin_inset Tabular
34027 <lyxtabular version="3" rows="2" columns="3">
34028 <features rotate="0" tabularvalignment="middle">
34029 <column alignment="center" valignment="top">
34030 <column alignment="center" valignment="top">
34031 <column alignment="center" valignment="top">
34032 <row>
34033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34034 \begin_inset Text
34035
34036 \begin_layout Plain Layout
34037 文章
34038 \end_layout
34039
34040 \end_inset
34041 </cell>
34042 <cell alignment="center" valignment="top" topline="true" usebox="none">
34043 \begin_inset Text
34044
34045 \begin_layout Plain Layout
34046 \begin_inset Graphics
34047         filename ../../images/dialog-show-new-inset_graphics.png
34048         scale 70
34049         scaleBeforeRotation
34050
34051 \end_inset
34052
34053
34054 \end_layout
34055
34056 \end_inset
34057 </cell>
34058 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34059 \begin_inset Text
34060
34061 \begin_layout Plain Layout
34062 文章
34063 \end_layout
34064
34065 \end_inset
34066 </cell>
34067 </row>
34068 <row>
34069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34070 \begin_inset Text
34071
34072 \begin_layout Plain Layout
34073 文章
34074 \end_layout
34075
34076 \end_inset
34077 </cell>
34078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34079 \begin_inset Text
34080
34081 \begin_layout Plain Layout
34082 文章
34083 \end_layout
34084
34085 \end_inset
34086 </cell>
34087 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34088 \begin_inset Text
34089
34090 \begin_layout Plain Layout
34091 文章
34092 \end_layout
34093
34094 \end_inset
34095 </cell>
34096 </row>
34097 </lyxtabular>
34098
34099 \end_inset
34100
34101  
34102 \begin_inset Tabular
34103 <lyxtabular version="3" rows="2" columns="3">
34104 <features rotate="0" tabularvalignment="middle">
34105 <column alignment="center" valignment="top">
34106 <column alignment="center" valignment="top">
34107 <column alignment="center" valignment="top">
34108 <row>
34109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34110 \begin_inset Text
34111
34112 \begin_layout Plain Layout
34113 文章
34114 \end_layout
34115
34116 \end_inset
34117 </cell>
34118 <cell alignment="center" valignment="top" topline="true" usebox="none">
34119 \begin_inset Text
34120
34121 \begin_layout Plain Layout
34122 文章
34123 \end_layout
34124
34125 \end_inset
34126 </cell>
34127 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131 文章
34132 \end_layout
34133
34134 \end_inset
34135 </cell>
34136 </row>
34137 <row>
34138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Plain Layout
34142 文章
34143 \end_layout
34144
34145 \end_inset
34146 </cell>
34147 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34148 \begin_inset Text
34149
34150 \begin_layout Plain Layout
34151 \begin_inset Graphics
34152         filename ../../images/dialog-show-new-inset_graphics.png
34153         scale 70
34154         scaleBeforeRotation
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167 文章
34168 \end_layout
34169
34170 \end_inset
34171 </cell>
34172 </row>
34173 </lyxtabular>
34174
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \begin_layout Standard
34181 \noindent
34182 \align center
34183 \begin_inset Tabular
34184 <lyxtabular version="3" rows="3" columns="2">
34185 <features rotate="0" tabularvalignment="middle">
34186 <column alignment="center" valignment="top">
34187 <column alignment="center" valignment="top">
34188 <row>
34189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34190 \begin_inset Text
34191
34192 \begin_layout Plain Layout
34193 文章
34194 \end_layout
34195
34196 \end_inset
34197 </cell>
34198 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Plain Layout
34202 文章
34203 \end_layout
34204
34205 \end_inset
34206 </cell>
34207 </row>
34208 <row>
34209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34210 \begin_inset Text
34211
34212 \begin_layout Plain Layout
34213 \begin_inset Graphics
34214         filename ../../images/dialog-show-new-inset_graphics.png
34215         scale 70
34216         scaleBeforeRotation
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \end_inset
34224 </cell>
34225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34226 \begin_inset Text
34227
34228 \begin_layout Plain Layout
34229 文章
34230 \end_layout
34231
34232 \end_inset
34233 </cell>
34234 </row>
34235 <row>
34236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34237 \begin_inset Text
34238
34239 \begin_layout Plain Layout
34240 文章
34241 \end_layout
34242
34243 \end_inset
34244 </cell>
34245 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34246 \begin_inset Text
34247
34248 \begin_layout Plain Layout
34249 文章
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 </row>
34255 </lyxtabular>
34256
34257 \end_inset
34258
34259  
34260 \begin_inset Tabular
34261 <lyxtabular version="3" rows="3" columns="3">
34262 <features rotate="0" tabularvalignment="middle">
34263 <column alignment="center" valignment="top">
34264 <column alignment="center" valignment="top">
34265 <column alignment="center" valignment="top">
34266 <row>
34267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34268 \begin_inset Text
34269
34270 \begin_layout Plain Layout
34271 文章
34272 \end_layout
34273
34274 \end_inset
34275 </cell>
34276 <cell alignment="center" valignment="top" topline="true" usebox="none">
34277 \begin_inset Text
34278
34279 \begin_layout Plain Layout
34280 文章
34281 \end_layout
34282
34283 \end_inset
34284 </cell>
34285 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Plain Layout
34289 文章
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 </row>
34295 <row>
34296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34297 \begin_inset Text
34298
34299 \begin_layout Plain Layout
34300 文章
34301 \end_layout
34302
34303 \end_inset
34304 </cell>
34305 <cell alignment="center" valignment="top" usebox="none">
34306 \begin_inset Text
34307
34308 \begin_layout Plain Layout
34309 \begin_inset Graphics
34310         filename ../../images/dialog-show-new-inset_graphics.png
34311         scale 70
34312         scaleBeforeRotation
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34322 \begin_inset Text
34323
34324 \begin_layout Plain Layout
34325 文章
34326 \end_layout
34327
34328 \end_inset
34329 </cell>
34330 </row>
34331 <row>
34332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34333 \begin_inset Text
34334
34335 \begin_layout Plain Layout
34336 文章
34337 \end_layout
34338
34339 \end_inset
34340 </cell>
34341 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34342 \begin_inset Text
34343
34344 \begin_layout Plain Layout
34345 文章
34346 \end_layout
34347
34348 \end_inset
34349 </cell>
34350 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354 文章
34355 \end_layout
34356
34357 \end_inset
34358 </cell>
34359 </row>
34360 </lyxtabular>
34361
34362 \end_inset
34363
34364  
34365 \begin_inset Tabular
34366 <lyxtabular version="3" rows="3" columns="2">
34367 <features rotate="0" tabularvalignment="middle">
34368 <column alignment="center" valignment="top">
34369 <column alignment="center" valignment="top">
34370 <row>
34371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375 文章
34376 \end_layout
34377
34378 \end_inset
34379 </cell>
34380 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34381 \begin_inset Text
34382
34383 \begin_layout Plain Layout
34384 文章
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 </row>
34390 <row>
34391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34392 \begin_inset Text
34393
34394 \begin_layout Plain Layout
34395 文章
34396 \end_layout
34397
34398 \end_inset
34399 </cell>
34400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34401 \begin_inset Text
34402
34403 \begin_layout Plain Layout
34404 \begin_inset Graphics
34405         filename ../../images/dialog-show-new-inset_graphics.png
34406         scale 70
34407         scaleBeforeRotation
34408
34409 \end_inset
34410
34411
34412 \end_layout
34413
34414 \end_inset
34415 </cell>
34416 </row>
34417 <row>
34418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422 文章
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431 文章
34432 \end_layout
34433
34434 \end_inset
34435 </cell>
34436 </row>
34437 </lyxtabular>
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \begin_layout Standard
34445 \noindent
34446 オブジェクトを挿入した場所に正確に配置したい時には、
34447 \series bold
34448 picinpar
34449 \series default
34450
34451 \begin_inset Index idx
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34456 \end_layout
34457
34458 \end_inset
34459
34460 LaTeXパッケージを使うことができます。下記はその用例です。
34461 \end_layout
34462
34463 \begin_layout Standard
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469
34470 \backslash
34471 ifpicinpar
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \begin_inset Note Note
34478 status open
34479
34480 \begin_layout Plain Layout
34481 以下の部分は、LaTeXパッケージ
34482 \series bold
34483 picinpar
34484 \series default
34485 が導入されているときのみ表示されます。
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \begin_layout Standard
34494 \begin_inset ERT
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498
34499
34500 \backslash
34501 begin{window}[2,c,{
34502 \end_layout
34503
34504 \end_inset
34505
34506
34507 \begin_inset Graphics
34508         filename ../clipart/mobius.eps
34509         lyxscale 60
34510         width 40col%
34511         scaleBeforeRotation
34512         rotateOrigin center
34513
34514 \end_inset
34515
34516
34517 \begin_inset ERT
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521
34522 },]
34523 \end_layout
34524
34525 \begin_layout Plain Layout
34526
34527 {}
34528 \end_layout
34529
34530 \end_inset
34531
34532
34533 \size small
34534 It was in the spring of the year 1894 that all London was interested, and
34535  the fashionable world dismayed, by the murder of the Honourable Ronald
34536  Adair under most unusual and inexplicable circumstances.
34537  The public has already learned those particulars of the crime which
34538 \size default
34539
34540 \begin_inset ERT
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544
34545
34546 \backslash
34547 footnotemark{}
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \size small
34554  came out in the police investigation, but a good deal was suppressed upon
34555  that occasion, since the case for the prosecution was so overwhelmingly
34556  strong that it was not necessary to bring forward all the facts.
34557  Only now, at the end of nearly ten years, am I allowed to supply those
34558  missing links which make up the whole of that remarkable chain.
34559 \size default
34560
34561 \begin_inset ERT
34562 status collapsed
34563
34564 \begin_layout Plain Layout
34565
34566
34567 \backslash
34568 end{window}
34569 \end_layout
34570
34571 \end_inset
34572
34573
34574 \end_layout
34575
34576 \begin_layout Standard
34577 \begin_inset ERT
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581
34582
34583 \backslash
34584 footnotetext{
34585 \end_layout
34586
34587 \end_inset
34588
34589 固定オブジェクトのある段落の脚注
34590 \begin_inset ERT
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594
34595 }
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \end_layout
34602
34603 \begin_layout Standard
34604 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
34605 ートとは違って、連番のキャプションをつけることはできません。
34606 \end_layout
34607
34608 \begin_layout Standard
34609 固定オブジェクトは、段落冒頭にTeXコードで
34610 \end_layout
34611
34612 \begin_layout Standard
34613
34614 \series bold
34615
34616 \backslash
34617 begin{window}[2,c,{
34618 \end_layout
34619
34620 \begin_layout Standard
34621 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
34622 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
34623 段幅の40
34624 \begin_inset space \thinspace{}
34625 \end_inset
34626
34627 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
34628 \end_layout
34629
34630 \begin_layout Standard
34631
34632 \series bold
34633 },説明文]
34634 \begin_inset Newline newline
34635 \end_inset
34636
34637 {}
34638 \end_layout
34639
34640 \begin_layout Standard
34641 というコマンドが挿入されています。2行目に「
34642 \series bold
34643 {}
34644 \series default
34645 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
34646 \series bold
34647 {}
34648 \series default
34649 の直後から書き始めてください。段落末には、
34650 \end_layout
34651
34652 \begin_layout Standard
34653
34654 \series bold
34655
34656 \backslash
34657 end{window}
34658 \end_layout
34659
34660 \begin_layout Standard
34661 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
34662 \begin_inset CommandInset ref
34663 LatexCommand ref
34664 reference "sec:脚注"
34665
34666 \end_inset
34667
34668 節にあるように、代わりに、段落内で
34669 \series bold
34670
34671 \backslash
34672 footnotemark
34673 \series default
34674 コマンドを使用し、段落外に
34675 \series bold
34676
34677 \backslash
34678 footnotetext
34679 \series default
34680 コマンドを用いてください。
34681 \end_layout
34682
34683 \begin_layout Standard
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689
34690 \backslash
34691 else
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \begin_inset Note Note
34698 status open
34699
34700 \begin_layout Plain Layout
34701 以下の部分は、LaTeXパッケージ
34702 \series bold
34703 picinpar
34704 \series default
34705 が導入されていないときのみ表示されます。
34706 \end_layout
34707
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Standard
34714 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34715 \series bold
34716 picinpar
34717 \series default
34718 を導入する必要があります。
34719 \end_layout
34720
34721 \begin_layout Standard
34722 \begin_inset ERT
34723 status collapsed
34724
34725 \begin_layout Plain Layout
34726
34727
34728 \backslash
34729 fi
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Section
34738 頭文字
34739 \begin_inset Index idx
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743 かしらもじ@頭文字
34744 \end_layout
34745
34746 \end_inset
34747
34748
34749 \begin_inset Index idx
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
34754 \end_layout
34755
34756 \end_inset
34757
34758
34759 \end_layout
34760
34761 \begin_layout Standard
34762 頭文字を用いるには、LaTeXパッケージ
34763 \begin_inset Index idx
34764 status collapsed
34765
34766 \begin_layout Plain Layout
34767 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34768 \end_layout
34769
34770 \end_inset
34771
34772 が導入済みでなくてはならず、文書中で
34773 \family sans
34774 頭文字
34775 \family default
34776 モジュールを使用する必要があります(
34777 \family sans
34778 文書\SpecialChar \menuseparator
34779 設定\SpecialChar \menuseparator
34780 モジュール
34781 \family default
34782 メニュー)。頭文字を挿入するには、
34783 \family sans
34784 頭文字
34785 \family default
34786 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
34787 \family sans
34788 挿入
34789 \family default
34790 メニューから挿入できます。必須引数
34791 \family sans
34792 頭文字
34793 \family default
34794 には、頭文字にする文字を入れ、引数
34795 \family sans
34796 頭文字の残り
34797 \family default
34798 には、頭文字の単語若しくは文字列の残りが入ります。引数
34799 \family sans
34800 オプション
34801 \family default
34802 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
34803 \series bold
34804 lettrine
34805 \series default
34806 の取扱説明書
34807 \begin_inset CommandInset citation
34808 LatexCommand cite
34809 key "lettrine"
34810
34811 \end_inset
34812
34813 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
34814 \shape smallcaps
34815 スモールキャップ体(small caps
34816 \shape default
34817 )で印字されます。
34818 \end_layout
34819
34820 \begin_layout Standard
34821 下記がその例です。
34822 \end_layout
34823
34824 \begin_layout Standard
34825 \begin_inset ERT
34826 status collapsed
34827
34828 \begin_layout Plain Layout
34829
34830
34831 \backslash
34832 iflettrine
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \begin_inset Note Note
34839 status open
34840
34841 \begin_layout Plain Layout
34842 以下の部分は、LaTeXパッケージ
34843 \series bold
34844 lettrine
34845 \series default
34846 が導入されているときのみ表示されます。
34847 \end_layout
34848
34849 \end_inset
34850
34851
34852 \end_layout
34853
34854 \begin_layout Enumerate
34855 非必須引数なし。頭文字は、数式フォント
34856 \begin_inset Formula $\mathfrak{Fraktur}$
34857 \end_inset
34858
34859 の「I」。
34860 \end_layout
34861
34862 \begin_deeper
34863 \begin_layout Initial
34864 \begin_inset Argument 2
34865 status open
34866
34867 \begin_layout Plain Layout
34868 \begin_inset Formula $\mathfrak{I}$
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \end_inset
34875
34876
34877 \begin_inset Argument 3
34878 status open
34879
34880 \begin_layout Plain Layout
34881 t
34882 \end_layout
34883
34884 \end_inset
34885
34886  was in the spring of the year 1894 that all London was interested, and
34887  the fashionable world dismayed, by the murder of the Honourable Ronald
34888  Adair under most unusual and inexplicable circumstances.
34889  The public has already learned those particulars of the crime which came
34890  out in the police investigation, but a good deal was suppressed upon that
34891  occasion, since the case for the prosecution was so overwhelmingly strong
34892  that it was not necessary to bring forward all the facts.
34893 \begin_inset Newpage newpage
34894 \end_inset
34895
34896
34897 \end_layout
34898
34899 \end_deeper
34900 \begin_layout Enumerate
34901 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
34902 \end_layout
34903
34904 \begin_deeper
34905 \begin_layout Initial
34906 \begin_inset Argument 1
34907 status open
34908
34909 \begin_layout Plain Layout
34910 lines=1
34911 \end_layout
34912
34913 \end_inset
34914
34915
34916 \begin_inset Argument 2
34917 status open
34918
34919 \begin_layout Plain Layout
34920 It
34921 \end_layout
34922
34923 \end_inset
34924
34925  was in the spring of the year 1894 that all London was interested, and
34926  the fashionable world dismayed, by the murder of the Honourable Ronald
34927  Adair under most unusual and inexplicable circumstances.
34928  The public has already learned those particulars of the crime which came
34929  out in the police investigation, but a good deal was suppressed upon that
34930  occasion, since the case for the prosecution was so overwhelmingly strong
34931  that it was not necessary to bring forward all the facts.
34932 \end_layout
34933
34934 \end_deeper
34935 \begin_layout Enumerate
34936 ぶら下がり頭文字は、数式フォント
34937 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34938 \end_inset
34939
34940 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
34941 \shape smallcaps
34942 スモールキャップ体
34943 \shape default
34944 。頭文字に色をつけるには、頭文字の前に
34945 \begin_inset Newline newline
34946 \end_inset
34947
34948
34949 \series bold
34950
34951 \backslash
34952 renewcommand{
34953 \backslash
34954 LettrineFontHook}{
34955 \backslash
34956 color{色}}
34957 \series default
34958
34959 \begin_inset Newline newline
34960 \end_inset
34961
34962 というコマンドを挿入しなくてはなりません。ここで、
34963 \emph on
34964
34965 \emph default
34966 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
34967 ブルに
34968 \begin_inset Newline newline
34969 \end_inset
34970
34971
34972 \series bold
34973
34974 \backslash
34975 @ifundefined{textcolor}
34976 \begin_inset Newline newline
34977 \end_inset
34978
34979
34980 \begin_inset space ~
34981 \end_inset
34982
34983 {
34984 \backslash
34985 usepackage{color}}{}
34986 \begin_inset Newline newline
34987 \end_inset
34988
34989
34990 \series default
34991 というコマンドを書きこんでおかなくてはなりません。
34992 \end_layout
34993
34994 \begin_deeper
34995 \begin_layout Standard
34996 \begin_inset ERT
34997 status collapsed
34998
34999 \begin_layout Plain Layout
35000
35001
35002 \backslash
35003 renewcommand{
35004 \backslash
35005 LettrineFontHook}{
35006 \backslash
35007 color{magenta}}
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \begin_inset Note Note
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017
35018 \lang english
35019 makes the initial magenta
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \begin_layout Initial
35028 \begin_inset Argument 1
35029 status open
35030
35031 \begin_layout Plain Layout
35032 lines=3, lhang=0.33, loversize=0.25
35033 \end_layout
35034
35035 \end_inset
35036
35037
35038 \begin_inset Argument 2
35039 status open
35040
35041 \begin_layout Plain Layout
35042 \begin_inset Formula $\mathcal{I}$
35043 \end_inset
35044
35045
35046 \end_layout
35047
35048 \end_inset
35049
35050
35051 \begin_inset Argument 3
35052 status open
35053
35054 \begin_layout Plain Layout
35055 t was in the spring
35056 \end_layout
35057
35058 \end_inset
35059
35060  of the year 1894 that all London was interested, and the fashionable world
35061  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35062  and inexplicable circumstances.
35063  The public has already learned those particulars of the crime which came
35064  out in the police investigation, but a good deal was suppressed upon that
35065  occasion, since the case for the prosecution was so overwhelmingly strong
35066  that it was not necessary to bring forward all the facts.
35067 \end_layout
35068
35069 \end_deeper
35070 \begin_layout Standard
35071 \begin_inset ERT
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075
35076
35077 \backslash
35078 else
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \begin_inset Note Note
35085 status open
35086
35087 \begin_layout Plain Layout
35088 以下の部分は、LaTeXパッケージ
35089 \series bold
35090 lettrine
35091 \series default
35092 が導入されていないときのみ表示されます。
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \begin_layout Standard
35101 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35102 \series bold
35103 lettrine
35104 \series default
35105 を導入する必要があります。
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset ERT
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113
35114
35115 \backslash
35116 fi
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Chapter
35125 外部文書構成要素
35126 \begin_inset Index idx
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130 がいぶぶんしょこうせいようそ@外部文書構成要素
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Standard
35139
35140 \family sans
35141 挿入\SpecialChar \menuseparator
35142 ファイル
35143 \family default
35144 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35145 \end_layout
35146
35147 \begin_layout Description
35148 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35149 \end_layout
35150
35151 \begin_layout Description
35152 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35153 \end_layout
35154
35155 \begin_layout Description
35156 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35157 \end_layout
35158
35159 \begin_layout Description
35160 外部素材 様々な書式のファイル。
35161 \end_layout
35162
35163 \begin_layout Description
35164 子文書 LyXあるいはLaTeX文書。
35165 \end_layout
35166
35167 \begin_layout Section
35168 外部素材
35169 \begin_inset Index idx
35170 status collapsed
35171
35172 \begin_layout Plain Layout
35173 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35174 \end_layout
35175
35176 \end_inset
35177
35178
35179 \end_layout
35180
35181 \begin_layout Standard
35182 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35183 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35184 \family sans
35185 操作性\SpecialChar \menuseparator
35186 表示
35187 \family default
35188 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35189 \end_layout
35190
35191 \begin_layout Standard
35192 外部素材は、
35193 \family sans
35194 挿入
35195 \family default
35196 \SpecialChar \menuseparator
35197
35198 \family sans
35199 ファイル
35200 \family default
35201 \SpecialChar \menuseparator
35202
35203 \family sans
35204 外部素材
35205 \family default
35206 メニューで開くことのできる
35207 \family sans
35208 外部素材
35209 \family default
35210 ダイアログから挿入することができます。目下、以下のファイル形式(
35211 \family sans
35212 ひな型
35213 \family default
35214 )が使用できます。
35215 \end_layout
35216
35217 \begin_layout Description
35218 チェス棋譜 このひな型は、
35219 \series bold
35220
35221 \begin_inset CommandInset href
35222 LatexCommand href
35223 name "XBoard"
35224 target "http://en.wikipedia.org/wiki/XBoard"
35225
35226 \end_inset
35227
35228
35229 \series default
35230 プログラムで作成されたチェス棋譜をサポートします。
35231 \end_layout
35232
35233 \begin_layout Description
35234 日付 これは、
35235 \emph on
35236 日-月-年
35237 \emph default
35238 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35239 \begin_inset External
35240         template Date
35241         filename .
35242
35243 \end_inset
35244
35245
35246 \begin_inset space ~
35247 \end_inset
35248
35249
35250 \begin_inset Note Note
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254 バグ4398が修正されたら、この保護空白は削除してください!
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \begin_inset Newline newline
35261 \end_inset
35262
35263 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35264 \family sans
35265 挿入
35266 \family default
35267 \SpecialChar \menuseparator
35268 日付メニューを使用する方法で、他はLaTeXコマンドの
35269 \series bold
35270
35271 \backslash
35272 today
35273 \series default
35274 をTeXコードで使用する方法です。これらの各方法は、表
35275 \begin_inset CommandInset ref
35276 LatexCommand ref
35277 reference "tab:日付挿入方法"
35278
35279 \end_inset
35280
35281 に比較を掲載しておきます。
35282 \end_layout
35283
35284 \begin_layout Description
35285 Dia このひな型は、
35286 \series bold
35287
35288 \begin_inset CommandInset href
35289 LatexCommand href
35290 name "Dia"
35291 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"
35292
35293 \end_inset
35294
35295
35296 \series default
35297 プログラムで作成したダイアグラムをサポートします。
35298 \end_layout
35299
35300 \begin_layout Description
35301 Gnumeric表計算表 このひな形では、
35302 \series bold
35303
35304 \begin_inset CommandInset href
35305 LatexCommand href
35306 name "Gnumeric"
35307 target "http://ja.wikipedia.org/wiki/Gnumeric"
35308
35309 \end_inset
35310
35311
35312 \series default
35313
35314 \begin_inset CommandInset href
35315 LatexCommand href
35316 name "OpenDocument"
35317 target "http://ja.wikipedia.org/wiki/OpenDocument"
35318
35319 \end_inset
35320
35321
35322 \begin_inset CommandInset href
35323 LatexCommand href
35324 name "Microsoft Office XML"
35325 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35326
35327 \end_inset
35328
35329
35330 \begin_inset CommandInset href
35331 LatexCommand href
35332 name "Office Open XML"
35333 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35334
35335 \end_inset
35336
35337 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
35338 \family typewriter
35339 ssconvert
35340 \family default
35341 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35342 みである必要があります。用例と制約については、LyX用例ファイル
35343 \emph on
35344 spreadsheet.lyx
35345 \emph default
35346 をご覧ください。
35347 \end_layout
35348
35349 \begin_layout Description
35350 Lilypond組版楽譜 このひな型は、
35351 \series bold
35352
35353 \begin_inset CommandInset href
35354 LatexCommand href
35355 name "LilyPond"
35356 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35357
35358 \end_inset
35359
35360
35361 \series default
35362 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
35363 \emph on
35364 lilypond.lyx
35365 \emph default
35366 をご覧ください。
35367 \end_layout
35368
35369 \begin_layout Description
35370 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35371 \family sans
35372 LaTeXとLyXオプション
35373 \family default
35374 タブ中の
35375 \family sans
35376 オプション
35377 \family default
35378 フィールドに
35379 \emph on
35380 pages
35381 \emph default
35382 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35383 \series bold
35384 pages={3,5,6,8}
35385 \series default
35386 の形で入れる)やページ範囲(
35387 \series bold
35388 pages={4-9}
35389 \series default
35390 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35391 \series bold
35392 pages={3,{},8-11,15}
35393 \series default
35394 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35395 \emph on
35396 開始頁-終了頁
35397 \emph default
35398 の文法で指定します。これは、
35399 \emph on
35400 開始頁
35401 \emph default
35402
35403 \emph on
35404 終了頁
35405 \emph default
35406 の間のすべてのページを選択します。
35407 \emph on
35408 開始頁
35409 \emph default
35410 を省略すると、1ページ目を指定したのと同じ事になり、
35411 \emph on
35412 終了頁
35413 \emph default
35414 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35415 \series bold
35416 last
35417 \series default
35418 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35419 \series bold
35420 pages=-
35421 \series default
35422 は文書の全ページを挿入することになり、
35423 \series bold
35424 pages=last-1
35425 \series default
35426 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35427 \begin_inset Newline newline
35428 \end_inset
35429
35430
35431 \series bold
35432 noautoscale
35433 \series default
35434 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35435 \family sans
35436 寸法と回転
35437 \family default
35438 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35439 \series bold
35440 noautoscale
35441 \series default
35442 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
35443 \series bold
35444 pdfpages
35445 \series default
35446 の取扱説明書
35447 \begin_inset CommandInset citation
35448 LatexCommand cite
35449 key "pdfpages"
35450
35451 \end_inset
35452
35453 をご参照ください。
35454 \begin_inset Index idx
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \begin_inset Newline newline
35465 \end_inset
35466
35467 このひな型を
35468 \family sans
35469 Beamer
35470 \family default
35471 プレゼンテーションで使用するには、まず
35472 \family sans
35473 フレーム終了
35474 \family default
35475 環境を挿入して、続く段落でTeXコードボックスを挿入し、
35476 \series bold
35477
35478 \backslash
35479 setbeamertemplate{background canvas}{}
35480 \series default
35481 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
35482 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
35483 に、ひな型を含む段落には、
35484 \family sans
35485 既定
35486 \family default
35487 配置を用いるようにしてください。
35488 \begin_inset Newline newline
35489 \end_inset
35490
35491 下記は、-5度回転させたPDFを取り込んだものです。
35492 \begin_inset Newline newline
35493 \end_inset
35494
35495
35496 \begin_inset Graphics
35497         filename ../clipart/Abstract.pdf
35498         rotateAngle -5
35499         rotateOrigin leftBottom
35500
35501 \end_inset
35502
35503
35504 \begin_inset Newline newline
35505 \end_inset
35506
35507
35508 \begin_inset Note Greyedout
35509 status open
35510
35511 \begin_layout Plain Layout
35512 【訳註】LaTeXパッケージ
35513 \series bold
35514 pdfpages
35515 \series default
35516 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
35517 \series bold
35518 pdfpages
35519 \series default
35520 取扱説明書
35521 \begin_inset CommandInset citation
35522 LatexCommand cite
35523 key "pdfpages"
35524
35525 \end_inset
35526
35527 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
35528 \family sans
35529 挿入\SpecialChar \menuseparator
35530 ファイル\SpecialChar \menuseparator
35531 外部素材
35532 \family default
35533
35534 \family sans
35535 ひな型
35536 \family default
35537
35538 \family sans
35539 PDFページ
35540 \family default
35541 を指定して挿入されていますが、ここでは
35542 \family sans
35543 挿入\SpecialChar \menuseparator
35544 画像
35545 \family default
35546 を使用して挿入しています。
35547 \end_layout
35548
35549 \end_inset
35550
35551
35552 \end_layout
35553
35554 \begin_layout Description
35555 ラスターイメージ これはビットマップ画像に使用します。
35556 \family sans
35557 外部素材
35558 \family default
35559 ダイアログを使って入れる画像は、第
35560 \begin_inset CommandInset ref
35561 LatexCommand ref
35562 reference "sec:画像ダイアログ"
35563
35564 \end_inset
35565
35566 節にあるように
35567 \family sans
35568 画像
35569 \family default
35570 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
35571 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
35572 \begin_inset External
35573         template RasterImage
35574         filename clipart/ToolbarEnvBox.png
35575
35576 \end_inset
35577
35578
35579 \end_layout
35580
35581 \begin_layout Description
35582 XFig このひな型は、
35583 \series bold
35584
35585 \begin_inset CommandInset href
35586 LatexCommand href
35587 name "Xfig"
35588 target "http://ja.wikipedia.org/wiki/Xfig"
35589
35590 \end_inset
35591
35592
35593 \series default
35594 プログラムで作成した画像をサポートします。
35595 \end_layout
35596
35597 \begin_layout Standard
35598 \begin_inset Float table
35599 placement !h
35600 wide false
35601 sideways false
35602 status open
35603
35604 \begin_layout Plain Layout
35605 \begin_inset Caption Standard
35606
35607 \begin_layout Plain Layout
35608 \begin_inset CommandInset label
35609 LatexCommand label
35610 name "tab:日付挿入方法"
35611
35612 \end_inset
35613
35614 日付の挿入方法の比較
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \begin_layout Plain Layout
35623 \align center
35624 \begin_inset Tabular
35625 <lyxtabular version="3" rows="4" columns="4">
35626 <features rotate="0" tabularvalignment="middle">
35627 <column alignment="center" valignment="top">
35628 <column alignment="center" valignment="top">
35629 <column alignment="center" valignment="top">
35630 <column alignment="center" valignment="top">
35631 <row>
35632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35633 \begin_inset Text
35634
35635 \begin_layout Plain Layout
35636 文書書式
35637 \end_layout
35638
35639 \end_inset
35640 </cell>
35641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35642 \begin_inset Text
35643
35644 \begin_layout Plain Layout
35645
35646 \family sans
35647 外部素材\SpecialChar \menuseparator
35648 日付
35649 \end_layout
35650
35651 \end_inset
35652 </cell>
35653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35654 \begin_inset Text
35655
35656 \begin_layout Plain Layout
35657
35658 \family sans
35659 挿入\SpecialChar \menuseparator
35660 日付
35661 \end_layout
35662
35663 \end_inset
35664 </cell>
35665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35666 \begin_inset Text
35667
35668 \begin_layout Plain Layout
35669
35670 \series bold
35671
35672 \backslash
35673 today
35674 \series default
35675 コマンド
35676 \end_layout
35677
35678 \end_inset
35679 </cell>
35680 </row>
35681 <row>
35682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686 LyX
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35692 \begin_inset Text
35693
35694 \begin_layout Plain Layout
35695 差込枠として
35696 \end_layout
35697
35698 \end_inset
35699 </cell>
35700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35701 \begin_inset Text
35702
35703 \begin_layout Plain Layout
35704 日付として
35705 \end_layout
35706
35707 \end_inset
35708 </cell>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 TeXコード差込枠として
35714 \end_layout
35715
35716 \end_inset
35717 </cell>
35718 </row>
35719 <row>
35720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35721 \begin_inset Text
35722
35723 \begin_layout Plain Layout
35724 LaTeX
35725 \end_layout
35726
35727 \end_inset
35728 </cell>
35729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35730 \begin_inset Text
35731
35732 \begin_layout Plain Layout
35733 日付として
35734 \end_layout
35735
35736 \end_inset
35737 </cell>
35738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35739 \begin_inset Text
35740
35741 \begin_layout Plain Layout
35742 日付として
35743 \end_layout
35744
35745 \end_inset
35746 </cell>
35747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35748 \begin_inset Text
35749
35750 \begin_layout Plain Layout
35751 コマンドとして
35752 \end_layout
35753
35754 \end_inset
35755 </cell>
35756 </row>
35757 <row>
35758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35759 \begin_inset Text
35760
35761 \begin_layout Plain Layout
35762 DVI, PDF, PS
35763 \end_layout
35764
35765 \end_inset
35766 </cell>
35767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35768 \begin_inset Text
35769
35770 \begin_layout Plain Layout
35771 日付として
35772 \end_layout
35773
35774 \end_inset
35775 </cell>
35776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35777 \begin_inset Text
35778
35779 \begin_layout Plain Layout
35780 日付として
35781 \end_layout
35782
35783 \end_inset
35784 </cell>
35785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35786 \begin_inset Text
35787
35788 \begin_layout Plain Layout
35789 日付として
35790 \end_layout
35791
35792 \end_inset
35793 </cell>
35794 </row>
35795 </lyxtabular>
35796
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \end_inset
35803
35804
35805 \end_layout
35806
35807 \begin_layout Standard
35808
35809 \family sans
35810 外部素材
35811 \family default
35812 ダイアログの
35813 \family sans
35814 ファイル
35815 \family default
35816 タブ中で
35817 \family sans
35818 下書き
35819 \family default
35820 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
35821 \begin_inset Newline newline
35822 \end_inset
35823
35824 LyX中での外部素材は、ダイアログ内の
35825 \family sans
35826 LaTeXとLyXのオプション
35827 \family default
35828 タブにある
35829 \family sans
35830 LyX内に表示
35831 \family default
35832 オプションの指定に従って、
35833 \begin_inset Graphics
35834         filename clipart/ExternalMaterialQt4.png
35835         scale 85
35836         scaleBeforeRotation
35837
35838 \end_inset
35839
35840 のようなボックスとして表示されるか、画像として表示されます。
35841 \end_layout
35842
35843 \begin_layout Standard
35844 取扱説明書
35845 \family sans
35846 \emph on
35847 カスタマイズ篇
35848 \family default
35849 \emph default
35850 には、自製のひな型を定義する方法が説明されています。
35851 \end_layout
35852
35853 \begin_layout Section
35854 子文書
35855 \begin_inset CommandInset label
35856 LatexCommand label
35857 name "sec:子文書"
35858
35859 \end_inset
35860
35861
35862 \begin_inset Index idx
35863 status collapsed
35864
35865 \begin_layout Plain Layout
35866 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
35867 \end_layout
35868
35869 \end_inset
35870
35871
35872 \begin_inset Index idx
35873 status collapsed
35874
35875 \begin_layout Plain Layout
35876 ふぁいる@ファイル ! いんくるーど@インクルード
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \begin_layout Standard
35885 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
35886 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
35887 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
35888 \end_layout
35889
35890 \begin_layout Standard
35891 親文書を開くことなく子文書で作業できるようにするには、子文書の
35892 \family sans
35893 文書
35894 \family default
35895 \SpecialChar \menuseparator
35896
35897 \family sans
35898 設定
35899 \family default
35900 \SpecialChar \menuseparator
35901
35902 \family sans
35903 文書クラス
35904 \family default
35905 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
35906 \end_layout
35907
35908 \begin_layout Standard
35909 取り込んだ文書は、LyX中で
35910 \begin_inset Graphics
35911         filename clipart/ChildDocumentQt4.png
35912         scale 85
35913         scaleBeforeRotation
35914
35915 \end_inset
35916
35917 のようなボックスとして表示されます。子文書を親文書に取り込むには、
35918 \family sans
35919 挿入
35920 \family default
35921 \SpecialChar \menuseparator
35922
35923 \family sans
35924 ファイル
35925 \family default
35926 \SpecialChar \menuseparator
35927
35928 \family sans
35929 子文書
35930 \family default
35931 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
35932 \end_layout
35933
35934 \begin_layout Description
35935 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
35936 \family sans
35937 子文書
35938 \family default
35939 ダイアログの
35940 \family sans
35941 編集
35942 \family default
35943 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
35944 \begin_inset Newline newline
35945 \end_inset
35946
35947
35948 \end_layout
35949
35950 \begin_layout Standard
35951 以下は、
35952 \family sans
35953 Include
35954 \family default
35955 を使用して挿入した子文書です。 
35956 \begin_inset CommandInset include
35957 LatexCommand include
35958 filename "DummyDocument1.lyx"
35959
35960 \end_inset
35961
35962
35963 \end_layout
35964
35965 \begin_layout Standard
35966 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
35967 あります。取り込んだ文書のラベルは、第
35968 \begin_inset CommandInset ref
35969 LatexCommand ref
35970 reference "sub:外部文書の第1小節"
35971
35972 \end_inset
35973
35974 小節、のように参照することができます。
35975 \end_layout
35976
35977 \begin_layout Standard
35978 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
35979 は、新規頁から始まるように挿入され、改頁して終わります。
35980 \end_layout
35981
35982 \begin_layout Standard
35983 \begin_inset Note Greyedout
35984 status open
35985
35986 \begin_layout Plain Layout
35987
35988 \series bold
35989 【註】
35990 \series default
35991 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
35992 警告が発せられます。
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Description
36001 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36002 \end_layout
36003
36004 \begin_deeper
36005 \begin_layout Itemize
36006 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36007 \end_layout
36008
36009 \begin_layout Itemize
36010 Inputファイルは、LyX設定の操作性
36011 \family sans
36012 \SpecialChar \menuseparator
36013 表示
36014 \family default
36015 の下にある
36016 \family sans
36017 画像を表示
36018 \family default
36019 を有効にすると、LyX中でプレビューすることができます。
36020 \end_layout
36021
36022 \begin_layout Itemize
36023 LaTeXコマンドの
36024 \series bold
36025
36026 \backslash
36027 includeonly
36028 \series default
36029 は使用することができません。
36030 \end_layout
36031
36032 \end_deeper
36033 \begin_layout Standard
36034 右は、
36035 \family sans
36036 Input
36037 \family default
36038 を使って挿入した子文書です。 
36039 \begin_inset CommandInset include
36040 LatexCommand input
36041 filename "DummyDocument2.lyx"
36042
36043 \end_inset
36044
36045
36046 \end_layout
36047
36048 \begin_layout Description
36049 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36050 に用いられているコマンドは実行されません。
36051 \family sans
36052 出力の空白に印付けをする
36053 \family default
36054 オプションを有効にすると、ソースコード中のすべての空白文字に「
36055 \begin_inset ERT
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059
36060
36061 \backslash
36062 textvisiblespace 
36063 \end_layout
36064
36065 \end_inset
36066
36067 」文字を表示させることができます。
36068 \family sans
36069 挿入\SpecialChar \menuseparator
36070 ファイル\SpecialChar \menuseparator
36071 平文
36072 \family default
36073 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36074 \end_layout
36075
36076 \begin_layout Standard
36077 以下は、verbatimとして挿入された子文書です。 
36078 \begin_inset CommandInset include
36079 LatexCommand verbatiminput
36080 filename "../DummyTextDocument.txt"
36081
36082 \end_inset
36083
36084
36085 \begin_inset VSpace bigskip
36086 \end_inset
36087
36088 以下は、
36089 \family sans
36090 出力の空白に印付けをする
36091 \family default
36092 オプションを指定して、verbatimとして挿入された子文書です。 
36093 \begin_inset CommandInset include
36094 LatexCommand verbatiminput*
36095 filename "../DummyTextDocument.txt"
36096
36097 \end_inset
36098
36099
36100 \end_layout
36101
36102 \begin_layout Standard
36103 \begin_inset VSpace bigskip
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \begin_layout Standard
36110 \begin_inset Note Greyedout
36111 status open
36112
36113 \begin_layout Plain Layout
36114
36115 \series bold
36116 【註】
36117 \series default
36118 上記の例でわかるように、
36119 \family sans
36120 verbatim
36121 \family default
36122 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36123 \end_layout
36124
36125 \end_inset
36126
36127
36128 \end_layout
36129
36130 \begin_layout Standard
36131 \begin_inset Note Greyedout
36132 status open
36133
36134 \begin_layout Plain Layout
36135
36136 \series bold
36137 【訳註】
36138 \series default
36139 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \end_layout
36146
36147 \begin_layout Description
36148 プログラムリスト この型については、第
36149 \begin_inset CommandInset ref
36150 LatexCommand ref
36151 reference "cha:プログラムコードリスト"
36152
36153 \end_inset
36154
36155 章に説明されています。
36156 \end_layout
36157
36158 \begin_layout Standard
36159 \begin_inset Note Greyedout
36160 status open
36161
36162 \begin_layout Plain Layout
36163
36164 \series bold
36165 【註】
36166 \series default
36167 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36168 \end_layout
36169
36170 \end_inset
36171
36172
36173 \end_layout
36174
36175 \begin_layout Standard
36176 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36177 一部を出力から排除することができます。これは、
36178 \family sans
36179 文書\SpecialChar \menuseparator
36180 設定\SpecialChar \menuseparator
36181 子文書
36182 \family default
36183 メニューから行うことができます。そこの一覧中の各子文書の
36184 \family sans
36185 出力に含める
36186 \family default
36187 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36188 てのみ機能することにご注意ください)。
36189 \family sans
36190 カウンタと引用を維持
36191 \family default
36192 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
36193 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
36194 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36195 \end_layout
36196
36197 \begin_layout Standard
36198 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36199 \begin_inset Foot
36200 status collapsed
36201
36202 \begin_layout Plain Layout
36203 派生枝は、LyX
36204 \emph on
36205 ユーザーの手引き
36206 \emph default
36207
36208 \emph on
36209 派生枝
36210 \emph default
36211 の節に説明されています。
36212 \end_layout
36213
36214 \end_inset
36215
36216 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36217 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36218 \end_layout
36219
36220 \begin_layout Chapter
36221 プログラムコードリスト
36222 \begin_inset CommandInset label
36223 LatexCommand label
36224 name "cha:プログラムコードリスト"
36225
36226 \end_inset
36227
36228
36229 \begin_inset Index idx
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233 りすと@リスト
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \begin_inset Index idx
36240 status collapsed
36241
36242 \begin_layout Plain Layout
36243 ぷろぐらむこーど@プログラムコード
36244 \end_layout
36245
36246 \end_inset
36247
36248
36249 \begin_inset Index idx
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253 ふろーと@フロート ! りすと@リスト
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \end_layout
36260
36261 \begin_layout Standard
36262 プログラムコードを取り込んで組版するには、
36263 \family sans
36264 挿入
36265 \family default
36266 \SpecialChar \menuseparator
36267
36268 \family sans
36269 プログラムリスト
36270 \family default
36271 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36272 \series bold
36273 listings
36274 \series default
36275
36276 \begin_inset Index idx
36277 status collapsed
36278
36279 \begin_layout Plain Layout
36280 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36281 \end_layout
36282
36283 \end_inset
36284
36285 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36286 \end_layout
36287
36288 \begin_layout Standard
36289 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36290 \end_layout
36291
36292 \begin_layout Standard
36293 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36294 \family sans
36295 行内リスト
36296 \family default
36297 を指定すると、リストは
36298 \begin_inset listings
36299 lstparams "language={C++}"
36300 inline true
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304
36305 int a=5;
36306 \end_layout
36307
36308 \end_inset
36309
36310 のように行内に印字されます。
36311 \begin_inset Newline newline
36312 \end_inset
36313
36314
36315 \family sans
36316 フロート
36317 \family default
36318 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36319 \begin_inset CommandInset ref
36320 LatexCommand ref
36321 reference "sec:フロートの配置"
36322
36323 \end_inset
36324
36325 節に説明されているフロート配置オプションに従って、「
36326 \family sans
36327 h
36328 \family default
36329 」「
36330 \family sans
36331 t
36332 \family default
36333 」「
36334 \family sans
36335 b
36336 \family default
36337 」「
36338 \family sans
36339 p
36340 \family default
36341 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36342 \family sans
36343 htbp
36344 \family default
36345 」のように区切りを入れることなく入力することができます。「
36346 \family sans
36347 h
36348 \family default
36349 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36350 \family sans
36351 フロート
36352 \family default
36353 オプションを使用しなければ大丈夫です。
36354 \end_layout
36355
36356 \begin_layout Standard
36357
36358 \family sans
36359 挿入
36360 \family default
36361 \SpecialChar \menuseparator
36362
36363 \family sans
36364 キャプション
36365 \family default
36366 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36367 \begin_inset CommandInset ref
36368 LatexCommand ref
36369 reference "lst:リストフロート"
36370
36371 \end_inset
36372
36373 のように参照することができます。
36374 \end_layout
36375
36376 \begin_layout Standard
36377 \begin_inset listings
36378 lstparams "language=Python"
36379 inline false
36380 status open
36381
36382 \begin_layout Plain Layout
36383
36384 \begin_inset Caption Standard
36385
36386 \begin_layout Plain Layout
36387 \begin_inset CommandInset label
36388 LatexCommand label
36389 name "lst:リストフロート"
36390
36391 \end_inset
36392
36393 Example Listing Float
36394 \end_layout
36395
36396 \end_inset
36397
36398 # Example listing float
36399 \end_layout
36400
36401 \begin_layout Plain Layout
36402
36403 def func(param):
36404 \end_layout
36405
36406 \begin_layout Plain Layout
36407
36408     'this is a python function'
36409 \end_layout
36410
36411 \begin_layout Plain Layout
36412
36413     pass
36414 \end_layout
36415
36416 \end_inset
36417
36418
36419 \end_layout
36420
36421 \begin_layout Standard
36422 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36423 onのキーワード「def」が識別され、ボールド体で出力されます。
36424 \end_layout
36425
36426 \begin_layout Standard
36427 \begin_inset Note Greyedout
36428 status open
36429
36430 \begin_layout Plain Layout
36431
36432 \series bold
36433 【註】
36434 \series default
36435 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36436 \family typewriter
36437 typewriter
36438 \family default
36439 フォントがボールド体を提供していません。この場合には、
36440 \family sans
36441 文書
36442 \family default
36443 \SpecialChar \menuseparator
36444
36445 \family sans
36446 設定
36447 \family default
36448 \SpecialChar \menuseparator
36449
36450 \family sans
36451 フォント
36452 \family default
36453 メニューで別のフォントを選択してください(
36454 \emph on
36455 LuxiMono
36456 \emph default
36457
36458 \emph on
36459 BeraMono
36460 \emph default
36461
36462 \emph on
36463 Courier
36464 \emph default
36465 の各フォントはボールド体を提供します)。
36466 \end_layout
36467
36468 \end_inset
36469
36470
36471 \end_layout
36472
36473 \begin_layout Standard
36474 \begin_inset Note Greyedout
36475 status open
36476
36477 \begin_layout Plain Layout
36478
36479 \series bold
36480 【訳註】
36481 \series default
36482 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36483 \end_layout
36484
36485 \end_inset
36486
36487
36488 \end_layout
36489
36490 \begin_layout Standard
36491 プログラムリストダイアログの
36492 \family sans
36493 行番号
36494 \family default
36495 のセクションでは、行番号の様式を指定することができます。
36496 \family sans
36497 行間
36498 \family default
36499 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36500 \end_layout
36501
36502 \begin_layout Standard
36503 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36504 \family sans
36505 拡張文字コード表を使う
36506 \family default
36507 オプションを使用しなくてはなりません。
36508 \begin_inset Newline newline
36509 \end_inset
36510
36511 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36512 \begin_inset space \thinspace{}
36513 \end_inset
36514
36515 -
36516 \begin_inset space \thinspace{}
36517 \end_inset
36518
36519 8」で設定したプログラムリストの例です。
36520 \end_layout
36521
36522 \begin_layout Standard
36523 \begin_inset listings
36524 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36525 inline false
36526 status open
36527
36528 \begin_layout Plain Layout
36529
36530 def func(param):
36531 \end_layout
36532
36533 \begin_layout Plain Layout
36534
36535     'this is a python function'
36536 \end_layout
36537
36538 \begin_layout Plain Layout
36539
36540     pass
36541 \end_layout
36542
36543 \begin_layout Plain Layout
36544
36545 def func(param):
36546 \end_layout
36547
36548 \begin_layout Plain Layout
36549
36550 'This is a German word: Tschüß'
36551 \end_layout
36552
36553 \begin_layout Plain Layout
36554
36555 pass
36556 \end_layout
36557
36558 \begin_layout Plain Layout
36559
36560 def func(param):
36561 \end_layout
36562
36563 \begin_layout Plain Layout
36564
36565 'this is a python function'
36566 \end_layout
36567
36568 \begin_layout Plain Layout
36569
36570 pass
36571 \end_layout
36572
36573 \end_inset
36574
36575
36576 \end_layout
36577
36578 \begin_layout Standard
36579 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36580 \family sans
36581 タビュレータの大きさ
36582 \family default
36583 フィールドで指定することができます。
36584 \end_layout
36585
36586 \begin_layout Standard
36587 \begin_inset Note Greyedout
36588 status open
36589
36590 \begin_layout Plain Layout
36591
36592 \series bold
36593 【註】listings
36594 \series default
36595 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36596 に振られているのはこのためです。
36597 \end_layout
36598
36599 \end_inset
36600
36601
36602 \end_layout
36603
36604 \begin_layout Standard
36605 \begin_inset VSpace bigskip
36606 \end_inset
36607
36608
36609 \end_layout
36610
36611 \begin_layout Standard
36612 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
36613 \family sans
36614 挿入
36615 \family default
36616 \SpecialChar \menuseparator
36617
36618 \family sans
36619 ファイル
36620 \family default
36621 \SpecialChar \menuseparator
36622
36623 \family sans
36624 子文書
36625 \family default
36626 メニューを使用して
36627 \family sans
36628 プログラムリスト
36629 \family default
36630 型を選択してください
36631 \begin_inset Foot
36632 status collapsed
36633
36634 \begin_layout Plain Layout
36635 他の子文書型については、第 section
36636 \begin_inset space ~
36637 \end_inset
36638
36639
36640 \begin_inset CommandInset ref
36641 LatexCommand ref
36642 reference "sec:子文書"
36643
36644 \end_inset
36645
36646 節に説明があります。
36647 \end_layout
36648
36649 \end_inset
36650
36651 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
36652 疑問符「?」を打鍵してください。
36653 \end_layout
36654
36655 \begin_layout Standard
36656 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
36657 \family sans
36658 挿入
36659 \family default
36660 \SpecialChar \menuseparator
36661
36662 \family sans
36663 相互参照
36664 \family default
36665 メニューを使って参照できるようになります。
36666 \end_layout
36667
36668 \begin_layout Standard
36669 プログラムリスト
36670 \begin_inset CommandInset ref
36671 LatexCommand ref
36672 reference "lst:file-listing"
36673
36674 \end_inset
36675
36676 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
36677 \end_layout
36678
36679 \begin_layout Standard
36680 \begin_inset CommandInset include
36681 LatexCommand lstinputlisting
36682 filename "EmbeddedObjects.lyx"
36683 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
36684
36685 \end_inset
36686
36687
36688 \end_layout
36689
36690 \begin_layout Standard
36691 \begin_inset VSpace bigskip
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \begin_layout Standard
36698 リストに数式を入れるには、以下のようにします。
36699 \end_layout
36700
36701 \begin_layout Enumerate
36702 リストダイアログを開き、
36703 \family sans
36704 詳細
36705 \family default
36706 タブのフィールド中に
36707 \begin_inset Newline newline
36708 \end_inset
36709
36710
36711 \family sans
36712 mathescape=true
36713 \family default
36714
36715 \begin_inset Newline newline
36716 \end_inset
36717
36718 と書き加えます。
36719 \end_layout
36720
36721 \begin_layout Enumerate
36722 リスト外で数式を作成します。
36723 \end_layout
36724
36725 \begin_layout Enumerate
36726 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
36727 \begin_inset Info
36728 type  "shortcut"
36729 arg   "copy"
36730 \end_inset
36731
36732 )。
36733 \end_layout
36734
36735 \begin_layout Enumerate
36736 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
36737 \begin_inset Info
36738 type  "shortcut"
36739 arg   "paste"
36740 \end_inset
36741
36742 )。
36743 \end_layout
36744
36745 \begin_layout Standard
36746 \begin_inset listings
36747 lstparams "language=Python,mathescape=true"
36748 inline false
36749 status open
36750
36751 \begin_layout Plain Layout
36752
36753 \begin_inset Caption Standard
36754
36755 \begin_layout Plain Layout
36756 Example Listing float containing a formula
36757 \end_layout
36758
36759 \end_inset
36760
36761 # Example listing float
36762 \end_layout
36763
36764 \begin_layout Plain Layout
36765
36766 def func(param):
36767 \end_layout
36768
36769 \begin_layout Plain Layout
36770
36771     # $
36772 \backslash
36773 prod_{n=1}^{
36774 \backslash
36775 infty}
36776 \backslash
36777 ,
36778 \backslash
36779 frac{1}{x^{2}}$
36780 \end_layout
36781
36782 \begin_layout Plain Layout
36783
36784     pass
36785 \end_layout
36786
36787 \end_inset
36788
36789
36790 \end_layout
36791
36792 \begin_layout Standard
36793 \begin_inset VSpace bigskip
36794 \end_inset
36795
36796
36797 \end_layout
36798
36799 \begin_layout Standard
36800 大域的なプログラムリストの設定は、
36801 \family sans
36802 文書
36803 \family default
36804 \SpecialChar \menuseparator
36805
36806 \family sans
36807 設定
36808 \family default
36809 \SpecialChar \menuseparator
36810
36811 \family sans
36812 リスト
36813 \family default
36814 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
36815 \family sans
36816 プログラムリスト設定
36817 \family default
36818 フィールドで疑問符「?」を打鍵してください。
36819 \end_layout
36820
36821 \begin_layout Standard
36822
36823 \series bold
36824 listings
36825 \series default
36826 パッケージについての詳しい情報については、取扱説明書
36827 \begin_inset CommandInset citation
36828 LatexCommand cite
36829 key "listings"
36830
36831 \end_inset
36832
36833 をご参照ください。.
36834 \end_layout
36835
36836 \begin_layout Standard
36837 \begin_inset Newpage newpage
36838 \end_inset
36839
36840
36841 \end_layout
36842
36843 \begin_layout Chapter
36844 \start_of_appendix
36845 LyXで使用できる単位
36846 \begin_inset Index idx
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850 たんい@単位
36851 \end_layout
36852
36853 \end_inset
36854
36855
36856 \begin_inset CommandInset label
36857 LatexCommand label
36858 name "cha:LyXで使用できる単位"
36859
36860 \end_inset
36861
36862
36863 \end_layout
36864
36865 \begin_layout Standard
36866 この文書で用いられる単位の理解のために、表
36867 \begin_inset CommandInset ref
36868 LatexCommand ref
36869 reference "tab:単位"
36870
36871 \end_inset
36872
36873 に、LyXで使うことのできる単位をまとめておきます。
36874 \end_layout
36875
36876 \begin_layout Standard
36877 \begin_inset Float table
36878 placement h
36879 wide false
36880 sideways false
36881 status open
36882
36883 \begin_layout Plain Layout
36884 \begin_inset Caption Standard
36885
36886 \begin_layout Plain Layout
36887 \begin_inset CommandInset label
36888 LatexCommand label
36889 name "tab:単位"
36890
36891 \end_inset
36892
36893 単位
36894 \end_layout
36895
36896 \end_inset
36897
36898
36899 \end_layout
36900
36901 \begin_layout Plain Layout
36902 \begin_inset VSpace medskip
36903 \end_inset
36904
36905
36906 \end_layout
36907
36908 \begin_layout Plain Layout
36909 \align center
36910 \begin_inset Tabular
36911 <lyxtabular version="3" rows="20" columns="2">
36912 <features rotate="0" tabularvalignment="middle">
36913 <column alignment="center" valignment="top">
36914 <column alignment="center" valignment="top">
36915 <row>
36916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Plain Layout
36920 単位
36921 \end_layout
36922
36923 \end_inset
36924 </cell>
36925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36926 \begin_inset Text
36927
36928 \begin_layout Plain Layout
36929 名称/摘要
36930 \end_layout
36931
36932 \end_inset
36933 </cell>
36934 </row>
36935 <row>
36936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Plain Layout
36940 mm
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36946 \begin_inset Text
36947
36948 \begin_layout Plain Layout
36949 ミリメートル
36950 \end_layout
36951
36952 \end_inset
36953 </cell>
36954 </row>
36955 <row>
36956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960 cm
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36966 \begin_inset Text
36967
36968 \begin_layout Plain Layout
36969 センチメートル
36970 \end_layout
36971
36972 \end_inset
36973 </cell>
36974 </row>
36975 <row>
36976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36977 \begin_inset Text
36978
36979 \begin_layout Plain Layout
36980 in
36981 \end_layout
36982
36983 \end_inset
36984 </cell>
36985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36986 \begin_inset Text
36987
36988 \begin_layout Plain Layout
36989 インチ
36990 \end_layout
36991
36992 \end_inset
36993 </cell>
36994 </row>
36995 <row>
36996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36997 \begin_inset Text
36998
36999 \begin_layout Plain Layout
37000 pt
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37006 \begin_inset Text
37007
37008 \begin_layout Plain Layout
37009 ポイント (72.27
37010 \begin_inset Formula $\,$
37011 \end_inset
37012
37013 pt = 1
37014 \begin_inset Formula $\,$
37015 \end_inset
37016
37017 in)
37018 \end_layout
37019
37020 \end_inset
37021 </cell>
37022 </row>
37023 <row>
37024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028 pc
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37034 \begin_inset Text
37035
37036 \begin_layout Plain Layout
37037 パイカ (1
37038 \begin_inset Formula $\,$
37039 \end_inset
37040
37041 pc = 12
37042 \begin_inset Formula $\,$
37043 \end_inset
37044
37045 pt)
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 </row>
37051 <row>
37052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37053 \begin_inset Text
37054
37055 \begin_layout Plain Layout
37056 sp
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065 スケールポイント (65536
37066 \begin_inset Formula $\,$
37067 \end_inset
37068
37069 sp = 1
37070 \begin_inset Formula $\,$
37071 \end_inset
37072
37073 pt)
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 <row>
37080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084 bp
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37090 \begin_inset Text
37091
37092 \begin_layout Plain Layout
37093 ビッグポイント (72
37094 \begin_inset Formula $\,$
37095 \end_inset
37096
37097 bp = 1
37098 \begin_inset Formula $\,$
37099 \end_inset
37100
37101 in)
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 </row>
37107 <row>
37108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37109 \begin_inset Text
37110
37111 \begin_layout Plain Layout
37112 dd
37113 \end_layout
37114
37115 \end_inset
37116 </cell>
37117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37118 \begin_inset Text
37119
37120 \begin_layout Plain Layout
37121 ディドー (72
37122 \begin_inset Formula $\,$
37123 \end_inset
37124
37125 dd 
37126 \begin_inset Formula $\approx$
37127 \end_inset
37128
37129  37.6
37130 \begin_inset Formula $\,$
37131 \end_inset
37132
37133 mm)
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 </row>
37139 <row>
37140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144 cc
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37150 \begin_inset Text
37151
37152 \begin_layout Plain Layout
37153 シセロ (1
37154 \begin_inset Formula $\,$
37155 \end_inset
37156
37157 cc = 12
37158 \begin_inset Formula $\,$
37159 \end_inset
37160
37161 dd)
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 </row>
37167 <row>
37168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172 Scale%
37173 \end_layout
37174
37175 \end_inset
37176 </cell>
37177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 元の画像幅の%
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 </row>
37187 <row>
37188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 text%
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201 テキスト幅の%
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 </row>
37207 <row>
37208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212 col%
37213 \end_layout
37214
37215 \end_inset
37216 </cell>
37217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37218 \begin_inset Text
37219
37220 \begin_layout Plain Layout
37221 組段幅の%
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 </row>
37227 <row>
37228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232 page%
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241 用紙幅の%
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 </row>
37247 <row>
37248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252 line%
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37258 \begin_inset Text
37259
37260 \begin_layout Plain Layout
37261 行幅の%
37262 \end_layout
37263
37264 \end_inset
37265 </cell>
37266 </row>
37267 <row>
37268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272 theight%
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281 テキスト高さの%
37282 \end_layout
37283
37284 \end_inset
37285 </cell>
37286 </row>
37287 <row>
37288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37289 \begin_inset Text
37290
37291 \begin_layout Plain Layout
37292 pheight%
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 用紙高さの%
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 </row>
37307 <row>
37308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312 ex
37313 \end_layout
37314
37315 \end_inset
37316 </cell>
37317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321 現在のフォントの文字「x」の高さ
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 </row>
37327 <row>
37328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332 em
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 現在のフォントの文字「M」の幅
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 </row>
37347 <row>
37348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 mu
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 数式単位 (1
37362 \begin_inset Formula $\,$
37363 \end_inset
37364
37365 mu = 1/18
37366 \begin_inset Formula $\,$
37367 \end_inset
37368
37369 em)
37370 \end_layout
37371
37372 \end_inset
37373 </cell>
37374 </row>
37375 </lyxtabular>
37376
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \end_inset
37383
37384
37385 \end_layout
37386
37387 \begin_layout Chapter
37388 画像を含む場合のファイル出力形式
37389 \begin_inset CommandInset label
37390 LatexCommand label
37391 name "cha:ファイル出力形式"
37392
37393 \end_inset
37394
37395
37396 \end_layout
37397
37398 \begin_layout Section
37399 DVI
37400 \begin_inset Index idx
37401 status collapsed
37402
37403 \begin_layout Plain Layout
37404 ふぁいるしょしき@ファイル書式 ! DVI
37405 \end_layout
37406
37407 \end_inset
37408
37409
37410 \begin_inset Index idx
37411 status collapsed
37412
37413 \begin_layout Plain Layout
37414 DVI
37415 \begin_inset ERT
37416 status collapsed
37417
37418 \begin_layout Plain Layout
37419
37420 |see
37421 \lang japanese
37422 {
37423 \end_layout
37424
37425 \end_inset
37426
37427 ファイル書式
37428 \begin_inset ERT
37429 status collapsed
37430
37431 \begin_layout Plain Layout
37432
37433 }
37434 \end_layout
37435
37436 \end_inset
37437
37438
37439 \end_layout
37440
37441 \end_inset
37442
37443
37444 \end_layout
37445
37446 \begin_layout Standard
37447 このファイル型の拡張子は「
37448 \family typewriter
37449 .dvi
37450 \family default
37451 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37452 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37453 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37454 \end_layout
37455
37456 \begin_layout Standard
37457 \begin_inset Note Greyedout
37458 status open
37459
37460 \begin_layout Plain Layout
37461 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37462 \end_layout
37463
37464 \end_inset
37465
37466 ですから、お使いの
37467 \family typewriter
37468 .dvi
37469 \family default
37470 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37471 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37472 DFを使用することをお勧めします。
37473 \end_layout
37474
37475 \begin_layout Standard
37476 使用中の文書は、
37477 \family sans
37478 ファイル
37479 \family default
37480 \SpecialChar \menuseparator
37481
37482 \family sans
37483 書き出し
37484 \family default
37485 \SpecialChar \menuseparator
37486
37487 \family sans
37488 DVI
37489 \family default
37490 メニューを使用して、DVIに書き出すことができます。
37491 \family sans
37492 表示
37493 \family default
37494 メニューから、文書をDVIとして表示させることもできます。
37495 \end_layout
37496
37497 \begin_layout Section
37498 PostScript
37499 \begin_inset CommandInset label
37500 LatexCommand label
37501 name "sec:PostScript"
37502
37503 \end_inset
37504
37505
37506 \begin_inset Index idx
37507 status collapsed
37508
37509 \begin_layout Plain Layout
37510 ふぁいるしょしき@ファイル書式 ! PostScript
37511 \end_layout
37512
37513 \end_inset
37514
37515
37516 \begin_inset Index idx
37517 status collapsed
37518
37519 \begin_layout Plain Layout
37520 PostScript
37521 \begin_inset ERT
37522 status collapsed
37523
37524 \begin_layout Plain Layout
37525
37526 |see
37527 \lang japanese
37528 {
37529 \end_layout
37530
37531 \end_inset
37532
37533 ファイル書式
37534 \begin_inset ERT
37535 status collapsed
37536
37537 \begin_layout Plain Layout
37538
37539 }
37540 \end_layout
37541
37542 \end_inset
37543
37544
37545 \end_layout
37546
37547 \end_inset
37548
37549
37550 \end_layout
37551
37552 \begin_layout Standard
37553 このファイル型の拡張子は「
37554 \family typewriter
37555 .ps
37556 \family default
37557 」です。PostScriptは、
37558 \family typewriter
37559 Adobe
37560 \family default
37561 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37562 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37563 \begin_inset Foot
37564 status collapsed
37565
37566 \begin_layout Plain Layout
37567 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37568 \series bold
37569 PSTricks
37570 \series default
37571
37572 \begin_inset CommandInset citation
37573 LatexCommand cite
37574 key "pstricks"
37575
37576 \end_inset
37577
37578 を見てみてください。
37579 \end_layout
37580
37581 \end_inset
37582
37583 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37584 \end_layout
37585
37586 \begin_layout Standard
37587 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37588 \family typewriter
37589 .eps
37590 \family default
37591 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37592 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37593 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37594 を直接EPSとして入れておく方がよいでしょう。
37595 \end_layout
37596
37597 \begin_layout Standard
37598 文書は、
37599 \family sans
37600 ファイル
37601 \family default
37602 \SpecialChar \menuseparator
37603
37604 \family sans
37605 書き出し
37606 \family default
37607 \SpecialChar \menuseparator
37608
37609 \family sans
37610 Postscript
37611 \family default
37612 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
37613 \family sans
37614 表示
37615 \family default
37616 メニューかツールバーボタン
37617 \begin_inset Graphics
37618         filename ../../images/buffer-view_ps.png
37619         scale 85
37620         scaleBeforeRotation
37621
37622 \end_inset
37623
37624 を使用することでPostScriptとして表示させることができます。
37625 \end_layout
37626
37627 \begin_layout Section
37628 PDF
37629 \begin_inset Index idx
37630 status collapsed
37631
37632 \begin_layout Plain Layout
37633 ふぁいるしょしき@ファイル書式 ! PDF
37634 \end_layout
37635
37636 \end_inset
37637
37638
37639 \begin_inset Index idx
37640 status collapsed
37641
37642 \begin_layout Plain Layout
37643 PDF
37644 \end_layout
37645
37646 \end_inset
37647
37648
37649 \end_layout
37650
37651 \begin_layout Standard
37652 このファイル型の拡張子は「
37653 \family typewriter
37654 .pdf
37655 \family default
37656 」です。この「Portable Document Format (PDF)」は、
37657 \family typewriter
37658 Adobe
37659 \family default
37660 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
37661 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
37662 \end_layout
37663
37664 \begin_layout Standard
37665 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
37666 \family typewriter
37667 .jpg
37668 \family default
37669 」または「
37670 \family typewriter
37671 .jpeg
37672 \family default
37673 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
37674 \family typewriter
37675 .png
37676 \family default
37677 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
37678 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
37679 とをお勧めします。
37680 \end_layout
37681
37682 \begin_layout Standard
37683 使用中の文書は、
37684 \family sans
37685 ファイル
37686 \family default
37687 \SpecialChar \menuseparator
37688
37689 \family sans
37690 書き出し
37691 \family default
37692 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
37693 \end_layout
37694
37695 \begin_layout Description
37696 PDF
37697 \begin_inset space ~
37698 \end_inset
37699
37700 (ps2pdf) これは
37701 \family typewriter
37702 ps2pdf
37703 \family default
37704 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
37705 \family typewriter
37706 dvips
37707 \family default
37708 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
37709 \end_layout
37710
37711 \begin_layout Description
37712 PDF
37713 \begin_inset space ~
37714 \end_inset
37715
37716 (dvipdfm) これは
37717 \family typewriter
37718 dvipdfm
37719 \family default
37720 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
37721 \end_layout
37722
37723 \begin_layout Description
37724 PDF
37725 \begin_inset space ~
37726 \end_inset
37727
37728 (pdflatex) これは
37729 \family typewriter
37730 pdftex
37731 \family default
37732 プログラムを使って、現在のファイルを直接PDFに変換します。
37733 \end_layout
37734
37735 \begin_layout Standard
37736
37737 \family typewriter
37738 pdftex
37739 \family default
37740 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
37741 \family sans
37742 PDF
37743 \begin_inset space ~
37744 \end_inset
37745
37746 (pdflatex)
37747 \family default
37748 を使用することが推奨されます。
37749 \family typewriter
37750 dvipdfm
37751 \family default
37752 プログラムは開発が停止しており、若干時代遅れになっています。
37753 \end_layout
37754
37755 \begin_layout Standard
37756 使用中の文書をPDFとして表示するには、
37757 \family sans
37758 表示
37759 \family default
37760 メニューかツールバーボタン
37761 \begin_inset Graphics
37762         filename ../../images/buffer-view_pdf2.png
37763         scale 85
37764         scaleBeforeRotation
37765
37766 \end_inset
37767
37768 (これは
37769 \family sans
37770 PDF
37771 \begin_inset space ~
37772 \end_inset
37773
37774 (pdflatex)
37775 \family default
37776 を使用します)を用います。
37777 \end_layout
37778
37779 \begin_layout Chapter
37780 dvips色名一覧
37781 \begin_inset CommandInset label
37782 LatexCommand label
37783 name "chap:dvips色名一覧"
37784
37785 \end_inset
37786
37787
37788 \end_layout
37789
37790 \begin_layout Standard
37791 \begin_inset Tabular
37792 <lyxtabular version="3" rows="17" columns="4">
37793 <features rotate="0" tabularvalignment="middle">
37794 <column alignment="left" valignment="top" width="0pt">
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 <row>
37799 <cell alignment="left" valignment="top" usebox="none">
37800 \begin_inset Text
37801
37802 \begin_layout Plain Layout
37803 \begin_inset ERT
37804 status collapsed
37805
37806 \begin_layout Plain Layout
37807
37808
37809 \backslash
37810 fcolorbox{black}{
37811 \end_layout
37812
37813 \end_inset
37814
37815 white
37816 \begin_inset ERT
37817 status collapsed
37818
37819 \begin_layout Plain Layout
37820
37821 }{
37822 \end_layout
37823
37824 \end_inset
37825
37826
37827 \begin_inset ERT
37828 status collapsed
37829
37830 \begin_layout Plain Layout
37831
37832 }
37833 \end_layout
37834
37835 \end_inset
37836
37837  色名
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 <cell alignment="left" valignment="top" usebox="none">
37843 \begin_inset Text
37844
37845 \begin_layout Plain Layout
37846 \begin_inset ERT
37847 status collapsed
37848
37849 \begin_layout Plain Layout
37850
37851
37852 \backslash
37853 fcolorbox{black}{
37854 \end_layout
37855
37856 \end_inset
37857
37858 white
37859 \begin_inset ERT
37860 status collapsed
37861
37862 \begin_layout Plain Layout
37863
37864 }{
37865 \end_layout
37866
37867 \end_inset
37868
37869
37870 \begin_inset ERT
37871 status collapsed
37872
37873 \begin_layout Plain Layout
37874
37875 }
37876 \end_layout
37877
37878 \end_inset
37879
37880  色名
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 <cell alignment="left" valignment="top" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889 \begin_inset ERT
37890 status collapsed
37891
37892 \begin_layout Plain Layout
37893
37894
37895 \backslash
37896 fcolorbox{black}{
37897 \end_layout
37898
37899 \end_inset
37900
37901 white
37902 \begin_inset ERT
37903 status collapsed
37904
37905 \begin_layout Plain Layout
37906
37907 }{
37908 \end_layout
37909
37910 \end_inset
37911
37912
37913 \begin_inset ERT
37914 status collapsed
37915
37916 \begin_layout Plain Layout
37917
37918 }
37919 \end_layout
37920
37921 \end_inset
37922
37923  色名
37924 \end_layout
37925
37926 \end_inset
37927 </cell>
37928 <cell alignment="left" valignment="top" usebox="none">
37929 \begin_inset Text
37930
37931 \begin_layout Plain Layout
37932 \begin_inset ERT
37933 status collapsed
37934
37935 \begin_layout Plain Layout
37936
37937
37938 \backslash
37939 fcolorbox{black}{
37940 \end_layout
37941
37942 \end_inset
37943
37944 white
37945 \begin_inset ERT
37946 status collapsed
37947
37948 \begin_layout Plain Layout
37949
37950 }{
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \begin_inset ERT
37957 status collapsed
37958
37959 \begin_layout Plain Layout
37960
37961 }
37962 \end_layout
37963
37964 \end_inset
37965
37966  色名
37967 \end_layout
37968
37969 \end_inset
37970 </cell>
37971 </row>
37972 <row>
37973 <cell alignment="center" valignment="top" usebox="none">
37974 \begin_inset Text
37975
37976 \begin_layout Plain Layout
37977 \begin_inset ERT
37978 status collapsed
37979
37980 \begin_layout Plain Layout
37981
37982
37983 \backslash
37984 fcolorbox{black}{
37985 \end_layout
37986
37987 \end_inset
37988
37989 Apricot
37990 \begin_inset ERT
37991 status collapsed
37992
37993 \begin_layout Plain Layout
37994
37995 }{
37996 \end_layout
37997
37998 \end_inset
37999
38000
38001 \begin_inset Phantom Phantom
38002 status open
38003
38004 \begin_layout Plain Layout
38005 W
38006 \end_layout
38007
38008 \end_inset
38009
38010
38011 \begin_inset ERT
38012 status collapsed
38013
38014 \begin_layout Plain Layout
38015
38016 }
38017 \end_layout
38018
38019 \end_inset
38020
38021  Apricot
38022 \end_layout
38023
38024 \end_inset
38025 </cell>
38026 <cell alignment="center" valignment="top" usebox="none">
38027 \begin_inset Text
38028
38029 \begin_layout Plain Layout
38030 \begin_inset ERT
38031 status collapsed
38032
38033 \begin_layout Plain Layout
38034
38035
38036 \backslash
38037 fcolorbox{black}{
38038 \end_layout
38039
38040 \end_inset
38041
38042 Aquamarine
38043 \begin_inset ERT
38044 status collapsed
38045
38046 \begin_layout Plain Layout
38047
38048 }{
38049 \end_layout
38050
38051 \end_inset
38052
38053
38054 \begin_inset Phantom Phantom
38055 status open
38056
38057 \begin_layout Plain Layout
38058 W
38059 \end_layout
38060
38061 \end_inset
38062
38063
38064 \begin_inset ERT
38065 status collapsed
38066
38067 \begin_layout Plain Layout
38068
38069 }
38070 \end_layout
38071
38072 \end_inset
38073
38074  Aquamarine
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 <cell alignment="center" valignment="top" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083 \begin_inset ERT
38084 status collapsed
38085
38086 \begin_layout Plain Layout
38087
38088
38089 \backslash
38090 fcolorbox{black}{
38091 \end_layout
38092
38093 \end_inset
38094
38095 Bittersweet
38096 \begin_inset ERT
38097 status collapsed
38098
38099 \begin_layout Plain Layout
38100
38101 }{
38102 \end_layout
38103
38104 \end_inset
38105
38106
38107 \begin_inset Phantom Phantom
38108 status open
38109
38110 \begin_layout Plain Layout
38111 W
38112 \end_layout
38113
38114 \end_inset
38115
38116
38117 \begin_inset ERT
38118 status collapsed
38119
38120 \begin_layout Plain Layout
38121
38122 }
38123 \end_layout
38124
38125 \end_inset
38126
38127  Bittersweet
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 <cell alignment="center" valignment="top" usebox="none">
38133 \begin_inset Text
38134
38135 \begin_layout Plain Layout
38136 \begin_inset ERT
38137 status collapsed
38138
38139 \begin_layout Plain Layout
38140
38141
38142 \backslash
38143 fcolorbox{black}{
38144 \end_layout
38145
38146 \end_inset
38147
38148 BlueGreen
38149 \begin_inset ERT
38150 status collapsed
38151
38152 \begin_layout Plain Layout
38153
38154 }{
38155 \end_layout
38156
38157 \end_inset
38158
38159
38160 \begin_inset Phantom Phantom
38161 status open
38162
38163 \begin_layout Plain Layout
38164 W
38165 \end_layout
38166
38167 \end_inset
38168
38169
38170 \begin_inset ERT
38171 status collapsed
38172
38173 \begin_layout Plain Layout
38174
38175 }
38176 \end_layout
38177
38178 \end_inset
38179
38180  BlueGreen
38181 \end_layout
38182
38183 \end_inset
38184 </cell>
38185 </row>
38186 <row>
38187 <cell alignment="left" valignment="top" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191 \begin_inset ERT
38192 status collapsed
38193
38194 \begin_layout Plain Layout
38195
38196
38197 \backslash
38198 fcolorbox{black}{
38199 \end_layout
38200
38201 \end_inset
38202
38203 BlueViolet
38204 \begin_inset ERT
38205 status collapsed
38206
38207 \begin_layout Plain Layout
38208
38209 }{
38210 \end_layout
38211
38212 \end_inset
38213
38214
38215 \begin_inset Phantom Phantom
38216 status open
38217
38218 \begin_layout Plain Layout
38219 W
38220 \end_layout
38221
38222 \end_inset
38223
38224
38225 \begin_inset ERT
38226 status collapsed
38227
38228 \begin_layout Plain Layout
38229
38230 }
38231 \end_layout
38232
38233 \end_inset
38234
38235  BlueViolet
38236 \end_layout
38237
38238 \end_inset
38239 </cell>
38240 <cell alignment="left" valignment="top" usebox="none">
38241 \begin_inset Text
38242
38243 \begin_layout Plain Layout
38244 \begin_inset ERT
38245 status collapsed
38246
38247 \begin_layout Plain Layout
38248
38249
38250 \backslash
38251 fcolorbox{black}{
38252 \end_layout
38253
38254 \end_inset
38255
38256 BrickRed
38257 \begin_inset ERT
38258 status collapsed
38259
38260 \begin_layout Plain Layout
38261
38262 }{
38263 \end_layout
38264
38265 \end_inset
38266
38267
38268 \begin_inset Phantom Phantom
38269 status open
38270
38271 \begin_layout Plain Layout
38272 W
38273 \end_layout
38274
38275 \end_inset
38276
38277
38278 \begin_inset ERT
38279 status collapsed
38280
38281 \begin_layout Plain Layout
38282
38283 }
38284 \end_layout
38285
38286 \end_inset
38287
38288  BrickRed
38289 \end_layout
38290
38291 \end_inset
38292 </cell>
38293 <cell alignment="left" valignment="top" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297 \begin_inset ERT
38298 status collapsed
38299
38300 \begin_layout Plain Layout
38301
38302
38303 \backslash
38304 fcolorbox{black}{
38305 \end_layout
38306
38307 \end_inset
38308
38309 Brown
38310 \begin_inset ERT
38311 status collapsed
38312
38313 \begin_layout Plain Layout
38314
38315 }{
38316 \end_layout
38317
38318 \end_inset
38319
38320
38321 \begin_inset Phantom Phantom
38322 status open
38323
38324 \begin_layout Plain Layout
38325 W
38326 \end_layout
38327
38328 \end_inset
38329
38330
38331 \begin_inset ERT
38332 status collapsed
38333
38334 \begin_layout Plain Layout
38335
38336 }
38337 \end_layout
38338
38339 \end_inset
38340
38341  Brown
38342 \end_layout
38343
38344 \end_inset
38345 </cell>
38346 <cell alignment="left" valignment="top" usebox="none">
38347 \begin_inset Text
38348
38349 \begin_layout Plain Layout
38350 \begin_inset ERT
38351 status collapsed
38352
38353 \begin_layout Plain Layout
38354
38355
38356 \backslash
38357 fcolorbox{black}{
38358 \end_layout
38359
38360 \end_inset
38361
38362 BurntOrange
38363 \begin_inset ERT
38364 status collapsed
38365
38366 \begin_layout Plain Layout
38367
38368 }{
38369 \end_layout
38370
38371 \end_inset
38372
38373
38374 \begin_inset Phantom Phantom
38375 status open
38376
38377 \begin_layout Plain Layout
38378 W
38379 \end_layout
38380
38381 \end_inset
38382
38383
38384 \begin_inset ERT
38385 status collapsed
38386
38387 \begin_layout Plain Layout
38388
38389 }
38390 \end_layout
38391
38392 \end_inset
38393
38394  BurntOrange
38395 \end_layout
38396
38397 \end_inset
38398 </cell>
38399 </row>
38400 <row>
38401 <cell alignment="left" valignment="top" usebox="none">
38402 \begin_inset Text
38403
38404 \begin_layout Plain Layout
38405 \begin_inset ERT
38406 status collapsed
38407
38408 \begin_layout Plain Layout
38409
38410
38411 \backslash
38412 fcolorbox{black}{
38413 \end_layout
38414
38415 \end_inset
38416
38417 CadetBlue
38418 \begin_inset ERT
38419 status collapsed
38420
38421 \begin_layout Plain Layout
38422
38423 }{
38424 \end_layout
38425
38426 \end_inset
38427
38428
38429 \begin_inset Phantom Phantom
38430 status open
38431
38432 \begin_layout Plain Layout
38433 W
38434 \end_layout
38435
38436 \end_inset
38437
38438
38439 \begin_inset ERT
38440 status collapsed
38441
38442 \begin_layout Plain Layout
38443
38444 }
38445 \end_layout
38446
38447 \end_inset
38448
38449  CadetBlue
38450 \end_layout
38451
38452 \end_inset
38453 </cell>
38454 <cell alignment="left" valignment="top" usebox="none">
38455 \begin_inset Text
38456
38457 \begin_layout Plain Layout
38458 \begin_inset ERT
38459 status collapsed
38460
38461 \begin_layout Plain Layout
38462
38463
38464 \backslash
38465 fcolorbox{black}{
38466 \end_layout
38467
38468 \end_inset
38469
38470 CarnationPink
38471 \begin_inset ERT
38472 status collapsed
38473
38474 \begin_layout Plain Layout
38475
38476 }{
38477 \end_layout
38478
38479 \end_inset
38480
38481
38482 \begin_inset Phantom Phantom
38483 status open
38484
38485 \begin_layout Plain Layout
38486 W
38487 \end_layout
38488
38489 \end_inset
38490
38491
38492 \begin_inset ERT
38493 status collapsed
38494
38495 \begin_layout Plain Layout
38496
38497 }
38498 \end_layout
38499
38500 \end_inset
38501
38502  CarnationPink
38503 \end_layout
38504
38505 \end_inset
38506 </cell>
38507 <cell alignment="left" valignment="top" usebox="none">
38508 \begin_inset Text
38509
38510 \begin_layout Plain Layout
38511 \begin_inset ERT
38512 status collapsed
38513
38514 \begin_layout Plain Layout
38515
38516
38517 \backslash
38518 fcolorbox{black}{
38519 \end_layout
38520
38521 \end_inset
38522
38523 Cerulean
38524 \begin_inset ERT
38525 status collapsed
38526
38527 \begin_layout Plain Layout
38528
38529 }{
38530 \end_layout
38531
38532 \end_inset
38533
38534
38535 \begin_inset Phantom Phantom
38536 status open
38537
38538 \begin_layout Plain Layout
38539 W
38540 \end_layout
38541
38542 \end_inset
38543
38544
38545 \begin_inset ERT
38546 status collapsed
38547
38548 \begin_layout Plain Layout
38549
38550 }
38551 \end_layout
38552
38553 \end_inset
38554
38555  Cerulean
38556 \end_layout
38557
38558 \end_inset
38559 </cell>
38560 <cell alignment="left" valignment="top" usebox="none">
38561 \begin_inset Text
38562
38563 \begin_layout Plain Layout
38564 \begin_inset ERT
38565 status collapsed
38566
38567 \begin_layout Plain Layout
38568
38569
38570 \backslash
38571 fcolorbox{black}{
38572 \end_layout
38573
38574 \end_inset
38575
38576 CornflowerBlue
38577 \begin_inset ERT
38578 status collapsed
38579
38580 \begin_layout Plain Layout
38581
38582 }{
38583 \end_layout
38584
38585 \end_inset
38586
38587
38588 \begin_inset Phantom Phantom
38589 status open
38590
38591 \begin_layout Plain Layout
38592 W
38593 \end_layout
38594
38595 \end_inset
38596
38597
38598 \begin_inset ERT
38599 status collapsed
38600
38601 \begin_layout Plain Layout
38602
38603 }
38604 \end_layout
38605
38606 \end_inset
38607
38608  CornflowerBlue
38609 \end_layout
38610
38611 \end_inset
38612 </cell>
38613 </row>
38614 <row>
38615 <cell alignment="left" valignment="top" usebox="none">
38616 \begin_inset Text
38617
38618 \begin_layout Plain Layout
38619 \begin_inset ERT
38620 status collapsed
38621
38622 \begin_layout Plain Layout
38623
38624
38625 \backslash
38626 fcolorbox{black}{
38627 \end_layout
38628
38629 \end_inset
38630
38631 Dandelion
38632 \begin_inset ERT
38633 status collapsed
38634
38635 \begin_layout Plain Layout
38636
38637 }{
38638 \end_layout
38639
38640 \end_inset
38641
38642
38643 \begin_inset Phantom Phantom
38644 status open
38645
38646 \begin_layout Plain Layout
38647 W
38648 \end_layout
38649
38650 \end_inset
38651
38652
38653 \begin_inset ERT
38654 status collapsed
38655
38656 \begin_layout Plain Layout
38657
38658 }
38659 \end_layout
38660
38661 \end_inset
38662
38663  Dandelion
38664 \end_layout
38665
38666 \end_inset
38667 </cell>
38668 <cell alignment="left" valignment="top" usebox="none">
38669 \begin_inset Text
38670
38671 \begin_layout Plain Layout
38672 \begin_inset ERT
38673 status collapsed
38674
38675 \begin_layout Plain Layout
38676
38677
38678 \backslash
38679 fcolorbox{black}{
38680 \end_layout
38681
38682 \end_inset
38683
38684 DarkOrchid
38685 \begin_inset ERT
38686 status collapsed
38687
38688 \begin_layout Plain Layout
38689
38690 }{
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \begin_inset Phantom Phantom
38697 status open
38698
38699 \begin_layout Plain Layout
38700 W
38701 \end_layout
38702
38703 \end_inset
38704
38705
38706 \begin_inset ERT
38707 status collapsed
38708
38709 \begin_layout Plain Layout
38710
38711 }
38712 \end_layout
38713
38714 \end_inset
38715
38716  DarkOrchid
38717 \end_layout
38718
38719 \end_inset
38720 </cell>
38721 <cell alignment="left" valignment="top" usebox="none">
38722 \begin_inset Text
38723
38724 \begin_layout Plain Layout
38725 \begin_inset ERT
38726 status collapsed
38727
38728 \begin_layout Plain Layout
38729
38730
38731 \backslash
38732 fcolorbox{black}{
38733 \end_layout
38734
38735 \end_inset
38736
38737 Emerald
38738 \begin_inset ERT
38739 status collapsed
38740
38741 \begin_layout Plain Layout
38742
38743 }{
38744 \end_layout
38745
38746 \end_inset
38747
38748
38749 \begin_inset Phantom Phantom
38750 status open
38751
38752 \begin_layout Plain Layout
38753 W
38754 \end_layout
38755
38756 \end_inset
38757
38758
38759 \begin_inset ERT
38760 status collapsed
38761
38762 \begin_layout Plain Layout
38763
38764 }
38765 \end_layout
38766
38767 \end_inset
38768
38769  Emerald
38770 \end_layout
38771
38772 \end_inset
38773 </cell>
38774 <cell alignment="left" valignment="top" usebox="none">
38775 \begin_inset Text
38776
38777 \begin_layout Plain Layout
38778 \begin_inset ERT
38779 status collapsed
38780
38781 \begin_layout Plain Layout
38782
38783
38784 \backslash
38785 fcolorbox{black}{
38786 \end_layout
38787
38788 \end_inset
38789
38790 ForestGreen
38791 \begin_inset ERT
38792 status collapsed
38793
38794 \begin_layout Plain Layout
38795
38796 }{
38797 \end_layout
38798
38799 \end_inset
38800
38801
38802 \begin_inset Phantom Phantom
38803 status open
38804
38805 \begin_layout Plain Layout
38806 W
38807 \end_layout
38808
38809 \end_inset
38810
38811
38812 \begin_inset ERT
38813 status collapsed
38814
38815 \begin_layout Plain Layout
38816
38817 }
38818 \end_layout
38819
38820 \end_inset
38821
38822  ForestGreen
38823 \end_layout
38824
38825 \end_inset
38826 </cell>
38827 </row>
38828 <row>
38829 <cell alignment="left" valignment="top" usebox="none">
38830 \begin_inset Text
38831
38832 \begin_layout Plain Layout
38833 \begin_inset ERT
38834 status collapsed
38835
38836 \begin_layout Plain Layout
38837
38838
38839 \backslash
38840 fcolorbox{black}{
38841 \end_layout
38842
38843 \end_inset
38844
38845 Fuchsia
38846 \begin_inset ERT
38847 status collapsed
38848
38849 \begin_layout Plain Layout
38850
38851 }{
38852 \end_layout
38853
38854 \end_inset
38855
38856
38857 \begin_inset Phantom Phantom
38858 status open
38859
38860 \begin_layout Plain Layout
38861 W
38862 \end_layout
38863
38864 \end_inset
38865
38866
38867 \begin_inset ERT
38868 status collapsed
38869
38870 \begin_layout Plain Layout
38871
38872 }
38873 \end_layout
38874
38875 \end_inset
38876
38877  Fuchsia
38878 \end_layout
38879
38880 \end_inset
38881 </cell>
38882 <cell alignment="left" valignment="top" usebox="none">
38883 \begin_inset Text
38884
38885 \begin_layout Plain Layout
38886 \begin_inset ERT
38887 status collapsed
38888
38889 \begin_layout Plain Layout
38890
38891
38892 \backslash
38893 fcolorbox{black}{
38894 \end_layout
38895
38896 \end_inset
38897
38898 Goldenrod
38899 \begin_inset ERT
38900 status collapsed
38901
38902 \begin_layout Plain Layout
38903
38904 }{
38905 \end_layout
38906
38907 \end_inset
38908
38909
38910 \begin_inset Phantom Phantom
38911 status open
38912
38913 \begin_layout Plain Layout
38914 W
38915 \end_layout
38916
38917 \end_inset
38918
38919
38920 \begin_inset ERT
38921 status collapsed
38922
38923 \begin_layout Plain Layout
38924
38925 }
38926 \end_layout
38927
38928 \end_inset
38929
38930  Goldenrod
38931 \end_layout
38932
38933 \end_inset
38934 </cell>
38935 <cell alignment="left" valignment="top" usebox="none">
38936 \begin_inset Text
38937
38938 \begin_layout Plain Layout
38939 \begin_inset ERT
38940 status collapsed
38941
38942 \begin_layout Plain Layout
38943
38944
38945 \backslash
38946 fcolorbox{black}{
38947 \end_layout
38948
38949 \end_inset
38950
38951 Gray
38952 \begin_inset ERT
38953 status collapsed
38954
38955 \begin_layout Plain Layout
38956
38957 }{
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset Phantom Phantom
38964 status open
38965
38966 \begin_layout Plain Layout
38967 W
38968 \end_layout
38969
38970 \end_inset
38971
38972
38973 \begin_inset ERT
38974 status collapsed
38975
38976 \begin_layout Plain Layout
38977
38978 }
38979 \end_layout
38980
38981 \end_inset
38982
38983  Gray
38984 \end_layout
38985
38986 \end_inset
38987 </cell>
38988 <cell alignment="left" valignment="top" usebox="none">
38989 \begin_inset Text
38990
38991 \begin_layout Plain Layout
38992 \begin_inset ERT
38993 status collapsed
38994
38995 \begin_layout Plain Layout
38996
38997
38998 \backslash
38999 fcolorbox{black}{
39000 \end_layout
39001
39002 \end_inset
39003
39004 GreenYellow
39005 \begin_inset ERT
39006 status collapsed
39007
39008 \begin_layout Plain Layout
39009
39010 }{
39011 \end_layout
39012
39013 \end_inset
39014
39015
39016 \begin_inset Phantom Phantom
39017 status open
39018
39019 \begin_layout Plain Layout
39020 W
39021 \end_layout
39022
39023 \end_inset
39024
39025
39026 \begin_inset ERT
39027 status collapsed
39028
39029 \begin_layout Plain Layout
39030
39031 }
39032 \end_layout
39033
39034 \end_inset
39035
39036  GreenYellow
39037 \end_layout
39038
39039 \end_inset
39040 </cell>
39041 </row>
39042 <row>
39043 <cell alignment="center" valignment="top" usebox="none">
39044 \begin_inset Text
39045
39046 \begin_layout Plain Layout
39047 \begin_inset ERT
39048 status collapsed
39049
39050 \begin_layout Plain Layout
39051
39052
39053 \backslash
39054 fcolorbox{black}{
39055 \end_layout
39056
39057 \end_inset
39058
39059 JungleGreen
39060 \begin_inset ERT
39061 status collapsed
39062
39063 \begin_layout Plain Layout
39064
39065 }{
39066 \end_layout
39067
39068 \end_inset
39069
39070
39071 \begin_inset Phantom Phantom
39072 status open
39073
39074 \begin_layout Plain Layout
39075 W
39076 \end_layout
39077
39078 \end_inset
39079
39080
39081 \begin_inset ERT
39082 status collapsed
39083
39084 \begin_layout Plain Layout
39085
39086 }
39087 \end_layout
39088
39089 \end_inset
39090
39091  JungleGreen
39092 \end_layout
39093
39094 \end_inset
39095 </cell>
39096 <cell alignment="center" valignment="top" usebox="none">
39097 \begin_inset Text
39098
39099 \begin_layout Plain Layout
39100 \begin_inset ERT
39101 status collapsed
39102
39103 \begin_layout Plain Layout
39104
39105
39106 \backslash
39107 fcolorbox{black}{
39108 \end_layout
39109
39110 \end_inset
39111
39112 Lavender
39113 \begin_inset ERT
39114 status collapsed
39115
39116 \begin_layout Plain Layout
39117
39118 }{
39119 \end_layout
39120
39121 \end_inset
39122
39123
39124 \begin_inset Phantom Phantom
39125 status open
39126
39127 \begin_layout Plain Layout
39128 W
39129 \end_layout
39130
39131 \end_inset
39132
39133
39134 \begin_inset ERT
39135 status collapsed
39136
39137 \begin_layout Plain Layout
39138
39139 }
39140 \end_layout
39141
39142 \end_inset
39143
39144  Lavender
39145 \end_layout
39146
39147 \end_inset
39148 </cell>
39149 <cell alignment="center" valignment="top" usebox="none">
39150 \begin_inset Text
39151
39152 \begin_layout Plain Layout
39153 \begin_inset ERT
39154 status collapsed
39155
39156 \begin_layout Plain Layout
39157
39158
39159 \backslash
39160 fcolorbox{black}{
39161 \end_layout
39162
39163 \end_inset
39164
39165 LimeGreen
39166 \begin_inset ERT
39167 status collapsed
39168
39169 \begin_layout Plain Layout
39170
39171 }{
39172 \end_layout
39173
39174 \end_inset
39175
39176
39177 \begin_inset Phantom Phantom
39178 status open
39179
39180 \begin_layout Plain Layout
39181 W
39182 \end_layout
39183
39184 \end_inset
39185
39186
39187 \begin_inset ERT
39188 status collapsed
39189
39190 \begin_layout Plain Layout
39191
39192 }
39193 \end_layout
39194
39195 \end_inset
39196
39197  LimeGreen
39198 \end_layout
39199
39200 \end_inset
39201 </cell>
39202 <cell alignment="center" valignment="top" usebox="none">
39203 \begin_inset Text
39204
39205 \begin_layout Plain Layout
39206 \begin_inset ERT
39207 status collapsed
39208
39209 \begin_layout Plain Layout
39210
39211
39212 \backslash
39213 fcolorbox{black}{
39214 \end_layout
39215
39216 \end_inset
39217
39218 Mahogany
39219 \begin_inset ERT
39220 status collapsed
39221
39222 \begin_layout Plain Layout
39223
39224 }{
39225 \end_layout
39226
39227 \end_inset
39228
39229
39230 \begin_inset Phantom Phantom
39231 status open
39232
39233 \begin_layout Plain Layout
39234 W
39235 \end_layout
39236
39237 \end_inset
39238
39239
39240 \begin_inset ERT
39241 status collapsed
39242
39243 \begin_layout Plain Layout
39244
39245 }
39246 \end_layout
39247
39248 \end_inset
39249
39250  Mahogany
39251 \end_layout
39252
39253 \end_inset
39254 </cell>
39255 </row>
39256 <row>
39257 <cell alignment="left" valignment="top" usebox="none">
39258 \begin_inset Text
39259
39260 \begin_layout Plain Layout
39261 \begin_inset ERT
39262 status collapsed
39263
39264 \begin_layout Plain Layout
39265
39266
39267 \backslash
39268 fcolorbox{black}{
39269 \end_layout
39270
39271 \end_inset
39272
39273 Mahogany
39274 \begin_inset ERT
39275 status collapsed
39276
39277 \begin_layout Plain Layout
39278
39279 }{
39280 \end_layout
39281
39282 \end_inset
39283
39284
39285 \begin_inset Phantom Phantom
39286 status open
39287
39288 \begin_layout Plain Layout
39289 W
39290 \end_layout
39291
39292 \end_inset
39293
39294
39295 \begin_inset ERT
39296 status collapsed
39297
39298 \begin_layout Plain Layout
39299
39300 }
39301 \end_layout
39302
39303 \end_inset
39304
39305  Mahogany
39306 \end_layout
39307
39308 \end_inset
39309 </cell>
39310 <cell alignment="left" valignment="top" usebox="none">
39311 \begin_inset Text
39312
39313 \begin_layout Plain Layout
39314 \begin_inset ERT
39315 status collapsed
39316
39317 \begin_layout Plain Layout
39318
39319
39320 \backslash
39321 fcolorbox{black}{
39322 \end_layout
39323
39324 \end_inset
39325
39326 Maroon
39327 \begin_inset ERT
39328 status collapsed
39329
39330 \begin_layout Plain Layout
39331
39332 }{
39333 \end_layout
39334
39335 \end_inset
39336
39337
39338 \begin_inset Phantom Phantom
39339 status open
39340
39341 \begin_layout Plain Layout
39342 W
39343 \end_layout
39344
39345 \end_inset
39346
39347
39348 \begin_inset ERT
39349 status collapsed
39350
39351 \begin_layout Plain Layout
39352
39353 }
39354 \end_layout
39355
39356 \end_inset
39357
39358  Maroon
39359 \end_layout
39360
39361 \end_inset
39362 </cell>
39363 <cell alignment="left" valignment="top" usebox="none">
39364 \begin_inset Text
39365
39366 \begin_layout Plain Layout
39367 \begin_inset ERT
39368 status collapsed
39369
39370 \begin_layout Plain Layout
39371
39372
39373 \backslash
39374 fcolorbox{black}{
39375 \end_layout
39376
39377 \end_inset
39378
39379 Melon
39380 \begin_inset ERT
39381 status collapsed
39382
39383 \begin_layout Plain Layout
39384
39385 }{
39386 \end_layout
39387
39388 \end_inset
39389
39390
39391 \begin_inset Phantom Phantom
39392 status open
39393
39394 \begin_layout Plain Layout
39395 W
39396 \end_layout
39397
39398 \end_inset
39399
39400
39401 \begin_inset ERT
39402 status collapsed
39403
39404 \begin_layout Plain Layout
39405
39406 }
39407 \end_layout
39408
39409 \end_inset
39410
39411  Melon
39412 \end_layout
39413
39414 \end_inset
39415 </cell>
39416 <cell alignment="left" valignment="top" usebox="none">
39417 \begin_inset Text
39418
39419 \begin_layout Plain Layout
39420 \begin_inset ERT
39421 status collapsed
39422
39423 \begin_layout Plain Layout
39424
39425
39426 \backslash
39427 fcolorbox{black}{
39428 \end_layout
39429
39430 \end_inset
39431
39432 MidnightBlue
39433 \begin_inset ERT
39434 status collapsed
39435
39436 \begin_layout Plain Layout
39437
39438 }{
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \begin_inset Phantom Phantom
39445 status open
39446
39447 \begin_layout Plain Layout
39448 W
39449 \end_layout
39450
39451 \end_inset
39452
39453
39454 \begin_inset ERT
39455 status collapsed
39456
39457 \begin_layout Plain Layout
39458
39459 }
39460 \end_layout
39461
39462 \end_inset
39463
39464  MidnightBlue
39465 \end_layout
39466
39467 \end_inset
39468 </cell>
39469 </row>
39470 <row>
39471 <cell alignment="left" valignment="top" usebox="none">
39472 \begin_inset Text
39473
39474 \begin_layout Plain Layout
39475 \begin_inset ERT
39476 status collapsed
39477
39478 \begin_layout Plain Layout
39479
39480
39481 \backslash
39482 fcolorbox{black}{
39483 \end_layout
39484
39485 \end_inset
39486
39487 Mulberry
39488 \begin_inset ERT
39489 status collapsed
39490
39491 \begin_layout Plain Layout
39492
39493 }{
39494 \end_layout
39495
39496 \end_inset
39497
39498
39499 \begin_inset Phantom Phantom
39500 status open
39501
39502 \begin_layout Plain Layout
39503 W
39504 \end_layout
39505
39506 \end_inset
39507
39508
39509 \begin_inset ERT
39510 status collapsed
39511
39512 \begin_layout Plain Layout
39513
39514 }
39515 \end_layout
39516
39517 \end_inset
39518
39519  Mulberry
39520 \end_layout
39521
39522 \end_inset
39523 </cell>
39524 <cell alignment="left" valignment="top" usebox="none">
39525 \begin_inset Text
39526
39527 \begin_layout Plain Layout
39528 \begin_inset ERT
39529 status collapsed
39530
39531 \begin_layout Plain Layout
39532
39533
39534 \backslash
39535 fcolorbox{black}{
39536 \end_layout
39537
39538 \end_inset
39539
39540 NavyBlue
39541 \begin_inset ERT
39542 status collapsed
39543
39544 \begin_layout Plain Layout
39545
39546 }{
39547 \end_layout
39548
39549 \end_inset
39550
39551
39552 \begin_inset Phantom Phantom
39553 status open
39554
39555 \begin_layout Plain Layout
39556 W
39557 \end_layout
39558
39559 \end_inset
39560
39561
39562 \begin_inset ERT
39563 status collapsed
39564
39565 \begin_layout Plain Layout
39566
39567 }
39568 \end_layout
39569
39570 \end_inset
39571
39572  NavyBlue
39573 \end_layout
39574
39575 \end_inset
39576 </cell>
39577 <cell alignment="left" valignment="top" usebox="none">
39578 \begin_inset Text
39579
39580 \begin_layout Plain Layout
39581 \begin_inset ERT
39582 status collapsed
39583
39584 \begin_layout Plain Layout
39585
39586
39587 \backslash
39588 fcolorbox{black}{
39589 \end_layout
39590
39591 \end_inset
39592
39593 OliveGreen
39594 \begin_inset ERT
39595 status collapsed
39596
39597 \begin_layout Plain Layout
39598
39599 }{
39600 \end_layout
39601
39602 \end_inset
39603
39604
39605 \begin_inset Phantom Phantom
39606 status open
39607
39608 \begin_layout Plain Layout
39609 W
39610 \end_layout
39611
39612 \end_inset
39613
39614
39615 \begin_inset ERT
39616 status collapsed
39617
39618 \begin_layout Plain Layout
39619
39620 }
39621 \end_layout
39622
39623 \end_inset
39624
39625  OliveGreen
39626 \end_layout
39627
39628 \end_inset
39629 </cell>
39630 <cell alignment="left" valignment="top" usebox="none">
39631 \begin_inset Text
39632
39633 \begin_layout Plain Layout
39634 \begin_inset ERT
39635 status collapsed
39636
39637 \begin_layout Plain Layout
39638
39639
39640 \backslash
39641 fcolorbox{black}{
39642 \end_layout
39643
39644 \end_inset
39645
39646 Orange
39647 \begin_inset ERT
39648 status collapsed
39649
39650 \begin_layout Plain Layout
39651
39652 }{
39653 \end_layout
39654
39655 \end_inset
39656
39657
39658 \begin_inset Phantom Phantom
39659 status open
39660
39661 \begin_layout Plain Layout
39662 W
39663 \end_layout
39664
39665 \end_inset
39666
39667
39668 \begin_inset ERT
39669 status collapsed
39670
39671 \begin_layout Plain Layout
39672
39673 }
39674 \end_layout
39675
39676 \end_inset
39677
39678  Orange
39679 \end_layout
39680
39681 \end_inset
39682 </cell>
39683 </row>
39684 <row>
39685 <cell alignment="left" valignment="top" usebox="none">
39686 \begin_inset Text
39687
39688 \begin_layout Plain Layout
39689 \begin_inset ERT
39690 status collapsed
39691
39692 \begin_layout Plain Layout
39693
39694
39695 \backslash
39696 fcolorbox{black}{
39697 \end_layout
39698
39699 \end_inset
39700
39701 OrangeRed
39702 \begin_inset ERT
39703 status collapsed
39704
39705 \begin_layout Plain Layout
39706
39707 }{
39708 \end_layout
39709
39710 \end_inset
39711
39712
39713 \begin_inset Phantom Phantom
39714 status open
39715
39716 \begin_layout Plain Layout
39717 W
39718 \end_layout
39719
39720 \end_inset
39721
39722
39723 \begin_inset ERT
39724 status collapsed
39725
39726 \begin_layout Plain Layout
39727
39728 }
39729 \end_layout
39730
39731 \end_inset
39732
39733  OrangeRed
39734 \end_layout
39735
39736 \end_inset
39737 </cell>
39738 <cell alignment="left" valignment="top" usebox="none">
39739 \begin_inset Text
39740
39741 \begin_layout Plain Layout
39742 \begin_inset ERT
39743 status collapsed
39744
39745 \begin_layout Plain Layout
39746
39747
39748 \backslash
39749 fcolorbox{black}{
39750 \end_layout
39751
39752 \end_inset
39753
39754 Orchid
39755 \begin_inset ERT
39756 status collapsed
39757
39758 \begin_layout Plain Layout
39759
39760 }{
39761 \end_layout
39762
39763 \end_inset
39764
39765
39766 \begin_inset Phantom Phantom
39767 status open
39768
39769 \begin_layout Plain Layout
39770 W
39771 \end_layout
39772
39773 \end_inset
39774
39775
39776 \begin_inset ERT
39777 status collapsed
39778
39779 \begin_layout Plain Layout
39780
39781 }
39782 \end_layout
39783
39784 \end_inset
39785
39786  Orchid
39787 \end_layout
39788
39789 \end_inset
39790 </cell>
39791 <cell alignment="left" valignment="top" usebox="none">
39792 \begin_inset Text
39793
39794 \begin_layout Plain Layout
39795 \begin_inset ERT
39796 status collapsed
39797
39798 \begin_layout Plain Layout
39799
39800
39801 \backslash
39802 fcolorbox{black}{
39803 \end_layout
39804
39805 \end_inset
39806
39807 Peach
39808 \begin_inset ERT
39809 status collapsed
39810
39811 \begin_layout Plain Layout
39812
39813 }{
39814 \end_layout
39815
39816 \end_inset
39817
39818
39819 \begin_inset Phantom Phantom
39820 status open
39821
39822 \begin_layout Plain Layout
39823 W
39824 \end_layout
39825
39826 \end_inset
39827
39828
39829 \begin_inset ERT
39830 status collapsed
39831
39832 \begin_layout Plain Layout
39833
39834 }
39835 \end_layout
39836
39837 \end_inset
39838
39839  Peach
39840 \end_layout
39841
39842 \end_inset
39843 </cell>
39844 <cell alignment="left" valignment="top" usebox="none">
39845 \begin_inset Text
39846
39847 \begin_layout Plain Layout
39848 \begin_inset ERT
39849 status collapsed
39850
39851 \begin_layout Plain Layout
39852
39853
39854 \backslash
39855 fcolorbox{black}{
39856 \end_layout
39857
39858 \end_inset
39859
39860 Periwinkle
39861 \begin_inset ERT
39862 status collapsed
39863
39864 \begin_layout Plain Layout
39865
39866 }{
39867 \end_layout
39868
39869 \end_inset
39870
39871
39872 \begin_inset Phantom Phantom
39873 status open
39874
39875 \begin_layout Plain Layout
39876 W
39877 \end_layout
39878
39879 \end_inset
39880
39881
39882 \begin_inset ERT
39883 status collapsed
39884
39885 \begin_layout Plain Layout
39886
39887 }
39888 \end_layout
39889
39890 \end_inset
39891
39892  Periwinkle
39893 \end_layout
39894
39895 \end_inset
39896 </cell>
39897 </row>
39898 <row>
39899 <cell alignment="left" valignment="top" usebox="none">
39900 \begin_inset Text
39901
39902 \begin_layout Plain Layout
39903 \begin_inset ERT
39904 status collapsed
39905
39906 \begin_layout Plain Layout
39907
39908
39909 \backslash
39910 fcolorbox{black}{
39911 \end_layout
39912
39913 \end_inset
39914
39915 PineGreen
39916 \begin_inset ERT
39917 status collapsed
39918
39919 \begin_layout Plain Layout
39920
39921 }{
39922 \end_layout
39923
39924 \end_inset
39925
39926
39927 \begin_inset Phantom Phantom
39928 status open
39929
39930 \begin_layout Plain Layout
39931 W
39932 \end_layout
39933
39934 \end_inset
39935
39936
39937 \begin_inset ERT
39938 status collapsed
39939
39940 \begin_layout Plain Layout
39941
39942 }
39943 \end_layout
39944
39945 \end_inset
39946
39947  PineGreen
39948 \end_layout
39949
39950 \end_inset
39951 </cell>
39952 <cell alignment="left" valignment="top" usebox="none">
39953 \begin_inset Text
39954
39955 \begin_layout Plain Layout
39956 \begin_inset ERT
39957 status collapsed
39958
39959 \begin_layout Plain Layout
39960
39961
39962 \backslash
39963 fcolorbox{black}{
39964 \end_layout
39965
39966 \end_inset
39967
39968 Plum
39969 \begin_inset ERT
39970 status collapsed
39971
39972 \begin_layout Plain Layout
39973
39974 }{
39975 \end_layout
39976
39977 \end_inset
39978
39979
39980 \begin_inset Phantom Phantom
39981 status open
39982
39983 \begin_layout Plain Layout
39984 W
39985 \end_layout
39986
39987 \end_inset
39988
39989
39990 \begin_inset ERT
39991 status collapsed
39992
39993 \begin_layout Plain Layout
39994
39995 }
39996 \end_layout
39997
39998 \end_inset
39999
40000  Plum
40001 \end_layout
40002
40003 \end_inset
40004 </cell>
40005 <cell alignment="left" valignment="top" usebox="none">
40006 \begin_inset Text
40007
40008 \begin_layout Plain Layout
40009 \begin_inset ERT
40010 status collapsed
40011
40012 \begin_layout Plain Layout
40013
40014
40015 \backslash
40016 fcolorbox{black}{
40017 \end_layout
40018
40019 \end_inset
40020
40021 ProcessBlue
40022 \begin_inset ERT
40023 status collapsed
40024
40025 \begin_layout Plain Layout
40026
40027 }{
40028 \end_layout
40029
40030 \end_inset
40031
40032
40033 \begin_inset Phantom Phantom
40034 status open
40035
40036 \begin_layout Plain Layout
40037 W
40038 \end_layout
40039
40040 \end_inset
40041
40042
40043 \begin_inset ERT
40044 status collapsed
40045
40046 \begin_layout Plain Layout
40047
40048 }
40049 \end_layout
40050
40051 \end_inset
40052
40053  ProcessBlue
40054 \end_layout
40055
40056 \end_inset
40057 </cell>
40058 <cell alignment="left" valignment="top" usebox="none">
40059 \begin_inset Text
40060
40061 \begin_layout Plain Layout
40062 \begin_inset ERT
40063 status collapsed
40064
40065 \begin_layout Plain Layout
40066
40067
40068 \backslash
40069 fcolorbox{black}{
40070 \end_layout
40071
40072 \end_inset
40073
40074 Purple
40075 \begin_inset ERT
40076 status collapsed
40077
40078 \begin_layout Plain Layout
40079
40080 }{
40081 \end_layout
40082
40083 \end_inset
40084
40085
40086 \begin_inset Phantom Phantom
40087 status open
40088
40089 \begin_layout Plain Layout
40090 W
40091 \end_layout
40092
40093 \end_inset
40094
40095
40096 \begin_inset ERT
40097 status collapsed
40098
40099 \begin_layout Plain Layout
40100
40101 }
40102 \end_layout
40103
40104 \end_inset
40105
40106  Purple
40107 \end_layout
40108
40109 \end_inset
40110 </cell>
40111 </row>
40112 <row>
40113 <cell alignment="left" valignment="top" usebox="none">
40114 \begin_inset Text
40115
40116 \begin_layout Plain Layout
40117 \begin_inset ERT
40118 status collapsed
40119
40120 \begin_layout Plain Layout
40121
40122
40123 \backslash
40124 fcolorbox{black}{
40125 \end_layout
40126
40127 \end_inset
40128
40129 RawSienna
40130 \begin_inset ERT
40131 status collapsed
40132
40133 \begin_layout Plain Layout
40134
40135 }{
40136 \end_layout
40137
40138 \end_inset
40139
40140
40141 \begin_inset Phantom Phantom
40142 status open
40143
40144 \begin_layout Plain Layout
40145 W
40146 \end_layout
40147
40148 \end_inset
40149
40150
40151 \begin_inset ERT
40152 status collapsed
40153
40154 \begin_layout Plain Layout
40155
40156 }
40157 \end_layout
40158
40159 \end_inset
40160
40161  RawSienna
40162 \end_layout
40163
40164 \end_inset
40165 </cell>
40166 <cell alignment="left" valignment="top" usebox="none">
40167 \begin_inset Text
40168
40169 \begin_layout Plain Layout
40170 \begin_inset ERT
40171 status collapsed
40172
40173 \begin_layout Plain Layout
40174
40175
40176 \backslash
40177 fcolorbox{black}{
40178 \end_layout
40179
40180 \end_inset
40181
40182 RedOrange
40183 \begin_inset ERT
40184 status collapsed
40185
40186 \begin_layout Plain Layout
40187
40188 }{
40189 \end_layout
40190
40191 \end_inset
40192
40193
40194 \begin_inset Phantom Phantom
40195 status open
40196
40197 \begin_layout Plain Layout
40198 W
40199 \end_layout
40200
40201 \end_inset
40202
40203
40204 \begin_inset ERT
40205 status collapsed
40206
40207 \begin_layout Plain Layout
40208
40209 }
40210 \end_layout
40211
40212 \end_inset
40213
40214  RedOrange
40215 \end_layout
40216
40217 \end_inset
40218 </cell>
40219 <cell alignment="left" valignment="top" usebox="none">
40220 \begin_inset Text
40221
40222 \begin_layout Plain Layout
40223 \begin_inset ERT
40224 status collapsed
40225
40226 \begin_layout Plain Layout
40227
40228
40229 \backslash
40230 fcolorbox{black}{
40231 \end_layout
40232
40233 \end_inset
40234
40235 RedViolet
40236 \begin_inset ERT
40237 status collapsed
40238
40239 \begin_layout Plain Layout
40240
40241 }{
40242 \end_layout
40243
40244 \end_inset
40245
40246
40247 \begin_inset Phantom Phantom
40248 status open
40249
40250 \begin_layout Plain Layout
40251 W
40252 \end_layout
40253
40254 \end_inset
40255
40256
40257 \begin_inset ERT
40258 status collapsed
40259
40260 \begin_layout Plain Layout
40261
40262 }
40263 \end_layout
40264
40265 \end_inset
40266
40267  RedViolet
40268 \end_layout
40269
40270 \end_inset
40271 </cell>
40272 <cell alignment="left" valignment="top" usebox="none">
40273 \begin_inset Text
40274
40275 \begin_layout Plain Layout
40276 \begin_inset ERT
40277 status collapsed
40278
40279 \begin_layout Plain Layout
40280
40281
40282 \backslash
40283 fcolorbox{black}{
40284 \end_layout
40285
40286 \end_inset
40287
40288 Rhodamine
40289 \begin_inset ERT
40290 status collapsed
40291
40292 \begin_layout Plain Layout
40293
40294 }{
40295 \end_layout
40296
40297 \end_inset
40298
40299
40300 \begin_inset Phantom Phantom
40301 status open
40302
40303 \begin_layout Plain Layout
40304 W
40305 \end_layout
40306
40307 \end_inset
40308
40309
40310 \begin_inset ERT
40311 status collapsed
40312
40313 \begin_layout Plain Layout
40314
40315 }
40316 \end_layout
40317
40318 \end_inset
40319
40320  Rhodamine
40321 \end_layout
40322
40323 \end_inset
40324 </cell>
40325 </row>
40326 <row>
40327 <cell alignment="left" valignment="top" usebox="none">
40328 \begin_inset Text
40329
40330 \begin_layout Plain Layout
40331 \begin_inset ERT
40332 status collapsed
40333
40334 \begin_layout Plain Layout
40335
40336
40337 \backslash
40338 fcolorbox{black}{
40339 \end_layout
40340
40341 \end_inset
40342
40343 RoyalBlue
40344 \begin_inset ERT
40345 status collapsed
40346
40347 \begin_layout Plain Layout
40348
40349 }{
40350 \end_layout
40351
40352 \end_inset
40353
40354
40355 \begin_inset Phantom Phantom
40356 status open
40357
40358 \begin_layout Plain Layout
40359 W
40360 \end_layout
40361
40362 \end_inset
40363
40364
40365 \begin_inset ERT
40366 status collapsed
40367
40368 \begin_layout Plain Layout
40369
40370 }
40371 \end_layout
40372
40373 \end_inset
40374
40375  RoyalBlue
40376 \end_layout
40377
40378 \end_inset
40379 </cell>
40380 <cell alignment="left" valignment="top" usebox="none">
40381 \begin_inset Text
40382
40383 \begin_layout Plain Layout
40384 \begin_inset ERT
40385 status collapsed
40386
40387 \begin_layout Plain Layout
40388
40389
40390 \backslash
40391 fcolorbox{black}{
40392 \end_layout
40393
40394 \end_inset
40395
40396 RoyalPurple
40397 \begin_inset ERT
40398 status collapsed
40399
40400 \begin_layout Plain Layout
40401
40402 }{
40403 \end_layout
40404
40405 \end_inset
40406
40407
40408 \begin_inset Phantom Phantom
40409 status open
40410
40411 \begin_layout Plain Layout
40412 W
40413 \end_layout
40414
40415 \end_inset
40416
40417
40418 \begin_inset ERT
40419 status collapsed
40420
40421 \begin_layout Plain Layout
40422
40423 }
40424 \end_layout
40425
40426 \end_inset
40427
40428  RoyalPurple
40429 \end_layout
40430
40431 \end_inset
40432 </cell>
40433 <cell alignment="left" valignment="top" usebox="none">
40434 \begin_inset Text
40435
40436 \begin_layout Plain Layout
40437 \begin_inset ERT
40438 status collapsed
40439
40440 \begin_layout Plain Layout
40441
40442
40443 \backslash
40444 fcolorbox{black}{
40445 \end_layout
40446
40447 \end_inset
40448
40449 RubineRed
40450 \begin_inset ERT
40451 status collapsed
40452
40453 \begin_layout Plain Layout
40454
40455 }{
40456 \end_layout
40457
40458 \end_inset
40459
40460
40461 \begin_inset Phantom Phantom
40462 status open
40463
40464 \begin_layout Plain Layout
40465 W
40466 \end_layout
40467
40468 \end_inset
40469
40470
40471 \begin_inset ERT
40472 status collapsed
40473
40474 \begin_layout Plain Layout
40475
40476 }
40477 \end_layout
40478
40479 \end_inset
40480
40481  RubineRed
40482 \end_layout
40483
40484 \end_inset
40485 </cell>
40486 <cell alignment="left" valignment="top" usebox="none">
40487 \begin_inset Text
40488
40489 \begin_layout Plain Layout
40490 \begin_inset ERT
40491 status collapsed
40492
40493 \begin_layout Plain Layout
40494
40495
40496 \backslash
40497 fcolorbox{black}{
40498 \end_layout
40499
40500 \end_inset
40501
40502 Salmon
40503 \begin_inset ERT
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507
40508 }{
40509 \end_layout
40510
40511 \end_inset
40512
40513
40514 \begin_inset Phantom Phantom
40515 status open
40516
40517 \begin_layout Plain Layout
40518 W
40519 \end_layout
40520
40521 \end_inset
40522
40523
40524 \begin_inset ERT
40525 status collapsed
40526
40527 \begin_layout Plain Layout
40528
40529 }
40530 \end_layout
40531
40532 \end_inset
40533
40534  Salmon
40535 \end_layout
40536
40537 \end_inset
40538 </cell>
40539 </row>
40540 <row>
40541 <cell alignment="left" valignment="top" usebox="none">
40542 \begin_inset Text
40543
40544 \begin_layout Plain Layout
40545 \begin_inset ERT
40546 status collapsed
40547
40548 \begin_layout Plain Layout
40549
40550
40551 \backslash
40552 fcolorbox{black}{
40553 \end_layout
40554
40555 \end_inset
40556
40557 SeaGreen
40558 \begin_inset ERT
40559 status collapsed
40560
40561 \begin_layout Plain Layout
40562
40563 }{
40564 \end_layout
40565
40566 \end_inset
40567
40568
40569 \begin_inset Phantom Phantom
40570 status open
40571
40572 \begin_layout Plain Layout
40573 W
40574 \end_layout
40575
40576 \end_inset
40577
40578
40579 \begin_inset ERT
40580 status collapsed
40581
40582 \begin_layout Plain Layout
40583
40584 }
40585 \end_layout
40586
40587 \end_inset
40588
40589  SeaGreen
40590 \end_layout
40591
40592 \end_inset
40593 </cell>
40594 <cell alignment="left" valignment="top" usebox="none">
40595 \begin_inset Text
40596
40597 \begin_layout Plain Layout
40598 \begin_inset ERT
40599 status collapsed
40600
40601 \begin_layout Plain Layout
40602
40603
40604 \backslash
40605 fcolorbox{black}{
40606 \end_layout
40607
40608 \end_inset
40609
40610 Sepia
40611 \begin_inset ERT
40612 status collapsed
40613
40614 \begin_layout Plain Layout
40615
40616 }{
40617 \end_layout
40618
40619 \end_inset
40620
40621
40622 \begin_inset Phantom Phantom
40623 status open
40624
40625 \begin_layout Plain Layout
40626 W
40627 \end_layout
40628
40629 \end_inset
40630
40631
40632 \begin_inset ERT
40633 status collapsed
40634
40635 \begin_layout Plain Layout
40636
40637 }
40638 \end_layout
40639
40640 \end_inset
40641
40642  Sepia
40643 \end_layout
40644
40645 \end_inset
40646 </cell>
40647 <cell alignment="left" valignment="top" usebox="none">
40648 \begin_inset Text
40649
40650 \begin_layout Plain Layout
40651 \begin_inset ERT
40652 status collapsed
40653
40654 \begin_layout Plain Layout
40655
40656
40657 \backslash
40658 fcolorbox{black}{
40659 \end_layout
40660
40661 \end_inset
40662
40663 SkyBlue
40664 \begin_inset ERT
40665 status collapsed
40666
40667 \begin_layout Plain Layout
40668
40669 }{
40670 \end_layout
40671
40672 \end_inset
40673
40674
40675 \begin_inset Phantom Phantom
40676 status open
40677
40678 \begin_layout Plain Layout
40679 W
40680 \end_layout
40681
40682 \end_inset
40683
40684
40685 \begin_inset ERT
40686 status collapsed
40687
40688 \begin_layout Plain Layout
40689
40690 }
40691 \end_layout
40692
40693 \end_inset
40694
40695  SkyBlue
40696 \end_layout
40697
40698 \end_inset
40699 </cell>
40700 <cell alignment="left" valignment="top" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 \begin_inset ERT
40705 status collapsed
40706
40707 \begin_layout Plain Layout
40708
40709
40710 \backslash
40711 fcolorbox{black}{
40712 \end_layout
40713
40714 \end_inset
40715
40716 SpringGreen
40717 \begin_inset ERT
40718 status collapsed
40719
40720 \begin_layout Plain Layout
40721
40722 }{
40723 \end_layout
40724
40725 \end_inset
40726
40727
40728 \begin_inset Phantom Phantom
40729 status open
40730
40731 \begin_layout Plain Layout
40732 W
40733 \end_layout
40734
40735 \end_inset
40736
40737
40738 \begin_inset ERT
40739 status collapsed
40740
40741 \begin_layout Plain Layout
40742
40743 }
40744 \end_layout
40745
40746 \end_inset
40747
40748  SpringGreen
40749 \end_layout
40750
40751 \end_inset
40752 </cell>
40753 </row>
40754 <row>
40755 <cell alignment="left" valignment="top" usebox="none">
40756 \begin_inset Text
40757
40758 \begin_layout Plain Layout
40759 \begin_inset ERT
40760 status collapsed
40761
40762 \begin_layout Plain Layout
40763
40764
40765 \backslash
40766 fcolorbox{black}{
40767 \end_layout
40768
40769 \end_inset
40770
40771 Tan
40772 \begin_inset ERT
40773 status collapsed
40774
40775 \begin_layout Plain Layout
40776
40777 }{
40778 \end_layout
40779
40780 \end_inset
40781
40782
40783 \begin_inset Phantom Phantom
40784 status open
40785
40786 \begin_layout Plain Layout
40787 W
40788 \end_layout
40789
40790 \end_inset
40791
40792
40793 \begin_inset ERT
40794 status collapsed
40795
40796 \begin_layout Plain Layout
40797
40798 }
40799 \end_layout
40800
40801 \end_inset
40802
40803  Tan
40804 \end_layout
40805
40806 \end_inset
40807 </cell>
40808 <cell alignment="left" valignment="top" usebox="none">
40809 \begin_inset Text
40810
40811 \begin_layout Plain Layout
40812 \begin_inset ERT
40813 status collapsed
40814
40815 \begin_layout Plain Layout
40816
40817
40818 \backslash
40819 fcolorbox{black}{
40820 \end_layout
40821
40822 \end_inset
40823
40824 TealBlue
40825 \begin_inset ERT
40826 status collapsed
40827
40828 \begin_layout Plain Layout
40829
40830 }{
40831 \end_layout
40832
40833 \end_inset
40834
40835
40836 \begin_inset Phantom Phantom
40837 status open
40838
40839 \begin_layout Plain Layout
40840 W
40841 \end_layout
40842
40843 \end_inset
40844
40845
40846 \begin_inset ERT
40847 status collapsed
40848
40849 \begin_layout Plain Layout
40850
40851 }
40852 \end_layout
40853
40854 \end_inset
40855
40856  TealBlue
40857 \end_layout
40858
40859 \end_inset
40860 </cell>
40861 <cell alignment="left" valignment="top" usebox="none">
40862 \begin_inset Text
40863
40864 \begin_layout Plain Layout
40865 \begin_inset ERT
40866 status collapsed
40867
40868 \begin_layout Plain Layout
40869
40870
40871 \backslash
40872 fcolorbox{black}{
40873 \end_layout
40874
40875 \end_inset
40876
40877 Thistle
40878 \begin_inset ERT
40879 status collapsed
40880
40881 \begin_layout Plain Layout
40882
40883 }{
40884 \end_layout
40885
40886 \end_inset
40887
40888
40889 \begin_inset Phantom Phantom
40890 status open
40891
40892 \begin_layout Plain Layout
40893 W
40894 \end_layout
40895
40896 \end_inset
40897
40898
40899 \begin_inset ERT
40900 status collapsed
40901
40902 \begin_layout Plain Layout
40903
40904 }
40905 \end_layout
40906
40907 \end_inset
40908
40909  Thistle
40910 \end_layout
40911
40912 \end_inset
40913 </cell>
40914 <cell alignment="left" valignment="top" usebox="none">
40915 \begin_inset Text
40916
40917 \begin_layout Plain Layout
40918 \begin_inset ERT
40919 status collapsed
40920
40921 \begin_layout Plain Layout
40922
40923
40924 \backslash
40925 fcolorbox{black}{
40926 \end_layout
40927
40928 \end_inset
40929
40930 Turquoise
40931 \begin_inset ERT
40932 status collapsed
40933
40934 \begin_layout Plain Layout
40935
40936 }{
40937 \end_layout
40938
40939 \end_inset
40940
40941
40942 \begin_inset Phantom Phantom
40943 status open
40944
40945 \begin_layout Plain Layout
40946 W
40947 \end_layout
40948
40949 \end_inset
40950
40951
40952 \begin_inset ERT
40953 status collapsed
40954
40955 \begin_layout Plain Layout
40956
40957 }
40958 \end_layout
40959
40960 \end_inset
40961
40962  Turquoise
40963 \end_layout
40964
40965 \end_inset
40966 </cell>
40967 </row>
40968 <row>
40969 <cell alignment="left" valignment="top" usebox="none">
40970 \begin_inset Text
40971
40972 \begin_layout Plain Layout
40973 \begin_inset ERT
40974 status collapsed
40975
40976 \begin_layout Plain Layout
40977
40978
40979 \backslash
40980 fcolorbox{black}{
40981 \end_layout
40982
40983 \end_inset
40984
40985 Violet
40986 \begin_inset ERT
40987 status collapsed
40988
40989 \begin_layout Plain Layout
40990
40991 }{
40992 \end_layout
40993
40994 \end_inset
40995
40996
40997 \begin_inset Phantom Phantom
40998 status open
40999
41000 \begin_layout Plain Layout
41001 W
41002 \end_layout
41003
41004 \end_inset
41005
41006
41007 \begin_inset ERT
41008 status collapsed
41009
41010 \begin_layout Plain Layout
41011
41012 }
41013 \end_layout
41014
41015 \end_inset
41016
41017  Violet
41018 \end_layout
41019
41020 \end_inset
41021 </cell>
41022 <cell alignment="left" valignment="top" usebox="none">
41023 \begin_inset Text
41024
41025 \begin_layout Plain Layout
41026 \begin_inset ERT
41027 status collapsed
41028
41029 \begin_layout Plain Layout
41030
41031
41032 \backslash
41033 fcolorbox{black}{
41034 \end_layout
41035
41036 \end_inset
41037
41038 VioletRed
41039 \begin_inset ERT
41040 status collapsed
41041
41042 \begin_layout Plain Layout
41043
41044 }{
41045 \end_layout
41046
41047 \end_inset
41048
41049
41050 \begin_inset Phantom Phantom
41051 status open
41052
41053 \begin_layout Plain Layout
41054 W
41055 \end_layout
41056
41057 \end_inset
41058
41059
41060 \begin_inset ERT
41061 status collapsed
41062
41063 \begin_layout Plain Layout
41064
41065 }
41066 \end_layout
41067
41068 \end_inset
41069
41070  VioletRed
41071 \end_layout
41072
41073 \end_inset
41074 </cell>
41075 <cell alignment="left" valignment="top" usebox="none">
41076 \begin_inset Text
41077
41078 \begin_layout Plain Layout
41079 \begin_inset ERT
41080 status collapsed
41081
41082 \begin_layout Plain Layout
41083
41084
41085 \backslash
41086 fcolorbox{black}{
41087 \end_layout
41088
41089 \end_inset
41090
41091 WildStrawberry
41092 \begin_inset ERT
41093 status collapsed
41094
41095 \begin_layout Plain Layout
41096
41097 }{
41098 \end_layout
41099
41100 \end_inset
41101
41102
41103 \begin_inset Phantom Phantom
41104 status open
41105
41106 \begin_layout Plain Layout
41107 W
41108 \end_layout
41109
41110 \end_inset
41111
41112
41113 \begin_inset ERT
41114 status collapsed
41115
41116 \begin_layout Plain Layout
41117
41118 }
41119 \end_layout
41120
41121 \end_inset
41122
41123  WildStrawberry
41124 \end_layout
41125
41126 \end_inset
41127 </cell>
41128 <cell alignment="left" valignment="top" usebox="none">
41129 \begin_inset Text
41130
41131 \begin_layout Plain Layout
41132 \begin_inset ERT
41133 status collapsed
41134
41135 \begin_layout Plain Layout
41136
41137
41138 \backslash
41139 fcolorbox{black}{
41140 \end_layout
41141
41142 \end_inset
41143
41144 YellowGreen
41145 \begin_inset ERT
41146 status collapsed
41147
41148 \begin_layout Plain Layout
41149
41150 }{
41151 \end_layout
41152
41153 \end_inset
41154
41155
41156 \begin_inset Phantom Phantom
41157 status open
41158
41159 \begin_layout Plain Layout
41160 W
41161 \end_layout
41162
41163 \end_inset
41164
41165
41166 \begin_inset ERT
41167 status collapsed
41168
41169 \begin_layout Plain Layout
41170
41171 }
41172 \end_layout
41173
41174 \end_inset
41175
41176  YellowGreen
41177 \end_layout
41178
41179 \end_inset
41180 </cell>
41181 </row>
41182 <row>
41183 <cell alignment="left" valignment="top" usebox="none">
41184 \begin_inset Text
41185
41186 \begin_layout Plain Layout
41187 \begin_inset ERT
41188 status collapsed
41189
41190 \begin_layout Plain Layout
41191
41192
41193 \backslash
41194 fcolorbox{black}{
41195 \end_layout
41196
41197 \end_inset
41198
41199 YellowOrange
41200 \begin_inset ERT
41201 status collapsed
41202
41203 \begin_layout Plain Layout
41204
41205 }{
41206 \end_layout
41207
41208 \end_inset
41209
41210
41211 \begin_inset Phantom Phantom
41212 status open
41213
41214 \begin_layout Plain Layout
41215 W
41216 \end_layout
41217
41218 \end_inset
41219
41220
41221 \begin_inset ERT
41222 status collapsed
41223
41224 \begin_layout Plain Layout
41225
41226 }
41227 \end_layout
41228
41229 \end_inset
41230
41231  YellowOrange
41232 \end_layout
41233
41234 \end_inset
41235 </cell>
41236 <cell alignment="left" valignment="top" usebox="none">
41237 \begin_inset Text
41238
41239 \begin_layout Plain Layout
41240
41241 \end_layout
41242
41243 \end_inset
41244 </cell>
41245 <cell alignment="left" valignment="top" usebox="none">
41246 \begin_inset Text
41247
41248 \begin_layout Plain Layout
41249
41250 \end_layout
41251
41252 \end_inset
41253 </cell>
41254 <cell alignment="left" valignment="top" usebox="none">
41255 \begin_inset Text
41256
41257 \begin_layout Plain Layout
41258
41259 \end_layout
41260
41261 \end_inset
41262 </cell>
41263 </row>
41264 </lyxtabular>
41265
41266 \end_inset
41267
41268
41269 \end_layout
41270
41271 \begin_layout Chapter
41272 第(
41273 \begin_inset CommandInset ref
41274 LatexCommand ref
41275 reference "eq:Wgn"
41276
41277 \end_inset
41278
41279 )式の説明
41280 \begin_inset CommandInset label
41281 LatexCommand label
41282 name "cha:式の説明"
41283
41284 \end_inset
41285
41286
41287 \end_layout
41288
41289 \begin_layout Standard
41290 \begin_inset Formula $n$
41291 \end_inset
41292
41293 個の表セルの全幅
41294 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41295 \end_inset
41296
41297
41298 \begin_inset Formula 
41299 \begin{equation}
41300 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41301 \end{equation}
41302
41303 \end_inset
41304
41305
41306 \end_layout
41307
41308 \begin_layout Standard
41309 で計算できます。ここで
41310 \begin_inset Formula $W_{g\, n}$
41311 \end_inset
41312
41313 は、すべてのセルが持つ固定幅です。
41314 \series bold
41315
41316 \backslash
41317 tabcolsep
41318 \series default
41319 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41320 \begin_inset space \thinspace{}
41321 \end_inset
41322
41323 ptです。
41324 \series bold
41325
41326 \backslash
41327 arrayrulewidth
41328 \series default
41329 は、セル罫線幅であり、既定値は0.4
41330 \begin_inset space \thinspace{}
41331 \end_inset
41332
41333 ptです。
41334 \end_layout
41335
41336 \begin_layout Standard
41337
41338 \begin_inset CommandInset ref
41339 LatexCommand eqref
41340 reference "eq:Wtot_n"
41341
41342 \end_inset
41343
41344 式にしたがえば、連結列の全幅
41345 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41346 \end_inset
41347
41348
41349 \begin_inset Formula 
41350 \begin{equation}
41351 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41352 \end{equation}
41353
41354 \end_inset
41355
41356
41357 \end_layout
41358
41359 \begin_layout Standard
41360 となります。
41361 \begin_inset Formula $n$
41362 \end_inset
41363
41364 列を連結する時には各列の全幅は
41365 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41366 \end_inset
41367
41368 となるので、第
41369 \begin_inset CommandInset ref
41370 LatexCommand eqref
41371 reference "eq:Wtot_n"
41372
41373 \end_inset
41374
41375 式と第
41376 \begin_inset CommandInset ref
41377 LatexCommand eqref
41378 reference "eq:Wtot_mult"
41379
41380 \end_inset
41381
41382 式が等しいものと置けば、必要となる固定幅
41383 \begin_inset Formula $W_{g\, n}$
41384 \end_inset
41385
41386 を計算することができて、
41387 \begin_inset Formula 
41388 \begin{equation}
41389 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41390 \end{equation}
41391
41392 \end_inset
41393
41394 となります。
41395 \end_layout
41396
41397 \begin_layout Bibliography
41398 \labelwidthstring 参考文献
41399 \begin_inset CommandInset bibitem
41400 LatexCommand bibitem
41401 key "latexcompanion"
41402
41403 \end_inset
41404
41405 Frank Mittelbach and Michel Goossens: 
41406 \emph on
41407 The LaTeX Companion Second Edition.
41408
41409 \emph default
41410  Addison-Wesley, 2004
41411 \end_layout
41412
41413 \begin_layout Bibliography
41414 \labelwidthstring 参考文献
41415 \begin_inset CommandInset bibitem
41416 LatexCommand bibitem
41417 key "latexguide"
41418
41419 \end_inset
41420
41421 Helmut Kopka and Patrick W.
41422  Daly: 
41423 \emph on
41424 A Guide to LaTeX Fourth Edition.
41425
41426 \emph default
41427  Addison-Wesley, 2003
41428 \end_layout
41429
41430 \begin_layout Bibliography
41431 \labelwidthstring 参考文献
41432 \begin_inset CommandInset bibitem
41433 LatexCommand bibitem
41434 key "latexbook"
41435
41436 \end_inset
41437
41438 Leslie Lamport: 
41439 \emph on
41440 LaTeX: A Document Preparation System.
41441
41442 \emph default
41443  Addison-Wesley, second edition, 1994
41444 \end_layout
41445
41446 \begin_layout Bibliography
41447 \labelwidthstring 参考文献
41448 \begin_inset CommandInset bibitem
41449 LatexCommand bibitem
41450 key "arydshln"
41451
41452 \end_inset
41453
41454 LaTeXパッケージ
41455 \series bold
41456
41457 \begin_inset CommandInset href
41458 LatexCommand href
41459 name "arydshln"
41460 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41461
41462 \end_inset
41463
41464
41465 \series default
41466
41467 \begin_inset Index idx
41468 status collapsed
41469
41470 \begin_layout Plain Layout
41471 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41472 \end_layout
41473
41474 \end_inset
41475
41476
41477 \end_layout
41478
41479 \begin_layout Bibliography
41480 \labelwidthstring 参考文献
41481 \begin_inset CommandInset bibitem
41482 LatexCommand bibitem
41483 key "booktabs"
41484
41485 \end_inset
41486
41487 LaTeXパッケージ
41488 \series bold
41489
41490 \begin_inset CommandInset href
41491 LatexCommand href
41492 name "booktabs"
41493 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41494
41495 \end_inset
41496
41497
41498 \series default
41499
41500 \begin_inset Index idx
41501 status collapsed
41502
41503 \begin_layout Plain Layout
41504 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41505 \end_layout
41506
41507 \end_inset
41508
41509 の取扱説明書
41510 \end_layout
41511
41512 \begin_layout Bibliography
41513 \labelwidthstring 参考文献
41514 \begin_inset CommandInset bibitem
41515 LatexCommand bibitem
41516 key "caption"
41517
41518 \end_inset
41519
41520 LaTeXパッケージ
41521 \series bold
41522
41523 \begin_inset CommandInset href
41524 LatexCommand href
41525 name "caption"
41526 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
41527
41528 \end_inset
41529
41530
41531 \series default
41532
41533 \begin_inset Index idx
41534 status collapsed
41535
41536 \begin_layout Plain Layout
41537 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41538 \end_layout
41539
41540 \end_inset
41541
41542 の取扱説明書
41543 \end_layout
41544
41545 \begin_layout Bibliography
41546 \labelwidthstring 参考文献
41547 \begin_inset CommandInset bibitem
41548 LatexCommand bibitem
41549 key "diagbox"
41550
41551 \end_inset
41552
41553 LaTeXパッケージ
41554 \series bold
41555
41556 \begin_inset CommandInset href
41557 LatexCommand href
41558 name "diagbox"
41559 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41560
41561 \end_inset
41562
41563
41564 \series default
41565
41566 \begin_inset Index idx
41567 status collapsed
41568
41569 \begin_layout Plain Layout
41570 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41571 \end_layout
41572
41573 \end_inset
41574
41575
41576 \end_layout
41577
41578 \begin_layout Bibliography
41579 \labelwidthstring 参考文献
41580 \begin_inset CommandInset bibitem
41581 LatexCommand bibitem
41582 key "endfloat"
41583
41584 \end_inset
41585
41586 LaTeXパッケージ
41587 \series bold
41588
41589 \begin_inset CommandInset href
41590 LatexCommand href
41591 name "endfloat"
41592 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41593
41594 \end_inset
41595
41596
41597 \series default
41598
41599 \begin_inset Index idx
41600 status collapsed
41601
41602 \begin_layout Plain Layout
41603 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
41604 \end_layout
41605
41606 \end_inset
41607
41608 の取扱説明書
41609 \end_layout
41610
41611 \begin_layout Bibliography
41612 \labelwidthstring 参考文献
41613 \begin_inset CommandInset bibitem
41614 LatexCommand bibitem
41615 key "footmisc"
41616
41617 \end_inset
41618
41619 LaTeXパッケージ
41620 \series bold
41621
41622 \begin_inset CommandInset href
41623 LatexCommand href
41624 name "footmisc"
41625 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41626
41627 \end_inset
41628
41629
41630 \series default
41631
41632 \begin_inset Index idx
41633 status collapsed
41634
41635 \begin_layout Plain Layout
41636 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
41637 \end_layout
41638
41639 \end_inset
41640
41641 の取扱説明書
41642 \end_layout
41643
41644 \begin_layout Bibliography
41645 \labelwidthstring 参考文献
41646 \begin_inset CommandInset bibitem
41647 LatexCommand bibitem
41648 key "hypcap"
41649
41650 \end_inset
41651
41652 LaTeXパッケージ
41653 \series bold
41654
41655 \begin_inset CommandInset href
41656 LatexCommand href
41657 name "hypcap"
41658 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41659
41660 \end_inset
41661
41662
41663 \series default
41664
41665 \begin_inset Index idx
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41670 \end_layout
41671
41672 \end_inset
41673
41674 の取扱説明書
41675 \end_layout
41676
41677 \begin_layout Bibliography
41678 \labelwidthstring 参考文献
41679 \begin_inset CommandInset bibitem
41680 LatexCommand bibitem
41681 key "hyperref"
41682
41683 \end_inset
41684
41685 LaTeXパッケージ
41686 \series bold
41687
41688 \begin_inset CommandInset href
41689 LatexCommand href
41690 name "hyperref"
41691 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41692
41693 \end_inset
41694
41695
41696 \series default
41697
41698 \begin_inset Index idx
41699 status collapsed
41700
41701 \begin_layout Plain Layout
41702 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41703 \end_layout
41704
41705 \end_inset
41706
41707 の取扱説明書
41708 \end_layout
41709
41710 \begin_layout Bibliography
41711 \labelwidthstring 参考文献
41712 \begin_inset CommandInset bibitem
41713 LatexCommand bibitem
41714 key "KOMA-script"
41715
41716 \end_inset
41717
41718 LaTeXパッケージ
41719 \series bold
41720
41721 \begin_inset CommandInset href
41722 LatexCommand href
41723 name "KOMA-script"
41724 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
41725
41726 \end_inset
41727
41728
41729 \series default
41730
41731 \begin_inset Index idx
41732 status collapsed
41733
41734 \begin_layout Plain Layout
41735 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
41736 \end_layout
41737
41738 \end_inset
41739
41740 の取扱説明書
41741 \end_layout
41742
41743 \begin_layout Bibliography
41744 \labelwidthstring 参考文献
41745 \begin_inset CommandInset bibitem
41746 LatexCommand bibitem
41747 key "lettrine"
41748
41749 \end_inset
41750
41751 LaTeXパッケージ
41752 \series bold
41753
41754 \begin_inset CommandInset href
41755 LatexCommand href
41756 name "lettrine"
41757 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41758
41759 \end_inset
41760
41761
41762 \series default
41763 及び
41764 \begin_inset CommandInset href
41765 LatexCommand href
41766 name "用例"
41767 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
41768
41769 \end_inset
41770
41771
41772 \begin_inset Index idx
41773 status collapsed
41774
41775 \begin_layout Plain Layout
41776 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
41777 \end_layout
41778
41779 \end_inset
41780
41781
41782 \end_layout
41783
41784 \begin_layout Bibliography
41785 \labelwidthstring 参考文献
41786 \begin_inset CommandInset bibitem
41787 LatexCommand bibitem
41788 key "listings"
41789
41790 \end_inset
41791
41792 LaTeXパッケージ
41793 \series bold
41794
41795 \begin_inset CommandInset href
41796 LatexCommand href
41797 name "listings"
41798 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41799
41800 \end_inset
41801
41802
41803 \series default
41804
41805 \begin_inset Index idx
41806 status collapsed
41807
41808 \begin_layout Plain Layout
41809 LaTeXぱっけーじ@LaTeXパッケージ ! listings
41810 \end_layout
41811
41812 \end_inset
41813
41814 の取扱説明書
41815 \end_layout
41816
41817 \begin_layout Bibliography
41818 \labelwidthstring 参考文献
41819 \begin_inset CommandInset bibitem
41820 LatexCommand bibitem
41821 key "marginnote"
41822
41823 \end_inset
41824
41825 LaTeXパッケージ
41826 \series bold
41827
41828 \begin_inset CommandInset href
41829 LatexCommand href
41830 name "marginnote"
41831 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41832
41833 \end_inset
41834
41835
41836 \series default
41837
41838 \begin_inset Index idx
41839 status collapsed
41840
41841 \begin_layout Plain Layout
41842 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
41843 \end_layout
41844
41845 \end_inset
41846
41847 の取扱説明書
41848 \end_layout
41849
41850 \begin_layout Bibliography
41851 \labelwidthstring 参考文献
41852 \begin_inset CommandInset bibitem
41853 LatexCommand bibitem
41854 key "pdfpages"
41855
41856 \end_inset
41857
41858 LaTeXパッケージ
41859 \series bold
41860
41861 \begin_inset CommandInset href
41862 LatexCommand href
41863 name "pdfpages"
41864 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41865
41866 \end_inset
41867
41868
41869 \series default
41870
41871 \begin_inset Index idx
41872 status collapsed
41873
41874 \begin_layout Plain Layout
41875 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
41876 \end_layout
41877
41878 \end_inset
41879
41880 の取扱説明書
41881 \end_layout
41882
41883 \begin_layout Bibliography
41884 \labelwidthstring 参考文献
41885 \begin_inset CommandInset bibitem
41886 LatexCommand bibitem
41887 key "prettyref"
41888
41889 \end_inset
41890
41891 LaTeXパッケージ
41892 \series bold
41893
41894 \begin_inset CommandInset href
41895 LatexCommand href
41896 name "prettyref"
41897 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41898
41899 \end_inset
41900
41901
41902 \series default
41903
41904 \begin_inset Index idx
41905 status collapsed
41906
41907 \begin_layout Plain Layout
41908 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
41909 \end_layout
41910
41911 \end_inset
41912
41913 の取扱説明書
41914 \end_layout
41915
41916 \begin_layout Bibliography
41917 \labelwidthstring 参考文献
41918 \begin_inset CommandInset bibitem
41919 LatexCommand bibitem
41920 key "pstricks"
41921
41922 \end_inset
41923
41924 LaTeXパッケージ
41925 \series bold
41926
41927 \begin_inset CommandInset href
41928 LatexCommand href
41929 name "PSTricks"
41930 target "http://tug.org/PSTricks/"
41931
41932 \end_inset
41933
41934
41935 \series default
41936
41937 \begin_inset Index idx
41938 status collapsed
41939
41940 \begin_layout Plain Layout
41941 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
41942 \end_layout
41943
41944 \end_inset
41945
41946 のウェブページ
41947 \end_layout
41948
41949 \begin_layout Bibliography
41950 \labelwidthstring 参考文献
41951 \begin_inset CommandInset bibitem
41952 LatexCommand bibitem
41953 key "refstyle"
41954
41955 \end_inset
41956
41957 LaTeXパッケージ
41958 \series bold
41959
41960 \begin_inset CommandInset href
41961 LatexCommand href
41962 name "refstyle"
41963 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41964
41965 \end_inset
41966
41967
41968 \series default
41969
41970 \begin_inset Index idx
41971 status collapsed
41972
41973 \begin_layout Plain Layout
41974 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
41975 \end_layout
41976
41977 \end_inset
41978
41979 の取扱説明書
41980 \end_layout
41981
41982 \begin_layout Bibliography
41983 \labelwidthstring 参考文献
41984 \begin_inset CommandInset bibitem
41985 LatexCommand bibitem
41986 key "sidecap"
41987
41988 \end_inset
41989
41990 LaTeXパッケージ
41991 \series bold
41992
41993 \begin_inset CommandInset href
41994 LatexCommand href
41995 name "sidecap"
41996 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41997
41998 \end_inset
41999
42000
42001 \series default
42002
42003 \begin_inset Index idx
42004 status collapsed
42005
42006 \begin_layout Plain Layout
42007 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42008 \end_layout
42009
42010 \end_inset
42011
42012 の取扱説明書
42013 \end_layout
42014
42015 \begin_layout Bibliography
42016 \labelwidthstring 参考文献
42017 \begin_inset CommandInset bibitem
42018 LatexCommand bibitem
42019 key "NewInLyX20"
42020
42021 \end_inset
42022
42023
42024 \family sans
42025 LyX 2.0
42026 \family default
42027 の新機能に関する
42028 \begin_inset CommandInset href
42029 LatexCommand href
42030 name "Wikiページ"
42031 target "http://wiki.lyx.org/LyX/NewInLyX20"
42032
42033 \end_inset
42034
42035
42036 \end_layout
42037
42038 \begin_layout Standard
42039 \begin_inset CommandInset index_print
42040 LatexCommand printindex
42041 type "idx"
42042
42043 \end_inset
42044
42045
42046 \end_layout
42047
42048 \end_body
42049 \end_document