]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Math.lyx: correct wrong info about \mathindent
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/ja/
7 \textclass scrbook
8 \begin_preamble
9 %% Added by the translator
10 %   Correction for PDF bookmarks
11 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
12 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
13 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
14
15 % that links to image floats jumps
16 % to the beginning of the float and 
17 % not to its caption
18 \usepackage[figure]{hypcap}
19
20 % the pages of the TOC is numbered roman
21 % and a PDF-bookmark for the TOC is added
22 \let\myTOC\tableofcontents
23 \renewcommand\tableofcontents{%
24   \frontmatter
25   \pdfbookmark[1]{\contentsname}{}
26   \myTOC
27   \mainmatter }
28
29 % provides caption formatting
30 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
31
32 % provides commands to set caption
33 % beside tables/images
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % enables calculation of values,
53 \usepackage{calc}
54
55 % increase the bottom float placement fraction
56 \renewcommand{\bottomfraction}{0.5}
57
58 % avoids that floats are placed before their
59 % corresponding section starts
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % speed up the longtable calculation
63 \setcounter{LTchunksize}{100}
64
65 % used for colored tables
66 \@ifundefined{textcolor}
67  {\usepackage{color}}{}
68 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
69 \definecolor{lightgrey}{gray}{0.8}
70
71 % check for package colortbl
72 % used for colored table cells
73 \newboolean{colortbl}
74 \IfFileExists{colortbl.sty}
75  {\usepackage{colortbl}
76   \setboolean{colortbl}{true}}
77  {\setboolean{colortbl}{false}}
78
79 % used to have extra space in table cells
80 \@ifundefined{extrarowheight}
81  {\usepackage{array}}{}
82 \setlength{\extrarowheight}{2pt}
83
84 % used for customized tables
85 % ---
86 \newcolumntype{M}[1]
87  {>{\centering\hspace{0pt}}m{#1}}
88
89 \newcolumntype{S}[2]
90  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
91
92 \newcolumntype{K}[1]
93  {>{\columncolor{#1}\hspace{0pt}}c}
94
95 \newcolumntype{V}{!{\vrule width 1.5pt}}
96
97 \newcolumntype{W}{!{\color{green}\vline}}
98 % ---
99
100 % insert additional vertical space of
101 % 1.5 mm between footnotes
102 \let\myFoot\footnote
103 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
104
105 % number algorithm floats within chapters
106 \numberwithin{algorithm}{chapter}
107
108
109 % ------------------------------------
110 % used to check for needed LaTeX packages
111 \usepackage{ifthen}
112
113 % check for package arydshln
114 % used for tables with dashed lines
115 \newboolean{arydshln}
116 \IfFileExists{arydshln.sty}
117  {\usepackage{arydshln}
118   \setboolean{arydshln}{true}}
119  {\setboolean{arydshln}{false}}
120
121 % check for package marginnote
122 % used for margin notes
123 \newboolean{marginnote}
124 \IfFileExists{marginnote.sty}
125  {\usepackage{marginnote}
126   \let\marginpar\marginnote
127   \setboolean{marginnote}{true}}
128  {\setboolean{marginnote}{false}}
129
130 % check for package sidecap
131 % used for captions on the side
132 \newboolean{sidecap}
133 \IfFileExists{sidecap.sty}
134  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
135   \setboolean{sidecap}{true}}
136  {\setboolean{sidecap}{false}}
137 % set sidecap to false in all cases for Japanese manual. 
138 % It breaks compliation and gives the following error: 
139 % ! LaTeX Error: Environment SCfigure undefined. 
140 \setboolean{sidecap}{false} 
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{false}}
163
164 \usepackage{t1enc}
165 \renewcommand{\seename}{→}
166
167 \usepackage{subfig}
168 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
169 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
170 \end_preamble
171 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
172 \use_default_options false
173 \begin_modules
174 initials
175 graphicboxes
176 \end_modules
177 \maintain_unincluded_children false
178 \begin_local_layout
179 InsetLayout             Flex:Ruby
180 LyxType         charstyle
181 LatexType               command
182 LatexName               ruby
183 BgColor         none
184 LabelString             "ルビ"
185 Decoration              Conglomerate
186 Argument post:1
187 LabelString     "ルビ文"
188 MenuString      "ルビ文(S)|S"
189 Decoration      Conglomerate
190 Font
191 Size            tiny
192 EndFont
193 LabelFont
194 Size            tiny
195 EndFont
196 Mandatory       1
197 EndArgument
198 Preamble
199 \IfFileExists{okumacro.sty}
200 {\usepackage{okumacro}}
201 {\newcommand{\ruby}[2]{#2}}
202 EndPreamble
203 End
204 \end_local_layout
205 \language japanese
206 \language_package default
207 \inputencoding auto
208 \fontencoding global
209 \font_roman "default" "default"
210 \font_sans "default" "default"
211 \font_typewriter "default" "default"
212 \font_math "auto" "auto"
213 \font_default_family default
214 \use_non_tex_fonts false
215 \font_sc false
216 \font_osf false
217 \font_sf_scale 100 100
218 \font_tt_scale 100 100
219 \graphics default
220 \default_output_format pdf3
221 \output_sync 0
222 \bibtex_command default
223 \index_command default
224 \paperfontsize 12
225 \spacing single
226 \use_hyperref true
227 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
228 \pdf_author "LyX Team, Uwe Stohr"
229 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
230 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
231 \pdf_bookmarks false
232 \pdf_bookmarksnumbered true
233 \pdf_bookmarksopen true
234 \pdf_bookmarksopenlevel 1
235 \pdf_breaklinks false
236 \pdf_pdfborder false
237 \pdf_colorlinks true
238 \pdf_backref false
239 \pdf_pdfusetitle false
240 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
241 \papersize default
242 \use_geometry false
243 \use_package amsmath 2
244 \use_package amssymb 2
245 \use_package cancel 0
246 \use_package esint 0
247 \use_package mathdots 1
248 \use_package mathtools 0
249 \use_package mhchem 1
250 \use_package stackrel 0
251 \use_package stmaryrd 0
252 \use_package undertilde 0
253 \cite_engine basic
254 \cite_engine_type default
255 \biblio_style plain
256 \use_bibtopic false
257 \use_indices false
258 \paperorientation portrait
259 \suppress_date false
260 \justification true
261 \use_refstyle 0
262 \notefontcolor #0000ff
263 \index 索引
264 \shortcut idx
265 \color #008000
266 \end_index
267 \leftmargin 2.5cm
268 \topmargin 2.5cm
269 \rightmargin 2.5cm
270 \bottommargin 3cm
271 \secnumdepth 3
272 \tocdepth 3
273 \paragraph_separation skip
274 \defskip medskip
275 \quotes_language english
276 \papercolumns 1
277 \papersides 2
278 \paperpagestyle default
279 \bullet 1 1 34 -1
280 \bullet 2 2 35 -1
281 \bullet 3 2 7 -1
282 \tracking_changes false
283 \output_changes false
284 \html_math_output 0
285 \html_css_as_file 0
286 \html_be_strict false
287 \end_header
288
289 \begin_body
290
291 \begin_layout Title
292 \SpecialChar LyX
293 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
294 \end_layout
295
296 \begin_layout Author
297 \SpecialChar LyX
298 プロジェクトチーム
299 \begin_inset Foot
300 status collapsed
301
302 \begin_layout Plain Layout
303 \noindent
304 コメントや間違いの指摘がありましたら,\SpecialChar LyX
305 文書化メーリングリスト 
306 \begin_inset CommandInset href
307 LatexCommand href
308 name "lyx-docs@lists.lyx.org"
309 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
310 type "mailto:"
311
312 \end_inset
313
314  までお送り下さい.
315 \end_layout
316
317 \end_inset
318
319
320 \begin_inset Note Note
321 status collapsed
322
323 \begin_layout Plain Layout
324 著者:Uwe Stöhr
325 \end_layout
326
327 \end_inset
328
329
330 \begin_inset Newline newline
331 \end_inset
332
333
334 \begin_inset Newline newline
335 \end_inset
336
337
338 \family sans
339 第2.2.x版
340 \end_layout
341
342 \begin_layout Standard
343 \begin_inset CommandInset toc
344 LatexCommand tableofcontents
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Standard
352 \begin_inset Note Note
353 status open
354
355 \begin_layout Plain Layout
356 本文書の全体をPDFやPS,DVIに書き出すには,
357 \series bold
358 arydshln
359 \series default
360
361 \series bold
362 colortbl
363 \series default
364
365 \series bold
366 diagbox
367 \series default
368
369 \series bold
370 lettrine
371 \series default
372
373 \series bold
374 marginnote
375 \series default
376
377 \series bold
378 picinpar
379 \series default
380
381 \series bold
382 sidecap
383 \series default
384 の各\SpecialChar LaTeX
385 パッケージが導入されている必要があります.これらが導入されていなくても,文書を書き出すことはできますが,これらのパッケージが必要な節は出力には表示されません
386
387 \end_layout
388
389 \begin_layout Plain Layout
390 本文書の最新PDF版は
391 \begin_inset Newline newline
392 \end_inset
393
394
395 \series bold
396 http://wiki.lyx.org/\SpecialChar LyX
397 /Manuals#EmbeddedObjects
398 \series default
399
400 \begin_inset Newline newline
401 \end_inset
402
403 にあります.
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Chapter
412
413 \begin_inset Index idx
414 status collapsed
415
416 \begin_layout Plain Layout
417 ず@図
418 \end_layout
419
420 \end_inset
421
422
423 \begin_inset Index idx
424 status collapsed
425
426 \begin_layout Plain Layout
427 がぞう@画像
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433 |see{
434 \end_layout
435
436 \end_inset
437
438
439 \begin_inset ERT
440 status collapsed
441
442 \begin_layout Plain Layout
443
444 }
445 \end_layout
446
447 \end_inset
448
449
450 \end_layout
451
452 \end_inset
453
454
455 \end_layout
456
457 \begin_layout Section
458 画像ダイアログ
459 \begin_inset Index idx
460 status collapsed
461
462 \begin_layout Plain Layout
463 ず@図 ! がぞうだいあろぐ@画像ダイアログ
464 \end_layout
465
466 \end_inset
467
468
469 \begin_inset CommandInset label
470 LatexCommand label
471 name "sec:画像ダイアログ"
472
473 \end_inset
474
475
476 \end_layout
477
478 \begin_layout Standard
479 画像を文書に挿入するには,文中の挿入箇所にカーソルを置いて,ツールバーアイコン
480 \family sans
481
482 \begin_inset Info
483 type  "icon"
484 arg   "dialog-show-new-inset graphics"
485 \end_inset
486
487
488 \family default
489 をクリックするか,
490 \family sans
491 挿入\SpecialChar menuseparator
492 画像
493 \family default
494 メニューを使用して下さい.すると,ダイアログが現れるので,読み込むファイルを選択して下さい.出力中での画像は,本文中の挿入位置に正確に出力されます.
495 \end_layout
496
497 \begin_layout Standard
498 画像ダイアログは,画像をクリックすることによって,いつでも呼び出すことができます.このダイアログには,以下の三つのタブがあります.
499 \end_layout
500
501 \begin_layout Description
502
503 \family sans
504 画像
505 \family default
506  ここでは,画像ファイルを選択し,その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
507 \begin_inset CommandInset ref
508 LatexCommand ref
509 reference "cha:LyXで使用できる単位"
510
511 \end_inset
512
513 に説明があります.
514 \begin_inset Newline newline
515 \end_inset
516
517
518 \begin_inset Index idx
519 status collapsed
520
521 \begin_layout Plain Layout
522 ず@図 ! のかいてん@—の回転
523 \end_layout
524
525 \end_inset
526
527 回転角と回転原点を指定することによって,反時計廻り方向へ画像を回転することができます.画像は,\SpecialChar LyX
528 内でも回転して表示されます.
529 \begin_inset Newline newline
530 \end_inset
531
532
533 \begin_inset Index idx
534 status collapsed
535
536 \begin_layout Plain Layout
537 ず@図 ! のしんしゅく@—の伸縮
538 \end_layout
539
540 \end_inset
541
542 画像は,パーセント値を指定するか,幅と高さを明示的に設定することによって,伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,残りの寸法は自
543 動的に決定されます.両方とも指定した場合には,指定した寸法に画像が変換されますので,変形してしまう可能性があります.画像が変形するのを防ぐには,
544 \family sans
545 縦横比を維持する
546 \family default
547 オプションを指定して下さい.すると画像は,幅と高さが指定した寸法を越えないように伸縮されます.
548 \begin_inset Newline newline
549 \end_inset
550
551 画像を右クリックすると現れるコンテクストメニューで
552 \family sans
553 外部で編集
554 \family default
555 という項目を選ぶことによって,画像を指定したプログラムで開くことができます.このプログラムは,\SpecialChar LyX
556 設定のファイル書式設定で,各画像書式ごとに設定することができます.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 切り抜き
563 \family default
564  伸縮単位を使用する代わりに,出力における画像の縦横の長さを調整するのに,画像座標の設定をすることができます.座標は,
565 \family sans
566 ファイルから取得
567 \family default
568 ボタンを押すことによって,自動的に計算することもできます.
569 \family sans
570 境界枠で切り抜く
571 \family default
572 オプションは,指定された座標内の画像領域のみ印字します.通常は,画像座標を気にする必要はないので,このタブは無視して構いません.
573 \end_layout
574
575 \begin_layout Description
576
577 \family sans
578 \SpecialChar LaTeX
579 と\SpecialChar LyX
580 のオプション
581 \family default
582  このタブでは,\SpecialChar LyX
583 内での画像表示法を調整できる他,\SpecialChar LaTeX
584 のエキスパート向けに\SpecialChar LaTeX
585 オプションを追加することができるようになっています.
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 \begin_inset Index idx
603 status collapsed
604
605 \begin_layout Plain Layout
606 ず@図 ! せっていぐるーぷ@設定グループ
607 \end_layout
608
609 \end_inset
610
611 これらのグループ内の画像は,共通した設定を持つので,グループ内の一つの画像の設定をいじると,自動的にグループ内の全ての画像の設定が同じように変更されます.したが
612 って,たとえば,たくさんの画像の寸法を変更したいときにも,一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,画像のコンテクストメニュー
613 を使用して,望むグループ名をチェックすることで行うこともできます.
614 \end_layout
615
616 \begin_layout Standard
617 \begin_inset VSpace bigskip
618 \end_inset
619
620
621 \end_layout
622
623 \begin_layout Standard
624 下記はEPS書式
625 \begin_inset Foot
626 status collapsed
627
628 \begin_layout Plain Layout
629 画像書式は,第
630 \begin_inset CommandInset ref
631 LatexCommand ref
632 reference "sec:画像形式"
633
634 \end_inset
635
636 節に説明されています.
637 \end_layout
638
639 \end_inset
640
641 の画像の例で,単独の中央揃えの段落に置いてあります.
642 \end_layout
643
644 \begin_layout Standard
645 \align center
646 \begin_inset Graphics
647         filename ../clipart/mobius.eps
648         scale 70
649         scaleBeforeRotation
650         rotateOrigin center
651
652 \end_inset
653
654
655 \end_layout
656
657 \begin_layout Standard
658 下記は上と同じ画像ですが,下書きモードのものです.
659 \end_layout
660
661 \begin_layout Standard
662 \align center
663 \begin_inset Graphics
664         filename ../clipart/mobius.eps
665         scale 70
666         draft
667         scaleBeforeRotation
668         rotateOrigin center
669
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 \begin_inset Newpage newpage
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Section
683 図フロート
684 \begin_inset CommandInset label
685 LatexCommand label
686 name "sec:図フロート"
687
688 \end_inset
689
690
691 \begin_inset Index idx
692 status collapsed
693
694 \begin_layout Plain Layout
695 ふろーと@フロート ! ず@図
696 \end_layout
697
698 \end_inset
699
700
701 \begin_inset Index idx
702 status collapsed
703
704 \begin_layout Plain Layout
705 ず@図 ! ふろーと@フロート
706 \end_layout
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 フロートについての一般的な説明は,第
715 \begin_inset CommandInset ref
716 LatexCommand ref
717 reference "sec:フロートはじめに"
718
719 \end_inset
720
721 節をご覧下さい.
722 \end_layout
723
724 \begin_layout Standard
725 ツールバーボタンの
726 \family sans
727
728 \begin_inset Info
729 type  "icon"
730 arg   "float-insert figure"
731 \end_inset
732
733
734 \family default
735
736 \family sans
737 挿入\SpecialChar menuseparator
738 フロート\SpecialChar menuseparator
739
740 \family default
741 メニューを用いると,「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,図
742 \begin_inset CommandInset ref
743 LatexCommand ref
744 reference "fig:犠牲のカモノハシ"
745
746 \end_inset
747
748 のようにキャプションの上に置くこともできますし,図
749 \begin_inset CommandInset ref
750 LatexCommand ref
751 reference "fig:エッシャー"
752
753 \end_inset
754
755 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,第
756 \begin_inset CommandInset ref
757 LatexCommand ref
758 reference "sec:キャプションの配置"
759
760 \end_inset
761
762 節に述べられています.
763 \end_layout
764
765 \begin_layout Standard
766 \begin_inset Float figure
767 wide false
768 sideways false
769 status open
770
771 \begin_layout Plain Layout
772 \align center
773 \begin_inset Graphics
774         filename ../clipart/platypus.eps
775         width 50col%
776         scaleBeforeRotation
777         rotateOrigin center
778
779 \end_inset
780
781
782 \end_layout
783
784 \begin_layout Plain Layout
785 \begin_inset Caption Standard
786
787 \begin_layout Plain Layout
788 \begin_inset CommandInset label
789 LatexCommand label
790 name "fig:犠牲のカモノハシ"
791
792 \end_inset
793
794 フロート中の激しく歪んだカモノハシ
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \end_inset
803
804
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \begin_inset Caption Standard
815
816 \begin_layout Plain Layout
817 \begin_inset CommandInset label
818 LatexCommand label
819 name "fig:エッシャー"
820
821 \end_inset
822
823 行ってしまったM.C.エッシャー
824 \end_layout
825
826 \end_inset
827
828
829 \end_layout
830
831 \begin_layout Plain Layout
832 \align center
833 \begin_inset Graphics
834         filename ../clipart/escher-lsd.eps
835         scale 80
836         scaleBeforeRotation
837         rotateOrigin center
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Index idx
851 status collapsed
852
853 \begin_layout Plain Layout
854 さんしょう@参照 ! ずへの@図への —
855 \end_layout
856
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "fig:犠牲のカモノハシ"
863
864 \end_inset
865
866 図と第
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "fig:エッシャー"
870
871 \end_inset
872
873 図は,参照された図の例です.図は,本文中でラベルを参照することによって参照できます.これをするには,まず,
874 \family sans
875 挿入\SpecialChar menuseparator
876 ラベル
877 \family default
878 メニューかツールバーボタン
879 \family sans
880
881 \begin_inset Info
882 type  "icon"
883 arg   "label-insert"
884 \end_inset
885
886
887 \family default
888 を使用して,キャプションにラベルを挿入してください.その後,
889 \family sans
890 挿入\SpecialChar menuseparator
891 相互参照
892 \family default
893 メニューかツールバーボタン
894 \family sans
895
896 \begin_inset Info
897 type  "icon"
898 arg   "dialog-show-new-inset ref"
899 \end_inset
900
901
902 \family default
903 を使用して,ラベルを参照することができます.\SpecialChar LaTeX
904 は仕上文書でのフロートの位置を調整するので,「上図」のような曖昧な参照のしかたをするのではなく,フロートを直接参照す
905 ることが重要です.仕上文書では,「上図」ではないことが,大いにありうるからです.
906 \begin_inset Newline newline
907 \end_inset
908
909 参照は,第
910 \begin_inset CommandInset ref
911 LatexCommand ref
912 reference "sec:フロートの参照"
913
914 \end_inset
915
916 節で詳細に説明されています.
917 \end_layout
918
919 \begin_layout Standard
920 通常,図フロートには一つの画像だけを挿入しますが,場合によっては,二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,既存の
921 図フロートの中に図フロートを入れ込むことによって,実現することができます.ただし,図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "fig:歪められた二つの像"
925
926 \end_inset
927
928 は,二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
929 \begin_inset CommandInset ref
930 LatexCommand ref
931 reference "fig:何かわからない構造"
932
933 \end_inset
934
935 と図
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "fig:カモノハシ"
939
940 \end_inset
941
942 が内部図になります.
943 \end_layout
944
945 \begin_layout Standard
946 \begin_inset Float figure
947 wide false
948 sideways false
949 status open
950
951 \begin_layout Plain Layout
952 \begin_inset space \hfill{}
953 \end_inset
954
955
956 \begin_inset Float figure
957 wide false
958 sideways false
959 status collapsed
960
961 \begin_layout Plain Layout
962 \begin_inset Caption Standard
963
964 \begin_layout Plain Layout
965 \begin_inset CommandInset label
966 LatexCommand label
967 name "fig:何かわからない構造"
968
969 \end_inset
970
971 何かわからない構造
972 \end_layout
973
974 \end_inset
975
976
977 \end_layout
978
979 \begin_layout Plain Layout
980 \begin_inset Graphics
981         filename ../clipart/escher-lsd.eps
982         width 45col%
983         scaleBeforeRotation
984         groupId distorted
985
986 \end_inset
987
988
989 \end_layout
990
991 \end_inset
992
993
994 \begin_inset space \hfill{}
995 \end_inset
996
997
998 \begin_inset Float figure
999 wide false
1000 sideways false
1001 status collapsed
1002
1003 \begin_layout Plain Layout
1004 \begin_inset Caption Standard
1005
1006 \begin_layout Plain Layout
1007 \begin_inset CommandInset label
1008 LatexCommand label
1009 name "fig:カモノハシ"
1010
1011 \end_inset
1012
1013 カモノハシ
1014 \end_layout
1015
1016 \end_inset
1017
1018
1019 \end_layout
1020
1021 \begin_layout Plain Layout
1022 \begin_inset Graphics
1023         filename ../clipart/platypus.eps
1024         width 45col%
1025         scaleBeforeRotation
1026         groupId distorted
1027
1028 \end_inset
1029
1030
1031 \end_layout
1032
1033 \end_inset
1034
1035
1036 \begin_inset space \hfill{}
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Plain Layout
1043 \begin_inset Caption Standard
1044
1045 \begin_layout Plain Layout
1046 \begin_inset CommandInset label
1047 LatexCommand label
1048 name "fig:歪められた二つの像"
1049
1050 \end_inset
1051
1052 歪められた二つの像.両画像とも,「歪曲」画像設定グループに属しています.
1053 \end_layout
1054
1055 \end_inset
1056
1057
1058 \end_layout
1059
1060 \end_inset
1061
1062
1063 \end_layout
1064
1065 \begin_layout Standard
1066 \begin_inset Newpage newpage
1067 \end_inset
1068
1069
1070 \end_layout
1071
1072 \begin_layout Section
1073 画像形式
1074 \begin_inset CommandInset label
1075 LatexCommand label
1076 name "sec:画像形式"
1077
1078 \end_inset
1079
1080
1081 \begin_inset Index idx
1082 status collapsed
1083
1084 \begin_layout Plain Layout
1085 がぞうけいしき@画像形式
1086 \end_layout
1087
1088 \end_inset
1089
1090
1091 \begin_inset Index idx
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 ず@図 ! がぞうけいしき@画像形式
1096 \end_layout
1097
1098 \end_inset
1099
1100
1101 \end_layout
1102
1103 \begin_layout Standard
1104 画像は,既知のファイル形式であれば,どのような形式でも挿入することができます.しかし,付録
1105 \begin_inset CommandInset ref
1106 LatexCommand ref
1107 reference "cha:ファイル出力形式"
1108
1109 \end_inset
1110
1111 で説明されているように,出力に関しては,どの出力文書形式も,いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1112 は,画像を正しい形式に変換するのに,バックグラウンド
1113
1114 \family typewriter
1115 ImageMagick
1116 \family default
1117 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,出力ファイル形式に直接埋め込める画像形式のみを使
1118 用するとよいでしょう.出力ファイル形式は,付録
1119 \begin_inset CommandInset ref
1120 LatexCommand ref
1121 reference "cha:ファイル出力形式"
1122
1123 \end_inset
1124
1125 に説明されています.
1126 \end_layout
1127
1128 \begin_layout Standard
1129 フォントと同じく,画像形式にも以下の二つの型があります.
1130 \end_layout
1131
1132 \begin_layout Description
1133 ビットマップ画像 は,ピクセル値を(時により圧縮された形で)保持しています.したがって,この画像形式は完全に伸縮可能ではなく,拡大するとピクセルが目立つようにな
1134 ります.よく知られたビットマップ画像形式には,「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1135 \family typewriter
1136 .gif
1137 \family default
1138 」)
1139 \begin_inset Index idx
1140 status collapsed
1141
1142 \begin_layout Plain Layout
1143 GIF
1144 \begin_inset ERT
1145 status collapsed
1146
1147 \begin_layout Plain Layout
1148
1149 |see{
1150 \end_layout
1151
1152 \end_inset
1153
1154 画像書式
1155 \begin_inset ERT
1156 status collapsed
1157
1158 \begin_layout Plain Layout
1159
1160 }
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \end_inset
1169
1170 ,「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1171 \family typewriter
1172 .png
1173 \family default
1174 」)
1175 \begin_inset Index idx
1176 status collapsed
1177
1178 \begin_layout Plain Layout
1179 PNG
1180 \begin_inset ERT
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184
1185 |see{
1186 \end_layout
1187
1188 \end_inset
1189
1190 画像書式
1191 \begin_inset ERT
1192 status collapsed
1193
1194 \begin_layout Plain Layout
1195
1196 }
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206 ,「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1207 \family typewriter
1208 .jpg
1209 \family default
1210 」または「
1211 \family typewriter
1212 .jpeg
1213 \family default
1214 」)
1215 \begin_inset Index idx
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219 JPG
1220 \begin_inset ERT
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224
1225 |see{
1226 \end_layout
1227
1228 \end_inset
1229
1230 画像書式
1231 \begin_inset ERT
1232 status collapsed
1233
1234 \begin_layout Plain Layout
1235
1236 }
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246 などがあります.
1247 \end_layout
1248
1249 \begin_layout Description
1250 ベクトル画像 はベクトル値を保持しているので,データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,ビデオプロジェクタがかならず伸縮操作を
1251 行うことになるので,プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,伸縮性は,オンライン文書でユーザーが図の拡大ができるようにするの
1252 に便利です.
1253 \begin_inset Newline newline
1254 \end_inset
1255
1256 よく知られた伸縮可能画像形式には,「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1257 \family typewriter
1258 .svg
1259 \family default
1260 」)
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 SVG
1266 \begin_inset ERT
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270
1271 |see{
1272 \end_layout
1273
1274 \end_inset
1275
1276 画像書式
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 }
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292 ,「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1293 \family typewriter
1294 .eps
1295 \family default
1296 」)
1297 \begin_inset Index idx
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301 EPS
1302 \begin_inset ERT
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306
1307 |see{
1308 \end_layout
1309
1310 \end_inset
1311
1312 画像書式
1313 \begin_inset ERT
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317
1318 }
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \end_inset
1327
1328 ,「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1329 \family typewriter
1330 .pdf
1331 \family default
1332 」)
1333 \begin_inset Index idx
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337 PDF
1338 \end_layout
1339
1340 \end_inset
1341
1342 ,「Windowsメタファイル」(WMF・ファイル拡張子は「
1343 \family typewriter
1344 .wmf
1345 \family default
1346 」)
1347 \begin_inset Index idx
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351 SVG
1352 \begin_inset ERT
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356
1357 |see{
1358 \end_layout
1359
1360 \end_inset
1361
1362 画像書式
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 }
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \end_inset
1377
1378 がありえます.「ありえます」と言ったのは,ビットマップ画像はいつでもPDFやEPSに変換することができますが,変換後も依然としてビットマップ画像のままだからです
1379 .このような場合には,画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1380 \begin_inset Foot
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 PDFの場合には,さらに元画像が圧縮されます.
1385 \end_layout
1386
1387 \end_inset
1388
1389 .たとえば,
1390 \family typewriter
1391 Adobe Photoshop
1392 \family default
1393 が生成するPDFファイルは,ビットマップ画像です.
1394 \end_layout
1395
1396 \begin_layout Standard
1397 通常,ビットマップ画像を伸縮可能画像には変換できず,その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,それぞれPDF
1398 画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1399 \begin_inset Formula $\to$
1400 \end_inset
1401
1402 PDF/EPS変換子がないので,SVGおよびWMF画像は,出力ファイルが生成される際にビットマップに計算し直されます.
1403 \end_layout
1404
1405 \begin_layout Chapter
1406
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 ひょう@表
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \begin_layout Section
1420 はじめに
1421 \begin_inset Index idx
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 ひょう@表 ! はじめに
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \end_layout
1432
1433 \begin_layout Standard
1434
1435 \family roman
1436 \series medium
1437 \shape up
1438 \size normal
1439 \emph off
1440 \bar no
1441 \noun off
1442 \color none
1443 表を挿入するには,ツールバーボタ
1444 \family default
1445 \series default
1446 \shape default
1447 \size default
1448 \emph default
1449 \bar default
1450 \noun default
1451 \color inherit
1452
1453 \begin_inset Info
1454 type  "icon"
1455 arg   "tabular-insert"
1456 \end_inset
1457
1458
1459 \family roman
1460 \series medium
1461 \shape up
1462 \size normal
1463 \emph off
1464 \bar no
1465 \noun off
1466 \color none
1467
1468 \family sans
1469 \series default
1470 \shape default
1471 \size default
1472 \emph default
1473 \bar default
1474 \noun default
1475 \color inherit
1476 挿入\SpecialChar menuseparator
1477
1478 \family default
1479 メニューを選択します.ツールバーボタンを押すと,グラフィカルな選択ができます.マウスを動かして,生成する表の行数・列数を設定し,マウスボタンを押して下さい.表を
1480 作るのにメニューを使う場合は,ダイアログが現れ,行数と列数を訊いてきます.
1481 \begin_inset Newline newline
1482 \end_inset
1483
1484 既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
1485 のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1486 \end_layout
1487
1488 \begin_layout Standard
1489 \align center
1490 \begin_inset Tabular
1491 <lyxtabular version="3" rows="4" columns="4">
1492 <features tabularvalignment="middle">
1493 <column alignment="center" valignment="top">
1494 <column alignment="center" valignment="top">
1495 <column alignment="center" valignment="top">
1496 <column alignment="center" valignment="top">
1497 <row>
1498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1499 \begin_inset Text
1500
1501 \begin_layout Plain Layout
1502
1503 \end_layout
1504
1505 \end_inset
1506 </cell>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 1
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 2
1521 \end_layout
1522
1523 \end_inset
1524 </cell>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 3
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 </row>
1535 <row>
1536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540
1541 \end_layout
1542
1543 \end_inset
1544 </cell>
1545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Plain Layout
1596
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1602 \begin_inset Text
1603
1604 \begin_layout Plain Layout
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 <row>
1612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1613 \begin_inset Text
1614
1615 \begin_layout Plain Layout
1616
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1631 \begin_inset Text
1632
1633 \begin_layout Plain Layout
1634
1635 \end_layout
1636
1637 \end_inset
1638 </cell>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 </row>
1649 </lyxtabular>
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \begin_layout Section
1657 表ダイアログ
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 ひょう@表 ! だいあろぐ@ダイアログ
1663 \end_layout
1664
1665 \end_inset
1666
1667
1668 \end_layout
1669
1670 \begin_layout Standard
1671
1672 \family roman
1673 \series medium
1674 \shape up
1675 \size normal
1676 \emph off
1677 \bar no
1678 \noun off
1679 \color none
1680 表を右クリックすると,文脈依存メニューが表示されて,表を変更することができます.メニュー項目
1681 \family sans
1682 \series default
1683 \shape default
1684 \size default
1685 \emph default
1686 \bar default
1687 \noun default
1688 \color inherit
1689 詳細
1690 \family roman
1691 \series medium
1692 \shape up
1693 \size normal
1694 \emph off
1695 \bar no
1696 \noun off
1697 \color none
1698 以下では,現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1699 \family sans
1700 \series default
1701 \shape default
1702 \size default
1703 \emph default
1704 \bar default
1705 \noun default
1706 \color inherit
1707 詳細\SpecialChar menuseparator
1708 設定
1709 \family roman
1710 \series medium
1711 \shape up
1712 \size normal
1713 \emph off
1714 \bar no
1715 \noun off
1716 \color none
1717 を選ぶと,ダイアログボックスが開いて,更に詳細な設定を行うことができます.また,ダイアログオプションのほとんどは,選択範囲に対しても動作します.つまり,複数のセ
1718 ルや行・列を選択していれば,操作は選択範囲の全てに対して行われます.
1719 \family default
1720 \series default
1721 \shape default
1722 \size default
1723 \emph default
1724 \bar default
1725 \noun default
1726 \color inherit
1727 セルの
1728 \emph on
1729 内容
1730 \emph default
1731 を選択するのと,セル自体を選択するのは異なることに注意して下さい.
1732 \begin_inset Newline newline
1733 \end_inset
1734
1735 ダイアログオプションの
1736 \family sans
1737 直ちに適用
1738 \family default
1739 を使用すると,ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,ダイアログも新しいセルのパラメーターに更新されます.ダイ
1740 アログ中の長さの値を変更した場合には,リターンを押さないと変更が適用されません.
1741 \begin_inset Newline newline
1742 \end_inset
1743
1744 表ダイアログの以下の各タブを使用して,表に変更を加えることができます.
1745 \end_layout
1746
1747 \begin_layout Description
1748 表の設定 ここでは,現在列の幅と水平揃えを設定することができます.
1749 \family sans
1750 小数点で
1751 \family default
1752 とある揃えは,第
1753 \begin_inset CommandInset ref
1754 LatexCommand ref
1755 reference "subsec:特殊なセル揃え"
1756
1757 \end_inset
1758
1759 で説明されています.幅を設定した場合には,現在行の垂直揃えも調整することができます.列幅を与えると,改行や多段落の文章をセルに入れることができます.これに関して
1760 は,第
1761 \begin_inset CommandInset ref
1762 LatexCommand ref
1763 reference "subsec:複数行"
1764
1765 \end_inset
1766
1767 節をご参照下さい.列幅を設定しない場合には,列幅は,もっとも幅の広いセル内容の幅になります.
1768 \begin_inset Newline newline
1769 \end_inset
1770
1771 さらに,同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,第
1772 \begin_inset CommandInset ref
1773 LatexCommand ref
1774 reference "subsec:連結列"
1775
1776 \end_inset
1777
1778 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,第
1779 \begin_inset CommandInset ref
1780 LatexCommand ref
1781 reference "subsec:連結行"
1782
1783 \end_inset
1784
1785 節をご参照ください.
1786 \begin_inset Newline newline
1787 \end_inset
1788
1789 回転関連のチェックボックスは,現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,\SpecialChar LyX
1790 内部では反映されず,出力にのみ現れます.詳細については,
1791
1792 \begin_inset CommandInset ref
1793 LatexCommand ref
1794 reference "sec:表セルの回転"
1795
1796 \end_inset
1797
1798 節をご覧下さい.
1799 \begin_inset Newline newline
1800 \end_inset
1801
1802
1803 \begin_inset Note Greyedout
1804 status open
1805
1806 \begin_layout Plain Layout
1807
1808 \series bold
1809 【註】
1810 \series default
1811 DVIビューアのすべてが回転を表示できるわけではありません.
1812 \end_layout
1813
1814 \end_inset
1815
1816
1817 \begin_inset Newline newline
1818 \end_inset
1819
1820 下記は,本文行中の表に,表全体の垂直揃えを適用したものです.
1821 \begin_inset Newline newline
1822 \end_inset
1823
1824 各種の揃えを適用した同一行中の表:
1825 \begin_inset Tabular
1826 <lyxtabular version="3" rows="2" columns="2">
1827 <features tabularvalignment="top">
1828 <column alignment="center" valignment="top" width="0pt">
1829 <column alignment="center" valignment="top">
1830 <row>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844 1
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 </row>
1850 <row>
1851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 A
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 </row>
1870 </lyxtabular>
1871
1872 \end_inset
1873
1874  
1875 \begin_inset Tabular
1876 <lyxtabular version="3" rows="2" columns="2">
1877 <features tabularvalignment="middle">
1878 <column alignment="center" valignment="top">
1879 <column alignment="center" valignment="top">
1880 <row>
1881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 1
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 </row>
1900 <row>
1901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905 A
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1911 \begin_inset Text
1912
1913 \begin_layout Plain Layout
1914
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 </row>
1920 </lyxtabular>
1921
1922 \end_inset
1923
1924  
1925 \begin_inset Tabular
1926 <lyxtabular version="3" rows="2" columns="2">
1927 <features tabularvalignment="bottom">
1928 <column alignment="center" valignment="top" width="0pt">
1929 <column alignment="center" valignment="top">
1930 <row>
1931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944 1
1945 \end_layout
1946
1947 \end_inset
1948 </cell>
1949 </row>
1950 <row>
1951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1952 \begin_inset Text
1953
1954 \begin_layout Plain Layout
1955 A
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1961 \begin_inset Text
1962
1963 \begin_layout Plain Layout
1964
1965 \end_layout
1966
1967 \end_inset
1968 </cell>
1969 </row>
1970 </lyxtabular>
1971
1972 \end_inset
1973
1974
1975 \begin_inset Newline newline
1976 \end_inset
1977
1978 また,特殊な表設定に必要な\SpecialChar LaTeX
1979 引数を入力することもできます.これに関しては,第
1980 \begin_inset CommandInset ref
1981 LatexCommand ref
1982 reference "subsec:連結列の計算"
1983
1984 \end_inset
1985
1986 節および第
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "sec:色付きの表"
1990
1991 \end_inset
1992
1993 節をご参照下さい.
1994 \end_layout
1995
1996 \begin_layout Description
1997 罫線 このタブでは,現在列ないし現在行の罫線を引いたり消したりすることができます.
1998 \begin_inset Newline newline
1999 \end_inset
2000
2001 様式オプションとして
2002 \family sans
2003 フォーマル様式
2004 \family default
2005 を使用すると,第
2006 \begin_inset CommandInset ref
2007 LatexCommand ref
2008 reference "sec:フォーマル様式の表"
2009
2010 \end_inset
2011
2012 節に述べられているフォーマル様式の表に表を変換します.
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016 またここで,第
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "subsec:行の余白取り"
2020
2021 \end_inset
2022
2023 節に述べられているように,表の行に空白を追加することもできます.
2024 \end_layout
2025
2026 \begin_layout Description
2027 多頁表 このタブは,複数のページにわたる,いわゆる「
2028 \emph on
2029 多頁表
2030 \emph default
2031 」を作るためのものです.第
2032 \begin_inset CommandInset ref
2033 LatexCommand ref
2034 reference "sec:多頁表"
2035
2036 \end_inset
2037
2038 節および第
2039 \begin_inset CommandInset ref
2040 LatexCommand ref
2041 reference "sec:多頁表にまつわる諸点"
2042
2043 \end_inset
2044
2045 節に,多頁表の機能に関する詳細な説明があります.
2046 \end_layout
2047
2048 \begin_layout Section
2049 表ツールバー
2050 \begin_inset Index idx
2051 status collapsed
2052
2053 \begin_layout Plain Layout
2054 ひょう@表 ! つーるばー@ツールバー
2055 \end_layout
2056
2057 \end_inset
2058
2059
2060 \end_layout
2061
2062 \begin_layout Standard
2063 表ツールバーは,表ダイアログの代わりに,表をすばやく変更できるようにするためのものです.通常,カーソルが表の内部にあるときに,\SpecialChar LyX
2064 のメインウィンドウの底部に表示され
2065 ます.ご希望であれば,\SpecialChar LyX
2066 のメインメニューバーを右クリックすることによって,つねに表示されるように切り替えることもできます.
2067 \end_layout
2068
2069 \begin_layout Standard
2070 ツールバーには,以下のアイコンがあります.
2071 \end_layout
2072
2073 \begin_layout Labeling
2074 \labelwidthstring 00.00.0000
2075
2076 \family sans
2077 \begin_inset Info
2078 type  "icon"
2079 arg   "tabular-feature append-row"
2080 \end_inset
2081
2082
2083 \family default
2084  は,現在セルあるいは選択範囲の下に行を追加します.
2085 \end_layout
2086
2087 \begin_layout Labeling
2088 \labelwidthstring 00.00.0000
2089
2090 \family sans
2091 \begin_inset Info
2092 type  "icon"
2093 arg   "tabular-feature append-column"
2094 \end_inset
2095
2096
2097 \family default
2098  は,現在セルあるいは選択範囲の右に列を追加します.
2099 \end_layout
2100
2101 \begin_layout Labeling
2102 \labelwidthstring 00.00.0000
2103
2104 \family sans
2105 \begin_inset Info
2106 type  "icon"
2107 arg   "tabular-feature delete-row"
2108 \end_inset
2109
2110
2111 \family default
2112  は,現在行あるいは選択範囲行を削除します.
2113 \end_layout
2114
2115 \begin_layout Labeling
2116 \labelwidthstring 00.00.0000
2117
2118 \family sans
2119 \begin_inset Info
2120 type  "icon"
2121 arg   "tabular-feature delete-column"
2122 \end_inset
2123
2124
2125 \family default
2126  は,現在列あるいは選択範囲列を削除します.
2127 \end_layout
2128
2129 \begin_layout Labeling
2130 \labelwidthstring 00.00.0000
2131 \begin_inset Info
2132 type  "icon"
2133 arg   "tabular-feature move-row-up"
2134 \end_inset
2135
2136  は,行を上に移動します.
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Info
2142 type  "icon"
2143 arg   "tabular-feature move-column-left"
2144 \end_inset
2145
2146  は,列を左に移動します.
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Info
2152 type  "icon"
2153 arg   "tabular-feature move-row-down"
2154 \end_inset
2155
2156  は,行を下に移動します.
2157 \end_layout
2158
2159 \begin_layout Labeling
2160 \labelwidthstring 00.00.0000
2161 \begin_inset Info
2162 type  "icon"
2163 arg   "tabular-feature move-column-right"
2164 \end_inset
2165
2166  は,列を右に移動します.
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171
2172 \family sans
2173 \begin_inset Info
2174 type  "icon"
2175 arg   "tabular-feature toggle-line-top"
2176 \end_inset
2177
2178
2179 \family default
2180  は,現在セルや現在行,あるいは選択範囲の上部に罫線を描画します.
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185
2186 \family sans
2187 \begin_inset Info
2188 type  "icon"
2189 arg   "tabular-feature toggle-line-bottom"
2190 \end_inset
2191
2192
2193 \family default
2194  は,現在セルや現在行,あるいは選択範囲の下部に罫線を描画します.
2195 \end_layout
2196
2197 \begin_layout Labeling
2198 \labelwidthstring 00.00.0000
2199
2200 \family sans
2201 \begin_inset Info
2202 type  "icon"
2203 arg   "tabular-feature toggle-line-left"
2204 \end_inset
2205
2206
2207 \family default
2208  は,現在セルや現在行,あるいは選択範囲の左側に罫線を描画します.
2209 \end_layout
2210
2211 \begin_layout Labeling
2212 \labelwidthstring 00.00.0000
2213
2214 \family sans
2215 \begin_inset Info
2216 type  "icon"
2217 arg   "tabular-feature toggle-line-right"
2218 \end_inset
2219
2220
2221 \family default
2222  は,現在セルや現在行,あるいは選択範囲の右側に罫線を描画します.
2223 \end_layout
2224
2225 \begin_layout Labeling
2226 \labelwidthstring 00.00.0000
2227
2228 \family sans
2229 \begin_inset Info
2230 type  "icon"
2231 arg   "tabular-feature set-all-lines"
2232 \end_inset
2233
2234
2235 \family default
2236  は,現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2237 \end_layout
2238
2239 \begin_layout Labeling
2240 \labelwidthstring 00.00.0000
2241
2242 \family sans
2243 \begin_inset Info
2244 type  "icon"
2245 arg   "tabular-feature unset-all-lines"
2246 \end_inset
2247
2248
2249 \family default
2250  は,現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2251 \end_layout
2252
2253 \begin_layout Labeling
2254 \labelwidthstring 00.00.0000
2255
2256 \family sans
2257 \begin_inset Info
2258 type  "icon"
2259 arg   "tabular-feature m-align-left"
2260 \end_inset
2261
2262
2263 \family default
2264  は,現在セルあるいは現在列の内容を左揃えにします.
2265 \end_layout
2266
2267 \begin_layout Labeling
2268 \labelwidthstring 00.00.0000
2269
2270 \family sans
2271 \begin_inset Info
2272 type  "icon"
2273 arg   "tabular-feature m-align-center"
2274 \end_inset
2275
2276
2277 \family default
2278  は,現在セルあるいは現在列の内容を水平方向中央揃えにします.
2279 \end_layout
2280
2281 \begin_layout Labeling
2282 \labelwidthstring 00.00.0000
2283
2284 \family sans
2285 \begin_inset Info
2286 type  "icon"
2287 arg   "tabular-feature m-align-right"
2288 \end_inset
2289
2290
2291 \family default
2292  は,現在セルあるいは現在列の内容を右揃えにします.
2293 \end_layout
2294
2295 \begin_layout Labeling
2296 \labelwidthstring 00.00.0000
2297
2298 \family sans
2299 \begin_inset Info
2300 type  "icon"
2301 arg   "tabular-feature align-decimal"
2302 \end_inset
2303
2304
2305 \family default
2306  は,現在セルの内容を特定文字位置で揃えます.
2307 \end_layout
2308
2309 \begin_layout Labeling
2310 \labelwidthstring 00.00.0000
2311
2312 \family sans
2313 \begin_inset Info
2314 type  "icon"
2315 arg   "tabular-feature m-valign-top"
2316 \end_inset
2317
2318
2319 \family default
2320  は,現在セルの内容を垂直方向上揃えにします.
2321 \end_layout
2322
2323 \begin_layout Labeling
2324 \labelwidthstring 00.00.0000
2325
2326 \family sans
2327 \begin_inset Info
2328 type  "icon"
2329 arg   "tabular-feature m-valign-middle"
2330 \end_inset
2331
2332
2333 \family default
2334  は,現在セルの内容を垂直方向中央揃えにします.
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339
2340 \family sans
2341 \begin_inset Info
2342 type  "icon"
2343 arg   "tabular-feature m-valign-bottom"
2344 \end_inset
2345
2346
2347 \family default
2348  は,現在セルの内容を垂直方向下揃えにします.
2349 \end_layout
2350
2351 \begin_layout Labeling
2352 \labelwidthstring 00.00.0000
2353
2354 \family sans
2355 \begin_inset Info
2356 type  "icon"
2357 arg   "tabular-feature set-rotate-cell"
2358 \end_inset
2359
2360
2361 \family default
2362  は,現在セルあるいは選択範囲を反時計廻りに90度回転します.
2363 \end_layout
2364
2365 \begin_layout Labeling
2366 \labelwidthstring 00.00.0000
2367
2368 \family sans
2369 \begin_inset Info
2370 type  "icon"
2371 arg   "tabular-feature set-rotate-tabular"
2372 \end_inset
2373
2374
2375 \family default
2376  は,表全体を反時計廻りに90度回転します.
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381
2382 \family sans
2383 \begin_inset Info
2384 type  "icon"
2385 arg   "tabular-feature multicolumn"
2386 \end_inset
2387
2388
2389 \family default
2390  は,現在セルあるいは選択範囲を連結列にします.
2391 \end_layout
2392
2393 \begin_layout Labeling
2394 \labelwidthstring 00.00.0000
2395
2396 \family sans
2397 \begin_inset Info
2398 type  "icon"
2399 arg   "tabular-feature multirow"
2400 \end_inset
2401
2402
2403 \family default
2404  は,現在セルあるいは選択範囲を連結行にします.
2405 \end_layout
2406
2407 \begin_layout Standard
2408 \begin_inset Note Greyedout
2409 status open
2410
2411 \begin_layout Plain Layout
2412
2413 \series bold
2414 【註】
2415 \series default
2416 出力では,行の最初のセルの垂直揃えが,同一行の他のセルすべてに適用されます.
2417 \end_layout
2418
2419 \end_inset
2420
2421
2422 \end_layout
2423
2424 \begin_layout Section
2425 表編集メニュー
2426 \begin_inset Index idx
2427 status collapsed
2428
2429 \begin_layout Plain Layout
2430 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2431 \end_layout
2432
2433 \end_inset
2434
2435
2436 \end_layout
2437
2438 \begin_layout Standard
2439 表ダイアログと表ツールバーの他に,
2440 \family sans
2441 編集\SpecialChar menuseparator
2442
2443 \family default
2444 メニューでも,現在行や現在列の罫線を引いたり消したりすることができ,あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,カーソルが表内
2445 部にあるときのみ,表示されます.
2446 \end_layout
2447
2448 \begin_layout Section
2449 表フロート
2450 \begin_inset CommandInset label
2451 LatexCommand label
2452 name "sec:表フロート"
2453
2454 \end_inset
2455
2456
2457 \begin_inset Index idx
2458 status collapsed
2459
2460 \begin_layout Plain Layout
2461 ふろーと@フロート ! ひょう@表
2462 \end_layout
2463
2464 \end_inset
2465
2466
2467 \begin_inset Index idx
2468 status collapsed
2469
2470 \begin_layout Plain Layout
2471 ひょう@表 ! ふろーと@フロート
2472 \end_layout
2473
2474 \end_inset
2475
2476
2477 \end_layout
2478
2479 \begin_layout Standard
2480 フロートの一般的な説明については,第
2481 \begin_inset CommandInset ref
2482 LatexCommand ref
2483 reference "sec:フロートはじめに"
2484
2485 \end_inset
2486
2487 節をご覧下さい.
2488 \end_layout
2489
2490 \begin_layout Standard
2491 \begin_inset Float table
2492 placement h
2493 wide false
2494 sideways false
2495 status open
2496
2497 \begin_layout Plain Layout
2498 \begin_inset Caption Standard
2499
2500 \begin_layout Plain Layout
2501 \begin_inset CommandInset label
2502 LatexCommand label
2503 name "tab:表フロート"
2504
2505 \end_inset
2506
2507 表フロート
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \begin_layout Plain Layout
2516 \align center
2517 \begin_inset Tabular
2518 <lyxtabular version="3" rows="3" columns="3">
2519 <features tabularvalignment="middle">
2520 <column alignment="center" valignment="top" width="0pt">
2521 <column alignment="center" valignment="top" width="0pt">
2522 <column alignment="center" valignment="top" width="0pt">
2523 <row>
2524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Plain Layout
2528
2529 \family roman
2530 \series medium
2531 \shape up
2532 \size normal
2533 \emph off
2534 \bar no
2535 \noun off
2536 \color none
2537 1
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \family roman
2548 \series medium
2549 \shape up
2550 \size normal
2551 \emph off
2552 \bar no
2553 \noun off
2554 \color none
2555 2
2556 \end_layout
2557
2558 \end_inset
2559 </cell>
2560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2561 \begin_inset Text
2562
2563 \begin_layout Plain Layout
2564
2565 \family roman
2566 \series medium
2567 \shape up
2568 \size normal
2569 \emph off
2570 \bar no
2571 \noun off
2572 \color none
2573 3
2574 \end_layout
2575
2576 \end_inset
2577 </cell>
2578 </row>
2579 <row>
2580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2581 \begin_inset Text
2582
2583 \begin_layout Plain Layout
2584 森嶋
2585 \end_layout
2586
2587 \end_inset
2588 </cell>
2589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Plain Layout
2593 宇沢
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2599 \begin_inset Text
2600
2601 \begin_layout Plain Layout
2602 二階堂
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 </row>
2608 <row>
2609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Plain Layout
2613
2614 \family roman
2615 \series medium
2616 \shape up
2617 \size normal
2618 \emph off
2619 \bar no
2620 \noun off
2621 \color none
2622 \begin_inset Formula $\int x^{2}dx$
2623 \end_inset
2624
2625
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 \begin_inset Formula $\left[\begin{array}{cc}
2644 a & b\\
2645 c & d
2646 \end{array}\right]$
2647 \end_inset
2648
2649
2650 \end_layout
2651
2652 \end_inset
2653 </cell>
2654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2655 \begin_inset Text
2656
2657 \begin_layout Plain Layout
2658
2659 \family roman
2660 \series medium
2661 \shape up
2662 \size normal
2663 \emph off
2664 \bar no
2665 \noun off
2666 \color none
2667 \begin_inset Formula $1+1=2$
2668 \end_inset
2669
2670
2671 \end_layout
2672
2673 \end_inset
2674 </cell>
2675 </row>
2676 </lyxtabular>
2677
2678 \end_inset
2679
2680
2681 \end_layout
2682
2683 \end_inset
2684
2685
2686 \end_layout
2687
2688 \begin_layout Standard
2689 表フロートは,
2690 \family sans
2691 挿入
2692 \shape up
2693 \SpecialChar menuseparator
2694 フロート\SpecialChar menuseparator
2695
2696 \family default
2697 \shape default
2698 メニューかツールバーボタン
2699 \family sans
2700
2701 \begin_inset Info
2702 type  "icon"
2703 arg   "float-insert table"
2704 \end_inset
2705
2706
2707 \family default
2708 を使うと挿入することができます.
2709 \end_layout
2710
2711 \begin_layout Standard
2712 フロートは折りたたむことのできるボックスとして表示され,中には「表
2713 \begin_inset space ~
2714 \end_inset
2715
2716 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,このキャプションの上にも下にも入れることができます.
2717 \end_layout
2718
2719 \begin_layout Standard
2720
2721 \begin_inset space ~
2722 \end_inset
2723
2724
2725 \begin_inset CommandInset ref
2726 LatexCommand ref
2727 reference "tab:表フロート"
2728
2729 \end_inset
2730
2731 は,表フロートに入れた表の例です.
2732 \end_layout
2733
2734 \begin_layout Standard
2735 キャプションを表の上に入れるのは,標準的な組版方法ですが,残念ながら\SpecialChar LaTeX
2736 の標準クラスではサポートされていません.つまり,article・book・letter・re
2737 portのような文書クラスを使用した場合には,キャプションと表のあいだに余白が入りません.必要な余白を入れるには,使用中の文書のプリアンブルに,LaTeXパッケ
2738 ージの
2739 \series bold
2740 caption
2741 \series default
2742
2743 \begin_inset Index idx
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 \SpecialChar LaTeX
2748 ぱっけーじ@\SpecialChar LaTeX
2749 パッケージ ! caption
2750 \end_layout
2751
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \begin_layout Standard
2758
2759 \series bold
2760 tableposition=top
2761 \end_layout
2762
2763 \begin_layout Standard
2764 というオプションとともにloadコマンドを使って読み込んでください
2765 \begin_inset Foot
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769 詳しくは,第
2770 \begin_inset CommandInset ref
2771 LatexCommand ref
2772 reference "sec:キャプションの配置"
2773
2774 \end_inset
2775
2776 節をご覧下さい.
2777 \end_layout
2778
2779 \end_inset
2780
2781 .キャプション書式を調整するには,第
2782 \begin_inset CommandInset ref
2783 LatexCommand ref
2784 reference "sec:キャプションの書式設定"
2785
2786 \end_inset
2787
2788 節にものべられているように
2789 \series bold
2790 caption
2791 \series default
2792 パッケージを使用します.
2793 \end_layout
2794
2795 \begin_layout Standard
2796 \begin_inset Index idx
2797 status collapsed
2798
2799 \begin_layout Plain Layout
2800 さんしょう@参照 ! ひょうへの@表への
2801 \end_layout
2802
2803 \end_inset
2804
2805 表は,本文中において,ラベルを参照することによって相互参照することができます.そのためには,
2806 \family sans
2807 挿入\SpecialChar menuseparator
2808 ラベル
2809 \family default
2810 メニューかツールバーボタンの
2811 \family sans
2812
2813 \begin_inset Info
2814 type  "icon"
2815 arg   "label-insert"
2816 \end_inset
2817
2818
2819 \family default
2820 を用いて,キャプションにラベルを挿入して下さい.然る後に,挿入\SpecialChar menuseparator
2821 相互参照メニューかツールバーボタンの
2822 \family sans
2823
2824 \begin_inset Info
2825 type  "icon"
2826 arg   "dialog-show-new-inset ref"
2827 \end_inset
2828
2829
2830 \family default
2831 を用いて,このラベルを参照することができます.
2832 \begin_inset Newline newline
2833 \end_inset
2834
2835 参照は,第
2836 \begin_inset CommandInset ref
2837 LatexCommand ref
2838 reference "sec:フロートの参照"
2839
2840 \end_inset
2841
2842 節で詳細に説明されています.
2843 \end_layout
2844
2845 \begin_layout Section
2846 多頁表
2847 \begin_inset CommandInset label
2848 LatexCommand label
2849 name "sec:多頁表"
2850
2851 \end_inset
2852
2853
2854 \begin_inset Index idx
2855 status collapsed
2856
2857 \begin_layout Plain Layout
2858 たへえしひよう@多頁表
2859 \end_layout
2860
2861 \end_inset
2862
2863
2864 \begin_inset Index idx
2865 status collapsed
2866
2867 \begin_layout Plain Layout
2868 ひょう@表 ! たへえしひよう@多頁—
2869 \end_layout
2870
2871 \end_inset
2872
2873
2874 \end_layout
2875
2876 \begin_layout Standard
2877 表が長すぎて1ページに収まりきらないときには,表ダイアログの
2878 \family sans
2879 多頁表
2880 \family default
2881 タブにある
2882 \family sans
2883 多頁表を使う
2884 \family default
2885 オプションを使用して,複数ページに自動的に分割させることができます.このオプションを有効にすると,いくつかのチェックボックスが使えるようになり,以下のものを定義
2886 することができるようになります.
2887 \end_layout
2888
2889 \begin_layout Description
2890 ヘッダ: カーソル位置の行が,多頁表の全ページに表示されるヘッダ行として定義されます.
2891 \family roman
2892 \series medium
2893 \shape up
2894 \size normal
2895 \emph off
2896 \bar no
2897 \noun off
2898 \color none
2899 ただし,
2900 \family sans
2901 \series default
2902 \shape default
2903 \size default
2904 \emph default
2905 \bar default
2906 \noun default
2907 \color inherit
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 default
2919 \series default
2920 \shape default
2921 \size default
2922 \emph default
2923 \bar default
2924 \noun default
2925 \color inherit
2926 これと区別して,このヘッダは本体ヘッダと呼びます.
2927 \end_layout
2928
2929 \begin_layout Description
2930 冒頭ヘッダ: カーソル位置の行が,多頁表の最初のページに表示されるヘッダ行として定義されます.
2931 \end_layout
2932
2933 \begin_layout Description
2934 フッタ: カーソル位置の行が,多頁表の全ページに表示されるフッタ行として定義されます.
2935 \family roman
2936 \series medium
2937 \shape up
2938 \size normal
2939 \emph off
2940 \bar no
2941 \noun off
2942 \color none
2943 ただし,
2944 \family sans
2945 \series default
2946 \shape default
2947 \size default
2948 \emph default
2949 \bar default
2950 \noun default
2951 \color inherit
2952 末尾フッタ
2953 \family roman
2954 \series medium
2955 \shape up
2956 \size normal
2957 \emph off
2958 \bar no
2959 \noun off
2960 \color none
2961 が定義されているときは,末尾ページを除きます.
2962 \end_layout
2963
2964 \begin_layout Description
2965 末尾フッタ: カーソル位置の行が,多頁表の最後のページに表示されるフッタ行として定義されます.
2966 \end_layout
2967
2968 \begin_layout Description
2969 キャプション: カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,キャプションが挿入されます.多頁表のキャプションについての詳細は,第
2970 \begin_inset CommandInset ref
2971 LatexCommand ref
2972 reference "subsec:多頁表のキャプション"
2973
2974 \end_inset
2975
2976 節で説明されています.
2977 \end_layout
2978
2979 \begin_layout Standard
2980 加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
2981 \end_layout
2982
2983 \begin_layout Standard
2984 \align center
2985 \begin_inset Tabular
2986 <lyxtabular version="3" rows="69" columns="3">
2987 <features islongtable="true" longtabularalignment="center">
2988 <column alignment="left" valignment="top" width="0cm">
2989 <column alignment="left" valignment="top" width="0pt">
2990 <column alignment="center" valignment="top" width="0pt">
2991 <row endfirsthead="true">
2992 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \series bold
2998 例示用電話帳(名前は無視してください)
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 </row>
3022 <row endfirsthead="true">
3023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 氏名
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045
3046 \series bold
3047 TEL.
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 </row>
3053 <row endhead="true">
3054 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \series bold
3060 例示用電話帳
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 </row>
3084 <row endhead="true">
3085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 氏名
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \series bold
3109 TEL.
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 </row>
3115 <row endfoot="true">
3116 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 次頁へつづく
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 </row>
3144 <row>
3145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \series bold
3151 Annovi
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 Silvia
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169 111
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \series bold
3182 Bertoli
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 Stefano
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200 111
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 <row>
3207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \series bold
3213 Bozzi
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 Walter
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231 111
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 </row>
3237 <row>
3238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 Cachia
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 Maria
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262 111
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 </row>
3268 <row>
3269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273
3274 \series bold
3275 Cachia
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 Maurizio
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293 111
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 </row>
3299 <row>
3300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304
3305 \series bold
3306 Cinquemani
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 Giusi
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324 111
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 </row>
3330 <row>
3331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \series bold
3337 Colin
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 Bernard
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355 111
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row>
3362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \series bold
3368 Concli
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 Gianfranco
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386 111
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 <row>
3393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399 Dal Bosco
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 Carolina
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 111
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 </row>
3423 <row>
3424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428
3429 \series bold
3430 Dalpiaz
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 Annamaria
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448 111
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 </row>
3454 <row>
3455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459
3460 \series bold
3461 Feliciello
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 Domenico
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479 111
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 </row>
3485 <row>
3486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490
3491 \series bold
3492 Focarelli
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 Paola
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 111
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 </row>
3516 <row>
3517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \series bold
3523 Galletti
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 Oreste
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 111
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 </row>
3547 <row>
3548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \series bold
3554 Gasparini
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 Franca
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 111
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 </row>
3578 <row>
3579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \series bold
3585 Rizzardi
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 Paola
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 111
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 <row>
3610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614
3615 \series bold
3616 Lassini
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 Giancarlo
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 111
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 <row>
3641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645
3646 \series bold
3647 Malfatti
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 Luciano
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 111
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 </row>
3671 <row>
3672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676
3677 \series bold
3678 Malfatti
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 Valeriano
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 111
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 </row>
3702 <row>
3703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707
3708 \series bold
3709 Meneguzzo
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 Roberto
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 111
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 </row>
3733 <row>
3734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738
3739 \series bold
3740 Mezzadra
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 Roberto
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 111
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 </row>
3764 <row>
3765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769
3770 \series bold
3771 Pirpamer
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 Erich
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 111
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 </row>
3795 <row>
3796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800
3801 \series bold
3802 Pochiesa
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 Paolo
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 111, 222
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 </row>
3826 <row>
3827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831
3832 \series bold
3833 Radina
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 Claudio
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 111
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 </row>
3857 <row>
3858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862
3863 \series bold
3864 Stuffer
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 Oskar
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 111
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 </row>
3888 <row>
3889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893
3894 \series bold
3895 Tacchelli
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 Ugo
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 111
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 </row>
3919 <row>
3920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924
3925 \series bold
3926 Tezzele
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 Margit
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 111
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row>
3951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \series bold
3957 Unterkalmsteiner
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 Frieda
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 111
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 </row>
3981 <row>
3982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986
3987 \series bold
3988 Vieider
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 Hilde
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 111
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 </row>
4012 <row>
4013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017
4018 \series bold
4019 Vigna
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 Jürgen
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 111
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 </row>
4043 <row>
4044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048
4049 \series bold
4050 Weber
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 Maurizio
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 111
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 </row>
4074 <row>
4075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \series bold
4081 Winkler
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 Franz
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 111
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 </row>
4105 <row>
4106 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110  
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 </row>
4134 <row>
4135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139
4140 \series bold
4141 Annovi
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 Silvia
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 555
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170
4171 \series bold
4172 Bertoli
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 Stefano
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 555
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 </row>
4196 <row>
4197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201
4202 \series bold
4203 Bozzi
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 Walter
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 555
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \series bold
4234 Cachia
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 Maria
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 555
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 </row>
4258 <row>
4259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263
4264 \series bold
4265 Cachia
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 Maurizio
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 555
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 </row>
4289 <row>
4290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294
4295 \series bold
4296 Cinquemani
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 Giusi
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 555
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325
4326 \series bold
4327 Colin
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 Bernard
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 555
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 </row>
4351 <row>
4352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356
4357 \series bold
4358 Concli
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 Gianfranco
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 555
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 </row>
4382 <row>
4383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387
4388 \series bold
4389 Dal Bosco
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 Carolina
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 555
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 </row>
4413 <row>
4414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418
4419 \series bold
4420 Dalpiaz
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 Annamaria
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 555
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 </row>
4444 <row>
4445 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449
4450 \series bold
4451 Feliciello
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 Domenico
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 555
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 </row>
4475 <row>
4476 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480
4481 \series bold
4482 Focarelli
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 Paola
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 555
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 </row>
4506 <row>
4507 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511
4512 \series bold
4513 Galletti
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 Oreste
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 555
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 </row>
4537 <row>
4538 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542
4543 \series bold
4544 Gasparini
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 Franca
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 555
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 </row>
4568 <row>
4569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573
4574 \series bold
4575 Rizzardi
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 Paola
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 555
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row>
4600 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604
4605 \series bold
4606 Lassini
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 Giancarlo
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 555
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row>
4631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635
4636 \series bold
4637 Malfatti
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 Luciano
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 555
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 </row>
4661 <row>
4662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666
4667 \series bold
4668 Malfatti
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 Valeriano
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 555
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row>
4693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697
4698 \series bold
4699 Meneguzzo
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 Roberto
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 555
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 </row>
4723 <row>
4724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728
4729 \series bold
4730 Mezzadra
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 Roberto
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 555
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 </row>
4754 <row>
4755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759
4760 \series bold
4761 Pirpamer
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 Erich
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 555
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 </row>
4785 <row>
4786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790
4791 \series bold
4792 Pochiesa
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 Paolo
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 555, 222
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \series bold
4823 Radina
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 Claudio
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 555
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 </row>
4847 <row>
4848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852
4853 \series bold
4854 Stuffer
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 Oskar
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 555
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 </row>
4878 <row>
4879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883
4884 \series bold
4885 Tacchelli
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 Ugo
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 555
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 </row>
4909 <row>
4910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914
4915 \series bold
4916 Tezzele
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 Margit
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 555
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 </row>
4940 <row>
4941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945
4946 \series bold
4947 Unterkalmsteiner
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 Frieda
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 555
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 </row>
4971 <row>
4972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976
4977 \series bold
4978 Vieider
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 Hilde
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 555
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 </row>
5002 <row>
5003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007
5008 \series bold
5009 Vigna
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 Jürgen
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 999
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 </row>
5033 <row>
5034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038
5039 \series bold
5040 Weber
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 Maurizio
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 555
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 </row>
5064 <row>
5065 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \series bold
5071 Winkler
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 Franz
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 555
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 </row>
5095 <row endlastfoot="true">
5096 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 以上
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 </row>
5124 </lyxtabular>
5125
5126 \end_inset
5127
5128
5129 \begin_inset ERT
5130 status collapsed
5131
5132 \begin_layout Plain Layout
5133
5134
5135 \backslash
5136 addtocounter{table}{-1}
5137 \end_layout
5138
5139 \end_inset
5140
5141
5142 \begin_inset Note Note
5143 status collapsed
5144
5145 \begin_layout Plain Layout
5146 本コマンドの説明については,第
5147 \begin_inset CommandInset ref
5148 LatexCommand ref
5149 reference "subsec:多頁表のキャプション"
5150
5151 \end_inset
5152
5153 節の最初の淡色註釈をご覧下さい.
5154 \end_layout
5155
5156 \end_inset
5157
5158
5159 \end_layout
5160
5161 \begin_layout Subsection
5162 多頁表での脚註
5163 \begin_inset CommandInset label
5164 LatexCommand label
5165 name "subsec:多頁表での脚注"
5166
5167 \end_inset
5168
5169
5170 \begin_inset Index idx
5171 status collapsed
5172
5173 \begin_layout Plain Layout
5174 たへえしひよう@多頁表 ! きやくちゆう@脚註
5175 \end_layout
5176
5177 \end_inset
5178
5179
5180 \end_layout
5181
5182 \begin_layout Standard
5183 脚註は,どの多頁表セルにも入れることができます.脚註は,脚註のついた表セルのあるページの下部に表示されます.たとえば,表
5184 \begin_inset CommandInset ref
5185 LatexCommand ref
5186 reference "tab:別キャプション"
5187
5188 \end_inset
5189
5190 には脚註が付いています.
5191 \end_layout
5192
5193 \begin_layout Subsection
5194 多頁表の縦横揃え
5195 \begin_inset Index idx
5196 status collapsed
5197
5198 \begin_layout Plain Layout
5199 たへえしひよう@多頁表 ! たてよこぞろえ@縦横揃え
5200 \end_layout
5201
5202 \end_inset
5203
5204
5205 \end_layout
5206
5207 \begin_layout Standard
5208 表設定ダイアログでは,多頁表の水平揃えを指定することができます.左揃えや右揃えでは,表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,中央揃えに
5209 設定してから
5210 \end_layout
5211
5212 \begin_layout Standard
5213
5214 \series bold
5215
5216 \backslash
5217 setlength{
5218 \backslash
5219 LTleft}{値}
5220 \end_layout
5221
5222 \begin_layout Standard
5223 という行を当該多頁表の前に\SpecialChar TeX
5224 コードとして挿入して,長さ
5225 \series bold
5226
5227 \backslash
5228 LTleft
5229 \series default
5230 および
5231 \series bold
5232
5233 \backslash
5234 LTright
5235 \series default
5236 の値を変更しなくてはなりません.ここで「値」は,第
5237 \begin_inset CommandInset ref
5238 LatexCommand ref
5239 reference "tab:単位"
5240
5241 \end_inset
5242
5243 表に挙げてある単位であれば,どの単位を取ることもできます.
5244 \series bold
5245
5246 \backslash
5247 LTleft
5248 \series default
5249 は,左頁余白から多頁表までの水平方向の距離を制御し,
5250 \series bold
5251
5252 \backslash
5253 LTright
5254 \series default
5255 は,右頁余白からの距離を制御します.これらの長さの既定値は
5256 \series bold
5257
5258 \backslash
5259 fill
5260 \series default
5261 となっており,\SpecialChar LyX
5262 の水平フィルと同等になっています.
5263 \end_layout
5264
5265 \begin_layout Standard
5266 以下の多頁表は,中央揃えの上,
5267 \series bold
5268
5269 \backslash
5270 LTleft
5271 \series default
5272
5273 \family sans
5274 0.1
5275 \backslash
5276 columnwidth
5277 \family default
5278 に設定してあります.
5279 \begin_inset ERT
5280 status collapsed
5281
5282 \begin_layout Plain Layout
5283
5284
5285 \backslash
5286 setlength{
5287 \backslash
5288 LTleft}{0.1
5289 \backslash
5290 columnwidth}
5291 \end_layout
5292
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \begin_layout Standard
5299 \begin_inset Tabular
5300 <lyxtabular version="3" rows="5" columns="5">
5301 <features islongtable="true" longtabularalignment="center">
5302 <column alignment="center" valignment="top">
5303 <column alignment="center" valignment="top">
5304 <column alignment="center" valignment="top">
5305 <column alignment="center" valignment="top">
5306 <column alignment="center" valignment="top">
5307 <row>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 1
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 2
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 3
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 4
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 5
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 <row>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 いろは
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 いろは
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 いろは
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 いろは
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 </row>
5448 <row>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 いろは
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 いろは
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 </row>
5495 <row>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 いろは
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 いろは
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 いろは
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 いろは
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 いろは
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 </lyxtabular>
5543
5544 \end_inset
5545
5546
5547 \begin_inset ERT
5548 status collapsed
5549
5550 \begin_layout Plain Layout
5551
5552
5553 \backslash
5554 setlength{
5555 \backslash
5556 LTleft}{
5557 \backslash
5558 fill}
5559 \end_layout
5560
5561 \end_inset
5562
5563
5564 \begin_inset ERT
5565 status collapsed
5566
5567 \begin_layout Plain Layout
5568
5569
5570 \backslash
5571 addtocounter{table}{-1}
5572 \end_layout
5573
5574 \end_inset
5575
5576
5577 \begin_inset Note Note
5578 status collapsed
5579
5580 \begin_layout Plain Layout
5581 このコマンドの説明に関しては,第
5582 \begin_inset CommandInset ref
5583 LatexCommand ref
5584 reference "subsec:多頁表のキャプション"
5585
5586 \end_inset
5587
5588 節の最初の淡色註釈をご覧下さい.
5589 \end_layout
5590
5591 \end_inset
5592
5593
5594 \end_layout
5595
5596 \begin_layout Subsection
5597 多頁表のキャプション
5598 \begin_inset Index idx
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602 たへえしひよう@多頁表 ! きやふしよん@キャプション
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \begin_inset CommandInset label
5609 LatexCommand label
5610 name "subsec:多頁表のキャプション"
5611
5612 \end_inset
5613
5614
5615 \end_layout
5616
5617 \begin_layout Standard
5618 フロートは一頁に収まらなくてはならないので,多頁表を表フロートに入れることはできません.しかし,第
5619 \begin_inset CommandInset ref
5620 LatexCommand ref
5621 reference "sec:多頁表"
5622
5623 \end_inset
5624
5625 節に述べられているように,ある行で多頁表オプションの
5626 \family sans
5627 キャプション
5628 \family default
5629 を使用すれば,フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
5630 \family sans
5631 冒頭ヘッダ
5632 \family default
5633
5634 \family sans
5635 ヘッダ
5636 \family default
5637
5638 \family sans
5639 フッタ
5640 \family default
5641
5642 \family sans
5643 末尾フッタ
5644 \family default
5645 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,ひとつだけです.
5646 \end_layout
5647
5648 \begin_layout Standard
5649 以下は,動作を確認するための短い多頁表です.
5650 \end_layout
5651
5652 \begin_layout Standard
5653 \begin_inset Tabular
5654 <lyxtabular version="3" rows="6" columns="5">
5655 <features islongtable="true" longtabularalignment="center">
5656 <column alignment="center" valignment="top">
5657 <column alignment="center" valignment="top">
5658 <column alignment="center" valignment="top">
5659 <column alignment="center" valignment="top">
5660 <column alignment="center" valignment="top">
5661 <row endfirsthead="true" caption="true">
5662 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 \begin_inset Caption Standard
5667
5668 \begin_layout Plain Layout
5669 キャプション付き多頁表
5670 \begin_inset Argument 1
5671 status collapsed
5672
5673 \begin_layout Plain Layout
5674 多頁表
5675 \end_layout
5676
5677 \end_inset
5678
5679
5680 \end_layout
5681
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 1
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 2
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 3
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 4
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 5
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 いろは
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 いろは
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 いろは
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 いろは
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 </row>
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 いろは
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 いろは
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 いろは
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 いろは
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 いろは
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 いろは
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 いろは
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 </lyxtabular>
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Standard
5969 \begin_inset VSpace medskip
5970 \end_inset
5971
5972
5973 \begin_inset Note Greyedout
5974 status open
5975
5976 \begin_layout Plain Layout
5977
5978 \series bold
5979 【註1】
5980 \series default
5981 表番号は,多頁表にキャプションを付けなかったとしても,各多頁表毎に加番されます.このため,あいだにキャプションのない二つの多頁表が挟まっていたならば,表一覧では
5982 ,たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,キャプションのないすべての多頁表の後に,\SpecialChar TeX
5983 コードで
5984 \end_layout
5985
5986 \begin_layout Plain Layout
5987
5988 \series bold
5989
5990 \backslash
5991 addtocounter{table}{-1}
5992 \end_layout
5993
5994 \begin_layout Plain Layout
5995 というコマンドを挿入する方法があります.
5996 \end_layout
5997
5998 \begin_layout Plain Layout
5999 全多頁表にキャプションがなかったり,文書プリアンブルに以下のコードを書き加えていれば,以上のことは必要ありません.
6000 \end_layout
6001
6002 \begin_layout Plain Layout
6003
6004 \series bold
6005
6006 \backslash
6007 let
6008 \backslash
6009 myEnd
6010 \backslash
6011 endlongtable
6012 \begin_inset Newline newline
6013 \end_inset
6014
6015
6016 \backslash
6017 renewcommand{
6018 \backslash
6019 endlongtable}{
6020 \backslash
6021 myEnd
6022 \backslash
6023 addtocounter{table}{-1}}
6024 \end_layout
6025
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Standard
6032 \begin_inset Note Greyedout
6033 status open
6034
6035 \begin_layout Plain Layout
6036
6037 \series bold
6038 【註2】
6039 \series default
6040 相互参照をリンクするために,
6041 \family sans
6042 文書設定
6043 \family default
6044 ダイアログの
6045 \family sans
6046 PDF特性
6047 \family default
6048
6049 \series bold
6050 hyperref
6051 \series default
6052
6053 \begin_inset Index idx
6054 status collapsed
6055
6056 \begin_layout Plain Layout
6057 \SpecialChar LaTeX
6058 ぱっけーじ@\SpecialChar LaTeX
6059 パッケージ ! hyperref
6060 \end_layout
6061
6062 \end_inset
6063
6064 を使用している場合,多頁表キャプションへのリンクは,つねに文頭に向けられます.
6065 \end_layout
6066
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \begin_layout Subsubsection
6073 多頁表への参照
6074 \begin_inset Index idx
6075 status collapsed
6076
6077 \begin_layout Plain Layout
6078 たへえしひよう@多頁表 ! さんしよう@参照
6079 \end_layout
6080
6081 \end_inset
6082
6083
6084 \end_layout
6085
6086 \begin_layout Standard
6087 \begin_inset Tabular
6088 <lyxtabular version="3" rows="6" columns="5">
6089 <features islongtable="true" longtabularalignment="center">
6090 <column alignment="center" valignment="top">
6091 <column alignment="center" valignment="top">
6092 <column alignment="center" valignment="top">
6093 <column alignment="center" valignment="top">
6094 <column alignment="center" valignment="top">
6095 <row endfirsthead="true" caption="true">
6096 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 \begin_inset Caption Standard
6101
6102 \begin_layout Plain Layout
6103 参照された多頁表
6104 \begin_inset CommandInset label
6105 LatexCommand label
6106 name "tab:参照例"
6107
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 1
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 2
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 3
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 4
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 5
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 <row>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 いろは
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 いろは
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 </row>
6251 <row>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 いろは
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 いろは
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 </row>
6298 <row>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 いろは
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 いろは
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 いろは
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 いろは
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 いろは
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 いろは
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 いろは
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 </row>
6392 </lyxtabular>
6393
6394 \end_inset
6395
6396
6397 \end_layout
6398
6399 \begin_layout Standard
6400 多頁表を参照するには,キャプションにラベルを挿入してください.
6401 \end_layout
6402
6403 \begin_layout Standard
6404 これは表
6405 \begin_inset CommandInset ref
6406 LatexCommand ref
6407 reference "tab:参照例"
6408
6409 \end_inset
6410
6411 への参照です.
6412 \end_layout
6413
6414 \begin_layout Standard
6415 キャプションのレイアウトは,文書中の他のすべてのキャプションと一緒に,\SpecialChar LaTeX
6416 パッケージの
6417 \series bold
6418 caption
6419 \series default
6420
6421 \begin_inset Index idx
6422 status collapsed
6423
6424 \begin_layout Plain Layout
6425 \SpecialChar LaTeX
6426 ぱっけーじ@\SpecialChar LaTeX
6427 パッケージ ! caption
6428 \end_layout
6429
6430 \end_inset
6431
6432 を使用して設定することができます.第
6433 \begin_inset CommandInset ref
6434 LatexCommand ref
6435 reference "sec:キャプションの書式設定"
6436
6437 \end_inset
6438
6439 節をご覧下さい.
6440 \end_layout
6441
6442 \begin_layout Subsubsection
6443 キャプションの幅
6444 \begin_inset Index idx
6445 status collapsed
6446
6447 \begin_layout Plain Layout
6448 たへえしひよう@多頁表 ! きやふしよんのはは@キャプションの幅
6449 \end_layout
6450
6451 \end_inset
6452
6453
6454 \end_layout
6455
6456 \begin_layout Standard
6457 キャプション行の最大長は,長さ
6458 \series bold
6459
6460 \backslash
6461 LTcapwidth
6462 \series default
6463 によって指定することができます.既定値は4
6464 \begin_inset space \thinspace{}
6465 \end_inset
6466
6467 inです.これを変更するには,現文書の文書プリアンブルか,調整したい多頁表の前の文中に\SpecialChar TeX
6468 コードとして
6469 \end_layout
6470
6471 \begin_layout Standard
6472
6473 \series bold
6474
6475 \backslash
6476 setlength{
6477 \backslash
6478 LTcapwidth}{幅}
6479 \end_layout
6480
6481 \begin_layout Standard
6482 というコマンドを書き加えて下さい.ここで「幅」には,付録
6483 \begin_inset CommandInset ref
6484 LatexCommand ref
6485 reference "cha:LyXで使用できる単位"
6486
6487 \end_inset
6488
6489 に挙げられている単位を取ることができます.
6490 \end_layout
6491
6492 \begin_layout Standard
6493 以下の各表で違いを示します.
6494 \end_layout
6495
6496 \begin_layout Standard
6497 \begin_inset Tabular
6498 <lyxtabular version="3" rows="6" columns="5">
6499 <features islongtable="true" longtabularalignment="center">
6500 <column alignment="center" valignment="top">
6501 <column alignment="center" valignment="top">
6502 <column alignment="center" valignment="top">
6503 <column alignment="center" valignment="top">
6504 <column alignment="center" valignment="top">
6505 <row endfirsthead="true" caption="true">
6506 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 \begin_inset Caption Standard
6511
6512 \begin_layout Plain Layout
6513 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6514 \begin_inset Argument 1
6515 status collapsed
6516
6517 \begin_layout Plain Layout
6518 既定幅のキャプション
6519 \end_layout
6520
6521 \end_inset
6522
6523
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 </row>
6570 <row>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 1
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 2
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 3
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 4
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 5
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 </row>
6617 <row>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 いろは
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 いろは
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 <row>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 いろは
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 いろは
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 </row>
6711 <row>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 いろは
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 いろは
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 </row>
6758 <row>
6759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 いろは
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 いろは
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 いろは
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 いろは
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 いろは
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 </lyxtabular>
6806
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \begin_layout Standard
6813 \begin_inset ERT
6814 status collapsed
6815
6816 \begin_layout Plain Layout
6817
6818
6819 \backslash
6820 setlength{
6821 \backslash
6822 LTcapwidth}{5cm}
6823 \end_layout
6824
6825 \end_inset
6826
6827
6828 \begin_inset Tabular
6829 <lyxtabular version="3" rows="6" columns="5">
6830 <features islongtable="true" longtabularalignment="center">
6831 <column alignment="center" valignment="top">
6832 <column alignment="center" valignment="top">
6833 <column alignment="center" valignment="top">
6834 <column alignment="center" valignment="top">
6835 <column alignment="center" valignment="top">
6836 <row endfirsthead="true" caption="true">
6837 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 \begin_inset Caption Standard
6842
6843 \begin_layout Plain Layout
6844 5
6845 \begin_inset space \thinspace{}
6846 \end_inset
6847
6848 cm幅のなが〜いフルタイトル・5
6849 \begin_inset space \thinspace{}
6850 \end_inset
6851
6852 cm幅のなが〜いフルタイトル・5
6853 \begin_inset space \thinspace{}
6854 \end_inset
6855
6856 cm幅のなが〜いフルタイトル
6857 \begin_inset Argument 1
6858 status collapsed
6859
6860 \begin_layout Plain Layout
6861 5
6862 \begin_inset space \thinspace{}
6863 \end_inset
6864
6865 cm幅のキャプション
6866 \end_layout
6867
6868 \end_inset
6869
6870
6871 \end_layout
6872
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 </row>
6917 <row>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 1
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 2
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 3
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 4
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 5
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 </row>
6964 <row>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 いろは
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 いろは
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 </row>
7011 <row>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 いろは
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 いろは
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 </row>
7058 <row>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 いろは
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 いろは
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 </row>
7105 <row>
7106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 いろは
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 いろは
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 いろは
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 いろは
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 いろは
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 </row>
7152 </lyxtabular>
7153
7154 \end_inset
7155
7156
7157 \end_layout
7158
7159 \begin_layout Standard
7160 \begin_inset ERT
7161 status collapsed
7162
7163 \begin_layout Plain Layout
7164
7165
7166 \backslash
7167 setlength{
7168 \backslash
7169 LTcapwidth}{4in}
7170 \end_layout
7171
7172 \end_inset
7173
7174
7175 \end_layout
7176
7177 \begin_layout Standard
7178 \begin_inset Note Greyedout
7179 status open
7180
7181 \begin_layout Plain Layout
7182
7183 \series bold
7184 【註】
7185 \series default
7186 この文書のように\SpecialChar LaTeX
7187 パッケージの
7188 \series bold
7189 caption
7190 \series default
7191
7192 \begin_inset Index idx
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196 \SpecialChar LaTeX
7197 ぱっけーじ@\SpecialChar LaTeX
7198 パッケージ ! caption
7199 \end_layout
7200
7201 \end_inset
7202
7203 を使用している時には,
7204 \series bold
7205
7206 \backslash
7207 LTcapwidth
7208 \series default
7209 に既定値の4
7210 \begin_inset space \thinspace{}
7211 \end_inset
7212
7213 inを使用している場合,ページの全幅が用いられます.この場合,正確に4
7214 \begin_inset space \thinspace{}
7215 \end_inset
7216
7217 in幅のキャプションを作るには,3.99
7218 \begin_inset space \thinspace{}
7219 \end_inset
7220
7221 inのように4.0
7222 \begin_inset space \thinspace{}
7223 \end_inset
7224
7225 inと少し違う値を指定するか,
7226 \series bold
7227 caption
7228 \series default
7229 パッケージが提供している
7230 \series bold
7231
7232 \backslash
7233 captionsetup{width=値}
7234 \series default
7235 という\SpecialChar LaTeX
7236 コマンドを用いる方法があります.
7237 \end_layout
7238
7239 \end_inset
7240
7241
7242 \end_layout
7243
7244 \begin_layout Subsubsection
7245 表の各ページごとに異なるキャプション
7246 \begin_inset Index idx
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250 たへえしひよう@多頁表 ! へえしことにことなるきやふしよん@ページごとに異なるキャプション
7251 \end_layout
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \begin_layout Standard
7259 次頁以降の表キャプションを,1頁めとは異なるものにしたい場合には,キャプションを入れる空行をヘッダに指定して下さい.それから,キャプションを右クリックして,文脈
7260 依存メニューから
7261 \family sans
7262 キャプション(無番多頁表)
7263 \family default
7264 を選択してください.表
7265 \begin_inset CommandInset ref
7266 LatexCommand ref
7267 reference "tab:別キャプション"
7268
7269 \end_inset
7270
7271 は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7272 \end_layout
7273
7274 \begin_layout Standard
7275 \align center
7276 \begin_inset Tabular
7277 <lyxtabular version="3" rows="59" columns="3">
7278 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7279 <column alignment="left" valignment="top" width="0cm">
7280 <column alignment="left" valignment="top" width="0pt">
7281 <column alignment="center" valignment="top" width="0pt">
7282 <row endfirsthead="true" caption="true">
7283 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 \begin_inset Caption Standard
7288
7289 \begin_layout Plain Layout
7290 例示用電話帳
7291 \begin_inset CommandInset label
7292 LatexCommand label
7293 name "tab:別キャプション"
7294
7295 \end_inset
7296
7297
7298 \begin_inset Argument 1
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302 例示用電話帳
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 </row>
7336 <row endfirsthead="true">
7337 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \series bold
7343 例示用電話帳(名前は無視の事)
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 </row>
7367 <row endfirsthead="true">
7368 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372
7373 \series bold
7374 氏名
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \series bold
7394 TEL.
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 </row>
7400 <row endhead="true">
7401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410
7411 \backslash
7412 caption*{例示用電話帳の続き}
7413 \backslash
7414
7415 \backslash
7416 %
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row endhead="true">
7446 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450
7451 \series bold
7452 例示用電話帳
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row endhead="true">
7477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481
7482 \series bold
7483 氏名
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \series bold
7503 TEL.
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row endfoot="true">
7510 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 次頁に続く
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \series bold
7545 Annovi
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 Silvia
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 111
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 <row>
7570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \series bold
7576 Bertoli
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 Stefano
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 111
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 <row>
7601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \series bold
7607 Bozzi
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 Walter
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 111
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \series bold
7638 Cachia
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 Maria
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 111
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row>
7663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \series bold
7669 Cachia
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 Maurizio
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 111
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 Cinquemani
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 Giusi
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 111
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row>
7725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \series bold
7731 Colin
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 Bernard
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 111
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \series bold
7762 Concli
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 Gianfranco
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 111
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row>
7787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 Dal Bosco
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 Carolina
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 111
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 Dalpiaz
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Annamaria
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 111
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 Feliciello
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Domenico
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Focarelli
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Paola
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 111
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 Galletti
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Oreste
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 111
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 Gasparini
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 Franca
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 111
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \series bold
7979 Rizzardi
7980 \series default
7981
7982 \begin_inset Foot
7983 status collapsed
7984
7985 \begin_layout Plain Layout
7986 例示用脚註
7987 \end_layout
7988
7989 \end_inset
7990
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Paola
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Lassini
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Giancarlo
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Malfatti
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Luciano
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Malfatti
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Valeriano
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Meneguzzo
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Roberto
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Mezzadra
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Roberto
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Pirpamer
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Erich
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Pochiesa
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Paolo
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111, 222
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Radina
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Claudio
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Stuffer
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Oskar
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Tacchelli
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Ugo
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Tezzele
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Margit
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Unterkalmsteiner
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Frieda
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Vieider
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Hilde
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \series bold
8425 Vigna
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Jürgen
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 111
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \series bold
8456 Weber
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Maurizio
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 111
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \series bold
8487 Winkler
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Franz
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 111
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516  
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Annovi
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Silvia
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 555
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Bertoli
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Stefano
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 555
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Bozzi
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Walter
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 555
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Cachia
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Maria
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 555
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Cachia
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Maurizio
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 555
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Cinquemani
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Giusi
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 555
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Colin
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Bernard
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 555
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Concli
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Gianfranco
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 555
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Dal Bosco
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Carolina
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 555
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Dalpiaz
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Annamaria
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 555
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Feliciello
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Domenico
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 555
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Focarelli
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Paola
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 555
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Galletti
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Oreste
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 555
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Gasparini
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Franca
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 555
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \series bold
8981 Rizzardi
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 Paola
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 555
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \series bold
9012 Lassini
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 Giancarlo
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 555
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043 Malfatti
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Luciano
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 555
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Malfatti
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Valeriano
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Meneguzzo
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Roberto
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Mezzadra
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Roberto
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 </lyxtabular>
9161
9162 \end_inset
9163
9164
9165 \end_layout
9166
9167 \begin_layout Section
9168 多頁表にまつわる諸点
9169 \begin_inset CommandInset label
9170 LatexCommand label
9171 name "sec:多頁表にまつわる諸点"
9172
9173 \end_inset
9174
9175
9176 \end_layout
9177
9178 \begin_layout Subsection
9179 多頁表の計算
9180 \begin_inset Index idx
9181 status collapsed
9182
9183 \begin_layout Plain Layout
9184 たへえしひよう@多頁表 ! けいさん@計算
9185 \end_layout
9186
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \begin_layout Standard
9193 \SpecialChar LaTeX
9194 は,表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,一度に\SpecialChar LaTeX
9195 のメモリに読み込まれる表の断片です.歴史上の経緯から,既定値は
9196 たった表20行分に設定されています.多頁にわたる多頁表がある場合,この設定では文書の生成に時間がかかるかもしれません.この場合,
9197 \end_layout
9198
9199 \begin_layout Standard
9200
9201 \series bold
9202
9203 \backslash
9204 setcounter{LTchunksize}{100}
9205 \end_layout
9206
9207 \begin_layout Standard
9208 というコマンド行を文書のプリアンブルに書き加えることで,単位塊の大きさを100から1000の値に支障なく増やすことができます.
9209 \end_layout
9210
9211 \begin_layout Subsection
9212 フロートと多頁表
9213 \begin_inset Index idx
9214 status collapsed
9215
9216 \begin_layout Plain Layout
9217 たへえしひよう@多頁表 ! ふろおと@フロート
9218 \end_layout
9219
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \begin_layout Standard
9226 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9227 \series bold
9228
9229 \backslash
9230 clearpage
9231 \series default
9232 コマンドを多頁表の前に\SpecialChar TeX
9233 コードとして書き加えてください.
9234 \end_layout
9235
9236 \begin_layout Subsection
9237 強制改頁
9238 \begin_inset Index idx
9239 status collapsed
9240
9241 \begin_layout Plain Layout
9242 たへえしひよう@多頁表 ! きようせいかいへえし@強制改頁
9243 \end_layout
9244
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \begin_layout Standard
9251 既定の設定では,表は行の間でのみ改頁されます.もし複数行を含むセルがあり,そのセル中で改頁を行いたい時には,セル中の改頁してもよい場所に\SpecialChar TeX
9252 コードで改行コマンド「
9253 \series bold
9254
9255 \backslash
9256
9257 \backslash
9258
9259 \series default
9260 」を挿入します.
9261 \series bold
9262
9263 \backslash
9264
9265 \backslash
9266
9267 \series default
9268 コマンドの前には,現セルよりも右にある列数と同じ数の「
9269 \series bold
9270 &
9271 \series default
9272 」文字を,\SpecialChar TeX
9273 コードで挿入してやる必要があります.この
9274 \series bold
9275 &
9276 \series default
9277 は,表セルの区切り文字です.各
9278 \series bold
9279 &
9280 \series default
9281 の後に,右側の本来のセルに入るべき内容を\SpecialChar TeX
9282 コードで書き込み,右側のセルの内容は削除してください.
9283 \begin_inset Newline newline
9284 \end_inset
9285
9286
9287 \series bold
9288
9289 \backslash
9290
9291 \backslash
9292
9293 \series default
9294 コマンドの後ろには,現在列の左側にある列数と同じ数の
9295 \series bold
9296 &
9297 \series default
9298 文字を挿入してください.表
9299 \begin_inset CommandInset ref
9300 LatexCommand ref
9301 reference "tab:強制改頁"
9302
9303 \end_inset
9304
9305 では,改頁さるべきセルは,全3列中2列めにあります.したがって,
9306 \end_layout
9307
9308 \begin_layout Standard
9309
9310 \series bold
9311 & 111
9312 \backslash
9313
9314 \backslash
9315  
9316 \backslash
9317 newpage
9318 \begin_inset Newline newline
9319 \end_inset
9320
9321 &
9322 \end_layout
9323
9324 \begin_layout Standard
9325 というコマンドが,セル中「
9326 \emph on
9327 Castelchiodato,
9328 \emph default
9329 」の後に\SpecialChar TeX
9330 コードとして挿入してあります.
9331 \end_layout
9332
9333 \begin_layout Standard
9334 同一行3列目の「111」は削除してあります.
9335 \series bold
9336
9337 \backslash
9338 newpage
9339 \series default
9340 は,改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上
9341 罫線を引いていないけれども,セルを改頁する場所で水平線を引きたい場合には,代わりに
9342 \end_layout
9343
9344 \begin_layout Standard
9345
9346 \series bold
9347 & 111
9348 \backslash
9349
9350 \backslash
9351
9352 \begin_inset Newline newline
9353 \end_inset
9354
9355
9356 \backslash
9357 hline &
9358 \end_layout
9359
9360 \begin_layout Standard
9361 というコマンドを使用して下さい.
9362 \end_layout
9363
9364 \begin_layout Standard
9365 改頁をしたいセルが最右列にある場合には,
9366 \end_layout
9367
9368 \begin_layout Standard
9369
9370 \series bold
9371
9372 \backslash
9373 setlength{
9374 \backslash
9375 parfillskip}{0pt}
9376 \end_layout
9377
9378 \begin_layout Standard
9379 というコマンドを当該セルの初めに\SpecialChar TeX
9380 コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
9381 \end_layout
9382
9383 \begin_layout Standard
9384 \align center
9385 \begin_inset Tabular
9386 <lyxtabular version="3" rows="38" columns="3">
9387 <features islongtable="true" longtabularalignment="center">
9388 <column alignment="left" valignment="top" width="0pt">
9389 <column alignment="left" valignment="top" width="3cm">
9390 <column alignment="center" valignment="top" width="0pt">
9391 <row endfirsthead="true" caption="true">
9392 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 \begin_inset Caption Standard
9397
9398 \begin_layout Plain Layout
9399 表セル内で強制改頁をしている表
9400 \begin_inset CommandInset label
9401 LatexCommand label
9402 name "tab:強制改頁"
9403
9404 \end_inset
9405
9406
9407 \begin_inset Argument 1
9408 status collapsed
9409
9410 \begin_layout Plain Layout
9411 表セル内で強制改頁をしている表
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \end_layout
9418
9419 \end_inset
9420
9421
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row endfirsthead="true">
9446 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \series bold
9452 例示用電話帳(氏名は無視の事)
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row endfirsthead="true">
9477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \series bold
9483 氏名
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \series bold
9503 TEL.
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row endhead="true" caption="true">
9510 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Caption Unnumbered
9515
9516 \begin_layout Plain Layout
9517 例示用電話帳の続き
9518 \end_layout
9519
9520 \end_inset
9521
9522
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 </row>
9546 <row endhead="true">
9547 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 例示用電話帳
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 <row endhead="true">
9576 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580
9581 \series bold
9582 氏名
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \series bold
9602 TEL.
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 </row>
9608 <row endfoot="true">
9609 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 次頁に続く
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row>
9638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \series bold
9644 Annovi
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 Silvia
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 111
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 </row>
9668 <row>
9669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \series bold
9675 Bertoli
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 Stefano
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 111
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 </row>
9699 <row>
9700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704
9705 \series bold
9706 Bozzi
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 Walter
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 111
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 </row>
9730 <row>
9731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735
9736 \series bold
9737 Cachia
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 Maria
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 111
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 </row>
9761 <row>
9762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \series bold
9768 Cachia
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777 Maurizio
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 111
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 </row>
9792 <row>
9793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \series bold
9799 Cinquemani
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808 Giusi
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817 111
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 </row>
9823 <row>
9824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828
9829 \series bold
9830 Colin
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 Bernard
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 111
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 </row>
9854 <row>
9855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \series bold
9861 Concli
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 Gianfranco
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 111
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row>
9886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \series bold
9892 Dal Bosco
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 Carolina
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 111
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 <row>
9917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \series bold
9923 Dalpiaz
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 Annamaria
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 111
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 </row>
9947 <row>
9948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \series bold
9954 Feliciello
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963 Domenico
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 111
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 </row>
9978 <row>
9979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983
9984 \series bold
9985 Focarelli
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994 Paola
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 111
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row>
10010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \series bold
10016 Galletti
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 Oreste
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 111
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row>
10041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 Gasparini
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 Franca
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 111
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row>
10072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 Lassini
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 Giancarlo
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 111
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 </row>
10102 <row>
10103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 Malfatti
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 Luciano
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 111
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \series bold
10140 Malfatti
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 Valeriano
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 111
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row>
10165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \series bold
10171 Meneguzzo
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 Roberto
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 111
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 Mezzadra
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 Roberto
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 111
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \series bold
10233 Pirpamer
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Erich
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 111
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 </row>
10257 <row>
10258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \series bold
10264 Pochiesa
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Paolo
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 111, 222
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row>
10289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \series bold
10295 Radina
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 Claudio
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 111
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \series bold
10326 Rizzardi
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Paolo, 11.
10336  Fürst von Montecompatri, 11.
10337  Fürst von Sulmona und Vivaro, 10.
10338  Fürst von Rossano, 5.
10339  Herzog von Canemorte, 11.
10340  Herzog von Palombara, 5.
10341  Herzog von Castelchiodato,
10342 \begin_inset ERT
10343 status collapsed
10344
10345 \begin_layout Plain Layout
10346
10347 & 111
10348 \backslash
10349
10350 \backslash
10351  
10352 \backslash
10353 newpage
10354 \end_layout
10355
10356 \begin_layout Plain Layout
10357
10358 &
10359 \end_layout
10360
10361 \end_inset
10362
10363  11.
10364  Herzog von Poggionativo, 11.
10365  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10366  Graf von Valinfreda, 11.
10367  Baron von Cropalati, 11.
10368  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Stuffer
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Oskar
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 111
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Tacchelli
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Ugo
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Tezzele
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Margit
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Unterkalmsteiner
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Frieda
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Vieider
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Hilde
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Vigna
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Jürgen
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Weber
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Maurizio
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Winkler
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Franz
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 </lyxtabular>
10632
10633 \end_inset
10634
10635
10636 \end_layout
10637
10638 \begin_layout Section
10639 複数行・連結列・連結行
10640 \end_layout
10641
10642 \begin_layout Subsection
10643 表セル内の複数行
10644 \begin_inset CommandInset label
10645 LatexCommand label
10646 name "subsec:複数行"
10647
10648 \end_inset
10649
10650
10651 \begin_inset Index idx
10652 status collapsed
10653
10654 \begin_layout Plain Layout
10655 ひょうせるないのふくすうぎょう@表セル内の複数行
10656 \end_layout
10657
10658 \end_inset
10659
10660
10661 \begin_inset Index idx
10662 status collapsed
10663
10664 \begin_layout Plain Layout
10665 ひょう@表 ! かいぎょう@改行
10666 \end_layout
10667
10668 \end_inset
10669
10670
10671 \end_layout
10672
10673 \begin_layout Standard
10674 \noindent
10675 \begin_inset Float table
10676 placement H
10677 wide false
10678 sideways false
10679 status open
10680
10681 \begin_layout Plain Layout
10682 \begin_inset Caption Standard
10683
10684 \begin_layout Plain Layout
10685 \begin_inset CommandInset label
10686 LatexCommand label
10687 name "tab:複数行表"
10688
10689 \end_inset
10690
10691 セル内に複数の行がある表
10692 \end_layout
10693
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \begin_layout Plain Layout
10700 \align center
10701 \begin_inset Tabular
10702 <lyxtabular version="3" rows="3" columns="3">
10703 <features tabularvalignment="middle">
10704 <column alignment="center" valignment="middle" width="2.5cm">
10705 <column alignment="center" valignment="middle">
10706 <column alignment="center" valignment="middle">
10707 <row>
10708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 複数の
10713 \begin_inset Newline linebreak
10714 \end_inset
10715
10716
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 </row>
10740 <row>
10741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 </row>
10798 </lyxtabular>
10799
10800 \end_inset
10801
10802
10803 \end_layout
10804
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \begin_layout Standard
10811 列に固定幅を指定することによって,文章をハイフネーションを伴った複数行の段落として,入れることができるようになります.
10812 \end_layout
10813
10814 \begin_layout Standard
10815
10816 \begin_inset CommandInset ref
10817 LatexCommand ref
10818 reference "tab:複数行表"
10819
10820 \end_inset
10821
10822 を生成するには,まず3
10823 \begin_inset Formula $\times$
10824 \end_inset
10825
10826 3表を作り,最初のセルを右クリックして現れるメニューから,
10827 \family sans
10828 設定
10829 \family default
10830 メニューを選択します.すると表ダイアログが現れるので,セル幅を2.5
10831 \begin_inset space \thinspace{}
10832 \end_inset
10833
10834 cm幅とし,水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,その行のすべてのセルに適用されます.この例の文章は2.5
10835 \begin_inset space \thinspace{}
10836 \end_inset
10837
10838 cmよりも短いため,一行しか表示されません.そこで二行とも表示するために,両端揃え改行(
10839 \begin_inset Flex Ruby
10840 status collapsed
10841
10842 \begin_layout Plain Layout
10843 捷径
10844 \begin_inset Argument post:1
10845 status collapsed
10846
10847 \begin_layout Plain Layout
10848 ショートカット
10849 \end_layout
10850
10851 \end_inset
10852
10853
10854 \end_layout
10855
10856 \end_inset
10857
10858
10859 \begin_inset Info
10860 type  "shortcut"
10861 arg   "newline-insert linebreak"
10862 \end_inset
10863
10864 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,文章は自動的にいくつかの行に改行されます.
10865 \end_layout
10866
10867 \begin_layout Standard
10868 固定幅のセルに長い単語を入れた場合,もしそれがセルの最初にあると,\SpecialChar LaTeX
10869 はハイフネーションを行うことができません.したがって,その単語がセルの最初に来ないようにするた
10870 めには,何かを入れなくてはなりません.そこで,その単語の前に0
10871 \begin_inset space \thinspace{}
10872 \end_inset
10873
10874 pt幅の水平空白を挿入します.空白がゼロ幅なので,出力は変わりません.表
10875 \begin_inset CommandInset ref
10876 LatexCommand ref
10877 reference "tab:ハイフネーション表"
10878
10879 \end_inset
10880
10881 が違いを示しています
10882 \begin_inset Foot
10883 status open
10884
10885 \begin_layout Plain Layout
10886
10887 \series bold
10888 【訳註】
10889 \series default
10890 p\SpecialChar LaTeX
10891 を使用している場合,日本語の文章は正しく改行されます.
10892 \end_layout
10893
10894 \end_inset
10895
10896
10897 \end_layout
10898
10899 \begin_layout Standard
10900 \begin_inset Float table
10901 placement h
10902 wide false
10903 sideways false
10904 status open
10905
10906 \begin_layout Plain Layout
10907 \begin_inset Caption Standard
10908
10909 \begin_layout Plain Layout
10910 \begin_inset CommandInset label
10911 LatexCommand label
10912 name "tab:ハイフネーション表"
10913
10914 \end_inset
10915
10916 ハイフネーション有/無の表
10917 \end_layout
10918
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \begin_layout Plain Layout
10925 \begin_inset space \hfill{}
10926 \end_inset
10927
10928
10929 \begin_inset Tabular
10930 <lyxtabular version="3" rows="3" columns="3">
10931 <features tabularvalignment="middle">
10932 <column alignment="center" valignment="middle" width="2.5cm">
10933 <column alignment="center" valignment="middle">
10934 <column alignment="center" valignment="middle">
10935 <row>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 verylongtablecellword
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 </lyxtabular>
11023
11024 \end_inset
11025
11026
11027 \begin_inset space \hfill{}
11028 \end_inset
11029
11030
11031 \begin_inset Tabular
11032 <lyxtabular version="3" rows="3" columns="3">
11033 <features tabularvalignment="middle">
11034 <column alignment="center" valignment="middle" width="2.5cm">
11035 <column alignment="center" valignment="middle">
11036 <column alignment="center" valignment="middle">
11037 <row>
11038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 \begin_inset space \hspace{}
11043 \length 0pt
11044 \end_inset
11045
11046 verylongtablecellword
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 <row>
11100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 </row>
11128 </lyxtabular>
11129
11130 \end_inset
11131
11132
11133 \begin_inset space \hfill{}
11134 \end_inset
11135
11136
11137 \end_layout
11138
11139 \end_inset
11140
11141
11142 \end_layout
11143
11144 \begin_layout Subsection
11145 連結列
11146 \begin_inset CommandInset label
11147 LatexCommand label
11148 name "subsec:連結列"
11149
11150 \end_inset
11151
11152
11153 \begin_inset Index idx
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157 れんけつれつ@連結列
11158 \end_layout
11159
11160 \end_inset
11161
11162
11163 \begin_inset Index idx
11164 status collapsed
11165
11166 \begin_layout Plain Layout
11167 ひょう@表 ! れんけつれつ@連結列
11168 \end_layout
11169
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \begin_layout Subsubsection
11176 連結列の基礎
11177 \end_layout
11178
11179 \begin_layout Standard
11180 一つのセルが複数の列にまたがるようにするためには,行中から一つの連結セルにまとめるべき各セルを選択して,表ツールバーボタン
11181 \family sans
11182
11183 \begin_inset Info
11184 type  "icon"
11185 arg   "tabular-feature multicolumn"
11186 \end_inset
11187
11188
11189 \family default
11190 を押すか,
11191 \family sans
11192 編集\SpecialChar menuseparator
11193 表\SpecialChar menuseparator
11194 連結列
11195 \family default
11196 メニューを使用するか,あるいは選択したセルを右クリックして現れるメニューから
11197 \family sans
11198 連結列
11199 \family default
11200 を有効にするかしてください.
11201 \end_layout
11202
11203 \begin_layout Standard
11204 連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
11205 ,最下行に上罫線のない連結行がある表の例です.
11206 \end_layout
11207
11208 \begin_layout Standard
11209 \align center
11210 \begin_inset Tabular
11211 <lyxtabular version="3" rows="3" columns="4">
11212 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11213 <column alignment="center" valignment="top" width="0pt">
11214 <column alignment="center" valignment="middle">
11215 <column alignment="center" valignment="top" width="0in">
11216 <column alignment="center" valignment="top" width="0pt">
11217 <row>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 いろは
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 にほへとちり
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 ぬるを
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 </row>
11255 <row>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 <row>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 </row>
11331 </lyxtabular>
11332
11333 \end_inset
11334
11335
11336 \end_layout
11337
11338 \begin_layout Subsubsection
11339 連結列の計算
11340 \begin_inset CommandInset label
11341 LatexCommand label
11342 name "subsec:連結列の計算"
11343
11344 \end_inset
11345
11346
11347 \begin_inset Index idx
11348 status collapsed
11349
11350 \begin_layout Plain Layout
11351 れんけつれつ@連結列 ! けいさん@計算
11352 \end_layout
11353
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \begin_layout Standard
11360 \SpecialChar LyX
11361 は,連結列を直接にサポートしていますが,同列にある連結セル以外のセル幅については,考慮が必要です.
11362 \end_layout
11363
11364 \begin_layout Standard
11365 \begin_inset Float table
11366 placement h
11367 wide false
11368 sideways false
11369 status open
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Caption Standard
11373
11374 \begin_layout Plain Layout
11375 \begin_inset CommandInset label
11376 LatexCommand label
11377 name "tab:中央揃え表"
11378
11379 \end_inset
11380
11381 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11382 \begin_inset Argument 1
11383 status collapsed
11384
11385 \begin_layout Plain Layout
11386 完全なる連結列表
11387 \end_layout
11388
11389 \end_inset
11390
11391
11392 \end_layout
11393
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \begin_layout Plain Layout
11400 \align center
11401 \begin_inset Tabular
11402 <lyxtabular version="3" rows="3" columns="3">
11403 <features tabularvalignment="middle">
11404 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11405 <column alignment="center" valignment="middle">
11406 <column alignment="center" valignment="top">
11407 <row>
11408 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 複数行にわたる連結列
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell multicolumn="2" 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" 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" 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" 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 <row>
11466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 </lyxtabular>
11495
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \begin_layout Standard
11507 たとえば,表
11508 \begin_inset CommandInset ref
11509 LatexCommand ref
11510 reference "tab:中央揃え表"
11511
11512 \end_inset
11513
11514 を生成するには,3
11515 \begin_inset Formula $\times$
11516 \end_inset
11517
11518 3表の第一行の最初の二つのセルを選択して,右クリックして現れるメニューから
11519 \family sans
11520 設定
11521 \family default
11522 を選択します.そして現れる表の設定ダイアログで,このセルを
11523 \emph on
11524 連結列
11525 \emph default
11526
11527 \emph on
11528 中央揃え
11529 \emph default
11530 ,2.5
11531 \begin_inset space \thinspace{}
11532 \end_inset
11533
11534 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,第一列の幅を1.25
11535 \begin_inset space \thinspace{}
11536 \end_inset
11537
11538 cm幅に設定します.すると第二列は自動的に1.25
11539 \begin_inset space \thinspace{}
11540 \end_inset
11541
11542 cm幅(連結列幅マイナス第一列の幅)になります.表
11543 \begin_inset CommandInset ref
11544 LatexCommand ref
11545 reference "tab:半分でない表"
11546
11547 \end_inset
11548
11549 もこのようにして作成してあります.
11550 \end_layout
11551
11552 \begin_layout Standard
11553 \begin_inset Float table
11554 wide false
11555 sideways false
11556 status open
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Caption Standard
11560
11561 \begin_layout Plain Layout
11562 \begin_inset CommandInset label
11563 LatexCommand label
11564 name "tab:半分でない表"
11565
11566 \end_inset
11567
11568 連結セルの下の列が正確に半分になっていない表
11569 \begin_inset Argument 1
11570 status collapsed
11571
11572 \begin_layout Plain Layout
11573 不完全な連結列表
11574 \end_layout
11575
11576 \end_inset
11577
11578
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \begin_layout Plain Layout
11587 \align center
11588 \begin_inset Tabular
11589 <lyxtabular version="3" rows="3" columns="3">
11590 <features tabularvalignment="middle">
11591 <column alignment="center" valignment="top" width="1.25cm">
11592 <column alignment="center" valignment="top">
11593 <column alignment="center" valignment="top">
11594 <row>
11595 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 複数行にわたる連結列
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell multicolumn="2" 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" bottomline="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" 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" 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" 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 <row>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 </row>
11681 </lyxtabular>
11682
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \begin_layout Standard
11694 ご覧になって分かるように,第一列が,連結セルの幅の半分よりも少し大きくなっています.その原因は,セル幅が,指定された幅よりもつねに少しだけ大きく描かれるために,
11695 指定したセル幅
11696 \begin_inset Formula $W_{\text{指}}$
11697 \end_inset
11698
11699 がセルの全幅
11700 \begin_inset Formula $W_{\text{全}}$
11701 \end_inset
11702
11703 と等しくならないためです.付録
11704 \begin_inset CommandInset ref
11705 LatexCommand ref
11706 reference "cha:式の説明"
11707
11708 \end_inset
11709
11710 がこの事情を詳細に説明しています.
11711 \end_layout
11712
11713 \begin_layout Standard
11714
11715 \emph on
11716 n
11717 \emph default
11718 列を連結する際,各列の全幅が
11719 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
11720 \end_inset
11721
11722 となるために必要な指定幅
11723 \begin_inset Formula $W_{\text{指}:n}$
11724 \end_inset
11725
11726 は,
11727 \begin_inset Formula 
11728 \begin{equation}
11729 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11730 \end{equation}
11731
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \begin_layout Standard
11738 で計算することができます.上記の例では
11739 \begin_inset Formula $n=2$
11740 \end_inset
11741
11742 かつ
11743 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
11744 \end_inset
11745
11746 cmかつ長さは既定値ですから,第
11747 \begin_inset CommandInset ref
11748 LatexCommand ref
11749 reference "eq:Wgn"
11750
11751 \end_inset
11752
11753 式は
11754 \begin_inset Formula 
11755 \begin{equation}
11756 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11757 \end{equation}
11758
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \begin_layout Standard
11765 となります.\SpecialChar LaTeX
11766 中で計算を可能にするには,文書プリアンブル行に
11767 \end_layout
11768
11769 \begin_layout Standard
11770
11771 \series bold
11772
11773 \backslash
11774 usepackage{calc}
11775 \end_layout
11776
11777 \begin_layout Standard
11778 と書いて,\SpecialChar LaTeX
11779 パッケージ
11780 \series bold
11781 calc
11782 \series default
11783
11784 \begin_inset Index idx
11785 status collapsed
11786
11787 \begin_layout Plain Layout
11788 \SpecialChar LaTeX
11789 ぱっけーじ@\SpecialChar LaTeX
11790 パッケージ ! calc
11791 \end_layout
11792
11793 \end_inset
11794
11795 を読み込まなくてはなりません.\SpecialChar LyX
11796 の「表の設定」ダイアログの幅フィールドでは,長さを計算することができません.したがって,ダイアログの\SpecialChar LaTeX
11797 の引数欄に書き込むことによって
11798 列を整形しなくてはなりません.以下は,その引数の概要です.
11799 \end_layout
11800
11801 \begin_layout Itemize
11802
11803 \series bold
11804 p{幅}
11805 \series default
11806 は固定幅セルを生成し,内容文は垂直方向上揃えになります.
11807 \end_layout
11808
11809 \begin_layout Itemize
11810
11811 \series bold
11812 m{幅}
11813 \series default
11814 は固定幅セルを生成し,内容文は垂直方向中央揃えになります.
11815 \end_layout
11816
11817 \begin_layout Itemize
11818
11819 \series bold
11820 b{幅}
11821 \series default
11822 は固定幅セルを生成し,内容文は垂直方向下揃えになります.
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \SpecialChar LaTeX
11827 変数を入力すると,表ダイアログで設定されたすべてのセル設定は無効になります.
11828 \end_layout
11829
11830 \begin_layout Standard
11831 \begin_inset Note Greyedout
11832 status open
11833
11834 \begin_layout Plain Layout
11835
11836 \series bold
11837 【註】
11838 \series default
11839 バグのせいで,\SpecialChar LyX
11840 は無効にされた設定も表示してしまいます.
11841 \end_layout
11842
11843 \end_inset
11844
11845
11846 \end_layout
11847
11848 \begin_layout Standard
11849 文章を水平方向中央揃えにしたいので,
11850 \series bold
11851
11852 \backslash
11853 centering
11854 \series default
11855 コマンドを入れます.したがって,以下のような\SpecialChar LaTeX
11856 変数を,最初の被連結列に入れます.
11857 \end_layout
11858
11859 \begin_layout Standard
11860
11861 \series bold
11862 >{
11863 \backslash
11864 centering}m{1.25cm-6.2pt}
11865 \end_layout
11866
11867 \begin_layout Standard
11868
11869 \series bold
11870 >{ }
11871 \series default
11872 コマンドは,セルが生成される前に中括弧内のコマンドを適用するという意味です.
11873 \end_layout
11874
11875 \begin_layout Standard
11876 こうして被連結列セルの文章に,中央揃えを選択しましたが,連結セルの文章は依然として左揃えになっています.これは,\SpecialChar LyX
11877 は揃えを一列分のみに適用するためです.したがって
11878 ,連結セルには
11879 \end_layout
11880
11881 \begin_layout Standard
11882
11883 \series bold
11884 >{
11885 \backslash
11886 centering}m{2.5cm}
11887 \end_layout
11888
11889 \begin_layout Standard
11890 という\SpecialChar LaTeX
11891 変数を指定しなくてはなりません.
11892 \end_layout
11893
11894 \begin_layout Subsection
11895 連結行
11896 \begin_inset CommandInset label
11897 LatexCommand label
11898 name "subsec:連結行"
11899
11900 \end_inset
11901
11902
11903 \begin_inset Index idx
11904 status collapsed
11905
11906 \begin_layout Plain Layout
11907 れんけつぎょう@連結行
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \begin_inset Index idx
11914 status collapsed
11915
11916 \begin_layout Plain Layout
11917 ひょう@表 ! れんけつぎょう@連結行
11918 \end_layout
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \begin_layout Standard
11926 複数行にかかるセルを連結するには,同一列中の統合したいセルをすべて選択し,ツールバーボタン
11927 \family sans
11928
11929 \begin_inset Info
11930 type  "icon"
11931 arg   "tabular-feature multirow"
11932 \end_inset
11933
11934
11935 \family default
11936 を押すか,メニュー
11937 \family sans
11938 編集\SpecialChar menuseparator
11939 表\SpecialChar menuseparator
11940 連結行
11941 \family default
11942 を選ぶか,選択したセルを右クリックして,コンテクストメニューから
11943 \family sans
11944 \SpecialChar menuseparator
11945 連結行
11946 \family default
11947 を選んでください.
11948 \end_layout
11949
11950 \begin_layout Standard
11951 下記は一列目に連結列を適用した表の例です.
11952 \end_layout
11953
11954 \begin_layout Standard
11955 \align center
11956 \begin_inset Tabular
11957 <lyxtabular version="3" rows="3" columns="3">
11958 <features tabularvalignment="middle">
11959 <column alignment="center" valignment="top" width="0pt">
11960 <column alignment="center" valignment="top">
11961 <column alignment="center" valignment="top">
11962 <row>
11963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 長いセル項目
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 </row>
11991 <row>
11992 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 連結列
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 </row>
12020 <row>
12021 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 </lyxtabular>
12050
12051 \end_inset
12052
12053
12054 \end_layout
12055
12056 \begin_layout Standard
12057 連結列の幅は,列全体の幅と揃えを設定することによって設定することができます.
12058 \family sans
12059 垂直オフセット
12060 \family default
12061 は,正または負の値を与えると,連結列の内容を上下にシフトします.
12062 \end_layout
12063
12064 \begin_layout Standard
12065 連結行セルの列に明示的な幅が与えられていない場合,連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
12066 \end_layout
12067
12068 \begin_layout Standard
12069
12070 \series bold
12071
12072 \backslash
12073 renewcommand{
12074 \backslash
12075 multirowsetup}{
12076 \backslash
12077 centering}
12078 \end_layout
12079
12080 \begin_layout Standard
12081 というコマンドを使用して,コマンド
12082 \series bold
12083
12084 \backslash
12085 multirowsetup
12086 \series default
12087 を書き換えて下さい.すると,文書中の連結行の中身が,すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,プリアンブルではなく表の直前にTe
12088 Xコードボックスを入れて,このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
12089 \series bold
12090
12091 \backslash
12092 centering
12093 \series default
12094 の代わりに
12095 \series bold
12096
12097 \backslash
12098 raggedleft
12099 \series default
12100 を使用して下さい.左揃えに戻すには,
12101 \series bold
12102
12103 \backslash
12104 raggedright
12105 \series default
12106 とします.
12107 \end_layout
12108
12109 \begin_layout Standard
12110 下記は,-4ミリの垂直オフセットを設定し,3センチ幅の列中にある右揃えの連結列セルがある表の例です.
12111 \end_layout
12112
12113 \begin_layout Standard
12114 \noindent
12115 \align center
12116 \begin_inset ERT
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120
12121
12122 \backslash
12123 renewcommand{
12124 \backslash
12125 multirowsetup}{
12126 \backslash
12127 raggedleft}
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \begin_inset Tabular
12134 <lyxtabular version="3" rows="4" columns="3">
12135 <features tabularvalignment="middle">
12136 <column alignment="center" valignment="top" width="3cm">
12137 <column alignment="center" valignment="top">
12138 <column alignment="center" valignment="top">
12139 <row>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 長いセル項目
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 </row>
12168 <row>
12169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 </row>
12197 <row>
12198 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12199 \begin_inset Text
12200
12201 \begin_layout Plain Layout
12202 連結列
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 <row>
12227 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231
12232 \end_layout
12233
12234 \end_inset
12235 </cell>
12236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 </lyxtabular>
12256
12257 \end_inset
12258
12259
12260 \begin_inset ERT
12261 status collapsed
12262
12263 \begin_layout Plain Layout
12264
12265
12266 \backslash
12267 renewcommand{
12268 \backslash
12269 multirowsetup}{
12270 \backslash
12271 raggedright}
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280 連結行で新しい行に移るには,強制改行(
12281 \begin_inset Flex Ruby
12282 status collapsed
12283
12284 \begin_layout Plain Layout
12285 捷径
12286 \begin_inset Argument post:1
12287 status collapsed
12288
12289 \begin_layout Plain Layout
12290 ショートカット
12291 \end_layout
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \begin_inset Info
12302 type  "shortcut"
12303 arg   "newline-insert newline"
12304 \end_inset
12305
12306 )を使用できますが,この場合,下記の例に示されているようにセル行との整合を顧慮しません.
12307 \end_layout
12308
12309 \begin_layout Standard
12310 \noindent
12311 \align center
12312 \begin_inset Tabular
12313 <lyxtabular version="3" rows="3" columns="2">
12314 <features tabularvalignment="middle">
12315 <column alignment="left" valignment="middle" width="2cm">
12316 <column alignment="center" valignment="top">
12317 <row>
12318 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322 いいい
12323 \begin_inset Newline newline
12324 \end_inset
12325
12326 いいい
12327 \begin_inset Newline newline
12328 \end_inset
12329
12330 おかしなセル
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 <cell alignment="center" valignment="top" topline="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 <row>
12346 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359 ににに
12360 \end_layout
12361
12362 \end_inset
12363 </cell>
12364 </row>
12365 <row>
12366 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12367 \begin_inset Text
12368
12369 \begin_layout Plain Layout
12370 ろろろ
12371 \end_layout
12372
12373 \end_inset
12374 </cell>
12375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12376 \begin_inset Text
12377
12378 \begin_layout Plain Layout
12379 ほほほ
12380 \end_layout
12381
12382 \end_inset
12383 </cell>
12384 </row>
12385 </lyxtabular>
12386
12387 \end_inset
12388
12389
12390 \end_layout
12391
12392 \begin_layout Standard
12393 したがって,強制改行を使うのは注意が必要です.
12394 \end_layout
12395
12396 \begin_layout Subsection
12397 対角線付きのセル
12398 \end_layout
12399
12400 \begin_layout Standard
12401 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,\SpecialChar LaTeX
12402 パッケージの
12403 \series bold
12404 diagbox
12405 \series default
12406
12407 \begin_inset Index idx
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411 \SpecialChar LaTeX
12412 ぱっけーじ@\SpecialChar LaTeX
12413 パッケージ ! diagbox
12414 \end_layout
12415
12416 \end_inset
12417
12418 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
12419 \series bold
12420
12421 \backslash
12422 diagbox
12423 \series default
12424 というコマンドがありますので,以下のように,これに2ないし3の引数をつけて,\SpecialChar TeX
12425 コードで挿入します.
12426 \end_layout
12427
12428 \begin_layout Standard
12429
12430 \series bold
12431
12432 \backslash
12433 diagbox[オプション]{左下}{右上}
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 diagbox[オプション]{左下}{左上}{右上}
12442 \end_layout
12443
12444 \begin_layout Standard
12445 最初の書式は,第1セルを一本の対角線で分割し,引数の内容がその上下に入れられます.二つ目の書式は,第1セルを二本の線で分割します.
12446 \end_layout
12447
12448 \begin_layout Standard
12449 \begin_inset ERT
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453
12454
12455 \backslash
12456 ifdiagbox
12457 \end_layout
12458
12459 \end_inset
12460
12461
12462 \begin_inset Note Note
12463 status open
12464
12465 \begin_layout Plain Layout
12466 この節は,\SpecialChar LaTeX
12467 パッケージ
12468 \series bold
12469 diagbox
12470 \series default
12471 が導入済みの時のみ表示されます.
12472 \end_layout
12473
12474 \end_inset
12475
12476
12477 \end_layout
12478
12479 \begin_layout Standard
12480 下記は,
12481 \series bold
12482
12483 \backslash
12484 diagbox
12485 \series default
12486 を第1セル中に2引数書式で使用した表の例です.
12487 \begin_inset VSpace medskip
12488 \end_inset
12489
12490
12491 \end_layout
12492
12493 \begin_layout Standard
12494 \noindent
12495 \begin_inset Tabular
12496 <lyxtabular version="3" rows="4" columns="4">
12497 <features tabularvalignment="middle">
12498 <column alignment="center" valignment="top">
12499 <column alignment="center" valignment="top">
12500 <column alignment="center" valignment="top">
12501 <column alignment="center" valignment="top">
12502 <row>
12503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512
12513 \backslash
12514 diagbox{
12515 \end_layout
12516
12517 \end_inset
12518
12519 名称
12520 \begin_inset ERT
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524
12525 }{
12526 \end_layout
12527
12528 \end_inset
12529
12530 パラメータ
12531 \begin_inset ERT
12532 status collapsed
12533
12534 \begin_layout Plain Layout
12535
12536 }
12537 \end_layout
12538
12539 \end_inset
12540
12541
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 厚み(nm)
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 透明度(%)
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568 硬度(MPa)
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 </row>
12574 <row>
12575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 Perfect Green
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 45
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 80
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 504
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 <row>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 Dark Multi-P
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 60
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 72
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 982
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 </row>
12650 <row>
12651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 Crystal Clear Pro
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 18
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
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 86
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 374
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 </row>
12688 </lyxtabular>
12689
12690 \end_inset
12691
12692
12693 \begin_inset VSpace medskip
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \begin_layout Standard
12700 3引数書式は,例えばスポーツリーグや距離を示すクロス表に便利です.
12701 \end_layout
12702
12703 \begin_layout Standard
12704 \noindent
12705 \align center
12706 \begin_inset Tabular
12707 <lyxtabular version="3" rows="4" columns="4">
12708 <features tabularvalignment="middle">
12709 <column alignment="center" valignment="top" width="0pt">
12710 <column alignment="center" valignment="top">
12711 <column alignment="center" valignment="top">
12712 <column alignment="center" valignment="top">
12713 <row>
12714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718 \begin_inset ERT
12719 status collapsed
12720
12721 \begin_layout Plain Layout
12722
12723
12724 \backslash
12725 diagbox{
12726 \end_layout
12727
12728 \end_inset
12729
12730 ホームチーム
12731 \begin_inset ERT
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735
12736 }{
12737 \end_layout
12738
12739 \end_inset
12740
12741 結果
12742 \begin_inset ERT
12743 status collapsed
12744
12745 \begin_layout Plain Layout
12746
12747 }{
12748 \end_layout
12749
12750 \end_inset
12751
12752 アウェイチーム
12753 \begin_inset ERT
12754 status collapsed
12755
12756 \begin_layout Plain Layout
12757
12758 }
12759 \end_layout
12760
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 Tigers
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781 Panthers
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 Falcons
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 </row>
12796 <row>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 Tigers
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 1:3
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 0:1
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 </row>
12834 <row>
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 Panthers
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 3:1
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 0:0
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 </row>
12872 <row>
12873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 Falcons
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 1:0
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 0:0
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 </lyxtabular>
12911
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \begin_layout Standard
12918 大きなクロス表では,下記のように,2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
12919 \end_layout
12920
12921 \begin_layout Standard
12922 \noindent
12923 \align center
12924 \begin_inset Tabular
12925 <lyxtabular version="3" rows="5" columns="5">
12926 <features tabularvalignment="middle">
12927 <column alignment="center" valignment="top" width="0pt">
12928 <column alignment="center" valignment="top">
12929 <column alignment="center" valignment="top">
12930 <column alignment="center" valignment="top">
12931 <column alignment="center" valignment="top">
12932 <row>
12933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 \begin_inset ERT
12938 status open
12939
12940 \begin_layout Plain Layout
12941
12942
12943 \backslash
12944 diagbox{
12945 \end_layout
12946
12947 \end_inset
12948
12949 ホームチーム
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955 }{
12956 \end_layout
12957
12958 \end_inset
12959
12960 結果
12961 \begin_inset ERT
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965
12966 }{
12967 \end_layout
12968
12969 \end_inset
12970
12971 アウェイチーム
12972 \begin_inset ERT
12973 status collapsed
12974
12975 \begin_layout Plain Layout
12976
12977 }
12978 \end_layout
12979
12980 \end_inset
12981
12982
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 Tigers
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 Panthers
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 Falcons
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 \begin_inset ERT
13019 status open
13020
13021 \begin_layout Plain Layout
13022
13023
13024 \backslash
13025 diagbox[dir=NE]{
13026 \end_layout
13027
13028 \end_inset
13029
13030 ホームチーム
13031 \begin_inset ERT
13032 status collapsed
13033
13034 \begin_layout Plain Layout
13035
13036 }{
13037 \end_layout
13038
13039 \end_inset
13040
13041 結果
13042 \begin_inset ERT
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046
13047 }{
13048 \end_layout
13049
13050 \end_inset
13051
13052 アウェイチーム
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058 }
13059 \end_layout
13060
13061 \end_inset
13062
13063
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 </row>
13069 <row>
13070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074 Tigers
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 1:3
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 0:1
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 Tigers
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 Panthers
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 3:1
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 0:0
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 Panthers
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 </row>
13163 <row>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 Falcons
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 1:0
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 0:0
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 Falcons
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 </row>
13210 <row>
13211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 \begin_inset ERT
13216 status open
13217
13218 \begin_layout Plain Layout
13219
13220
13221 \backslash
13222 diagbox[dir=SW]{
13223 \end_layout
13224
13225 \end_inset
13226
13227 ホームチーム
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233 }{
13234 \end_layout
13235
13236 \end_inset
13237
13238 結果
13239 \begin_inset ERT
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243
13244 }{
13245 \end_layout
13246
13247 \end_inset
13248
13249 アウェイチーム
13250 \begin_inset ERT
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254
13255 }
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 Tigers
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 Panthers
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 Falcons
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 \begin_inset ERT
13297 status open
13298
13299 \begin_layout Plain Layout
13300
13301
13302 \backslash
13303 diagbox[dir=SE]{
13304 \end_layout
13305
13306 \end_inset
13307
13308 ホームチーム
13309 \begin_inset ERT
13310 status collapsed
13311
13312 \begin_layout Plain Layout
13313
13314 }{
13315 \end_layout
13316
13317 \end_inset
13318
13319 結果
13320 \begin_inset ERT
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324
13325 }{
13326 \end_layout
13327
13328 \end_inset
13329
13330 アウェイチーム
13331 \begin_inset ERT
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335
13336 }
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 </lyxtabular>
13348
13349 \end_inset
13350
13351
13352 \end_layout
13353
13354 \begin_layout Standard
13355 対角線を廻すために,コマンドオプションとして
13356 \series bold
13357 dir=方角
13358 \series default
13359 を使用しています.
13360 \emph on
13361 方角
13362 \emph default
13363 は,
13364 \series bold
13365 NE
13366 \series default
13367
13368 \series bold
13369 SE
13370 \series default
13371
13372 \series bold
13373 SW
13374 \series default
13375
13376 \series bold
13377 NW
13378 \series default
13379 のいずれかで,コンパスでの位置を示します.例えば,
13380 \series bold
13381 SW
13382 \series default
13383 は南西かど(south-west)を示します.したがって,上の表の左下のセルでは, 
13384 \end_layout
13385
13386 \begin_layout Standard
13387
13388 \series bold
13389
13390 \backslash
13391 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13392 \end_layout
13393
13394 \begin_layout Standard
13395 というコマンドを使用しています.方角を指定しなければ,NWを指定したのと同じ事になります.
13396 \end_layout
13397
13398 \begin_layout Standard
13399 対角線を引いたセルに必要な幅は,自動的に計算されます.したがって,計算された幅よりも小さい固定列幅を指定してしまうと,下記の例のように,セルの中身がはみ出てしま
13400 います.
13401 \end_layout
13402
13403 \begin_layout Standard
13404 \noindent
13405 \align center
13406 \begin_inset Tabular
13407 <lyxtabular version="3" rows="2" columns="2">
13408 <features tabularvalignment="middle">
13409 <column alignment="center" valignment="top" width="3cm">
13410 <column alignment="center" valignment="top">
13411 <row>
13412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416 \begin_inset ERT
13417 status collapsed
13418
13419 \begin_layout Plain Layout
13420
13421
13422 \backslash
13423 diagbox{
13424 \end_layout
13425
13426 \end_inset
13427
13428 名称
13429 \begin_inset ERT
13430 status collapsed
13431
13432 \begin_layout Plain Layout
13433
13434 }{
13435 \end_layout
13436
13437 \end_inset
13438
13439 パラメータ
13440 \begin_inset ERT
13441 status collapsed
13442
13443 \begin_layout Plain Layout
13444
13445 }
13446 \end_layout
13447
13448 \end_inset
13449
13450
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 厚み(nm)
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 <row>
13466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 Perfect Green
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479 45
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 </row>
13485 </lyxtabular>
13486
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \begin_layout Standard
13493 対角線を引いたセルの列に一定の幅が必要な場合は,コマンドオプションとして
13494 \series bold
13495 width=3cm
13496 \series default
13497  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,第1列の幅が4
13498 \begin_inset space \thinspace{}
13499 \end_inset
13500
13501 cmに設定してあります.
13502 \series bold
13503
13504 \backslash
13505 diagbox
13506 \series default
13507 全体の幅は,本文幅(この場合は4
13508 \begin_inset space \thinspace{}
13509 \end_inset
13510
13511 cm)に,本文とセル罫線との間隔の2倍を加えたものになるので,
13512 \series bold
13513
13514 \backslash
13515 diagbox
13516 \series default
13517 には4
13518 \begin_inset space \thinspace{}
13519 \end_inset
13520
13521 cm + 2
13522 \begin_inset space \thinspace{}
13523 \end_inset
13524
13525
13526 \backslash
13527 tabcolsepの幅が必要です.幅の計算は,
13528 \series bold
13529
13530 \backslash
13531 diagbox
13532 \series default
13533 のコマンドオプション内では行うことができないので,前もって新しい長さを定義しておく必要があります.これは,\SpecialChar TeX
13534 コードコマンドで
13535 \end_layout
13536
13537 \begin_layout Standard
13538
13539 \series bold
13540
13541 \backslash
13542 newlength{
13543 \backslash
13544 diagtest}
13545 \begin_inset Newline newline
13546 \end_inset
13547
13548
13549 \backslash
13550 setlength{
13551 \backslash
13552 diagtest}{4cm+2
13553 \backslash
13554 tabcolsep}
13555 \end_layout
13556
13557 \begin_layout Standard
13558 \begin_inset ERT
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562
13563
13564 \backslash
13565 newlength{
13566 \backslash
13567 diagtest}
13568 \end_layout
13569
13570 \begin_layout Plain Layout
13571
13572
13573 \backslash
13574 setlength{
13575 \backslash
13576 diagtest}{4cm+2
13577 \backslash
13578 tabcolsep}
13579 \end_layout
13580
13581 \end_inset
13582
13583
13584 \end_layout
13585
13586 \begin_layout Standard
13587 とすれば実現できます.\SpecialChar LaTeX
13588 内で計算を行うには,文書プリアンブル中で
13589 \series bold
13590 calc
13591 \series default
13592
13593 \begin_inset Index idx
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597 \SpecialChar LaTeX
13598 ぱっけーじ@\SpecialChar LaTeX
13599 パッケージ ! calc
13600 \end_layout
13601
13602 \end_inset
13603
13604 パッケージを読み込んでおく必要があります.
13605 \end_layout
13606
13607 \begin_layout Standard
13608 さて,この表の第1セルで
13609 \end_layout
13610
13611 \begin_layout Standard
13612
13613 \series bold
13614
13615 \backslash
13616 diagbox[width=
13617 \backslash
13618 diagtest]{A}{B}
13619 \end_layout
13620
13621 \begin_layout Standard
13622 というコマンドを使用します.
13623 \end_layout
13624
13625 \begin_layout Standard
13626 \noindent
13627 \align center
13628 \begin_inset Tabular
13629 <lyxtabular version="3" rows="2" columns="2">
13630 <features tabularvalignment="middle">
13631 <column alignment="center" valignment="top" width="4cm">
13632 <column alignment="center" valignment="top">
13633 <row>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 \begin_inset ERT
13639 status open
13640
13641 \begin_layout Plain Layout
13642
13643
13644 \backslash
13645 diagbox[width=
13646 \backslash
13647 diagtest]{
13648 \end_layout
13649
13650 \end_inset
13651
13652 A
13653 \begin_inset ERT
13654 status collapsed
13655
13656 \begin_layout Plain Layout
13657
13658 }{
13659 \end_layout
13660
13661 \end_inset
13662
13663 B
13664 \begin_inset ERT
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668
13669 }
13670 \end_layout
13671
13672 \end_inset
13673
13674
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 厚み (nm)
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 </row>
13689 <row>
13690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 Perfect Green
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 45
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 </row>
13709 </lyxtabular>
13710
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \begin_layout Standard
13717 対角線の引いたセルは,当該列中で最も幅広くなっていなくてはなりません.さもないと,次の表のように,対角線の長さが正しく計算できなくなってしまいます.
13718 \end_layout
13719
13720 \begin_layout Standard
13721 \noindent
13722 \align center
13723 \begin_inset Tabular
13724 <lyxtabular version="3" rows="2" columns="2">
13725 <features tabularvalignment="middle">
13726 <column alignment="center" valignment="top" width="0pt">
13727 <column alignment="center" valignment="top">
13728 <row>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 \begin_inset ERT
13734 status collapsed
13735
13736 \begin_layout Plain Layout
13737
13738
13739 \backslash
13740 diagbox{
13741 \end_layout
13742
13743 \end_inset
13744
13745 A
13746 \begin_inset ERT
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750
13751 }{
13752 \end_layout
13753
13754 \end_inset
13755
13756 B
13757 \begin_inset ERT
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762 }
13763 \end_layout
13764
13765 \end_inset
13766
13767
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 厚み (nm)
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 </row>
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 Perfect Green
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 45
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 </row>
13802 </lyxtabular>
13803
13804 \end_inset
13805
13806
13807 \end_layout
13808
13809 \begin_layout Standard
13810 このような場合には,
13811 \series bold
13812
13813 \backslash
13814 diagbox
13815 \series default
13816 コマンドの
13817 \series bold
13818 width
13819 \series default
13820 オプションを使用してください.こうすると,セル幅が列幅に等しくなるので,2
13821 \backslash
13822 tabcolsepを足す必要はなくなります.下記の表では,3
13823 \begin_inset space \thinspace{}
13824 \end_inset
13825
13826 cm幅を使用しています.
13827 \end_layout
13828
13829 \begin_layout Standard
13830 \noindent
13831 \align center
13832 \begin_inset Tabular
13833 <lyxtabular version="3" rows="2" columns="2">
13834 <features tabularvalignment="middle">
13835 <column alignment="center" valignment="top" width="0pt">
13836 <column alignment="center" valignment="top">
13837 <row>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 \begin_inset ERT
13843 status open
13844
13845 \begin_layout Plain Layout
13846
13847
13848 \backslash
13849 diagbox[width=3cm]{
13850 \end_layout
13851
13852 \end_inset
13853
13854 A
13855 \begin_inset ERT
13856 status collapsed
13857
13858 \begin_layout Plain Layout
13859
13860 }{
13861 \end_layout
13862
13863 \end_inset
13864
13865 B
13866 \begin_inset ERT
13867 status collapsed
13868
13869 \begin_layout Plain Layout
13870
13871 }
13872 \end_layout
13873
13874 \end_inset
13875
13876
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 厚み (nm)
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 </row>
13891 <row>
13892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 Perfect Green
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 45
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 </row>
13911 </lyxtabular>
13912
13913 \end_inset
13914
13915
13916 \end_layout
13917
13918 \begin_layout Standard
13919 対角線を引いたセルに複数行を入力するには,文章をセルに合わせるために高さを追加する必要があります.これは,
13920 \series bold
13921
13922 \backslash
13923 diagbox
13924 \series default
13925 にオプション
13926 \series bold
13927 height=3cm
13928 \series default
13929 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,第1セルに
13930 \end_layout
13931
13932 \begin_layout Standard
13933
13934 \series bold
13935
13936 \backslash
13937 diagbox[width=3cm,height=1.4cm]{A
13938 \backslash
13939
13940 \backslash
13941 B}{C
13942 \backslash
13943
13944 \backslash
13945 D}
13946 \end_layout
13947
13948 \begin_layout Standard
13949 というコマンドを使用しています.ここでコマンド
13950 \series bold
13951
13952 \backslash
13953
13954 \backslash
13955
13956 \series default
13957 は改行をするためのものです
13958 \begin_inset Foot
13959 status collapsed
13960
13961 \begin_layout Plain Layout
13962
13963 \family sans
13964 Ctrl+Return
13965 \family default
13966 を使っての改行は,列が固定幅の時のみ,使用することができます.
13967 \end_layout
13968
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \begin_layout Standard
13975 \noindent
13976 \align center
13977 \begin_inset Tabular
13978 <lyxtabular version="3" rows="2" columns="2">
13979 <features tabularvalignment="middle">
13980 <column alignment="center" valignment="top">
13981 <column alignment="center" valignment="top">
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 \begin_inset ERT
13988 status open
13989
13990 \begin_layout Plain Layout
13991
13992
13993 \backslash
13994 diagbox[width=3cm,height=1.4cm]{
13995 \end_layout
13996
13997 \end_inset
13998
13999 A
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005
14006 \backslash
14007
14008 \backslash
14009
14010 \end_layout
14011
14012 \end_inset
14013
14014 B
14015 \begin_inset ERT
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019
14020 }{
14021 \end_layout
14022
14023 \end_inset
14024
14025 C
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031
14032 \backslash
14033
14034 \backslash
14035
14036 \end_layout
14037
14038 \end_inset
14039
14040 D
14041 \begin_inset ERT
14042 status collapsed
14043
14044 \begin_layout Plain Layout
14045
14046 }
14047 \end_layout
14048
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 厚み (nm)
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 </row>
14066 <row>
14067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 Perfect Green
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 45
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 </row>
14086 </lyxtabular>
14087
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \begin_layout Standard
14094 \begin_inset ERT
14095 status collapsed
14096
14097 \begin_layout Plain Layout
14098
14099
14100 \backslash
14101 else
14102 \end_layout
14103
14104 \end_inset
14105
14106
14107 \begin_inset Note Note
14108 status open
14109
14110 \begin_layout Plain Layout
14111 以下は,\SpecialChar LaTeX
14112 パッケージ
14113 \series bold
14114 diagbox
14115 \series default
14116 が導入済みでないときに表示されます.
14117 \end_layout
14118
14119 \end_inset
14120
14121
14122 \end_layout
14123
14124 \begin_layout Standard
14125 本節の内容を出力に表示するためには,
14126 \series bold
14127 diagbox
14128 \series default
14129 パッケージを導入しなくてはなりません.
14130 \end_layout
14131
14132 \begin_layout Standard
14133 \begin_inset ERT
14134 status collapsed
14135
14136 \begin_layout Plain Layout
14137
14138
14139 \backslash
14140 fi
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \SpecialChar LaTeX
14150 パッケージ
14151 \series bold
14152 diagbox
14153 \series default
14154 についての詳しい情報は,取扱説明書
14155 \begin_inset CommandInset citation
14156 LatexCommand cite
14157 key "diagbox"
14158
14159 \end_inset
14160
14161 をご覧ください.
14162 \end_layout
14163
14164 \begin_layout Section
14165 フォーマル様式の表
14166 \begin_inset CommandInset label
14167 LatexCommand label
14168 name "sec:フォーマル様式の表"
14169
14170 \end_inset
14171
14172
14173 \begin_inset Index idx
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177 ひょう@表 ! ふぉーまるけいしき@フォーマル様式
14178 \end_layout
14179
14180 \end_inset
14181
14182
14183 \end_layout
14184
14185 \begin_layout Standard
14186 書籍中の表は,よく表
14187 \begin_inset CommandInset ref
14188 LatexCommand ref
14189 reference "tab:ブックタブ表の例"
14190
14191 \end_inset
14192
14193 のように組版されます.この種の表は,「
14194 \emph on
14195 フォーマル様式
14196 \emph default
14197 」と呼ばれます.表をフォーマル様式にするには,表の設定ダイアログの罫線タブでフォーマル様式オプションを有効にして下さい.
14198 \end_layout
14199
14200 \begin_layout Standard
14201 \begin_inset Float table
14202 placement h
14203 wide false
14204 sideways false
14205 status open
14206
14207 \begin_layout Plain Layout
14208 \begin_inset Caption Standard
14209
14210 \begin_layout Plain Layout
14211 \begin_inset CommandInset label
14212 LatexCommand label
14213 name "tab:ブックタブ表の例"
14214
14215 \end_inset
14216
14217 ブックタブ表の例
14218 \end_layout
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \begin_layout Plain Layout
14226 \align center
14227 \begin_inset Tabular
14228 <lyxtabular version="3" rows="8" columns="4">
14229 <features booktabs="true" tabularvalignment="middle">
14230 <column alignment="center" valignment="top">
14231 <column alignment="center" valignment="top">
14232 <column alignment="center" valignment="top">
14233 <column alignment="center" valignment="top">
14234 <row>
14235 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 システム
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell alignment="center" valignment="top" topline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 Medipix
14249 \begin_inset space \thinspace{}
14250 \end_inset
14251
14252 1
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 Medipix
14262 \begin_inset space \thinspace{}
14263 \end_inset
14264
14265 2
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 </row>
14280 <row>
14281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 \begin_inset ERT
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289
14290
14291 \backslash
14292 cmidrule(r){2-2}
14293 \end_layout
14294
14295 \end_inset
14296
14297
14298 \begin_inset ERT
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303
14304 \backslash
14305 cmidrule(l){3-4}
14306 \end_layout
14307
14308 \end_inset
14309
14310 検知器の厚み [
14311 \begin_inset Formula $\mu m$
14312 \end_inset
14313
14314 ]
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 300
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 300
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 700
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 </row>
14347 <row>
14348 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 エッジ角 [度]
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 3.55
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 2.71
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" topline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 7.99
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 </row>
14385 <row topspace="default">
14386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390 空間分解能 [
14391 \begin_inset Formula $\mu m$
14392 \end_inset
14393
14394 ]
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 4.26
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 10.17
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 <cell alignment="center" valignment="top" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 10.56
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 </row>
14427 <row topspace="default">
14428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Plain Layout
14432 \begin_inset Formula $f_{\mathrm{max}}$
14433 \end_inset
14434
14435 におけるMTF
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 0.53
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 0.37
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 0.39
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 <row topspace="default">
14469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 \begin_inset ERT
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477
14478
14479 \backslash
14480 cmidrule[2pt](l{10pt}){1-1}
14481 \end_layout
14482
14483 \end_inset
14484
14485 LSF空間分解能
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 \begin_inset Formula $\mu m$
14524 \end_inset
14525
14526 表示
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 <cell alignment="center" valignment="top" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535 129.7
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544 52.75
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell alignment="center" valignment="top" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553 50.78
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 <row>
14560 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564 ピクセルサイズに対する%表示
14565 \end_layout
14566
14567 \end_inset
14568 </cell>
14569 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573 76.3
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582 95.9
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 92.3
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 </lyxtabular>
14598
14599 \end_inset
14600
14601
14602 \end_layout
14603
14604 \end_inset
14605
14606
14607 \end_layout
14608
14609 \begin_layout Standard
14610 表中の行に余白を加えるには,第
14611 \begin_inset CommandInset ref
14612 LatexCommand ref
14613 reference "subsec:行の余白取り"
14614
14615 \end_inset
14616
14617 節に述べられているように,表の設定ダイアログの
14618 \family sans
14619 罫線
14620 \family default
14621 タブを使用します.
14622 \end_layout
14623
14624 \begin_layout Standard
14625 通常の表と違って,フォーマル様式の表には縦罫線がありません.表の横罫線は,通常の表と同様に指定することができますが,出力でこれらの線幅は異なります.
14626 \begin_inset Newline newline
14627 \end_inset
14628
14629 最初と最後の表罫線の既定幅は0.08
14630 \begin_inset space \thinspace{}
14631 \end_inset
14632
14633 emですが,他の罫線の既定幅は0.05
14634 \begin_inset space \thinspace{}
14635 \end_inset
14636
14637 emです.
14638 \end_layout
14639
14640 \begin_layout Standard
14641 これらの既定幅は,以下のプリアンブル行を指定することによって変更することができます.
14642 \end_layout
14643
14644 \begin_layout Standard
14645
14646 \series bold
14647
14648 \backslash
14649 let
14650 \backslash
14651 mytoprule
14652 \backslash
14653 toprule
14654 \begin_inset Newline newline
14655 \end_inset
14656
14657
14658 \backslash
14659 renewcommand{
14660 \backslash
14661 toprule}{
14662 \backslash
14663 mytoprule[幅]}
14664 \end_layout
14665
14666 \begin_layout Standard
14667 上の例は,
14668 \series bold
14669 toprule
14670 \series default
14671 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
14672 \series bold
14673 toprule
14674 \series default
14675
14676 \series bold
14677 bottomrule
14678 \series default
14679 に置き換えて下さい.他の罫線の線幅を変更するには,
14680 \series bold
14681 toprule
14682 \series default
14683
14684 \series bold
14685 midrule
14686 \series default
14687 に置き換えます.線幅を設定する上では,付録
14688 \begin_inset CommandInset ref
14689 LatexCommand ref
14690 reference "cha:LyXで使用できる単位"
14691
14692 \end_inset
14693
14694 に挙げてあるすべての単位を使用することができます.
14695 \end_layout
14696
14697 \begin_layout Standard
14698 全列にまたがらない罫線は,連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
14699 は,内部的に
14700 \series bold
14701
14702 \backslash
14703 cmidrule
14704 \series default
14705 コマンドを使用して,このような罫線を引きます.このコマンドの完全な書式は
14706 \end_layout
14707
14708 \begin_layout Standard
14709
14710 \series bold
14711
14712 \backslash
14713 cmidrule[幅](刈込){開始列-終了列}
14714 \end_layout
14715
14716 \begin_layout Standard
14717 です.
14718 \series bold
14719
14720 \backslash
14721 cmidrule
14722 \series default
14723 のオプションは,現在のところ\SpecialChar LyX
14724 がサポートしていないので,オプションを使用するためには,\SpecialChar TeX
14725 コードを使わなくてはなりません.
14726 \series bold
14727
14728 \backslash
14729 cmidrule
14730 \series default
14731 は,行の第一列の中に,最初に\SpecialChar TeX
14732 コードでこのコマンドを入れることによって,手動で指定することができます.この罫線は,出力では現在行の上に引かれることになります.
14733 \end_layout
14734
14735 \begin_layout Standard
14736 この線幅の既定値は0.03
14737 \begin_inset space \thinspace{}
14738 \end_inset
14739
14740 emです.「開始列」は罫線を開始する列番号で,「終了列」は罫線を終了する列番号です.終了列は,罫線を一列だけに引きたいときも含めて,常に指定しなくてはなりません
14741 .非必須パラメーターの「刈込」は,
14742 \emph on
14743 l{刈込幅}
14744 \emph default
14745 あるいは
14746 \emph on
14747 r{刈込幅}
14748 \emph default
14749 の値を取り,刈込幅の指定は非必須です.たとえば,
14750 \emph on
14751 l{2pt}
14752 \emph default
14753 というパラメーターを使うと,罫線が左端から2
14754 \begin_inset space \thinspace{}
14755 \end_inset
14756
14757 ptだけ刈り込まれます.刈込幅を指定しないと,罫線は既定値の0.5
14758 \begin_inset space \thinspace{}
14759 \end_inset
14760
14761 emだけ刈り込まれます.
14762 \end_layout
14763
14764 \begin_layout Standard
14765 \begin_inset VSpace bigskip
14766 \end_inset
14767
14768
14769 \begin_inset CommandInset ref
14770 LatexCommand ref
14771 reference "tab:ブックタブ表の例"
14772
14773 \end_inset
14774
14775 は,
14776 \end_layout
14777
14778 \begin_layout Standard
14779
14780 \series bold
14781
14782 \backslash
14783 cmidrule(r){2-2}
14784 \backslash
14785 cmidrule(l){3-4}
14786 \end_layout
14787
14788 \begin_layout Standard
14789 というコマンドを第二行の初めに使用し,
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \series bold
14795
14796 \backslash
14797 cmidrule[2pt](l{10pt}){1-1}
14798 \end_layout
14799
14800 \begin_layout Standard
14801 を第六行に使用して作成されています.
14802 \end_layout
14803
14804 \begin_layout Standard
14805 \begin_inset VSpace bigskip
14806 \end_inset
14807
14808
14809 \end_layout
14810
14811 \begin_layout Standard
14812 ときには,表
14813 \begin_inset CommandInset ref
14814 LatexCommand ref
14815 reference "tab:特殊なブックタブ表"
14816
14817 \end_inset
14818
14819 のような重なり合った
14820 \series bold
14821
14822 \backslash
14823 cmidrule
14824 \series default
14825 が欲しいことがあるかもしれません.これは,\SpecialChar TeX
14826 コードで
14827 \end_layout
14828
14829 \begin_layout Standard
14830
14831 \series bold
14832
14833 \backslash
14834 morecmidrules
14835 \end_layout
14836
14837 \begin_layout Standard
14838 コマンドを使用することによって実現することができます.表
14839 \begin_inset CommandInset ref
14840 LatexCommand ref
14841 reference "tab:特殊なブックタブ表"
14842
14843 \end_inset
14844
14845 の第二列には
14846 \end_layout
14847
14848 \begin_layout Standard
14849
14850 \series bold
14851
14852 \backslash
14853 cmidrule(r){2-2}
14854 \backslash
14855 cmidrule(l){3-4}
14856 \backslash
14857 morecmidrules
14858 \backslash
14859 cmidrule{2-4}
14860 \end_layout
14861
14862 \begin_layout Standard
14863 というコマンドが使用されており,第六列には
14864 \end_layout
14865
14866 \begin_layout Standard
14867
14868 \series bold
14869
14870 \backslash
14871 midrule
14872 \backslash
14873 morecmidrules
14874 \backslash
14875 cmidrule{3-4}
14876 \end_layout
14877
14878 \begin_layout Standard
14879 というコマンドが使用されています.
14880 \end_layout
14881
14882 \begin_layout Standard
14883 \begin_inset VSpace bigskip
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \begin_layout Standard
14890 罫線の余白取りにどうしても満足が行かない場合には,
14891 \end_layout
14892
14893 \begin_layout Standard
14894
14895 \series bold
14896
14897 \backslash
14898 specialrule{幅}{上余白}{下余白}
14899 \end_layout
14900
14901 \begin_layout Standard
14902 というコマンドを使用すれば,全列にわたる罫線を生成することができます.これらの特殊機能については,\SpecialChar LaTeX
14903 パッケージ
14904 \series bold
14905 booktabs
14906 \series default
14907  
14908 \begin_inset CommandInset citation
14909 LatexCommand cite
14910 key "booktabs"
14911
14912 \end_inset
14913
14914
14915 \begin_inset Index idx
14916 status collapsed
14917
14918 \begin_layout Plain Layout
14919 \SpecialChar LaTeX
14920 ぱっけーじ@\SpecialChar LaTeX
14921 パッケージ ! booktabs
14922 \end_layout
14923
14924 \end_inset
14925
14926 の取扱説明書をご参照下さい.
14927 \end_layout
14928
14929 \begin_layout Standard
14930 \begin_inset Float table
14931 placement h
14932 wide false
14933 sideways false
14934 status open
14935
14936 \begin_layout Plain Layout
14937 \begin_inset Caption Standard
14938
14939 \begin_layout Plain Layout
14940 \begin_inset CommandInset label
14941 LatexCommand label
14942 name "tab:特殊なブックタブ表"
14943
14944 \end_inset
14945
14946 特殊なブックタブ表
14947 \end_layout
14948
14949 \end_inset
14950
14951
14952 \end_layout
14953
14954 \begin_layout Plain Layout
14955 \align center
14956 \begin_inset Tabular
14957 <lyxtabular version="3" rows="8" columns="4">
14958 <features booktabs="true" tabularvalignment="middle">
14959 <column alignment="center" valignment="top">
14960 <column alignment="center" valignment="top">
14961 <column alignment="center" valignment="top">
14962 <column alignment="center" valignment="top">
14963 <row>
14964 <cell alignment="center" valignment="top" topline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 システム
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 <cell alignment="center" valignment="top" topline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 Medipix
14978 \begin_inset space \thinspace{}
14979 \end_inset
14980
14981 1
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 Medipix
14991 \begin_inset space \thinspace{}
14992 \end_inset
14993
14994 2
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 <row>
15010 <cell alignment="center" valignment="top" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 \begin_inset ERT
15015 status collapsed
15016
15017 \begin_layout Plain Layout
15018
15019
15020 \backslash
15021 cmidrule(r){2-2}
15022 \end_layout
15023
15024 \end_inset
15025
15026
15027 \begin_inset ERT
15028 status collapsed
15029
15030 \begin_layout Plain Layout
15031
15032
15033 \backslash
15034 cmidrule(l){3-4}
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \begin_inset ERT
15041 status collapsed
15042
15043 \begin_layout Plain Layout
15044
15045
15046 \backslash
15047 morecmidrules 
15048 \end_layout
15049
15050 \end_inset
15051
15052
15053 \begin_inset ERT
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057
15058
15059 \backslash
15060 cmidrule{2-4}
15061 \end_layout
15062
15063 \end_inset
15064
15065 検知器の厚み [
15066 \begin_inset Formula $\mu m$
15067 \end_inset
15068
15069 ]
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 300
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 300
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 700
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 エッジ角 [度]
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 3.55
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 2.71
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 7.99
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row topspace="default">
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 空間分解能 [
15146 \begin_inset Formula $\mu m$
15147 \end_inset
15148
15149 ]
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 4.26
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 10.17
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 10.56
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row topspace="default">
15183 <cell alignment="center" valignment="top" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset Formula $f_{\mathrm{max}}$
15188 \end_inset
15189
15190 におけるMTF
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 0.53
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 0.37
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 0.39
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 </row>
15223 <row>
15224 <cell alignment="center" valignment="top" topline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 \begin_inset ERT
15229 status collapsed
15230
15231 \begin_layout Plain Layout
15232
15233
15234 \backslash
15235 morecmidrules 
15236 \end_layout
15237
15238 \end_inset
15239
15240
15241 \begin_inset ERT
15242 status collapsed
15243
15244 \begin_layout Plain Layout
15245
15246
15247 \backslash
15248 cmidrule{3-4}
15249 \end_layout
15250
15251 \end_inset
15252
15253 LSF空間分解能
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 </row>
15286 <row>
15287 <cell alignment="center" valignment="top" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291 \begin_inset Formula $\mu m$
15292 \end_inset
15293
15294 表示
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303 129.7
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 52.75
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 50.78
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332 ピクセルサイズに対する%表示
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 76.3
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 95.9
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 92.3
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 </row>
15365 </lyxtabular>
15366
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \begin_layout Section
15378 表の垂直揃え
15379 \begin_inset Index idx
15380 status collapsed
15381
15382 \begin_layout Plain Layout
15383 ひょう@表 ! そろえ@揃え
15384 \end_layout
15385
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \begin_layout Standard
15392 本文行中で表の垂直揃えをするには,その表をボックスの中に入れなくてはなりません.そうした上で,第
15393 \begin_inset CommandInset ref
15394 LatexCommand ref
15395 reference "sec:ボックスダイアログ"
15396
15397 \end_inset
15398
15399 節に述べられているように,ボックスの垂直揃えを行います.
15400 \end_layout
15401
15402 \begin_layout Standard
15403 以下の例では,各表は15
15404 \begin_inset space \thinspace{}
15405 \end_inset
15406
15407 列幅%を持つminipage
15408 \begin_inset Foot
15409 status collapsed
15410
15411 \begin_layout Plain Layout
15412 minipageは第
15413 \begin_inset CommandInset ref
15414 LatexCommand ref
15415 reference "sec:ミニページ"
15416
15417 \end_inset
15418
15419 節で説明されています.
15420 \end_layout
15421
15422 \end_inset
15423
15424 ボックスの中に入れてあります.
15425 \end_layout
15426
15427 \begin_layout Itemize
15428 動作試験 
15429 \begin_inset Box Frameless
15430 position "t"
15431 hor_pos "c"
15432 has_inner_box 1
15433 inner_pos "c"
15434 use_parbox 0
15435 use_makebox 0
15436 width "15col%"
15437 special "none"
15438 height "1in"
15439 height_special "totalheight"
15440 thickness "0.4pt"
15441 separation "3pt"
15442 shadowsize "4pt"
15443 framecolor "black"
15444 backgroundcolor "none"
15445 status collapsed
15446
15447 \begin_layout Plain Layout
15448 \begin_inset Tabular
15449 <lyxtabular version="3" rows="3" columns="3">
15450 <features tabularvalignment="middle">
15451 <column alignment="center" valignment="top">
15452 <column alignment="center" valignment="top">
15453 <column alignment="center" valignment="top">
15454 <row>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 </row>
15483 <row>
15484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 <row>
15513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 </row>
15541 </lyxtabular>
15542
15543 \end_inset
15544
15545
15546 \end_layout
15547
15548 \end_inset
15549
15550  動作試験 
15551 \begin_inset ERT
15552 status collapsed
15553
15554 \begin_layout Plain Layout
15555
15556
15557 \backslash
15558 raisebox{0.85
15559 \backslash
15560 baselineskip}{
15561 \end_layout
15562
15563 \end_inset
15564
15565
15566 \begin_inset Box Frameless
15567 position "t"
15568 hor_pos "c"
15569 has_inner_box 1
15570 inner_pos "c"
15571 use_parbox 0
15572 use_makebox 0
15573 width "15col%"
15574 special "none"
15575 height "1in"
15576 height_special "totalheight"
15577 thickness "0.4pt"
15578 separation "3pt"
15579 shadowsize "4pt"
15580 framecolor "black"
15581 backgroundcolor "none"
15582 status collapsed
15583
15584 \begin_layout Plain Layout
15585 \begin_inset Tabular
15586 <lyxtabular version="3" rows="3" columns="3">
15587 <features tabularvalignment="middle">
15588 <column alignment="center" valignment="top">
15589 <column alignment="center" valignment="top">
15590 <column alignment="center" valignment="top">
15591 <row>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 </row>
15620 <row>
15621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 </row>
15649 <row>
15650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 </lyxtabular>
15679
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \begin_inset ERT
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692
15693 }
15694 \end_layout
15695
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \begin_layout Itemize
15702 動作試験 
15703 \begin_inset Box Frameless
15704 position "c"
15705 hor_pos "c"
15706 has_inner_box 1
15707 inner_pos "c"
15708 use_parbox 0
15709 use_makebox 0
15710 width "15col%"
15711 special "none"
15712 height "1in"
15713 height_special "totalheight"
15714 thickness "0.4pt"
15715 separation "3pt"
15716 shadowsize "4pt"
15717 framecolor "black"
15718 backgroundcolor "none"
15719 status collapsed
15720
15721 \begin_layout Plain Layout
15722 \begin_inset Tabular
15723 <lyxtabular version="3" rows="3" columns="3">
15724 <features tabularvalignment="middle">
15725 <column alignment="center" valignment="top">
15726 <column alignment="center" valignment="top">
15727 <column alignment="center" valignment="top">
15728 <row>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 </row>
15757 <row>
15758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 </row>
15786 <row>
15787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 </row>
15815 </lyxtabular>
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \begin_layout Itemize
15828 動作試験 
15829 \begin_inset Box Frameless
15830 position "b"
15831 hor_pos "c"
15832 has_inner_box 1
15833 inner_pos "c"
15834 use_parbox 0
15835 use_makebox 0
15836 width "15col%"
15837 special "none"
15838 height "1in"
15839 height_special "totalheight"
15840 thickness "0.4pt"
15841 separation "3pt"
15842 shadowsize "4pt"
15843 framecolor "black"
15844 backgroundcolor "none"
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848 \begin_inset Tabular
15849 <lyxtabular version="3" rows="3" columns="3">
15850 <features tabularvalignment="middle">
15851 <column alignment="center" valignment="top">
15852 <column alignment="center" valignment="top">
15853 <column alignment="center" valignment="top">
15854 <row>
15855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 </row>
15883 <row>
15884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 <row>
15913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 </lyxtabular>
15942
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \end_inset
15949
15950  動作試験 
15951 \begin_inset ERT
15952 status collapsed
15953
15954 \begin_layout Plain Layout
15955
15956
15957 \backslash
15958 raisebox{-0.32
15959 \backslash
15960 baselineskip}{
15961 \end_layout
15962
15963 \end_inset
15964
15965
15966 \begin_inset Box Frameless
15967 position "b"
15968 hor_pos "c"
15969 has_inner_box 1
15970 inner_pos "c"
15971 use_parbox 0
15972 use_makebox 0
15973 width "15col%"
15974 special "none"
15975 height "1in"
15976 height_special "totalheight"
15977 thickness "0.4pt"
15978 separation "3pt"
15979 shadowsize "4pt"
15980 framecolor "black"
15981 backgroundcolor "none"
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985 \begin_inset Tabular
15986 <lyxtabular version="3" rows="3" columns="3">
15987 <features tabularvalignment="middle">
15988 <column alignment="center" valignment="top">
15989 <column alignment="center" valignment="top">
15990 <column alignment="center" valignment="top">
15991 <row>
15992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 </row>
16020 <row>
16021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 </row>
16049 <row>
16050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 </lyxtabular>
16079
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \end_inset
16086
16087
16088 \begin_inset ERT
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092
16093 }
16094 \end_layout
16095
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \begin_layout Standard
16102 上記のとおり,表の第一行あるいは最終行の中身が,表外の本文行と揃っていません.これらを揃えるには,minipageボックスをraisebox
16103 \begin_inset Foot
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107 raiseboxは,第
16108 \begin_inset CommandInset ref
16109 LatexCommand ref
16110 reference "subsec:垂直揃え"
16111
16112 \end_inset
16113
16114 節で説明されています.
16115 \end_layout
16116
16117 \end_inset
16118
16119 の中に入れなくてはなりません.上記の例では,最初の項目の第二表は,ボックスの前に
16120 \end_layout
16121
16122 \begin_layout Standard
16123
16124 \series bold
16125
16126 \backslash
16127 raisebox{0.85
16128 \backslash
16129 baselineskip}{
16130 \end_layout
16131
16132 \begin_layout Standard
16133 という\SpecialChar TeX
16134 コードコマンドを使用して揃えています.ボックスの後には,閉じ括弧
16135 \series bold
16136 }
16137 \series default
16138 を\SpecialChar TeX
16139 コードとして挿入してあります.最後の項目の第二表には,
16140 \end_layout
16141
16142 \begin_layout Standard
16143
16144 \series bold
16145
16146 \backslash
16147 raisebox{-0.32
16148 \backslash
16149 baselineskip}{
16150 \end_layout
16151
16152 \begin_layout Standard
16153 というコマンドを使用しています.
16154 \end_layout
16155
16156 \begin_layout Standard
16157 \begin_inset Note Greyedout
16158 status open
16159
16160 \begin_layout Plain Layout
16161
16162 \series bold
16163 【註】
16164 \series default
16165 表の行の中身の周囲の本文行への揃えは,つねに同じ値をとるわけではありません.この揃え方に必要な
16166 \series bold
16167
16168 \backslash
16169 raisebox
16170 \series default
16171 コマンドの値は,文書フォントやフォント寸法,表罫線の線幅によって変わります.
16172 \end_layout
16173
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \begin_layout Section
16180 色付きの表
16181 \begin_inset CommandInset label
16182 LatexCommand label
16183 name "sec:色付きの表"
16184
16185 \end_inset
16186
16187
16188 \begin_inset Index idx
16189 status collapsed
16190
16191 \begin_layout Plain Layout
16192 ひょう@表 ! いろつき@色付き
16193 \end_layout
16194
16195 \end_inset
16196
16197
16198 \end_layout
16199
16200 \begin_layout Subsection
16201 色付きのセル
16202 \begin_inset Index idx
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206 ひょうのいろ@表の色 ! せるぶ@セル部
16207 \end_layout
16208
16209 \end_inset
16210
16211
16212 \begin_inset Index idx
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216 いろつき@色付き ! ひょうせるぶ@表セル部
16217 \end_layout
16218
16219 \end_inset
16220
16221
16222 \end_layout
16223
16224 \begin_layout Standard
16225 \begin_inset Float table
16226 placement h
16227 wide false
16228 sideways false
16229 status open
16230
16231 \begin_layout Plain Layout
16232 \begin_inset Caption Standard
16233
16234 \begin_layout Plain Layout
16235 \begin_inset CommandInset label
16236 LatexCommand label
16237 name "tab:colortblなしの表"
16238
16239 \end_inset
16240
16241
16242 \series bold
16243 colortbl
16244 \series default
16245 パッケージを使用しない色付き表
16246 \begin_inset Argument 1
16247 status collapsed
16248
16249 \begin_layout Plain Layout
16250 colortblなしの表
16251 \end_layout
16252
16253 \end_inset
16254
16255
16256 \end_layout
16257
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \begin_layout Plain Layout
16264 \align center
16265 \begin_inset Tabular
16266 <lyxtabular version="3" rows="3" columns="3">
16267 <features tabularvalignment="middle">
16268 <column alignment="center" valignment="top">
16269 <column alignment="center" valignment="top">
16270 <column alignment="center" valignment="top">
16271 <row>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \color green
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \color red
16289
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \color red
16300
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 </row>
16306 <row>
16307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311
16312 \color green
16313
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322
16323 \color blue
16324
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333
16334 \color blue
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346
16347 \color green
16348
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357
16358 \color blue
16359
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368
16369 \color blue
16370
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 </lyxtabular>
16377
16378 \end_inset
16379
16380
16381 \end_layout
16382
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \begin_layout Standard
16389 もし色の付いた文章が欲しいだけならば,そのセルを選択して,
16390 \family sans
16391 編集\SpecialChar menuseparator
16392 文字様式
16393 \family default
16394 メニューで色を選んでください.表
16395 \begin_inset CommandInset ref
16396 LatexCommand ref
16397 reference "tab:colortblなしの表"
16398
16399 \end_inset
16400
16401 を作るのに,この方法が使われています.それ以外の場合には,\SpecialChar LaTeX
16402 パッケージの
16403 \series bold
16404 colortbl
16405 \series default
16406
16407 \begin_inset Index idx
16408 status collapsed
16409
16410 \begin_layout Plain Layout
16411 \SpecialChar LaTeX
16412 ぱっけーじ@\SpecialChar LaTeX
16413 パッケージ ! colortbl
16414 \end_layout
16415
16416 \end_inset
16417
16418 を使用しなくてはなりません.
16419 \end_layout
16420
16421 \begin_layout Standard
16422 \begin_inset ERT
16423 status collapsed
16424
16425 \begin_layout Plain Layout
16426
16427
16428 \backslash
16429 ifcolortbl
16430 \end_layout
16431
16432 \end_inset
16433
16434
16435 \begin_inset Note Note
16436 status open
16437
16438 \begin_layout Plain Layout
16439 本節の以下の部分は,\SpecialChar LaTeX
16440 パッケージ
16441 \series bold
16442 colortbl
16443 \series default
16444 が導入済みのときのみ表示されます.
16445 \end_layout
16446
16447 \end_inset
16448
16449
16450 \end_layout
16451
16452 \begin_layout Standard
16453 色付きの表を作成するには,プリアンブルに
16454 \end_layout
16455
16456 \begin_layout Standard
16457
16458 \series bold
16459
16460 \backslash
16461 usepackage{colortbl}
16462 \end_layout
16463
16464 \begin_layout Standard
16465 という行を書いて
16466 \series bold
16467 colortbl
16468 \series default
16469 を読み込まなくてはなりません.列の色は,
16470 \series bold
16471 >{ }
16472 \series default
16473 コマンドの中に
16474 \end_layout
16475
16476 \begin_layout Standard
16477
16478 \series bold
16479
16480 \backslash
16481 columncolor{色彩名}
16482 \end_layout
16483
16484 \begin_layout Standard
16485 というコマンドを書いて指定することができます.
16486 \series bold
16487 >{}
16488 \series default
16489 コマンドに関する詳細は,第
16490 \begin_inset CommandInset ref
16491 LatexCommand ref
16492 reference "subsec:連結列の計算"
16493
16494 \end_inset
16495
16496 節に述べられています.
16497 \end_layout
16498
16499 \begin_layout Standard
16500 以下の色彩名が事前に定義されています.
16501 \end_layout
16502
16503 \begin_layout Standard
16504
16505 \family sans
16506 red
16507 \family default
16508
16509 \family sans
16510 green
16511 \family default
16512
16513 \family sans
16514 yellow
16515 \family default
16516
16517 \family sans
16518 blue
16519 \family default
16520
16521 \family sans
16522 cyan
16523 \family default
16524
16525 \family sans
16526 magenta
16527 \family default
16528
16529 \family sans
16530 black
16531 \family default
16532
16533 \family sans
16534 white
16535 \end_layout
16536
16537 \begin_layout Standard
16538 \begin_inset VSpace medskip
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \begin_layout Standard
16545 また,文書設定中で,文書クラスオプションに
16546 \end_layout
16547
16548 \begin_layout Standard
16549
16550 \series bold
16551 dvipsnames
16552 \end_layout
16553
16554 \begin_layout Standard
16555 を与えると,さらに61色を使用することができます.これらの色は,附録
16556 \begin_inset CommandInset ref
16557 LatexCommand ref
16558 reference "chap:dvips色名一覧"
16559
16560 \end_inset
16561
16562 に列挙されています.それらの色の1つ,
16563 \family sans
16564 Maroon
16565 \family default
16566 が,例として表
16567 \begin_inset CommandInset ref
16568 LatexCommand ref
16569 reference "tab:色付き表"
16570
16571 \end_inset
16572
16573 に使用されています.
16574 \end_layout
16575
16576 \begin_layout Standard
16577 \begin_inset VSpace medskip
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \begin_layout Standard
16584 また
16585 \end_layout
16586
16587 \begin_layout Standard
16588
16589 \series bold
16590
16591 \backslash
16592 definecolor{色彩名}{色彩モデル}{色彩値}
16593 \end_layout
16594
16595 \begin_layout Standard
16596 というコマンドを使用すれば,自分自身の色彩を定義することができます.ここで色彩モデルは
16597 \end_layout
16598
16599 \begin_layout Labeling
16600 \labelwidthstring 00.00.0000
16601 cmyk: シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
16602 \end_layout
16603
16604 \begin_layout Labeling
16605 \labelwidthstring 00.00.0000
16606 rgb: 赤(red)・緑(green)・青(blue)
16607 \end_layout
16608
16609 \begin_layout Labeling
16610 \labelwidthstring 00.00.0000
16611 gray: グレー
16612 \end_layout
16613
16614 \begin_layout Standard
16615 から選択することができ,色彩値は,0から1の間の数字をコンマで区切ったもので,それぞれ当該色彩モデルにおける各色彩の大きさを示します.
16616 \end_layout
16617
16618 \begin_layout Standard
16619 たとえば,プリアンブルに
16620 \end_layout
16621
16622 \begin_layout Standard
16623
16624 \series bold
16625
16626 \backslash
16627 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16628 \end_layout
16629
16630 \begin_layout Standard
16631 と書くことによって,「
16632 \emph on
16633 darkgreen
16634 \emph default
16635 」色を定義することができますし,
16636 \end_layout
16637
16638 \begin_layout Standard
16639
16640 \series bold
16641
16642 \backslash
16643 definecolor{lightgray}{gray}{0.8}
16644 \end_layout
16645
16646 \begin_layout Standard
16647 と書けば,「
16648 \emph on
16649 lightgray
16650 \emph default
16651 」色を定義することができます.
16652 \end_layout
16653
16654 \begin_layout Standard
16655 \begin_inset VSpace medskip
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \begin_layout Standard
16662 罫線は
16663 \end_layout
16664
16665 \begin_layout Standard
16666
16667 \series bold
16668
16669 \backslash
16670 rowcolor{色彩名}
16671 \end_layout
16672
16673 \begin_layout Standard
16674 というコマンドを使用して色付けすることができ,セルは
16675 \end_layout
16676
16677 \begin_layout Standard
16678
16679 \series bold
16680
16681 \backslash
16682 cellcolor{色彩名}
16683 \end_layout
16684
16685 \begin_layout Standard
16686 というコマンドで色付けすることができます.どちらのコマンドも,セルの冒頭に\SpecialChar TeX
16687 コードで書き込みます.
16688 \end_layout
16689
16690 \begin_layout Standard
16691 表中の文字に色付けをするには,セルを選択してから,\SpecialChar LyX
16692 のメニュー
16693 \family sans
16694 編集\SpecialChar menuseparator
16695 文字様式
16696 \family default
16697 を使用します.セルに\SpecialChar TeX
16698 コードが入っている場合には,文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
16699 コードが\SpecialChar LaTeX
16700 エラーを引き起こしてしまいます.
16701 \end_layout
16702
16703 \begin_layout Standard
16704 \begin_inset Note Greyedout
16705 status open
16706
16707 \begin_layout Plain Layout
16708
16709 \series bold
16710 【註】
16711 \series default
16712 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
16713 \end_layout
16714
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \begin_layout Standard
16721 \begin_inset VSpace bigskip
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \begin_layout Standard
16728
16729 \begin_inset CommandInset ref
16730 LatexCommand ref
16731 reference "tab:色付き表"
16732
16733 \end_inset
16734
16735 を作成するには,以下のようにしてください.第一列の色は
16736 \emph on
16737 darkgreen
16738 \emph default
16739 にしたいので,この列の\SpecialChar LaTeX
16740 変数として
16741 \end_layout
16742
16743 \begin_layout Standard
16744
16745 \series bold
16746 >{
16747 \backslash
16748 columncolor{darkgreen}
16749 \backslash
16750 centering}c
16751 \end_layout
16752
16753 \begin_layout Standard
16754 と書き込みます.第一列は青にしたいので,この列の最初のセルに
16755 \end_layout
16756
16757 \begin_layout Standard
16758
16759 \series bold
16760
16761 \backslash
16762 rowcolow{cyan}
16763 \end_layout
16764
16765 \begin_layout Standard
16766 という\SpecialChar TeX
16767 コードコマンドを書き込みます.これによって,第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
16768 \end_layout
16769
16770 \begin_layout Standard
16771
16772 \series bold
16773
16774 \backslash
16775 cellcolor{Maroon}
16776 \end_layout
16777
16778 \begin_layout Standard
16779 という\SpecialChar TeX
16780 コードコマンドを書き込むことで,マルーンに色づけされています.この後,
16781 \family sans
16782 編集\SpecialChar menuseparator
16783 文字様式
16784 \family default
16785 メニューを使って,各文字に色付けをすることができます.
16786 \end_layout
16787
16788 \begin_layout Standard
16789 \begin_inset Float table
16790 placement h
16791 wide false
16792 sideways false
16793 status open
16794
16795 \begin_layout Plain Layout
16796 \begin_inset Caption Standard
16797
16798 \begin_layout Plain Layout
16799
16800 \series bold
16801 \begin_inset CommandInset label
16802 LatexCommand label
16803 name "tab:色付き表"
16804
16805 \end_inset
16806
16807 colortbl
16808 \series default
16809 パッケージを使用した色付き表
16810 \begin_inset Argument 1
16811 status collapsed
16812
16813 \begin_layout Plain Layout
16814 colortblを使った表
16815 \end_layout
16816
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \begin_layout Plain Layout
16828 \align center
16829 \begin_inset Tabular
16830 <lyxtabular version="3" rows="3" columns="3">
16831 <features tabularvalignment="middle">
16832 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16833 <column alignment="center" valignment="top">
16834 <column alignment="center" valignment="top">
16835 <row>
16836 <cell alignment="center" valignment="top" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset ERT
16841 status collapsed
16842
16843 \begin_layout Plain Layout
16844
16845
16846 \backslash
16847 rowcolor{cyan}
16848 \end_layout
16849
16850 \end_inset
16851
16852
16853 \color magenta
16854
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 <cell alignment="center" valignment="top" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863
16864 \color red
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874
16875 \color red
16876
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \color yellow
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898
16899 \color blue
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \color blue
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \color yellow
16924
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933
16934 \color blue
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 \begin_inset ERT
16945 status collapsed
16946
16947 \begin_layout Plain Layout
16948
16949
16950 \backslash
16951 cellcolor{Maroon}
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \color green
16958
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 </row>
16964 </lyxtabular>
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \end_layout
16975
16976 \begin_layout Standard
16977 \begin_inset ERT
16978 status collapsed
16979
16980 \begin_layout Plain Layout
16981
16982
16983 \backslash
16984 else
16985 \end_layout
16986
16987 \end_inset
16988
16989
16990 \begin_inset Note Note
16991 status open
16992
16993 \begin_layout Plain Layout
16994 以下は,\SpecialChar LaTeX
16995 パッケージ
16996 \series bold
16997 colortbl
16998 \series default
16999 が導入されていないときに表示されます.
17000 \end_layout
17001
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \begin_layout Standard
17008 この節の内容を出力で表示させるには,
17009 \series bold
17010 colortbl
17011 \series default
17012 パッケージを導入する必要があります.
17013 \end_layout
17014
17015 \begin_layout Standard
17016 \begin_inset ERT
17017 status collapsed
17018
17019 \begin_layout Plain Layout
17020
17021
17022 \backslash
17023 fi
17024 \end_layout
17025
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \begin_layout Subsection
17032 色付き行
17033 \begin_inset Index idx
17034 status collapsed
17035
17036 \begin_layout Plain Layout
17037 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17038 \end_layout
17039
17040 \end_inset
17041
17042
17043 \begin_inset Index idx
17044 status collapsed
17045
17046 \begin_layout Plain Layout
17047 いろつき@色付き ! ひょうのぎょう@表の行
17048 \end_layout
17049
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \begin_layout Standard
17056 表の行を交互に色付けする必要がある場合,前節に述べたのとは別な方法があります.文書プリアンブルに
17057 \end_layout
17058
17059 \begin_layout Standard
17060
17061 \series bold
17062
17063 \backslash
17064 usepackage[table]{xcolor}
17065 \end_layout
17066
17067 \begin_layout Standard
17068 というコマンドを使用して,
17069 \series bold
17070 xcolor
17071 \series default
17072
17073 \begin_inset Index idx
17074 status collapsed
17075
17076 \begin_layout Plain Layout
17077 \SpecialChar LaTeX
17078 ぱっけーじ@\SpecialChar LaTeX
17079 パッケージ ! xcolor
17080 \begin_inset ERT
17081 status collapsed
17082
17083 \begin_layout Plain Layout
17084
17085
17086 \backslash
17087 vspace{4mm}
17088 \end_layout
17089
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096
17097 パッケージを読み込むのです.
17098 \series bold
17099 xcolor
17100 \series default
17101 は,自動的に
17102 \series bold
17103 colortbl
17104 \series default
17105
17106 \begin_inset Index idx
17107 status collapsed
17108
17109 \begin_layout Plain Layout
17110 \SpecialChar LaTeX
17111 ぱっけーじ@\SpecialChar LaTeX
17112 パッケージ ! colortbl
17113 \end_layout
17114
17115 \end_inset
17116
17117 パッケージも読み込むので,\SpecialChar LaTeX
17118 エラーを防ぐためには,お使いの\SpecialChar LaTeX
17119 頒布版中に
17120 \series bold
17121 colortbl
17122 \series default
17123 も導入されていなくてはなりません.
17124 \end_layout
17125
17126 \begin_layout Standard
17127 \begin_inset ERT
17128 status collapsed
17129
17130 \begin_layout Plain Layout
17131
17132
17133 \backslash
17134 ifcolortbl
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \begin_inset Note Note
17141 status open
17142
17143 \begin_layout Plain Layout
17144 本節の以下の部分は,\SpecialChar LaTeX
17145 パッケージ
17146 \series bold
17147 colortbl
17148 \series default
17149 が導入済みのときのみ表示されます.
17150 \end_layout
17151
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Standard
17158 表の行は,文書プリアンブル中か,色付けする最初の表の前に\SpecialChar TeX
17159 コードで
17160 \end_layout
17161
17162 \begin_layout Standard
17163
17164 \series bold
17165
17166 \backslash
17167 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17168 \end_layout
17169
17170 \begin_layout Standard
17171 というコマンドを使用すれば,色付けすることができます.ここで,「行番号」は,奇数行色で色付けする最初の行の番号です.「コマンド」は,各行の前で実行したいコマンド
17172 を付加する時に用います.したがって,例えば
17173 \end_layout
17174
17175 \begin_layout Standard
17176
17177 \series bold
17178
17179 \backslash
17180 rowcolors{1}{white}{lightgray}
17181 \end_layout
17182
17183 \begin_layout Standard
17184 というコマンドは,表
17185 \begin_inset CommandInset ref
17186 LatexCommand ref
17187 reference "tab:表-行色"
17188
17189 \end_inset
17190
17191 のようなカラースキームをもたらします.また,
17192 \end_layout
17193
17194 \begin_layout Standard
17195
17196 \series bold
17197
17198 \backslash
17199 rowcolors[
17200 \backslash
17201 hline]{1}{lightgray}{cyan}
17202 \end_layout
17203
17204 \begin_layout Standard
17205 というコマンドを用いると,表
17206 \begin_inset CommandInset ref
17207 LatexCommand ref
17208 reference "tab:表-行色-2"
17209
17210 \end_inset
17211
17212 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,色付けはされませんので,
17213 \end_layout
17214
17215 \begin_layout Standard
17216
17217 \series bold
17218
17219 \backslash
17220 rowcolors{1}{}{}
17221 \end_layout
17222
17223 \begin_layout Standard
17224 というコマンドはすべての色付けを削除することになります.
17225 \series bold
17226
17227 \backslash
17228 rowcolors
17229 \series default
17230 は,コマンドに続くすべての表に影響を及ぼします.
17231 \end_layout
17232
17233 \begin_layout Standard
17234 \begin_inset ERT
17235 status open
17236
17237 \begin_layout Plain Layout
17238
17239
17240 \backslash
17241 rowcolors{1}{white}{lightgray}
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Standard
17250 \begin_inset Float table
17251 placement h
17252 wide false
17253 sideways false
17254 status open
17255
17256 \begin_layout Plain Layout
17257 \begin_inset Caption Standard
17258
17259 \begin_layout Plain Layout
17260 \begin_inset CommandInset label
17261 LatexCommand label
17262 name "tab:表-行色"
17263
17264 \end_inset
17265
17266 隔行が灰色に着色された表
17267 \end_layout
17268
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \begin_layout Plain Layout
17275 \align center
17276 \begin_inset Tabular
17277 <lyxtabular version="3" rows="4" columns="3">
17278 <features tabularvalignment="middle">
17279 <column alignment="center" valignment="top">
17280 <column alignment="center" valignment="top" width="0pt">
17281 <column alignment="center" valignment="top" width="0pt">
17282 <row>
17283 <cell alignment="center" valignment="top" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 </row>
17311 <row>
17312 <cell alignment="center" valignment="top" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 1
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 2
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 3
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 4
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 <cell alignment="center" valignment="top" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 5
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 6
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 </row>
17369 <row>
17370 <cell alignment="center" valignment="top" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 7
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell alignment="center" valignment="top" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 8
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 9
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 </row>
17398 </lyxtabular>
17399
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \begin_layout Standard
17411 \begin_inset ERT
17412 status open
17413
17414 \begin_layout Plain Layout
17415
17416
17417 \backslash
17418 rowcolors[
17419 \backslash
17420 hline]{1}{lightgray}{cyan}
17421 \end_layout
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Standard
17429 \begin_inset Float table
17430 placement h
17431 wide false
17432 sideways false
17433 status open
17434
17435 \begin_layout Plain Layout
17436 \begin_inset Caption Standard
17437
17438 \begin_layout Plain Layout
17439 \begin_inset CommandInset label
17440 LatexCommand label
17441 name "tab:表-行色-2"
17442
17443 \end_inset
17444
17445 隔行でシアン色に着色され,行間に線の入った表
17446 \end_layout
17447
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \begin_layout Plain Layout
17454 \align center
17455 \begin_inset Tabular
17456 <lyxtabular version="3" rows="4" columns="3">
17457 <features tabularvalignment="middle">
17458 <column alignment="center" valignment="top">
17459 <column alignment="center" valignment="top">
17460 <column alignment="center" valignment="top" width="0pt">
17461 <row>
17462 <cell alignment="center" valignment="top" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495 1
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 2
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 3
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 </row>
17519 <row>
17520 <cell alignment="center" valignment="top" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524 4
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 5
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 6
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 </row>
17548 <row>
17549 <cell alignment="center" valignment="top" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553 7
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 8
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell alignment="center" valignment="top" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 9
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 </lyxtabular>
17578
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \begin_layout Standard
17590 \begin_inset ERT
17591 status collapsed
17592
17593 \begin_layout Plain Layout
17594
17595
17596 \backslash
17597 rowcolors{1}{}{}
17598 \end_layout
17599
17600 \end_inset
17601
17602
17603 \begin_inset Note Note
17604 status collapsed
17605
17606 \begin_layout Plain Layout
17607 行色を解除
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \begin_layout Standard
17616 \begin_inset ERT
17617 status collapsed
17618
17619 \begin_layout Plain Layout
17620
17621
17622 \backslash
17623 else
17624 \end_layout
17625
17626 \end_inset
17627
17628
17629 \begin_inset Note Note
17630 status open
17631
17632 \begin_layout Plain Layout
17633 以下は,\SpecialChar LaTeX
17634 パッケージ
17635 \series bold
17636 colortbl
17637 \series default
17638 が導入されていないときに表示されます.
17639 \end_layout
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \begin_layout Standard
17647 この節の内容を出力で表示させるには,
17648 \series bold
17649 colortbl
17650 \series default
17651 パッケージを導入する必要があります.
17652 \end_layout
17653
17654 \begin_layout Standard
17655 \begin_inset ERT
17656 status collapsed
17657
17658 \begin_layout Plain Layout
17659
17660
17661 \backslash
17662 fi
17663 \end_layout
17664
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Subsection
17671 色付き罫線
17672 \begin_inset Index idx
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17677 \end_layout
17678
17679 \end_inset
17680
17681
17682 \begin_inset Index idx
17683 status collapsed
17684
17685 \begin_layout Plain Layout
17686 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17687 \end_layout
17688
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \begin_layout Standard
17695
17696 \begin_inset CommandInset ref
17697 LatexCommand ref
17698 reference "subsec:罫線幅"
17699
17700 \end_inset
17701
17702 節に述べられているように,表中の全罫線の線幅は,長さ
17703 \series bold
17704
17705 \backslash
17706 arrayrulewidth
17707 \series default
17708 を使って調節することができます.本節の表では,すべて1.5
17709 \begin_inset space \thinspace{}
17710 \end_inset
17711
17712 ptに設定されています.
17713 \begin_inset ERT
17714 status collapsed
17715
17716 \begin_layout Plain Layout
17717
17718
17719 \backslash
17720 setlength{
17721 \backslash
17722 arrayrulewidth}{1.5pt}
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \begin_layout Standard
17731 たとえば縦罫線を緑に着色するには,第
17732 \begin_inset CommandInset ref
17733 LatexCommand ref
17734 reference "subsec:自製書式"
17735
17736 \end_inset
17737
17738 節の説明にしたがって,以下の列書式を文書プリアンブル中で作成して下さい.
17739 \end_layout
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744
17745 \backslash
17746 newcolumntype{W}{!{
17747 \backslash
17748 color{green}
17749 \backslash
17750 vline}}
17751 \end_layout
17752
17753 \begin_layout Standard
17754
17755 \begin_inset CommandInset ref
17756 LatexCommand ref
17757 reference "tab:色付き縦罫線の表"
17758
17759 \end_inset
17760
17761 では,最右列に\SpecialChar LaTeX
17762 変数
17763 \series bold
17764 WcW
17765 \series default
17766 ,他の列に\SpecialChar LaTeX
17767 変数
17768 \series bold
17769 Wc
17770 \series default
17771 が使用されています.
17772 \end_layout
17773
17774 \begin_layout Standard
17775 複数の色を用いたいときには,列書式をもっと定義してください.
17776 \end_layout
17777
17778 \begin_layout Standard
17779 \begin_inset Float table
17780 placement h
17781 wide false
17782 sideways false
17783 status open
17784
17785 \begin_layout Plain Layout
17786 \begin_inset Caption Standard
17787
17788 \begin_layout Plain Layout
17789 \begin_inset CommandInset label
17790 LatexCommand label
17791 name "tab:色付き縦罫線の表"
17792
17793 \end_inset
17794
17795 色付き縦罫線の表
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Plain Layout
17804 \align center
17805 \begin_inset Tabular
17806 <lyxtabular version="3" rows="3" columns="3">
17807 <features tabularvalignment="middle">
17808 <column alignment="center" valignment="top" special="Wc">
17809 <column alignment="center" valignment="top" special="Wc">
17810 <column alignment="center" valignment="top" special="WcW">
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 sd
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" topline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 </row>
17840 <row>
17841 <cell alignment="center" valignment="top" topline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" topline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 sd
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" topline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 </row>
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892 sd
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 </row>
17898 </lyxtabular>
17899
17900 \end_inset
17901
17902
17903 \end_layout
17904
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \begin_layout Standard
17911 \begin_inset VSpace bigskip
17912 \end_inset
17913
17914
17915 \begin_inset CommandInset ref
17916 LatexCommand ref
17917 reference "tab:色付き横罫線の表"
17918
17919 \end_inset
17920
17921 のように,たとえば横罫線を赤にしたいときには,表ないし表フロートの前に\SpecialChar TeX
17922 コードで
17923 \end_layout
17924
17925 \begin_layout Standard
17926
17927 \series bold
17928
17929 \backslash
17930 let
17931 \backslash
17932 myHlineC
17933 \backslash
17934 hline
17935 \begin_inset Newline newline
17936 \end_inset
17937
17938
17939 \backslash
17940 renewcommand{
17941 \backslash
17942 hline}
17943 \begin_inset Newline newline
17944 \end_inset
17945
17946
17947 \begin_inset Phantom HPhantom
17948 status open
17949
17950 \begin_layout Plain Layout
17951 \begin_inset space ~
17952 \end_inset
17953
17954
17955 \end_layout
17956
17957 \end_inset
17958
17959 {
17960 \backslash
17961 arrayrulecolor{red}
17962 \backslash
17963 myHlineC
17964 \backslash
17965 arrayrulecolor{black}}
17966 \end_layout
17967
17968 \begin_layout Standard
17969 というコマンドを入力して下さい.
17970 \end_layout
17971
17972 \begin_layout Standard
17973 \begin_inset ERT
17974 status collapsed
17975
17976 \begin_layout Plain Layout
17977
17978
17979 \backslash
17980 let
17981 \backslash
17982 myHlineC
17983 \backslash
17984 hline
17985 \end_layout
17986
17987 \begin_layout Plain Layout
17988
17989
17990 \backslash
17991 renewcommand{
17992 \backslash
17993 hline}
17994 \end_layout
17995
17996 \begin_layout Plain Layout
17997
17998  {
17999 \backslash
18000 arrayrulecolor{red}
18001 \backslash
18002 myHlineC
18003 \backslash
18004 arrayrulecolor{black}}
18005 \end_layout
18006
18007 \end_inset
18008
18009
18010 \begin_inset Float table
18011 placement h
18012 wide false
18013 sideways false
18014 status open
18015
18016 \begin_layout Plain Layout
18017 \begin_inset Caption Standard
18018
18019 \begin_layout Plain Layout
18020 \begin_inset CommandInset label
18021 LatexCommand label
18022 name "tab:色付き横罫線の表"
18023
18024 \end_inset
18025
18026 色付き横罫線の表
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Plain Layout
18035 \align center
18036 \begin_inset Tabular
18037 <lyxtabular version="3" rows="3" columns="3">
18038 <features tabularvalignment="middle">
18039 <column alignment="center" valignment="top">
18040 <column alignment="center" valignment="top">
18041 <column alignment="center" valignment="top">
18042 <row>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 sd
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 <row>
18072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 sd
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 </row>
18100 <row>
18101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123 sd
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 </row>
18129 </lyxtabular>
18130
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \begin_layout Standard
18142 既定値の黒罫線に戻るには,
18143 \end_layout
18144
18145 \begin_layout Standard
18146
18147 \series bold
18148
18149 \backslash
18150 renewcommand{
18151 \backslash
18152 hline}{
18153 \backslash
18154 myHlineC}
18155 \end_layout
18156
18157 \begin_layout Standard
18158 というコマンドを,表ないし表フロートの後に\SpecialChar TeX
18159 コードで入力して下さい.表
18160 \begin_inset CommandInset ref
18161 LatexCommand ref
18162 reference "tab:色付き罫線の表"
18163
18164 \end_inset
18165
18166 は,縦横罫線を色付けした例です.
18167 \end_layout
18168
18169 \begin_layout Standard
18170 \begin_inset Float table
18171 placement h
18172 wide false
18173 sideways false
18174 status open
18175
18176 \begin_layout Plain Layout
18177 \begin_inset Caption Standard
18178
18179 \begin_layout Plain Layout
18180 \begin_inset CommandInset label
18181 LatexCommand label
18182 name "tab:色付き罫線の表"
18183
18184 \end_inset
18185
18186 色付き罫線の表
18187 \end_layout
18188
18189 \end_inset
18190
18191
18192 \end_layout
18193
18194 \begin_layout Plain Layout
18195 \align center
18196 \begin_inset Tabular
18197 <lyxtabular version="3" rows="3" columns="3">
18198 <features tabularvalignment="middle">
18199 <column alignment="center" valignment="top" special="Wc">
18200 <column alignment="center" valignment="top" special="Wc">
18201 <column alignment="center" valignment="top" special="WcW">
18202 <row>
18203 <cell alignment="center" valignment="top" topline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 sd
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 </row>
18231 <row>
18232 <cell alignment="center" valignment="top" topline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 sd
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 <cell alignment="center" valignment="top" topline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 </row>
18260 <row topspace="default">
18261 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18262 \begin_inset Text
18263
18264 \begin_layout Plain Layout
18265
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 sd
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 </row>
18289 </lyxtabular>
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \end_inset
18297
18298
18299 \end_layout
18300
18301 \begin_layout Standard
18302 \begin_inset ERT
18303 status collapsed
18304
18305 \begin_layout Plain Layout
18306
18307
18308 \backslash
18309 renewcommand{
18310 \backslash
18311 hline}{
18312 \backslash
18313 myHlineC}
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \begin_layout Standard
18322 \begin_inset ERT
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326
18327
18328 \backslash
18329 setlength{
18330 \backslash
18331 arrayrulewidth}{1.2pt}
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340
18341 \lang english
18342 To color only some of the table lines another strategy is necessary.
18343  To color all following horizontal lines, insert this command as \SpecialChar TeX
18344  code as
18345  last thing in the row that should be above the first colored line:
18346 \end_layout
18347
18348 \begin_layout Standard
18349
18350 \series bold
18351
18352 \backslash
18353
18354 \backslash
18355
18356 \backslash
18357 arrayrulecolor{blue}%
18358 \end_layout
18359
18360 \begin_layout Standard
18361
18362 \lang english
18363 To go back to black lines, add this command as first thing in the row that
18364  is above the black lines:
18365 \end_layout
18366
18367 \begin_layout Standard
18368
18369 \series bold
18370
18371 \backslash
18372 arrayrulecolor{black}
18373 \end_layout
18374
18375 \begin_layout Standard
18376
18377 \lang english
18378 With this one can color table lines like in Table
18379 \begin_inset space ~
18380 \end_inset
18381
18382
18383 \begin_inset CommandInset ref
18384 LatexCommand ref
18385 reference "tab:Table-with-different-hor"
18386
18387 \end_inset
18388
18389 .
18390  However, with this method it is not possible to color the line above the
18391  first row of a table.
18392 \end_layout
18393
18394 \begin_layout Standard
18395 \begin_inset Float table
18396 wide false
18397 sideways false
18398 status open
18399
18400 \begin_layout Plain Layout
18401 \begin_inset Caption Standard
18402
18403 \begin_layout Plain Layout
18404
18405 \lang english
18406 \begin_inset CommandInset label
18407 LatexCommand label
18408 name "tab:Table-with-different-hor"
18409
18410 \end_inset
18411
18412 Table with different horizontal line colors.
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \begin_layout Plain Layout
18421 \align center
18422 \begin_inset Tabular
18423 <lyxtabular version="3" rows="6" columns="7">
18424 <features tabularvalignment="middle">
18425 <column alignment="center" valignment="top">
18426 <column alignment="center" valignment="top">
18427 <column alignment="center" valignment="top">
18428 <column alignment="center" valignment="top">
18429 <column alignment="center" valignment="top">
18430 <column alignment="center" valignment="top">
18431 <column alignment="center" valignment="top">
18432 <row>
18433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" topline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 \begin_inset ERT
18492 status open
18493
18494 \begin_layout Plain Layout
18495
18496
18497 \backslash
18498
18499 \backslash
18500
18501 \backslash
18502 arrayrulecolor{blue}%
18503 \end_layout
18504
18505 \end_inset
18506
18507
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 </row>
18513 <row>
18514 <cell alignment="center" valignment="top" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 Y
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 Y
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 </row>
18578 <row>
18579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 \begin_inset ERT
18584 status open
18585
18586 \begin_layout Plain Layout
18587
18588
18589 \backslash
18590 arrayrulecolor{black}
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 <row>
18656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 \begin_inset ERT
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718
18719
18720 \backslash
18721
18722 \backslash
18723
18724 \backslash
18725 arrayrulecolor{green}%
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 </row>
18736 <row>
18737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 </row>
18801 <row>
18802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 \begin_inset ERT
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810
18811
18812 \backslash
18813 arrayrulecolor{black}
18814 \end_layout
18815
18816 \end_inset
18817
18818 B
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 \begin_inset ERT
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876
18877
18878 \backslash
18879
18880 \backslash
18881
18882 \backslash
18883 arrayrulecolor{blue}%
18884 \end_layout
18885
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 </row>
18894 </lyxtabular>
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \begin_layout Standard
18907
18908 \lang english
18909 To change the color of vertical lines within a row, like in Table
18910 \begin_inset space ~
18911 \end_inset
18912
18913
18914 \begin_inset CommandInset ref
18915 LatexCommand ref
18916 reference "tab:Table-with-different-ver"
18917
18918 \end_inset
18919
18920 , one needs to use multicolumns.
18921  At first one needs to remove all vertical lines that don't run along the
18922  whole column.
18923  Now one colors all lines using the command
18924 \end_layout
18925
18926 \begin_layout Standard
18927
18928 \series bold
18929
18930 \backslash
18931
18932 \backslash
18933
18934 \backslash
18935 arrayrulecolor{blue}%
18936 \end_layout
18937
18938 \begin_layout Standard
18939
18940 \lang english
18941 as above.
18942  Finally one inserts this command as \SpecialChar TeX
18943  code to every cell in the row where
18944  one needs a vertical line in a different color:
18945 \end_layout
18946
18947 \begin_layout Standard
18948
18949 \series bold
18950
18951 \backslash
18952 multicolumn{1}{!{
18953 \backslash
18954 color{green}
18955 \backslash
18956 vline}c!{
18957 \backslash
18958 color{red}
18959 \backslash
18960 vline}}{
18961 \end_layout
18962
18963 \begin_layout Standard
18964
18965 \lang english
18966 This adds a vertical line to both sides of the cell.
18967  The left one will be green, the right one red.
18968  If no color change is necessary one can omit the 
18969 \series bold
18970
18971 \backslash
18972 color
18973 \series default
18974  command in the above command.
18975  To get for example a black left line and a blue right line you can write:
18976 \end_layout
18977
18978 \begin_layout Standard
18979
18980 \series bold
18981
18982 \backslash
18983 multicolumn{1}{!{
18984 \backslash
18985 color{black}
18986 \backslash
18987 vline}c|}{
18988 \end_layout
18989
18990 \begin_layout Standard
18991
18992 \lang english
18993 because the color blue was already set for all lines.
18994  The 
18995 \series bold
18996 |
18997 \series default
18998  creates hereby the vertical line while 
18999 \series bold
19000
19001 \backslash
19002 vline
19003 \series default
19004  does this when 
19005 \series bold
19006
19007 \backslash
19008 color
19009 \series default
19010  is used.
19011  To set vertical lines without changing any color use
19012 \end_layout
19013
19014 \begin_layout Standard
19015
19016 \series bold
19017
19018 \backslash
19019 multicolumn{1}{|c|}{
19020 \end_layout
19021
19022 \begin_layout Standard
19023
19024 \lang english
19025 After this command insert the cell content the normal way and end the cell
19026  with a closing brace 
19027 \series bold
19028 }
19029 \series default
19030  in \SpecialChar TeX
19031  code.
19032 \end_layout
19033
19034 \begin_layout Standard
19035 \begin_inset Float table
19036 wide false
19037 sideways false
19038 status open
19039
19040 \begin_layout Plain Layout
19041 \begin_inset Caption Standard
19042
19043 \begin_layout Plain Layout
19044
19045 \lang english
19046 \begin_inset CommandInset label
19047 LatexCommand label
19048 name "tab:Table-with-different-ver"
19049
19050 \end_inset
19051
19052 Table with different vertical line colors in one row.
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Plain Layout
19061 \align center
19062 \begin_inset Tabular
19063 <lyxtabular version="3" rows="5" columns="7">
19064 <features tabularvalignment="middle">
19065 <column alignment="center" valignment="top">
19066 <column alignment="center" valignment="top">
19067 <column alignment="center" valignment="top">
19068 <column alignment="center" valignment="top">
19069 <column alignment="center" valignment="top">
19070 <column alignment="center" valignment="top">
19071 <column alignment="center" valignment="top">
19072 <row>
19073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 <cell alignment="center" valignment="top" topline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131 \begin_inset ERT
19132 status open
19133
19134 \begin_layout Plain Layout
19135
19136
19137 \backslash
19138
19139 \backslash
19140
19141 \backslash
19142 arrayrulecolor{red}%
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 </row>
19153 <row>
19154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 \begin_inset ERT
19159 status open
19160
19161 \begin_layout Plain Layout
19162
19163
19164 \backslash
19165 multicolumn{1}{!{
19166 \backslash
19167 color{black}
19168 \backslash
19169 vline}c|}{
19170 \end_layout
19171
19172 \end_inset
19173
19174 Y
19175 \begin_inset ERT
19176 status collapsed
19177
19178 \begin_layout Plain Layout
19179
19180 }
19181 \end_layout
19182
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset ERT
19231 status open
19232
19233 \begin_layout Plain Layout
19234
19235
19236 \backslash
19237 multicolumn{1}{c|}{
19238 \end_layout
19239
19240 \end_inset
19241
19242
19243 \begin_inset ERT
19244 status collapsed
19245
19246 \begin_layout Plain Layout
19247
19248 }
19249 \end_layout
19250
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 \begin_inset ERT
19263 status open
19264
19265 \begin_layout Plain Layout
19266
19267
19268 \backslash
19269 multicolumn{1}{c!{
19270 \backslash
19271 color{black}
19272 \backslash
19273 vline}}{
19274 \end_layout
19275
19276 \end_inset
19277
19278 Y
19279 \begin_inset ERT
19280 status collapsed
19281
19282 \begin_layout Plain Layout
19283
19284 }
19285 \end_layout
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 </row>
19295 <row>
19296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset ERT
19301 status collapsed
19302
19303 \begin_layout Plain Layout
19304
19305
19306 \backslash
19307 arrayrulecolor{black}
19308 \end_layout
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371
19372 \backslash
19373
19374 \backslash
19375
19376 \backslash
19377 arrayrulecolor{magenta}%
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 \begin_inset ERT
19394 status collapsed
19395
19396 \begin_layout Plain Layout
19397
19398
19399 \backslash
19400 multicolumn{1}{|c!{
19401 \backslash
19402 color{red}
19403 \backslash
19404 vline}}{
19405 \end_layout
19406
19407 \end_inset
19408
19409
19410 \begin_inset ERT
19411 status collapsed
19412
19413 \begin_layout Plain Layout
19414
19415 }
19416 \end_layout
19417
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 \begin_inset ERT
19430 status collapsed
19431
19432 \begin_layout Plain Layout
19433
19434
19435 \backslash
19436 multicolumn{1}{c!{
19437 \backslash
19438 color{green}
19439 \backslash
19440 vline}}{
19441 \end_layout
19442
19443 \end_inset
19444
19445
19446 \begin_inset ERT
19447 status collapsed
19448
19449 \begin_layout Plain Layout
19450
19451 }
19452 \end_layout
19453
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465 \begin_inset ERT
19466 status collapsed
19467
19468 \begin_layout Plain Layout
19469
19470
19471 \backslash
19472 multicolumn{1}{c!{
19473 \backslash
19474 color{yellow}
19475 \backslash
19476 vline}}{
19477 \end_layout
19478
19479 \end_inset
19480
19481
19482 \begin_inset ERT
19483 status collapsed
19484
19485 \begin_layout Plain Layout
19486
19487 }
19488 \end_layout
19489
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 \begin_inset ERT
19502 status collapsed
19503
19504 \begin_layout Plain Layout
19505
19506
19507 \backslash
19508 multicolumn{1}{c!{
19509 \backslash
19510 color{blue}
19511 \backslash
19512 vline}}{
19513 \end_layout
19514
19515 \end_inset
19516
19517
19518 \begin_inset ERT
19519 status collapsed
19520
19521 \begin_layout Plain Layout
19522
19523 }
19524 \end_layout
19525
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 \begin_inset ERT
19538 status collapsed
19539
19540 \begin_layout Plain Layout
19541
19542
19543 \backslash
19544 multicolumn{1}{c!{
19545 \backslash
19546 color{cyan}
19547 \backslash
19548 vline}}{
19549 \end_layout
19550
19551 \end_inset
19552
19553
19554 \begin_inset ERT
19555 status collapsed
19556
19557 \begin_layout Plain Layout
19558
19559 }
19560 \end_layout
19561
19562 \end_inset
19563
19564
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 \begin_inset ERT
19574 status collapsed
19575
19576 \begin_layout Plain Layout
19577
19578
19579 \backslash
19580 multicolumn{1}{c!{
19581 \backslash
19582 color{black}
19583 \backslash
19584 vline}}{
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \begin_inset ERT
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594
19595 }
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609 \begin_inset ERT
19610 status collapsed
19611
19612 \begin_layout Plain Layout
19613
19614
19615 \backslash
19616 multicolumn{1}{c|}{
19617 \end_layout
19618
19619 \end_inset
19620
19621
19622 \begin_inset ERT
19623 status collapsed
19624
19625 \begin_layout Plain Layout
19626
19627 }
19628 \end_layout
19629
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row>
19639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 \begin_inset ERT
19644 status collapsed
19645
19646 \begin_layout Plain Layout
19647
19648
19649 \backslash
19650 arrayrulecolor{black}
19651 \end_layout
19652
19653 \end_inset
19654
19655 B
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 </lyxtabular>
19716
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \begin_layout Standard
19728 \begin_inset ERT
19729 status collapsed
19730
19731 \begin_layout Plain Layout
19732
19733
19734 \backslash
19735 setlength{
19736 \backslash
19737 arrayrulewidth}{0.4pt}
19738 \end_layout
19739
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \begin_layout Section
19746 表セルの回転
19747 \begin_inset CommandInset label
19748 LatexCommand label
19749 name "sec:表セルの回転"
19750
19751 \end_inset
19752
19753
19754 \begin_inset Index idx
19755 status collapsed
19756
19757 \begin_layout Plain Layout
19758 ひょう@表 ! せるのかいてん@セルの回転
19759 \end_layout
19760
19761 \end_inset
19762
19763
19764 \begin_inset Index idx
19765 status collapsed
19766
19767 \begin_layout Plain Layout
19768 かいてん@回転 ! そざいの@素材の—
19769 \end_layout
19770
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \begin_layout Standard
19777 \begin_inset Note Greyedout
19778 status open
19779
19780 \begin_layout Plain Layout
19781
19782 \series bold
19783 【註】
19784 \series default
19785 すべてのDVIビューアが回転表示できるわけではありません.
19786 \end_layout
19787
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \begin_layout Standard
19794 と入れてください.表
19795 \begin_inset CommandInset ref
19796 LatexCommand ref
19797 reference "tab:回転表"
19798
19799 \end_inset
19800
19801 は,3つのセルを45°回転させた用例です.
19802 \end_layout
19803
19804 \begin_layout Standard
19805 \begin_inset Float table
19806 wide false
19807 sideways false
19808 status open
19809
19810 \begin_layout Plain Layout
19811 \begin_inset Caption Standard
19812
19813 \begin_layout Plain Layout
19814 \begin_inset CommandInset label
19815 LatexCommand label
19816 name "tab:回転表"
19817
19818 \end_inset
19819
19820 1行目に回転セルのある表
19821 \end_layout
19822
19823 \end_inset
19824
19825
19826 \end_layout
19827
19828 \begin_layout Plain Layout
19829 \noindent
19830 \align center
19831 \begin_inset Tabular
19832 <lyxtabular version="3" rows="2" columns="3">
19833 <features tabularvalignment="middle">
19834 <column alignment="center" valignment="top" width="0pt">
19835 <column alignment="center" valignment="top" width="0pt">
19836 <column alignment="center" valignment="top" width="0pt">
19837 <row>
19838 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 コップ
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 受け皿
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 <row>
19867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 45
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 33
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 21
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 </row>
19895 </lyxtabular>
19896
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \end_inset
19903
19904
19905 \end_layout
19906
19907 \begin_layout Standard
19908 \begin_inset Note Greyedout
19909 status open
19910
19911 \begin_layout Plain Layout
19912
19913 \series bold
19914 【註】
19915 \series default
19916 回転セル中では,改行(
19917 \begin_inset Flex Ruby
19918 status collapsed
19919
19920 \begin_layout Plain Layout
19921 捷径
19922 \begin_inset Argument post:1
19923 status collapsed
19924
19925 \begin_layout Plain Layout
19926 ショートカット
19927 \end_layout
19928
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935
19936
19937 \begin_inset Info
19938 type  "shortcut"
19939 arg   "newline-insert newline"
19940 \end_inset
19941
19942 )はできません.
19943 \end_layout
19944
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout Standard
19951 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
19952 \begin_inset Foot
19953 status collapsed
19954
19955 \begin_layout Plain Layout
19956 これらのボックスについて詳しくは,第
19957 \begin_inset CommandInset ref
19958 LatexCommand ref
19959 reference "sec:ミニページ"
19960
19961 \end_inset
19962
19963 節および第
19964 \begin_inset CommandInset ref
19965 LatexCommand ref
19966 reference "sec:Parboxes"
19967
19968 \end_inset
19969
19970 節をご覧ください.
19971 \end_layout
19972
19973 \end_inset
19974
19975 .このセルを90
19976 \begin_inset space \thinspace{}
19977 \end_inset
19978
19979 °回転させると,ボックス幅はセルの高さになります.表
19980 \begin_inset CommandInset ref
19981 LatexCommand ref
19982 reference "tab:表多行回転"
19983
19984 \end_inset
19985
19986 は,ボックス幅が3
19987 \begin_inset space \thinspace{}
19988 \end_inset
19989
19990 cmの,多行セルを回転させる例です.
19991 \end_layout
19992
19993 \begin_layout Standard
19994 \begin_inset Float table
19995 wide false
19996 sideways false
19997 status open
19998
19999 \begin_layout Plain Layout
20000 \begin_inset Caption Standard
20001
20002 \begin_layout Plain Layout
20003 \begin_inset CommandInset label
20004 LatexCommand label
20005 name "tab:表多行回転"
20006
20007 \end_inset
20008
20009 多行セルを回転させた表
20010 \end_layout
20011
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \begin_layout Plain Layout
20018 \noindent
20019 \align center
20020 \begin_inset Tabular
20021 <lyxtabular version="3" rows="2" columns="3">
20022 <features tabularvalignment="middle">
20023 <column alignment="center" valignment="top">
20024 <column alignment="center" valignment="top" width="0pt">
20025 <column alignment="center" valignment="top">
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040 \begin_inset Box Frameless
20041 position "t"
20042 hor_pos "c"
20043 has_inner_box 1
20044 inner_pos "t"
20045 use_parbox 0
20046 use_makebox 0
20047 width "3cm"
20048 special "none"
20049 height "1in"
20050 height_special "totalheight"
20051 thickness "0.4pt"
20052 separation "3pt"
20053 shadowsize "4pt"
20054 framecolor "black"
20055 backgroundcolor "none"
20056 status open
20057
20058 \begin_layout Plain Layout
20059 改行を含む
20060 \begin_inset Newline newline
20061 \end_inset
20062
20063 回転
20064 \end_layout
20065
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 </row>
20083 <row>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 </lyxtabular>
20113
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \begin_layout Section
20125 表幅の計算
20126 \begin_inset CommandInset label
20127 LatexCommand label
20128 name "sec:表幅の計算"
20129
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \begin_layout Standard
20136 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20137 設ければ良いのでしょうか?
20138 \end_layout
20139
20140 \begin_layout Standard
20141 表幅
20142 \begin_inset Formula $W_{\text{表}}$
20143 \end_inset
20144
20145 は計算することができます.各列の実際の幅は,指定した列幅
20146 \begin_inset Formula $W_{\text{列}}$
20147 \end_inset
20148
20149 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20150
20151 \series bold
20152
20153 \backslash
20154 tabcolsep
20155 \series default
20156 ・既定値6
20157 \begin_inset space \thinspace{}
20158 \end_inset
20159
20160 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20161
20162 \series bold
20163
20164 \backslash
20165 arrayrulewidth
20166 \series default
20167 ・既定値0.4
20168 \begin_inset space \thinspace{}
20169 \end_inset
20170
20171 pt)を加えたものになります.したがって,もし同じ幅の
20172 \begin_inset Formula $n$
20173 \end_inset
20174
20175 列を作るならば,表幅は
20176 \begin_inset Formula 
20177 \begin{equation}
20178 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20179 \end{equation}
20180
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \begin_layout Standard
20187 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20188
20189 \series bold
20190
20191 \backslash
20192 columnwidth
20193 \series default
20194 ).表の列をすべて同じ幅にするとすれば,
20195 \begin_inset Formula $W_{\text{表}}$
20196 \end_inset
20197
20198 が1
20199 \begin_inset space \thinspace{}
20200 \end_inset
20201
20202
20203 \backslash
20204 columnwidthになりますので,
20205 \begin_inset Formula $W_{\text{列}}$
20206 \end_inset
20207
20208 は簡単に計算できます.
20209 \end_layout
20210
20211 \begin_layout Standard
20212 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20213 パッケージ
20214 \series bold
20215 calc
20216 \series default
20217
20218 \begin_inset Index idx
20219 status collapsed
20220
20221 \begin_layout Plain Layout
20222 \SpecialChar LaTeX
20223 ぱっけーじ@\SpecialChar LaTeX
20224 パッケージ ! calc
20225 \end_layout
20226
20227 \end_inset
20228
20229 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20230 \family sans
20231 \SpecialChar LaTeX
20232 の引数
20233 \family default
20234 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20235 \begin_inset CommandInset ref
20236 LatexCommand ref
20237 reference "subsec:連結列の計算"
20238
20239 \end_inset
20240
20241 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20242 \end_layout
20243
20244 \begin_layout Standard
20245
20246 \series bold
20247 >{
20248 \backslash
20249 centering}p{(1
20250 \backslash
20251 columnwidth-62.4pt)/5}
20252 \end_layout
20253
20254 \begin_layout Standard
20255 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20256 \begin_inset Formula 
20257 \begin{align}
20258 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20259  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20260  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20261 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20262 \end{align}
20263
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \begin_layout Standard
20270 となります.したがって,表中の広い列には
20271 \end_layout
20272
20273 \begin_layout Standard
20274
20275 \series bold
20276 >{
20277 \backslash
20278 centering}p{(1
20279 \backslash
20280 columnwidth-62.4pt)/
20281 \backslash
20282 real{4.5}}
20283 \end_layout
20284
20285 \begin_layout Standard
20286 というコマンドを用い,狭い列には
20287 \end_layout
20288
20289 \begin_layout Standard
20290
20291 \series bold
20292 >{
20293 \backslash
20294 centering}p{(1
20295 \backslash
20296 columnwidth-62.4pt)/
20297 \backslash
20298 real{4.5}*
20299 \backslash
20300 real{0.75}}
20301 \end_layout
20302
20303 \begin_layout Standard
20304 というコマンドを用いることにすると,以下の表が出来上がります.
20305 \end_layout
20306
20307 \begin_layout Standard
20308 \begin_inset Tabular
20309 <lyxtabular version="3" rows="2" columns="5">
20310 <features tabularvalignment="middle">
20311 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20312 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20313 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20314 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20315 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20316 <row>
20317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 1
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330 2
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 3
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 4
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357 5
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 </row>
20363 <row>
20364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 111111 1111111 111111 111111111 11111 11111 1111
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386 2222 22222 222222 222222222 2222222 22 22222
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404 333333 333333 333333 33333 3333333 333
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 </row>
20410 </lyxtabular>
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Section
20418 表の調整
20419 \begin_inset Index idx
20420 status collapsed
20421
20422 \begin_layout Plain Layout
20423 ひょうのちょうせい@表の調整
20424 \end_layout
20425
20426 \end_inset
20427
20428
20429 \begin_inset Index idx
20430 status collapsed
20431
20432 \begin_layout Plain Layout
20433 ひょう@表 ! ちょうせい@調整
20434 \end_layout
20435
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \begin_layout Subsection
20442 行の余白取り
20443 \begin_inset CommandInset label
20444 LatexCommand label
20445 name "subsec:行の余白取り"
20446
20447 \end_inset
20448
20449
20450 \begin_inset Index idx
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20455 \end_layout
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \begin_layout Standard
20463 表の設定ダイアログの
20464 \family sans
20465 罫線
20466 \family default
20467 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20468 \end_layout
20469
20470 \begin_layout Description
20471 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20472 \begin_inset Foot
20473 status collapsed
20474
20475 \begin_layout Plain Layout
20476 フォーマル様式の表は第
20477 \begin_inset CommandInset ref
20478 LatexCommand ref
20479 reference "sec:フォーマル様式の表"
20480
20481 \end_inset
20482
20483 節で説明されています.
20484 \end_layout
20485
20486 \end_inset
20487
20488 ならば,\SpecialChar LyX
20489 は既定値として0.5
20490 \begin_inset space \thinspace{}
20491 \end_inset
20492
20493 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20494 \begin_inset VSpace medskip
20495 \end_inset
20496
20497
20498 \begin_inset Newline newline
20499 \end_inset
20500
20501
20502 \begin_inset space \hspace*{}
20503 \length 0pt
20504 \end_inset
20505
20506
20507 \begin_inset space \hfill{}
20508 \end_inset
20509
20510
20511 \begin_inset Tabular
20512 <lyxtabular version="3" rows="3" columns="1">
20513 <features tabularvalignment="middle">
20514 <column alignment="center" valignment="top">
20515 <row>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 </row>
20526 <row topspace="3mm">
20527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531 行上に3
20532 \begin_inset space \thinspace{}
20533 \end_inset
20534
20535 mmの余白
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row>
20542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 </lyxtabular>
20553
20554 \end_inset
20555
20556
20557 \begin_inset space \hfill{}
20558 \end_inset
20559
20560
20561 \begin_inset space \hspace*{}
20562 \length 0pt
20563 \end_inset
20564
20565
20566 \begin_inset VSpace medskip
20567 \end_inset
20568
20569
20570 \begin_inset Newline newline
20571 \end_inset
20572
20573 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20574 \end_layout
20575
20576 \begin_layout Description
20577 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20578 は既定値として0.5
20579 \begin_inset space \thinspace{}
20580 \end_inset
20581
20582 emの余白を挿入し,通常の表ならば既定値として2
20583 \begin_inset space \thinspace{}
20584 \end_inset
20585
20586 ptを挿入します.
20587 \end_layout
20588
20589 \begin_layout Description
20590 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20591 は既定値として0.5
20592 \begin_inset space \thinspace{}
20593 \end_inset
20594
20595 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20596 \begin_inset VSpace medskip
20597 \end_inset
20598
20599
20600 \begin_inset Newline newline
20601 \end_inset
20602
20603
20604 \begin_inset space \hspace*{}
20605 \length 0pt
20606 \end_inset
20607
20608
20609 \begin_inset space \hfill{}
20610 \end_inset
20611
20612
20613 \begin_inset Tabular
20614 <lyxtabular version="3" rows="3" columns="1">
20615 <features tabularvalignment="middle">
20616 <column alignment="center" valignment="top">
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 </row>
20628 <row interlinespace="3mm">
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\downarrow$
20634 \end_inset
20635
20636  行間に3
20637 \begin_inset space \thinspace{}
20638 \end_inset
20639
20640 mmの余白 
20641 \begin_inset Formula $\downarrow$
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 </row>
20650 <row>
20651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 \begin_inset Formula $\uparrow$
20656 \end_inset
20657
20658  行間に3
20659 \begin_inset space \thinspace{}
20660 \end_inset
20661
20662 mmの余白 
20663 \begin_inset Formula $\uparrow$
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 </lyxtabular>
20673
20674 \end_inset
20675
20676
20677 \begin_inset space \hfill{}
20678 \end_inset
20679
20680
20681 \begin_inset space \hspace*{}
20682 \length 0pt
20683 \end_inset
20684
20685
20686 \begin_inset VSpace medskip
20687 \end_inset
20688
20689
20690 \begin_inset Newline newline
20691 \end_inset
20692
20693 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20694 \end_layout
20695
20696 \begin_layout Standard
20697 \begin_inset VSpace bigskip
20698 \end_inset
20699
20700 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20701 \end_layout
20702
20703 \begin_layout Standard
20704
20705 \series bold
20706
20707 \backslash
20708 @ifundefined{extrarowheight}
20709 \begin_inset Newline newline
20710 \end_inset
20711
20712
20713 \begin_inset Phantom HPhantom
20714 status open
20715
20716 \begin_layout Plain Layout
20717 \begin_inset space ~
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \end_inset
20724
20725 {
20726 \backslash
20727 usepackage{array}}{}
20728 \begin_inset Newline newline
20729 \end_inset
20730
20731
20732 \backslash
20733 setlength{
20734 \backslash
20735 extrarowheight}{高さ}
20736 \series default
20737
20738 \begin_inset Note Note
20739 status collapsed
20740
20741 \begin_layout Plain Layout
20742 自己定義の表書式を用いると,\SpecialChar LyX
20743 は自動的に
20744 \series bold
20745 array
20746 \series default
20747 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20748 \series bold
20749
20750 \backslash
20751 @ifundefined
20752 \series default
20753 が使用されています.
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Standard
20762 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20763 \begin_inset CommandInset ref
20764 LatexCommand ref
20765 reference "cha:LyXで使用できる単位"
20766
20767 \end_inset
20768
20769 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20770 \end_layout
20771
20772 \begin_layout Standard
20773 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20774 コードで
20775 \series bold
20776
20777 \backslash
20778 strut
20779 \series default
20780 コマンドを挿入することで補正することができます.表
20781 \begin_inset CommandInset ref
20782 LatexCommand ref
20783 reference "tab:垂直揃え"
20784
20785 \end_inset
20786
20787 は,この効果を示したものです.
20788 \end_layout
20789
20790 \begin_layout Standard
20791 \noindent
20792 \begin_inset Float table
20793 placement h
20794 wide false
20795 sideways false
20796 status open
20797
20798 \begin_layout Plain Layout
20799 \begin_inset Caption Standard
20800
20801 \begin_layout Plain Layout
20802 \begin_inset CommandInset label
20803 LatexCommand label
20804 name "tab:垂直揃え"
20805
20806 \end_inset
20807
20808 大きなフォント寸法の文章の垂直揃え
20809 \end_layout
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \begin_layout Plain Layout
20817 \begin_inset space \hfill{}
20818 \end_inset
20819
20820
20821 \begin_inset Float table
20822 wide false
20823 sideways false
20824 status collapsed
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Caption Standard
20828
20829 \begin_layout Plain Layout
20830 通常の表
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Plain Layout
20839 \noindent
20840 \align center
20841 \begin_inset Tabular
20842 <lyxtabular version="3" rows="6" columns="1">
20843 <features tabularvalignment="middle">
20844 <column alignment="left" valignment="top">
20845 <row>
20846 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 ふつう, g
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 <row>
20857 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861
20862 \size large
20863 やや大
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 </row>
20869 <row>
20870 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874
20875 \size larger
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \size largest
20889 極大
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 </row>
20895 <row>
20896 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900
20901 \size huge
20902 極々大
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 </row>
20908 <row>
20909 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913
20914 \size giant
20915 最大
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 </lyxtabular>
20922
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \end_inset
20929
20930
20931 \begin_inset space \hfill{}
20932 \end_inset
20933
20934
20935 \begin_inset Float table
20936 wide false
20937 sideways false
20938 status collapsed
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Caption Standard
20942
20943 \begin_layout Plain Layout
20944
20945 \series bold
20946
20947 \backslash
20948 strut
20949 \series default
20950 コマンドを使用した表
20951 \end_layout
20952
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \begin_layout Plain Layout
20959 \noindent
20960 \align center
20961 \begin_inset Tabular
20962 <lyxtabular version="3" rows="6" columns="1">
20963 <features tabularvalignment="middle">
20964 <column alignment="left" valignment="top">
20965 <row>
20966 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 ふつう, g
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 </row>
20976 <row>
20977 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981
20982 \size large
20983 \begin_inset ERT
20984 status collapsed
20985
20986 \begin_layout Plain Layout
20987
20988
20989 \backslash
20990 strut 
20991 \end_layout
20992
20993 \end_inset
20994
20995 やや大
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 <row>
21002 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \size larger
21008 \begin_inset ERT
21009 status collapsed
21010
21011 \begin_layout Plain Layout
21012
21013
21014 \backslash
21015 strut 
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031
21032 \size largest
21033 \begin_inset ERT
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037
21038
21039 \backslash
21040 strut 
21041 \end_layout
21042
21043 \end_inset
21044
21045 極大
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \size huge
21058 \begin_inset ERT
21059 status collapsed
21060
21061 \begin_layout Plain Layout
21062
21063
21064 \backslash
21065 strut 
21066 \end_layout
21067
21068 \end_inset
21069
21070 極々大
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 </row>
21076 <row>
21077 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081
21082 \size giant
21083 \begin_inset ERT
21084 status collapsed
21085
21086 \begin_layout Plain Layout
21087
21088
21089 \backslash
21090 strut 
21091 \end_layout
21092
21093 \end_inset
21094
21095 最大
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 </lyxtabular>
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \begin_inset space \hfill{}
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \begin_layout Subsection
21123 特殊なセル揃え
21124 \begin_inset CommandInset label
21125 LatexCommand label
21126 name "subsec:特殊なセル揃え"
21127
21128 \end_inset
21129
21130
21131 \begin_inset Index idx
21132 status collapsed
21133
21134 \begin_layout Plain Layout
21135 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21136 \end_layout
21137
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \begin_layout Standard
21144 ときには表
21145 \begin_inset CommandInset ref
21146 LatexCommand ref
21147 reference "tab:表セル"
21148
21149 \end_inset
21150
21151 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21152 \begin_inset Info
21153 type  "icon"
21154 arg   "tabular-feature align-decimal"
21155 \end_inset
21156
21157 を押すか,表設定中で揃えを
21158 \family sans
21159 小数点で
21160 \family default
21161 に設定します.
21162 \end_layout
21163
21164 \begin_layout Standard
21165 \begin_inset Float table
21166 placement h
21167 wide false
21168 sideways false
21169 status open
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Caption Standard
21173
21174 \begin_layout Plain Layout
21175 \begin_inset CommandInset label
21176 LatexCommand label
21177 name "tab:表セル"
21178
21179 \end_inset
21180
21181 一列が小数点で揃えられた表セル
21182 \end_layout
21183
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \begin_layout Plain Layout
21190 \align center
21191 \begin_inset Tabular
21192 <lyxtabular version="3" rows="4" columns="1">
21193 <features booktabs="true" tabularvalignment="middle">
21194 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21195 <row>
21196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 見出し
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 <row>
21207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211 12.6
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 </row>
21217 <row>
21218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 0.68
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 -123.0
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 </row>
21239 </lyxtabular>
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Standard
21252 \begin_inset Float table
21253 placement h
21254 wide false
21255 sideways false
21256 status open
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Caption Standard
21260
21261 \begin_layout Plain Layout
21262 \begin_inset CommandInset label
21263 LatexCommand label
21264 name "tab:演算子揃え表"
21265
21266 \end_inset
21267
21268 一列が演算子で揃えられた表セル
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \begin_layout Plain Layout
21277 \align center
21278 \begin_inset Tabular
21279 <lyxtabular version="3" rows="4" columns="2">
21280 <features booktabs="true" tabularvalignment="middle">
21281 <column alignment="right" valignment="top" width="0pt">
21282 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21283 <row>
21284 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 見出し
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 </row>
21303 <row>
21304 <cell alignment="center" valignment="top" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308 \begin_inset Formula $12\,+$
21309 \end_inset
21310
21311
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 \begin_inset Formula $\,6$
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="center" valignment="top" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $0\,-$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset Formula $\,68$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 </row>
21355 <row>
21356 <cell alignment="center" valignment="top" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 \begin_inset Formula $-123\,/$
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 \begin_inset Formula $\,0$
21373 \end_inset
21374
21375
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 </row>
21381 </lyxtabular>
21382
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \begin_layout Standard
21394 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21395 \begin_inset CommandInset ref
21396 LatexCommand ref
21397 reference "tab:演算子揃え表"
21398
21399 \end_inset
21400
21401 のような方法を用いる必要があります.この表は,4
21402 \begin_inset Formula $\times$
21403 \end_inset
21404
21405 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21406 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21407 \end_layout
21408
21409 \begin_layout Standard
21410
21411 \series bold
21412 @{}l
21413 \end_layout
21414
21415 \begin_layout Standard
21416 という\SpecialChar LaTeX
21417 引数を第2列に指定します.
21418 \end_layout
21419
21420 \begin_layout Standard
21421
21422 \begin_inset CommandInset ref
21423 LatexCommand ref
21424 reference "tab:表セル揃え"
21425
21426 \end_inset
21427
21428 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21429 \begin_inset CommandInset ref
21430 LatexCommand ref
21431 reference "tab:演算子揃え表"
21432
21433 \end_inset
21434
21435 の冒頭には,小空白が加えられています.
21436 \end_layout
21437
21438 \begin_layout Standard
21439 \begin_inset Float table
21440 wide false
21441 sideways false
21442 status open
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Caption Standard
21446
21447 \begin_layout Plain Layout
21448 \begin_inset CommandInset label
21449 LatexCommand label
21450 name "tab:表セル揃え"
21451
21452 \end_inset
21453
21454 表セルの揃えの例
21455 \end_layout
21456
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \begin_layout Plain Layout
21463 \align center
21464 \begin_inset Tabular
21465 <lyxtabular version="3" rows="4" columns="6">
21466 <features tabularvalignment="middle">
21467 <column alignment="right" valignment="top">
21468 <column alignment="left" valignment="top" special="@{}l">
21469 <column alignment="right" valignment="top">
21470 <column alignment="left" valignment="top" special="@{}l">
21471 <column alignment="right" valignment="top">
21472 <column alignment="left" valignment="top" special="@{}l">
21473 <row>
21474 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 単位
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 冪数
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514 関係子
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 12
21535 \begin_inset Formula $\times$
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 24本の瓶
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 \begin_inset Formula $10\cdot$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $10^{\mbox{-}17}$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 \begin_inset Formula $\Gamma(t)\propto$
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 <cell alignment="center" valignment="top" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592 \begin_inset Formula $\:\Upsilon(t)$
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row>
21602 <cell alignment="center" valignment="top" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 1024
21607 \begin_inset Formula $\times$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 768ピクセル
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $5.78\cdot$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 \begin_inset Formula $10^{7}$
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 \begin_inset Formula $A\ne$
21653 \end_inset
21654
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 \begin_inset Formula $\:B_{\mathrm{red}}$
21665 \end_inset
21666
21667
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 <row>
21674 <cell alignment="center" valignment="top" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 32
21679 \begin_inset Formula $\times$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 6
21692 \begin_inset space \thinspace{}
21693 \end_inset
21694
21695 cm
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 -
21705 \begin_inset Formula $33.5\cdot$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Formula $10^{4}$
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 \begin_inset Formula $\sin(\alpha)\ge$
21730 \end_inset
21731
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 \begin_inset Formula $\:\sin(\beta)$
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 </row>
21750 </lyxtabular>
21751
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \begin_layout Subsection
21763 自製のセル書式および列書式
21764 \begin_inset CommandInset label
21765 LatexCommand label
21766 name "subsec:自製書式"
21767
21768 \end_inset
21769
21770
21771 \begin_inset Index idx
21772 status collapsed
21773
21774 \begin_layout Plain Layout
21775 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \begin_layout Standard
21784
21785 \begin_inset CommandInset ref
21786 LatexCommand ref
21787 reference "sec:表幅の計算"
21788
21789 \end_inset
21790
21791 節のようにして通常列の必要幅を計算したり,第
21792 \begin_inset CommandInset ref
21793 LatexCommand ref
21794 reference "subsec:連結列の計算"
21795
21796 \end_inset
21797
21798 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21799 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21800 \end_layout
21801
21802 \begin_layout Standard
21803
21804 \series bold
21805
21806 \backslash
21807 newcolumntype{書式名}[引数の数]{コマンド}
21808 \end_layout
21809
21810 \begin_layout Standard
21811 書式名は,一文字だけでも構いません.
21812 \emph on
21813 b
21814 \emph default
21815
21816 \emph on
21817 c
21818 \emph default
21819
21820 \emph on
21821 l
21822 \emph default
21823
21824 \emph on
21825 m
21826 \emph default
21827
21828 \emph on
21829 p
21830 \emph default
21831
21832 \emph on
21833 r
21834 \emph default
21835 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21836 \end_layout
21837
21838 \begin_layout Standard
21839 \begin_inset VSpace medskip
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \begin_layout Standard
21846 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21847 \end_layout
21848
21849 \begin_layout Standard
21850
21851 \series bold
21852
21853 \backslash
21854 newcolumntype{M}[1]{>{
21855 \backslash
21856 centering
21857 \backslash
21858 hspace{0pt}}m{#1}}
21859 \end_layout
21860
21861 \begin_layout Standard
21862 ここで
21863 \series bold
21864
21865 \backslash
21866 hspace{0pt}
21867 \series default
21868 は,第
21869 \begin_inset CommandInset ref
21870 LatexCommand ref
21871 reference "subsec:複数行"
21872
21873 \end_inset
21874
21875 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21876 \family sans
21877 \SpecialChar LaTeX
21878 の引数
21879 \family default
21880
21881 \end_layout
21882
21883 \begin_layout Standard
21884
21885 \series bold
21886 M{width}
21887 \end_layout
21888
21889 \begin_layout Standard
21890 と入力するだけですみます.
21891 \end_layout
21892
21893 \begin_layout Standard
21894 \begin_inset VSpace bigskip
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \begin_layout Standard
21901 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21902 \end_layout
21903
21904 \begin_layout Standard
21905
21906 \series bold
21907
21908 \backslash
21909 newcolumntype{S}[2]{>{
21910 \backslash
21911 centering
21912 \backslash
21913 hspace{0pt}}
21914 \begin_inset Newline newline
21915 \end_inset
21916
21917
21918 \begin_inset Phantom HPhantom
21919 status open
21920
21921 \begin_layout Plain Layout
21922
21923 \series bold
21924
21925 \backslash
21926 newcolumntype
21927 \end_layout
21928
21929 \end_inset
21930
21931 m{(#1+(2
21932 \backslash
21933 tabcolsep+
21934 \backslash
21935 arrayrulewidth)*(1-#2))/#2}}
21936 \end_layout
21937
21938 \begin_layout Standard
21939 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21940 \begin_inset CommandInset ref
21941 LatexCommand eqref
21942 reference "eq:Wgn"
21943
21944 \end_inset
21945
21946 式を使用しています.
21947 \end_layout
21948
21949 \begin_layout Standard
21950 こうしておけば,当該セルの\SpecialChar LaTeX
21951 引数に
21952 \end_layout
21953
21954 \begin_layout Standard
21955
21956 \series bold
21957 S{連結列セルの幅}{連結列セルがまたがる列の数}
21958 \end_layout
21959
21960 \begin_layout Standard
21961 と入力するだけですみます.
21962 \end_layout
21963
21964 \begin_layout Standard
21965 \begin_inset VSpace bigskip
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \begin_layout Standard
21972 色付き列については,以下のように定義するとよいでしょう.
21973 \end_layout
21974
21975 \begin_layout Standard
21976
21977 \series bold
21978
21979 \backslash
21980 newcolumntype{K}[1]{>{
21981 \backslash
21982 columncolor{#1}
21983 \backslash
21984 hspace{0pt}}c}
21985 \end_layout
21986
21987 \begin_layout Standard
21988 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
21989 引数に
21990 \end_layout
21991
21992 \begin_layout Standard
21993
21994 \series bold
21995 K{色名}
21996 \end_layout
21997
21998 \begin_layout Standard
21999 と入力します.
22000 \end_layout
22001
22002 \begin_layout Standard
22003 \begin_inset VSpace bigskip
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \begin_layout Standard
22010
22011 \begin_inset CommandInset ref
22012 LatexCommand ref
22013 reference "tab:ユーザー定義の表書式"
22014
22015 \end_inset
22016
22017 を生成するには,第1列と連結列に\SpecialChar LaTeX
22018 引数として
22019 \end_layout
22020
22021 \begin_layout Standard
22022
22023 \series bold
22024 M{2.5cm}
22025 \end_layout
22026
22027 \begin_layout Standard
22028 を指定し,最終列に
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034 K{red}
22035 \end_layout
22036
22037 \begin_layout Standard
22038 そして第2列の各セルに
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044 S{2.5cm}{2}
22045 \end_layout
22046
22047 \begin_layout Standard
22048 と指定します.
22049 \end_layout
22050
22051 \begin_layout Standard
22052 \begin_inset Float table
22053 placement h
22054 wide false
22055 sideways false
22056 status open
22057
22058 \begin_layout Plain Layout
22059 \begin_inset Caption Standard
22060
22061 \begin_layout Plain Layout
22062 \begin_inset CommandInset label
22063 LatexCommand label
22064 name "tab:ユーザー定義の表書式"
22065
22066 \end_inset
22067
22068 ユーザー定義の表書式を使用した表
22069 \end_layout
22070
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \begin_layout Plain Layout
22077 \align center
22078 \begin_inset Tabular
22079 <lyxtabular version="3" rows="3" columns="4">
22080 <features tabularvalignment="middle">
22081 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22082 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22083 <column alignment="center" valignment="middle">
22084 <column alignment="center" valignment="middle" special="K{red}">
22085 <row>
22086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 とても長い表セル中の単語
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 複数行の連結列
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 </row>
22161 <row>
22162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 </lyxtabular>
22200
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \begin_layout Subsection
22212 罫線幅
22213 \begin_inset CommandInset label
22214 LatexCommand label
22215 name "subsec:罫線幅"
22216
22217 \end_inset
22218
22219
22220 \begin_inset Index idx
22221 status collapsed
22222
22223 \begin_layout Plain Layout
22224 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22225 \end_layout
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Standard
22233 表中のすべての罫線の罫線幅を調整するには,長さ
22234 \series bold
22235
22236 \backslash
22237 arrayrulewidth
22238 \series default
22239 を使用します.たとえば,表
22240 \begin_inset CommandInset ref
22241 LatexCommand ref
22242 reference "tab:Table-with-1.5"
22243
22244 \end_inset
22245
22246 のように罫線幅を1.5
22247 \begin_inset space \thinspace{}
22248 \end_inset
22249
22250 ptにするには,表や表フロートの前に\SpecialChar TeX
22251 コードで
22252 \end_layout
22253
22254 \begin_layout Standard
22255
22256 \series bold
22257
22258 \backslash
22259 setlength{
22260 \backslash
22261 arrayrulewidth}{1.5pt}
22262 \end_layout
22263
22264 \begin_layout Standard
22265 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22266 コードで
22267 \series bold
22268
22269 \backslash
22270 arrayrulewidth
22271 \series default
22272 を0.4
22273 \begin_inset space \thinspace{}
22274 \end_inset
22275
22276 ptに設定してください.
22277 \end_layout
22278
22279 \begin_layout Standard
22280 \begin_inset ERT
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284
22285
22286 \backslash
22287 setlength{
22288 \backslash
22289 arrayrulewidth}{1.5pt}
22290 \end_layout
22291
22292 \end_inset
22293
22294
22295 \begin_inset Float table
22296 wide false
22297 sideways false
22298 status open
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Caption Standard
22302
22303 \begin_layout Plain Layout
22304 \begin_inset CommandInset label
22305 LatexCommand label
22306 name "tab:Table-with-1.5"
22307
22308 \end_inset
22309
22310 1.5
22311 \begin_inset space \thinspace{}
22312 \end_inset
22313
22314 pt幅罫線の表
22315 \end_layout
22316
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \begin_layout Plain Layout
22323 \align center
22324 \begin_inset Tabular
22325 <lyxtabular version="3" rows="3" columns="3">
22326 <features tabularvalignment="middle">
22327 <column alignment="center" valignment="top">
22328 <column alignment="center" valignment="top">
22329 <column alignment="center" valignment="top">
22330 <row>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 sd
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 </row>
22359 <row>
22360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 sd
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 sd
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 </lyxtabular>
22418
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \begin_inset ERT
22428 status collapsed
22429
22430 \begin_layout Plain Layout
22431
22432
22433 \backslash
22434 setlength{
22435 \backslash
22436 arrayrulewidth}{0.4pt}
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \begin_layout Standard
22445 \begin_inset VSpace bigskip
22446 \end_inset
22447
22448
22449 \begin_inset CommandInset ref
22450 LatexCommand ref
22451 reference "tab:1.5pt幅横罫"
22452
22453 \end_inset
22454
22455 のように横罫だけを1.5
22456 \begin_inset space \thinspace{}
22457 \end_inset
22458
22459 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22460 コードとして以下のコマンドを挿入してください.
22461 \end_layout
22462
22463 \begin_layout Standard
22464
22465 \series bold
22466
22467 \backslash
22468 let
22469 \backslash
22470 myHline
22471 \backslash
22472 hline
22473 \begin_inset Newline newline
22474 \end_inset
22475
22476
22477 \backslash
22478 renewcommand{
22479 \backslash
22480 hline}
22481 \begin_inset Newline newline
22482 \end_inset
22483
22484  {
22485 \backslash
22486 noalign{
22487 \backslash
22488 global
22489 \backslash
22490 arrayrulewidth 1.5pt}
22491 \begin_inset Newline newline
22492 \end_inset
22493
22494  
22495 \backslash
22496 myHline
22497 \backslash
22498 noalign{
22499 \backslash
22500 global
22501 \backslash
22502 arrayrulewidth 0.4pt}}
22503 \end_layout
22504
22505 \begin_layout Standard
22506 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22507 コードとして以下のコマンドを挿入します.
22508 \end_layout
22509
22510 \begin_layout Standard
22511
22512 \series bold
22513
22514 \backslash
22515 renewcommand{
22516 \backslash
22517 hline}{
22518 \backslash
22519 myHline}
22520 \end_layout
22521
22522 \begin_layout Standard
22523 \begin_inset ERT
22524 status collapsed
22525
22526 \begin_layout Plain Layout
22527
22528
22529 \backslash
22530 let
22531 \backslash
22532 myHline
22533 \backslash
22534 hline
22535 \end_layout
22536
22537 \begin_layout Plain Layout
22538
22539
22540 \backslash
22541 renewcommand{
22542 \backslash
22543 hline}
22544 \end_layout
22545
22546 \begin_layout Plain Layout
22547
22548  {
22549 \backslash
22550 noalign{
22551 \backslash
22552 global
22553 \backslash
22554 arrayrulewidth 1.5pt}
22555 \end_layout
22556
22557 \begin_layout Plain Layout
22558
22559   
22560 \backslash
22561 myHline
22562 \backslash
22563 noalign{
22564 \backslash
22565 global
22566 \backslash
22567 arrayrulewidth 0.4pt}}
22568 \end_layout
22569
22570 \end_inset
22571
22572
22573 \begin_inset Float table
22574 wide false
22575 sideways false
22576 status open
22577
22578 \begin_layout Plain Layout
22579 \begin_inset Caption Standard
22580
22581 \begin_layout Plain Layout
22582 \begin_inset CommandInset label
22583 LatexCommand label
22584 name "tab:1.5pt幅横罫"
22585
22586 \end_inset
22587
22588 1.5
22589 \begin_inset space \thinspace{}
22590 \end_inset
22591
22592 pt幅横罫の表
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Plain Layout
22601 \align center
22602 \begin_inset Tabular
22603 <lyxtabular version="3" rows="3" columns="3">
22604 <features tabularvalignment="middle">
22605 <column alignment="center" valignment="top">
22606 <column alignment="center" valignment="top">
22607 <column alignment="center" valignment="top">
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 sd
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 sd
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 </row>
22666 <row>
22667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 sd
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 </lyxtabular>
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \end_inset
22703
22704
22705 \begin_inset ERT
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709
22710
22711 \backslash
22712 renewcommand{
22713 \backslash
22714 hline}{
22715 \backslash
22716 myHline}
22717 \end_layout
22718
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \begin_layout Standard
22725 \begin_inset VSpace bigskip
22726 \end_inset
22727
22728 縦罫だけを1.5
22729 \begin_inset space \thinspace{}
22730 \end_inset
22731
22732 pt幅にするには,第
22733 \begin_inset CommandInset ref
22734 LatexCommand ref
22735 reference "subsec:自製書式"
22736
22737 \end_inset
22738
22739 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22740 \end_layout
22741
22742 \begin_layout Standard
22743
22744 \series bold
22745
22746 \backslash
22747 newcolumntype{V}{!{
22748 \backslash
22749 vrule width 1.5pt}}
22750 \end_layout
22751
22752 \begin_layout Standard
22753
22754 \begin_inset CommandInset ref
22755 LatexCommand ref
22756 reference "tab:1.5pt幅縦罫"
22757
22758 \end_inset
22759
22760 を作るには,最右列に\SpecialChar LaTeX
22761 引数
22762 \end_layout
22763
22764 \begin_layout Standard
22765
22766 \series bold
22767 VcV
22768 \end_layout
22769
22770 \begin_layout Standard
22771 を指定し,他の列には
22772 \end_layout
22773
22774 \begin_layout Standard
22775
22776 \series bold
22777 Vc
22778 \end_layout
22779
22780 \begin_layout Standard
22781 を指定します.
22782 \end_layout
22783
22784 \begin_layout Standard
22785 \begin_inset Float table
22786 wide false
22787 sideways false
22788 status open
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Caption Standard
22792
22793 \begin_layout Plain Layout
22794 \begin_inset CommandInset label
22795 LatexCommand label
22796 name "tab:1.5pt幅縦罫"
22797
22798 \end_inset
22799
22800 1.5
22801 \begin_inset space \thinspace{}
22802 \end_inset
22803
22804 pt幅縦罫の表
22805 \end_layout
22806
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \begin_layout Plain Layout
22813 \align center
22814 \begin_inset Tabular
22815 <lyxtabular version="3" rows="3" columns="3">
22816 <features tabularvalignment="middle">
22817 <column alignment="center" valignment="top" special="Vc">
22818 <column alignment="center" valignment="top" special="Vc">
22819 <column alignment="center" valignment="top" special="VcV">
22820 <row>
22821 <cell alignment="center" valignment="top" topline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 sd
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 </row>
22849 <row>
22850 <cell alignment="center" valignment="top" topline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" topline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 sd
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" topline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 </row>
22878 <row>
22879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 sd
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 </lyxtabular>
22908
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \begin_layout Subsection
22920 点罫
22921 \begin_inset Index idx
22922 status collapsed
22923
22924 \begin_layout Plain Layout
22925 ひょうのちょうせい@表の調整 ! てんけい@点罫
22926 \end_layout
22927
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \begin_layout Standard
22934 \begin_inset ERT
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938
22939
22940 \backslash
22941 ifarydshln
22942 \end_layout
22943
22944 \end_inset
22945
22946
22947 \begin_inset Note Note
22948 status open
22949
22950 \begin_layout Plain Layout
22951 この節は,\SpecialChar LaTeX
22952 パッケージ
22953 \series bold
22954 arydshln
22955 \series default
22956 が導入済みの時のみ表示されます.
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Standard
22965 \begin_inset Float table
22966 placement H
22967 wide false
22968 sideways false
22969 status open
22970
22971 \begin_layout Plain Layout
22972 \begin_inset Caption Standard
22973
22974 \begin_layout Plain Layout
22975 \begin_inset CommandInset label
22976 LatexCommand label
22977 name "tab:点罫表"
22978
22979 \end_inset
22980
22981 点罫を使用した表
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Plain Layout
22990 \align center
22991 \begin_inset Tabular
22992 <lyxtabular version="3" rows="5" columns="5">
22993 <features tabularvalignment="middle">
22994 <column alignment="center" valignment="top">
22995 <column alignment="center" valignment="top">
22996 <column alignment="center" valignment="top" special=":c">
22997 <column alignment="center" valignment="top">
22998 <column alignment="center" valignment="top">
22999 <row>
23000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 </row>
23093 <row>
23094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 hdashline 
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 \begin_inset ERT
23158 status collapsed
23159
23160 \begin_layout Plain Layout
23161
23162
23163 \backslash
23164 cdashline{4-5}
23165 \end_layout
23166
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 </lyxtabular>
23259
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \begin_layout Standard
23271 \SpecialChar LyX
23272 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23273 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23274 \end_layout
23275
23276 \begin_layout Standard
23277
23278 \series bold
23279
23280 \backslash
23281 usepackage{arydshln}
23282 \end_layout
23283
23284 \begin_layout Standard
23285 というコマンドを書き,\SpecialChar LaTeX
23286 パッケージの
23287 \series bold
23288 arydshln
23289 \series default
23290
23291 \begin_inset Index idx
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295 \SpecialChar LaTeX
23296 ぱっけーじ@\SpecialChar LaTeX
23297 パッケージ ! arydshln
23298 \end_layout
23299
23300 \end_inset
23301
23302 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23303 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23304 \end_layout
23305
23306 \begin_layout Standard
23307 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23308 コードで
23309 \end_layout
23310
23311 \begin_layout Standard
23312
23313 \series bold
23314
23315 \backslash
23316 hdashline
23317 \end_layout
23318
23319 \begin_layout Standard
23320 というコマンドを加えてください.
23321 \end_layout
23322
23323 \begin_layout Standard
23324 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23325 コードで
23326 \end_layout
23327
23328 \begin_layout Standard
23329
23330 \series bold
23331
23332 \backslash
23333 cdashline{列番号
23334 \series default
23335 }
23336 \end_layout
23337
23338 \begin_layout Standard
23339 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23340 \end_layout
23341
23342 \begin_layout Standard
23343
23344 \series bold
23345
23346 \backslash
23347 cdashline{2-4}
23348 \end_layout
23349
23350 \begin_layout Standard
23351 なるコマンドを置いてください.
23352 \end_layout
23353
23354 \begin_layout Standard
23355 \begin_inset VSpace bigskip
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \begin_layout Standard
23362
23363 \begin_inset CommandInset ref
23364 LatexCommand ref
23365 reference "tab:点罫表"
23366
23367 \end_inset
23368
23369 は,第3列の\SpecialChar LaTeX
23370 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23371 コードのコマンド
23372 \series bold
23373
23374 \backslash
23375 hdashline
23376 \series default
23377 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23378 コードのコマンド
23379 \begin_inset Newline newline
23380 \end_inset
23381
23382  
23383 \series bold
23384
23385 \backslash
23386 cdashline{4-5}
23387 \series default
23388 が挿れられています.
23389 \end_layout
23390
23391 \begin_layout Standard
23392 \begin_inset VSpace bigskip
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \begin_layout Standard
23399 点罫を持つ表も,表
23400 \begin_inset CommandInset ref
23401 LatexCommand ref
23402 reference "tab:Colored-table-with"
23403
23404 \end_inset
23405
23406 のように色付けをすることができます.
23407 \end_layout
23408
23409 \begin_layout Standard
23410 \begin_inset ERT
23411 status collapsed
23412
23413 \begin_layout Plain Layout
23414
23415
23416 \backslash
23417 setlength{
23418 \backslash
23419 arrayrulewidth}{1pt}
23420 \end_layout
23421
23422 \end_inset
23423
23424
23425 \begin_inset Note Note
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429 罫線色が見易いように線を太く
23430 \end_layout
23431
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \begin_layout Standard
23438 \begin_inset ERT
23439 status collapsed
23440
23441 \begin_layout Plain Layout
23442
23443
23444 \backslash
23445 dashgapcolor{green}
23446 \end_layout
23447
23448 \end_inset
23449
23450
23451 \begin_inset Note Note
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455 緑点罫の間の色付き余白
23456 \end_layout
23457
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \begin_layout Standard
23464 \begin_inset ERT
23465 status collapsed
23466
23467 \begin_layout Plain Layout
23468
23469
23470 \backslash
23471 let
23472 \backslash
23473 myHdashline
23474 \backslash
23475 hdashline
23476 \end_layout
23477
23478 \begin_layout Plain Layout
23479
23480
23481 \backslash
23482 renewcommand{
23483 \backslash
23484 hdashline}
23485 \end_layout
23486
23487 \begin_layout Plain Layout
23488
23489  {
23490 \backslash
23491 arrayrulecolor{red}
23492 \backslash
23493 myHdashline
23494 \backslash
23495 arrayrulecolor{black}}
23496 \end_layout
23497
23498 \end_inset
23499
23500
23501 \begin_inset Note Note
23502 status collapsed
23503
23504 \begin_layout Plain Layout
23505 色付き水平線・点罫赤
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \begin_layout Standard
23514 \begin_inset ERT
23515 status collapsed
23516
23517 \begin_layout Plain Layout
23518
23519
23520 \backslash
23521 let
23522 \backslash
23523 myCdashline
23524 \backslash
23525 cdashline
23526 \end_layout
23527
23528 \begin_layout Plain Layout
23529
23530
23531 \backslash
23532 renewcommand{
23533 \backslash
23534 cdashline}[1]
23535 \end_layout
23536
23537 \begin_layout Plain Layout
23538
23539  {
23540 \backslash
23541 arrayrulecolor{yellow}
23542 \backslash
23543 myCdashline{#1}
23544 \backslash
23545 arrayrulecolor{black}}
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \begin_inset Note Note
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555 色付き部分水平線・点罫黄色
23556 \end_layout
23557
23558 \end_inset
23559
23560
23561 \end_layout
23562
23563 \begin_layout Standard
23564 \begin_inset Float table
23565 placement h
23566 wide false
23567 sideways false
23568 status open
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Caption Standard
23572
23573 \begin_layout Plain Layout
23574 \begin_inset CommandInset label
23575 LatexCommand label
23576 name "tab:Colored-table-with"
23577
23578 \end_inset
23579
23580 点罫線の色付き表
23581 \end_layout
23582
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \begin_layout Plain Layout
23589 \align center
23590 \begin_inset Tabular
23591 <lyxtabular version="3" rows="5" columns="5">
23592 <features tabularvalignment="middle">
23593 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23594 <column alignment="center" valignment="top" width="0pt">
23595 <column alignment="center" valignment="top" width="0pt" special=":c">
23596 <column alignment="center" valignment="top">
23597 <column alignment="center" valignment="top">
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 </row>
23645 <row>
23646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 </row>
23692 <row>
23693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 \begin_inset ERT
23698 status collapsed
23699
23700 \begin_layout Plain Layout
23701
23702
23703 \backslash
23704 hdashline 
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \begin_inset ERT
23711 status collapsed
23712
23713 \begin_layout Plain Layout
23714
23715
23716 \backslash
23717 rowcolor{Gray}
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset ERT
23770 status collapsed
23771
23772 \begin_layout Plain Layout
23773
23774
23775 \backslash
23776 cdashline{4-5}
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 </row>
23823 <row>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 \begin_inset ERT
23865 status collapsed
23866
23867 \begin_layout Plain Layout
23868
23869
23870 \backslash
23871 cellcolor{Maroon}
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 </lyxtabular>
23883
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \begin_layout Standard
23895 \begin_inset ERT
23896 status collapsed
23897
23898 \begin_layout Plain Layout
23899
23900
23901 \backslash
23902 renewcommand{
23903 \backslash
23904 hdashline}{
23905 \backslash
23906 myHdashline}
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \begin_inset Note Note
23913 status collapsed
23914
23915 \begin_layout Plain Layout
23916 既定値に戻す
23917 \end_layout
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Standard
23925 \begin_inset ERT
23926 status collapsed
23927
23928 \begin_layout Plain Layout
23929
23930
23931 \backslash
23932 renewcommand{
23933 \backslash
23934 cdashline}{
23935 \backslash
23936 myCdashline}
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \begin_inset Note Note
23943 status collapsed
23944
23945 \begin_layout Plain Layout
23946 既定値に戻す
23947 \end_layout
23948
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \begin_layout Standard
23955 \begin_inset ERT
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959
23960
23961 \backslash
23962 nodashgapcolor
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \begin_inset Note Note
23969 status collapsed
23970
23971 \begin_layout Plain Layout
23972 既定値に戻す
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \begin_layout Standard
23981 \begin_inset ERT
23982 status collapsed
23983
23984 \begin_layout Plain Layout
23985
23986
23987 \backslash
23988 setlength{
23989 \backslash
23990 arrayrulewidth}{0.4pt}
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \begin_inset Note Note
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000 既定値に戻す
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Standard
24009 行や列,罫線の着色は,第
24010 \begin_inset CommandInset ref
24011 LatexCommand ref
24012 reference "sec:色付きの表"
24013
24014 \end_inset
24015
24016 節に述べられているように動作します.水平線の着色も,
24017 \series bold
24018
24019 \backslash
24020 myHlineC
24021 \series default
24022 コマンドを
24023 \series bold
24024
24025 \backslash
24026 myHdashline
24027 \series default
24028 に置き換え,
24029 \series bold
24030
24031 \backslash
24032 hline
24033 \series default
24034
24035 \series bold
24036
24037 \backslash
24038 hdashline
24039 \series default
24040 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24041 \end_layout
24042
24043 \begin_layout Standard
24044
24045 \series bold
24046
24047 \backslash
24048 let
24049 \backslash
24050 myHdashline
24051 \backslash
24052 hdashline
24053 \begin_inset Newline newline
24054 \end_inset
24055
24056
24057 \backslash
24058 renewcommand{
24059 \backslash
24060 hdashline}
24061 \begin_inset Newline newline
24062 \end_inset
24063
24064
24065 \begin_inset Phantom HPhantom
24066 status open
24067
24068 \begin_layout Plain Layout
24069 \begin_inset space ~
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076
24077 {
24078 \backslash
24079 arrayrulecolor{red}
24080 \backslash
24081 myHdashline
24082 \backslash
24083 arrayrulecolor{black}}
24084 \end_layout
24085
24086 \begin_layout Standard
24087
24088 \series bold
24089
24090 \backslash
24091 cdashline
24092 \series default
24093 に色をつけるならば,コマンドは
24094 \end_layout
24095
24096 \begin_layout Standard
24097
24098 \series bold
24099
24100 \backslash
24101 let
24102 \backslash
24103 myCdashline
24104 \backslash
24105 cdashline
24106 \begin_inset Newline newline
24107 \end_inset
24108
24109
24110 \backslash
24111 renewcommand{
24112 \backslash
24113 cdashline}[1]
24114 \begin_inset Newline newline
24115 \end_inset
24116
24117
24118 \begin_inset Phantom HPhantom
24119 status open
24120
24121 \begin_layout Plain Layout
24122 \begin_inset space ~
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \end_inset
24129
24130 {
24131 \backslash
24132 arrayrulecolor{red}
24133 \backslash
24134 myCdashline{#1}
24135 \backslash
24136 arrayrulecolor{black}}
24137 \end_layout
24138
24139 \begin_layout Standard
24140 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24141 コードで挿入する必要があります.
24142 \end_layout
24143
24144 \begin_layout Standard
24145
24146 \series bold
24147
24148 \backslash
24149 hdashline
24150 \series default
24151 の場合は
24152 \end_layout
24153
24154 \begin_layout Standard
24155
24156 \series bold
24157
24158 \backslash
24159 renewcommand{
24160 \backslash
24161 hdashline}{
24162 \backslash
24163 myHdashline}
24164 \end_layout
24165
24166 \begin_layout Standard
24167 とし,
24168 \series bold
24169
24170 \backslash
24171 cdashline
24172 \series default
24173 の場合は
24174 \end_layout
24175
24176 \begin_layout Standard
24177
24178 \series bold
24179
24180 \backslash
24181 renewcommand{
24182 \backslash
24183 cdashline}{
24184 \backslash
24185 myCdashline}
24186 \end_layout
24187
24188 \begin_layout Standard
24189 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24190 コードで
24191 \end_layout
24192
24193 \begin_layout Standard
24194
24195 \series bold
24196
24197 \backslash
24198 dashgapcolor{色}
24199 \end_layout
24200
24201 \begin_layout Standard
24202 とすれば良いです.ここで「色」は,定義済みの色名です.
24203 \end_layout
24204
24205 \begin_layout Standard
24206
24207 \series bold
24208
24209 \backslash
24210 nodashgapcolor
24211 \end_layout
24212
24213 \begin_layout Standard
24214 というコマンドは,
24215 \series bold
24216
24217 \backslash
24218 dashgapcolor
24219 \series default
24220 が行った変更を元に戻します.
24221 \end_layout
24222
24223 \begin_layout Standard
24224 \begin_inset Note Greyedout
24225 status open
24226
24227 \begin_layout Plain Layout
24228
24229 \series bold
24230 【註】
24231 \series default
24232 1つのセル中に複数のコマンドがある場合,
24233 \series bold
24234 arydshln
24235 \series default
24236 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24237 \begin_inset CommandInset ref
24238 LatexCommand ref
24239 reference "tab:Colored-table-with"
24240
24241 \end_inset
24242
24243 のセル
24244 \emph on
24245 k
24246 \emph default
24247 では,
24248 \series bold
24249
24250 \backslash
24251 hdashline
24252 \series default
24253 コマンドが
24254 \series bold
24255
24256 \backslash
24257 rowcolor
24258 \series default
24259 の前に来ています.
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \begin_layout Standard
24268 \begin_inset Note Greyedout
24269 status open
24270
24271 \begin_layout Plain Layout
24272
24273 \series bold
24274 【註】
24275 \series default
24276 \SpecialChar LaTeX
24277 パッケージ
24278 \series bold
24279 arydshln
24280 \series default
24281 は,文書プリアンブル中で\SpecialChar LaTeX
24282 パッケージ
24283 \series bold
24284 colortbl
24285 \series default
24286
24287 \begin_inset Index idx
24288 status collapsed
24289
24290 \begin_layout Plain Layout
24291 \SpecialChar LaTeX
24292 ぱっけーじ@\SpecialChar LaTeX
24293 パッケージ ! colortbl
24294 \end_layout
24295
24296 \end_inset
24297
24298 よりも前に読み込まれている必要があります.
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Standard
24307 \begin_inset ERT
24308 status collapsed
24309
24310 \begin_layout Plain Layout
24311
24312
24313 \backslash
24314 else
24315 \end_layout
24316
24317 \end_inset
24318
24319
24320 \begin_inset Note Note
24321 status open
24322
24323 \begin_layout Plain Layout
24324 以下は,\SpecialChar LaTeX
24325 パッケージ
24326 \series bold
24327 arydshln
24328 \series default
24329 が導入済みでないときに表示されます.
24330 \end_layout
24331
24332 \end_inset
24333
24334
24335 \end_layout
24336
24337 \begin_layout Standard
24338 本節の内容を出力に表示するためには,
24339 \series bold
24340 arydshln
24341 \series default
24342 パッケージを導入しなくてはなりません.
24343 \end_layout
24344
24345 \begin_layout Standard
24346 \begin_inset ERT
24347 status collapsed
24348
24349 \begin_layout Plain Layout
24350
24351
24352 \backslash
24353 fi
24354 \end_layout
24355
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \begin_layout Standard
24362 点罫について詳しい情報は,
24363 \series bold
24364 arydshln
24365 \series default
24366 の取扱説明書
24367 \begin_inset CommandInset citation
24368 LatexCommand cite
24369 key "arydshln"
24370
24371 \end_inset
24372
24373 をご覧ください.
24374 \end_layout
24375
24376 \begin_layout Chapter
24377 フロート
24378 \begin_inset CommandInset label
24379 LatexCommand label
24380 name "chap:フロート"
24381
24382 \end_inset
24383
24384
24385 \begin_inset Index idx
24386 status collapsed
24387
24388 \begin_layout Plain Layout
24389 ふろーと@フロート
24390 \end_layout
24391
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \begin_layout Section
24398 はじめに
24399 \begin_inset CommandInset label
24400 LatexCommand label
24401 name "sec:フロートはじめに"
24402
24403 \end_inset
24404
24405
24406 \begin_inset Index idx
24407 status collapsed
24408
24409 \begin_layout Plain Layout
24410 ふろーと@フロート ! はじめに
24411 \end_layout
24412
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \begin_layout Standard
24419 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24420 ート)ことができます.
24421 \family sans
24422 脚註
24423 \family default
24424
24425 \family sans
24426 傍註
24427 \family default
24428 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24429 \end_layout
24430
24431 \begin_layout Standard
24432 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24433 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24434 ートには連番が割り当てられます.参照については,第
24435 \begin_inset CommandInset ref
24436 LatexCommand ref
24437 reference "sec:フロートの参照"
24438
24439 \end_inset
24440
24441 節で述べられています.
24442 \end_layout
24443
24444 \begin_layout Standard
24445 フロートを挿入するには,
24446 \family sans
24447 挿入\SpecialChar menuseparator
24448 フロート
24449 \family default
24450 メニュー(
24451 \begin_inset Info
24452 type  "icon"
24453 arg   "float-insert figure"
24454 \end_inset
24455
24456 または
24457 \begin_inset Info
24458 type  "icon"
24459 arg   "float-insert table"
24460 \end_inset
24461
24462 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24463 \family sans
24464 キャプション
24465 \family default
24466 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24467 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24468 \begin_inset CommandInset ref
24469 LatexCommand ref
24470 reference "sec:キャプションの配置"
24471
24472 \end_inset
24473
24474 節に述べられています.また,\SpecialChar LyX
24475 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24476 畳んだフロートボックスは,
24477 \begin_inset Graphics
24478         filename clipart/float.png
24479         scale 70
24480         scaleBeforeRotation
24481
24482 \end_inset
24483
24484 のように,灰色ボタンに赤字ラベルで表示されます.
24485 \end_layout
24486
24487 \begin_layout Standard
24488 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24489 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24490 \end_layout
24491
24492 \begin_layout Standard
24493 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24494 \end_layout
24495
24496 \begin_layout Section
24497 フロート型
24498 \end_layout
24499
24500 \begin_layout Standard
24501 \SpecialChar LyX
24502 には,第
24503 \begin_inset CommandInset ref
24504 LatexCommand ref
24505 reference "sec:図フロート"
24506
24507 \end_inset
24508
24509 節および第
24510 \begin_inset CommandInset ref
24511 LatexCommand ref
24512 reference "sec:表フロート"
24513
24514 \end_inset
24515
24516 節で各々説明されている図フロートと表フロート以外に,
24517 \family sans
24518 アルゴリズム型
24519 \series bold
24520
24521 \series default
24522 折返し型
24523 \family default
24524 のフロート型があります.後者は,第
24525 \begin_inset CommandInset ref
24526 LatexCommand ref
24527 reference "sec:折返しフロート"
24528
24529 \end_inset
24530
24531 節に説明があります.
24532 \end_layout
24533
24534 \begin_layout Subsection
24535 アルゴリズムフロート
24536 \begin_inset Index idx
24537 status collapsed
24538
24539 \begin_layout Plain Layout
24540 ふろーと@フロート ! あるごりずむ@アルゴリズム
24541 \end_layout
24542
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \begin_layout Standard
24549 \begin_inset Float algorithm
24550 placement h
24551 wide false
24552 sideways false
24553 status open
24554
24555 \begin_layout Plain Layout
24556 \begin_inset Caption Standard
24557
24558 \begin_layout Plain Layout
24559 \begin_inset CommandInset label
24560 LatexCommand label
24561 name "alg:アルゴリズムフロートの例"
24562
24563 \end_inset
24564
24565 アルゴリズムフロートの例
24566 \end_layout
24567
24568 \end_inset
24569
24570
24571 \end_layout
24572
24573 \begin_layout LyX-Code
24574 for I in 1..N loop
24575 \begin_inset Newline newline
24576 \end_inset
24577
24578  Sum:= Sum + A(I); /*comment*/
24579 \begin_inset Newline newline
24580 \end_inset
24581
24582 end loop
24583 \begin_inset VSpace -4mm
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Standard
24595 このフロート型は,
24596 \family sans
24597 挿入
24598 \shape up
24599 \SpecialChar menuseparator
24600 フロート\SpecialChar menuseparator
24601 アルゴリズム
24602 \family default
24603 \shape default
24604 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24605 \begin_inset CommandInset ref
24606 LatexCommand ref
24607 reference "cha:プログラムコードリスト"
24608
24609 \end_inset
24610
24611 章で説明されているプログラムコードリストの代わりとみなすことができます.
24612 \emph on
24613 \SpecialChar LyX
24614 ユーザーの手引き
24615 \emph default
24616 に述べられているように,アルゴリズム向けの環境としては,
24617 \family sans
24618 \SpecialChar LyX
24619 コード
24620 \family default
24621 があります. アルゴリズム
24622 \begin_inset CommandInset ref
24623 LatexCommand ref
24624 reference "alg:アルゴリズムフロートの例"
24625
24626 \end_inset
24627
24628 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24629 \begin_inset space \thinspace{}
24630 \end_inset
24631
24632 mmの垂直空白が入れてあります.
24633 \end_layout
24634
24635 \begin_layout Standard
24636 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24637 \end_layout
24638
24639 \begin_layout Standard
24640
24641 \series bold
24642
24643 \backslash
24644 floatname{algorithm}{付けたい名称}
24645 \end_layout
24646
24647 \begin_layout Standard
24648 という行を手動で加える必要があります.ここで
24649 \family sans
24650 \series bold
24651 付けたい名称
24652 \family default
24653 \series default
24654 には,お使いの言語で「
24655 \emph on
24656 algorithm
24657 \emph default
24658 」に対応する単語を指定します.
24659 \end_layout
24660
24661 \begin_layout Standard
24662 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24663 のメニューに表示されている言語と同じであるならば,
24664 \family sans
24665 挿入\SpecialChar menuseparator
24666 一覧/目次\SpecialChar menuseparator
24667 アルゴリズム一覧
24668 \family default
24669 メニューを使用します.それ以外の場合には,代わりに
24670 \end_layout
24671
24672 \begin_layout Standard
24673
24674 \series bold
24675
24676 \backslash
24677 listof{algorithm}{付けたい名称}
24678 \end_layout
24679
24680 \begin_layout Standard
24681 というコマンドを\SpecialChar TeX
24682 コードとして用います.ここで
24683 \family sans
24684 付けたい名称
24685 \family default
24686 とは,「
24687 \emph on
24688 List of Algorithm
24689 \emph default
24690 s」という単語に相当する,ご使用になりたい言語での単語です.
24691 \end_layout
24692
24693 \begin_layout Standard
24694 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24695 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24696 \end_layout
24697
24698 \begin_layout Standard
24699
24700 \series bold
24701
24702 \backslash
24703 numberwithin{algorithm}{chapter}
24704 \end_layout
24705
24706 \begin_layout Standard
24707 というコマンドを追加してください.
24708 \series bold
24709
24710 \backslash
24711 numberwithin
24712 \series default
24713 というコマンドを使用するには,文書設定の
24714 \family sans
24715 数式オプション
24716 \family default
24717 タブで
24718 \family sans
24719 AMS mathパッケージを使用する
24720 \family default
24721 オプションを有効にしてください.
24722 \end_layout
24723
24724 \begin_layout Section
24725 フロートの連番
24726 \begin_inset Index idx
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 ふろーと@フロート ! れんばん@連番
24731 \end_layout
24732
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \begin_layout Standard
24739 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24740 て変わります.
24741 \end_layout
24742
24743 \begin_layout Standard
24744 節から独立して付けられている連番を変更するには,文書プリアンブルで
24745 \end_layout
24746
24747 \begin_layout Standard
24748
24749 \series bold
24750
24751 \backslash
24752 renewcommand{
24753 \backslash
24754 thetable}{
24755 \backslash
24756 roman{table}}
24757 \end_layout
24758
24759 \begin_layout Standard
24760
24761 \series bold
24762 というコマンドを使うと良いでしょう.
24763 \backslash
24764 thetable
24765 \series default
24766 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24767 \series bold
24768
24769 \backslash
24770 thefigure
24771 \series default
24772 コマンドを使用します.上のコマンドで使用されている
24773 \series bold
24774
24775 \backslash
24776 roman
24777 \series default
24778 は,表番号を小文字のローマ数字で印字するコマンドです.
24779 \end_layout
24780
24781 \begin_layout Standard
24782 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24783 \end_layout
24784
24785 \begin_layout Standard
24786
24787 \series bold
24788
24789 \backslash
24790 numberwithin{table}{subsection}
24791 \end_layout
24792
24793 \begin_layout Standard
24794 というコマンドを使用してください.
24795 \series bold
24796
24797 \backslash
24798 numberwithin
24799 \series default
24800 コマンドを使用可能にするためには,文書設定の
24801 \family sans
24802 数式オプション
24803 \family default
24804 タブで,
24805 \family sans
24806 AMS
24807 \begin_inset space ~
24808 \end_inset
24809
24810 math数式パッケージを使用する
24811 \family default
24812 を使用します.
24813 \end_layout
24814
24815 \begin_layout Standard
24816 連番コマンドについての詳細と大切な注意点については,第
24817 \begin_inset CommandInset ref
24818 LatexCommand ref
24819 reference "subsec:脚注の付番"
24820
24821 \end_inset
24822
24823 節もご覧ください.
24824 \end_layout
24825
24826 \begin_layout Section
24827 フロートの参照
24828 \begin_inset CommandInset label
24829 LatexCommand label
24830 name "sec:フロートの参照"
24831
24832 \end_inset
24833
24834
24835 \begin_inset Index idx
24836 status collapsed
24837
24838 \begin_layout Plain Layout
24839 ふろーと@フロート ! さんしょう@参照
24840 \end_layout
24841
24842 \end_inset
24843
24844
24845 \begin_inset Index idx
24846 status collapsed
24847
24848 \begin_layout Plain Layout
24849 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 フロートを参照するには,
24859 \family sans
24860 挿入\SpecialChar menuseparator
24861 ラベル
24862 \family default
24863 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24864 \begin_inset Graphics
24865         filename clipart/label.png
24866         scaleBeforeRotation
24867
24868 \end_inset
24869
24870 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24871 は,キャプションの最初の数単語に前置句をつけたも
24872 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24873 \family sans
24874 fig:
24875 \family default
24876 」という前置句がつけられます.
24877 \end_layout
24878
24879 \begin_layout Standard
24880 ラベルは,参照のための名称兼位置標として用いられます.
24881 \family sans
24882 挿入\SpecialChar menuseparator
24883 相互参照
24884 \family default
24885 メニューかツールバーボタン
24886 \family sans
24887
24888 \begin_inset Info
24889 type  "icon"
24890 arg   "dialog-show-new-inset ref"
24891 \end_inset
24892
24893
24894 \family default
24895 を使えば,ラベルを参照することができます.
24896 \begin_inset Graphics
24897         filename clipart/reference.png
24898         scaleBeforeRotation
24899
24900 \end_inset
24901
24902 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24903 文書が開かれている場合には,ダイアログの上方にある
24904 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24905
24906 \end_layout
24907
24908 \begin_layout Standard
24909 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24910 出力では,参照の代わりに二つの疑問符が表示されることになります.
24911 \end_layout
24912
24913 \begin_layout Standard
24914 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24915 で,リンクの更新に手間を割く必要はありません.
24916 \end_layout
24917
24918 \begin_layout Standard
24919 相互参照ウィンドウの
24920 \family sans
24921 ラベルへ移動
24922 \family default
24923 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24924 \family sans
24925 戻る
24926 \family default
24927 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24928 \end_layout
24929
24930 \begin_layout Subsection
24931 相互参照の書式
24932 \begin_inset CommandInset label
24933 LatexCommand label
24934 name "subsec:相互参照の書式"
24935
24936 \end_inset
24937
24938
24939 \begin_inset Index idx
24940 status collapsed
24941
24942 \begin_layout Plain Layout
24943 さんしょう@参照 ! しょしき@書式
24944 \end_layout
24945
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \begin_layout Standard
24952 相互参照には,以下の6種類があります.
24953 \end_layout
24954
24955 \begin_layout Description
24956 <参照>: これはフロート番号を表示します.これが既定値です.例:
24957 \begin_inset CommandInset ref
24958 LatexCommand ref
24959 reference "fig:歪められた二つの像"
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Description
24967 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24968 例:
24969 \begin_inset CommandInset ref
24970 LatexCommand eqref
24971 reference "eq:Wgn"
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Description
24979 <参照ページ>: これはページ番号を表示します.例:Page
24980 \begin_inset space ~
24981 \end_inset
24982
24983
24984 \begin_inset CommandInset ref
24985 LatexCommand pageref
24986 reference "fig:歪められた二つの像"
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Description
24994 on
24995 \begin_inset space ~
24996 \end_inset
24997
24998 page
24999 \begin_inset space ~
25000 \end_inset
25001
25002 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
25003 \begin_inset CommandInset ref
25004 LatexCommand vpageref
25005 reference "fig:歪められた二つの像"
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \begin_layout Description
25013 <参照>
25014 \begin_inset space ~
25015 \end_inset
25016
25017 on
25018 \begin_inset space ~
25019 \end_inset
25020
25021 page
25022 \begin_inset space ~
25023 \end_inset
25024
25025 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
25026 \begin_inset CommandInset ref
25027 LatexCommand vref
25028 reference "fig:歪められた二つの像"
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Description
25036 整形された参照: これは自製の相互参照書式で出力します.
25037 \begin_inset Newline newline
25038 \end_inset
25039
25040
25041 \begin_inset Note Greyedout
25042 status open
25043
25044 \begin_layout Plain Layout
25045
25046 \series bold
25047 【註】
25048 \series default
25049 この機能は,\SpecialChar LaTeX
25050 パッケージ
25051 \series bold
25052 prettyref
25053 \series default
25054 または
25055 \series bold
25056 refstyle
25057 \series default
25058 が導入されている場合のみ使用することができます.
25059 \begin_inset Index idx
25060 status collapsed
25061
25062 \begin_layout Plain Layout
25063 \SpecialChar LaTeX
25064 ぱっけーじ@\SpecialChar LaTeX
25065 パッケージ! prettyref
25066 \end_layout
25067
25068 \end_inset
25069
25070
25071 \begin_inset Index idx
25072 status collapsed
25073
25074 \begin_layout Plain Layout
25075 \SpecialChar LaTeX
25076 ぱっけーじ@\SpecialChar LaTeX
25077 パッケージ ! refstyle
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \end_inset
25086
25087
25088 \begin_inset Newline newline
25089 \end_inset
25090
25091 メニュー
25092 \family sans
25093 文書\SpecialChar menuseparator
25094 設定\SpecialChar menuseparator
25095 文書クラス
25096 \family default
25097 でオプション
25098 \family sans
25099 相互参照に(prettyrefではなく)refstyleを使用
25100 \family default
25101 を設定すると,この機能で使用する\SpecialChar LaTeX
25102 パッケージを選択することができます.書式は,文書プリアンブルに
25103 \series bold
25104
25105 \backslash
25106 newrefformat
25107 \series default
25108 コマンド(prettyrefの場合)あるいは
25109 \series bold
25110
25111 \backslash
25112 newref
25113 \series default
25114 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25115 \family sans
25116 fig
25117 \family default
25118 」を持ちます)をすべて定義し直すには,
25119 \begin_inset Newline newline
25120 \end_inset
25121
25122
25123 \series bold
25124
25125 \backslash
25126 newref{fig}{refcmd={Image on page 
25127 \backslash
25128 pageref{#1}}}
25129 \begin_inset Newline newline
25130 \end_inset
25131
25132
25133 \series default
25134 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25135 \begin_inset CommandInset citation
25136 LatexCommand cite
25137 key "prettyref,refstyle"
25138
25139 \end_inset
25140
25141 をご覧ください.
25142 \end_layout
25143
25144 \begin_layout Description
25145 名称参照: これは,下のような参照のキャプションを出力します.
25146 \begin_inset Newline newline
25147 \end_inset
25148
25149  
25150 \begin_inset CommandInset ref
25151 LatexCommand nameref
25152 reference "fig:歪められた二つの像"
25153
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \begin_layout Standard
25160
25161 \family sans
25162 <参照ページ>
25163 \family default
25164 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25165 \family sans
25166 on this page
25167 \family default
25168 」のような文章が表示されます.様式
25169 \family sans
25170 <参照> on page <参照ページ>
25171 \family default
25172 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25173 \end_layout
25174
25175 \begin_layout Standard
25176 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25177 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25178 \family sans
25179 書式
25180 \family default
25181 フィールドで選ぶことができます.
25182 \end_layout
25183
25184 \begin_layout Standard
25185 \begin_inset Note Greyedout
25186 status open
25187
25188 \begin_layout Plain Layout
25189
25190 \series bold
25191 【註】
25192 \series default
25193 \SpecialChar LaTeX
25194 パッケージ
25195 \series bold
25196 prettyref
25197 \series default
25198
25199 \begin_inset Index idx
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203 \SpecialChar LaTeX
25204 ぱっけーじ@\SpecialChar LaTeX
25205 パッケージ! prettyref
25206 \end_layout
25207
25208 \end_inset
25209
25210 は,\SpecialChar LyX
25211 の取り得るラベル
25212 \begin_inset Flex Ruby
25213 status collapsed
25214
25215 \begin_layout Plain Layout
25216 捷径
25217 \begin_inset Argument post:1
25218 status collapsed
25219
25220 \begin_layout Plain Layout
25221 ショートカット
25222 \end_layout
25223
25224 \end_inset
25225
25226
25227 \end_layout
25228
25229 \end_inset
25230
25231
25232 \begin_inset Foot
25233 status collapsed
25234
25235 \begin_layout Plain Layout
25236 例えば,
25237 \begin_inset Quotes eld
25238 \end_inset
25239
25240 fig:
25241 \begin_inset Quotes erd
25242 \end_inset
25243
25244 は図キャプションを表す\SpecialChar LyX
25245
25246 \begin_inset Flex Ruby
25247 status collapsed
25248
25249 \begin_layout Plain Layout
25250 捷径
25251 \begin_inset Argument post:1
25252 status collapsed
25253
25254 \begin_layout Plain Layout
25255 ショートカット
25256 \end_layout
25257
25258 \end_inset
25259
25260
25261 \end_layout
25262
25263 \end_inset
25264
25265 です.
25266 \end_layout
25267
25268 \end_inset
25269
25270 を全部は解釈できず,国際化もされていないので,
25271 \series bold
25272 refstyle
25273 \series default
25274
25275 \begin_inset Index idx
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279 \SpecialChar LaTeX
25280 ぱっけーじ@\SpecialChar LaTeX
25281 パッケージ ! refstyle
25282 \end_layout
25283
25284 \end_inset
25285
25286 を使用することを推奨します.
25287 \end_layout
25288
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \begin_layout Subsection
25295 参照名の自動命名
25296 \begin_inset Index idx
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300 さんしょう@参照 ! じどうめいめい@自動命名
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \begin_layout Standard
25309
25310 \family sans
25311 文書設定
25312 \family default
25313 ダイアログの
25314 \family sans
25315 PDF特性
25316 \family default
25317 で有効にされた
25318 \series bold
25319 hyperref
25320 \series default
25321
25322 \begin_inset Index idx
25323 status collapsed
25324
25325 \begin_layout Plain Layout
25326 \SpecialChar LaTeX
25327 ぱっけーじ@\SpecialChar LaTeX
25328 パッケージ ! hyperref
25329 \end_layout
25330
25331 \end_inset
25332
25333  \SpecialChar LaTeX
25334 パッケージは,相互参照が参照されたフロート(あるいは
25335 \emph on
25336
25337 \emph default
25338 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25339 の機能を使用するには,hyperrefを有効にして,
25340 \end_layout
25341
25342 \begin_layout Standard
25343
25344 \series bold
25345
25346 \backslash
25347 AtBeginDocument{
25348 \backslash
25349 renewcommand{
25350 \backslash
25351 ref}[1]{
25352 \backslash
25353 mbox{
25354 \backslash
25355 autoref{#1}}}}
25356 \end_layout
25357
25358 \begin_layout Standard
25359 という行を\SpecialChar LaTeX
25360 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25361 \begin_inset space \thinspace{}
25362 \end_inset
25363
25364 」としたいなど,既定の参照名以外のものが欲しい場合には,
25365 \end_layout
25366
25367 \begin_layout Standard
25368
25369 \series bold
25370
25371 \backslash
25372 addto
25373 \backslash
25374 extrasenglish{
25375 \backslash
25376 renewcommand{
25377 \backslash
25378 sectionautorefname}
25379 \begin_inset Newline newline
25380 \end_inset
25381
25382
25383 \begin_inset Phantom HPhantom
25384 status open
25385
25386 \begin_layout Plain Layout
25387
25388 \series bold
25389 \begin_inset space ~
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \end_inset
25396
25397 {sec.
25398 \backslash
25399 negthinspace}}
25400 \end_layout
25401
25402 \begin_layout Standard
25403 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25404 \begin_inset Newline newline
25405 \end_inset
25406
25407
25408 \series bold
25409
25410 \backslash
25411 extrasenglishを
25412 \backslash
25413 extras***
25414 \series default
25415 に置き換えてください(***は使用中の言語名).
25416 \end_layout
25417
25418 \begin_layout Standard
25419 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25420 \end_layout
25421
25422 \begin_layout Standard
25423
25424 \series bold
25425
25426 \backslash
25427 addto
25428 \backslash
25429 extrasenglish{
25430 \backslash
25431 renewcommand*{
25432 \backslash
25433 equationautorefname}[1]{}}
25434 \end_layout
25435
25436 \begin_layout Standard
25437 この話題に関する詳細は,hyperrefの説明書
25438 \begin_inset CommandInset citation
25439 LatexCommand cite
25440 key "hyperref"
25441
25442 \end_inset
25443
25444 をお読みください.
25445 \end_layout
25446
25447 \begin_layout Standard
25448 \begin_inset Note Greyedout
25449 status open
25450
25451 \begin_layout Plain Layout
25452
25453 \series bold
25454 【註】
25455 \series default
25456 参照の自動命名は,相互参照を
25457 \family sans
25458 整形参照
25459 \family default
25460 様式(第
25461 \begin_inset CommandInset ref
25462 LatexCommand ref
25463 reference "subsec:相互参照の書式"
25464
25465 \end_inset
25466
25467 節)で使用しているときには,使用することができません.
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \begin_layout Standard
25476 \SpecialChar LyX
25477 の取扱説明書『
25478 \emph on
25479 数式篇
25480 \emph default
25481 』では,参照名の自動命名が使用されています.
25482 \end_layout
25483
25484 \begin_layout Subsection
25485 参照位置
25486 \begin_inset CommandInset label
25487 LatexCommand label
25488 name "subsec:参照位置"
25489
25490 \end_inset
25491
25492
25493 \begin_inset Index idx
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497 さんしょう@参照 ! さんしょういち@参照位置
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506
25507 \family sans
25508 文書設定
25509 \family default
25510 ダイアログの
25511 \family sans
25512 PDF特性
25513 \family default
25514 で,
25515 \series bold
25516 hyperref
25517 \series default
25518
25519 \begin_inset Index idx
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523 \SpecialChar LaTeX
25524 ぱっけーじ@\SpecialChar LaTeX
25525 パッケージ ! hyperref
25526 \end_layout
25527
25528 \end_inset
25529
25530 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25531 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25532 パッケージの
25533 \series bold
25534 hyperref
25535 \series default
25536
25537 \begin_inset Index idx
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541 \SpecialChar LaTeX
25542 ぱっけーじ@\SpecialChar LaTeX
25543 パッケージ ! hyperref
25544 \end_layout
25545
25546 \end_inset
25547
25548 の一部である
25549 \series bold
25550 hyperref
25551 \series default
25552
25553 \begin_inset Index idx
25554 status collapsed
25555
25556 \begin_layout Plain Layout
25557 \SpecialChar LaTeX
25558 ぱっけーじ@\SpecialChar LaTeX
25559 パッケージ ! hyperref
25560 \end_layout
25561
25562 \end_inset
25563
25564 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25565 \end_layout
25566
25567 \begin_layout Standard
25568
25569 \series bold
25570
25571 \backslash
25572 usepackage[figure]{hypcap}
25573 \end_layout
25574
25575 \begin_layout Standard
25576 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25577 hypcapの説明書
25578 \begin_inset CommandInset citation
25579 LatexCommand cite
25580 key "hypcap"
25581
25582 \end_inset
25583
25584 をご覧ください.
25585 \end_layout
25586
25587 \begin_layout Standard
25588 \begin_inset Note Greyedout
25589 status open
25590
25591 \begin_layout Plain Layout
25592
25593 \series bold
25594 【註】hypcap
25595 \series default
25596 は内部図への参照には効力がありません.
25597 \end_layout
25598
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \begin_layout Section
25605 フロートの配置
25606 \begin_inset CommandInset label
25607 LatexCommand label
25608 name "sec:フロートの配置"
25609
25610 \end_inset
25611
25612
25613 \begin_inset Index idx
25614 status collapsed
25615
25616 \begin_layout Plain Layout
25617 ふろーと@フロート ! はいち@配置
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \begin_layout Standard
25626
25627 \family roman
25628 \series medium
25629 \shape up
25630 \size normal
25631 \emph off
25632 \bar no
25633 \noun off
25634 \color none
25635 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25636 がフロートを配置するのに使う配置オプションを変更できるようになります.
25637 \begin_inset Newline newline
25638 \end_inset
25639
25640
25641 \family sans
25642 \series default
25643 \shape default
25644 \size default
25645 \emph default
25646 \bar default
25647 \noun default
25648 \color inherit
25649 段をまたぐ
25650 \family roman
25651 \series medium
25652 \shape up
25653 \size normal
25654 \emph off
25655 \bar no
25656 \noun off
25657 \color none
25658 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25659 \begin_inset Newline newline
25660 \end_inset
25661
25662
25663 \family sans
25664 \series default
25665 \shape default
25666 \size default
25667 \emph default
25668 \bar default
25669 \noun default
25670 \color inherit
25671 横倒しに回転
25672 \family roman
25673 \series medium
25674 \shape up
25675 \size normal
25676 \emph off
25677 \bar no
25678 \noun off
25679 \color none
25680 オプションは,フロートを回転するのに用います.第
25681 \family default
25682 \series default
25683 \shape default
25684 \size default
25685 \emph default
25686 \bar default
25687 \noun default
25688 \color inherit
25689
25690 \begin_inset CommandInset ref
25691 LatexCommand ref
25692 reference "sec:回転フロート"
25693
25694 \end_inset
25695
25696
25697 \family roman
25698 \series medium
25699 \shape up
25700 \size normal
25701 \emph off
25702 \bar no
25703 \noun off
25704 \color none
25705 節をご参照ください.
25706 \end_layout
25707
25708 \begin_layout Standard
25709
25710 \family roman
25711 \series medium
25712 \shape up
25713 \size normal
25714 \emph off
25715 \bar no
25716 \noun off
25717 \color none
25718 フロートダイアログでは,
25719 \family sans
25720 \series default
25721 \shape default
25722 \size default
25723 \emph default
25724 \bar default
25725 \noun default
25726 \color inherit
25727 既定の配置を使う
25728 \family roman
25729 \series medium
25730 \shape up
25731 \size normal
25732 \emph off
25733 \bar no
25734 \noun off
25735 \color none
25736 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25737 \end_layout
25738
25739 \begin_layout Description
25740 可能ならば現在位置に: 
25741 \family roman
25742 \series medium
25743 \shape up
25744 \size normal
25745 \emph off
25746 \bar no
25747 \noun off
25748 \color none
25749 フロートを挿入位置に配置することを試みます
25750 \end_layout
25751
25752 \begin_layout Description
25753 ページ上部: 
25754 \family roman
25755 \series medium
25756 \shape up
25757 \size normal
25758 \emph off
25759 \bar no
25760 \noun off
25761 \color none
25762 フロートを現在ページの上部に配置することを試みます
25763 \end_layout
25764
25765 \begin_layout Description
25766 ページ下部: 
25767 \family roman
25768 \series medium
25769 \shape up
25770 \size normal
25771 \emph off
25772 \bar no
25773 \noun off
25774 \color none
25775 フロートを現在ページの下部に配置することを試みます
25776 \end_layout
25777
25778 \begin_layout Description
25779 フロートを独立したページに: 
25780 \family roman
25781 \series medium
25782 \shape up
25783 \size normal
25784 \emph off
25785 \bar no
25786 \noun off
25787 \color none
25788 フロートを独立したページに配置することを試みます
25789 \end_layout
25790
25791 \begin_layout Standard
25792 \SpecialChar LaTeX
25793 は,
25794 \emph on
25795 つねに
25796 \emph default
25797 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25798 はまず
25799 \family sans
25800 可能ならば現在位置に
25801 \family default
25802 を試み,次に
25803 \family sans
25804 ページの上部
25805 \family default
25806 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25807 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25808 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25809 \end_layout
25810
25811 \begin_layout Standard
25812 既定では,各オプションはそれぞれ以下の規則を持っています.
25813 \end_layout
25814
25815 \begin_layout Labeling
25816 \labelwidthstring 00.00.0000
25817
25818 \family sans
25819 ページ上部
25820 \family default
25821  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25822 \series bold
25823
25824 \backslash
25825 topfraction
25826 \series default
25827 ).
25828 \end_layout
25829
25830 \begin_layout Labeling
25831 \labelwidthstring 00.00.0000
25832
25833 \family sans
25834 ページ下部
25835 \family default
25836  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25837 \series bold
25838
25839 \backslash
25840 bottomfraction
25841 \series default
25842 ).
25843 \end_layout
25844
25845 \begin_layout Labeling
25846 \labelwidthstring 00.00.0000
25847
25848 \family sans
25849 フロートを独立したページ 
25850 \family default
25851 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25852 \series bold
25853
25854 \backslash
25855 floatpagefraction
25856 \series default
25857 ).
25858 \end_layout
25859
25860 \begin_layout Standard
25861 これらの規則に従いたくないときは,
25862 \family sans
25863 \SpecialChar LaTeX
25864 の規則を無視する
25865 \family default
25866 オプションを追加することによって,これらを無視することができます.
25867 \begin_inset Newline newline
25868 \end_inset
25869
25870 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
25871 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
25872 5割に変えるには,文書プリアンブルに
25873 \end_layout
25874
25875 \begin_layout Standard
25876
25877 \series bold
25878
25879 \backslash
25880 renewcommand{
25881 \backslash
25882 bottomfraction}{0.5}
25883 \end_layout
25884
25885 \begin_layout Standard
25886 という行を加えてください.
25887 \end_layout
25888
25889 \begin_layout Standard
25890 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
25891 \family sans
25892 何としても現在位置に置く
25893 \family default
25894 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
25895 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
25896 からです.
25897 \end_layout
25898
25899 \begin_layout Standard
25900 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
25901 \end_layout
25902
25903 \begin_layout Standard
25904 \begin_inset VSpace bigskip
25905 \end_inset
25906
25907
25908 \end_layout
25909
25910 \begin_layout Standard
25911 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
25912 することがあります.この問題を避けるには,\SpecialChar LaTeX
25913 コマンドの
25914 \backslash
25915 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
25916 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
25917 \end_layout
25918
25919 \begin_layout Standard
25920
25921 \series bold
25922
25923 \backslash
25924 let
25925 \backslash
25926 mySection
25927 \backslash
25928 section
25929 \begin_inset Newline newline
25930 \end_inset
25931
25932
25933 \backslash
25934 renewcommand{
25935 \backslash
25936 section}{
25937 \backslash
25938 suppressfloats[t]
25939 \backslash
25940 mySection}
25941 \end_layout
25942
25943 \begin_layout Standard
25944 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
25945 が適当な配置を見つけるのに失敗することが
25946 あるので,これらに対する定義はお勧めしません.
25947 \end_layout
25948
25949 \begin_layout Standard
25950 \begin_inset VSpace bigskip
25951 \end_inset
25952
25953 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
25954 パッケージ
25955 \series bold
25956 endfloat
25957 \series default
25958
25959 \begin_inset Index idx
25960 status collapsed
25961
25962 \begin_layout Plain Layout
25963 \SpecialChar LaTeX
25964 ぱっけーじ@\SpecialChar LaTeX
25965 パッケージ ! endfloat
25966 \end_layout
25967
25968 \end_inset
25969
25970 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
25971 \begin_inset Quotes eld
25972 \end_inset
25973
25974
25975 \family sans
25976 [Figure
25977 \begin_inset space ~
25978 \end_inset
25979
25980 3.2 about here.]
25981 \family default
25982
25983 \begin_inset Quotes erd
25984 \end_inset
25985
25986 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
25987 \end_layout
25988
25989 \begin_layout Standard
25990
25991 \series bold
25992
25993 \backslash
25994 usepackage[options]{endfloat}
25995 \end_layout
25996
25997 \begin_layout Standard
25998 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
25999 \series bold
26000 endfloat
26001 \series default
26002 取扱説明書
26003 \begin_inset CommandInset citation
26004 LatexCommand cite
26005 key "endfloat"
26006
26007 \end_inset
26008
26009 をご参照ください.
26010 \begin_inset Newline newline
26011 \end_inset
26012
26013
26014 \begin_inset Note Greyedout
26015 status open
26016
26017 \begin_layout Plain Layout
26018
26019 \series bold
26020 【註】endfloat
26021 \series default
26022 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26023 \begin_inset CommandInset citation
26024 LatexCommand cite
26025 key "endfloat"
26026
26027 \end_inset
26028
26029 の第4節をご参照ください.
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \begin_inset Newline newline
26036 \end_inset
26037
26038
26039 \begin_inset Note Greyedout
26040 status open
26041
26042 \begin_layout Plain Layout
26043
26044 \series bold
26045 【註】
26046 \series default
26047 現在のところ,
26048 \series bold
26049 endfloat
26050 \series default
26051 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26052 コードで「
26053 \series bold
26054
26055 \backslash
26056 ss
26057 \series default
26058 」コマンドを使用してください.
26059 \end_layout
26060
26061 \end_inset
26062
26063
26064 \end_layout
26065
26066 \begin_layout Standard
26067 \begin_inset VSpace bigskip
26068 \end_inset
26069
26070 フロートの割付に関する詳細は,\SpecialChar LaTeX
26071 関連書
26072 \begin_inset CommandInset citation
26073 LatexCommand cite
26074 key "latexcompanion,latexguide,latexbook"
26075
26076 \end_inset
26077
26078 をご覧ください.
26079 \end_layout
26080
26081 \begin_layout Section
26082 回転フロート
26083 \begin_inset CommandInset label
26084 LatexCommand label
26085 name "sec:回転フロート"
26086
26087 \end_inset
26088
26089
26090 \begin_inset Index idx
26091 status collapsed
26092
26093 \begin_layout Plain Layout
26094 ふろーと@フロート ! かいてん@回転
26095 \end_layout
26096
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \begin_layout Standard
26103 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26104 \family sans
26105 横倒しに回転
26106 \family default
26107 オプションを有効にします.
26108 \end_layout
26109
26110 \begin_layout Standard
26111 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26112 \family sans
26113 段をまたぐ
26114 \family default
26115 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26116 たって回転方向を強制したい場合には,文書クラスオプションに
26117 \series bold
26118 figuresleft
26119 \series default
26120 オプションあるいは
26121 \series bold
26122 figuresright
26123 \series default
26124 オプションを加えることができます.
26125 \end_layout
26126
26127 \begin_layout Standard
26128 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26129 \begin_inset CommandInset ref
26130 LatexCommand ref
26131 reference "tab:回転した表"
26132
26133 \end_inset
26134
26135 が回転表フロートの例です.
26136 \end_layout
26137
26138 \begin_layout Standard
26139 \begin_inset Note Greyedout
26140 status open
26141
26142 \begin_layout Plain Layout
26143
26144 \series bold
26145 【註】
26146 \series default
26147 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Standard
26156 \begin_inset Float table
26157 wide false
26158 sideways true
26159 status open
26160
26161 \begin_layout Plain Layout
26162 \begin_inset Caption Standard
26163
26164 \begin_layout Plain Layout
26165 \begin_inset CommandInset label
26166 LatexCommand label
26167 name "tab:回転した表"
26168
26169 \end_inset
26170
26171 回転した表
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \begin_layout Plain Layout
26180 \align center
26181 \begin_inset Tabular
26182 <lyxtabular version="3" rows="1" columns="5">
26183 <features tabularvalignment="middle">
26184 <column alignment="center" valignment="top">
26185 <column alignment="center" valignment="top">
26186 <column alignment="center" valignment="top">
26187 <column alignment="center" valignment="top">
26188 <column alignment="center" valignment="top">
26189 <row>
26190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Plain Layout
26194 試験
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 </row>
26236 </lyxtabular>
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \begin_layout Section
26249 従属フロート
26250 \begin_inset Index idx
26251 status collapsed
26252
26253 \begin_layout Plain Layout
26254 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \begin_layout Standard
26263 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26264 \begin_inset CommandInset ref
26265 LatexCommand ref
26266 reference "tab:従属表を横に並べたもの"
26267
26268 \end_inset
26269
26270 と表
26271 \begin_inset CommandInset ref
26272 LatexCommand ref
26273 reference "tab:従属表を縦に並べたもの"
26274
26275 \end_inset
26276
26277 に示されているように段落と同様に指定することができます.
26278 \end_layout
26279
26280 \begin_layout Standard
26281 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26282 \begin_inset CommandInset ref
26283 LatexCommand ref
26284 reference "tab:これは従属表a"
26285
26286 \end_inset
26287
26288 と表
26289 \begin_inset CommandInset ref
26290 LatexCommand ref
26291 reference "tab:これは従属表b"
26292
26293 \end_inset
26294
26295 は表
26296 \begin_inset CommandInset ref
26297 LatexCommand ref
26298 reference "tab:従属表を横に並べたもの"
26299
26300 \end_inset
26301
26302 の従属フロートです.
26303 \begin_inset Float table
26304 wide false
26305 sideways false
26306 status open
26307
26308 \begin_layout Plain Layout
26309 \begin_inset Caption Standard
26310
26311 \begin_layout Plain Layout
26312 \begin_inset CommandInset label
26313 LatexCommand label
26314 name "tab:従属表を横に並べたもの"
26315
26316 \end_inset
26317
26318 従属表を横に並べたもの
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \begin_layout Plain Layout
26327 \begin_inset space \hfill{}
26328 \end_inset
26329
26330
26331 \begin_inset Float table
26332 wide false
26333 sideways false
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337 \begin_inset Caption Standard
26338
26339 \begin_layout Plain Layout
26340 \begin_inset CommandInset label
26341 LatexCommand label
26342 name "tab:これは従属表a"
26343
26344 \end_inset
26345
26346 これは従属表aです.
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \begin_layout Plain Layout
26355 \align center
26356 \begin_inset Tabular
26357 <lyxtabular version="3" rows="1" columns="5">
26358 <features tabularvalignment="middle">
26359 <column alignment="center" valignment="top">
26360 <column alignment="center" valignment="top">
26361 <column alignment="center" valignment="top">
26362 <column alignment="center" valignment="top">
26363 <column alignment="center" valignment="top">
26364 <row>
26365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369 試験
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \end_layout
26380
26381 \end_inset
26382 </cell>
26383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26384 \begin_inset Text
26385
26386 \begin_layout Plain Layout
26387
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 </row>
26411 </lyxtabular>
26412
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \begin_inset space \hfill{}
26422 \end_inset
26423
26424
26425 \begin_inset Float table
26426 wide false
26427 sideways false
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 \begin_inset Caption Standard
26432
26433 \begin_layout Plain Layout
26434 \begin_inset CommandInset label
26435 LatexCommand label
26436 name "tab:これは従属表b"
26437
26438 \end_inset
26439
26440 これは従属表bです.
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Plain Layout
26449 \align center
26450 \begin_inset Tabular
26451 <lyxtabular version="3" rows="1" columns="5">
26452 <features tabularvalignment="middle">
26453 <column alignment="center" valignment="top">
26454 <column alignment="center" valignment="top">
26455 <column alignment="center" valignment="top">
26456 <column alignment="center" valignment="top">
26457 <column alignment="center" valignment="top">
26458 <row>
26459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499 試験
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 </row>
26505 </lyxtabular>
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \end_inset
26513
26514
26515 \begin_inset space \hfill{}
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \begin_inset Float table
26525 wide false
26526 sideways false
26527 status open
26528
26529 \begin_layout Plain Layout
26530 \begin_inset Caption Standard
26531
26532 \begin_layout Plain Layout
26533 \begin_inset CommandInset label
26534 LatexCommand label
26535 name "tab:従属表を縦に並べたもの"
26536
26537 \end_inset
26538
26539 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Plain Layout
26548 \noindent
26549 \align center
26550 \begin_inset Float table
26551 wide false
26552 sideways false
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556 \begin_inset Caption Standard
26557
26558 \begin_layout Plain Layout
26559
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \begin_layout Plain Layout
26568 \align center
26569 \begin_inset Tabular
26570 <lyxtabular version="3" rows="1" columns="4">
26571 <features tabularvalignment="middle">
26572 <column alignment="center" valignment="top">
26573 <column alignment="center" valignment="top">
26574 <column alignment="center" valignment="top">
26575 <column alignment="center" valignment="top">
26576 <row>
26577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 試験
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 試験
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599 試験
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Plain Layout
26608 試験
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 </row>
26614 </lyxtabular>
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Plain Layout
26627 \noindent
26628 \align center
26629 \begin_inset Float table
26630 wide false
26631 sideways false
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635 \begin_inset Caption Standard
26636
26637 \begin_layout Plain Layout
26638
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \begin_layout Plain Layout
26647 \align center
26648 \begin_inset Tabular
26649 <lyxtabular version="3" rows="1" columns="5">
26650 <features tabularvalignment="middle">
26651 <column alignment="center" valignment="top">
26652 <column alignment="center" valignment="top">
26653 <column alignment="center" valignment="top">
26654 <column alignment="center" valignment="top">
26655 <column alignment="center" valignment="top">
26656 <row>
26657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 </row>
26703 </lyxtabular>
26704
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \begin_layout Section
26721 横並びのフロート
26722 \begin_inset Index idx
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726 ふろーと@フロート ! よこならび@横並び
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Standard
26735
26736 \begin_inset CommandInset ref
26737 LatexCommand ref
26738 reference "fig:左側のフロート"
26739
26740 \end_inset
26741
26742 や図
26743 \begin_inset CommandInset ref
26744 LatexCommand ref
26745 reference "fig:右側のフロート"
26746
26747 \end_inset
26748
26749 のようにフロートを横並びに配置するには,
26750 \emph on
26751 ひとつの
26752 \emph default
26753 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26754 \begin_inset Foot
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758 Minipageは第
26759 \begin_inset CommandInset ref
26760 LatexCommand ref
26761 reference "sec:ミニページ"
26762
26763 \end_inset
26764
26765 節に説明があります.
26766 \end_layout
26767
26768 \end_inset
26769
26770 .幅は45
26771 \begin_inset space \thinspace{}
26772 \end_inset
26773
26774 -50
26775 \begin_inset space \thinspace{}
26776 \end_inset
26777
26778 列幅%とし,各minipageのボックス配置を
26779 \family sans
26780
26781 \family default
26782 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26783 \family sans
26784 列幅%
26785 \family default
26786 がここではminipageボックスの幅によって計算されることです.
26787 \end_layout
26788
26789 \begin_layout Standard
26790 \begin_inset Float figure
26791 wide false
26792 sideways false
26793 status open
26794
26795 \begin_layout Plain Layout
26796 \begin_inset Box Frameless
26797 position "b"
26798 hor_pos "c"
26799 has_inner_box 1
26800 inner_pos "t"
26801 use_parbox 0
26802 use_makebox 0
26803 width "45col%"
26804 special "none"
26805 height "1in"
26806 height_special "totalheight"
26807 thickness "0.4pt"
26808 separation "3pt"
26809 shadowsize "4pt"
26810 framecolor "black"
26811 backgroundcolor "none"
26812 status open
26813
26814 \begin_layout Plain Layout
26815 \align center
26816 \begin_inset Graphics
26817         filename ../clipart/mobius.eps
26818         lyxscale 50
26819         width 100col%
26820         scaleBeforeRotation
26821
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \begin_layout Plain Layout
26828 \begin_inset Caption Standard
26829
26830 \begin_layout Plain Layout
26831 \begin_inset CommandInset label
26832 LatexCommand label
26833 name "fig:左側のフロート"
26834
26835 \end_inset
26836
26837 左側のフロート
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \begin_inset space \hfill{}
26849 \end_inset
26850
26851
26852 \begin_inset Box Frameless
26853 position "b"
26854 hor_pos "c"
26855 has_inner_box 1
26856 inner_pos "t"
26857 use_parbox 0
26858 use_makebox 0
26859 width "45col%"
26860 special "none"
26861 height "1in"
26862 height_special "totalheight"
26863 thickness "0.4pt"
26864 separation "3pt"
26865 shadowsize "4pt"
26866 framecolor "black"
26867 backgroundcolor "none"
26868 status open
26869
26870 \begin_layout Plain Layout
26871 \align center
26872 \begin_inset Graphics
26873         filename ../clipart/platypus.eps
26874         lyxscale 50
26875         width 100col%
26876         scaleBeforeRotation
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \begin_layout Plain Layout
26884 \begin_inset Caption Standard
26885
26886 \begin_layout Plain Layout
26887 \begin_inset CommandInset label
26888 LatexCommand label
26889 name "fig:右側のフロート"
26890
26891 \end_inset
26892
26893 右側のフロート
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \begin_layout Plain Layout
26907
26908 \end_layout
26909
26910 \end_inset
26911
26912 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
26913 \begin_inset CommandInset ref
26914 LatexCommand ref
26915 reference "sec:可変幅ミニページ"
26916
26917 \end_inset
26918
26919 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
26920 \family typewriter
26921 examples/varwidth-floats-side-by-side.lyx
26922 \family default
26923 に,この方法の例があります.
26924 \end_layout
26925
26926 \begin_layout Section
26927 キャプションの書式設定
26928 \begin_inset Index idx
26929 status collapsed
26930
26931 \begin_layout Plain Layout
26932 きゃぷしょん@キャプション ! しょしきせってい@書式設定
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \begin_inset Index idx
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \begin_inset CommandInset label
26949 LatexCommand label
26950 name "sec:キャプションの書式設定"
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Standard
26958
26959 \family sans
26960 キャプション
26961 \family default
26962 環境は,
26963 \family sans
26964 フロート
26965 \family default
26966 の既定の段落環境です.キャプションは,\SpecialChar LyX
26967 画面上では,例えば「
26968 \family sans
26969 図 #:
26970 \family default
26971 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
26972 \family sans
26973 #
26974 \family default
26975 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
26976 .このキャプション書式は,すべての文書書式に適しているわけではありません.
26977 \end_layout
26978
26979 \begin_layout Standard
26980 既定のキャプション書式を変更するには,文書プリアンブルに
26981 \end_layout
26982
26983 \begin_layout Standard
26984
26985 \series bold
26986
26987 \backslash
26988 usepackage[format definition]{caption}
26989 \end_layout
26990
26991 \begin_layout Standard
26992 という行を加えて,\SpecialChar LaTeX
26993 パッケージ
26994 \series bold
26995 caption
26996 \series default
26997
26998 \begin_inset Index idx
26999 status collapsed
27000
27001 \begin_layout Plain Layout
27002 \SpecialChar LaTeX
27003 ぱっけーじ@\SpecialChar LaTeX
27004 パッケージ ! caption
27005 \end_layout
27006
27007 \end_inset
27008
27009 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27010 \end_layout
27011
27012 \begin_layout Standard
27013
27014 \series bold
27015
27016 \backslash
27017 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27018 \end_layout
27019
27020 \begin_layout Standard
27021 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27022 \series bold
27023 caption
27024 \series default
27025 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27026 \end_layout
27027
27028 \begin_layout Standard
27029
27030 \series bold
27031
27032 \backslash
27033 captionsetup[フロート型]{書式定義}
27034 \end_layout
27035
27036 \begin_layout Standard
27037 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27038 \begin_inset CommandInset ref
27039 LatexCommand ref
27040 reference "fig:図キャプション"
27041
27042 \end_inset
27043
27044 と表
27045 \begin_inset CommandInset ref
27046 LatexCommand ref
27047 reference "tab:表キャプション"
27048
27049 \end_inset
27050
27051 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27052 \end_layout
27053
27054 \begin_layout Standard
27055
27056 \series bold
27057
27058 \backslash
27059 usepackage[tableposition=top]{caption}
27060 \series default
27061
27062 \begin_inset Newline newline
27063 \end_inset
27064
27065
27066 \series bold
27067
27068 \backslash
27069 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27070 \begin_inset Newline newline
27071 \end_inset
27072
27073
27074 \begin_inset Phantom HPhantom
27075 status open
27076
27077 \begin_layout Plain Layout
27078
27079 \backslash
27080 captionsetup[figure]{
27081 \end_layout
27082
27083 \end_inset
27084
27085 labelsep=period}
27086 \begin_inset Newline newline
27087 \end_inset
27088
27089
27090 \backslash
27091 captionsetup[table]{labelfont={bf,sf}}
27092 \end_layout
27093
27094 \begin_layout Standard
27095 \begin_inset Note Greyedout
27096 status open
27097
27098 \begin_layout Plain Layout
27099
27100 \series bold
27101 【註】
27102 \series default
27103 オプションのうち,
27104 \series bold
27105 tableposition=top
27106 \series default
27107 は,文書クラスに
27108 \series bold
27109 KOMA-script
27110 \series default
27111
27112 \begin_inset Index idx
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116 \SpecialChar LaTeX
27117 ぱっけーじ@\SpecialChar LaTeX
27118 パッケージ ! KOMA-script
27119 \end_layout
27120
27121 \end_inset
27122
27123 が使われているときには,無効になります.この場合には,文書クラスオプション
27124 \series bold
27125 captions=tableheading
27126 \series default
27127 を指定しなくてはなりません.
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \begin_layout Standard
27136
27137 \series bold
27138 caption
27139 \series default
27140 パッケージについての詳細は,その取扱説明書
27141 \begin_inset CommandInset citation
27142 LatexCommand cite
27143 key "caption"
27144
27145 \end_inset
27146
27147 をご覧ください.
27148 \end_layout
27149
27150 \begin_layout Standard
27151 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27152 \end_layout
27153
27154 \begin_layout Standard
27155
27156 \series bold
27157
27158 \backslash
27159 renewcommand{
27160 \backslash
27161 fnum@figure}{画像~
27162 \backslash
27163 thefigure}
27164 \end_layout
27165
27166 \begin_layout Standard
27167 なお,
27168 \series bold
27169
27170 \backslash
27171 thefigure
27172 \series default
27173 は表番号を挿入し,「
27174 \series bold
27175 ~
27176 \series default
27177 」は保護された空白を入れます.
27178 \end_layout
27179
27180 \begin_layout Standard
27181 \begin_inset VSpace bigskip
27182 \end_inset
27183
27184
27185 \series bold
27186 KOMA-script
27187 \series default
27188
27189 \begin_inset Index idx
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193 \SpecialChar LaTeX
27194 ぱっけーじ@\SpecialChar LaTeX
27195 パッケージ ! KOMA-script
27196 \end_layout
27197
27198 \end_inset
27199
27200 文書クラス(
27201 \family sans
27202 article (KOMA-script)
27203 \family default
27204
27205 \family sans
27206 book (KOMA-script)
27207 \family default
27208
27209 \family sans
27210 letter (KOMA-script)
27211 \family default
27212
27213 \family sans
27214 report (KOMA-script)
27215 \family default
27216 )を使用している場合には,
27217 \series bold
27218 caption
27219 \series default
27220 パッケージの代わりに
27221 \series bold
27222 KOMA-script
27223 \series default
27224 のビルトインコマンド
27225 \series bold
27226 etkomafont
27227 \series default
27228 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27229 \end_layout
27230
27231 \begin_layout Standard
27232
27233 \series bold
27234
27235 \backslash
27236 setkomafont{captionlabel}{
27237 \backslash
27238 bfseries}
27239 \end_layout
27240
27241 \begin_layout Standard
27242
27243 \series bold
27244
27245 \backslash
27246 setkomafont
27247 \series default
27248 についての詳細は,
27249 \series bold
27250 KOMA-script
27251 \series default
27252 の取扱説明書
27253 \begin_inset CommandInset citation
27254 LatexCommand cite
27255 key "koma-script"
27256
27257 \end_inset
27258
27259 をご覧ください.
27260 \end_layout
27261
27262 \begin_layout Standard
27263 \begin_inset ERT
27264 status collapsed
27265
27266 \begin_layout Plain Layout
27267
27268
27269 \backslash
27270 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27271 }
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \begin_inset Note Note
27278 status open
27279
27280 \begin_layout Plain Layout
27281 キャプション書式は,この例のみ変更してあります.
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \begin_layout Standard
27290 \begin_inset Float figure
27291 placement !p
27292 wide false
27293 sideways false
27294 status open
27295
27296 \begin_layout Plain Layout
27297 \align center
27298 \begin_inset Graphics
27299         filename ../clipart/mobius.eps
27300         lyxscale 50
27301         scale 50
27302         scaleBeforeRotation
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Plain Layout
27310 \begin_inset Caption Standard
27311
27312 \begin_layout Plain Layout
27313 \begin_inset CommandInset label
27314 LatexCommand label
27315 name "fig:図キャプション"
27316
27317 \end_inset
27318
27319 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \begin_layout Standard
27333 \begin_inset ERT
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337
27338
27339 \backslash
27340 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27341 on}
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 \begin_inset Float table
27351 placement !p
27352 wide false
27353 sideways false
27354 status open
27355
27356 \begin_layout Plain Layout
27357 \begin_inset Caption Standard
27358
27359 \begin_layout Plain Layout
27360 \begin_inset CommandInset label
27361 LatexCommand label
27362 name "tab:表キャプション"
27363
27364 \end_inset
27365
27366 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Plain Layout
27375 \align center
27376 \begin_inset Tabular
27377 <lyxtabular version="3" rows="1" columns="5">
27378 <features tabularvalignment="middle">
27379 <column alignment="center" valignment="top">
27380 <column alignment="center" valignment="top">
27381 <column alignment="center" valignment="top">
27382 <column alignment="center" valignment="top">
27383 <column alignment="center" valignment="top">
27384 <row>
27385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27386 \begin_inset Text
27387
27388 \begin_layout Plain Layout
27389
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27395 \begin_inset Text
27396
27397 \begin_layout Plain Layout
27398
27399 \end_layout
27400
27401 \end_inset
27402 </cell>
27403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27404 \begin_inset Text
27405
27406 \begin_layout Plain Layout
27407
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27413 \begin_inset Text
27414
27415 \begin_layout Plain Layout
27416
27417 \end_layout
27418
27419 \end_inset
27420 </cell>
27421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27422 \begin_inset Text
27423
27424 \begin_layout Plain Layout
27425
27426 \end_layout
27427
27428 \end_inset
27429 </cell>
27430 </row>
27431 </lyxtabular>
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \begin_layout Section
27444 キャプションの配置
27445 \begin_inset Index idx
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 きゃぷしょん@キャプション ! はいち@配置
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \begin_inset Index idx
27456 status collapsed
27457
27458 \begin_layout Plain Layout
27459 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27460 \end_layout
27461
27462 \end_inset
27463
27464
27465 \begin_inset CommandInset label
27466 LatexCommand label
27467 name "sec:キャプションの配置"
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Standard
27475 通常,キャプションの配置原則は,
27476 \end_layout
27477
27478 \begin_layout Description
27479 図の場合: キャプションを図の下に置く
27480 \end_layout
27481
27482 \begin_layout Description
27483 表の場合: キャプションを表の上に置く
27484 \end_layout
27485
27486 \begin_layout Standard
27487 という風になっています.\SpecialChar LaTeX
27488 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27489 \family sans
27490 article
27491 \family default
27492
27493 \family sans
27494 book
27495 \family default
27496
27497 \family sans
27498 letter
27499 \family default
27500
27501 \family sans
27502 report
27503 \family default
27504 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27505 eXパッケージ
27506 \series bold
27507 caption
27508 \series default
27509 を読み込むコマンドに
27510 \end_layout
27511
27512 \begin_layout Standard
27513
27514 \series bold
27515 tableposition=top
27516 \end_layout
27517
27518 \begin_layout Standard
27519 というオプションを追加してください
27520 \begin_inset Foot
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524
27525 \series bold
27526 caption
27527 \series default
27528 パッケージについての詳細な情報は,第
27529 \begin_inset CommandInset ref
27530 LatexCommand ref
27531 reference "sec:キャプションの書式設定"
27532
27533 \end_inset
27534
27535 節をご覧ください.
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \series bold
27542 KOMA-script
27543 \series default
27544
27545 \begin_inset Index idx
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549 \SpecialChar LaTeX
27550 ぱっけーじ@\SpecialChar LaTeX
27551 パッケージ ! KOMA-script
27552 \end_layout
27553
27554 \end_inset
27555
27556 文書クラス(
27557 \family sans
27558 article (KOMA-script)
27559 \family default
27560
27561 \family sans
27562 book (KOMA-script)
27563 \family default
27564
27565 \family sans
27566 letter (KOMA-script)
27567 \family default
27568
27569 \family sans
27570 report (KOMA-script)
27571 \family default
27572
27573 \begin_inset space \thinspace{}
27574 \end_inset
27575
27576 )をお使いの場合には,
27577 \series bold
27578 caption
27579 \series default
27580 パッケージにオプションを与える代わりに,文書クラスオプション
27581 \end_layout
27582
27583 \begin_layout Standard
27584
27585 \series bold
27586 captions=tableheading
27587 \end_layout
27588
27589 \begin_layout Standard
27590 を設定することもできます
27591 \begin_inset Foot
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595 このオプションは本文書で使用されています.
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Standard
27604 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27605 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27606 \begin_inset CommandInset ref
27607 LatexCommand ref
27608 reference "tab:指定付きキャプション"
27609
27610 \end_inset
27611
27612 は,キャプションは,\SpecialChar LyX
27613 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27614 \begin_inset CommandInset ref
27615 LatexCommand ref
27616 reference "tab:標準表"
27617
27618 \end_inset
27619
27620 のキャプションでは,指定が為されていません.
27621 \end_layout
27622
27623 \begin_layout Standard
27624 \begin_inset Float table
27625 wide false
27626 sideways false
27627 status open
27628
27629 \begin_layout Plain Layout
27630 \begin_inset Caption Below
27631
27632 \begin_layout Plain Layout
27633 \begin_inset CommandInset label
27634 LatexCommand label
27635 name "tab:指定付きキャプション"
27636
27637 \end_inset
27638
27639 表下に来るように指定されたキャプション
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Plain Layout
27648 \align center
27649 \begin_inset Tabular
27650 <lyxtabular version="3" rows="3" columns="3">
27651 <features tabularvalignment="middle">
27652 <column alignment="center" valignment="top" width="0pt">
27653 <column alignment="center" valignment="top" width="0pt">
27654 <column alignment="center" valignment="top" width="0pt">
27655 <row>
27656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660 1
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669 2
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27675 \begin_inset Text
27676
27677 \begin_layout Plain Layout
27678 3
27679 \end_layout
27680
27681 \end_inset
27682 </cell>
27683 </row>
27684 <row>
27685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27686 \begin_inset Text
27687
27688 \begin_layout Plain Layout
27689 森嶋
27690 \end_layout
27691
27692 \end_inset
27693 </cell>
27694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27695 \begin_inset Text
27696
27697 \begin_layout Plain Layout
27698 宇沢
27699 \end_layout
27700
27701 \end_inset
27702 </cell>
27703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27704 \begin_inset Text
27705
27706 \begin_layout Plain Layout
27707 二階堂
27708 \end_layout
27709
27710 \end_inset
27711 </cell>
27712 </row>
27713 <row>
27714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27715 \begin_inset Text
27716
27717 \begin_layout Plain Layout
27718 \begin_inset Formula $\int x^{2}dx$
27719 \end_inset
27720
27721
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Plain Layout
27730 \begin_inset Formula $\left[\begin{array}{cc}
27731 a & b\\
27732 c & d
27733 \end{array}\right]$
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Plain Layout
27745 \begin_inset Formula $1+1=2$
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 </row>
27754 </lyxtabular>
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \end_inset
27762
27763
27764 \end_layout
27765
27766 \begin_layout Standard
27767 \begin_inset Float table
27768 wide false
27769 sideways false
27770 status open
27771
27772 \begin_layout Plain Layout
27773 \begin_inset Caption Standard
27774
27775 \begin_layout Plain Layout
27776 \begin_inset CommandInset label
27777 LatexCommand label
27778 name "tab:標準表"
27779
27780 \end_inset
27781
27782 標準の表キャプション
27783 \end_layout
27784
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \begin_layout Plain Layout
27791 \align center
27792 \begin_inset Tabular
27793 <lyxtabular version="3" rows="3" columns="3">
27794 <features tabularvalignment="middle">
27795 <column alignment="center" valignment="top" width="0pt">
27796 <column alignment="center" valignment="top" width="0pt">
27797 <column alignment="center" valignment="top" width="0pt">
27798 <row>
27799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Plain Layout
27803 1
27804 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812 2
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 3
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 </row>
27827 <row>
27828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27829 \begin_inset Text
27830
27831 \begin_layout Plain Layout
27832 森嶋
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841 宇沢
27842 \end_layout
27843
27844 \end_inset
27845 </cell>
27846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27847 \begin_inset Text
27848
27849 \begin_layout Plain Layout
27850 二階堂
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 </row>
27856 <row>
27857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27858 \begin_inset Text
27859
27860 \begin_layout Plain Layout
27861 \begin_inset Formula $\int x^{2}dx$
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \end_inset
27868 </cell>
27869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27870 \begin_inset Text
27871
27872 \begin_layout Plain Layout
27873 \begin_inset Formula $\left[\begin{array}{cc}
27874 a & b\\
27875 c & d
27876 \end{array}\right]$
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \end_inset
27883 </cell>
27884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27885 \begin_inset Text
27886
27887 \begin_layout Plain Layout
27888 \begin_inset Formula $1+1=2$
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \end_inset
27895 </cell>
27896 </row>
27897 </lyxtabular>
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \begin_layout Standard
27910 \begin_inset VSpace bigskip
27911 \end_inset
27912
27913 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
27914 \end_layout
27915
27916 \begin_layout Standard
27917
27918 \series bold
27919
27920 \backslash
27921 usepackage[option]{sidecap}
27922 \end_layout
27923
27924 \begin_layout Standard
27925 という行を入れて,\SpecialChar LaTeX
27926 パッケージ
27927 \series bold
27928 sidecap
27929 \series default
27930
27931 \begin_inset Index idx
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 \SpecialChar LaTeX
27936 ぱっけーじ@\SpecialChar LaTeX
27937 パッケージ ! sidecap
27938 \end_layout
27939
27940 \end_inset
27941
27942 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
27943 \series bold
27944 innercaption
27945 \series default
27946 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
27947 \series bold
27948 rightcaption
27949 \series default
27950 ないし
27951 \series bold
27952 leftcaption
27953 \series default
27954 オプションを用います.
27955 \end_layout
27956
27957 \begin_layout Standard
27958 \begin_inset ERT
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962
27963
27964 \backslash
27965 ifsidecap
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \begin_inset Note Note
27972 status open
27973
27974 \begin_layout Plain Layout
27975 以下の部分は,\SpecialChar LaTeX
27976 パッケージ
27977 \series bold
27978 sidecap
27979 \series default
27980 が導入されているときのみ表示されます.
27981 \end_layout
27982
27983 \end_inset
27984
27985
27986 \end_layout
27987
27988 \begin_layout Standard
27989 \SpecialChar LyX
27990 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
27991 \end_layout
27992
27993 \begin_layout Standard
27994 \noindent
27995 \begin_inset CommandInset line
27996 LatexCommand rule
27997 offset "0.5ex"
27998 width "100line%"
27999 height "1pt"
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007
28008 \series bold
28009
28010 \backslash
28011 newcommand{
28012 \backslash
28013 TabBesBeg}[1][1.0]{%
28014 \begin_inset Newline newline
28015 \end_inset
28016
28017
28018 \begin_inset Phantom HPhantom
28019 status open
28020
28021 \begin_layout Plain Layout
28022 \begin_inset space ~
28023 \end_inset
28024
28025
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \backslash
28032 let
28033 \backslash
28034 MyTable
28035 \backslash
28036 table
28037 \begin_inset Newline newline
28038 \end_inset
28039
28040
28041 \begin_inset Phantom HPhantom
28042 status open
28043
28044 \begin_layout Plain Layout
28045
28046 \series medium
28047 \begin_inset space ~
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \backslash
28057 let
28058 \backslash
28059 MyEndtable
28060 \backslash
28061 endtable
28062 \begin_inset Newline newline
28063 \end_inset
28064
28065
28066 \begin_inset Phantom HPhantom
28067 status open
28068
28069 \begin_layout Plain Layout
28070
28071 \series medium
28072 \begin_inset space ~
28073 \end_inset
28074
28075
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \backslash
28082 renewenvironment{table}[1]{
28083 \backslash
28084 begin{SCtable}[#1]##1}{
28085 \backslash
28086 end{SCtable}}}
28087 \end_layout
28088
28089 \begin_layout Standard
28090
28091 \series bold
28092
28093 \backslash
28094 newcommand{
28095 \backslash
28096 TabBesEnd}{%
28097 \begin_inset Newline newline
28098 \end_inset
28099
28100
28101 \begin_inset Phantom HPhantom
28102 status open
28103
28104 \begin_layout Plain Layout
28105 \begin_inset space ~
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \backslash
28115 let
28116 \backslash
28117 table
28118 \backslash
28119 MyTable
28120 \begin_inset Newline newline
28121 \end_inset
28122
28123
28124 \begin_inset Phantom HPhantom
28125 status open
28126
28127 \begin_layout Plain Layout
28128 \begin_inset space ~
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \backslash
28138 let
28139 \backslash
28140 endtable
28141 \backslash
28142 MyEndtable
28143 \end_layout
28144
28145 \begin_layout Standard
28146
28147 \series bold
28148
28149 \backslash
28150 newcommand{
28151 \backslash
28152 FigBesBeg}[1][1.0]{%
28153 \begin_inset Newline newline
28154 \end_inset
28155
28156
28157 \begin_inset Phantom HPhantom
28158 status open
28159
28160 \begin_layout Plain Layout
28161 \begin_inset space ~
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \backslash
28171 let
28172 \backslash
28173 MyFigure
28174 \backslash
28175 figure
28176 \begin_inset Newline newline
28177 \end_inset
28178
28179
28180 \begin_inset Phantom HPhantom
28181 status open
28182
28183 \begin_layout Plain Layout
28184 \begin_inset space ~
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \backslash
28194 let
28195 \backslash
28196 MyEndfigure
28197 \backslash
28198 endfigure
28199 \begin_inset Newline newline
28200 \end_inset
28201
28202
28203 \begin_inset Phantom HPhantom
28204 status open
28205
28206 \begin_layout Plain Layout
28207 \begin_inset space ~
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \backslash
28217 renewenvironment{figure}[1]{
28218 \backslash
28219 begin{SCfigure}[#1]##1}{
28220 \backslash
28221 end{SCfigure}}}
28222 \end_layout
28223
28224 \begin_layout Standard
28225
28226 \series bold
28227
28228 \backslash
28229 newcommand{
28230 \backslash
28231 FigBesEnd}{%
28232 \begin_inset Newline newline
28233 \end_inset
28234
28235
28236 \begin_inset Phantom HPhantom
28237 status open
28238
28239 \begin_layout Plain Layout
28240 \begin_inset space ~
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \backslash
28250 let
28251 \backslash
28252 figure
28253 \backslash
28254 MyFigure
28255 \begin_inset Newline newline
28256 \end_inset
28257
28258
28259 \begin_inset Phantom HPhantom
28260 status open
28261
28262 \begin_layout Plain Layout
28263 \begin_inset space ~
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \end_inset
28270
28271
28272 \backslash
28273 let
28274 \backslash
28275 endfigure
28276 \backslash
28277 MyEndfigure}
28278 \end_layout
28279
28280 \begin_layout Standard
28281 \noindent
28282 \begin_inset CommandInset line
28283 LatexCommand rule
28284 offset "0.5ex"
28285 width "100line%"
28286 height "1pt"
28287
28288 \end_inset
28289
28290
28291 \end_layout
28292
28293 \begin_layout Standard
28294 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28295 \end_layout
28296
28297 \begin_layout Standard
28298
28299 \series bold
28300
28301 \backslash
28302 FigBesBeg
28303 \end_layout
28304
28305 \begin_layout Standard
28306 というコマンドを,フロートの前に\SpecialChar TeX
28307 コードで入れてください.そして,元のフロート定義に戻したいところで,
28308 \end_layout
28309
28310 \begin_layout Standard
28311
28312 \series bold
28313
28314 \backslash
28315 FigBesEnd
28316 \end_layout
28317
28318 \begin_layout Standard
28319 という\SpecialChar TeX
28320 コードを入れてください.
28321 \end_layout
28322
28323 \begin_layout Standard
28324 表フロートに対しては,対応するコマンド
28325 \end_layout
28326
28327 \begin_layout Standard
28328
28329 \series bold
28330
28331 \backslash
28332 TabBesBeg
28333 \series default
28334 および
28335 \series bold
28336
28337 \backslash
28338 TabBesEnd
28339 \end_layout
28340
28341 \begin_layout Standard
28342 を使用してください.図
28343 \begin_inset CommandInset ref
28344 LatexCommand ref
28345 reference "fig:図横キャプション"
28346
28347 \end_inset
28348
28349 と表
28350 \begin_inset CommandInset ref
28351 LatexCommand ref
28352 reference "tab:表横キャプション"
28353
28354 \end_inset
28355
28356 がキャプションを脇に設定した例です.
28357 \end_layout
28358
28359 \begin_layout Standard
28360 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28361 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28362 コードとして
28363 \end_layout
28364
28365 \begin_layout Standard
28366
28367 \series bold
28368
28369 \backslash
28370 sidecaptionvpos{フロート型}{配置}
28371 \end_layout
28372
28373 \begin_layout Standard
28374 というコマンドを使用します.ここで「フロート型」は
28375 \family sans
28376 figure
28377 \family default
28378
28379 \family sans
28380 table
28381 \family default
28382 であり,「配置」は,上揃えの場合はtopの
28383 \end_layout
28384
28385 \begin_layout Standard
28386
28387 \family sans
28388 t
28389 \family default
28390 」,中央揃えの場合はcenterの「
28391 \family sans
28392 c
28393 \family default
28394 」,下揃えの場合はbottomの「
28395 \family sans
28396 b
28397 \family default
28398 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28399 \end_layout
28400
28401 \begin_layout Standard
28402
28403 \series bold
28404
28405 \backslash
28406 sidecaptionvpos{figure}{c}
28407 \end_layout
28408
28409 \begin_layout Standard
28410 というコマンドを使用します.これは,図
28411 \begin_inset CommandInset ref
28412 LatexCommand ref
28413 reference "fig:図横キャプション-2"
28414
28415 \end_inset
28416
28417 で使用されています.
28418 \end_layout
28419
28420 \begin_layout Standard
28421 \begin_inset VSpace medskip
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Standard
28428 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28429 \begin_inset CommandInset ref
28430 LatexCommand ref
28431 reference "tab:表横キャプション"
28432
28433 \end_inset
28434
28435 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28436 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28437 \emph on
28438 因数
28439 \emph default
28440 は,
28441 \end_layout
28442
28443 \begin_layout Standard
28444
28445 \series bold
28446
28447 \backslash
28448 FigBesBeg[因数]
28449 \end_layout
28450
28451 \begin_layout Standard
28452 のように,
28453 \series bold
28454
28455 \backslash
28456 FigBesBeg
28457 \series default
28458 への非必須引数として与えることもできますし,
28459 \series bold
28460
28461 \backslash
28462 FigBesBeg
28463 \series default
28464 の定義中で
28465 \series bold
28466 1.0
28467 \series default
28468 を他の値に変更することもできます.表
28469 \begin_inset CommandInset ref
28470 LatexCommand ref
28471 reference "tab:図横幅広"
28472
28473 \end_inset
28474
28475 では,因子5が指定されています.
28476 \end_layout
28477
28478 \begin_layout Standard
28479 \begin_inset Note Greyedout
28480 status open
28481
28482 \begin_layout Plain Layout
28483
28484 \series bold
28485 【註】
28486 \series default
28487 キャプションを横につけたフロートでは,フロート配置オプションの
28488 \family sans
28489 何としても現在地に置く
28490 \family default
28491 は,
28492 \series bold
28493 sidecap
28494 \series default
28495 がサポートしていないので,使用することができません..
28496 \end_layout
28497
28498 \end_inset
28499
28500
28501 \end_layout
28502
28503 \begin_layout Standard
28504 \begin_inset VSpace medskip
28505 \end_inset
28506
28507
28508 \series bold
28509 sidecap
28510 \series default
28511 パッケージについての詳細は,
28512 \begin_inset CommandInset citation
28513 LatexCommand cite
28514 key "sidecap"
28515
28516 \end_inset
28517
28518 の説明書をご参照ください.
28519 \end_layout
28520
28521 \begin_layout Standard
28522 \begin_inset Note Greyedout
28523 status open
28524
28525 \begin_layout Plain Layout
28526
28527 \series bold
28528 【註】
28529 \series default
28530
28531 \begin_inset CommandInset ref
28532 LatexCommand ref
28533 reference "subsec:参照位置"
28534
28535 \end_inset
28536
28537 節に説明がある\SpecialChar LaTeX
28538 パッケージ
28539 \series bold
28540 hypcap
28541 \series default
28542
28543 \begin_inset Index idx
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 \SpecialChar LaTeX
28548 ぱっけーじ@\SpecialChar LaTeX
28549 パッケージ ! hypcap
28550 \end_layout
28551
28552 \end_inset
28553
28554 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \end_layout
28561
28562 \begin_layout Standard
28563 \begin_inset Note Greyedout
28564 status open
28565
28566 \begin_layout Plain Layout
28567
28568 \series bold
28569 【訳註】
28570 \series default
28571 \SpecialChar LaTeX
28572 パッケージ
28573 \series bold
28574 sidecap
28575 \series default
28576
28577 \begin_inset Index idx
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581 \SpecialChar LaTeX
28582 ぱっけーじ@\SpecialChar LaTeX
28583 パッケージ ! sidecap
28584 \end_layout
28585
28586 \end_inset
28587
28588 は,p\SpecialChar LaTeX
28589 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28590 取扱説明書『
28591 \emph on
28592 埋め込み機能篇
28593 \emph default
28594 』(つまりこの文書)の\SpecialChar LyX
28595 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \begin_inset ERT
28602 status collapsed
28603
28604 \begin_layout Plain Layout
28605
28606
28607 \backslash
28608 FigBesBeg 
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Standard
28617 \begin_inset Float figure
28618 wide false
28619 sideways false
28620 status open
28621
28622 \begin_layout Plain Layout
28623 \begin_inset Graphics
28624         filename ../clipart/escher-lsd.eps
28625         scale 75
28626         scaleBeforeRotation
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \begin_layout Plain Layout
28634 \begin_inset Caption Standard
28635
28636 \begin_layout Plain Layout
28637 \begin_inset CommandInset label
28638 LatexCommand label
28639 name "fig:図横キャプション"
28640
28641 \end_inset
28642
28643 これは図の横にあるキャプションです.
28644 \end_layout
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \begin_layout Standard
28657 \begin_inset ERT
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661
28662
28663 \backslash
28664 FigBesEnd
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \begin_layout Standard
28673 \begin_inset ERT
28674 status collapsed
28675
28676 \begin_layout Plain Layout
28677
28678
28679 \backslash
28680 TabBesBeg 
28681 \end_layout
28682
28683 \end_inset
28684
28685
28686 \end_layout
28687
28688 \begin_layout Standard
28689 \begin_inset Float table
28690 wide false
28691 sideways false
28692 status open
28693
28694 \begin_layout Plain Layout
28695 \begin_inset Caption Standard
28696
28697 \begin_layout Plain Layout
28698 \begin_inset CommandInset label
28699 LatexCommand label
28700 name "tab:表横キャプション"
28701
28702 \end_inset
28703
28704 これは表の横にあるキャプションです.
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Plain Layout
28713 \begin_inset Tabular
28714 <lyxtabular version="3" rows="4" columns="5">
28715 <features tabularvalignment="middle">
28716 <column alignment="center" valignment="top">
28717 <column alignment="center" valignment="top">
28718 <column alignment="center" valignment="top">
28719 <column alignment="center" valignment="top">
28720 <column alignment="center" valignment="top">
28721 <row>
28722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28723 \begin_inset Text
28724
28725 \begin_layout Plain Layout
28726
28727 \end_layout
28728
28729 \end_inset
28730 </cell>
28731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28732 \begin_inset Text
28733
28734 \begin_layout Plain Layout
28735
28736 \end_layout
28737
28738 \end_inset
28739 </cell>
28740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28741 \begin_inset Text
28742
28743 \begin_layout Plain Layout
28744
28745 \end_layout
28746
28747 \end_inset
28748 </cell>
28749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28750 \begin_inset Text
28751
28752 \begin_layout Plain Layout
28753
28754 \end_layout
28755
28756 \end_inset
28757 </cell>
28758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28759 \begin_inset Text
28760
28761 \begin_layout Plain Layout
28762
28763 \end_layout
28764
28765 \end_inset
28766 </cell>
28767 </row>
28768 <row>
28769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28770 \begin_inset Text
28771
28772 \begin_layout Plain Layout
28773
28774 \end_layout
28775
28776 \end_inset
28777 </cell>
28778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28779 \begin_inset Text
28780
28781 \begin_layout Plain Layout
28782
28783 \end_layout
28784
28785 \end_inset
28786 </cell>
28787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28788 \begin_inset Text
28789
28790 \begin_layout Plain Layout
28791
28792 \end_layout
28793
28794 \end_inset
28795 </cell>
28796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28797 \begin_inset Text
28798
28799 \begin_layout Plain Layout
28800
28801 \end_layout
28802
28803 \end_inset
28804 </cell>
28805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28806 \begin_inset Text
28807
28808 \begin_layout Plain Layout
28809
28810 \end_layout
28811
28812 \end_inset
28813 </cell>
28814 </row>
28815 <row>
28816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28817 \begin_inset Text
28818
28819 \begin_layout Plain Layout
28820
28821 \end_layout
28822
28823 \end_inset
28824 </cell>
28825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28826 \begin_inset Text
28827
28828 \begin_layout Plain Layout
28829
28830 \end_layout
28831
28832 \end_inset
28833 </cell>
28834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28835 \begin_inset Text
28836
28837 \begin_layout Plain Layout
28838
28839 \end_layout
28840
28841 \end_inset
28842 </cell>
28843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Plain Layout
28847
28848 \end_layout
28849
28850 \end_inset
28851 </cell>
28852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Plain Layout
28856
28857 \end_layout
28858
28859 \end_inset
28860 </cell>
28861 </row>
28862 <row>
28863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28864 \begin_inset Text
28865
28866 \begin_layout Plain Layout
28867
28868 \end_layout
28869
28870 \end_inset
28871 </cell>
28872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28873 \begin_inset Text
28874
28875 \begin_layout Plain Layout
28876
28877 \end_layout
28878
28879 \end_inset
28880 </cell>
28881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28882 \begin_inset Text
28883
28884 \begin_layout Plain Layout
28885
28886 \end_layout
28887
28888 \end_inset
28889 </cell>
28890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 </row>
28909 </lyxtabular>
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \begin_layout Standard
28922 \begin_inset ERT
28923 status collapsed
28924
28925 \begin_layout Plain Layout
28926
28927
28928 \backslash
28929 TabBesEnd
28930 \end_layout
28931
28932 \end_inset
28933
28934
28935 \end_layout
28936
28937 \begin_layout Standard
28938 \begin_inset ERT
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942
28943
28944 \backslash
28945 FigBesBeg 
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \begin_inset ERT
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955
28956
28957 \backslash
28958 sidecaptionvpos{figure}{c}
28959 \end_layout
28960
28961 \end_inset
28962
28963
28964 \begin_inset Float figure
28965 wide false
28966 sideways false
28967 status open
28968
28969 \begin_layout Plain Layout
28970 \begin_inset Graphics
28971         filename ../clipart/escher-lsd.eps
28972         scale 75
28973         scaleBeforeRotation
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \begin_layout Plain Layout
28981 \begin_inset Caption Standard
28982
28983 \begin_layout Plain Layout
28984 \begin_inset CommandInset label
28985 LatexCommand label
28986 name "fig:図横キャプション-2"
28987
28988 \end_inset
28989
28990 これは図の横にある縦方向中央揃えのキャプションです.
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \end_inset
28999
29000
29001 \end_layout
29002
29003 \begin_layout Standard
29004 \begin_inset ERT
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008
29009
29010 \backslash
29011 FigBesEnd
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Standard
29020 \begin_inset ERT
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024
29025
29026 \backslash
29027 TabBesBeg[5]
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \begin_layout Standard
29036 \begin_inset Float table
29037 wide false
29038 sideways false
29039 status open
29040
29041 \begin_layout Plain Layout
29042 \begin_inset Caption Standard
29043
29044 \begin_layout Plain Layout
29045 \begin_inset CommandInset label
29046 LatexCommand label
29047 name "tab:図横幅広"
29048
29049 \end_inset
29050
29051 これは表
29052 \begin_inset CommandInset ref
29053 LatexCommand ref
29054 reference "tab:表横キャプション"
29055
29056 \end_inset
29057
29058 よりも幅広のキャプションです
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \end_layout
29065
29066 \begin_layout Plain Layout
29067 \begin_inset Tabular
29068 <lyxtabular version="3" rows="4" columns="5">
29069 <features tabularvalignment="middle">
29070 <column alignment="center" valignment="top">
29071 <column alignment="center" valignment="top">
29072 <column alignment="center" valignment="top">
29073 <column alignment="center" valignment="top">
29074 <column alignment="center" valignment="top">
29075 <row>
29076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29077 \begin_inset Text
29078
29079 \begin_layout Plain Layout
29080 a
29081 \end_layout
29082
29083 \end_inset
29084 </cell>
29085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29086 \begin_inset Text
29087
29088 \begin_layout Plain Layout
29089
29090 \end_layout
29091
29092 \end_inset
29093 </cell>
29094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29095 \begin_inset Text
29096
29097 \begin_layout Plain Layout
29098 b
29099 \end_layout
29100
29101 \end_inset
29102 </cell>
29103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29104 \begin_inset Text
29105
29106 \begin_layout Plain Layout
29107
29108 \end_layout
29109
29110 \end_inset
29111 </cell>
29112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29113 \begin_inset Text
29114
29115 \begin_layout Plain Layout
29116 c
29117 \end_layout
29118
29119 \end_inset
29120 </cell>
29121 </row>
29122 <row>
29123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29124 \begin_inset Text
29125
29126 \begin_layout Plain Layout
29127
29128 \end_layout
29129
29130 \end_inset
29131 </cell>
29132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29133 \begin_inset Text
29134
29135 \begin_layout Plain Layout
29136 d
29137 \end_layout
29138
29139 \end_inset
29140 </cell>
29141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29142 \begin_inset Text
29143
29144 \begin_layout Plain Layout
29145
29146 \end_layout
29147
29148 \end_inset
29149 </cell>
29150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29151 \begin_inset Text
29152
29153 \begin_layout Plain Layout
29154 e
29155 \end_layout
29156
29157 \end_inset
29158 </cell>
29159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29160 \begin_inset Text
29161
29162 \begin_layout Plain Layout
29163
29164 \end_layout
29165
29166 \end_inset
29167 </cell>
29168 </row>
29169 <row>
29170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29171 \begin_inset Text
29172
29173 \begin_layout Plain Layout
29174 f
29175 \end_layout
29176
29177 \end_inset
29178 </cell>
29179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29180 \begin_inset Text
29181
29182 \begin_layout Plain Layout
29183
29184 \end_layout
29185
29186 \end_inset
29187 </cell>
29188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29189 \begin_inset Text
29190
29191 \begin_layout Plain Layout
29192 g
29193 \end_layout
29194
29195 \end_inset
29196 </cell>
29197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29198 \begin_inset Text
29199
29200 \begin_layout Plain Layout
29201
29202 \end_layout
29203
29204 \end_inset
29205 </cell>
29206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29207 \begin_inset Text
29208
29209 \begin_layout Plain Layout
29210 h
29211 \end_layout
29212
29213 \end_inset
29214 </cell>
29215 </row>
29216 <row>
29217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29218 \begin_inset Text
29219
29220 \begin_layout Plain Layout
29221
29222 \end_layout
29223
29224 \end_inset
29225 </cell>
29226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29227 \begin_inset Text
29228
29229 \begin_layout Plain Layout
29230 i
29231 \end_layout
29232
29233 \end_inset
29234 </cell>
29235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29236 \begin_inset Text
29237
29238 \begin_layout Plain Layout
29239
29240 \end_layout
29241
29242 \end_inset
29243 </cell>
29244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29245 \begin_inset Text
29246
29247 \begin_layout Plain Layout
29248 j
29249 \end_layout
29250
29251 \end_inset
29252 </cell>
29253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29254 \begin_inset Text
29255
29256 \begin_layout Plain Layout
29257
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 </row>
29263 </lyxtabular>
29264
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \begin_layout Standard
29276 \begin_inset ERT
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280
29281
29282 \backslash
29283 TabBesEnd
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Standard
29292 \begin_inset ERT
29293 status collapsed
29294
29295 \begin_layout Plain Layout
29296
29297
29298 \backslash
29299 else
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \begin_inset Note Note
29306 status open
29307
29308 \begin_layout Plain Layout
29309 以下の部分は,\SpecialChar LaTeX
29310 パッケージ
29311 \series bold
29312 sidecap
29313 \series default
29314 が導入されていないときのみ表示されます.
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29324 パッケージ
29325 \series bold
29326 sidecap
29327 \series default
29328 を導入する必要があります.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 \begin_inset ERT
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336
29337
29338 \backslash
29339 fi
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \end_layout
29346
29347 \begin_layout Section
29348 フロート一覧
29349 \begin_inset Index idx
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 ふろーと@フロート ! ふろーといちらん@フロート一覧
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \end_layout
29360
29361 \begin_layout Standard
29362 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29363 \family sans
29364 挿入\SpecialChar menuseparator
29365 一覧/目次
29366 \family default
29367 メニューで挿入することができます.
29368 \end_layout
29369
29370 \begin_layout Standard
29371 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29372 \end_layout
29373
29374 \begin_layout Standard
29375 本文書の終わりに,図一覧と表一覧があります.
29376 \end_layout
29377
29378 \begin_layout Chapter
29379 註釈
29380 \end_layout
29381
29382 \begin_layout Section
29383 \SpecialChar LyX
29384 註釈
29385 \begin_inset Index idx
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389 ちゅうしゃく@註釈 ! \SpecialChar LyX
29390 のーと@\SpecialChar LyX
29391 ノート
29392 \end_layout
29393
29394 \end_inset
29395
29396
29397 \end_layout
29398
29399 \begin_layout Standard
29400 註釈は,ツールバーボタン
29401 \family sans
29402
29403 \begin_inset Info
29404 type  "icon"
29405 arg   "note-insert"
29406 \end_inset
29407
29408
29409 \family default
29410 か,
29411 \family sans
29412 挿入\SpecialChar menuseparator
29413 註釈
29414 \family default
29415 メニューで挿入することができます.註釈には,以下の三つの型があります.
29416 \end_layout
29417
29418 \begin_layout Description
29419 \SpecialChar LyX
29420 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29421 \begin_inset Newline newline
29422 \end_inset
29423
29424
29425 \begin_inset Newline newline
29426 \end_inset
29427
29428
29429 \begin_inset Graphics
29430         filename clipart/LyXNoteImage.png
29431         display false
29432         scale 50
29433         scaleBeforeRotation
29434
29435 \end_inset
29436
29437
29438 \begin_inset Note Note
29439 status open
29440
29441 \begin_layout Plain Layout
29442 これは,出力には現れない註釈ボックスに書かれた文章です.
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Description
29451 コメント この註釈も出力には現れませんが,
29452 \family sans
29453 ファイル\SpecialChar menuseparator
29454 書き出し\SpecialChar menuseparator
29455 LaTeX
29456 \begin_inset space ~
29457 \end_inset
29458
29459 (pdflatex) / (平文)
29460 \family default
29461  メニューを使って文書を\SpecialChar LaTeX
29462 にエクスポートする際には,\SpecialChar LaTeX
29463 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29464 \begin_inset Newline newline
29465 \end_inset
29466
29467
29468 \begin_inset Newline newline
29469 \end_inset
29470
29471
29472 \begin_inset Graphics
29473         filename clipart/CommentNoteImage.png
29474         display false
29475         scale 50
29476         scaleBeforeRotation
29477
29478 \end_inset
29479
29480  
29481 \begin_inset Note Comment
29482 status open
29483
29484 \begin_layout Plain Layout
29485 これは,\SpecialChar LaTeX
29486 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \begin_layout Description
29495 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29496 \begin_inset Newline newline
29497 \end_inset
29498
29499
29500 \begin_inset Newline newline
29501 \end_inset
29502
29503
29504 \begin_inset Graphics
29505         filename clipart/GreyedOutNoteImage.png
29506         display false
29507         scale 50
29508         scaleBeforeRotation
29509
29510 \end_inset
29511
29512
29513 \begin_inset Newline newline
29514 \end_inset
29515
29516
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 renewenvironment{lyxgreyedout}
29525 \end_layout
29526
29527 \begin_layout Plain Layout
29528
29529 {
29530 \backslash
29531 textcolor[gray]{0.8}
29532 \backslash
29533 bgroup}{
29534 \backslash
29535 egroup}
29536 \end_layout
29537
29538 \end_inset
29539
29540
29541 \begin_inset Note Greyedout
29542 status open
29543
29544 \begin_layout Plain Layout
29545 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29546 \begin_inset Foot
29547 status collapsed
29548
29549 \begin_layout Plain Layout
29550 これは,淡色註釈内に脚註を用いた例です.
29551 \end_layout
29552
29553 \end_inset
29554
29555 です.
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \begin_inset ERT
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565
29566
29567 \backslash
29568 renewenvironment{lyxgreyedout}
29569 \end_layout
29570
29571 \begin_layout Plain Layout
29572
29573 {
29574 \backslash
29575 textcolor{blue}
29576 \backslash
29577 bgroup}{
29578 \backslash
29579 egroup}
29580 \end_layout
29581
29582 \end_inset
29583
29584
29585 \begin_inset Note Note
29586 status open
29587
29588 \begin_layout Plain Layout
29589 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29590 本来の定義で表示されるように再定義さ
29591 れています.
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \begin_inset Newline newline
29598 \end_inset
29599
29600
29601 \begin_inset Newline newline
29602 \end_inset
29603
29604 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29605 \end_layout
29606
29607 \begin_layout Standard
29608 \begin_inset VSpace bigskip
29609 \end_inset
29610
29611 註釈を挿入するのにツールバーボタン
29612 \family sans
29613
29614 \begin_inset Info
29615 type  "icon"
29616 arg   "note-insert"
29617 \end_inset
29618
29619
29620 \family default
29621 を使用すると,
29622 \family sans
29623 \SpecialChar LyX
29624 註釈
29625 \family default
29626 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29627 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29628 さい.
29629 \end_layout
29630
29631 \begin_layout Standard
29632 \begin_inset VSpace bigskip
29633 \end_inset
29634
29635 淡色註釈の文字色は,
29636 \family sans
29637 文書\SpecialChar menuseparator
29638 設定\SpecialChar menuseparator
29639
29640 \family default
29641 メニューで変更することができます.
29642 \end_layout
29643
29644 \begin_layout Section
29645 脚註
29646 \begin_inset CommandInset label
29647 LatexCommand label
29648 name "sec:脚注"
29649
29650 \end_inset
29651
29652
29653 \begin_inset Index idx
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \begin_inset Index idx
29664 status collapsed
29665
29666 \begin_layout Plain Layout
29667 きゃくちゅう@脚註
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \begin_layout Standard
29676 脚註は,ツールバーボタン
29677 \family sans
29678
29679 \begin_inset Info
29680 type  "icon"
29681 arg   "footnote-insert"
29682 \end_inset
29683
29684
29685 \family default
29686 か,
29687 \family sans
29688 挿入\SpecialChar menuseparator
29689 脚註
29690 \family default
29691 メニューを使って挿入することができます.すると,脚註文を挿入したところに,
29692 \begin_inset Graphics
29693         filename clipart/footnote.png
29694         scale 80
29695         scaleBeforeRotation
29696
29697 \end_inset
29698
29699 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29700 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29701 \end_layout
29702
29703 \begin_layout Standard
29704 これが脚註の例です
29705 \begin_inset Foot
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709 \begin_inset CommandInset label
29710 LatexCommand label
29711 name "fn:これは脚注の一例"
29712
29713 \end_inset
29714
29715 これは脚註の一例です.
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset ERT
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725
29726
29727 \backslash
29728 newcounter{MyRepeatFoot}
29729 \end_layout
29730
29731 \begin_layout Plain Layout
29732
29733
29734 \backslash
29735 setcounter{MyRepeatFoot}{
29736 \backslash
29737 thefootnote}
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \begin_layout Standard
29746 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29747 が計算を行い,連番が付けられます.
29748 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29749 \end_layout
29750
29751 \begin_layout Standard
29752 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29753 \begin_inset CommandInset ref
29754 LatexCommand ref
29755 reference "sec:フロートの参照"
29756
29757 \end_inset
29758
29759 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29760 \begin_inset Newline newline
29761 \end_inset
29762
29763 これは脚註
29764 \begin_inset CommandInset ref
29765 LatexCommand ref
29766 reference "fn:これは脚注の一例"
29767
29768 \end_inset
29769
29770 の相互参照です.
29771 \end_layout
29772
29773 \begin_layout Standard
29774 \begin_inset VSpace defskip
29775 \end_inset
29776
29777 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29778 \end_layout
29779
29780 \begin_layout Standard
29781 \begin_inset VSpace defskip
29782 \end_inset
29783
29784
29785 \end_layout
29786
29787 \begin_layout Standard
29788 \SpecialChar LaTeX
29789 では,技術的要因により,表中の脚註は印字されません.しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29790 コードで
29791 \series bold
29792
29793 \backslash
29794 footnotemark{}
29795 \series default
29796 コマンドを入れてください.脚註の本文は,表の後で\SpecialChar TeX
29797 コード
29798 \series bold
29799
29800 \backslash
29801 footnotetext
29802 \series default
29803 コマンドの引数として入力します.
29804 \begin_inset Newline newline
29805 \end_inset
29806
29807 以下の表ではコマンド
29808 \begin_inset Newline newline
29809 \end_inset
29810
29811
29812 \series bold
29813
29814 \backslash
29815 footnotetext{
29816 \series default
29817 出力される脚註の表
29818 \series bold
29819 }
29820 \series default
29821
29822 \begin_inset Newline newline
29823 \end_inset
29824
29825 を用いています.
29826 \end_layout
29827
29828 \begin_layout Standard
29829 \begin_inset Tabular
29830 <lyxtabular version="3" rows="2" columns="1">
29831 <features tabularvalignment="middle">
29832 <column alignment="center" valignment="top">
29833 <row>
29834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29835 \begin_inset Text
29836
29837 \begin_layout Plain Layout
29838 これは例文です.
29839 \begin_inset Foot
29840 status open
29841
29842 \begin_layout Plain Layout
29843 この脚註は出力されません!
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \end_layout
29850
29851 \end_inset
29852 </cell>
29853 </row>
29854 <row>
29855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29856 \begin_inset Text
29857
29858 \begin_layout Plain Layout
29859 これは例文です.
29860 \begin_inset ERT
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864
29865
29866 \backslash
29867 footnotemark{}
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \end_layout
29874
29875 \end_inset
29876 </cell>
29877 </row>
29878 </lyxtabular>
29879
29880 \end_inset
29881
29882
29883 \begin_inset ERT
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887
29888
29889 \backslash
29890 footnotetext{
29891 \end_layout
29892
29893 \end_inset
29894
29895 出力される脚註の表
29896 \begin_inset ERT
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900
29901 }
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \begin_layout Standard
29910 多頁表中の脚註は,第
29911 \begin_inset CommandInset ref
29912 LatexCommand ref
29913 reference "subsec:多頁表での脚注"
29914
29915 \end_inset
29916
29917 節で述べられています.
29918 \end_layout
29919
29920 \begin_layout Standard
29921 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
29922 \begin_inset CommandInset ref
29923 LatexCommand ref
29924 reference "sec:ミニページ"
29925
29926 \end_inset
29927
29928 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,やはり
29929 \series bold
29930
29931 \backslash
29932 footnotemark{}
29933 \series default
29934
29935 \series bold
29936
29937 \backslash
29938 footntoetext
29939 \series default
29940 による方法を用いてください.
29941 \end_layout
29942
29943 \begin_layout Standard
29944 \begin_inset Box Frameless
29945 position "t"
29946 hor_pos "c"
29947 has_inner_box 1
29948 inner_pos "t"
29949 use_parbox 0
29950 use_makebox 0
29951 width "100col%"
29952 special "none"
29953 height "1in"
29954 height_special "totalheight"
29955 thickness "0.4pt"
29956 separation "3pt"
29957 shadowsize "4pt"
29958 framecolor "black"
29959 backgroundcolor "none"
29960 status open
29961
29962 \begin_layout Plain Layout
29963 これはミニページ中の例文です.
29964 \begin_inset Foot
29965 status open
29966
29967 \begin_layout Plain Layout
29968 ミニページ中の脚註です.
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \end_layout
29975
29976 \begin_layout Plain Layout
29977 これはミニページ中の例文です.
29978 \begin_inset ERT
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982
29983
29984 \backslash
29985 footnotemark{}
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \end_layout
29997
29998 \begin_layout Standard
29999 \begin_inset ERT
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003
30004
30005 \backslash
30006 footnotetext{
30007 \end_layout
30008
30009 \end_inset
30010
30011 ミニページ外の脚註です.
30012 \begin_inset ERT
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016
30017 }
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \begin_inset VSpace defskip
30024 \end_inset
30025
30026
30027 \end_layout
30028
30029 \begin_layout Standard
30030 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30031 コードでコマンド
30032 \series bold
30033
30034 \backslash
30035 footnotemark[番号]
30036 \series default
30037 を使用してください.
30038 \begin_inset Newline newline
30039 \end_inset
30040
30041 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30042 \begin_inset CommandInset ref
30043 LatexCommand ref
30044 reference "fn:これは脚注の一例"
30045
30046 \end_inset
30047
30048 の後に,\SpecialChar TeX
30049 コードで
30050 \end_layout
30051
30052 \begin_layout Standard
30053
30054 \series bold
30055
30056 \backslash
30057 newcounter{MyRepeatFoot}
30058 \begin_inset Newline newline
30059 \end_inset
30060
30061
30062 \backslash
30063 setcounter{MyRepeatFoot}{
30064 \backslash
30065 thefootnote}
30066 \end_layout
30067
30068 \begin_layout Standard
30069 というコマンドを挿入しています.そして脚註マークは,
30070 \end_layout
30071
30072 \begin_layout Standard
30073
30074 \series bold
30075
30076 \backslash
30077 footnotemark[
30078 \backslash
30079 theMyRepeatFoot]
30080 \end_layout
30081
30082 \begin_layout Standard
30083 で作成します.
30084 \end_layout
30085
30086 \begin_layout Standard
30087 これは繰り返し脚註の例です.
30088 \begin_inset ERT
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092
30093
30094 \backslash
30095 footnotemark[
30096 \backslash
30097 theMyRepeatFoot]
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \begin_layout Standard
30106 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30107 \end_layout
30108
30109 \begin_layout Standard
30110
30111 \series bold
30112
30113 \backslash
30114 footnotemark[
30115 \backslash
30116 thefootnote]
30117 \end_layout
30118
30119 \begin_layout Standard
30120 を使用してください.
30121 \end_layout
30122
30123 \begin_layout Standard
30124 これは繰り返し脚註の例です.
30125 \begin_inset ERT
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129
30130
30131 \backslash
30132 footnotemark[
30133 \backslash
30134 thefootnote]
30135 \end_layout
30136
30137 \end_inset
30138
30139
30140 \end_layout
30141
30142 \begin_layout Subsection
30143 脚註の付番
30144 \begin_inset CommandInset label
30145 LatexCommand label
30146 name "subsec:脚注の付番"
30147
30148 \end_inset
30149
30150
30151 \begin_inset Index idx
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155 きゃくちゅう@脚註 ! ふばん@付番
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \end_layout
30162
30163 \begin_layout Standard
30164 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30165 \end_layout
30166
30167 \begin_layout Standard
30168
30169 \series bold
30170
30171 \backslash
30172 @addtoreset{footnote}{section}
30173 \end_layout
30174
30175 \begin_layout Standard
30176 というコマンドを加えてください.
30177 \end_layout
30178
30179 \begin_layout Standard
30180 \begin_inset VSpace bigskip
30181 \end_inset
30182
30183 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30184 \end_layout
30185
30186 \begin_layout Standard
30187
30188 \series bold
30189
30190 \backslash
30191 renewcommand{
30192 \backslash
30193 thefootnote}{
30194 \backslash
30195 roman{footnote}}
30196 \end_layout
30197
30198 \begin_layout Standard
30199 \begin_inset ERT
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203
30204
30205 \backslash
30206 renewcommand{
30207 \backslash
30208 thefootnote}{
30209 \backslash
30210 roman{footnote}}
30211 \end_layout
30212
30213 \end_inset
30214
30215 これは,ローマ数字を使った脚註です
30216 \begin_inset Foot
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 これは,ローマ数字を使った脚註の例です.
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Standard
30229 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30230 \series bold
30231
30232 \backslash
30233 roman
30234 \series default
30235
30236 \series bold
30237
30238 \backslash
30239 Roman
30240 \series default
30241 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30242 \series bold
30243
30244 \backslash
30245 Alph
30246 \series default
30247 または
30248 \series bold
30249
30250 \backslash
30251 alph
30252 \series default
30253 を使用してください.記号を使って付「番」するには,
30254 \series bold
30255
30256 \backslash
30257 fnsymbol
30258 \series default
30259 を使ってください.
30260 \end_layout
30261
30262 \begin_layout Standard
30263 \begin_inset Note Greyedout
30264 status open
30265
30266 \begin_layout Plain Layout
30267
30268 \series bold
30269 【註】
30270 \series default
30271 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \begin_inset Newline newline
30278 \end_inset
30279
30280
30281 \begin_inset Note Greyedout
30282 status open
30283
30284 \begin_layout Plain Layout
30285
30286 \series bold
30287 【註】
30288 \series default
30289 記号を使うと9個の脚註しか番号を振ることができません.
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30299 \series bold
30300
30301 \backslash
30302 roman
30303 \series default
30304
30305 \series bold
30306
30307 \backslash
30308 arabic
30309 \series default
30310 に置き換えて使用してください.
30311 \begin_inset ERT
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316
30317 \backslash
30318 renewcommand{
30319 \backslash
30320 thefootnote}{
30321 \backslash
30322 arabic{footnote}}
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \begin_layout Standard
30331 \begin_inset VSpace bigskip
30332 \end_inset
30333
30334
30335 \end_layout
30336
30337 \begin_layout Standard
30338 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30339 \end_layout
30340
30341 \begin_layout Standard
30342
30343 \series bold
30344
30345 \backslash
30346 numberwithin{footnote}{chapter}
30347 \end_layout
30348
30349 \begin_layout Standard
30350 というコマンドを加えてください.
30351 \series bold
30352
30353 \backslash
30354 numberwithin
30355 \series default
30356 コマンドを使用できるようにするためには,文書設定の
30357 \family sans
30358 数式オプション
30359 \family default
30360 タブで
30361 \family sans
30362 AMS
30363 \begin_inset space ~
30364 \end_inset
30365
30366 mathパッケージを使う
30367 \family default
30368 オプションを有効にしてください.
30369 \end_layout
30370
30371 \begin_layout Standard
30372 \begin_inset ERT
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376
30377
30378 \backslash
30379 numberwithin{footnote}{chapter}
30380 \end_layout
30381
30382 \end_inset
30383
30384 これは,脚註のもう一つの例です
30385 \series bold
30386
30387 \begin_inset Foot
30388 status open
30389
30390 \begin_layout Plain Layout
30391
30392 \series bold
30393 これは,
30394 \series default
30395 「章番号.脚註番号」スキームで番号を振られた脚註です.
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \series default
30402
30403 \begin_inset ERT
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407
30408
30409 \backslash
30410 renewcommand{
30411 \backslash
30412 thefootnote}{
30413 \backslash
30414 arabic{footnote}}
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \end_layout
30421
30422 \begin_layout Standard
30423 \begin_inset Note Greyedout
30424 status open
30425
30426 \begin_layout Plain Layout
30427
30428 \series bold
30429 【註】
30430 \backslash
30431 numberwithin
30432 \series default
30433 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30434 \end_layout
30435
30436 \end_inset
30437
30438
30439 \end_layout
30440
30441 \begin_layout Standard
30442 また,例えば「章番号.
30443 \backslash
30444 Roman{footnote}」スキームを得るには,
30445 \series bold
30446
30447 \backslash
30448 numberwithin
30449 \series default
30450 の代わりに以下のコマンドを使用してください.
30451 \end_layout
30452
30453 \begin_layout Standard
30454
30455 \series bold
30456
30457 \backslash
30458 renewcommand{
30459 \backslash
30460 thefootnote}{
30461 \backslash
30462 thechapter.
30463 \backslash
30464 Roman{footnote}}
30465 \end_layout
30466
30467 \begin_layout Subsection
30468 脚註の配置
30469 \begin_inset Index idx
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473 きゃくちゅう@脚註 ! はいち@配置
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \end_layout
30480
30481 \begin_layout Standard
30482 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30483 ブルに足して,1.5
30484 \begin_inset space \thinspace{}
30485 \end_inset
30486
30487 mmの余白を追加することもできます.
30488 \end_layout
30489
30490 \begin_layout Standard
30491
30492 \series bold
30493
30494 \backslash
30495 let
30496 \backslash
30497 myFoot
30498 \backslash
30499 footnote
30500 \begin_inset Newline newline
30501 \end_inset
30502
30503
30504 \backslash
30505 renewcommand{
30506 \backslash
30507 footnote}[1]{
30508 \backslash
30509 myFoot{#1
30510 \backslash
30511 vspace{1.5mm}}}
30512 \end_layout
30513
30514 \begin_layout Standard
30515 \begin_inset VSpace bigskip
30516 \end_inset
30517
30518 二段組文書では,脚註は各段底部に表示されます(図
30519 \begin_inset CommandInset ref
30520 LatexCommand ref
30521 reference "fig:標準的脚注配置"
30522
30523 \end_inset
30524
30525 ).図
30526 \begin_inset CommandInset ref
30527 LatexCommand ref
30528 reference "fig:ftnright脚注配置"
30529
30530 \end_inset
30531
30532 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30533 \end_layout
30534
30535 \begin_layout Standard
30536
30537 \series bold
30538
30539 \backslash
30540 usepackage{ftnright}
30541 \end_layout
30542
30543 \begin_layout Standard
30544 というコマンドを書いて,\SpecialChar LaTeX
30545 パッケージ
30546 \series bold
30547 ftnright
30548 \series default
30549
30550 \begin_inset Index idx
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 \SpecialChar LaTeX
30555 ぱっけーじ@\SpecialChar LaTeX
30556 パッケージ ! ftnright
30557 \end_layout
30558
30559 \end_inset
30560
30561 を読み込みます.
30562 \begin_inset Float figure
30563 placement !h
30564 wide false
30565 sideways false
30566 status open
30567
30568 \begin_layout Plain Layout
30569 \noindent
30570 \align center
30571 \begin_inset Box Boxed
30572 position "t"
30573 hor_pos "c"
30574 has_inner_box 0
30575 inner_pos "t"
30576 use_parbox 0
30577 use_makebox 0
30578 width ""
30579 special "none"
30580 height "1in"
30581 height_special "totalheight"
30582 thickness "0.4pt"
30583 separation "3pt"
30584 shadowsize "4pt"
30585 framecolor "black"
30586 backgroundcolor "none"
30587 status open
30588
30589 \begin_layout Plain Layout
30590 \begin_inset Graphics
30591         filename ../clipart/without_fntright.pdf
30592         width 100col%
30593         scaleBeforeRotation
30594
30595 \end_inset
30596
30597
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \end_layout
30604
30605 \begin_layout Plain Layout
30606 \begin_inset Caption Standard
30607
30608 \begin_layout Plain Layout
30609 \begin_inset CommandInset label
30610 LatexCommand label
30611 name "fig:標準的脚注配置"
30612
30613 \end_inset
30614
30615 二段組文書の標準的な脚註配置
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \end_layout
30627
30628 \begin_layout Standard
30629 \begin_inset Float figure
30630 placement !h
30631 wide false
30632 sideways false
30633 status open
30634
30635 \begin_layout Plain Layout
30636 \noindent
30637 \align center
30638 \begin_inset Box Boxed
30639 position "t"
30640 hor_pos "c"
30641 has_inner_box 0
30642 inner_pos "t"
30643 use_parbox 0
30644 use_makebox 0
30645 width ""
30646 special "none"
30647 height "1in"
30648 height_special "totalheight"
30649 thickness "0.4pt"
30650 separation "3pt"
30651 shadowsize "4pt"
30652 framecolor "black"
30653 backgroundcolor "none"
30654 status open
30655
30656 \begin_layout Plain Layout
30657 \begin_inset Graphics
30658         filename ../clipart/with_fntright.pdf
30659         width 100col%
30660         scaleBeforeRotation
30661
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Plain Layout
30673 \begin_inset Caption Standard
30674
30675 \begin_layout Plain Layout
30676 \begin_inset CommandInset label
30677 LatexCommand label
30678 name "fig:ftnright脚注配置"
30679
30680 \end_inset
30681
30682 \SpecialChar LaTeX
30683 パッケージ
30684 \series bold
30685 ftnright
30686 \series default
30687 を使用したときの二段組文書の脚註配置
30688 \end_layout
30689
30690 \end_inset
30691
30692
30693 \end_layout
30694
30695 \end_inset
30696
30697
30698 \end_layout
30699
30700 \begin_layout Standard
30701 \begin_inset VSpace bigskip
30702 \end_inset
30703
30704 科学的文献においては,図
30705 \begin_inset CommandInset ref
30706 LatexCommand ref
30707 reference "fig:後註"
30708
30709 \end_inset
30710
30711 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30712 \begin_inset Index idx
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716 こちゆう@後註
30717 \end_layout
30718
30719 \end_inset
30720
30721 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30722 \family sans
30723 文書\SpecialChar menuseparator
30724 設定\SpecialChar menuseparator
30725 モジュール
30726 \family default
30727 メニューで
30728 \family sans
30729 脚註から後註へ
30730 \family default
30731 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30732 コードで
30733 \end_layout
30734
30735 \begin_layout Standard
30736
30737 \series bold
30738
30739 \backslash
30740 theendnotes
30741 \end_layout
30742
30743 \begin_layout Standard
30744 というコマンドを挿入してください.
30745 \end_layout
30746
30747 \begin_layout Standard
30748 \begin_inset Float figure
30749 wide false
30750 sideways false
30751 status open
30752
30753 \begin_layout Plain Layout
30754 \align center
30755 \begin_inset Box Boxed
30756 position "t"
30757 hor_pos "c"
30758 has_inner_box 0
30759 inner_pos "t"
30760 use_parbox 0
30761 use_makebox 0
30762 width ""
30763 special "none"
30764 height "1in"
30765 height_special "totalheight"
30766 thickness "0.4pt"
30767 separation "3pt"
30768 shadowsize "4pt"
30769 framecolor "black"
30770 backgroundcolor "none"
30771 status open
30772
30773 \begin_layout Plain Layout
30774 \begin_inset Graphics
30775         filename ../clipart/endnotes.pdf
30776         width 100col%
30777         scaleBeforeRotation
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Plain Layout
30790 \begin_inset Caption Standard
30791
30792 \begin_layout Plain Layout
30793 \begin_inset CommandInset label
30794 LatexCommand label
30795 name "fig:後註"
30796
30797 \end_inset
30798
30799 後註 – 注を節ないし章末に別段落として印字します.
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \end_inset
30808
30809
30810 \end_layout
30811
30812 \begin_layout Standard
30813 \begin_inset VSpace medskip
30814 \end_inset
30815
30816 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30817 \end_layout
30818
30819 \begin_layout Standard
30820
30821 \series bold
30822
30823 \backslash
30824 renewcommand{
30825 \backslash
30826 notesname}{Anmerkungen}
30827 \end_layout
30828
30829 \begin_layout Standard
30830 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30831 \end_layout
30832
30833 \begin_layout Standard
30834 \begin_inset VSpace medskip
30835 \end_inset
30836
30837
30838 \begin_inset CommandInset ref
30839 LatexCommand ref
30840 reference "subsec:脚注の付番"
30841
30842 \end_inset
30843
30844 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30845 \series bold
30846
30847 \backslash
30848 thefootnote
30849 \series default
30850 コマンドの代わりに
30851 \series bold
30852
30853 \backslash
30854 theendnote
30855 \series default
30856 を用いてください.後註番号をリセットするには,第
30857 \begin_inset CommandInset ref
30858 LatexCommand ref
30859 reference "subsec:脚注の付番"
30860
30861 \end_inset
30862
30863 節で述べたコマンド
30864 \series bold
30865
30866 \backslash
30867 @addtoreset
30868 \series default
30869 の,パラメータ
30870 \series bold
30871 footnote
30872 \series default
30873
30874 \series bold
30875 endnote
30876 \series default
30877 に変えて,使用してください.
30878 \end_layout
30879
30880 \begin_layout Standard
30881 後註の印だけを作成するには,第
30882 \begin_inset CommandInset ref
30883 LatexCommand ref
30884 reference "sec:脚注"
30885
30886 \end_inset
30887
30888 節で説明した
30889 \series bold
30890
30891 \backslash
30892 footnotemark
30893 \series default
30894 コマンドの代わりに,
30895 \series bold
30896
30897 \backslash
30898 endnotemark[番号]
30899 \series default
30900 コマンドを使用してください.
30901 \end_layout
30902
30903 \begin_layout Standard
30904 \begin_inset VSpace bigskip
30905 \end_inset
30906
30907 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
30908 パッケージ
30909 \series bold
30910 footmisc
30911 \series default
30912
30913 \begin_inset Index idx
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917 \SpecialChar LaTeX
30918 ぱっけーじ@\SpecialChar LaTeX
30919 パッケージ ! footmisc
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \begin_inset CommandInset citation
30926 LatexCommand cite
30927 key "footmisc"
30928
30929 \end_inset
30930
30931 を参照してください.
30932 \end_layout
30933
30934 \begin_layout Standard
30935 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
30936 関連書籍
30937 \begin_inset CommandInset citation
30938 LatexCommand cite
30939 key "latexcompanion,latexguide,latexbook"
30940
30941 \end_inset
30942
30943 に載っています.
30944 \series bold
30945 KOMA-Script
30946 \series default
30947
30948 \begin_inset Index idx
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952 \SpecialChar LaTeX
30953 ぱっけーじ@\SpecialChar LaTeX
30954 パッケージ ! KOMA-Script
30955 \end_layout
30956
30957 \end_inset
30958
30959 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
30960 \begin_inset CommandInset citation
30961 LatexCommand cite
30962 key "KOMA-Script"
30963
30964 \end_inset
30965
30966 参照).
30967 \end_layout
30968
30969 \begin_layout Section
30970 傍註
30971 \begin_inset Index idx
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Standard
30984 \SpecialChar LyX
30985 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
30986 \family sans
30987 挿入\SpecialChar menuseparator
30988 傍註
30989 \family default
30990 メニューかツールバーボタン
30991 \family sans
30992
30993 \begin_inset Info
30994 type  "icon"
30995 arg   "marginalnote-insert"
30996 \end_inset
30997
30998
30999 \family default
31000 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
31001 \end_layout
31002
31003 \begin_layout Standard
31004 横にあるのが傍註です
31005 \begin_inset Marginal
31006 status open
31007
31008 \begin_layout Plain Layout
31009 これは傍註文です.
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \begin_layout Standard
31018 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
31019 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
31020 \end_layout
31021
31022 \begin_layout Standard
31023 \begin_inset VSpace bigskip
31024 \end_inset
31025
31026 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
31027 コードで
31028 \end_layout
31029
31030 \begin_layout Standard
31031
31032 \series bold
31033
31034 \backslash
31035 reversemarginpar
31036 \end_layout
31037
31038 \begin_layout Standard
31039 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 reversemarginpar 
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \begin_inset Marginal
31054 status open
31055
31056 \begin_layout Plain Layout
31057 これは内側余白の傍註です.
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \series bold
31064
31065 \begin_inset Newline newline
31066 \end_inset
31067
31068
31069 \series default
31070
31071 \begin_inset Note Greyedout
31072 status open
31073
31074 \begin_layout Plain Layout
31075
31076 \series bold
31077 【註】
31078 \series default
31079 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \begin_layout Standard
31088 既定の配置に戻すには,\SpecialChar TeX
31089 コードで
31090 \end_layout
31091
31092 \begin_layout Standard
31093
31094 \series bold
31095
31096 \backslash
31097 normalmarginpar
31098 \end_layout
31099
31100 \begin_layout Standard
31101 というコマンドを書き加えてください.
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107
31108 \backslash
31109 normalmarginpar 
31110 \end_layout
31111
31112 \end_inset
31113
31114  
31115 \begin_inset Note Greyedout
31116 status open
31117
31118 \begin_layout Plain Layout
31119
31120 \series bold
31121 【註】
31122 \backslash
31123 reversemarginpar
31124 \series default
31125 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \begin_layout Standard
31134 \begin_inset VSpace bigskip
31135 \end_inset
31136
31137
31138 \begin_inset Marginal
31139 status open
31140
31141 \begin_layout Plain Layout
31142 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31143 \end_layout
31144
31145 \end_inset
31146
31147
31148 \begin_inset CommandInset ref
31149 LatexCommand ref
31150 reference "subsec:複数行"
31151
31152 \end_inset
31153
31154 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31155 \begin_inset space \thinspace{}
31156 \end_inset
31157
31158 pt水平空白を挿入してください 
31159 \begin_inset Marginal
31160 status open
31161
31162 \begin_layout Plain Layout
31163 \begin_inset space \hspace*{}
31164 \length 0pt
31165 \end_inset
31166
31167 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset VSpace bigskip
31177 \end_inset
31178
31179
31180 \end_layout
31181
31182 \begin_layout Standard
31183 \begin_inset Note Greyedout
31184 status open
31185
31186 \begin_layout Plain Layout
31187
31188 \series bold
31189 【註】
31190 \series default
31191 通常,傍註は表やフロート,脚註の中では使用することができません.
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \end_layout
31198
31199 \begin_layout Standard
31200 \begin_inset VSpace bigskip
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \begin_layout Standard
31207 \begin_inset ERT
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211
31212
31213 \backslash
31214 ifmarginnote
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \begin_inset Note Note
31221 status open
31222
31223 \begin_layout Plain Layout
31224 以下の部分は,\SpecialChar LaTeX
31225 パッケージ
31226 \series bold
31227 marginnote
31228 \series default
31229 が導入されているときのみ表示されます.
31230 \end_layout
31231
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Standard
31238 この制約は,\SpecialChar LaTeX
31239 パッケージ
31240 \series bold
31241 marginnote
31242 \series default
31243
31244 \begin_inset Index idx
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248 \SpecialChar LaTeX
31249 ぱっけーじ@\SpecialChar LaTeX
31250 パッケージ ! marginnote
31251 \end_layout
31252
31253 \end_inset
31254
31255 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31256 が傍註に使うコマンドが再定義されて,
31257 \series bold
31258 marginnote
31259 \series default
31260 パッケージが提供するコマンドを使うようになります.
31261 \end_layout
31262
31263 \begin_layout Standard
31264
31265 \series bold
31266
31267 \backslash
31268 usepackage{marginnote}
31269 \begin_inset Newline newline
31270 \end_inset
31271
31272
31273 \backslash
31274 let
31275 \backslash
31276 marginpar
31277 \backslash
31278 marginnote
31279 \end_layout
31280
31281 \begin_layout Standard
31282
31283 \series bold
31284 marginnote
31285 \series default
31286 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31287 \series bold
31288 marginnote
31289 \series default
31290 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31291 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31292 中の傍註の後ろに\SpecialChar TeX
31293 コードで直接
31294 \end_layout
31295
31296 \begin_layout Standard
31297
31298 \series bold
31299 [オフセット]
31300 \end_layout
31301
31302 \begin_layout Standard
31303 という形で書くことで設定することができます.ここで「オフセット」には,表
31304 \begin_inset CommandInset ref
31305 LatexCommand ref
31306 reference "tab:単位"
31307
31308 \end_inset
31309
31310 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31311 コードコマンド「
31312 \series bold
31313 [-1.5cm]
31314 \series default
31315 」を使用して,1.5
31316 \begin_inset space \thinspace{}
31317 \end_inset
31318
31319 cm上にずらしてあります
31320 \begin_inset Marginal
31321 status open
31322
31323 \begin_layout Plain Layout
31324 この傍註は,本来の位置よりも1.5
31325 \begin_inset space \thinspace{}
31326 \end_inset
31327
31328 cm上にずらしてあります.
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339 [-1.5cm]
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \begin_layout Standard
31348 \begin_inset VSpace medskip
31349 \end_inset
31350
31351
31352 \series bold
31353 marginnote
31354 \series default
31355 を使うと,傍註の揃えを変更することもできます.たとえば,
31356 \end_layout
31357
31358 \begin_layout Standard
31359
31360 \series bold
31361
31362 \backslash
31363 renewcommand*{
31364 \backslash
31365 raggedleftmarginnote}{
31366 \backslash
31367 centering}
31368 \begin_inset Newline newline
31369 \end_inset
31370
31371
31372 \backslash
31373 renewcommand*{
31374 \backslash
31375 raggedrightmarginnote}{
31376 \backslash
31377 centering}
31378 \end_layout
31379
31380 \begin_layout Standard
31381 というコマンドを使うと,中央揃えになります.
31382 \series bold
31383
31384 \backslash
31385 raggedleftmarginnote
31386 \series default
31387 とは,左側に表示されている傍註のことを指します
31388 \begin_inset ERT
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392
31393
31394 \backslash
31395 renewcommand*{
31396 \backslash
31397 raggedleftmarginnote}{
31398 \backslash
31399 centering}
31400 \end_layout
31401
31402 \begin_layout Plain Layout
31403
31404
31405 \backslash
31406 renewcommand*{
31407 \backslash
31408 raggedrightmarginnote}{
31409 \backslash
31410 centering}
31411 \end_layout
31412
31413 \end_inset
31414
31415
31416 \begin_inset Marginal
31417 status open
31418
31419 \begin_layout Plain Layout
31420 この傍註の文章は中央揃えになっています.
31421 \end_layout
31422
31423 \end_inset
31424
31425 .既定の設定は,
31426 \end_layout
31427
31428 \begin_layout Standard
31429
31430 \series bold
31431
31432 \backslash
31433 renewcommand*{
31434 \backslash
31435 raggedleftmarginnote}{
31436 \backslash
31437 raggedleft}
31438 \begin_inset Newline newline
31439 \end_inset
31440
31441
31442 \backslash
31443 renewcommand*{
31444 \backslash
31445 raggedrightmarginnote}{
31446 \backslash
31447 raggedright}
31448 \series default
31449
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455
31456 \backslash
31457 renewcommand*{
31458 \backslash
31459 raggedleftmarginnote}{
31460 \backslash
31461 raggedleft}
31462 \end_layout
31463
31464 \begin_layout Plain Layout
31465
31466
31467 \backslash
31468 renewcommand*{
31469 \backslash
31470 raggedrightmarginnote}{
31471 \backslash
31472 raggedright}
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 です.
31482 \end_layout
31483
31484 \begin_layout Standard
31485 \begin_inset VSpace medskip
31486 \end_inset
31487
31488
31489 \series bold
31490 marginnote
31491 \series default
31492 の他の機能については,
31493 \begin_inset CommandInset citation
31494 LatexCommand cite
31495 key "marginnote"
31496
31497 \end_inset
31498
31499 の取扱説明書をご参照ください.
31500 \end_layout
31501
31502 \begin_layout Standard
31503 \begin_inset VSpace bigskip
31504 \end_inset
31505
31506 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31507 \family sans
31508 \series bold
31509 \bar under
31510 注意!
31511 \family default
31512 \series default
31513 \bar default
31514 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31515 \end_layout
31516
31517 \begin_layout Standard
31518
31519 \series bold
31520
31521 \backslash
31522 let
31523 \backslash
31524 myMarginpar
31525 \backslash
31526 marginpar
31527 \begin_inset Newline newline
31528 \end_inset
31529
31530
31531 \backslash
31532 renewcommand{
31533 \backslash
31534 marginpar}[1]{
31535 \backslash
31536 myMarginpar{%
31537 \begin_inset Newline newline
31538 \end_inset
31539
31540
31541 \begin_inset Phantom HPhantom
31542 status open
31543
31544 \begin_layout Plain Layout
31545
31546 \series bold
31547 \begin_inset space ~
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \backslash
31557 hspace{0pt}
31558 \backslash
31559 textsf{
31560 \backslash
31561 textbf{
31562 \backslash
31563 underbar{注意!}}}%
31564 \begin_inset Newline newline
31565 \end_inset
31566
31567
31568 \begin_inset Phantom HPhantom
31569 status open
31570
31571 \begin_layout Plain Layout
31572
31573 \series bold
31574 \begin_inset space ~
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \backslash
31584 vspace{1.5mm}
31585 \backslash
31586
31587 \backslash
31588 #1}}
31589 \end_layout
31590
31591 \begin_layout Standard
31592 \begin_inset ERT
31593 status collapsed
31594
31595 \begin_layout Plain Layout
31596
31597
31598 \backslash
31599 let
31600 \backslash
31601 myMarginpar
31602 \backslash
31603 marginpar
31604 \end_layout
31605
31606 \begin_layout Plain Layout
31607
31608
31609 \backslash
31610 renewcommand{
31611 \backslash
31612 marginpar}[1]{
31613 \backslash
31614 myMarginpar{%
31615 \end_layout
31616
31617 \begin_layout Plain Layout
31618
31619    
31620 \backslash
31621 textsf{
31622 \backslash
31623 textbf{
31624 \backslash
31625 underbar{注意!}}}%
31626 \end_layout
31627
31628 \begin_layout Plain Layout
31629
31630    
31631 \backslash
31632 vspace{1.5mm}
31633 \backslash
31634
31635 \backslash
31636 #1}}
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \begin_inset Marginal
31643 status open
31644
31645 \begin_layout Plain Layout
31646 これは,定義したヘッダをつけた傍註です.
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657 [-1.5cm]
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \begin_inset ERT
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667
31668
31669 \backslash
31670 renewcommand{
31671 \backslash
31672 marginpar}[1]{
31673 \backslash
31674 myMarginpar{#1}}
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset Note Note
31681 status open
31682
31683 \begin_layout Plain Layout
31684 傍註書式は,この例の分だけ変更してあります.
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \begin_layout Standard
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698
31699 \backslash
31700 else
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \begin_inset Note Note
31707 status open
31708
31709 \begin_layout Plain Layout
31710 以下の部分は,\SpecialChar LaTeX
31711 パッケージ
31712 \series bold
31713 marginnote
31714 \series default
31715 が導入されていないときのみ表示されます.
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Standard
31724 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31725 パッケージ
31726 \series bold
31727 marginnote
31728 \series default
31729 を導入する必要があります.
31730 \end_layout
31731
31732 \begin_layout Standard
31733 \begin_inset ERT
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737
31738
31739 \backslash
31740 fi
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \end_layout
31747
31748 \begin_layout Chapter
31749 ボックス
31750 \end_layout
31751
31752 \begin_layout Section
31753 はじめに
31754 \begin_inset Index idx
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758 ぼっくす@ボックス ! はじめに
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \begin_layout Standard
31767 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31768 \begin_inset CommandInset ref
31769 LatexCommand ref
31770 reference "sec:ミニページ"
31771
31772 \end_inset
31773
31774 節参照),文章を囲ったり(第
31775 \begin_inset CommandInset ref
31776 LatexCommand ref
31777 reference "sec:装飾"
31778
31779 \end_inset
31780
31781 節参照),単語がハイフネートされるのを予防したり(第
31782 \begin_inset CommandInset ref
31783 LatexCommand ref
31784 reference "sec:ハイフネーションの回避"
31785
31786 \end_inset
31787
31788 節参照),文章を揃えたり(第
31789 \begin_inset CommandInset ref
31790 LatexCommand ref
31791 reference "subsec:垂直揃え"
31792
31793 \end_inset
31794
31795 節参照),あるいは文章の背景色を設定したり(第
31796 \begin_inset CommandInset ref
31797 LatexCommand ref
31798 reference "sec:色付きボックス"
31799
31800 \end_inset
31801
31802 節参照)するのに使用します.
31803 \end_layout
31804
31805 \begin_layout Standard
31806 ボックスは,
31807 \family sans
31808 挿入\SpecialChar menuseparator
31809 ボックス
31810 \family default
31811 メニューかツールバーボタン
31812 \family sans
31813
31814 \begin_inset Info
31815 type  "icon"
31816 arg   "box-insert Frameless"
31817 \end_inset
31818
31819
31820 \family default
31821 を使って挿入することができます.すると,
31822 \begin_inset Graphics
31823         filename clipart/BoxInsetDefault.png
31824         scale 85
31825         scaleBeforeRotation
31826
31827 \end_inset
31828
31829 のように
31830 \family sans
31831 ボックス(minipage環境)
31832 \family default
31833 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31834 \family sans
31835 設定
31836 \family default
31837 メニューを選択すると現れるボックスダイアログでは,
31838 \family sans
31839 parboxコマンド
31840 \family default
31841
31842 \family sans
31843 minipage環境
31844 \family default
31845 の二つの
31846 \family sans
31847 内部ボックス
31848 \family default
31849 型を選択することができます.
31850 \family sans
31851 minipage
31852 \family default
31853 型は,新規ボックスの既定値となっており,第
31854 \begin_inset CommandInset ref
31855 LatexCommand ref
31856 reference "sec:ミニページ"
31857
31858 \end_inset
31859
31860 節で説明します.
31861 \family sans
31862 parbox
31863 \family default
31864 型については第
31865 \begin_inset CommandInset ref
31866 LatexCommand ref
31867 reference "sec:Parboxes"
31868
31869 \end_inset
31870
31871 節,
31872 \family sans
31873 makebox
31874 \family default
31875 型については第
31876 \begin_inset CommandInset ref
31877 LatexCommand ref
31878 reference "sec:ハイフネーションの回避"
31879
31880 \end_inset
31881
31882 節で述べます.
31883 \end_layout
31884
31885 \begin_layout Standard
31886 ボックスは付番されないので,フロートや脚註のように参照することはできません.
31887 \end_layout
31888
31889 \begin_layout Standard
31890 \begin_inset Note Greyedout
31891 status open
31892
31893 \begin_layout Plain Layout
31894
31895 \series bold
31896 【註】
31897 \series default
31898 ボックスは,
31899 \family sans
31900 箇条書き(記号)
31901 \family default
31902 環境や
31903 \family sans
31904 箇条書き(記述)
31905 \family default
31906 環境の単独要素とすべきではありません.
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \end_layout
31913
31914 \begin_layout Standard
31915 \begin_inset Note Greyedout
31916 status open
31917
31918 \begin_layout Plain Layout
31919
31920 \series bold
31921 【註】
31922 \series default
31923 理由は不明ですが,枠付きボックスを使用している場合には,
31924 \family sans
31925 内部ボックス
31926 \family default
31927 型は
31928 \family sans
31929 なし
31930 \family default
31931 にしか設定することができません.
31932 \family sans
31933 内部ボックス
31934 \family default
31935 型や枠のないボックスについては,第
31936 \begin_inset CommandInset ref
31937 LatexCommand ref
31938 reference "sec:ハイフネーションの回避"
31939
31940 \end_inset
31941
31942 節で説明します.
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \begin_layout Section
31951 ボックスダイアログ
31952 \begin_inset CommandInset label
31953 LatexCommand label
31954 name "sec:ボックスダイアログ"
31955
31956 \end_inset
31957
31958
31959 \begin_inset Index idx
31960 status collapsed
31961
31962 \begin_layout Plain Layout
31963 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Subsection
31972 寸法
31973 \begin_inset Index idx
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977 ぼっくす@ボックス ! すんぽう@寸法
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \end_layout
31984
31985 \begin_layout Standard
31986 ボックスダイアログでは,
31987 \family sans
31988
31989 \family default
31990
31991 \family sans
31992 高さ
31993 \family default
31994 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
31995 \begin_inset CommandInset ref
31996 LatexCommand ref
31997 reference "tab:単位"
31998
31999 \end_inset
32000
32001 に説明されています.
32002 \family sans
32003 高さ
32004 \family default
32005 フィールドには,加えて以下の寸法を使用することができます.
32006 \end_layout
32007
32008 \begin_layout Description
32009 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
32010 \begin_inset Newline newline
32011 \end_inset
32012
32013
32014 \begin_inset Newline newline
32015 \end_inset
32016
32017
32018 \begin_inset Newline newline
32019 \end_inset
32020
32021
32022 \begin_inset Box Boxed
32023 position "c"
32024 hor_pos "c"
32025 has_inner_box 1
32026 inner_pos "c"
32027 use_parbox 0
32028 use_makebox 0
32029 width "12col%"
32030 special "none"
32031 height "1in"
32032 height_special "depth"
32033 thickness "0.4pt"
32034 separation "3pt"
32035 shadowsize "4pt"
32036 framecolor "black"
32037 backgroundcolor "none"
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041 \align center
32042 高さを1階層に設定したボックス
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \begin_inset Newline newline
32049 \end_inset
32050
32051
32052 \begin_inset Newline newline
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \begin_layout Description
32059 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32060 \begin_inset Box Boxed
32061 position "c"
32062 hor_pos "c"
32063 has_inner_box 1
32064 inner_pos "c"
32065 use_parbox 0
32066 use_makebox 0
32067 width "20col%"
32068 special "none"
32069 height "2in"
32070 height_special "height"
32071 thickness "0.4pt"
32072 separation "3pt"
32073 shadowsize "4pt"
32074 framecolor "black"
32075 backgroundcolor "none"
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079 \align center
32080 高さを2高さに設定したボックス
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Description
32089 全高 これは「高さ」+「階層」です.
32090 \begin_inset Box Boxed
32091 position "c"
32092 hor_pos "c"
32093 has_inner_box 1
32094 inner_pos "c"
32095 use_parbox 0
32096 use_makebox 0
32097 width "20col%"
32098 special "none"
32099 height "1in"
32100 height_special "totalheight"
32101 thickness "0.4pt"
32102 separation "3pt"
32103 shadowsize "4pt"
32104 framecolor "black"
32105 backgroundcolor "none"
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109 \align center
32110 高さを1全高に設定したボックス
32111 \end_layout
32112
32113 \end_inset
32114
32115
32116 \end_layout
32117
32118 \begin_layout Description
32119 幅 これはボックスの幅を高さに設定します.
32120 \begin_inset Box Boxed
32121 position "c"
32122 hor_pos "c"
32123 has_inner_box 1
32124 inner_pos "c"
32125 use_parbox 0
32126 use_makebox 0
32127 width "12col%"
32128 special "none"
32129 height "1in"
32130 height_special "width"
32131 thickness "0.4pt"
32132 separation "3pt"
32133 shadowsize "4pt"
32134 framecolor "black"
32135 backgroundcolor "none"
32136 status collapsed
32137
32138 \begin_layout Plain Layout
32139 \align center
32140 高さを1幅に設定したボックス
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \begin_layout Subsection
32149 文字揃え
32150 \begin_inset Index idx
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 ぼっくす@ボックス ! もじそろえ@文字揃え
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Standard
32163
32164 \family sans
32165 内部ボックス
32166 \family default
32167 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32168 \end_layout
32169
32170 \begin_layout Description
32171 上 これは例示のための本文行です.
32172 \begin_inset Box Boxed
32173 position "t"
32174 hor_pos "c"
32175 has_inner_box 1
32176 inner_pos "c"
32177 use_parbox 0
32178 use_makebox 0
32179 width "12col%"
32180 special "none"
32181 height "1in"
32182 height_special "totalheight"
32183 thickness "0.4pt"
32184 separation "3pt"
32185 shadowsize "4pt"
32186 framecolor "black"
32187 backgroundcolor "none"
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191 \align center
32192 このボックスは上揃えです.
32193 \end_layout
32194
32195 \end_inset
32196
32197 これは例示のための本文行です.
32198 \end_layout
32199
32200 \begin_layout Description
32201 中央 これは例示のための本文行です.
32202 \begin_inset Box Boxed
32203 position "c"
32204 hor_pos "c"
32205 has_inner_box 1
32206 inner_pos "c"
32207 use_parbox 0
32208 use_makebox 0
32209 width "12col%"
32210 special "none"
32211 height "1in"
32212 height_special "totalheight"
32213 thickness "0.4pt"
32214 separation "3pt"
32215 shadowsize "4pt"
32216 framecolor "black"
32217 backgroundcolor "none"
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221 \align center
32222 このボックスは中央揃えです.
32223 \end_layout
32224
32225 \end_inset
32226
32227 これは例示のための本文行です.
32228 \end_layout
32229
32230 \begin_layout Description
32231 下 これは例示のための本文行です.
32232 \begin_inset Box Boxed
32233 position "b"
32234 hor_pos "c"
32235 has_inner_box 1
32236 inner_pos "c"
32237 use_parbox 0
32238 use_makebox 0
32239 width "12col%"
32240 special "none"
32241 height "1in"
32242 height_special "totalheight"
32243 thickness "0.4pt"
32244 separation "3pt"
32245 shadowsize "4pt"
32246 framecolor "black"
32247 backgroundcolor "none"
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251 \align center
32252 このボックスは下揃えです.
32253 \end_layout
32254
32255 \end_inset
32256
32257 これは例示のための本文行です.
32258 \end_layout
32259
32260 \begin_layout Standard
32261 \begin_inset Note Greyedout
32262 status open
32263
32264 \begin_layout Plain Layout
32265
32266 \series bold
32267 【註】
32268 \series default
32269 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32279 の段落ダイアログから設定できます.
32280 \end_layout
32281
32282 \begin_layout Standard
32283 \begin_inset VSpace bigskip
32284 \end_inset
32285
32286
32287 \family sans
32288 内部ボックス
32289 \family default
32290 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32291 \end_layout
32292
32293 \begin_layout Description
32294 上 これは例示のための本文行です.
32295 \begin_inset Box Boxed
32296 position "c"
32297 hor_pos "c"
32298 has_inner_box 1
32299 inner_pos "t"
32300 use_parbox 0
32301 use_makebox 0
32302 width "12col%"
32303 special "none"
32304 height "1.5in"
32305 height_special "totalheight"
32306 thickness "0.4pt"
32307 separation "3pt"
32308 shadowsize "4pt"
32309 framecolor "black"
32310 backgroundcolor "none"
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314 \align center
32315 このボックスの文章は上揃えです.
32316 \end_layout
32317
32318 \end_inset
32319
32320 これは例示のための本文行です.
32321 \end_layout
32322
32323 \begin_layout Description
32324 中央 これは例示のための本文行です.
32325 \begin_inset Box Boxed
32326 position "c"
32327 hor_pos "c"
32328 has_inner_box 1
32329 inner_pos "c"
32330 use_parbox 0
32331 use_makebox 0
32332 width "12col%"
32333 special "none"
32334 height "1.5in"
32335 height_special "totalheight"
32336 thickness "0.4pt"
32337 separation "3pt"
32338 shadowsize "4pt"
32339 framecolor "black"
32340 backgroundcolor "none"
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344 \align center
32345 このボックスの文章は中央揃えです.
32346 \end_layout
32347
32348 \end_inset
32349
32350 これは例示のための本文行です.
32351 \end_layout
32352
32353 \begin_layout Description
32354 下 これは例示のための本文行です.
32355 \begin_inset Box Boxed
32356 position "c"
32357 hor_pos "c"
32358 has_inner_box 1
32359 inner_pos "b"
32360 use_parbox 0
32361 use_makebox 0
32362 width "12col%"
32363 special "none"
32364 height "1.5in"
32365 height_special "totalheight"
32366 thickness "0.4pt"
32367 separation "3pt"
32368 shadowsize "4pt"
32369 framecolor "black"
32370 backgroundcolor "none"
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 \align center
32375 このボックスの文章は下揃えです.
32376 \end_layout
32377
32378 \end_inset
32379
32380 これは例示のための本文行です.
32381 \end_layout
32382
32383 \begin_layout Description
32384 広げる これは例示のための本文行です.
32385 \begin_inset Box Boxed
32386 position "c"
32387 hor_pos "c"
32388 has_inner_box 1
32389 inner_pos "s"
32390 use_parbox 0
32391 use_makebox 0
32392 width "17col%"
32393 special "none"
32394 height "1.5in"
32395 height_special "totalheight"
32396 thickness "0.4pt"
32397 separation "3pt"
32398 shadowsize "4pt"
32399 framecolor "black"
32400 backgroundcolor "none"
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404 \align center
32405 このボックスの
32406 \end_layout
32407
32408 \begin_layout Plain Layout
32409 \align center
32410 文章は広げて
32411 \end_layout
32412
32413 \begin_layout Plain Layout
32414 \align center
32415 あります.
32416 \end_layout
32417
32418 \end_inset
32419
32420 これは例示のための本文行です.
32421 \end_layout
32422
32423 \begin_layout Standard
32424 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32425 \end_layout
32426
32427 \begin_layout Standard
32428 \begin_inset VSpace bigskip
32429 \end_inset
32430
32431
32432 \family sans
32433 内部ボックス
32434 \family default
32435 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32436 の段落ダイアログを用います.
32437 \end_layout
32438
32439 \begin_layout Standard
32440 \align center
32441 \begin_inset Box Boxed
32442 position "c"
32443 hor_pos "c"
32444 has_inner_box 1
32445 inner_pos "s"
32446 use_parbox 0
32447 use_makebox 0
32448 width "25col%"
32449 special "none"
32450 height "1.25in"
32451 height_special "totalheight"
32452 thickness "0.4pt"
32453 separation "3pt"
32454 shadowsize "4pt"
32455 framecolor "black"
32456 backgroundcolor "none"
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460 \align left
32461 このボックスの
32462 \end_layout
32463
32464 \begin_layout Plain Layout
32465 \align center
32466 文章は広げて
32467 \end_layout
32468
32469 \begin_layout Plain Layout
32470 \align right
32471 あります.
32472 \end_layout
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \begin_layout Standard
32480
32481 \family sans
32482 内部ボックス
32483 \family default
32484 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32485 \end_layout
32486
32487 \begin_layout Standard
32488 \align center
32489 \begin_inset Box Boxed
32490 position "c"
32491 hor_pos "s"
32492 has_inner_box 0
32493 inner_pos "s"
32494 use_parbox 0
32495 use_makebox 0
32496 width "90col%"
32497 special "none"
32498 height "1.25in"
32499 height_special "totalheight"
32500 thickness "0.4pt"
32501 separation "3pt"
32502 shadowsize "4pt"
32503 framecolor "black"
32504 backgroundcolor "none"
32505 status collapsed
32506
32507 \begin_layout Plain Layout
32508 このボックスの文章は水平方向に広げてあります.
32509 \end_layout
32510
32511 \end_inset
32512
32513
32514 \end_layout
32515
32516 \begin_layout Subsection
32517 装飾
32518 \begin_inset CommandInset label
32519 LatexCommand label
32520 name "sec:装飾"
32521
32522 \end_inset
32523
32524
32525 \begin_inset Index idx
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529 ぼっくす@ボックス ! そうしょく@装飾
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \end_layout
32536
32537 \begin_layout Standard
32538 ボックス型は,ボックスダイアログ中の
32539 \family sans
32540 装飾
32541 \family default
32542 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32543 \end_layout
32544
32545 \begin_layout Description
32546 枠なし 枠を描きません.
32547 \end_layout
32548
32549 \begin_layout Description
32550 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32551 \begin_inset Box Boxed
32552 position "c"
32553 hor_pos "c"
32554 has_inner_box 1
32555 inner_pos "c"
32556 use_parbox 0
32557 use_makebox 0
32558 width "20col%"
32559 special "none"
32560 height "1in"
32561 height_special "totalheight"
32562 thickness "0.4pt"
32563 separation "3pt"
32564 shadowsize "4pt"
32565 framecolor "black"
32566 backgroundcolor "none"
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570 \align center
32571 長方形の箱型
32572 \end_layout
32573
32574 \end_inset
32575
32576
32577 \end_layout
32578
32579 \begin_layout Description
32580 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32581 \begin_inset space \thinspace{}
32582 \end_inset
32583
32584 ptです. 
32585 \begin_inset Box ovalbox
32586 position "c"
32587 hor_pos "c"
32588 has_inner_box 1
32589 inner_pos "c"
32590 use_parbox 0
32591 use_makebox 0
32592 width "20col%"
32593 special "none"
32594 height "1in"
32595 height_special "totalheight"
32596 thickness "0.4pt"
32597 separation "3pt"
32598 shadowsize "4pt"
32599 framecolor "black"
32600 backgroundcolor "none"
32601 status collapsed
32602
32603 \begin_layout Plain Layout
32604 \align center
32605 楕円形の箱型(細線)
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Description
32614 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32615 \begin_inset space \thinspace{}
32616 \end_inset
32617
32618 ptです. 
32619 \begin_inset Box Ovalbox
32620 position "c"
32621 hor_pos "c"
32622 has_inner_box 1
32623 inner_pos "c"
32624 use_parbox 0
32625 use_makebox 0
32626 width "20col%"
32627 special "none"
32628 height "1in"
32629 height_special "totalheight"
32630 thickness "0.4pt"
32631 separation "3pt"
32632 shadowsize "4pt"
32633 framecolor "black"
32634 backgroundcolor "none"
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 \align center
32639 楕円形の箱型(太線)
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Description
32648 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32649 \begin_inset Box Shadowbox
32650 position "c"
32651 hor_pos "c"
32652 has_inner_box 1
32653 inner_pos "c"
32654 use_parbox 0
32655 use_makebox 0
32656 width "20col%"
32657 special "none"
32658 height "1in"
32659 height_special "totalheight"
32660 thickness "0.4pt"
32661 separation "3pt"
32662 shadowsize "4pt"
32663 framecolor "black"
32664 backgroundcolor "none"
32665 status collapsed
32666
32667 \begin_layout Plain Layout
32668 \align center
32669 影付きの箱型
32670 \end_layout
32671
32672 \end_inset
32673
32674
32675 \end_layout
32676
32677 \begin_layout Description
32678 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32679 \begin_inset Foot
32680 status collapsed
32681
32682 \begin_layout Plain Layout
32683
32684 \begin_inset CommandInset ref
32685 LatexCommand ref
32686 reference "sec:色付きボックス"
32687
32688 \end_inset
32689
32690 節を参照のこと.
32691 \end_layout
32692
32693 \end_inset
32694
32695 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32696 \begin_inset Box Shaded
32697 position "t"
32698 hor_pos "c"
32699 has_inner_box 0
32700 inner_pos "t"
32701 use_parbox 0
32702 use_makebox 0
32703 width "50col%"
32704 special "none"
32705 height "1in"
32706 height_special "totalheight"
32707 thickness "0.4pt"
32708 separation "3pt"
32709 shadowsize "4pt"
32710 framecolor "black"
32711 backgroundcolor "none"
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 影付き背景の箱型
32716 \end_layout
32717
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \begin_layout Description
32724 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32725 は,線幅の1.5倍+0.5
32726 \begin_inset space \thinspace{}
32727 \end_inset
32728
32729 ptです.
32730 \begin_inset Box Doublebox
32731 position "c"
32732 hor_pos "c"
32733 has_inner_box 1
32734 inner_pos "c"
32735 use_parbox 0
32736 use_makebox 0
32737 width "20col%"
32738 special "none"
32739 height "1in"
32740 height_special "totalheight"
32741 thickness "0.4pt"
32742 separation "3pt"
32743 shadowsize "4pt"
32744 framecolor "black"
32745 backgroundcolor "none"
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749 \align center
32750 二重の長方形の箱型
32751 \end_layout
32752
32753 \end_inset
32754
32755
32756 \end_layout
32757
32758 \begin_layout Standard
32759 \begin_inset VSpace bigskip
32760 \end_inset
32761
32762 \SpecialChar LyX
32763 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32764 パッケージ
32765 \series bold
32766 fancybox
32767 \series default
32768
32769 \begin_inset Index idx
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773 \SpecialChar LaTeX
32774 ぱっけーじ@\SpecialChar LaTeX
32775 パッケージ ! fancybox
32776 \end_layout
32777
32778 \end_inset
32779
32780 が導入済みでなくてはなりません.
32781 \end_layout
32782
32783 \begin_layout Standard
32784 \begin_inset VSpace bigskip
32785 \end_inset
32786
32787
32788 \family sans
32789 簡素な長方形の枠
32790 \family default
32791 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32792 ボックスは独立の段落として設定されることに注意してください.
32793 \begin_inset Box Framed
32794 position "t"
32795 hor_pos "c"
32796 has_inner_box 0
32797 inner_pos "t"
32798 use_parbox 0
32799 use_makebox 0
32800 width "100col%"
32801 special "none"
32802 height "1in"
32803 height_special "totalheight"
32804 thickness "0.4pt"
32805 separation "3pt"
32806 shadowsize "4pt"
32807 framecolor "black"
32808 backgroundcolor "none"
32809 status collapsed
32810
32811 \begin_layout Plain Layout
32812 改行可能な箱型
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Section
32821 ボックスの詳細な設定
32822 \begin_inset Index idx
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32827 \end_layout
32828
32829 \end_inset
32830
32831
32832 \end_layout
32833
32834 \begin_layout Standard
32835 楕円形ボックスの丸い角の直径は,コマンド
32836 \series bold
32837
32838 \backslash
32839 cornersize
32840 \series default
32841 で設定することができます.
32842 \end_layout
32843
32844 \begin_layout Standard
32845
32846 \series bold
32847
32848 \backslash
32849 cornersize*{1cm}
32850 \end_layout
32851
32852 \begin_layout Standard
32853 というコマンドは,直径を1
32854 \begin_inset space \thinspace{}
32855 \end_inset
32856
32857 cmに設定します.
32858 \end_layout
32859
32860 \begin_layout Standard
32861
32862 \series bold
32863
32864 \backslash
32865 cornersize{数値}
32866 \end_layout
32867
32868 \begin_layout Standard
32869 というコマンドは,直径を
32870 \family sans
32871 数値
32872 \begin_inset space \thinspace{}
32873 \end_inset
32874
32875
32876 \family default
32877
32878 \begin_inset Formula $\times$
32879 \end_inset
32880
32881
32882 \family sans
32883
32884 \begin_inset space \thinspace{}
32885 \end_inset
32886
32887 (ボックスの幅と高さの小さい方)
32888 \family default
32889 に設定します.既定値は
32890 \series bold
32891
32892 \backslash
32893 cornersize{0.5}
32894 \series default
32895 です.
32896 \end_layout
32897
32898 \begin_layout Standard
32899 \begin_inset ERT
32900 status collapsed
32901
32902 \begin_layout Plain Layout
32903
32904
32905 \backslash
32906 cornersize*{1.5cm}
32907 \end_layout
32908
32909 \end_inset
32910
32911
32912 \begin_inset Box Ovalbox
32913 position "c"
32914 hor_pos "c"
32915 has_inner_box 1
32916 inner_pos "c"
32917 use_parbox 0
32918 use_makebox 0
32919 width "25col%"
32920 special "none"
32921 height "1in"
32922 height_special "totalheight"
32923 thickness "0.4pt"
32924 separation "3pt"
32925 shadowsize "4pt"
32926 framecolor "black"
32927 backgroundcolor "none"
32928 status open
32929
32930 \begin_layout Plain Layout
32931 \align center
32932
32933 \series bold
32934
32935 \backslash
32936 cornersize
32937 \series default
32938
32939 \begin_inset space \thinspace{}
32940 \end_inset
32941
32942 =
32943 \begin_inset space \thinspace{}
32944 \end_inset
32945
32946 1.5
32947 \begin_inset space \thinspace{}
32948 \end_inset
32949
32950 cmの楕円形の箱型
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \begin_inset ERT
32957 status collapsed
32958
32959 \begin_layout Plain Layout
32960
32961
32962 \backslash
32963 cornersize{0.5}
32964 \end_layout
32965
32966 \end_inset
32967
32968
32969 \end_layout
32970
32971 \begin_layout Standard
32972 \begin_inset VSpace bigskip
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \begin_layout Standard
32979
32980 \family sans
32981 影付き背景
32982 \family default
32983 ボックスの赤色の既定背景色は,
32984 \series bold
32985
32986 \backslash
32987 definecolor{shadebox}
32988 \series default
32989 コマンドで局所的に変更することもできますし,
32990 \family sans
32991 ツール\SpecialChar menuseparator
32992 設定\SpecialChar menuseparator
32993 色\SpecialChar menuseparator
32994 影付きボックス
32995 \family default
32996 メニューからグローバルに変更することもできます.
32997 \series bold
32998
32999 \backslash
33000 definecolor
33001 \series default
33002 コマンドの用法は第
33003 \begin_inset CommandInset ref
33004 LatexCommand ref
33005 reference "sec:色付きの表"
33006
33007 \end_inset
33008
33009
33010 \begin_inset Foot
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014 N
33015 \series bold
33016
33017 \backslash
33018 definecolor
33019 \series default
33020 は,\SpecialChar LaTeX
33021 パッケージの
33022 \series bold
33023 color
33024 \series default
33025 をプリアンブルに読み込む必要があります.第
33026 \begin_inset CommandInset ref
33027 LatexCommand ref
33028 reference "sec:色付きボックス"
33029
33030 \end_inset
33031
33032 節をご参照ください..
33033 \end_layout
33034
33035 \end_inset
33036
33037 で説明されています.
33038 \end_layout
33039
33040 \begin_layout Standard
33041 たとえば,下記の影付き背景ボックスの外見は
33042 \end_layout
33043
33044 \begin_layout Standard
33045
33046 \series bold
33047
33048 \backslash
33049 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33050 \end_layout
33051
33052 \begin_layout Standard
33053 という\SpecialChar TeX
33054 コードコマンドを使って設定してあります.
33055 \end_layout
33056
33057 \begin_layout Standard
33058 \begin_inset ERT
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062
33063
33064 \backslash
33065 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33066 \end_layout
33067
33068 \end_inset
33069
33070
33071 \begin_inset Box Shaded
33072 position "t"
33073 hor_pos "c"
33074 has_inner_box 0
33075 inner_pos "t"
33076 use_parbox 0
33077 use_makebox 0
33078 width "100col%"
33079 special "none"
33080 height "1in"
33081 height_special "totalheight"
33082 thickness "0.4pt"
33083 separation "3pt"
33084 shadowsize "4pt"
33085 framecolor "black"
33086 backgroundcolor "none"
33087 status open
33088
33089 \begin_layout Plain Layout
33090
33091 \color yellow
33092 これは,濃緑色の背景の
33093 \family sans
33094 影付き背景
33095 \family default
33096 ボックスに入れた黄色の文章です.
33097 \end_layout
33098
33099 \end_inset
33100
33101
33102 \begin_inset ERT
33103 status collapsed
33104
33105 \begin_layout Plain Layout
33106
33107
33108 \backslash
33109 definecolor{shadecolor}{rgb}{1,0,0}
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \begin_layout Standard
33118 \begin_inset VSpace bigskip
33119 \end_inset
33120
33121 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33122 \end_layout
33123
33124 \begin_layout Section
33125 ミニページ
33126 \begin_inset CommandInset label
33127 LatexCommand label
33128 name "sec:ミニページ"
33129
33130 \end_inset
33131
33132
33133 \begin_inset Index idx
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137 ぼっくす@ボックス ! みにぺーじ@ミニページ
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \begin_layout Standard
33146 ミニページは,\SpecialChar LaTeX
33147 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33148 \end_layout
33149
33150 \begin_layout Standard
33151 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33152 \end_layout
33153
33154 \begin_layout Standard
33155 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33156 \family sans
33157 挿入
33158 \family default
33159 \SpecialChar menuseparator
33160
33161 \family sans
33162 整形
33163 \family default
33164 \SpecialChar menuseparator
33165
33166 \family sans
33167 水平方向の空白
33168 \family default
33169 メニューで挿入した水平フィルで隔てられています.
33170 \begin_inset Newpage newpage
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \begin_layout Standard
33177 \begin_inset Box Frameless
33178 position "t"
33179 hor_pos "c"
33180 has_inner_box 1
33181 inner_pos "c"
33182 use_parbox 0
33183 use_makebox 0
33184 width "45col%"
33185 special "none"
33186 height "1in"
33187 height_special "totalheight"
33188 thickness "0.4pt"
33189 separation "3pt"
33190 shadowsize "4pt"
33191 framecolor "black"
33192 backgroundcolor "none"
33193 status open
33194
33195 \begin_layout Plain Layout
33196 Dies ist ein deutscher Text.
33197  Dies ist ein deutscher Text.
33198  Dies ist ein deutscher Text.
33199  Dies ist ein deutscher Text.
33200  Dies ist ein deutscher Text.
33201  Dies ist ein deutscher Text.
33202  Dies ist ein deutscher Text.
33203  Dies ist ein deutscher Text.
33204  Dies ist ein deutscher Text.
33205  Dies ist ein deutscher Text.
33206  Dies ist ein deutscher Text.
33207  Dies ist ein deutscher Text.
33208  Dies ist ein deutscher Text
33209 \begin_inset Foot
33210 status collapsed
33211
33212 \begin_layout Plain Layout
33213 Dies ist eine deutsche Fußnote.
33214 \end_layout
33215
33216 \end_inset
33217
33218 .
33219  Dies ist ein deutscher Text.
33220  Dies ist ein deutscher Text.
33221 \end_layout
33222
33223 \end_inset
33224
33225
33226 \begin_inset space \hfill{}
33227 \end_inset
33228
33229
33230 \begin_inset Box Frameless
33231 position "t"
33232 hor_pos "c"
33233 has_inner_box 1
33234 inner_pos "c"
33235 use_parbox 0
33236 use_makebox 0
33237 width "45col%"
33238 special "none"
33239 height "1in"
33240 height_special "totalheight"
33241 thickness "0.4pt"
33242 separation "3pt"
33243 shadowsize "4pt"
33244 framecolor "black"
33245 backgroundcolor "none"
33246 status open
33247
33248 \begin_layout Plain Layout
33249 This is an English Text.
33250  This is an English Text.
33251  This is an English Text.
33252  This is an English Text.
33253  This is an English Text.
33254  This is an English Text.
33255  This is an English Text.
33256  This is an English Text.
33257  This is an English Text.
33258  This is an English Text.
33259  This is an English Text.
33260  This is an English Text.
33261  This is an English Text.
33262  This is an English Text.
33263  This is an English Text.
33264  This is an English Text.
33265 \begin_inset Foot
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269 This is an English footnote.
33270 \end_layout
33271
33272 \end_inset
33273
33274  This is an English Text.
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \begin_inset VSpace bigskip
33284 \end_inset
33285
33286 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33287 \family sans
33288 中スキップ
33289 \family default
33290 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33291 \end_layout
33292
33293 \begin_layout Standard
33294 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33295 \begin_inset CommandInset ref
33296 LatexCommand ref
33297 reference "sec:色付きボックス"
33298
33299 \end_inset
33300
33301 節をご参照ください.
33302 \end_layout
33303
33304 \begin_layout Standard
33305 \begin_inset Note Greyedout
33306 status open
33307
33308 \begin_layout Plain Layout
33309
33310 \series bold
33311 【註】
33312 \series default
33313 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33314 \end_layout
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Standard
33322 \begin_inset VSpace bigskip
33323 \end_inset
33324
33325
33326 \end_layout
33327
33328 \begin_layout Standard
33329 \SpecialChar LyX
33330 は,
33331 \emph on
33332 可変幅ミニページ
33333 \emph default
33334 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33335 \family typewriter
33336 examples/varwidth-floats-side-by-side.lyx
33337 \family default
33338 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33339 \family typewriter
33340 Varwidth
33341 \family default
33342  \SpecialChar LaTeX
33343 パッケージが必要です.
33344 \end_layout
33345
33346 \begin_layout Section
33347 段落ボックス(parbox)
33348 \begin_inset CommandInset label
33349 LatexCommand label
33350 name "sec:Parboxes"
33351
33352 \end_inset
33353
33354
33355 \begin_inset Index idx
33356 status collapsed
33357
33358 \begin_layout Plain Layout
33359 ほっくす@ボックス ! たんらく@段落—(parbox)
33360 \end_layout
33361
33362 \end_inset
33363
33364
33365 \end_layout
33366
33367 \begin_layout Standard
33368 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \align center
33373 \begin_inset Box Frameless
33374 position "t"
33375 hor_pos "c"
33376 has_inner_box 1
33377 inner_pos "t"
33378 use_parbox 1
33379 use_makebox 0
33380 width "33col%"
33381 special "none"
33382 height "1in"
33383 height_special "totalheight"
33384 thickness "0.4pt"
33385 separation "3pt"
33386 shadowsize "4pt"
33387 framecolor "black"
33388 backgroundcolor "none"
33389 status open
33390
33391 \begin_layout Plain Layout
33392 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33393 \end_layout
33394
33395 \begin_layout Plain Layout
33396 右の脚註は表示されません.
33397 \begin_inset Foot
33398 status collapsed
33399
33400 \begin_layout Plain Layout
33401 これはparbox内の脚註であり,したがって表示はされません.
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \begin_layout Section
33415 単語や文字のボックス
33416 \begin_inset Index idx
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 ぼっくす@ボックス ! もじよう@文字用
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Subsection
33429 ハイフネーションの回避
33430 \begin_inset CommandInset label
33431 LatexCommand label
33432 name "sec:ハイフネーションの回避"
33433
33434 \end_inset
33435
33436
33437 \begin_inset Index idx
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \begin_layout Standard
33450 単語や文章がハイフネートされるのを防ぐには,
33451 \family sans
33452 makebox
33453 \family default
33454 型ボックスを使うことができます.
33455 \begin_inset Newline newline
33456 \end_inset
33457
33458 以下が例示用の文章です.
33459 \end_layout
33460
33461 \begin_layout Standard
33462 This line is an example to show how you can prevent the hyphenation of 
33463 \begin_inset Quotes eld
33464 \end_inset
33465
33466 veryverylongword
33467 \begin_inset Quotes erd
33468 \end_inset
33469
33470 .
33471 \end_layout
33472
33473 \begin_layout Standard
33474 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33475 \family sans
33476 内部ボックス
33477 \family default
33478
33479 \family sans
33480 makebox
33481 \family default
33482 コマンドに設定し,幅は指定しません.
33483 \end_layout
33484
33485 \begin_layout Standard
33486 以下がその結果です.
33487 \end_layout
33488
33489 \begin_layout Standard
33490 This line is an example to show how you can prevent the hyphenation of 
33491 \begin_inset Box Frameless
33492 position "t"
33493 hor_pos "c"
33494 has_inner_box 1
33495 inner_pos "t"
33496 use_parbox 0
33497 use_makebox 1
33498 width ""
33499 special "none"
33500 height "1in"
33501 height_special "totalheight"
33502 thickness "0.4pt"
33503 separation "3pt"
33504 shadowsize "4pt"
33505 framecolor "black"
33506 backgroundcolor "none"
33507 status open
33508
33509 \begin_layout Plain Layout
33510 \begin_inset Quotes eld
33511 \end_inset
33512
33513 veryverylongword
33514 \begin_inset Quotes erd
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \end_inset
33521
33522 .
33523 \end_layout
33524
33525 \begin_layout Standard
33526 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33527 コードで「
33528 \series bold
33529
33530 \backslash
33531 -
33532 \series default
33533 」コマンドを設定する方法もあります.
33534 \end_layout
33535
33536 \begin_layout Standard
33537 This line is an example to show how you can prevent the hyphenation of 
33538 \begin_inset Quotes eld
33539 \end_inset
33540
33541
33542 \begin_inset ERT
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546
33547
33548 \backslash
33549 -
33550 \end_layout
33551
33552 \end_inset
33553
33554 veryverylongword
33555 \begin_inset Quotes erd
33556 \end_inset
33557
33558 .
33559 \end_layout
33560
33561 \begin_layout Standard
33562 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33563 \family sans
33564 挿入
33565 \family default
33566 \SpecialChar menuseparator
33567
33568 \family sans
33569 整形
33570 \family default
33571 \SpecialChar menuseparator
33572
33573 \family sans
33574 整形なし改行
33575 \family default
33576 メニュー(
33577 \begin_inset Flex Ruby
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581 捷径
33582 \begin_inset Argument post:1
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 ショートカット
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \end_inset
33595
33596
33597 \begin_inset Info
33598 type  "shortcut"
33599 arg   "newline-insert newline"
33600 \end_inset
33601
33602 )から改行を単語の前に入れてください.
33603 \end_layout
33604
33605 \begin_layout Standard
33606 This line is an example to show how you can prevent the hyphenation of 
33607 \begin_inset Newline newline
33608 \end_inset
33609
33610
33611 \begin_inset Box Frameless
33612 position "t"
33613 hor_pos "c"
33614 has_inner_box 1
33615 inner_pos "t"
33616 use_parbox 0
33617 use_makebox 1
33618 width ""
33619 special "none"
33620 height "1in"
33621 height_special "totalheight"
33622 thickness "0.4pt"
33623 separation "3pt"
33624 shadowsize "4pt"
33625 framecolor "black"
33626 backgroundcolor "none"
33627 status open
33628
33629 \begin_layout Plain Layout
33630 \begin_inset Quotes eld
33631 \end_inset
33632
33633 veryverylongword
33634 \begin_inset Quotes erd
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \end_inset
33641
33642 .
33643 \end_layout
33644
33645 \begin_layout Subsection
33646 垂直揃え
33647 \begin_inset CommandInset label
33648 LatexCommand label
33649 name "subsec:垂直揃え"
33650
33651 \end_inset
33652
33653
33654 \begin_inset Index idx
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \begin_inset Index idx
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668 ぼっくす@ボックス ! Raiseboxes
33669 \end_layout
33670
33671 \end_inset
33672
33673
33674 \end_layout
33675
33676 \begin_layout Standard
33677
33678 \series bold
33679
33680 \backslash
33681 raisebox
33682 \series default
33683 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33684 \series bold
33685
33686 \backslash
33687 raisebox
33688 \series default
33689 は以下の書式で使用します.
33690 \end_layout
33691
33692 \begin_layout Standard
33693
33694 \series bold
33695
33696 \backslash
33697 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33698 \end_layout
33699
33700 \begin_layout Standard
33701 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33702 \end_layout
33703
33704 \begin_layout Standard
33705 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33706 コードで
33707 \end_layout
33708
33709 \begin_layout Standard
33710
33711 \series bold
33712
33713 \backslash
33714 raisebox{
33715 \backslash
33716 depth}{
33717 \end_layout
33718
33719 \begin_layout Standard
33720 というコマンドを挿入してください.単語の後には,閉じ括弧「
33721 \series bold
33722 }
33723 \series default
33724 」を\SpecialChar TeX
33725 コードで挿入してください.
33726 \begin_inset Newline newline
33727 \end_inset
33728
33729 以下がその出力です.
33730 \end_layout
33731
33732 \begin_layout Standard
33733 This is a text line with the word 
33734 \begin_inset ERT
33735 status collapsed
33736
33737 \begin_layout Plain Layout
33738
33739
33740 \backslash
33741 raisebox{
33742 \backslash
33743 depth}{
33744 \end_layout
33745
33746 \end_inset
33747
33748
33749 \begin_inset Quotes eld
33750 \end_inset
33751
33752 preventing
33753 \begin_inset Quotes erd
33754 \end_inset
33755
33756
33757 \begin_inset ERT
33758 status collapsed
33759
33760 \begin_layout Plain Layout
33761
33762 }
33763 \end_layout
33764
33765 \end_inset
33766
33767  as raised word.
33768 \end_layout
33769
33770 \begin_layout Standard
33771 \begin_inset VSpace bigskip
33772 \end_inset
33773
33774 行中の文字を上げ下げすると,以下のように行間が広がります.
33775 \end_layout
33776
33777 \begin_layout Standard
33778 This is a text line with the word 
33779 \begin_inset ERT
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783
33784
33785 \backslash
33786 raisebox{-
33787 \backslash
33788 depth}{
33789 \end_layout
33790
33791 \end_inset
33792
33793
33794 \begin_inset Quotes eld
33795 \end_inset
33796
33797 preventing
33798 \begin_inset Quotes erd
33799 \end_inset
33800
33801
33802 \begin_inset ERT
33803 status collapsed
33804
33805 \begin_layout Plain Layout
33806
33807 }
33808 \end_layout
33809
33810 \end_inset
33811
33812  as lowered word.
33813 \begin_inset Newline newline
33814 \end_inset
33815
33816 This is a text line with the word 
33817 \begin_inset ERT
33818 status collapsed
33819
33820 \begin_layout Plain Layout
33821
33822
33823 \backslash
33824 raisebox{0.5cm}{
33825 \end_layout
33826
33827 \end_inset
33828
33829
33830 \begin_inset Quotes eld
33831 \end_inset
33832
33833 testing
33834 \begin_inset Quotes erd
33835 \end_inset
33836
33837
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843 }
33844 \end_layout
33845
33846 \end_inset
33847
33848  as raised word.
33849 \end_layout
33850
33851 \begin_layout Standard
33852 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33853 \end_layout
33854
33855 \begin_layout Standard
33856
33857 \series bold
33858
33859 \backslash
33860 raisebox{-
33861 \backslash
33862 depth}[0pt]{
33863 \end_layout
33864
33865 \begin_layout Standard
33866 とすると,以下のようになります.
33867 \end_layout
33868
33869 \begin_layout Standard
33870 This is a text line with the word 
33871 \begin_inset ERT
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875
33876
33877 \backslash
33878 raisebox{-
33879 \backslash
33880 depth}[0pt]{
33881 \end_layout
33882
33883 \end_inset
33884
33885
33886 \begin_inset Quotes eld
33887 \end_inset
33888
33889 preventing
33890 \begin_inset Quotes erd
33891 \end_inset
33892
33893
33894 \begin_inset ERT
33895 status collapsed
33896
33897 \begin_layout Plain Layout
33898
33899 }
33900 \end_layout
33901
33902 \end_inset
33903
33904  as lowered word.
33905 \begin_inset Newline newline
33906 \end_inset
33907
33908
33909 \begin_inset Newline newline
33910 \end_inset
33911
33912 This is a text line with the word 
33913 \begin_inset ERT
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917
33918
33919 \backslash
33920 raisebox{0.5cm}[0pt]{
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \begin_inset Quotes eld
33927 \end_inset
33928
33929 testing
33930 \begin_inset Quotes erd
33931 \end_inset
33932
33933
33934 \begin_inset ERT
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938
33939 }
33940 \end_layout
33941
33942 \end_inset
33943
33944  as raised word.
33945 \end_layout
33946
33947 \begin_layout Section
33948 色付きボックス
33949 \begin_inset CommandInset label
33950 LatexCommand label
33951 name "sec:色付きボックス"
33952
33953 \end_inset
33954
33955
33956 \begin_inset Index idx
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960 ぼっくす@ボックス ! いろつき@色付き
33961 \end_layout
33962
33963 \end_inset
33964
33965
33966 \end_layout
33967
33968 \begin_layout Standard
33969 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
33970 \begin_inset Box Frameless
33971 position "t"
33972 hor_pos "c"
33973 has_inner_box 1
33974 inner_pos "t"
33975 use_parbox 0
33976 use_makebox 1
33977 width ""
33978 special "none"
33979 height "1in"
33980 height_special "totalheight"
33981 thickness "0.4pt"
33982 separation "3pt"
33983 shadowsize "4pt"
33984 framecolor "black"
33985 backgroundcolor "orange"
33986 status open
33987
33988 \begin_layout Plain Layout
33989 橙色背景のボックス
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \begin_layout Standard
33998 装飾を
33999 \family sans
34000 簡素な長方形の枠
34001 \family default
34002 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
34003 は白を既定色として設定します).
34004 \begin_inset Newline newline
34005 \end_inset
34006
34007 例:
34008 \begin_inset Box Boxed
34009 position "t"
34010 hor_pos "c"
34011 has_inner_box 0
34012 inner_pos "t"
34013 use_parbox 0
34014 use_makebox 0
34015 width ""
34016 special "none"
34017 height "1in"
34018 height_special "totalheight"
34019 thickness "0.4pt"
34020 separation "3pt"
34021 shadowsize "4pt"
34022 framecolor "teal"
34023 backgroundcolor "yellow"
34024 status open
34025
34026 \begin_layout Plain Layout
34027 ティール色の枠と黄色の背景を持つボックス
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Standard
34036 \begin_inset VSpace bigskip
34037 \end_inset
34038
34039 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34040 \begin_inset Newline newline
34041 \end_inset
34042
34043
34044 \begin_inset Box Boxed
34045 position "t"
34046 hor_pos "c"
34047 has_inner_box 0
34048 inner_pos "t"
34049 use_parbox 0
34050 use_makebox 0
34051 width ""
34052 special "none"
34053 height "1in"
34054 height_special "totalheight"
34055 thickness "0.4pt"
34056 separation "3pt"
34057 shadowsize "4pt"
34058 framecolor "cyan"
34059 backgroundcolor "magenta"
34060 status open
34061
34062 \begin_layout Plain Layout
34063
34064 \color yellow
34065 これは着色した色付きボックス中の色付き文章です.
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 \begin_inset VSpace bigskip
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \begin_layout Standard
34081 事前に設定された色以外の色が欲しいときは,第
34082 \begin_inset CommandInset ref
34083 LatexCommand ref
34084 reference "sec:色付きの表"
34085
34086 \end_inset
34087
34088 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34089 \end_layout
34090
34091 \begin_layout Standard
34092 枠なしの色付きボックスは,
34093 \series bold
34094
34095 \backslash
34096 colorbox
34097 \series default
34098 コマンドで作ります.これは,以下のような書式で使われます.
34099 \end_layout
34100
34101 \begin_layout Standard
34102
34103 \series bold
34104
34105 \backslash
34106 colorbox{色}{ボックスの内容}
34107 \end_layout
34108
34109 \begin_layout Standard
34110 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34111 コードで
34112 \end_layout
34113
34114 \begin_layout Standard
34115
34116 \series bold
34117
34118 \backslash
34119 colorbox{darkgreen}{
34120 \end_layout
34121
34122 \begin_layout Standard
34123 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34124 コードで閉じ括弧「
34125 \series bold
34126 }
34127 \series default
34128 」を入れてください.
34129 \begin_inset Newline newline
34130 \end_inset
34131
34132 以下がその結果です.
34133 \end_layout
34134
34135 \begin_layout Standard
34136 この行では,
34137 \begin_inset ERT
34138 status collapsed
34139
34140 \begin_layout Plain Layout
34141
34142
34143 \backslash
34144 colorbox{darkgreen}{
34145 \end_layout
34146
34147 \end_inset
34148
34149 「注意!」
34150 \begin_inset ERT
34151 status collapsed
34152
34153 \begin_layout Plain Layout
34154
34155 }
34156 \end_layout
34157
34158 \end_inset
34159
34160 という単語が濃緑の背景になっています.
34161 \end_layout
34162
34163 \begin_layout Standard
34164 枠付き色付きのボックスは,下記のように
34165 \series bold
34166
34167 \backslash
34168 fcolorbox
34169 \series default
34170 コマンドを使って作ります.
34171 \end_layout
34172
34173 \begin_layout Standard
34174
34175 \series bold
34176
34177 \backslash
34178 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34179 \end_layout
34180
34181 \begin_layout Section
34182 ボックスの伸縮回転
34183 \end_layout
34184
34185 \begin_layout Standard
34186 本節に述べられているボックスを使うには,
34187 \family sans
34188 画像ボックス
34189 \family default
34190 モジュールを文書設定で読み込んでおく必要があります.
34191 \end_layout
34192
34193 \begin_layout Standard
34194 \begin_inset Note Greyedout
34195 status open
34196
34197 \begin_layout Plain Layout
34198
34199 \series bold
34200 【註】
34201 \series default
34202 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34203 \end_layout
34204
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \begin_layout Standard
34211 \begin_inset Note Greyedout
34212 status open
34213
34214 \begin_layout Plain Layout
34215
34216 \series bold
34217 【註】
34218 \series default
34219 フロートは回転伸縮したボックスの中に入れることはできません.
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Subsection
34228 ボックスの回転
34229 \begin_inset Index idx
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233 ぼっくす@ボックス ! かいてんした@回転した
34234 \end_layout
34235
34236 \end_inset
34237
34238
34239 \begin_inset Index idx
34240 status collapsed
34241
34242 \begin_layout Plain Layout
34243 かいてん@回転 ! そざいの@素材の—
34244 \end_layout
34245
34246 \end_inset
34247
34248
34249 \begin_inset Index idx
34250 status collapsed
34251
34252 \begin_layout Plain Layout
34253 ず@図 ! のかいてん@—の回転
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \begin_inset Index idx
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263 ひょうのちょうせい@表の調整 ! かいてん@回転
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \begin_layout Standard
34272 ものを回転するならば,
34273 \family sans
34274 回転ボックス
34275 \family default
34276 に入れることができます.このボックスは,
34277 \family sans
34278 挿入\SpecialChar menuseparator
34279 拡張差込枠\SpecialChar menuseparator
34280 回転ボックス
34281 \family default
34282 で挿入することができます.
34283 \end_layout
34284
34285 \begin_layout Standard
34286 回転の原点は,原点差込枠(メニュー「
34287 \family sans
34288 挿入\SpecialChar menuseparator
34289 原点
34290 \family default
34291 」)に
34292 \series bold
34293 origin=位置
34294 \series default
34295 の形で指定することができます.位置として指定可能なのは,
34296 \emph on
34297 c
34298 \emph default
34299 (中央揃え)・
34300 \emph on
34301 l
34302 \emph default
34303 (左揃え)・
34304 \emph on
34305 r
34306 \emph default
34307 (右揃え)・
34308 \emph on
34309 b
34310 \emph default
34311 (下揃え)・
34312 \emph on
34313 t
34314 \emph default
34315 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34316 \emph on
34317 lt
34318 \emph default
34319 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34320 \emph on
34321 l
34322 \emph default
34323 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34324 \end_layout
34325
34326 \begin_layout Standard
34327 下の例では,
34328 \family sans
34329 原点
34330 \family default
34331 差込枠に
34332 \series bold
34333 origin=c
34334 \series default
34335
34336 \family sans
34337 回転
34338 \family default
34339 差込枠に
34340 \series bold
34341 60
34342 \series default
34343 と入れています.
34344 \end_layout
34345
34346 \begin_layout Standard
34347 これは,
34348 \begin_inset Flex Rotatebox
34349 status open
34350
34351 \begin_layout Plain Layout
34352 \begin_inset Argument 1
34353 status open
34354
34355 \begin_layout Plain Layout
34356 origin=c
34357 \end_layout
34358
34359 \end_inset
34360
34361
34362 \begin_inset Argument 2
34363 status open
34364
34365 \begin_layout Plain Layout
34366 60
34367 \end_layout
34368
34369 \end_inset
34370
34371 回転した
34372 \end_layout
34373
34374 \end_inset
34375
34376 文章を含む行です.
34377 \end_layout
34378
34379 \begin_layout Standard
34380 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34381 \end_layout
34382
34383 \begin_layout Standard
34384 これは,
34385 \begin_inset Flex Rotatebox
34386 status open
34387
34388 \begin_layout Plain Layout
34389 \begin_inset Argument 1
34390 status open
34391
34392 \begin_layout Plain Layout
34393 origin=r
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \begin_inset Argument 2
34400 status open
34401
34402 \begin_layout Plain Layout
34403 60
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \begin_inset Box Doublebox
34410 position "c"
34411 hor_pos "c"
34412 has_inner_box 0
34413 inner_pos "c"
34414 use_parbox 0
34415 use_makebox 0
34416 width "1in"
34417 special "width"
34418 height "1in"
34419 height_special "totalheight"
34420 thickness "0.4pt"
34421 separation "3pt"
34422 shadowsize "4pt"
34423 framecolor "black"
34424 backgroundcolor "none"
34425 status open
34426
34427 \begin_layout Plain Layout
34428 回転した
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \end_inset
34437
34438 枠付き文章と
34439 \begin_inset Flex Rotatebox
34440 status open
34441
34442 \begin_layout Plain Layout
34443 \begin_inset Argument 1
34444 status open
34445
34446 \begin_layout Plain Layout
34447 origin=lb
34448 \end_layout
34449
34450 \end_inset
34451
34452
34453 \begin_inset Argument 2
34454 status open
34455
34456 \begin_layout Plain Layout
34457 60
34458 \end_layout
34459
34460 \end_inset
34461
34462
34463 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \end_inset
34470
34471 数式を含む行です.
34472 \end_layout
34473
34474 \begin_layout Standard
34475 あるいは,以下のように図や表を入れることもできます.
34476 \end_layout
34477
34478 \begin_layout Standard
34479 これは,
34480 \begin_inset Flex Rotatebox
34481 status open
34482
34483 \begin_layout Plain Layout
34484 \begin_inset Argument 1
34485 status open
34486
34487 \begin_layout Plain Layout
34488 origin=lb
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset Argument 2
34495 status open
34496
34497 \begin_layout Plain Layout
34498 90
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \begin_inset Graphics
34505         filename ../clipart/platypus.eps
34506         lyxscale 50
34507         width 25col%
34508
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \end_inset
34515
34516 回転した画像と
34517 \begin_inset Flex Rotatebox
34518 status open
34519
34520 \begin_layout Plain Layout
34521 \begin_inset Argument 2
34522 status open
34523
34524 \begin_layout Plain Layout
34525 -90
34526 \end_layout
34527
34528 \end_inset
34529
34530
34531 \begin_inset Tabular
34532 <lyxtabular version="3" rows="2" columns="2">
34533 <features tabularvalignment="middle">
34534 <column alignment="center" valignment="top">
34535 <column alignment="center" valignment="top">
34536 <row>
34537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34538 \begin_inset Text
34539
34540 \begin_layout Plain Layout
34541 q
34542 \end_layout
34543
34544 \end_inset
34545 </cell>
34546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34547 \begin_inset Text
34548
34549 \begin_layout Plain Layout
34550 w
34551 \end_layout
34552
34553 \end_inset
34554 </cell>
34555 </row>
34556 <row>
34557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34558 \begin_inset Text
34559
34560 \begin_layout Plain Layout
34561 e
34562 \end_layout
34563
34564 \end_inset
34565 </cell>
34566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34567 \begin_inset Text
34568
34569 \begin_layout Plain Layout
34570 r
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 </row>
34576 </lyxtabular>
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \end_inset
34584
34585 表を含む行です.
34586 \end_layout
34587
34588 \begin_layout Standard
34589 \begin_inset Note Greyedout
34590 status open
34591
34592 \begin_layout Plain Layout
34593
34594 \series bold
34595 【註】
34596 \family sans
34597 \series default
34598 角度
34599 \family default
34600 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34601 エラーが発生します.
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Subsection
34610 ボックスの伸縮
34611 \begin_inset Index idx
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34616 \end_layout
34617
34618 \end_inset
34619
34620
34621 \begin_inset Index idx
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625 しんしゅく@伸縮 ! そざいの@素材の—
34626 \end_layout
34627
34628 \end_inset
34629
34630
34631 \begin_inset Index idx
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635 ず@図 ! のしんしゅく@—の伸縮
34636 \end_layout
34637
34638 \end_inset
34639
34640
34641 \begin_inset Index idx
34642 status collapsed
34643
34644 \begin_layout Plain Layout
34645 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34646 \end_layout
34647
34648 \end_inset
34649
34650
34651 \end_layout
34652
34653 \begin_layout Standard
34654 ものを伸縮するならば,
34655 \family sans
34656 伸縮ボックス
34657 \family default
34658 に入れることができます.このボックスは,
34659 \family sans
34660 挿入\SpecialChar menuseparator
34661 拡張差込枠\SpecialChar menuseparator
34662 伸縮ボックス
34663 \family default
34664 で挿入することができます.
34665 \end_layout
34666
34667 \begin_layout Standard
34668
34669 \family sans
34670 伸縮ボックス
34671 \family default
34672 には,必須差込枠「
34673 \family sans
34674 水平因子
34675 \family default
34676 」と,非必須差込枠「
34677 \family sans
34678 垂直因子
34679 \family default
34680 」(「
34681 \family sans
34682 挿入\SpecialChar menuseparator
34683 垂直因子
34684 \family default
34685 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34686 \family sans
34687 垂直因子
34688 \family default
34689 を使わない場合には,水平因子が垂直因子としても使われます.
34690 \end_layout
34691
34692 \begin_layout Standard
34693 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34694 \family sans
34695 水平因子
34696 \family default
34697 差込枠に
34698 \series bold
34699 2
34700 \series default
34701 と入力してください.例:
34702 \begin_inset Flex Scalebox
34703 status open
34704
34705 \begin_layout Plain Layout
34706 \begin_inset Argument 1
34707 status open
34708
34709 \begin_layout Plain Layout
34710 2
34711 \end_layout
34712
34713 \end_inset
34714
34715 こんにちは
34716 \end_layout
34717
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \begin_layout Standard
34724
34725 \family sans
34726 水平因子
34727 \family default
34728
34729 \series bold
34730 2
34731 \series default
34732
34733 \family sans
34734 垂直因子
34735 \family default
34736
34737 \series bold
34738 1
34739 \series default
34740 にすると,このようにゆがみます:
34741 \begin_inset Flex Scalebox
34742 status open
34743
34744 \begin_layout Plain Layout
34745 \begin_inset Argument 1
34746 status open
34747
34748 \begin_layout Plain Layout
34749 2
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \begin_inset Argument 2
34756 status open
34757
34758 \begin_layout Plain Layout
34759 1
34760 \end_layout
34761
34762 \end_inset
34763
34764 こんにちは
34765 \end_layout
34766
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Standard
34773 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
34774 \family sans
34775 水平因子
34776 \family default
34777
34778 \series bold
34779 -1
34780 \series default
34781
34782 \family sans
34783 垂直因子
34784 \family default
34785
34786 \series bold
34787 1
34788 \series default
34789 にします:
34790 \begin_inset Flex Scalebox
34791 status open
34792
34793 \begin_layout Plain Layout
34794 \begin_inset Argument 1
34795 status open
34796
34797 \begin_layout Plain Layout
34798 -1
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \begin_inset Argument 2
34805 status open
34806
34807 \begin_layout Plain Layout
34808 1
34809 \end_layout
34810
34811 \end_inset
34812
34813 こんにちは
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \begin_layout Standard
34822
34823 \family sans
34824 水平因子
34825 \family default
34826
34827 \series bold
34828 1
34829 \series default
34830
34831 \family sans
34832 垂直因子
34833 \family default
34834
34835 \series bold
34836 -1
34837 \series default
34838 にすると,ベースラインでひっくり返した形になります:
34839 \begin_inset Flex Scalebox
34840 status open
34841
34842 \begin_layout Plain Layout
34843 \begin_inset Argument 1
34844 status open
34845
34846 \begin_layout Plain Layout
34847 1
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \begin_inset Argument 2
34854 status open
34855
34856 \begin_layout Plain Layout
34857 -1
34858 \end_layout
34859
34860 \end_inset
34861
34862 こんにちは
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \begin_layout Standard
34871
34872 \family sans
34873 反転ボックス
34874 \family default
34875 (「
34876 \family sans
34877 挿入\SpecialChar menuseparator
34878 拡張差込枠\SpecialChar menuseparator
34879 反転ボックス
34880 \family default
34881 」メニュー)は,
34882 \family sans
34883 伸縮ボックス
34884 \family default
34885
34886 \family sans
34887 水平因子
34888 \family default
34889
34890 \series bold
34891 -1
34892 \series default
34893
34894 \family sans
34895 垂直因子
34896 \family default
34897
34898 \series bold
34899 1
34900 \series default
34901 にしたものと同じです.
34902 \end_layout
34903
34904 \begin_layout Standard
34905 \begin_inset Note Greyedout
34906 status open
34907
34908 \begin_layout Plain Layout
34909
34910 \series bold
34911 【註】
34912 \family sans
34913 \series default
34914 水平因子
34915 \family default
34916 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34917 エラーが発生します.
34918 \end_layout
34919
34920 \end_inset
34921
34922
34923 \end_layout
34924
34925 \begin_layout Standard
34926 \begin_inset VSpace bigskip
34927 \end_inset
34928
34929 中身を決まった幅と高さに伸縮したい場合には,
34930 \family sans
34931 寸法変更ボックス
34932 \family default
34933 (「
34934 \family sans
34935 挿入\SpecialChar menuseparator
34936 拡張差込枠\SpecialChar menuseparator
34937 寸法変更ボックス
34938 \family default
34939 」メニュー)を使うことができます.
34940 \family sans
34941 寸法変更ボックス
34942 \family default
34943 には,必須差込枠「
34944 \family sans
34945
34946 \family default
34947 」と,非必須差込枠「
34948 \family sans
34949 高さ
34950 \family default
34951 」(「
34952 \family sans
34953 挿入\SpecialChar menuseparator
34954 高さ
34955 \family default
34956 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
34957 \begin_inset CommandInset ref
34958 LatexCommand ref
34959 reference "tab:単位"
34960
34961 \end_inset
34962
34963 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
34964 \series bold
34965 !
34966 \series default
34967 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
34968 \family sans
34969 高さ
34970 \family default
34971 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
34972 \end_layout
34973
34974 \begin_layout Standard
34975
34976 \series bold
34977 2cm
34978 \series default
34979
34980 \family sans
34981
34982 \family default
34983 に,
34984 \series bold
34985 1cm
34986 \series default
34987
34988 \family sans
34989 高さ
34990 \family default
34991 に使用するとこうなります:
34992 \begin_inset Flex Resizebox
34993 status open
34994
34995 \begin_layout Plain Layout
34996 \begin_inset Argument 1
34997 status open
34998
34999 \begin_layout Plain Layout
35000 2cm
35001 \end_layout
35002
35003 \end_inset
35004
35005
35006 \begin_inset Argument 2
35007 status open
35008
35009 \begin_layout Plain Layout
35010 1cm
35011 \end_layout
35012
35013 \end_inset
35014
35015 こんにちは
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \begin_inset Newline newline
35022 \end_inset
35023
35024
35025 \series bold
35026 2cm
35027 \series default
35028
35029 \family sans
35030
35031 \family default
35032 に,
35033 \series bold
35034 !
35035 \series default
35036
35037 \family sans
35038 高さ
35039 \family default
35040 に使用すると(あるいは
35041 \family sans
35042 高さ
35043 \family default
35044 なし)こうなります:
35045 \begin_inset Flex Resizebox
35046 status open
35047
35048 \begin_layout Plain Layout
35049 \begin_inset Argument 1
35050 status open
35051
35052 \begin_layout Plain Layout
35053 2cm
35054 \end_layout
35055
35056 \end_inset
35057
35058
35059 \begin_inset Argument 2
35060 status open
35061
35062 \begin_layout Plain Layout
35063 !
35064 \end_layout
35065
35066 \end_inset
35067
35068 こんにちは
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 \begin_inset Note Greyedout
35078 status open
35079
35080 \begin_layout Plain Layout
35081
35082 \series bold
35083 【註】
35084 \family sans
35085 \series default
35086
35087 \family default
35088 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35089 エラーが発生します.
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \begin_layout Standard
35098 \begin_inset VSpace bigskip
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Standard
35105 ボックスは好きな順序で組み合わせることができます.
35106 \family sans
35107 回転ボックス
35108 \family default
35109 の中に
35110 \family sans
35111 寸法変更ボックス
35112 \family default
35113 が入り,さらにその中に
35114 \family sans
35115 反転ボックス
35116 \family default
35117 が入っている例です:
35118 \end_layout
35119
35120 \begin_layout Standard
35121 \noindent
35122 \align center
35123 \begin_inset Flex Rotatebox
35124 status open
35125
35126 \begin_layout Plain Layout
35127 \begin_inset Argument 1
35128 status open
35129
35130 \begin_layout Plain Layout
35131 origin=c
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \begin_inset Argument 2
35138 status open
35139
35140 \begin_layout Plain Layout
35141 -45
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \begin_inset Flex Resizebox
35148 status open
35149
35150 \begin_layout Plain Layout
35151 \begin_inset Argument 1
35152 status open
35153
35154 \begin_layout Plain Layout
35155 2cm
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \begin_inset Flex Reflectbox
35162 status open
35163
35164 \begin_layout Plain Layout
35165 こんにちは
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \end_layout
35172
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 \noindent
35185 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35186 \end_layout
35187
35188 \begin_layout Standard
35189 \noindent
35190 \align center
35191 \begin_inset Flex Resizebox
35192 status open
35193
35194 \begin_layout Plain Layout
35195 \begin_inset Argument 1
35196 status open
35197
35198 \begin_layout Plain Layout
35199 2cm
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \begin_inset Flex Reflectbox
35206 status open
35207
35208 \begin_layout Plain Layout
35209 \begin_inset Graphics
35210         filename ../clipart/platypus.eps
35211         lyxscale 50
35212         width 25col%
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \end_inset
35220
35221
35222 \end_layout
35223
35224 \end_inset
35225
35226  
35227 \begin_inset Flex Resizebox
35228 status open
35229
35230 \begin_layout Plain Layout
35231 \begin_inset Argument 1
35232 status open
35233
35234 \begin_layout Plain Layout
35235 2cm
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \begin_inset Flex Reflectbox
35242 status open
35243
35244 \begin_layout Plain Layout
35245 \begin_inset Tabular
35246 <lyxtabular version="3" rows="2" columns="2">
35247 <features tabularvalignment="middle">
35248 <column alignment="center" valignment="top">
35249 <column alignment="center" valignment="top">
35250 <row>
35251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 q
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 w
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 </row>
35270 <row>
35271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 e
35276 \end_layout
35277
35278 \end_inset
35279 </cell>
35280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284 r
35285 \end_layout
35286
35287 \end_inset
35288 </cell>
35289 </row>
35290 </lyxtabular>
35291
35292 \end_inset
35293
35294
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \end_inset
35303
35304  
35305 \begin_inset Flex Resizebox
35306 status open
35307
35308 \begin_layout Plain Layout
35309 \begin_inset Argument 1
35310 status open
35311
35312 \begin_layout Plain Layout
35313 3cm
35314 \end_layout
35315
35316 \end_inset
35317
35318
35319 \begin_inset Flex Reflectbox
35320 status open
35321
35322 \begin_layout Plain Layout
35323 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \end_inset
35330
35331
35332 \end_layout
35333
35334 \end_inset
35335
35336
35337 \end_layout
35338
35339 \begin_layout Standard
35340 文書で大域的に数式様式
35341 \series bold
35342 fleqn
35343 \series default
35344 を使用している場合
35345 \begin_inset Foot
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35350 \end_layout
35351
35352 \end_inset
35353
35354 には,別行建て数式も伸縮させることができます.
35355 \end_layout
35356
35357 \begin_layout Chapter
35358 本文回り込みオブジェクト
35359 \begin_inset Index idx
35360 status collapsed
35361
35362 \begin_layout Plain Layout
35363 ほんぶんまわりこみ@本文回り込み
35364 \end_layout
35365
35366 \end_inset
35367
35368
35369 \end_layout
35370
35371 \begin_layout Section
35372 折返しフロート
35373 \begin_inset CommandInset label
35374 LatexCommand label
35375 name "sec:折返しフロート"
35376
35377 \end_inset
35378
35379
35380 \begin_inset Index idx
35381 status collapsed
35382
35383 \begin_layout Plain Layout
35384 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \begin_inset Index idx
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35395 \end_layout
35396
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \begin_layout Standard
35403 \begin_inset Wrap figure
35404 lines 0
35405 placement l
35406 overhang 1cm
35407 width "40col%"
35408 status open
35409
35410 \begin_layout Plain Layout
35411 \begin_inset Graphics
35412         filename ../clipart/mobius.eps
35413         width 40col%
35414         scaleBeforeRotation
35415         rotateOrigin center
35416
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \begin_layout Plain Layout
35423 \begin_inset Caption Standard
35424
35425 \begin_layout Plain Layout
35426 \begin_inset CommandInset label
35427 LatexCommand label
35428 name "fig:折返し図フロート"
35429
35430 \end_inset
35431
35432 これは折返し図フロートです.
35433 \end_layout
35434
35435 \end_inset
35436
35437
35438 \end_layout
35439
35440 \end_inset
35441
35442 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35443 パッケージの
35444 \series bold
35445 wrapfig
35446 \series default
35447
35448 \begin_inset Index idx
35449 status collapsed
35450
35451 \begin_layout Plain Layout
35452 \SpecialChar LaTeX
35453 ぱっけーじ@\SpecialChar LaTeX
35454 パッケージ ! wrapfig
35455 \end_layout
35456
35457 \end_inset
35458
35459 を導入済みであれば,
35460 \family sans
35461 挿入\SpecialChar menuseparator
35462 フロート\SpecialChar menuseparator
35463 折返し図フロート
35464 \family default
35465
35466 \family sans
35467 折返し表フロート
35468 \family default
35469 メニューで挿入することができます
35470 \begin_inset Foot
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474 \SpecialChar LaTeX
35475 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35476 の設定』に説明されています.
35477 \end_layout
35478
35479 \end_inset
35480
35481 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35482 \family sans
35483 配置
35484 \family default
35485
35486 \family sans
35487
35488 \family default
35489 です.非必須項目として,
35490 \family sans
35491 ぶら下げ
35492 \family default
35493
35494 \family sans
35495 行幅
35496 \family default
35497 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35498 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35499 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35500 に許可するかを指定することができます.第
35501 \begin_inset CommandInset ref
35502 LatexCommand ref
35503 reference "fig:折返し図フロート"
35504
35505 \end_inset
35506
35507 図は,40
35508 \begin_inset space \thinspace{}
35509 \end_inset
35510
35511 列幅%の幅と1
35512 \begin_inset space \thinspace{}
35513 \end_inset
35514
35515 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35516 \end_layout
35517
35518 \begin_layout Standard
35519 \begin_inset Note Greyedout
35520 status open
35521
35522 \begin_layout Plain Layout
35523
35524 \series bold
35525 【註】
35526 \series default
35527 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35528 上書きされて出力されたりします.
35529 \end_layout
35530
35531 \end_inset
35532
35533
35534 \end_layout
35535
35536 \begin_layout Standard
35537 原則として,
35538 \end_layout
35539
35540 \begin_layout Itemize
35541 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35542 うになってから,正確な位置に挿入しなくてはなりません.
35543 \end_layout
35544
35545 \begin_layout Itemize
35546 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35547 \end_layout
35548
35549 \begin_layout Itemize
35550 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35551 \end_layout
35552
35553 \begin_layout Itemize
35554 折返しフロートは,節見出しや表中に入れることは認められていません.
35555 \end_layout
35556
35557 \begin_layout Itemize
35558 連番や参照は,第
35559 \begin_inset CommandInset ref
35560 LatexCommand ref
35561 reference "chap:フロート"
35562
35563 \end_inset
35564
35565 章で述べられているように動作します.
35566 \end_layout
35567
35568 \begin_layout Section
35569 固定回り込みオブジェクト
35570 \begin_inset Index idx
35571 status collapsed
35572
35573 \begin_layout Plain Layout
35574 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35575 \end_layout
35576
35577 \end_inset
35578
35579
35580 \end_layout
35581
35582 \begin_layout Standard
35583
35584 \begin_inset CommandInset ref
35585 LatexCommand ref
35586 reference "sec:折返しフロート"
35587
35588 \end_inset
35589
35590 節の折返しフロートは,段落中で,以下のような配置がされます.
35591 \end_layout
35592
35593 \begin_layout Standard
35594 \noindent
35595 \align center
35596 \begin_inset Tabular
35597 <lyxtabular version="3" rows="2" columns="2">
35598 <features tabularvalignment="middle">
35599 <column alignment="center" valignment="top">
35600 <column alignment="center" valignment="top">
35601 <row>
35602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35603 \begin_inset Text
35604
35605 \begin_layout Plain Layout
35606 \begin_inset Info
35607 type  "icon"
35608 arg   "dialog-show-new-inset graphics"
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \end_inset
35615 </cell>
35616 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35617 \begin_inset Text
35618
35619 \begin_layout Plain Layout
35620 文章
35621 \end_layout
35622
35623 \end_inset
35624 </cell>
35625 </row>
35626 <row>
35627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35628 \begin_inset Text
35629
35630 \begin_layout Plain Layout
35631 文章
35632 \end_layout
35633
35634 \end_inset
35635 </cell>
35636 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35637 \begin_inset Text
35638
35639 \begin_layout Plain Layout
35640 文章
35641 \end_layout
35642
35643 \end_inset
35644 </cell>
35645 </row>
35646 </lyxtabular>
35647
35648 \end_inset
35649
35650  or 
35651 \begin_inset Tabular
35652 <lyxtabular version="3" rows="2" columns="2">
35653 <features tabularvalignment="middle">
35654 <column alignment="center" valignment="top">
35655 <column alignment="center" valignment="top">
35656 <row>
35657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661 文章
35662 \end_layout
35663
35664 \end_inset
35665 </cell>
35666 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35667 \begin_inset Text
35668
35669 \begin_layout Plain Layout
35670 \begin_inset Info
35671 type  "icon"
35672 arg   "dialog-show-new-inset graphics"
35673 \end_inset
35674
35675
35676 \end_layout
35677
35678 \end_inset
35679 </cell>
35680 </row>
35681 <row>
35682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686 文章
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35692 \begin_inset Text
35693
35694 \begin_layout Plain Layout
35695 文章
35696 \end_layout
35697
35698 \end_inset
35699 </cell>
35700 </row>
35701 </lyxtabular>
35702
35703 \end_inset
35704
35705
35706 \end_layout
35707
35708 \begin_layout Standard
35709 以下に示すいずれかのように,
35710 \begin_inset VSpace defskip
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \begin_layout Standard
35717 \noindent
35718 \align center
35719 \begin_inset Tabular
35720 <lyxtabular version="3" rows="2" columns="2">
35721 <features tabularvalignment="middle">
35722 <column alignment="center" valignment="top">
35723 <column alignment="center" valignment="top">
35724 <row>
35725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35726 \begin_inset Text
35727
35728 \begin_layout Plain Layout
35729 文章
35730 \end_layout
35731
35732 \end_inset
35733 </cell>
35734 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35735 \begin_inset Text
35736
35737 \begin_layout Plain Layout
35738 文章
35739 \end_layout
35740
35741 \end_inset
35742 </cell>
35743 </row>
35744 <row>
35745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35746 \begin_inset Text
35747
35748 \begin_layout Plain Layout
35749 \begin_inset Info
35750 type  "icon"
35751 arg   "dialog-show-new-inset graphics"
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \end_inset
35758 </cell>
35759 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35760 \begin_inset Text
35761
35762 \begin_layout Plain Layout
35763 文章
35764 \end_layout
35765
35766 \end_inset
35767 </cell>
35768 </row>
35769 </lyxtabular>
35770
35771 \end_inset
35772
35773  
35774 \begin_inset Tabular
35775 <lyxtabular version="3" rows="2" columns="2">
35776 <features tabularvalignment="middle">
35777 <column alignment="center" valignment="top">
35778 <column alignment="center" valignment="top">
35779 <row>
35780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35781 \begin_inset Text
35782
35783 \begin_layout Plain Layout
35784 文章
35785 \end_layout
35786
35787 \end_inset
35788 </cell>
35789 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35790 \begin_inset Text
35791
35792 \begin_layout Plain Layout
35793 文章
35794 \end_layout
35795
35796 \end_inset
35797 </cell>
35798 </row>
35799 <row>
35800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35801 \begin_inset Text
35802
35803 \begin_layout Plain Layout
35804 文章
35805 \end_layout
35806
35807 \end_inset
35808 </cell>
35809 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35810 \begin_inset Text
35811
35812 \begin_layout Plain Layout
35813 \begin_inset Info
35814 type  "icon"
35815 arg   "dialog-show-new-inset graphics"
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 </row>
35824 </lyxtabular>
35825
35826 \end_inset
35827
35828  
35829 \begin_inset Tabular
35830 <lyxtabular version="3" rows="2" columns="3">
35831 <features tabularvalignment="middle">
35832 <column alignment="center" valignment="top">
35833 <column alignment="center" valignment="top">
35834 <column alignment="center" valignment="top">
35835 <row>
35836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35837 \begin_inset Text
35838
35839 \begin_layout Plain Layout
35840 文章
35841 \end_layout
35842
35843 \end_inset
35844 </cell>
35845 <cell alignment="center" valignment="top" topline="true" usebox="none">
35846 \begin_inset Text
35847
35848 \begin_layout Plain Layout
35849 \begin_inset Info
35850 type  "icon"
35851 arg   "dialog-show-new-inset graphics"
35852 \end_inset
35853
35854
35855 \end_layout
35856
35857 \end_inset
35858 </cell>
35859 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35860 \begin_inset Text
35861
35862 \begin_layout Plain Layout
35863 文章
35864 \end_layout
35865
35866 \end_inset
35867 </cell>
35868 </row>
35869 <row>
35870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35871 \begin_inset Text
35872
35873 \begin_layout Plain Layout
35874 文章
35875 \end_layout
35876
35877 \end_inset
35878 </cell>
35879 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35880 \begin_inset Text
35881
35882 \begin_layout Plain Layout
35883 文章
35884 \end_layout
35885
35886 \end_inset
35887 </cell>
35888 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35889 \begin_inset Text
35890
35891 \begin_layout Plain Layout
35892 文章
35893 \end_layout
35894
35895 \end_inset
35896 </cell>
35897 </row>
35898 </lyxtabular>
35899
35900 \end_inset
35901
35902  
35903 \begin_inset Tabular
35904 <lyxtabular version="3" rows="2" columns="3">
35905 <features tabularvalignment="middle">
35906 <column alignment="center" valignment="top">
35907 <column alignment="center" valignment="top">
35908 <column alignment="center" valignment="top">
35909 <row>
35910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35911 \begin_inset Text
35912
35913 \begin_layout Plain Layout
35914 文章
35915 \end_layout
35916
35917 \end_inset
35918 </cell>
35919 <cell alignment="center" valignment="top" topline="true" usebox="none">
35920 \begin_inset Text
35921
35922 \begin_layout Plain Layout
35923 文章
35924 \end_layout
35925
35926 \end_inset
35927 </cell>
35928 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35929 \begin_inset Text
35930
35931 \begin_layout Plain Layout
35932 文章
35933 \end_layout
35934
35935 \end_inset
35936 </cell>
35937 </row>
35938 <row>
35939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35940 \begin_inset Text
35941
35942 \begin_layout Plain Layout
35943 文章
35944 \end_layout
35945
35946 \end_inset
35947 </cell>
35948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35949 \begin_inset Text
35950
35951 \begin_layout Plain Layout
35952 \begin_inset Info
35953 type  "icon"
35954 arg   "dialog-show-new-inset graphics"
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \end_inset
35961 </cell>
35962 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 文章
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 </row>
35972 </lyxtabular>
35973
35974 \end_inset
35975
35976
35977 \end_layout
35978
35979 \begin_layout Standard
35980 \noindent
35981 \align center
35982 \begin_inset Tabular
35983 <lyxtabular version="3" rows="3" columns="2">
35984 <features tabularvalignment="middle">
35985 <column alignment="center" valignment="top">
35986 <column alignment="center" valignment="top">
35987 <row>
35988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35989 \begin_inset Text
35990
35991 \begin_layout Plain Layout
35992 文章
35993 \end_layout
35994
35995 \end_inset
35996 </cell>
35997 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Plain Layout
36001 文章
36002 \end_layout
36003
36004 \end_inset
36005 </cell>
36006 </row>
36007 <row>
36008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36009 \begin_inset Text
36010
36011 \begin_layout Plain Layout
36012 \begin_inset Info
36013 type  "icon"
36014 arg   "dialog-show-new-inset graphics"
36015 \end_inset
36016
36017
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36023 \begin_inset Text
36024
36025 \begin_layout Plain Layout
36026 文章
36027 \end_layout
36028
36029 \end_inset
36030 </cell>
36031 </row>
36032 <row>
36033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36034 \begin_inset Text
36035
36036 \begin_layout Plain Layout
36037 文章
36038 \end_layout
36039
36040 \end_inset
36041 </cell>
36042 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36043 \begin_inset Text
36044
36045 \begin_layout Plain Layout
36046 文章
36047 \end_layout
36048
36049 \end_inset
36050 </cell>
36051 </row>
36052 </lyxtabular>
36053
36054 \end_inset
36055
36056  
36057 \begin_inset Tabular
36058 <lyxtabular version="3" rows="3" columns="3">
36059 <features tabularvalignment="middle">
36060 <column alignment="center" valignment="top">
36061 <column alignment="center" valignment="top">
36062 <column alignment="center" valignment="top">
36063 <row>
36064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36065 \begin_inset Text
36066
36067 \begin_layout Plain Layout
36068 文章
36069 \end_layout
36070
36071 \end_inset
36072 </cell>
36073 <cell alignment="center" valignment="top" topline="true" usebox="none">
36074 \begin_inset Text
36075
36076 \begin_layout Plain Layout
36077 文章
36078 \end_layout
36079
36080 \end_inset
36081 </cell>
36082 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36083 \begin_inset Text
36084
36085 \begin_layout Plain Layout
36086 文章
36087 \end_layout
36088
36089 \end_inset
36090 </cell>
36091 </row>
36092 <row>
36093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36094 \begin_inset Text
36095
36096 \begin_layout Plain Layout
36097 文章
36098 \end_layout
36099
36100 \end_inset
36101 </cell>
36102 <cell alignment="center" valignment="top" usebox="none">
36103 \begin_inset Text
36104
36105 \begin_layout Plain Layout
36106 \begin_inset Info
36107 type  "icon"
36108 arg   "dialog-show-new-inset graphics"
36109 \end_inset
36110
36111
36112 \end_layout
36113
36114 \end_inset
36115 </cell>
36116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36117 \begin_inset Text
36118
36119 \begin_layout Plain Layout
36120 文章
36121 \end_layout
36122
36123 \end_inset
36124 </cell>
36125 </row>
36126 <row>
36127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36128 \begin_inset Text
36129
36130 \begin_layout Plain Layout
36131 文章
36132 \end_layout
36133
36134 \end_inset
36135 </cell>
36136 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36137 \begin_inset Text
36138
36139 \begin_layout Plain Layout
36140 文章
36141 \end_layout
36142
36143 \end_inset
36144 </cell>
36145 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36146 \begin_inset Text
36147
36148 \begin_layout Plain Layout
36149 文章
36150 \end_layout
36151
36152 \end_inset
36153 </cell>
36154 </row>
36155 </lyxtabular>
36156
36157 \end_inset
36158
36159  
36160 \begin_inset Tabular
36161 <lyxtabular version="3" rows="3" columns="2">
36162 <features tabularvalignment="middle">
36163 <column alignment="center" valignment="top">
36164 <column alignment="center" valignment="top">
36165 <row>
36166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36167 \begin_inset Text
36168
36169 \begin_layout Plain Layout
36170 文章
36171 \end_layout
36172
36173 \end_inset
36174 </cell>
36175 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179 文章
36180 \end_layout
36181
36182 \end_inset
36183 </cell>
36184 </row>
36185 <row>
36186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190 文章
36191 \end_layout
36192
36193 \end_inset
36194 </cell>
36195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36196 \begin_inset Text
36197
36198 \begin_layout Plain Layout
36199 \begin_inset Info
36200 type  "icon"
36201 arg   "dialog-show-new-inset graphics"
36202 \end_inset
36203
36204
36205 \end_layout
36206
36207 \end_inset
36208 </cell>
36209 </row>
36210 <row>
36211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36212 \begin_inset Text
36213
36214 \begin_layout Plain Layout
36215 文章
36216 \end_layout
36217
36218 \end_inset
36219 </cell>
36220 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36221 \begin_inset Text
36222
36223 \begin_layout Plain Layout
36224 文章
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 </row>
36230 </lyxtabular>
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Standard
36238 \noindent
36239 オブジェクトを挿入した場所に正確に配置したい時には,
36240 \series bold
36241 picinpar
36242 \series default
36243
36244 \begin_inset Index idx
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248 \SpecialChar LaTeX
36249 ぱっけーじ@\SpecialChar LaTeX
36250 パッケージ ! picinpar
36251 \end_layout
36252
36253 \end_inset
36254
36255 \SpecialChar LaTeX
36256 パッケージを使うことができます.下記はその用例です.
36257 \end_layout
36258
36259 \begin_layout Standard
36260 \begin_inset ERT
36261 status collapsed
36262
36263 \begin_layout Plain Layout
36264
36265
36266 \backslash
36267 ifpicinpar
36268 \end_layout
36269
36270 \end_inset
36271
36272
36273 \begin_inset Note Note
36274 status open
36275
36276 \begin_layout Plain Layout
36277 以下の部分は,\SpecialChar LaTeX
36278 パッケージ
36279 \series bold
36280 picinpar
36281 \series default
36282 が導入されているときのみ表示されます.
36283 \end_layout
36284
36285 \end_inset
36286
36287
36288 \end_layout
36289
36290 \begin_layout Standard
36291 \begin_inset ERT
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295
36296
36297 \backslash
36298 begin{window}[2,c,{
36299 \end_layout
36300
36301 \end_inset
36302
36303
36304 \begin_inset Graphics
36305         filename ../clipart/mobius.eps
36306         lyxscale 60
36307         width 40col%
36308         scaleBeforeRotation
36309         rotateOrigin center
36310
36311 \end_inset
36312
36313
36314 \begin_inset ERT
36315 status collapsed
36316
36317 \begin_layout Plain Layout
36318
36319 },]
36320 \end_layout
36321
36322 \begin_layout Plain Layout
36323
36324 {}
36325 \end_layout
36326
36327 \end_inset
36328
36329
36330 \size small
36331 It was in the spring of the year 1894 that all London was interested, and
36332  the fashionable world dismayed, by the murder of the Honourable Ronald
36333  Adair under most unusual and inexplicable circumstances.
36334  The public has already learned those particulars of the crime which
36335 \size default
36336
36337 \begin_inset ERT
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341
36342
36343 \backslash
36344 footnotemark{}
36345 \end_layout
36346
36347 \end_inset
36348
36349
36350 \size small
36351  came out in the police investigation, but a good deal was suppressed upon
36352  that occasion, since the case for the prosecution was so overwhelmingly
36353  strong that it was not necessary to bring forward all the facts.
36354  Only now, at the end of nearly ten years, am I allowed to supply those
36355  missing links which make up the whole of that remarkable chain.
36356 \size default
36357
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363
36364 \backslash
36365 end{window}
36366 \end_layout
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \begin_layout Standard
36374 \begin_inset ERT
36375 status collapsed
36376
36377 \begin_layout Plain Layout
36378
36379
36380 \backslash
36381 footnotetext{
36382 \end_layout
36383
36384 \end_inset
36385
36386 固定オブジェクトのある段落の脚註
36387 \begin_inset ERT
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391
36392 }
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \end_layout
36399
36400 \begin_layout Standard
36401 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36402 ートとは違って,連番のキャプションをつけることはできません.
36403 \end_layout
36404
36405 \begin_layout Standard
36406 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36407 コードで
36408 \end_layout
36409
36410 \begin_layout Standard
36411
36412 \series bold
36413
36414 \backslash
36415 begin{window}[2,c,{
36416 \end_layout
36417
36418 \begin_layout Standard
36419 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36420 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36421 段幅の40
36422 \begin_inset space \thinspace{}
36423 \end_inset
36424
36425 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36426 \end_layout
36427
36428 \begin_layout Standard
36429
36430 \series bold
36431 },説明文]
36432 \begin_inset Newline newline
36433 \end_inset
36434
36435 {}
36436 \end_layout
36437
36438 \begin_layout Standard
36439 というコマンドが挿入されています.2行目に「
36440 \series bold
36441 {}
36442 \series default
36443 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36444 \series bold
36445 {}
36446 \series default
36447 の直後から書き始めてください.段落末には,
36448 \end_layout
36449
36450 \begin_layout Standard
36451
36452 \series bold
36453
36454 \backslash
36455 end{window}
36456 \end_layout
36457
36458 \begin_layout Standard
36459 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36460 \begin_inset CommandInset ref
36461 LatexCommand ref
36462 reference "sec:脚注"
36463
36464 \end_inset
36465
36466 節にあるように,代わりに,段落内で
36467 \series bold
36468
36469 \backslash
36470 footnotemark
36471 \series default
36472 コマンドを使用し,段落外に
36473 \series bold
36474
36475 \backslash
36476 footnotetext
36477 \series default
36478 コマンドを用いてください.
36479 \end_layout
36480
36481 \begin_layout Standard
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487
36488 \backslash
36489 else
36490 \end_layout
36491
36492 \end_inset
36493
36494
36495 \begin_inset Note Note
36496 status open
36497
36498 \begin_layout Plain Layout
36499 以下の部分は,\SpecialChar LaTeX
36500 パッケージ
36501 \series bold
36502 picinpar
36503 \series default
36504 が導入されていないときのみ表示されます.
36505 \end_layout
36506
36507 \end_inset
36508
36509
36510 \end_layout
36511
36512 \begin_layout Standard
36513 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36514 パッケージ
36515 \series bold
36516 picinpar
36517 \series default
36518 を導入する必要があります.
36519 \end_layout
36520
36521 \begin_layout Standard
36522 \begin_inset ERT
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526
36527
36528 \backslash
36529 fi
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \end_layout
36536
36537 \begin_layout Section
36538 頭文字
36539 \begin_inset Index idx
36540 status collapsed
36541
36542 \begin_layout Plain Layout
36543 かしらもじ@頭文字
36544 \end_layout
36545
36546 \end_inset
36547
36548
36549 \begin_inset Index idx
36550 status collapsed
36551
36552 \begin_layout Plain Layout
36553 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36554 \end_layout
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \begin_layout Standard
36562 頭文字を用いるには,\SpecialChar LaTeX
36563 パッケージ
36564 \begin_inset Index idx
36565 status collapsed
36566
36567 \begin_layout Plain Layout
36568 \SpecialChar LaTeX
36569 ぱっけーじ@\SpecialChar LaTeX
36570 パッケージ ! lettrine
36571 \end_layout
36572
36573 \end_inset
36574
36575 が導入済みでなくてはならず,文書中で
36576 \family sans
36577 頭文字
36578 \family default
36579 モジュールを使用する必要があります(
36580 \family sans
36581 文書\SpecialChar menuseparator
36582 設定\SpecialChar menuseparator
36583 モジュール
36584 \family default
36585 メニュー).頭文字を挿入するには,
36586 \family sans
36587 頭文字
36588 \family default
36589 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36590 \family sans
36591 挿入
36592 \family default
36593 メニューから挿入できます.必須引数
36594 \family sans
36595 頭文字
36596 \family default
36597 には,頭文字にする文字を入れ,引数
36598 \family sans
36599 頭文字の残り
36600 \family default
36601 には,頭文字の単語若しくは文字列の残りが入ります.引数
36602 \family sans
36603 オプション
36604 \family default
36605 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36606 \series bold
36607 lettrine
36608 \series default
36609 の取扱説明書
36610 \begin_inset CommandInset citation
36611 LatexCommand cite
36612 key "lettrine"
36613
36614 \end_inset
36615
36616 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36617 \shape smallcaps
36618 スモールキャップ体(small caps
36619 \shape default
36620 )で印字されます.
36621 \end_layout
36622
36623 \begin_layout Standard
36624 下記がその例です.
36625 \end_layout
36626
36627 \begin_layout Standard
36628 \begin_inset ERT
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632
36633
36634 \backslash
36635 iflettrine
36636 \end_layout
36637
36638 \end_inset
36639
36640
36641 \begin_inset Note Note
36642 status open
36643
36644 \begin_layout Plain Layout
36645 以下の部分は,\SpecialChar LaTeX
36646 パッケージ
36647 \series bold
36648 lettrine
36649 \series default
36650 が導入されているときのみ表示されます.
36651 \end_layout
36652
36653 \end_inset
36654
36655
36656 \end_layout
36657
36658 \begin_layout Enumerate
36659 非必須引数なし.頭文字は,数式フォント
36660 \begin_inset Formula $\mathfrak{Fraktur}$
36661 \end_inset
36662
36663 の「I」.
36664 \end_layout
36665
36666 \begin_deeper
36667 \begin_layout Initial
36668 \begin_inset Argument 2
36669 status open
36670
36671 \begin_layout Plain Layout
36672 \begin_inset Formula $\mathfrak{I}$
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \end_inset
36679
36680
36681 \begin_inset Argument 3
36682 status open
36683
36684 \begin_layout Plain Layout
36685 t
36686 \end_layout
36687
36688 \end_inset
36689
36690  was in the spring of the year 1894 that all London was interested, and
36691  the fashionable world dismayed, by the murder of the Honourable Ronald
36692  Adair under most unusual and inexplicable circumstances.
36693  The public has already learned those particulars of the crime which came
36694  out in the police investigation, but a good deal was suppressed upon that
36695  occasion, since the case for the prosecution was so overwhelmingly strong
36696  that it was not necessary to bring forward all the facts.
36697 \begin_inset Newpage newpage
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \end_deeper
36704 \begin_layout Enumerate
36705 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36706 \end_layout
36707
36708 \begin_deeper
36709 \begin_layout Initial
36710 \begin_inset Argument 1
36711 status open
36712
36713 \begin_layout Plain Layout
36714 lines=1
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \begin_inset Argument 2
36721 status open
36722
36723 \begin_layout Plain Layout
36724 It
36725 \end_layout
36726
36727 \end_inset
36728
36729  was in the spring of the year 1894 that all London was interested, and
36730  the fashionable world dismayed, by the murder of the Honourable Ronald
36731  Adair under most unusual and inexplicable circumstances.
36732  The public has already learned those particulars of the crime which came
36733  out in the police investigation, but a good deal was suppressed upon that
36734  occasion, since the case for the prosecution was so overwhelmingly strong
36735  that it was not necessary to bring forward all the facts.
36736 \end_layout
36737
36738 \end_deeper
36739 \begin_layout Enumerate
36740 ぶら下がり頭文字は,数式フォント
36741 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36742 \end_inset
36743
36744 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36745 \shape smallcaps
36746 スモールキャップ体
36747 \shape default
36748 .頭文字に色をつけるには,頭文字の前に
36749 \begin_inset Newline newline
36750 \end_inset
36751
36752
36753 \series bold
36754
36755 \backslash
36756 renewcommand{
36757 \backslash
36758 LettrineFontHook}{
36759 \backslash
36760 color{色}}
36761 \series default
36762
36763 \begin_inset Newline newline
36764 \end_inset
36765
36766 というコマンドを挿入しなくてはなりません.ここで,
36767 \emph on
36768
36769 \emph default
36770 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36771 ブルに
36772 \begin_inset Newline newline
36773 \end_inset
36774
36775
36776 \series bold
36777
36778 \backslash
36779 @ifundefined{textcolor}
36780 \begin_inset Newline newline
36781 \end_inset
36782
36783
36784 \begin_inset space ~
36785 \end_inset
36786
36787 {
36788 \backslash
36789 usepackage{color}}{}
36790 \begin_inset Newline newline
36791 \end_inset
36792
36793
36794 \series default
36795 というコマンドを書きこんでおかなくてはなりません.
36796 \end_layout
36797
36798 \begin_deeper
36799 \begin_layout Standard
36800 \begin_inset ERT
36801 status collapsed
36802
36803 \begin_layout Plain Layout
36804
36805
36806 \backslash
36807 renewcommand{
36808 \backslash
36809 LettrineFontHook}{
36810 \backslash
36811 color{magenta}}
36812 \end_layout
36813
36814 \end_inset
36815
36816
36817 \begin_inset Note Note
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821
36822 \lang english
36823 makes the initial magenta
36824 \end_layout
36825
36826 \end_inset
36827
36828
36829 \end_layout
36830
36831 \begin_layout Initial
36832 \begin_inset Argument 1
36833 status open
36834
36835 \begin_layout Plain Layout
36836 lines=3, lhang=0.33, loversize=0.25
36837 \end_layout
36838
36839 \end_inset
36840
36841
36842 \begin_inset Argument 2
36843 status open
36844
36845 \begin_layout Plain Layout
36846 \begin_inset Formula $\mathcal{I}$
36847 \end_inset
36848
36849
36850 \end_layout
36851
36852 \end_inset
36853
36854
36855 \begin_inset Argument 3
36856 status open
36857
36858 \begin_layout Plain Layout
36859 t was in the spring
36860 \end_layout
36861
36862 \end_inset
36863
36864  of the year 1894 that all London was interested, and the fashionable world
36865  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36866  and inexplicable circumstances.
36867  The public has already learned those particulars of the crime which came
36868  out in the police investigation, but a good deal was suppressed upon that
36869  occasion, since the case for the prosecution was so overwhelmingly strong
36870  that it was not necessary to bring forward all the facts.
36871 \end_layout
36872
36873 \end_deeper
36874 \begin_layout Standard
36875 \begin_inset ERT
36876 status collapsed
36877
36878 \begin_layout Plain Layout
36879
36880
36881 \backslash
36882 else
36883 \end_layout
36884
36885 \end_inset
36886
36887
36888 \begin_inset Note Note
36889 status open
36890
36891 \begin_layout Plain Layout
36892 以下の部分は,\SpecialChar LaTeX
36893 パッケージ
36894 \series bold
36895 lettrine
36896 \series default
36897 が導入されていないときのみ表示されます.
36898 \end_layout
36899
36900 \end_inset
36901
36902
36903 \end_layout
36904
36905 \begin_layout Standard
36906 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36907 パッケージ
36908 \series bold
36909 lettrine
36910 \series default
36911 を導入する必要があります.
36912 \end_layout
36913
36914 \begin_layout Standard
36915 \begin_inset ERT
36916 status collapsed
36917
36918 \begin_layout Plain Layout
36919
36920
36921 \backslash
36922 fi
36923 \end_layout
36924
36925 \end_inset
36926
36927
36928 \end_layout
36929
36930 \begin_layout Chapter
36931 外部文書構成要素
36932 \begin_inset Index idx
36933 status collapsed
36934
36935 \begin_layout Plain Layout
36936 がいぶぶんしょこうせいようそ@外部文書構成要素
36937 \end_layout
36938
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \begin_layout Standard
36945
36946 \family sans
36947 挿入\SpecialChar menuseparator
36948 ファイル
36949 \family default
36950 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
36951 \end_layout
36952
36953 \begin_layout Description
36954 \SpecialChar LyX
36955 文書 別の\SpecialChar LyX
36956 文書.その内容は直接使用中の文書に挿入されます.
36957 \end_layout
36958
36959 \begin_layout Description
36960 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
36961 \end_layout
36962
36963 \begin_layout Description
36964 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
36965 \end_layout
36966
36967 \begin_layout Description
36968 外部素材 様々な書式のファイル.
36969 \end_layout
36970
36971 \begin_layout Description
36972 子文書 \SpecialChar LyX
36973 あるいは\SpecialChar LaTeX
36974 文書.
36975 \end_layout
36976
36977 \begin_layout Section
36978 外部素材
36979 \begin_inset Index idx
36980 status collapsed
36981
36982 \begin_layout Plain Layout
36983 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36984 \end_layout
36985
36986 \end_inset
36987
36988
36989 \end_layout
36990
36991 \begin_layout Standard
36992 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
36993 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
36994 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
36995 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
36996 設定の
36997 \family sans
36998 操作性\SpecialChar menuseparator
36999 表示
37000 \family default
37001 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
37002 中に表示されるようになります.
37003 \end_layout
37004
37005 \begin_layout Standard
37006 外部素材は,
37007 \family sans
37008 挿入
37009 \family default
37010 \SpecialChar menuseparator
37011
37012 \family sans
37013 ファイル
37014 \family default
37015 \SpecialChar menuseparator
37016
37017 \family sans
37018 外部素材
37019 \family default
37020 メニューで開くことのできる
37021 \family sans
37022 外部素材
37023 \family default
37024 ダイアログから挿入することができます.目下,以下のファイル形式(
37025 \family sans
37026 ひな型
37027 \family default
37028 )が使用できます.
37029 \end_layout
37030
37031 \begin_layout Description
37032 チェス棋譜 このひな型は,
37033 \series bold
37034
37035 \begin_inset CommandInset href
37036 LatexCommand href
37037 name "XBoard"
37038 target "http://en.wikipedia.org/wiki/XBoard"
37039
37040 \end_inset
37041
37042
37043 \series default
37044 プログラムで作成されたチェス棋譜をサポートします.
37045 \end_layout
37046
37047 \begin_layout Description
37048 日付 これは,
37049 \emph on
37050 日-月-年
37051 \emph default
37052 の書式で日付を挿入します.右は,外部素材として挿入された日付です:
37053 \begin_inset External
37054         template Date
37055         filename .
37056
37057 \end_inset
37058
37059
37060 \begin_inset space ~
37061 \end_inset
37062
37063
37064 \begin_inset Note Note
37065 status collapsed
37066
37067 \begin_layout Plain Layout
37068 バグ4398が修正されたら,この保護空白は削除してください!
37069 \end_layout
37070
37071 \end_inset
37072
37073
37074 \begin_inset Newline newline
37075 \end_inset
37076
37077 日付は\SpecialChar LyX
37078 内では表示されず,出力のみで表示されます.日付を挿入するには,ほかに二つの方法があります.一つは,
37079 \family sans
37080 挿入
37081 \family default
37082 \SpecialChar menuseparator
37083 日付メニューを使用する方法で,他は\SpecialChar LaTeX
37084 コマンドの
37085 \series bold
37086
37087 \backslash
37088 today
37089 \series default
37090 を\SpecialChar TeX
37091 コードで使用する方法です.これらの各方法は,表
37092 \begin_inset CommandInset ref
37093 LatexCommand ref
37094 reference "tab:日付挿入方法"
37095
37096 \end_inset
37097
37098 に比較を掲載しておきます.
37099 \end_layout
37100
37101 \begin_layout Description
37102 Dia このひな型は,
37103 \series bold
37104
37105 \begin_inset CommandInset href
37106 LatexCommand href
37107 name "Dia"
37108 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"
37109
37110 \end_inset
37111
37112
37113 \series default
37114 プログラムで作成したダイアグラムをサポートします.
37115 \end_layout
37116
37117 \begin_layout Description
37118 Gnumeric表計算表 このひな形では,
37119 \series bold
37120
37121 \begin_inset CommandInset href
37122 LatexCommand href
37123 name "Gnumeric"
37124 target "http://ja.wikipedia.org/wiki/Gnumeric"
37125
37126 \end_inset
37127
37128
37129 \series default
37130
37131 \begin_inset CommandInset href
37132 LatexCommand href
37133 name "OpenDocument"
37134 target "http://ja.wikipedia.org/wiki/OpenDocument"
37135
37136 \end_inset
37137
37138
37139 \begin_inset CommandInset href
37140 LatexCommand href
37141 name "Microsoft Office XML"
37142 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37143
37144 \end_inset
37145
37146
37147 \begin_inset CommandInset href
37148 LatexCommand href
37149 name "Office Open XML"
37150 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
37151
37152 \end_inset
37153
37154 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37155 の初期設定中に
37156 \family typewriter
37157 ssconvert
37158 \family default
37159 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37160 みである必要があります.用例と制約については,\SpecialChar LyX
37161 用例ファイル
37162 \emph on
37163 spreadsheet.lyx
37164 \emph default
37165 をご覧ください.
37166 \end_layout
37167
37168 \begin_layout Description
37169 Lilypond組版楽譜 このひな型は,
37170 \series bold
37171
37172 \begin_inset CommandInset href
37173 LatexCommand href
37174 name "LilyPond"
37175 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
37176
37177 \end_inset
37178
37179
37180 \series default
37181 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37182 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37183 用例ファイル
37184 \emph on
37185 lilypond.lyx
37186 \emph default
37187 をご覧ください.
37188 \end_layout
37189
37190 \begin_layout Description
37191 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37192 \family sans
37193 \SpecialChar LaTeX
37194 と\SpecialChar LyX
37195 オプション
37196 \family default
37197 タブ中の
37198 \family sans
37199 オプション
37200 \family default
37201 フィールドに
37202 \emph on
37203 pages
37204 \emph default
37205 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37206 \series bold
37207 pages={3,5,6,8}
37208 \series default
37209 の形で入れる)やページ範囲(
37210 \series bold
37211 pages={4-9}
37212 \series default
37213 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37214 \series bold
37215 pages={3,{},8-11,15}
37216 \series default
37217 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37218 \emph on
37219 開始頁-終了頁
37220 \emph default
37221 の文法で指定します.これは,
37222 \emph on
37223 開始頁
37224 \emph default
37225
37226 \emph on
37227 終了頁
37228 \emph default
37229 の間のすべてのページを選択します.
37230 \emph on
37231 開始頁
37232 \emph default
37233 を省略すると,1ページ目を指定したのと同じ事になり,
37234 \emph on
37235 終了頁
37236 \emph default
37237 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37238 \series bold
37239 last
37240 \series default
37241 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37242 \series bold
37243 pages=-
37244 \series default
37245 は文書の全ページを挿入することになり,
37246 \series bold
37247 pages=last-1
37248 \series default
37249 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37250 \begin_inset Newline newline
37251 \end_inset
37252
37253
37254 \series bold
37255 noautoscale
37256 \series default
37257 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37258 \family sans
37259 寸法と回転
37260 \family default
37261 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37262 \series bold
37263 noautoscale
37264 \series default
37265 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37266 パッケージ
37267 \series bold
37268 pdfpages
37269 \series default
37270 の取扱説明書
37271 \begin_inset CommandInset citation
37272 LatexCommand cite
37273 key "pdfpages"
37274
37275 \end_inset
37276
37277 をご参照ください.
37278 \begin_inset Index idx
37279 status collapsed
37280
37281 \begin_layout Plain Layout
37282 \SpecialChar LaTeX
37283 ぱっけーじ@\SpecialChar LaTeX
37284 パッケージ ! pdfpages
37285 \end_layout
37286
37287 \end_inset
37288
37289
37290 \begin_inset Newline newline
37291 \end_inset
37292
37293 このひな型を
37294 \family sans
37295 Beamer
37296 \family default
37297 プレゼンテーションで使用するには,まず
37298 \family sans
37299 フレーム終了
37300 \family default
37301 環境を挿入して,続く段落で\SpecialChar TeX
37302 コードボックスを挿入し,
37303 \series bold
37304
37305 \backslash
37306 setbeamertemplate{background canvas}{}
37307 \series default
37308 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37309 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37310 に,ひな型を含む段落には,
37311 \family sans
37312 既定
37313 \family default
37314 配置を用いるようにしてください.
37315 \begin_inset Newline newline
37316 \end_inset
37317
37318 下記は,-5度回転させたPDFを取り込んだものです.
37319 \begin_inset Newline newline
37320 \end_inset
37321
37322
37323 \begin_inset Graphics
37324         filename ../clipart/Abstract.pdf
37325         rotateAngle -5
37326         rotateOrigin leftBottom
37327
37328 \end_inset
37329
37330
37331 \begin_inset Newline newline
37332 \end_inset
37333
37334
37335 \begin_inset Note Greyedout
37336 status open
37337
37338 \begin_layout Plain Layout
37339
37340 \series bold
37341 【訳註】
37342 \series default
37343 \SpecialChar LaTeX
37344 パッケージ
37345 \series bold
37346 pdfpages
37347 \series default
37348 は,pdflatexに基づいており,\SpecialChar LaTeX
37349 では組版ができない(\SpecialChar LaTeX
37350 パッケージ
37351 \series bold
37352 pdfpages
37353 \series default
37354 取扱説明書
37355 \begin_inset CommandInset citation
37356 LatexCommand cite
37357 key "pdfpages"
37358
37359 \end_inset
37360
37361 参照)ため,この外部素材はp\SpecialChar LaTeX
37362 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37363 \family sans
37364 挿入\SpecialChar menuseparator
37365 ファイル\SpecialChar menuseparator
37366 外部素材
37367 \family default
37368
37369 \family sans
37370 ひな型
37371 \family default
37372
37373 \family sans
37374 PDFページ
37375 \family default
37376 を指定して挿入されていますが,ここでは
37377 \family sans
37378 挿入\SpecialChar menuseparator
37379 画像
37380 \family default
37381 を使用して挿入しています.
37382 \end_layout
37383
37384 \end_inset
37385
37386
37387 \end_layout
37388
37389 \begin_layout Description
37390 ラスター画像 これはビットマップ画像に使用します.
37391 \family sans
37392 外部素材
37393 \family default
37394 ダイアログを使って入れる画像は,第
37395 \begin_inset CommandInset ref
37396 LatexCommand ref
37397 reference "sec:画像ダイアログ"
37398
37399 \end_inset
37400
37401 節にあるように
37402 \family sans
37403 画像
37404 \family default
37405 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37406 \begin_inset External
37407         template RasterImage
37408         filename clipart/ToolbarEnvBox.png
37409
37410 \end_inset
37411
37412
37413 \end_layout
37414
37415 \begin_layout Description
37416 ベクトル画像 これは,ベクトル画像に使用することができます. 
37417 \family sans
37418 外部素材
37419 \family default
37420 ダイアログを使って入れる画像は,第
37421 \begin_inset CommandInset ref
37422 LatexCommand ref
37423 reference "sec:画像ダイアログ"
37424
37425 \end_inset
37426
37427 節にあるように
37428 \family sans
37429 画像
37430 \family default
37431 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37432 \begin_inset External
37433         template VectorGraphics
37434         filename ../clipart/SVG-Drawing.svg
37435         scale 33
37436
37437 \end_inset
37438
37439
37440 \end_layout
37441
37442 \begin_layout Description
37443 XFig このひな型は,
37444 \series bold
37445
37446 \begin_inset CommandInset href
37447 LatexCommand href
37448 name "Xfig"
37449 target "http://ja.wikipedia.org/wiki/Xfig"
37450
37451 \end_inset
37452
37453
37454 \series default
37455 プログラムで作成した画像をサポートします.
37456 \end_layout
37457
37458 \begin_layout Standard
37459 \begin_inset Float table
37460 placement !h
37461 wide false
37462 sideways false
37463 status open
37464
37465 \begin_layout Plain Layout
37466 \begin_inset Caption Standard
37467
37468 \begin_layout Plain Layout
37469 \begin_inset CommandInset label
37470 LatexCommand label
37471 name "tab:日付挿入方法"
37472
37473 \end_inset
37474
37475 日付の挿入方法の比較
37476 \end_layout
37477
37478 \end_inset
37479
37480
37481 \end_layout
37482
37483 \begin_layout Plain Layout
37484 \align center
37485 \begin_inset Tabular
37486 <lyxtabular version="3" rows="4" columns="4">
37487 <features tabularvalignment="middle">
37488 <column alignment="center" valignment="top">
37489 <column alignment="center" valignment="top">
37490 <column alignment="center" valignment="top">
37491 <column alignment="center" valignment="top">
37492 <row>
37493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497 文書書式
37498 \end_layout
37499
37500 \end_inset
37501 </cell>
37502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37503 \begin_inset Text
37504
37505 \begin_layout Plain Layout
37506
37507 \family sans
37508 外部素材\SpecialChar menuseparator
37509 日付
37510 \end_layout
37511
37512 \end_inset
37513 </cell>
37514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37515 \begin_inset Text
37516
37517 \begin_layout Plain Layout
37518
37519 \family sans
37520 挿入\SpecialChar menuseparator
37521 日付
37522 \end_layout
37523
37524 \end_inset
37525 </cell>
37526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530
37531 \series bold
37532
37533 \backslash
37534 today
37535 \series default
37536 コマンド
37537 \end_layout
37538
37539 \end_inset
37540 </cell>
37541 </row>
37542 <row>
37543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37544 \begin_inset Text
37545
37546 \begin_layout Plain Layout
37547 \SpecialChar LyX
37548
37549 \end_layout
37550
37551 \end_inset
37552 </cell>
37553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557 差込枠として
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566 日付として
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 \SpecialChar TeX
37576 コード差込枠として
37577 \end_layout
37578
37579 \end_inset
37580 </cell>
37581 </row>
37582 <row>
37583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37584 \begin_inset Text
37585
37586 \begin_layout Plain Layout
37587 \SpecialChar LaTeX
37588
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 日付として
37598 \end_layout
37599
37600 \end_inset
37601 </cell>
37602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606 日付として
37607 \end_layout
37608
37609 \end_inset
37610 </cell>
37611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37612 \begin_inset Text
37613
37614 \begin_layout Plain Layout
37615 コマンドとして
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 </row>
37621 <row>
37622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 DVI, PDF, PS
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 日付として
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644 日付として
37645 \end_layout
37646
37647 \end_inset
37648 </cell>
37649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37650 \begin_inset Text
37651
37652 \begin_layout Plain Layout
37653 日付として
37654 \end_layout
37655
37656 \end_inset
37657 </cell>
37658 </row>
37659 </lyxtabular>
37660
37661 \end_inset
37662
37663
37664 \end_layout
37665
37666 \end_inset
37667
37668
37669 \end_layout
37670
37671 \begin_layout Standard
37672
37673 \family sans
37674 外部素材
37675 \family default
37676 ダイアログの
37677 \family sans
37678 ファイル
37679 \family default
37680 タブ中で
37681 \family sans
37682 下書き
37683 \family default
37684 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37685 \begin_inset Newline newline
37686 \end_inset
37687
37688 \SpecialChar LyX
37689 中での外部素材は,ダイアログ内の
37690 \family sans
37691 \SpecialChar LaTeX
37692 と\SpecialChar LyX
37693 のオプション
37694 \family default
37695 タブにある
37696 \family sans
37697 \SpecialChar LyX
37698 内に表示
37699 \family default
37700 オプションの指定に従って,
37701 \begin_inset Graphics
37702         filename clipart/ExternalMaterial.png
37703         scale 85
37704         scaleBeforeRotation
37705
37706 \end_inset
37707
37708 のようなボックスとして表示されるか,画像として表示されます.
37709 \end_layout
37710
37711 \begin_layout Standard
37712 取扱説明書
37713 \family sans
37714 \emph on
37715 カスタマイズ篇
37716 \family default
37717 \emph default
37718 には,自製のひな型を定義する方法が説明されています.
37719 \end_layout
37720
37721 \begin_layout Section
37722 子文書
37723 \begin_inset CommandInset label
37724 LatexCommand label
37725 name "sec:子文書"
37726
37727 \end_inset
37728
37729
37730 \begin_inset Index idx
37731 status collapsed
37732
37733 \begin_layout Plain Layout
37734 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37735 \end_layout
37736
37737 \end_inset
37738
37739
37740 \begin_inset Index idx
37741 status collapsed
37742
37743 \begin_layout Plain Layout
37744 ふぁいる@ファイル ! いんくるーど@インクルード
37745 \end_layout
37746
37747 \end_inset
37748
37749
37750 \end_layout
37751
37752 \begin_layout Standard
37753 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37754 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37755 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37756 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37757 \end_layout
37758
37759 \begin_layout Standard
37760 親文書を開くことなく子文書で作業できるようにするには,子文書の
37761 \family sans
37762 文書
37763 \family default
37764 \SpecialChar menuseparator
37765
37766 \family sans
37767 設定
37768 \family default
37769 \SpecialChar menuseparator
37770
37771 \family sans
37772 文書クラス
37773 \family default
37774 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37775 がバックグラウンドでこの親文書を扱うようになります.
37776 \end_layout
37777
37778 \begin_layout Standard
37779 取り込んだ文書は,\SpecialChar LyX
37780 中で
37781 \begin_inset Graphics
37782         filename clipart/ChildDocument.png
37783         scaleBeforeRotation
37784
37785 \end_inset
37786
37787 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37788 \family sans
37789 挿入
37790 \family default
37791 \SpecialChar menuseparator
37792
37793 \family sans
37794 ファイル
37795 \family default
37796 \SpecialChar menuseparator
37797
37798 \family sans
37799 子文書
37800 \family default
37801 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37802 \end_layout
37803
37804 \begin_layout Description
37805 内包(include) \SpecialChar LyX
37806 文書と\SpecialChar LaTeX
37807 文書は,内包することができます.
37808 \family sans
37809 子文書
37810 \family default
37811 ダイアログの
37812 \family sans
37813 編集
37814 \family default
37815 ボタンを押すと,内包された文書が,\SpecialChar LyX
37816 中に新規ファイルタブとして開き,修正ができるようになります.
37817 \begin_inset Newline newline
37818 \end_inset
37819
37820
37821 \end_layout
37822
37823 \begin_layout Standard
37824 以下は,
37825 \family sans
37826 内包(include)
37827 \family default
37828 を使用して挿入した子文書です. 
37829 \begin_inset CommandInset include
37830 LatexCommand include
37831 filename "DummyDocument1.lyx"
37832
37833 \end_inset
37834
37835
37836 \end_layout
37837
37838 \begin_layout Standard
37839 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37840 あります.取り込んだ文書のラベルは,第
37841 \begin_inset CommandInset ref
37842 LatexCommand ref
37843 reference "subsec:外部文書の第1小節"
37844
37845 \end_inset
37846
37847 小節,のように参照することができます.
37848 \end_layout
37849
37850 \begin_layout Standard
37851 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37852 は,新規頁から始まるように挿入され,改頁して終わります.
37853 \end_layout
37854
37855 \begin_layout Standard
37856 \begin_inset Note Greyedout
37857 status open
37858
37859 \begin_layout Plain Layout
37860
37861 \series bold
37862 【註】
37863 \series default
37864 \SpecialChar LyX
37865 または\SpecialChar LaTeX
37866 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37867
37868 \end_layout
37869
37870 \end_inset
37871
37872
37873 \end_layout
37874
37875 \begin_layout Description
37876 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37877 \end_layout
37878
37879 \begin_deeper
37880 \begin_layout Itemize
37881 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37882 \end_layout
37883
37884 \begin_layout Itemize
37885 入力ファイルは,\SpecialChar LyX
37886 設定の操作性
37887 \family sans
37888 \SpecialChar menuseparator
37889 表示
37890 \family default
37891 の下にある
37892 \family sans
37893 画像を表示
37894 \family default
37895 を有効にすると,\SpecialChar LyX
37896 中でプレビューすることができます.
37897 \end_layout
37898
37899 \begin_layout Itemize
37900 \SpecialChar LaTeX
37901 コマンドの
37902 \series bold
37903
37904 \backslash
37905 includeonly
37906 \series default
37907 は使用することができません.
37908 \end_layout
37909
37910 \end_deeper
37911 \begin_layout Standard
37912 右は,
37913 \family sans
37914 入力(input)
37915 \family default
37916 を使って挿入した子文書です. 
37917 \begin_inset CommandInset include
37918 LatexCommand input
37919 filename "DummyDocument2.lyx"
37920
37921 \end_inset
37922
37923
37924 \end_layout
37925
37926 \begin_layout Description
37927 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37928 用いられているコマンドは実行されません.
37929 \family sans
37930 出力の空白に印付けをする
37931 \family default
37932 オプションを有効にすると,ソースコード中のすべての空白文字に「
37933 \begin_inset ERT
37934 status collapsed
37935
37936 \begin_layout Plain Layout
37937
37938
37939 \backslash
37940 textvisiblespace 
37941 \end_layout
37942
37943 \end_inset
37944
37945 」文字を表示させることができます.
37946 \family sans
37947 挿入\SpecialChar menuseparator
37948 ファイル\SpecialChar menuseparator
37949 平文
37950 \family default
37951 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37952 中に表示されないことです.
37953 \end_layout
37954
37955 \begin_layout Standard
37956 以下は,原文儘として挿入された子文書です. 
37957 \begin_inset CommandInset include
37958 LatexCommand verbatiminput
37959 filename "../DummyTextDocument.txt"
37960
37961 \end_inset
37962
37963
37964 \begin_inset VSpace bigskip
37965 \end_inset
37966
37967 以下は,
37968 \family sans
37969 出力の空白に印付けをする
37970 \family default
37971 オプションを指定して,原文儘として挿入された子文書です. 
37972 \begin_inset CommandInset include
37973 LatexCommand verbatiminput*
37974 filename "../DummyTextDocument.txt"
37975
37976 \end_inset
37977
37978
37979 \end_layout
37980
37981 \begin_layout Standard
37982 \begin_inset VSpace bigskip
37983 \end_inset
37984
37985
37986 \end_layout
37987
37988 \begin_layout Standard
37989 \begin_inset Note Greyedout
37990 status open
37991
37992 \begin_layout Plain Layout
37993
37994 \series bold
37995 【註】
37996 \series default
37997 上記の例でわかるように,
37998 \family sans
37999 原文儘(verbatim)
38000 \family default
38001 として取り込んだ文書の文章は,文書行の終わりで改行されません.
38002 \end_layout
38003
38004 \end_inset
38005
38006
38007 \end_layout
38008
38009 \begin_layout Standard
38010 \begin_inset Note Greyedout
38011 status open
38012
38013 \begin_layout Plain Layout
38014
38015 \series bold
38016 【訳註】
38017 \series default
38018 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
38019 \end_layout
38020
38021 \end_inset
38022
38023
38024 \end_layout
38025
38026 \begin_layout Description
38027 プログラムリスト この型については,第
38028 \begin_inset CommandInset ref
38029 LatexCommand ref
38030 reference "cha:プログラムコードリスト"
38031
38032 \end_inset
38033
38034 章に説明されています.
38035 \end_layout
38036
38037 \begin_layout Standard
38038 \begin_inset Note Greyedout
38039 status open
38040
38041 \begin_layout Plain Layout
38042
38043 \series bold
38044 【註】
38045 \series default
38046 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
38047 で問題が発生する可能性があります.
38048 \end_layout
38049
38050 \end_inset
38051
38052
38053 \end_layout
38054
38055 \begin_layout Standard
38056 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
38057 一部を出力から排除することができます.これは,
38058 \family sans
38059 文書\SpecialChar menuseparator
38060 設定\SpecialChar menuseparator
38061 子文書
38062 \family default
38063 メニューから行うことができます.そこの一覧中の各子文書の
38064 \family sans
38065 出力に含める
38066 \family default
38067 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
38068 とにご注意ください).
38069 \family sans
38070 カウンタと引用を維持
38071 \family default
38072 オプションを有効にすると,\SpecialChar LyX
38073 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
38074 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
38075 はバックグラウンドで文書全体を処理しなくてはなりません.
38076 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
38077 \end_layout
38078
38079 \begin_layout Standard
38080 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
38081 \begin_inset Foot
38082 status collapsed
38083
38084 \begin_layout Plain Layout
38085 派生枝は,\SpecialChar LyX
38086
38087 \emph on
38088 ユーザーの手引き
38089 \emph default
38090
38091 \emph on
38092 派生枝
38093 \emph default
38094 の節に説明されています.
38095 \end_layout
38096
38097 \end_inset
38098
38099 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38100 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38101 \end_layout
38102
38103 \begin_layout Chapter
38104 プログラムコードリスト
38105 \begin_inset CommandInset label
38106 LatexCommand label
38107 name "cha:プログラムコードリスト"
38108
38109 \end_inset
38110
38111
38112 \begin_inset Index idx
38113 status collapsed
38114
38115 \begin_layout Plain Layout
38116 りすと@リスト
38117 \end_layout
38118
38119 \end_inset
38120
38121
38122 \begin_inset Index idx
38123 status collapsed
38124
38125 \begin_layout Plain Layout
38126 ぷろぐらむこーど@プログラムコード
38127 \end_layout
38128
38129 \end_inset
38130
38131
38132 \begin_inset Index idx
38133 status collapsed
38134
38135 \begin_layout Plain Layout
38136 ふろーと@フロート ! りすと@リスト
38137 \end_layout
38138
38139 \end_inset
38140
38141
38142 \end_layout
38143
38144 \begin_layout Standard
38145 プログラムコードを取り込んで組版するには,
38146 \family sans
38147 挿入
38148 \family default
38149 \SpecialChar menuseparator
38150
38151 \family sans
38152 プログラムリスト
38153 \family default
38154 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38155 パッケージ
38156 \series bold
38157 listings
38158 \series default
38159
38160 \begin_inset Index idx
38161 status collapsed
38162
38163 \begin_layout Plain Layout
38164 \SpecialChar LaTeX
38165 ぱっけーじ@\SpecialChar LaTeX
38166 パッケージ ! listings
38167 \end_layout
38168
38169 \end_inset
38170
38171 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.
38172 \end_layout
38173
38174 \begin_layout Standard
38175 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38176 \end_layout
38177
38178 \begin_layout Standard
38179 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38180 \family sans
38181 行内リスト
38182 \family default
38183 を指定すると,リストは
38184 \begin_inset listings
38185 lstparams "language={C++}"
38186 inline true
38187 status collapsed
38188
38189 \begin_layout Plain Layout
38190
38191 int a=5;
38192 \end_layout
38193
38194 \end_inset
38195
38196 のように行内に印字されます.
38197 \begin_inset Newline newline
38198 \end_inset
38199
38200
38201 \family sans
38202 フロート
38203 \family default
38204 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38205 \begin_inset CommandInset ref
38206 LatexCommand ref
38207 reference "sec:フロートの配置"
38208
38209 \end_inset
38210
38211 節に説明されているフロート配置オプションに従って,「
38212 \family sans
38213 h
38214 \family default
38215 」「
38216 \family sans
38217 t
38218 \family default
38219 」「
38220 \family sans
38221 b
38222 \family default
38223 」「
38224 \family sans
38225 p
38226 \family default
38227 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38228 \family sans
38229 htbp
38230 \family default
38231 」のように区切りを入れることなく入力することができます.「
38232 \family sans
38233 h
38234 \family default
38235 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38236 \family sans
38237 フロート
38238 \family default
38239 オプションを使用しなければ大丈夫です.
38240 \end_layout
38241
38242 \begin_layout Standard
38243
38244 \family sans
38245 挿入
38246 \family default
38247 \SpecialChar menuseparator
38248
38249 \family sans
38250 キャプション
38251 \family default
38252 メニューを使えば,プログラムリストにキャプションを付けることができます.プログラムリストは,フロート同様,リスト
38253 \begin_inset CommandInset ref
38254 LatexCommand ref
38255 reference "lst:ListFloat"
38256
38257 \end_inset
38258
38259 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38260 \family sans
38261 挿入\SpecialChar menuseparator
38262 一覧/目次\SpecialChar menuseparator
38263 プログラムリスト一覧
38264 \family default
38265 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38266 \end_layout
38267
38268 \begin_layout Standard
38269 \begin_inset listings
38270 lstparams "language=Python"
38271 inline false
38272 status open
38273
38274 \begin_layout Plain Layout
38275
38276 \begin_inset Caption Standard
38277
38278 \begin_layout Plain Layout
38279 \begin_inset CommandInset label
38280 LatexCommand label
38281 name "lst:ListFloat"
38282
38283 \end_inset
38284
38285 Example Listing Float
38286 \end_layout
38287
38288 \end_inset
38289
38290 # Example listing float
38291 \end_layout
38292
38293 \begin_layout Plain Layout
38294
38295 def func(param):
38296 \end_layout
38297
38298 \begin_layout Plain Layout
38299
38300     'this is a python function'
38301 \end_layout
38302
38303 \begin_layout Plain Layout
38304
38305     pass
38306 \end_layout
38307
38308 \end_inset
38309
38310
38311 \end_layout
38312
38313 \begin_layout Standard
38314 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38315 onのキーワード「def」が識別され,ボールド体で出力されます.
38316 \end_layout
38317
38318 \begin_layout Standard
38319 \begin_inset Note Greyedout
38320 status open
38321
38322 \begin_layout Plain Layout
38323
38324 \series bold
38325 【註】
38326 \series default
38327 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38328 \family typewriter
38329 typewriter
38330 \family default
38331 フォントがボールド体を提供していません.この場合には,
38332 \family sans
38333 文書
38334 \family default
38335 \SpecialChar menuseparator
38336
38337 \family sans
38338 設定
38339 \family default
38340 \SpecialChar menuseparator
38341
38342 \family sans
38343 フォント
38344 \family default
38345 メニューで別のフォントを選択してください(
38346 \emph on
38347 LuxiMono
38348 \emph default
38349
38350 \emph on
38351 BeraMono
38352 \emph default
38353
38354 \emph on
38355 Courier
38356 \emph default
38357 の各フォントはボールド体を提供します).
38358 \end_layout
38359
38360 \end_inset
38361
38362
38363 \end_layout
38364
38365 \begin_layout Standard
38366 \begin_inset Note Greyedout
38367 status open
38368
38369 \begin_layout Plain Layout
38370
38371 \series bold
38372 【訳註】
38373 \series default
38374 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38375 \end_layout
38376
38377 \end_inset
38378
38379
38380 \end_layout
38381
38382 \begin_layout Standard
38383 プログラムリストダイアログの
38384 \family sans
38385 行番号
38386 \family default
38387 のセクションでは,行番号の様式を指定することができます.
38388 \family sans
38389 行間
38390 \family default
38391 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38392 \end_layout
38393
38394 \begin_layout Standard
38395 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には,
38396 \family sans
38397 拡張文字コード表を使う
38398 \family default
38399 オプションを使用しなくてはなりません.
38400 \begin_inset Newline newline
38401 \end_inset
38402
38403
38404 \begin_inset Note Greyedout
38405 status open
38406
38407 \begin_layout Plain Layout
38408
38409 \series bold
38410 【訳註】
38411 \series default
38412 これは,p\SpecialChar LaTeX
38413 ではうまく動作しません.
38414 \end_layout
38415
38416 \end_inset
38417
38418
38419 \begin_inset Newline newline
38420 \end_inset
38421
38422 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38423 \begin_inset space \thinspace{}
38424 \end_inset
38425
38426 -
38427 \begin_inset space \thinspace{}
38428 \end_inset
38429
38430 8」で設定したプログラムリストの例です.
38431 \end_layout
38432
38433 \begin_layout Standard
38434 \begin_inset listings
38435 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38436 inline false
38437 status open
38438
38439 \begin_layout Plain Layout
38440
38441 def func(param):
38442 \end_layout
38443
38444 \begin_layout Plain Layout
38445
38446     'this is a python function'
38447 \end_layout
38448
38449 \begin_layout Plain Layout
38450
38451     pass
38452 \end_layout
38453
38454 \begin_layout Plain Layout
38455
38456 def func(param):
38457 \end_layout
38458
38459 \begin_layout Plain Layout
38460
38461 'This is a German word: Tschuss'
38462 \end_layout
38463
38464 \begin_layout Plain Layout
38465
38466 pass
38467 \end_layout
38468
38469 \begin_layout Plain Layout
38470
38471 def func(param):
38472 \end_layout
38473
38474 \begin_layout Plain Layout
38475
38476 'this is a python function'
38477 \end_layout
38478
38479 \begin_layout Plain Layout
38480
38481 pass
38482 \end_layout
38483
38484 \end_inset
38485
38486
38487 \end_layout
38488
38489 \begin_layout Standard
38490 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38491 \family sans
38492 タビュレータの大きさ
38493 \family default
38494 フィールドで指定することができます.
38495 \end_layout
38496
38497 \begin_layout Standard
38498 \begin_inset Note Greyedout
38499 status open
38500
38501 \begin_layout Plain Layout
38502
38503 \series bold
38504 【註】listings
38505 \series default
38506 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38507 に振られているのはこのためです.
38508 \end_layout
38509
38510 \end_inset
38511
38512
38513 \end_layout
38514
38515 \begin_layout Standard
38516 \begin_inset VSpace bigskip
38517 \end_inset
38518
38519
38520 \end_layout
38521
38522 \begin_layout Standard
38523 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
38524 \family sans
38525 挿入
38526 \family default
38527 \SpecialChar menuseparator
38528
38529 \family sans
38530 ファイル
38531 \family default
38532 \SpecialChar menuseparator
38533
38534 \family sans
38535 子文書
38536 \family default
38537 メニューを使用して
38538 \family sans
38539 プログラムリスト
38540 \family default
38541 型を選択してください
38542 \begin_inset Foot
38543 status collapsed
38544
38545 \begin_layout Plain Layout
38546 他の子文書型については,第 section
38547 \begin_inset space ~
38548 \end_inset
38549
38550
38551 \begin_inset CommandInset ref
38552 LatexCommand ref
38553 reference "sec:子文書"
38554
38555 \end_inset
38556
38557 節に説明があります.
38558 \end_layout
38559
38560 \end_inset
38561
38562 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38563 疑問符「?」を打鍵してください.
38564 \end_layout
38565
38566 \begin_layout Standard
38567 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38568 \family sans
38569 挿入
38570 \family default
38571 \SpecialChar menuseparator
38572
38573 \family sans
38574 相互参照
38575 \family default
38576 メニューを使って参照できるようになります.
38577 \end_layout
38578
38579 \begin_layout Standard
38580 プログラムリスト
38581 \begin_inset CommandInset ref
38582 LatexCommand ref
38583 reference "lst:file-listing"
38584
38585 \end_inset
38586
38587 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38588 ファイルの10行目から15行目が表示されています.
38589 \end_layout
38590
38591 \begin_layout Standard
38592 \begin_inset CommandInset include
38593 LatexCommand lstinputlisting
38594 filename "EmbeddedObjects.lyx"
38595 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38596
38597 \end_inset
38598
38599
38600 \end_layout
38601
38602 \begin_layout Standard
38603 \begin_inset VSpace bigskip
38604 \end_inset
38605
38606
38607 \end_layout
38608
38609 \begin_layout Standard
38610 リストに数式を入れるには,以下のようにします.
38611 \end_layout
38612
38613 \begin_layout Enumerate
38614 リストダイアログを開き,
38615 \family sans
38616 詳細
38617 \family default
38618 タブのフィールド中に
38619 \begin_inset Newline newline
38620 \end_inset
38621
38622
38623 \family sans
38624 mathescape=true
38625 \family default
38626
38627 \begin_inset Newline newline
38628 \end_inset
38629
38630 と書き加えます.
38631 \end_layout
38632
38633 \begin_layout Enumerate
38634 リスト外で数式を作成します.
38635 \end_layout
38636
38637 \begin_layout Enumerate
38638 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38639 \begin_inset Info
38640 type  "shortcut"
38641 arg   "copy"
38642 \end_inset
38643
38644 ).
38645 \end_layout
38646
38647 \begin_layout Enumerate
38648 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38649 \begin_inset Info
38650 type  "shortcut"
38651 arg   "paste"
38652 \end_inset
38653
38654 ).
38655 \end_layout
38656
38657 \begin_layout Standard
38658 \begin_inset listings
38659 lstparams "language=Python,mathescape=true"
38660 inline false
38661 status open
38662
38663 \begin_layout Plain Layout
38664
38665 \begin_inset Caption Standard
38666
38667 \begin_layout Plain Layout
38668 Example Listing float containing a formula
38669 \end_layout
38670
38671 \end_inset
38672
38673 # Example listing float
38674 \end_layout
38675
38676 \begin_layout Plain Layout
38677
38678 def func(param):
38679 \end_layout
38680
38681 \begin_layout Plain Layout
38682
38683     # $
38684 \backslash
38685 prod_{n=1}^{
38686 \backslash
38687 infty}
38688 \backslash
38689 ,
38690 \backslash
38691 frac{1}{x^{2}}$
38692 \end_layout
38693
38694 \begin_layout Plain Layout
38695
38696     pass
38697 \end_layout
38698
38699 \end_inset
38700
38701
38702 \end_layout
38703
38704 \begin_layout Standard
38705 \begin_inset VSpace bigskip
38706 \end_inset
38707
38708
38709 \end_layout
38710
38711 \begin_layout Standard
38712 大域的なプログラムリストの設定は,
38713 \family sans
38714 文書
38715 \family default
38716 \SpecialChar menuseparator
38717
38718 \family sans
38719 設定
38720 \family default
38721 \SpecialChar menuseparator
38722
38723 \family sans
38724 リスト
38725 \family default
38726 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38727 \family sans
38728 プログラムリスト設定
38729 \family default
38730 フィールドで疑問符「?」を打鍵してください.
38731 \end_layout
38732
38733 \begin_layout Standard
38734
38735 \series bold
38736 listings
38737 \series default
38738 パッケージについての詳しい情報については,取扱説明書
38739 \begin_inset CommandInset citation
38740 LatexCommand cite
38741 key "listings"
38742
38743 \end_inset
38744
38745 をご参照ください.
38746 \end_layout
38747
38748 \begin_layout Standard
38749 \begin_inset Newpage newpage
38750 \end_inset
38751
38752
38753 \end_layout
38754
38755 \begin_layout Chapter
38756 \start_of_appendix
38757 \SpecialChar LyX
38758 で使用できる単位
38759 \begin_inset Index idx
38760 status collapsed
38761
38762 \begin_layout Plain Layout
38763 たんい@単位
38764 \end_layout
38765
38766 \end_inset
38767
38768
38769 \begin_inset CommandInset label
38770 LatexCommand label
38771 name "cha:LyXで使用できる単位"
38772
38773 \end_inset
38774
38775
38776 \end_layout
38777
38778 \begin_layout Standard
38779 この文書で用いられる単位の理解のために,表
38780 \begin_inset CommandInset ref
38781 LatexCommand ref
38782 reference "tab:単位"
38783
38784 \end_inset
38785
38786 に,\SpecialChar LyX
38787 で使うことのできる単位をまとめておきます.
38788 \end_layout
38789
38790 \begin_layout Standard
38791 \begin_inset Float table
38792 placement h
38793 wide false
38794 sideways false
38795 status open
38796
38797 \begin_layout Plain Layout
38798 \begin_inset Caption Standard
38799
38800 \begin_layout Plain Layout
38801 \begin_inset CommandInset label
38802 LatexCommand label
38803 name "tab:単位"
38804
38805 \end_inset
38806
38807 単位
38808 \end_layout
38809
38810 \end_inset
38811
38812
38813 \end_layout
38814
38815 \begin_layout Plain Layout
38816 \begin_inset VSpace medskip
38817 \end_inset
38818
38819
38820 \end_layout
38821
38822 \begin_layout Plain Layout
38823 \align center
38824 \begin_inset Tabular
38825 <lyxtabular version="3" rows="20" columns="3">
38826 <features tabularvalignment="middle">
38827 <column alignment="center" valignment="top">
38828 <column alignment="center" valignment="top">
38829 <column alignment="center" valignment="top">
38830 <row>
38831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38832 \begin_inset Text
38833
38834 \begin_layout Plain Layout
38835 単位
38836 \end_layout
38837
38838 \end_inset
38839 </cell>
38840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38841 \begin_inset Text
38842
38843 \begin_layout Plain Layout
38844 名称/摘要
38845 \end_layout
38846
38847 \end_inset
38848 </cell>
38849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38850 \begin_inset Text
38851
38852 \begin_layout Plain Layout
38853 \SpecialChar LaTeX
38854  コマンド
38855 \end_layout
38856
38857 \end_inset
38858 </cell>
38859 </row>
38860 <row>
38861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38862 \begin_inset Text
38863
38864 \begin_layout Plain Layout
38865 mm
38866 \end_layout
38867
38868 \end_inset
38869 </cell>
38870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38871 \begin_inset Text
38872
38873 \begin_layout Plain Layout
38874 ミリメートル
38875 \end_layout
38876
38877 \end_inset
38878 </cell>
38879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38880 \begin_inset Text
38881
38882 \begin_layout Plain Layout
38883 -
38884 \end_layout
38885
38886 \end_inset
38887 </cell>
38888 </row>
38889 <row>
38890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38891 \begin_inset Text
38892
38893 \begin_layout Plain Layout
38894 cm
38895 \end_layout
38896
38897 \end_inset
38898 </cell>
38899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38900 \begin_inset Text
38901
38902 \begin_layout Plain Layout
38903 センチメートル
38904 \end_layout
38905
38906 \end_inset
38907 </cell>
38908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38909 \begin_inset Text
38910
38911 \begin_layout Plain Layout
38912 -
38913 \end_layout
38914
38915 \end_inset
38916 </cell>
38917 </row>
38918 <row>
38919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38920 \begin_inset Text
38921
38922 \begin_layout Plain Layout
38923 in
38924 \end_layout
38925
38926 \end_inset
38927 </cell>
38928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38929 \begin_inset Text
38930
38931 \begin_layout Plain Layout
38932 インチ
38933 \end_layout
38934
38935 \end_inset
38936 </cell>
38937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38938 \begin_inset Text
38939
38940 \begin_layout Plain Layout
38941 -
38942 \end_layout
38943
38944 \end_inset
38945 </cell>
38946 </row>
38947 <row>
38948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38949 \begin_inset Text
38950
38951 \begin_layout Plain Layout
38952 pt
38953 \end_layout
38954
38955 \end_inset
38956 </cell>
38957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Plain Layout
38961 ポイント (72.27
38962 \begin_inset space \thinspace{}
38963 \end_inset
38964
38965 pt = 1
38966 \begin_inset space \thinspace{}
38967 \end_inset
38968
38969 in)
38970 \end_layout
38971
38972 \end_inset
38973 </cell>
38974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38975 \begin_inset Text
38976
38977 \begin_layout Plain Layout
38978 -
38979 \end_layout
38980
38981 \end_inset
38982 </cell>
38983 </row>
38984 <row>
38985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38986 \begin_inset Text
38987
38988 \begin_layout Plain Layout
38989 pc
38990 \end_layout
38991
38992 \end_inset
38993 </cell>
38994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38995 \begin_inset Text
38996
38997 \begin_layout Plain Layout
38998 パイカ (1
38999 \begin_inset space \thinspace{}
39000 \end_inset
39001
39002 pc = 12
39003 \begin_inset space \thinspace{}
39004 \end_inset
39005
39006 pt)
39007 \end_layout
39008
39009 \end_inset
39010 </cell>
39011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39012 \begin_inset Text
39013
39014 \begin_layout Plain Layout
39015 -
39016 \end_layout
39017
39018 \end_inset
39019 </cell>
39020 </row>
39021 <row>
39022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39023 \begin_inset Text
39024
39025 \begin_layout Plain Layout
39026 sp
39027 \end_layout
39028
39029 \end_inset
39030 </cell>
39031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39032 \begin_inset Text
39033
39034 \begin_layout Plain Layout
39035 スケールポイント (65536
39036 \begin_inset space \thinspace{}
39037 \end_inset
39038
39039 sp = 1
39040 \begin_inset space \thinspace{}
39041 \end_inset
39042
39043 pt)
39044 \end_layout
39045
39046 \end_inset
39047 </cell>
39048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39049 \begin_inset Text
39050
39051 \begin_layout Plain Layout
39052 -
39053 \end_layout
39054
39055 \end_inset
39056 </cell>
39057 </row>
39058 <row>
39059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39060 \begin_inset Text
39061
39062 \begin_layout Plain Layout
39063 bp
39064 \end_layout
39065
39066 \end_inset
39067 </cell>
39068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39069 \begin_inset Text
39070
39071 \begin_layout Plain Layout
39072 ビッグポイント (72
39073 \begin_inset space \thinspace{}
39074 \end_inset
39075
39076 bp = 1
39077 \begin_inset space \thinspace{}
39078 \end_inset
39079
39080 in)
39081 \end_layout
39082
39083 \end_inset
39084 </cell>
39085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39086 \begin_inset Text
39087
39088 \begin_layout Plain Layout
39089 -
39090 \end_layout
39091
39092 \end_inset
39093 </cell>
39094 </row>
39095 <row>
39096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39097 \begin_inset Text
39098
39099 \begin_layout Plain Layout
39100 dd
39101 \end_layout
39102
39103 \end_inset
39104 </cell>
39105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39106 \begin_inset Text
39107
39108 \begin_layout Plain Layout
39109 ディドー (72
39110 \begin_inset space \thinspace{}
39111 \end_inset
39112
39113 dd 
39114 \begin_inset Formula $\approx$
39115 \end_inset
39116
39117  37.6
39118 \begin_inset space \thinspace{}
39119 \end_inset
39120
39121 mm)
39122 \end_layout
39123
39124 \end_inset
39125 </cell>
39126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39127 \begin_inset Text
39128
39129 \begin_layout Plain Layout
39130 -
39131 \end_layout
39132
39133 \end_inset
39134 </cell>
39135 </row>
39136 <row>
39137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39138 \begin_inset Text
39139
39140 \begin_layout Plain Layout
39141 cc
39142 \end_layout
39143
39144 \end_inset
39145 </cell>
39146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39147 \begin_inset Text
39148
39149 \begin_layout Plain Layout
39150 シセロ (1
39151 \begin_inset space \thinspace{}
39152 \end_inset
39153
39154 cc = 12
39155 \begin_inset space \thinspace{}
39156 \end_inset
39157
39158 dd)
39159 \end_layout
39160
39161 \end_inset
39162 </cell>
39163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39164 \begin_inset Text
39165
39166 \begin_layout Plain Layout
39167 -
39168 \end_layout
39169
39170 \end_inset
39171 </cell>
39172 </row>
39173 <row>
39174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39175 \begin_inset Text
39176
39177 \begin_layout Plain Layout
39178 画像の縮尺%
39179 \end_layout
39180
39181 \end_inset
39182 </cell>
39183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39184 \begin_inset Text
39185
39186 \begin_layout Plain Layout
39187 元の画像幅の%
39188 \end_layout
39189
39190 \end_inset
39191 </cell>
39192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39193 \begin_inset Text
39194
39195 \begin_layout Plain Layout
39196
39197 \end_layout
39198
39199 \end_inset
39200 </cell>
39201 </row>
39202 <row>
39203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39204 \begin_inset Text
39205
39206 \begin_layout Plain Layout
39207 本文幅%
39208 \end_layout
39209
39210 \end_inset
39211 </cell>
39212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39213 \begin_inset Text
39214
39215 \begin_layout Plain Layout
39216 テキスト幅の%
39217 \end_layout
39218
39219 \end_inset
39220 </cell>
39221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39222 \begin_inset Text
39223
39224 \begin_layout Plain Layout
39225
39226 \backslash
39227 textwidth
39228 \end_layout
39229
39230 \end_inset
39231 </cell>
39232 </row>
39233 <row>
39234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39235 \begin_inset Text
39236
39237 \begin_layout Plain Layout
39238 列幅%
39239 \end_layout
39240
39241 \end_inset
39242 </cell>
39243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39244 \begin_inset Text
39245
39246 \begin_layout Plain Layout
39247 組段幅の%
39248 \end_layout
39249
39250 \end_inset
39251 </cell>
39252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39253 \begin_inset Text
39254
39255 \begin_layout Plain Layout
39256
39257 \backslash
39258 columnwidth
39259 \end_layout
39260
39261 \end_inset
39262 </cell>
39263 </row>
39264 <row>
39265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39266 \begin_inset Text
39267
39268 \begin_layout Plain Layout
39269 ページ幅%
39270 \end_layout
39271
39272 \end_inset
39273 </cell>
39274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39275 \begin_inset Text
39276
39277 \begin_layout Plain Layout
39278 用紙幅の%
39279 \end_layout
39280
39281 \end_inset
39282 </cell>
39283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39284 \begin_inset Text
39285
39286 \begin_layout Plain Layout
39287
39288 \backslash
39289 paperwidth
39290 \end_layout
39291
39292 \end_inset
39293 </cell>
39294 </row>
39295 <row>
39296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39297 \begin_inset Text
39298
39299 \begin_layout Plain Layout
39300 行幅%
39301 \end_layout
39302
39303 \end_inset
39304 </cell>
39305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39306 \begin_inset Text
39307
39308 \begin_layout Plain Layout
39309 行幅の%
39310 \end_layout
39311
39312 \end_inset
39313 </cell>
39314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39315 \begin_inset Text
39316
39317 \begin_layout Plain Layout
39318
39319 \backslash
39320 linewidth
39321 \end_layout
39322
39323 \end_inset
39324 </cell>
39325 </row>
39326 <row>
39327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39328 \begin_inset Text
39329
39330 \begin_layout Plain Layout
39331 本文高%
39332 \end_layout
39333
39334 \end_inset
39335 </cell>
39336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39337 \begin_inset Text
39338
39339 \begin_layout Plain Layout
39340 テキスト高さの%
39341 \end_layout
39342
39343 \end_inset
39344 </cell>
39345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39346 \begin_inset Text
39347
39348 \begin_layout Plain Layout
39349
39350 \backslash
39351 textheight
39352 \end_layout
39353
39354 \end_inset
39355 </cell>
39356 </row>
39357 <row>
39358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39359 \begin_inset Text
39360
39361 \begin_layout Plain Layout
39362 ページ高%
39363 \end_layout
39364
39365 \end_inset
39366 </cell>
39367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39368 \begin_inset Text
39369
39370 \begin_layout Plain Layout
39371 用紙高さの%
39372 \end_layout
39373
39374 \end_inset
39375 </cell>
39376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39377 \begin_inset Text
39378
39379 \begin_layout Plain Layout
39380
39381 \backslash
39382 paperheight
39383 \end_layout
39384
39385 \end_inset
39386 </cell>
39387 </row>
39388 <row>
39389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39390 \begin_inset Text
39391
39392 \begin_layout Plain Layout
39393 ex
39394 \end_layout
39395
39396 \end_inset
39397 </cell>
39398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39399 \begin_inset Text
39400
39401 \begin_layout Plain Layout
39402 現在のフォントの文字「x」の高さ
39403 \end_layout
39404
39405 \end_inset
39406 </cell>
39407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39408 \begin_inset Text
39409
39410 \begin_layout Plain Layout
39411 -
39412 \end_layout
39413
39414 \end_inset
39415 </cell>
39416 </row>
39417 <row>
39418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39419 \begin_inset Text
39420
39421 \begin_layout Plain Layout
39422 em
39423 \end_layout
39424
39425 \end_inset
39426 </cell>
39427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39428 \begin_inset Text
39429
39430 \begin_layout Plain Layout
39431 現在のフォントの文字「M」の幅
39432 \end_layout
39433
39434 \end_inset
39435 </cell>
39436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39437 \begin_inset Text
39438
39439 \begin_layout Plain Layout
39440 -
39441 \end_layout
39442
39443 \end_inset
39444 </cell>
39445 </row>
39446 <row>
39447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39448 \begin_inset Text
39449
39450 \begin_layout Plain Layout
39451 mu
39452 \end_layout
39453
39454 \end_inset
39455 </cell>
39456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39457 \begin_inset Text
39458
39459 \begin_layout Plain Layout
39460 数式単位 (1
39461 \begin_inset space \thinspace{}
39462 \end_inset
39463
39464 mu = 1/18
39465 \begin_inset space \thinspace{}
39466 \end_inset
39467
39468 em)
39469 \end_layout
39470
39471 \end_inset
39472 </cell>
39473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39474 \begin_inset Text
39475
39476 \begin_layout Plain Layout
39477 -
39478 \end_layout
39479
39480 \end_inset
39481 </cell>
39482 </row>
39483 </lyxtabular>
39484
39485 \end_inset
39486
39487
39488 \end_layout
39489
39490 \end_inset
39491
39492
39493 \end_layout
39494
39495 \begin_layout Chapter
39496 画像を含む場合のファイル出力形式
39497 \begin_inset CommandInset label
39498 LatexCommand label
39499 name "cha:ファイル出力形式"
39500
39501 \end_inset
39502
39503
39504 \end_layout
39505
39506 \begin_layout Section
39507 DVI
39508 \begin_inset Index idx
39509 status collapsed
39510
39511 \begin_layout Plain Layout
39512 ふぁいるしょしき@ファイル書式 ! DVI
39513 \end_layout
39514
39515 \end_inset
39516
39517
39518 \begin_inset Index idx
39519 status collapsed
39520
39521 \begin_layout Plain Layout
39522 DVI
39523 \begin_inset ERT
39524 status collapsed
39525
39526 \begin_layout Plain Layout
39527
39528 |see{
39529 \end_layout
39530
39531 \end_inset
39532
39533 ファイル書式
39534 \begin_inset ERT
39535 status collapsed
39536
39537 \begin_layout Plain Layout
39538
39539 }
39540 \end_layout
39541
39542 \end_inset
39543
39544
39545 \end_layout
39546
39547 \end_inset
39548
39549
39550 \end_layout
39551
39552 \begin_layout Standard
39553 このファイル型の拡張子は「
39554 \family typewriter
39555 .dvi
39556 \family default
39557 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39558 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39559 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39560 \end_layout
39561
39562 \begin_layout Standard
39563 \begin_inset Note Greyedout
39564 status open
39565
39566 \begin_layout Plain Layout
39567
39568 \series bold
39569 【註】
39570 \series default
39571 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39572 \end_layout
39573
39574 \end_inset
39575
39576 ですから,お使いの
39577 \family typewriter
39578 .dvi
39579 \family default
39580 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39581 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39582 DFを使用することをお勧めします.
39583 \end_layout
39584
39585 \begin_layout Standard
39586 使用中の文書は,
39587 \family sans
39588 ファイル
39589 \family default
39590 \SpecialChar menuseparator
39591
39592 \family sans
39593 書き出し
39594 \family default
39595 \SpecialChar menuseparator
39596
39597 \family sans
39598 DVI
39599 \family default
39600 メニューを使用して,DVIに書き出すことができます.
39601 \family sans
39602 表示
39603 \family default
39604 メニューから,文書をDVIとして表示させることもできます.
39605 \end_layout
39606
39607 \begin_layout Section
39608 PostScript
39609 \begin_inset Index idx
39610 status collapsed
39611
39612 \begin_layout Plain Layout
39613 ふぁいるしょしき@ファイル書式 ! PostScript
39614 \end_layout
39615
39616 \end_inset
39617
39618
39619 \begin_inset Index idx
39620 status collapsed
39621
39622 \begin_layout Plain Layout
39623 PostScript
39624 \begin_inset ERT
39625 status collapsed
39626
39627 \begin_layout Plain Layout
39628
39629 |see{
39630 \end_layout
39631
39632 \end_inset
39633
39634 ファイル書式
39635 \begin_inset ERT
39636 status collapsed
39637
39638 \begin_layout Plain Layout
39639
39640 }
39641 \end_layout
39642
39643 \end_inset
39644
39645
39646 \end_layout
39647
39648 \end_inset
39649
39650
39651 \end_layout
39652
39653 \begin_layout Standard
39654 このファイル型の拡張子は「
39655 \family typewriter
39656 .ps
39657 \family default
39658 」です.PostScriptは,
39659 \family typewriter
39660 Adobe
39661 \family default
39662 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39663 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39664 \begin_inset Foot
39665 status collapsed
39666
39667 \begin_layout Plain Layout
39668 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39669 パッケージ
39670 \series bold
39671 PSTricks
39672 \series default
39673
39674 \begin_inset CommandInset citation
39675 LatexCommand cite
39676 key "pstricks"
39677
39678 \end_inset
39679
39680 を見てみてください.
39681 \end_layout
39682
39683 \end_inset
39684
39685 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39686 \end_layout
39687
39688 \begin_layout Standard
39689 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39690 \family typewriter
39691 .eps
39692 \family default
39693 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39694 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39695 はバックグラウンドで画像をEP
39696 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39697 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39698 で行う
39699 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39700 おく方がよいでしょう.
39701 \end_layout
39702
39703 \begin_layout Standard
39704 文書は,
39705 \family sans
39706 ファイル
39707 \family default
39708 \SpecialChar menuseparator
39709
39710 \family sans
39711 書き出し
39712 \family default
39713 \SpecialChar menuseparator
39714
39715 \family sans
39716 Postscript
39717 \family default
39718 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
39719 \family sans
39720 表示
39721 \family default
39722 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
39723 \end_layout
39724
39725 \begin_layout Section
39726 PDF
39727 \begin_inset Index idx
39728 status collapsed
39729
39730 \begin_layout Plain Layout
39731 ふぁいるしょしき@ファイル書式 ! PDF
39732 \end_layout
39733
39734 \end_inset
39735
39736
39737 \begin_inset Index idx
39738 status collapsed
39739
39740 \begin_layout Plain Layout
39741 PDF
39742 \end_layout
39743
39744 \end_inset
39745
39746
39747 \end_layout
39748
39749 \begin_layout Standard
39750 このファイル型の拡張子は「
39751 \family typewriter
39752 .pdf
39753 \family default
39754 」です.この「Portable Document Format (PDF)」は,
39755 \family typewriter
39756 Adobe
39757 \family default
39758 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
39759 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
39760 \end_layout
39761
39762 \begin_layout Standard
39763 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
39764 \family typewriter
39765 .jpg
39766 \family default
39767 」または「
39768 \family typewriter
39769 .jpeg
39770 \family default
39771 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
39772 \family typewriter
39773 .png
39774 \family default
39775 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
39776 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
39777 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
39778 勧めします.
39779 \end_layout
39780
39781 \begin_layout Standard
39782 使用中の文書は,
39783 \family sans
39784 ファイル
39785 \family default
39786 \SpecialChar menuseparator
39787
39788 \family sans
39789 書き出し
39790 \family default
39791 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
39792 \end_layout
39793
39794 \begin_layout Description
39795 PDF
39796 \begin_inset space ~
39797 \end_inset
39798
39799 (ps2pdf) これは
39800 \family typewriter
39801 ps2pdf
39802 \family default
39803 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
39804 \family typewriter
39805 dvips
39806 \family default
39807 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
39808 \end_layout
39809
39810 \begin_layout Description
39811 PDF
39812 \begin_inset space ~
39813 \end_inset
39814
39815 (dvipdfm) これは
39816 \family typewriter
39817 dvipdfm
39818 \family default
39819 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
39820 \end_layout
39821
39822 \begin_layout Description
39823 PDF
39824 \begin_inset space ~
39825 \end_inset
39826
39827 (pdflatex) これは
39828 \family typewriter
39829 pdftex
39830 \family default
39831 プログラムを使って,現在のファイルを直接PDFに変換します.
39832 \end_layout
39833
39834 \begin_layout Standard
39835
39836 \family typewriter
39837 pdftex
39838 \family default
39839 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
39840 \family sans
39841 PDF
39842 \begin_inset space ~
39843 \end_inset
39844
39845 (pdflatex)
39846 \family default
39847 を使用することが推奨されます.
39848 \family typewriter
39849 dvipdfm
39850 \family default
39851 プログラムは開発が停止しており,若干時代遅れになっています.
39852 \end_layout
39853
39854 \begin_layout Standard
39855 使用中の文書をPDFとして表示するには,
39856 \family sans
39857 表示
39858 \family default
39859 メニューかツールバーボタン(これは
39860 \family sans
39861 PDF
39862 \begin_inset space ~
39863 \end_inset
39864
39865 (pdflatex)
39866 \family default
39867 を使用します)を用います.
39868 \end_layout
39869
39870 \begin_layout Chapter
39871 dvips色名一覧
39872 \begin_inset CommandInset label
39873 LatexCommand label
39874 name "chap:dvips色名一覧"
39875
39876 \end_inset
39877
39878
39879 \end_layout
39880
39881 \begin_layout Standard
39882 \begin_inset Tabular
39883 <lyxtabular version="3" rows="17" columns="4">
39884 <features tabularvalignment="middle">
39885 <column alignment="left" valignment="top" width="0pt">
39886 <column alignment="left" valignment="top" width="0pt">
39887 <column alignment="left" valignment="top" width="0pt">
39888 <column alignment="left" valignment="top" width="0pt">
39889 <row>
39890 <cell alignment="left" valignment="top" usebox="none">
39891 \begin_inset Text
39892
39893 \begin_layout Plain Layout
39894 \begin_inset ERT
39895 status collapsed
39896
39897 \begin_layout Plain Layout
39898
39899
39900 \backslash
39901 fcolorbox{black}{
39902 \end_layout
39903
39904 \end_inset
39905
39906 white
39907 \begin_inset ERT
39908 status collapsed
39909
39910 \begin_layout Plain Layout
39911
39912 }{
39913 \end_layout
39914
39915 \end_inset
39916
39917
39918 \begin_inset ERT
39919 status collapsed
39920
39921 \begin_layout Plain Layout
39922
39923 }
39924 \end_layout
39925
39926 \end_inset
39927
39928  色名
39929 \end_layout
39930
39931 \end_inset
39932 </cell>
39933 <cell alignment="left" valignment="top" usebox="none">
39934 \begin_inset Text
39935
39936 \begin_layout Plain Layout
39937 \begin_inset ERT
39938 status collapsed
39939
39940 \begin_layout Plain Layout
39941
39942
39943 \backslash
39944 fcolorbox{black}{
39945 \end_layout
39946
39947 \end_inset
39948
39949 white
39950 \begin_inset ERT
39951 status collapsed
39952
39953 \begin_layout Plain Layout
39954
39955 }{
39956 \end_layout
39957
39958 \end_inset
39959
39960
39961 \begin_inset ERT
39962 status collapsed
39963
39964 \begin_layout Plain Layout
39965
39966 }
39967 \end_layout
39968
39969 \end_inset
39970
39971  色名
39972 \end_layout
39973
39974 \end_inset
39975 </cell>
39976 <cell alignment="left" valignment="top" usebox="none">
39977 \begin_inset Text
39978
39979 \begin_layout Plain Layout
39980 \begin_inset ERT
39981 status collapsed
39982
39983 \begin_layout Plain Layout
39984
39985
39986 \backslash
39987 fcolorbox{black}{
39988 \end_layout
39989
39990 \end_inset
39991
39992 white
39993 \begin_inset ERT
39994 status collapsed
39995
39996 \begin_layout Plain Layout
39997
39998 }{
39999 \end_layout
40000
40001 \end_inset
40002
40003
40004 \begin_inset ERT
40005 status collapsed
40006
40007 \begin_layout Plain Layout
40008
40009 }
40010 \end_layout
40011
40012 \end_inset
40013
40014  色名
40015 \end_layout
40016
40017 \end_inset
40018 </cell>
40019 <cell alignment="left" valignment="top" usebox="none">
40020 \begin_inset Text
40021
40022 \begin_layout Plain Layout
40023 \begin_inset ERT
40024 status collapsed
40025
40026 \begin_layout Plain Layout
40027
40028
40029 \backslash
40030 fcolorbox{black}{
40031 \end_layout
40032
40033 \end_inset
40034
40035 white
40036 \begin_inset ERT
40037 status collapsed
40038
40039 \begin_layout Plain Layout
40040
40041 }{
40042 \end_layout
40043
40044 \end_inset
40045
40046
40047 \begin_inset ERT
40048 status collapsed
40049
40050 \begin_layout Plain Layout
40051
40052 }
40053 \end_layout
40054
40055 \end_inset
40056
40057  色名
40058 \end_layout
40059
40060 \end_inset
40061 </cell>
40062 </row>
40063 <row>
40064 <cell alignment="center" valignment="top" usebox="none">
40065 \begin_inset Text
40066
40067 \begin_layout Plain Layout
40068 \begin_inset ERT
40069 status collapsed
40070
40071 \begin_layout Plain Layout
40072
40073
40074 \backslash
40075 fcolorbox{black}{
40076 \end_layout
40077
40078 \end_inset
40079
40080 Apricot
40081 \begin_inset ERT
40082 status collapsed
40083
40084 \begin_layout Plain Layout
40085
40086 }{
40087 \end_layout
40088
40089 \end_inset
40090
40091
40092 \begin_inset Phantom Phantom
40093 status open
40094
40095 \begin_layout Plain Layout
40096 W
40097 \end_layout
40098
40099 \end_inset
40100
40101
40102 \begin_inset ERT
40103 status collapsed
40104
40105 \begin_layout Plain Layout
40106
40107 }
40108 \end_layout
40109
40110 \end_inset
40111
40112  Apricot
40113 \end_layout
40114
40115 \end_inset
40116 </cell>
40117 <cell alignment="center" valignment="top" usebox="none">
40118 \begin_inset Text
40119
40120 \begin_layout Plain Layout
40121 \begin_inset ERT
40122 status collapsed
40123
40124 \begin_layout Plain Layout
40125
40126
40127 \backslash
40128 fcolorbox{black}{
40129 \end_layout
40130
40131 \end_inset
40132
40133 Aquamarine
40134 \begin_inset ERT
40135 status collapsed
40136
40137 \begin_layout Plain Layout
40138
40139 }{
40140 \end_layout
40141
40142 \end_inset
40143
40144
40145 \begin_inset Phantom Phantom
40146 status open
40147
40148 \begin_layout Plain Layout
40149 W
40150 \end_layout
40151
40152 \end_inset
40153
40154
40155 \begin_inset ERT
40156 status collapsed
40157
40158 \begin_layout Plain Layout
40159
40160 }
40161 \end_layout
40162
40163 \end_inset
40164
40165  Aquamarine
40166 \end_layout
40167
40168 \end_inset
40169 </cell>
40170 <cell alignment="center" valignment="top" usebox="none">
40171 \begin_inset Text
40172
40173 \begin_layout Plain Layout
40174 \begin_inset ERT
40175 status collapsed
40176
40177 \begin_layout Plain Layout
40178
40179
40180 \backslash
40181 fcolorbox{black}{
40182 \end_layout
40183
40184 \end_inset
40185
40186 Bittersweet
40187 \begin_inset ERT
40188 status collapsed
40189
40190 \begin_layout Plain Layout
40191
40192 }{
40193 \end_layout
40194
40195 \end_inset
40196
40197
40198 \begin_inset Phantom Phantom
40199 status open
40200
40201 \begin_layout Plain Layout
40202 W
40203 \end_layout
40204
40205 \end_inset
40206
40207
40208 \begin_inset ERT
40209 status collapsed
40210
40211 \begin_layout Plain Layout
40212
40213 }
40214 \end_layout
40215
40216 \end_inset
40217
40218  Bittersweet
40219 \end_layout
40220
40221 \end_inset
40222 </cell>
40223 <cell alignment="center" valignment="top" usebox="none">
40224 \begin_inset Text
40225
40226 \begin_layout Plain Layout
40227 \begin_inset ERT
40228 status collapsed
40229
40230 \begin_layout Plain Layout
40231
40232
40233 \backslash
40234 fcolorbox{black}{
40235 \end_layout
40236
40237 \end_inset
40238
40239 BlueGreen
40240 \begin_inset ERT
40241 status collapsed
40242
40243 \begin_layout Plain Layout
40244
40245 }{
40246 \end_layout
40247
40248 \end_inset
40249
40250
40251 \begin_inset Phantom Phantom
40252 status open
40253
40254 \begin_layout Plain Layout
40255 W
40256 \end_layout
40257
40258 \end_inset
40259
40260
40261 \begin_inset ERT
40262 status collapsed
40263
40264 \begin_layout Plain Layout
40265
40266 }
40267 \end_layout
40268
40269 \end_inset
40270
40271  BlueGreen
40272 \end_layout
40273
40274 \end_inset
40275 </cell>
40276 </row>
40277 <row>
40278 <cell alignment="left" valignment="top" usebox="none">
40279 \begin_inset Text
40280
40281 \begin_layout Plain Layout
40282 \begin_inset ERT
40283 status collapsed
40284
40285 \begin_layout Plain Layout
40286
40287
40288 \backslash
40289 fcolorbox{black}{
40290 \end_layout
40291
40292 \end_inset
40293
40294 BlueViolet
40295 \begin_inset ERT
40296 status collapsed
40297
40298 \begin_layout Plain Layout
40299
40300 }{
40301 \end_layout
40302
40303 \end_inset
40304
40305
40306 \begin_inset Phantom Phantom
40307 status open
40308
40309 \begin_layout Plain Layout
40310 W
40311 \end_layout
40312
40313 \end_inset
40314
40315
40316 \begin_inset ERT
40317 status collapsed
40318
40319 \begin_layout Plain Layout
40320
40321 }
40322 \end_layout
40323
40324 \end_inset
40325
40326  BlueViolet
40327 \end_layout
40328
40329 \end_inset
40330 </cell>
40331 <cell alignment="left" valignment="top" usebox="none">
40332 \begin_inset Text
40333
40334 \begin_layout Plain Layout
40335 \begin_inset ERT
40336 status collapsed
40337
40338 \begin_layout Plain Layout
40339
40340
40341 \backslash
40342 fcolorbox{black}{
40343 \end_layout
40344
40345 \end_inset
40346
40347 BrickRed
40348 \begin_inset ERT
40349 status collapsed
40350
40351 \begin_layout Plain Layout
40352
40353 }{
40354 \end_layout
40355
40356 \end_inset
40357
40358
40359 \begin_inset Phantom Phantom
40360 status open
40361
40362 \begin_layout Plain Layout
40363 W
40364 \end_layout
40365
40366 \end_inset
40367
40368
40369 \begin_inset ERT
40370 status collapsed
40371
40372 \begin_layout Plain Layout
40373
40374 }
40375 \end_layout
40376
40377 \end_inset
40378
40379  BrickRed
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 <cell alignment="left" valignment="top" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 \begin_inset ERT
40389 status collapsed
40390
40391 \begin_layout Plain Layout
40392
40393
40394 \backslash
40395 fcolorbox{black}{
40396 \end_layout
40397
40398 \end_inset
40399
40400 Brown
40401 \begin_inset ERT
40402 status collapsed
40403
40404 \begin_layout Plain Layout
40405
40406 }{
40407 \end_layout
40408
40409 \end_inset
40410
40411
40412 \begin_inset Phantom Phantom
40413 status open
40414
40415 \begin_layout Plain Layout
40416 W
40417 \end_layout
40418
40419 \end_inset
40420
40421
40422 \begin_inset ERT
40423 status collapsed
40424
40425 \begin_layout Plain Layout
40426
40427 }
40428 \end_layout
40429
40430 \end_inset
40431
40432  Brown
40433 \end_layout
40434
40435 \end_inset
40436 </cell>
40437 <cell alignment="left" valignment="top" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 \begin_inset ERT
40442 status collapsed
40443
40444 \begin_layout Plain Layout
40445
40446
40447 \backslash
40448 fcolorbox{black}{
40449 \end_layout
40450
40451 \end_inset
40452
40453 BurntOrange
40454 \begin_inset ERT
40455 status collapsed
40456
40457 \begin_layout Plain Layout
40458
40459 }{
40460 \end_layout
40461
40462 \end_inset
40463
40464
40465 \begin_inset Phantom Phantom
40466 status open
40467
40468 \begin_layout Plain Layout
40469 W
40470 \end_layout
40471
40472 \end_inset
40473
40474
40475 \begin_inset ERT
40476 status collapsed
40477
40478 \begin_layout Plain Layout
40479
40480 }
40481 \end_layout
40482
40483 \end_inset
40484
40485  BurntOrange
40486 \end_layout
40487
40488 \end_inset
40489 </cell>
40490 </row>
40491 <row>
40492 <cell alignment="left" valignment="top" usebox="none">
40493 \begin_inset Text
40494
40495 \begin_layout Plain Layout
40496 \begin_inset ERT
40497 status collapsed
40498
40499 \begin_layout Plain Layout
40500
40501
40502 \backslash
40503 fcolorbox{black}{
40504 \end_layout
40505
40506 \end_inset
40507
40508 CadetBlue
40509 \begin_inset ERT
40510 status collapsed
40511
40512 \begin_layout Plain Layout
40513
40514 }{
40515 \end_layout
40516
40517 \end_inset
40518
40519
40520 \begin_inset Phantom Phantom
40521 status open
40522
40523 \begin_layout Plain Layout
40524 W
40525 \end_layout
40526
40527 \end_inset
40528
40529
40530 \begin_inset ERT
40531 status collapsed
40532
40533 \begin_layout Plain Layout
40534
40535 }
40536 \end_layout
40537
40538 \end_inset
40539
40540  CadetBlue
40541 \end_layout
40542
40543 \end_inset
40544 </cell>
40545 <cell alignment="left" valignment="top" usebox="none">
40546 \begin_inset Text
40547
40548 \begin_layout Plain Layout
40549 \begin_inset ERT
40550 status collapsed
40551
40552 \begin_layout Plain Layout
40553
40554
40555 \backslash
40556 fcolorbox{black}{
40557 \end_layout
40558
40559 \end_inset
40560
40561 CarnationPink
40562 \begin_inset ERT
40563 status collapsed
40564
40565 \begin_layout Plain Layout
40566
40567 }{
40568 \end_layout
40569
40570 \end_inset
40571
40572
40573 \begin_inset Phantom Phantom
40574 status open
40575
40576 \begin_layout Plain Layout
40577 W
40578 \end_layout
40579
40580 \end_inset
40581
40582
40583 \begin_inset ERT
40584 status collapsed
40585
40586 \begin_layout Plain Layout
40587
40588 }
40589 \end_layout
40590
40591 \end_inset
40592
40593  CarnationPink
40594 \end_layout
40595
40596 \end_inset
40597 </cell>
40598 <cell alignment="left" valignment="top" usebox="none">
40599 \begin_inset Text
40600
40601 \begin_layout Plain Layout
40602 \begin_inset ERT
40603 status collapsed
40604
40605 \begin_layout Plain Layout
40606
40607
40608 \backslash
40609 fcolorbox{black}{
40610 \end_layout
40611
40612 \end_inset
40613
40614 Cerulean
40615 \begin_inset ERT
40616 status collapsed
40617
40618 \begin_layout Plain Layout
40619
40620 }{
40621 \end_layout
40622
40623 \end_inset
40624
40625
40626 \begin_inset Phantom Phantom
40627 status open
40628
40629 \begin_layout Plain Layout
40630 W
40631 \end_layout
40632
40633 \end_inset
40634
40635
40636 \begin_inset ERT
40637 status collapsed
40638
40639 \begin_layout Plain Layout
40640
40641 }
40642 \end_layout
40643
40644 \end_inset
40645
40646  Cerulean
40647 \end_layout
40648
40649 \end_inset
40650 </cell>
40651 <cell alignment="left" valignment="top" usebox="none">
40652 \begin_inset Text
40653
40654 \begin_layout Plain Layout
40655 \begin_inset ERT
40656 status collapsed
40657
40658 \begin_layout Plain Layout
40659
40660
40661 \backslash
40662 fcolorbox{black}{
40663 \end_layout
40664
40665 \end_inset
40666
40667 CornflowerBlue
40668 \begin_inset ERT
40669 status collapsed
40670
40671 \begin_layout Plain Layout
40672
40673 }{
40674 \end_layout
40675
40676 \end_inset
40677
40678
40679 \begin_inset Phantom Phantom
40680 status open
40681
40682 \begin_layout Plain Layout
40683 W
40684 \end_layout
40685
40686 \end_inset
40687
40688
40689 \begin_inset ERT
40690 status collapsed
40691
40692 \begin_layout Plain Layout
40693
40694 }
40695 \end_layout
40696
40697 \end_inset
40698
40699  CornflowerBlue
40700 \end_layout
40701
40702 \end_inset
40703 </cell>
40704 </row>
40705 <row>
40706 <cell alignment="left" valignment="top" usebox="none">
40707 \begin_inset Text
40708
40709 \begin_layout Plain Layout
40710 \begin_inset ERT
40711 status collapsed
40712
40713 \begin_layout Plain Layout
40714
40715
40716 \backslash
40717 fcolorbox{black}{
40718 \end_layout
40719
40720 \end_inset
40721
40722 Dandelion
40723 \begin_inset ERT
40724 status collapsed
40725
40726 \begin_layout Plain Layout
40727
40728 }{
40729 \end_layout
40730
40731 \end_inset
40732
40733
40734 \begin_inset Phantom Phantom
40735 status open
40736
40737 \begin_layout Plain Layout
40738 W
40739 \end_layout
40740
40741 \end_inset
40742
40743
40744 \begin_inset ERT
40745 status collapsed
40746
40747 \begin_layout Plain Layout
40748
40749 }
40750 \end_layout
40751
40752 \end_inset
40753
40754  Dandelion
40755 \end_layout
40756
40757 \end_inset
40758 </cell>
40759 <cell alignment="left" valignment="top" usebox="none">
40760 \begin_inset Text
40761
40762 \begin_layout Plain Layout
40763 \begin_inset ERT
40764 status collapsed
40765
40766 \begin_layout Plain Layout
40767
40768
40769 \backslash
40770 fcolorbox{black}{
40771 \end_layout
40772
40773 \end_inset
40774
40775 DarkOrchid
40776 \begin_inset ERT
40777 status collapsed
40778
40779 \begin_layout Plain Layout
40780
40781 }{
40782 \end_layout
40783
40784 \end_inset
40785
40786
40787 \begin_inset Phantom Phantom
40788 status open
40789
40790 \begin_layout Plain Layout
40791 W
40792 \end_layout
40793
40794 \end_inset
40795
40796
40797 \begin_inset ERT
40798 status collapsed
40799
40800 \begin_layout Plain Layout
40801
40802 }
40803 \end_layout
40804
40805 \end_inset
40806
40807  DarkOrchid
40808 \end_layout
40809
40810 \end_inset
40811 </cell>
40812 <cell alignment="left" valignment="top" usebox="none">
40813 \begin_inset Text
40814
40815 \begin_layout Plain Layout
40816 \begin_inset ERT
40817 status collapsed
40818
40819 \begin_layout Plain Layout
40820
40821
40822 \backslash
40823 fcolorbox{black}{
40824 \end_layout
40825
40826 \end_inset
40827
40828 Emerald
40829 \begin_inset ERT
40830 status collapsed
40831
40832 \begin_layout Plain Layout
40833
40834 }{
40835 \end_layout
40836
40837 \end_inset
40838
40839
40840 \begin_inset Phantom Phantom
40841 status open
40842
40843 \begin_layout Plain Layout
40844 W
40845 \end_layout
40846
40847 \end_inset
40848
40849
40850 \begin_inset ERT
40851 status collapsed
40852
40853 \begin_layout Plain Layout
40854
40855 }
40856 \end_layout
40857
40858 \end_inset
40859
40860  Emerald
40861 \end_layout
40862
40863 \end_inset
40864 </cell>
40865 <cell alignment="left" valignment="top" usebox="none">
40866 \begin_inset Text
40867
40868 \begin_layout Plain Layout
40869 \begin_inset ERT
40870 status collapsed
40871
40872 \begin_layout Plain Layout
40873
40874
40875 \backslash
40876 fcolorbox{black}{
40877 \end_layout
40878
40879 \end_inset
40880
40881 ForestGreen
40882 \begin_inset ERT
40883 status collapsed
40884
40885 \begin_layout Plain Layout
40886
40887 }{
40888 \end_layout
40889
40890 \end_inset
40891
40892
40893 \begin_inset Phantom Phantom
40894 status open
40895
40896 \begin_layout Plain Layout
40897 W
40898 \end_layout
40899
40900 \end_inset
40901
40902
40903 \begin_inset ERT
40904 status collapsed
40905
40906 \begin_layout Plain Layout
40907
40908 }
40909 \end_layout
40910
40911 \end_inset
40912
40913  ForestGreen
40914 \end_layout
40915
40916 \end_inset
40917 </cell>
40918 </row>
40919 <row>
40920 <cell alignment="left" valignment="top" usebox="none">
40921 \begin_inset Text
40922
40923 \begin_layout Plain Layout
40924 \begin_inset ERT
40925 status collapsed
40926
40927 \begin_layout Plain Layout
40928
40929
40930 \backslash
40931 fcolorbox{black}{
40932 \end_layout
40933
40934 \end_inset
40935
40936 Fuchsia
40937 \begin_inset ERT
40938 status collapsed
40939
40940 \begin_layout Plain Layout
40941
40942 }{
40943 \end_layout
40944
40945 \end_inset
40946
40947
40948 \begin_inset Phantom Phantom
40949 status open
40950
40951 \begin_layout Plain Layout
40952 W
40953 \end_layout
40954
40955 \end_inset
40956
40957
40958 \begin_inset ERT
40959 status collapsed
40960
40961 \begin_layout Plain Layout
40962
40963 }
40964 \end_layout
40965
40966 \end_inset
40967
40968  Fuchsia
40969 \end_layout
40970
40971 \end_inset
40972 </cell>
40973 <cell alignment="left" valignment="top" usebox="none">
40974 \begin_inset Text
40975
40976 \begin_layout Plain Layout
40977 \begin_inset ERT
40978 status collapsed
40979
40980 \begin_layout Plain Layout
40981
40982
40983 \backslash
40984 fcolorbox{black}{
40985 \end_layout
40986
40987 \end_inset
40988
40989 Goldenrod
40990 \begin_inset ERT
40991 status collapsed
40992
40993 \begin_layout Plain Layout
40994
40995 }{
40996 \end_layout
40997
40998 \end_inset
40999
41000
41001 \begin_inset Phantom Phantom
41002 status open
41003
41004 \begin_layout Plain Layout
41005 W
41006 \end_layout
41007
41008 \end_inset
41009
41010
41011 \begin_inset ERT
41012 status collapsed
41013
41014 \begin_layout Plain Layout
41015
41016 }
41017 \end_layout
41018
41019 \end_inset
41020
41021  Goldenrod
41022 \end_layout
41023
41024 \end_inset
41025 </cell>
41026 <cell alignment="left" valignment="top" usebox="none">
41027 \begin_inset Text
41028
41029 \begin_layout Plain Layout
41030 \begin_inset ERT
41031 status collapsed
41032
41033 \begin_layout Plain Layout
41034
41035
41036 \backslash
41037 fcolorbox{black}{
41038 \end_layout
41039
41040 \end_inset
41041
41042 Gray
41043 \begin_inset ERT
41044 status collapsed
41045
41046 \begin_layout Plain Layout
41047
41048 }{
41049 \end_layout
41050
41051 \end_inset
41052
41053
41054 \begin_inset Phantom Phantom
41055 status open
41056
41057 \begin_layout Plain Layout
41058 W
41059 \end_layout
41060
41061 \end_inset
41062
41063
41064 \begin_inset ERT
41065 status collapsed
41066
41067 \begin_layout Plain Layout
41068
41069 }
41070 \end_layout
41071
41072 \end_inset
41073
41074  Gray
41075 \end_layout
41076
41077 \end_inset
41078 </cell>
41079 <cell alignment="left" valignment="top" usebox="none">
41080 \begin_inset Text
41081
41082 \begin_layout Plain Layout
41083 \begin_inset ERT
41084 status collapsed
41085
41086 \begin_layout Plain Layout
41087
41088
41089 \backslash
41090 fcolorbox{black}{
41091 \end_layout
41092
41093 \end_inset
41094
41095 GreenYellow
41096 \begin_inset ERT
41097 status collapsed
41098
41099 \begin_layout Plain Layout
41100
41101 }{
41102 \end_layout
41103
41104 \end_inset
41105
41106
41107 \begin_inset Phantom Phantom
41108 status open
41109
41110 \begin_layout Plain Layout
41111 W
41112 \end_layout
41113
41114 \end_inset
41115
41116
41117 \begin_inset ERT
41118 status collapsed
41119
41120 \begin_layout Plain Layout
41121
41122 }
41123 \end_layout
41124
41125 \end_inset
41126
41127  GreenYellow
41128 \end_layout
41129
41130 \end_inset
41131 </cell>
41132 </row>
41133 <row>
41134 <cell alignment="center" valignment="top" usebox="none">
41135 \begin_inset Text
41136
41137 \begin_layout Plain Layout
41138 \begin_inset ERT
41139 status collapsed
41140
41141 \begin_layout Plain Layout
41142
41143
41144 \backslash
41145 fcolorbox{black}{
41146 \end_layout
41147
41148 \end_inset
41149
41150 JungleGreen
41151 \begin_inset ERT
41152 status collapsed
41153
41154 \begin_layout Plain Layout
41155
41156 }{
41157 \end_layout
41158
41159 \end_inset
41160
41161
41162 \begin_inset Phantom Phantom
41163 status open
41164
41165 \begin_layout Plain Layout
41166 W
41167 \end_layout
41168
41169 \end_inset
41170
41171
41172 \begin_inset ERT
41173 status collapsed
41174
41175 \begin_layout Plain Layout
41176
41177 }
41178 \end_layout
41179
41180 \end_inset
41181
41182  JungleGreen
41183 \end_layout
41184
41185 \end_inset
41186 </cell>
41187 <cell alignment="center" valignment="top" usebox="none">
41188 \begin_inset Text
41189
41190 \begin_layout Plain Layout
41191 \begin_inset ERT
41192 status collapsed
41193
41194 \begin_layout Plain Layout
41195
41196
41197 \backslash
41198 fcolorbox{black}{
41199 \end_layout
41200
41201 \end_inset
41202
41203 Lavender
41204 \begin_inset ERT
41205 status collapsed
41206
41207 \begin_layout Plain Layout
41208
41209 }{
41210 \end_layout
41211
41212 \end_inset
41213
41214
41215 \begin_inset Phantom Phantom
41216 status open
41217
41218 \begin_layout Plain Layout
41219 W
41220 \end_layout
41221
41222 \end_inset
41223
41224
41225 \begin_inset ERT
41226 status collapsed
41227
41228 \begin_layout Plain Layout
41229
41230 }
41231 \end_layout
41232
41233 \end_inset
41234
41235  Lavender
41236 \end_layout
41237
41238 \end_inset
41239 </cell>
41240 <cell alignment="center" valignment="top" usebox="none">
41241 \begin_inset Text
41242
41243 \begin_layout Plain Layout
41244 \begin_inset ERT
41245 status collapsed
41246
41247 \begin_layout Plain Layout
41248
41249
41250 \backslash
41251 fcolorbox{black}{
41252 \end_layout
41253
41254 \end_inset
41255
41256 LimeGreen
41257 \begin_inset ERT
41258 status collapsed
41259
41260 \begin_layout Plain Layout
41261
41262 }{
41263 \end_layout
41264
41265 \end_inset
41266
41267
41268 \begin_inset Phantom Phantom
41269 status open
41270
41271 \begin_layout Plain Layout
41272 W
41273 \end_layout
41274
41275 \end_inset
41276
41277
41278 \begin_inset ERT
41279 status collapsed
41280
41281 \begin_layout Plain Layout
41282
41283 }
41284 \end_layout
41285
41286 \end_inset
41287
41288  LimeGreen
41289 \end_layout
41290
41291 \end_inset
41292 </cell>
41293 <cell alignment="center" valignment="top" usebox="none">
41294 \begin_inset Text
41295
41296 \begin_layout Plain Layout
41297 \begin_inset ERT
41298 status collapsed
41299
41300 \begin_layout Plain Layout
41301
41302
41303 \backslash
41304 fcolorbox{black}{
41305 \end_layout
41306
41307 \end_inset
41308
41309 Mahogany
41310 \begin_inset ERT
41311 status collapsed
41312
41313 \begin_layout Plain Layout
41314
41315 }{
41316 \end_layout
41317
41318 \end_inset
41319
41320
41321 \begin_inset Phantom Phantom
41322 status open
41323
41324 \begin_layout Plain Layout
41325 W
41326 \end_layout
41327
41328 \end_inset
41329
41330
41331 \begin_inset ERT
41332 status collapsed
41333
41334 \begin_layout Plain Layout
41335
41336 }
41337 \end_layout
41338
41339 \end_inset
41340
41341  Mahogany
41342 \end_layout
41343
41344 \end_inset
41345 </cell>
41346 </row>
41347 <row>
41348 <cell alignment="left" valignment="top" usebox="none">
41349 \begin_inset Text
41350
41351 \begin_layout Plain Layout
41352 \begin_inset ERT
41353 status collapsed
41354
41355 \begin_layout Plain Layout
41356
41357
41358 \backslash
41359 fcolorbox{black}{
41360 \end_layout
41361
41362 \end_inset
41363
41364 Mahogany
41365 \begin_inset ERT
41366 status collapsed
41367
41368 \begin_layout Plain Layout
41369
41370 }{
41371 \end_layout
41372
41373 \end_inset
41374
41375
41376 \begin_inset Phantom Phantom
41377 status open
41378
41379 \begin_layout Plain Layout
41380 W
41381 \end_layout
41382
41383 \end_inset
41384
41385
41386 \begin_inset ERT
41387 status collapsed
41388
41389 \begin_layout Plain Layout
41390
41391 }
41392 \end_layout
41393
41394 \end_inset
41395
41396  Mahogany
41397 \end_layout
41398
41399 \end_inset
41400 </cell>
41401 <cell alignment="left" valignment="top" usebox="none">
41402 \begin_inset Text
41403
41404 \begin_layout Plain Layout
41405 \begin_inset ERT
41406 status collapsed
41407
41408 \begin_layout Plain Layout
41409
41410
41411 \backslash
41412 fcolorbox{black}{
41413 \end_layout
41414
41415 \end_inset
41416
41417 Maroon
41418 \begin_inset ERT
41419 status collapsed
41420
41421 \begin_layout Plain Layout
41422
41423 }{
41424 \end_layout
41425
41426 \end_inset
41427
41428
41429 \begin_inset Phantom Phantom
41430 status open
41431
41432 \begin_layout Plain Layout
41433 W
41434 \end_layout
41435
41436 \end_inset
41437
41438
41439 \begin_inset ERT
41440 status collapsed
41441
41442 \begin_layout Plain Layout
41443
41444 }
41445 \end_layout
41446
41447 \end_inset
41448
41449  Maroon
41450 \end_layout
41451
41452 \end_inset
41453 </cell>
41454 <cell alignment="left" valignment="top" usebox="none">
41455 \begin_inset Text
41456
41457 \begin_layout Plain Layout
41458 \begin_inset ERT
41459 status collapsed
41460
41461 \begin_layout Plain Layout
41462
41463
41464 \backslash
41465 fcolorbox{black}{
41466 \end_layout
41467
41468 \end_inset
41469
41470 Melon
41471 \begin_inset ERT
41472 status collapsed
41473
41474 \begin_layout Plain Layout
41475
41476 }{
41477 \end_layout
41478
41479 \end_inset
41480
41481
41482 \begin_inset Phantom Phantom
41483 status open
41484
41485 \begin_layout Plain Layout
41486 W
41487 \end_layout
41488
41489 \end_inset
41490
41491
41492 \begin_inset ERT
41493 status collapsed
41494
41495 \begin_layout Plain Layout
41496
41497 }
41498 \end_layout
41499
41500 \end_inset
41501
41502  Melon
41503 \end_layout
41504
41505 \end_inset
41506 </cell>
41507 <cell alignment="left" valignment="top" usebox="none">
41508 \begin_inset Text
41509
41510 \begin_layout Plain Layout
41511 \begin_inset ERT
41512 status collapsed
41513
41514 \begin_layout Plain Layout
41515
41516
41517 \backslash
41518 fcolorbox{black}{
41519 \end_layout
41520
41521 \end_inset
41522
41523 MidnightBlue
41524 \begin_inset ERT
41525 status collapsed
41526
41527 \begin_layout Plain Layout
41528
41529 }{
41530 \end_layout
41531
41532 \end_inset
41533
41534
41535 \begin_inset Phantom Phantom
41536 status open
41537
41538 \begin_layout Plain Layout
41539 W
41540 \end_layout
41541
41542 \end_inset
41543
41544
41545 \begin_inset ERT
41546 status collapsed
41547
41548 \begin_layout Plain Layout
41549
41550 }
41551 \end_layout
41552
41553 \end_inset
41554
41555  MidnightBlue
41556 \end_layout
41557
41558 \end_inset
41559 </cell>
41560 </row>
41561 <row>
41562 <cell alignment="left" valignment="top" usebox="none">
41563 \begin_inset Text
41564
41565 \begin_layout Plain Layout
41566 \begin_inset ERT
41567 status collapsed
41568
41569 \begin_layout Plain Layout
41570
41571
41572 \backslash
41573 fcolorbox{black}{
41574 \end_layout
41575
41576 \end_inset
41577
41578 Mulberry
41579 \begin_inset ERT
41580 status collapsed
41581
41582 \begin_layout Plain Layout
41583
41584 }{
41585 \end_layout
41586
41587 \end_inset
41588
41589
41590 \begin_inset Phantom Phantom
41591 status open
41592
41593 \begin_layout Plain Layout
41594 W
41595 \end_layout
41596
41597 \end_inset
41598
41599
41600 \begin_inset ERT
41601 status collapsed
41602
41603 \begin_layout Plain Layout
41604
41605 }
41606 \end_layout
41607
41608 \end_inset
41609
41610  Mulberry
41611 \end_layout
41612
41613 \end_inset
41614 </cell>
41615 <cell alignment="left" valignment="top" usebox="none">
41616 \begin_inset Text
41617
41618 \begin_layout Plain Layout
41619 \begin_inset ERT
41620 status collapsed
41621
41622 \begin_layout Plain Layout
41623
41624
41625 \backslash
41626 fcolorbox{black}{
41627 \end_layout
41628
41629 \end_inset
41630
41631 NavyBlue
41632 \begin_inset ERT
41633 status collapsed
41634
41635 \begin_layout Plain Layout
41636
41637 }{
41638 \end_layout
41639
41640 \end_inset
41641
41642
41643 \begin_inset Phantom Phantom
41644 status open
41645
41646 \begin_layout Plain Layout
41647 W
41648 \end_layout
41649
41650 \end_inset
41651
41652
41653 \begin_inset ERT
41654 status collapsed
41655
41656 \begin_layout Plain Layout
41657
41658 }
41659 \end_layout
41660
41661 \end_inset
41662
41663  NavyBlue
41664 \end_layout
41665
41666 \end_inset
41667 </cell>
41668 <cell alignment="left" valignment="top" usebox="none">
41669 \begin_inset Text
41670
41671 \begin_layout Plain Layout
41672 \begin_inset ERT
41673 status collapsed
41674
41675 \begin_layout Plain Layout
41676
41677
41678 \backslash
41679 fcolorbox{black}{
41680 \end_layout
41681
41682 \end_inset
41683
41684 OliveGreen
41685 \begin_inset ERT
41686 status collapsed
41687
41688 \begin_layout Plain Layout
41689
41690 }{
41691 \end_layout
41692
41693 \end_inset
41694
41695
41696 \begin_inset Phantom Phantom
41697 status open
41698
41699 \begin_layout Plain Layout
41700 W
41701 \end_layout
41702
41703 \end_inset
41704
41705
41706 \begin_inset ERT
41707 status collapsed
41708
41709 \begin_layout Plain Layout
41710
41711 }
41712 \end_layout
41713
41714 \end_inset
41715
41716  OliveGreen
41717 \end_layout
41718
41719 \end_inset
41720 </cell>
41721 <cell alignment="left" valignment="top" usebox="none">
41722 \begin_inset Text
41723
41724 \begin_layout Plain Layout
41725 \begin_inset ERT
41726 status collapsed
41727
41728 \begin_layout Plain Layout
41729
41730
41731 \backslash
41732 fcolorbox{black}{
41733 \end_layout
41734
41735 \end_inset
41736
41737 Orange
41738 \begin_inset ERT
41739 status collapsed
41740
41741 \begin_layout Plain Layout
41742
41743 }{
41744 \end_layout
41745
41746 \end_inset
41747
41748
41749 \begin_inset Phantom Phantom
41750 status open
41751
41752 \begin_layout Plain Layout
41753 W
41754 \end_layout
41755
41756 \end_inset
41757
41758
41759 \begin_inset ERT
41760 status collapsed
41761
41762 \begin_layout Plain Layout
41763
41764 }
41765 \end_layout
41766
41767 \end_inset
41768
41769  Orange
41770 \end_layout
41771
41772 \end_inset
41773 </cell>
41774 </row>
41775 <row>
41776 <cell alignment="left" valignment="top" usebox="none">
41777 \begin_inset Text
41778
41779 \begin_layout Plain Layout
41780 \begin_inset ERT
41781 status collapsed
41782
41783 \begin_layout Plain Layout
41784
41785
41786 \backslash
41787 fcolorbox{black}{
41788 \end_layout
41789
41790 \end_inset
41791
41792 OrangeRed
41793 \begin_inset ERT
41794 status collapsed
41795
41796 \begin_layout Plain Layout
41797
41798 }{
41799 \end_layout
41800
41801 \end_inset
41802
41803
41804 \begin_inset Phantom Phantom
41805 status open
41806
41807 \begin_layout Plain Layout
41808 W
41809 \end_layout
41810
41811 \end_inset
41812
41813
41814 \begin_inset ERT
41815 status collapsed
41816
41817 \begin_layout Plain Layout
41818
41819 }
41820 \end_layout
41821
41822 \end_inset
41823
41824  OrangeRed
41825 \end_layout
41826
41827 \end_inset
41828 </cell>
41829 <cell alignment="left" valignment="top" usebox="none">
41830 \begin_inset Text
41831
41832 \begin_layout Plain Layout
41833 \begin_inset ERT
41834 status collapsed
41835
41836 \begin_layout Plain Layout
41837
41838
41839 \backslash
41840 fcolorbox{black}{
41841 \end_layout
41842
41843 \end_inset
41844
41845 Orchid
41846 \begin_inset ERT
41847 status collapsed
41848
41849 \begin_layout Plain Layout
41850
41851 }{
41852 \end_layout
41853
41854 \end_inset
41855
41856
41857 \begin_inset Phantom Phantom
41858 status open
41859
41860 \begin_layout Plain Layout
41861 W
41862 \end_layout
41863
41864 \end_inset
41865
41866
41867 \begin_inset ERT
41868 status collapsed
41869
41870 \begin_layout Plain Layout
41871
41872 }
41873 \end_layout
41874
41875 \end_inset
41876
41877  Orchid
41878 \end_layout
41879
41880 \end_inset
41881 </cell>
41882 <cell alignment="left" valignment="top" usebox="none">
41883 \begin_inset Text
41884
41885 \begin_layout Plain Layout
41886 \begin_inset ERT
41887 status collapsed
41888
41889 \begin_layout Plain Layout
41890
41891
41892 \backslash
41893 fcolorbox{black}{
41894 \end_layout
41895
41896 \end_inset
41897
41898 Peach
41899 \begin_inset ERT
41900 status collapsed
41901
41902 \begin_layout Plain Layout
41903
41904 }{
41905 \end_layout
41906
41907 \end_inset
41908
41909
41910 \begin_inset Phantom Phantom
41911 status open
41912
41913 \begin_layout Plain Layout
41914 W
41915 \end_layout
41916
41917 \end_inset
41918
41919
41920 \begin_inset ERT
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924
41925 }
41926 \end_layout
41927
41928 \end_inset
41929
41930  Peach
41931 \end_layout
41932
41933 \end_inset
41934 </cell>
41935 <cell alignment="left" valignment="top" usebox="none">
41936 \begin_inset Text
41937
41938 \begin_layout Plain Layout
41939 \begin_inset ERT
41940 status collapsed
41941
41942 \begin_layout Plain Layout
41943
41944
41945 \backslash
41946 fcolorbox{black}{
41947 \end_layout
41948
41949 \end_inset
41950
41951 Periwinkle
41952 \begin_inset ERT
41953 status collapsed
41954
41955 \begin_layout Plain Layout
41956
41957 }{
41958 \end_layout
41959
41960 \end_inset
41961
41962
41963 \begin_inset Phantom Phantom
41964 status open
41965
41966 \begin_layout Plain Layout
41967 W
41968 \end_layout
41969
41970 \end_inset
41971
41972
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978 }
41979 \end_layout
41980
41981 \end_inset
41982
41983  Periwinkle
41984 \end_layout
41985
41986 \end_inset
41987 </cell>
41988 </row>
41989 <row>
41990 <cell alignment="left" valignment="top" usebox="none">
41991 \begin_inset Text
41992
41993 \begin_layout Plain Layout
41994 \begin_inset ERT
41995 status collapsed
41996
41997 \begin_layout Plain Layout
41998
41999
42000 \backslash
42001 fcolorbox{black}{
42002 \end_layout
42003
42004 \end_inset
42005
42006 PineGreen
42007 \begin_inset ERT
42008 status collapsed
42009
42010 \begin_layout Plain Layout
42011
42012 }{
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \begin_inset Phantom Phantom
42019 status open
42020
42021 \begin_layout Plain Layout
42022 W
42023 \end_layout
42024
42025 \end_inset
42026
42027
42028 \begin_inset ERT
42029 status collapsed
42030
42031 \begin_layout Plain Layout
42032
42033 }
42034 \end_layout
42035
42036 \end_inset
42037
42038  PineGreen
42039 \end_layout
42040
42041 \end_inset
42042 </cell>
42043 <cell alignment="left" valignment="top" usebox="none">
42044 \begin_inset Text
42045
42046 \begin_layout Plain Layout
42047 \begin_inset ERT
42048 status collapsed
42049
42050 \begin_layout Plain Layout
42051
42052
42053 \backslash
42054 fcolorbox{black}{
42055 \end_layout
42056
42057 \end_inset
42058
42059 Plum
42060 \begin_inset ERT
42061 status collapsed
42062
42063 \begin_layout Plain Layout
42064
42065 }{
42066 \end_layout
42067
42068 \end_inset
42069
42070
42071 \begin_inset Phantom Phantom
42072 status open
42073
42074 \begin_layout Plain Layout
42075 W
42076 \end_layout
42077
42078 \end_inset
42079
42080
42081 \begin_inset ERT
42082 status collapsed
42083
42084 \begin_layout Plain Layout
42085
42086 }
42087 \end_layout
42088
42089 \end_inset
42090
42091  Plum
42092 \end_layout
42093
42094 \end_inset
42095 </cell>
42096 <cell alignment="left" valignment="top" usebox="none">
42097 \begin_inset Text
42098
42099 \begin_layout Plain Layout
42100 \begin_inset ERT
42101 status collapsed
42102
42103 \begin_layout Plain Layout
42104
42105
42106 \backslash
42107 fcolorbox{black}{
42108 \end_layout
42109
42110 \end_inset
42111
42112 ProcessBlue
42113 \begin_inset ERT
42114 status collapsed
42115
42116 \begin_layout Plain Layout
42117
42118 }{
42119 \end_layout
42120
42121 \end_inset
42122
42123
42124 \begin_inset Phantom Phantom
42125 status open
42126
42127 \begin_layout Plain Layout
42128 W
42129 \end_layout
42130
42131 \end_inset
42132
42133
42134 \begin_inset ERT
42135 status collapsed
42136
42137 \begin_layout Plain Layout
42138
42139 }
42140 \end_layout
42141
42142 \end_inset
42143
42144  ProcessBlue
42145 \end_layout
42146
42147 \end_inset
42148 </cell>
42149 <cell alignment="left" valignment="top" usebox="none">
42150 \begin_inset Text
42151
42152 \begin_layout Plain Layout
42153 \begin_inset ERT
42154 status collapsed
42155
42156 \begin_layout Plain Layout
42157
42158
42159 \backslash
42160 fcolorbox{black}{
42161 \end_layout
42162
42163 \end_inset
42164
42165 Purple
42166 \begin_inset ERT
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170
42171 }{
42172 \end_layout
42173
42174 \end_inset
42175
42176
42177 \begin_inset Phantom Phantom
42178 status open
42179
42180 \begin_layout Plain Layout
42181 W
42182 \end_layout
42183
42184 \end_inset
42185
42186
42187 \begin_inset ERT
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191
42192 }
42193 \end_layout
42194
42195 \end_inset
42196
42197  Purple
42198 \end_layout
42199
42200 \end_inset
42201 </cell>
42202 </row>
42203 <row>
42204 <cell alignment="left" valignment="top" usebox="none">
42205 \begin_inset Text
42206
42207 \begin_layout Plain Layout
42208 \begin_inset ERT
42209 status collapsed
42210
42211 \begin_layout Plain Layout
42212
42213
42214 \backslash
42215 fcolorbox{black}{
42216 \end_layout
42217
42218 \end_inset
42219
42220 RawSienna
42221 \begin_inset ERT
42222 status collapsed
42223
42224 \begin_layout Plain Layout
42225
42226 }{
42227 \end_layout
42228
42229 \end_inset
42230
42231
42232 \begin_inset Phantom Phantom
42233 status open
42234
42235 \begin_layout Plain Layout
42236 W
42237 \end_layout
42238
42239 \end_inset
42240
42241
42242 \begin_inset ERT
42243 status collapsed
42244
42245 \begin_layout Plain Layout
42246
42247 }
42248 \end_layout
42249
42250 \end_inset
42251
42252  RawSienna
42253 \end_layout
42254
42255 \end_inset
42256 </cell>
42257 <cell alignment="left" valignment="top" usebox="none">
42258 \begin_inset Text
42259
42260 \begin_layout Plain Layout
42261 \begin_inset ERT
42262 status collapsed
42263
42264 \begin_layout Plain Layout
42265
42266
42267 \backslash
42268 fcolorbox{black}{
42269 \end_layout
42270
42271 \end_inset
42272
42273 RedOrange
42274 \begin_inset ERT
42275 status collapsed
42276
42277 \begin_layout Plain Layout
42278
42279 }{
42280 \end_layout
42281
42282 \end_inset
42283
42284
42285 \begin_inset Phantom Phantom
42286 status open
42287
42288 \begin_layout Plain Layout
42289 W
42290 \end_layout
42291
42292 \end_inset
42293
42294
42295 \begin_inset ERT
42296 status collapsed
42297
42298 \begin_layout Plain Layout
42299
42300 }
42301 \end_layout
42302
42303 \end_inset
42304
42305  RedOrange
42306 \end_layout
42307
42308 \end_inset
42309 </cell>
42310 <cell alignment="left" valignment="top" usebox="none">
42311 \begin_inset Text
42312
42313 \begin_layout Plain Layout
42314 \begin_inset ERT
42315 status collapsed
42316
42317 \begin_layout Plain Layout
42318
42319
42320 \backslash
42321 fcolorbox{black}{
42322 \end_layout
42323
42324 \end_inset
42325
42326 RedViolet
42327 \begin_inset ERT
42328 status collapsed
42329
42330 \begin_layout Plain Layout
42331
42332 }{
42333 \end_layout
42334
42335 \end_inset
42336
42337
42338 \begin_inset Phantom Phantom
42339 status open
42340
42341 \begin_layout Plain Layout
42342 W
42343 \end_layout
42344
42345 \end_inset
42346
42347
42348 \begin_inset ERT
42349 status collapsed
42350
42351 \begin_layout Plain Layout
42352
42353 }
42354 \end_layout
42355
42356 \end_inset
42357
42358  RedViolet
42359 \end_layout
42360
42361 \end_inset
42362 </cell>
42363 <cell alignment="left" valignment="top" usebox="none">
42364 \begin_inset Text
42365
42366 \begin_layout Plain Layout
42367 \begin_inset ERT
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371
42372
42373 \backslash
42374 fcolorbox{black}{
42375 \end_layout
42376
42377 \end_inset
42378
42379 Rhodamine
42380 \begin_inset ERT
42381 status collapsed
42382
42383 \begin_layout Plain Layout
42384
42385 }{
42386 \end_layout
42387
42388 \end_inset
42389
42390
42391 \begin_inset Phantom Phantom
42392 status open
42393
42394 \begin_layout Plain Layout
42395 W
42396 \end_layout
42397
42398 \end_inset
42399
42400
42401 \begin_inset ERT
42402 status collapsed
42403
42404 \begin_layout Plain Layout
42405
42406 }
42407 \end_layout
42408
42409 \end_inset
42410
42411  Rhodamine
42412 \end_layout
42413
42414 \end_inset
42415 </cell>
42416 </row>
42417 <row>
42418 <cell alignment="left" valignment="top" usebox="none">
42419 \begin_inset Text
42420
42421 \begin_layout Plain Layout
42422 \begin_inset ERT
42423 status collapsed
42424
42425 \begin_layout Plain Layout
42426
42427
42428 \backslash
42429 fcolorbox{black}{
42430 \end_layout
42431
42432 \end_inset
42433
42434 RoyalBlue
42435 \begin_inset ERT
42436 status collapsed
42437
42438 \begin_layout Plain Layout
42439
42440 }{
42441 \end_layout
42442
42443 \end_inset
42444
42445
42446 \begin_inset Phantom Phantom
42447 status open
42448
42449 \begin_layout Plain Layout
42450 W
42451 \end_layout
42452
42453 \end_inset
42454
42455
42456 \begin_inset ERT
42457 status collapsed
42458
42459 \begin_layout Plain Layout
42460
42461 }
42462 \end_layout
42463
42464 \end_inset
42465
42466  RoyalBlue
42467 \end_layout
42468
42469 \end_inset
42470 </cell>
42471 <cell alignment="left" valignment="top" usebox="none">
42472 \begin_inset Text
42473
42474 \begin_layout Plain Layout
42475 \begin_inset ERT
42476 status collapsed
42477
42478 \begin_layout Plain Layout
42479
42480
42481 \backslash
42482 fcolorbox{black}{
42483 \end_layout
42484
42485 \end_inset
42486
42487 RoyalPurple
42488 \begin_inset ERT
42489 status collapsed
42490
42491 \begin_layout Plain Layout
42492
42493 }{
42494 \end_layout
42495
42496 \end_inset
42497
42498
42499 \begin_inset Phantom Phantom
42500 status open
42501
42502 \begin_layout Plain Layout
42503 W
42504 \end_layout
42505
42506 \end_inset
42507
42508
42509 \begin_inset ERT
42510 status collapsed
42511
42512 \begin_layout Plain Layout
42513
42514 }
42515 \end_layout
42516
42517 \end_inset
42518
42519  RoyalPurple
42520 \end_layout
42521
42522 \end_inset
42523 </cell>
42524 <cell alignment="left" valignment="top" usebox="none">
42525 \begin_inset Text
42526
42527 \begin_layout Plain Layout
42528 \begin_inset ERT
42529 status collapsed
42530
42531 \begin_layout Plain Layout
42532
42533
42534 \backslash
42535 fcolorbox{black}{
42536 \end_layout
42537
42538 \end_inset
42539
42540 RubineRed
42541 \begin_inset ERT
42542 status collapsed
42543
42544 \begin_layout Plain Layout
42545
42546 }{
42547 \end_layout
42548
42549 \end_inset
42550
42551
42552 \begin_inset Phantom Phantom
42553 status open
42554
42555 \begin_layout Plain Layout
42556 W
42557 \end_layout
42558
42559 \end_inset
42560
42561
42562 \begin_inset ERT
42563 status collapsed
42564
42565 \begin_layout Plain Layout
42566
42567 }
42568 \end_layout
42569
42570 \end_inset
42571
42572  RubineRed
42573 \end_layout
42574
42575 \end_inset
42576 </cell>
42577 <cell alignment="left" valignment="top" usebox="none">
42578 \begin_inset Text
42579
42580 \begin_layout Plain Layout
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586
42587 \backslash
42588 fcolorbox{black}{
42589 \end_layout
42590
42591 \end_inset
42592
42593 Salmon
42594 \begin_inset ERT
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598
42599 }{
42600 \end_layout
42601
42602 \end_inset
42603
42604
42605 \begin_inset Phantom Phantom
42606 status open
42607
42608 \begin_layout Plain Layout
42609 W
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620 }
42621 \end_layout
42622
42623 \end_inset
42624
42625  Salmon
42626 \end_layout
42627
42628 \end_inset
42629 </cell>
42630 </row>
42631 <row>
42632 <cell alignment="left" valignment="top" usebox="none">
42633 \begin_inset Text
42634
42635 \begin_layout Plain Layout
42636 \begin_inset ERT
42637 status collapsed
42638
42639 \begin_layout Plain Layout
42640
42641
42642 \backslash
42643 fcolorbox{black}{
42644 \end_layout
42645
42646 \end_inset
42647
42648 SeaGreen
42649 \begin_inset ERT
42650 status collapsed
42651
42652 \begin_layout Plain Layout
42653
42654 }{
42655 \end_layout
42656
42657 \end_inset
42658
42659
42660 \begin_inset Phantom Phantom
42661 status open
42662
42663 \begin_layout Plain Layout
42664 W
42665 \end_layout
42666
42667 \end_inset
42668
42669
42670 \begin_inset ERT
42671 status collapsed
42672
42673 \begin_layout Plain Layout
42674
42675 }
42676 \end_layout
42677
42678 \end_inset
42679
42680  SeaGreen
42681 \end_layout
42682
42683 \end_inset
42684 </cell>
42685 <cell alignment="left" valignment="top" usebox="none">
42686 \begin_inset Text
42687
42688 \begin_layout Plain Layout
42689 \begin_inset ERT
42690 status collapsed
42691
42692 \begin_layout Plain Layout
42693
42694
42695 \backslash
42696 fcolorbox{black}{
42697 \end_layout
42698
42699 \end_inset
42700
42701 Sepia
42702 \begin_inset ERT
42703 status collapsed
42704
42705 \begin_layout Plain Layout
42706
42707 }{
42708 \end_layout
42709
42710 \end_inset
42711
42712
42713 \begin_inset Phantom Phantom
42714 status open
42715
42716 \begin_layout Plain Layout
42717 W
42718 \end_layout
42719
42720 \end_inset
42721
42722
42723 \begin_inset ERT
42724 status collapsed
42725
42726 \begin_layout Plain Layout
42727
42728 }
42729 \end_layout
42730
42731 \end_inset
42732
42733  Sepia
42734 \end_layout
42735
42736 \end_inset
42737 </cell>
42738 <cell alignment="left" valignment="top" usebox="none">
42739 \begin_inset Text
42740
42741 \begin_layout Plain Layout
42742 \begin_inset ERT
42743 status collapsed
42744
42745 \begin_layout Plain Layout
42746
42747
42748 \backslash
42749 fcolorbox{black}{
42750 \end_layout
42751
42752 \end_inset
42753
42754 SkyBlue
42755 \begin_inset ERT
42756 status collapsed
42757
42758 \begin_layout Plain Layout
42759
42760 }{
42761 \end_layout
42762
42763 \end_inset
42764
42765
42766 \begin_inset Phantom Phantom
42767 status open
42768
42769 \begin_layout Plain Layout
42770 W
42771 \end_layout
42772
42773 \end_inset
42774
42775
42776 \begin_inset ERT
42777 status collapsed
42778
42779 \begin_layout Plain Layout
42780
42781 }
42782 \end_layout
42783
42784 \end_inset
42785
42786  SkyBlue
42787 \end_layout
42788
42789 \end_inset
42790 </cell>
42791 <cell alignment="left" valignment="top" usebox="none">
42792 \begin_inset Text
42793
42794 \begin_layout Plain Layout
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800
42801 \backslash
42802 fcolorbox{black}{
42803 \end_layout
42804
42805 \end_inset
42806
42807 SpringGreen
42808 \begin_inset ERT
42809 status collapsed
42810
42811 \begin_layout Plain Layout
42812
42813 }{
42814 \end_layout
42815
42816 \end_inset
42817
42818
42819 \begin_inset Phantom Phantom
42820 status open
42821
42822 \begin_layout Plain Layout
42823 W
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \begin_inset ERT
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833
42834 }
42835 \end_layout
42836
42837 \end_inset
42838
42839  SpringGreen
42840 \end_layout
42841
42842 \end_inset
42843 </cell>
42844 </row>
42845 <row>
42846 <cell alignment="left" valignment="top" usebox="none">
42847 \begin_inset Text
42848
42849 \begin_layout Plain Layout
42850 \begin_inset ERT
42851 status collapsed
42852
42853 \begin_layout Plain Layout
42854
42855
42856 \backslash
42857 fcolorbox{black}{
42858 \end_layout
42859
42860 \end_inset
42861
42862 Tan
42863 \begin_inset ERT
42864 status collapsed
42865
42866 \begin_layout Plain Layout
42867
42868 }{
42869 \end_layout
42870
42871 \end_inset
42872
42873
42874 \begin_inset Phantom Phantom
42875 status open
42876
42877 \begin_layout Plain Layout
42878 W
42879 \end_layout
42880
42881 \end_inset
42882
42883
42884 \begin_inset ERT
42885 status collapsed
42886
42887 \begin_layout Plain Layout
42888
42889 }
42890 \end_layout
42891
42892 \end_inset
42893
42894  Tan
42895 \end_layout
42896
42897 \end_inset
42898 </cell>
42899 <cell alignment="left" valignment="top" usebox="none">
42900 \begin_inset Text
42901
42902 \begin_layout Plain Layout
42903 \begin_inset ERT
42904 status collapsed
42905
42906 \begin_layout Plain Layout
42907
42908
42909 \backslash
42910 fcolorbox{black}{
42911 \end_layout
42912
42913 \end_inset
42914
42915 TealBlue
42916 \begin_inset ERT
42917 status collapsed
42918
42919 \begin_layout Plain Layout
42920
42921 }{
42922 \end_layout
42923
42924 \end_inset
42925
42926
42927 \begin_inset Phantom Phantom
42928 status open
42929
42930 \begin_layout Plain Layout
42931 W
42932 \end_layout
42933
42934 \end_inset
42935
42936
42937 \begin_inset ERT
42938 status collapsed
42939
42940 \begin_layout Plain Layout
42941
42942 }
42943 \end_layout
42944
42945 \end_inset
42946
42947  TealBlue
42948 \end_layout
42949
42950 \end_inset
42951 </cell>
42952 <cell alignment="left" valignment="top" usebox="none">
42953 \begin_inset Text
42954
42955 \begin_layout Plain Layout
42956 \begin_inset ERT
42957 status collapsed
42958
42959 \begin_layout Plain Layout
42960
42961
42962 \backslash
42963 fcolorbox{black}{
42964 \end_layout
42965
42966 \end_inset
42967
42968 Thistle
42969 \begin_inset ERT
42970 status collapsed
42971
42972 \begin_layout Plain Layout
42973
42974 }{
42975 \end_layout
42976
42977 \end_inset
42978
42979
42980 \begin_inset Phantom Phantom
42981 status open
42982
42983 \begin_layout Plain Layout
42984 W
42985 \end_layout
42986
42987 \end_inset
42988
42989
42990 \begin_inset ERT
42991 status collapsed
42992
42993 \begin_layout Plain Layout
42994
42995 }
42996 \end_layout
42997
42998 \end_inset
42999
43000  Thistle
43001 \end_layout
43002
43003 \end_inset
43004 </cell>
43005 <cell alignment="left" valignment="top" usebox="none">
43006 \begin_inset Text
43007
43008 \begin_layout Plain Layout
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014
43015 \backslash
43016 fcolorbox{black}{
43017 \end_layout
43018
43019 \end_inset
43020
43021 Turquoise
43022 \begin_inset ERT
43023 status collapsed
43024
43025 \begin_layout Plain Layout
43026
43027 }{
43028 \end_layout
43029
43030 \end_inset
43031
43032
43033 \begin_inset Phantom Phantom
43034 status open
43035
43036 \begin_layout Plain Layout
43037 W
43038 \end_layout
43039
43040 \end_inset
43041
43042
43043 \begin_inset ERT
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047
43048 }
43049 \end_layout
43050
43051 \end_inset
43052
43053  Turquoise
43054 \end_layout
43055
43056 \end_inset
43057 </cell>
43058 </row>
43059 <row>
43060 <cell alignment="left" valignment="top" usebox="none">
43061 \begin_inset Text
43062
43063 \begin_layout Plain Layout
43064 \begin_inset ERT
43065 status collapsed
43066
43067 \begin_layout Plain Layout
43068
43069
43070 \backslash
43071 fcolorbox{black}{
43072 \end_layout
43073
43074 \end_inset
43075
43076 Violet
43077 \begin_inset ERT
43078 status collapsed
43079
43080 \begin_layout Plain Layout
43081
43082 }{
43083 \end_layout
43084
43085 \end_inset
43086
43087
43088 \begin_inset Phantom Phantom
43089 status open
43090
43091 \begin_layout Plain Layout
43092 W
43093 \end_layout
43094
43095 \end_inset
43096
43097
43098 \begin_inset ERT
43099 status collapsed
43100
43101 \begin_layout Plain Layout
43102
43103 }
43104 \end_layout
43105
43106 \end_inset
43107
43108  Violet
43109 \end_layout
43110
43111 \end_inset
43112 </cell>
43113 <cell alignment="left" valignment="top" usebox="none">
43114 \begin_inset Text
43115
43116 \begin_layout Plain Layout
43117 \begin_inset ERT
43118 status collapsed
43119
43120 \begin_layout Plain Layout
43121
43122
43123 \backslash
43124 fcolorbox{black}{
43125 \end_layout
43126
43127 \end_inset
43128
43129 VioletRed
43130 \begin_inset ERT
43131 status collapsed
43132
43133 \begin_layout Plain Layout
43134
43135 }{
43136 \end_layout
43137
43138 \end_inset
43139
43140
43141 \begin_inset Phantom Phantom
43142 status open
43143
43144 \begin_layout Plain Layout
43145 W
43146 \end_layout
43147
43148 \end_inset
43149
43150
43151 \begin_inset ERT
43152 status collapsed
43153
43154 \begin_layout Plain Layout
43155
43156 }
43157 \end_layout
43158
43159 \end_inset
43160
43161  VioletRed
43162 \end_layout
43163
43164 \end_inset
43165 </cell>
43166 <cell alignment="left" valignment="top" usebox="none">
43167 \begin_inset Text
43168
43169 \begin_layout Plain Layout
43170 \begin_inset ERT
43171 status collapsed
43172
43173 \begin_layout Plain Layout
43174
43175
43176 \backslash
43177 fcolorbox{black}{
43178 \end_layout
43179
43180 \end_inset
43181
43182 WildStrawberry
43183 \begin_inset ERT
43184 status collapsed
43185
43186 \begin_layout Plain Layout
43187
43188 }{
43189 \end_layout
43190
43191 \end_inset
43192
43193
43194 \begin_inset Phantom Phantom
43195 status open
43196
43197 \begin_layout Plain Layout
43198 W
43199 \end_layout
43200
43201 \end_inset
43202
43203
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209 }
43210 \end_layout
43211
43212 \end_inset
43213
43214  WildStrawberry
43215 \end_layout
43216
43217 \end_inset
43218 </cell>
43219 <cell alignment="left" valignment="top" usebox="none">
43220 \begin_inset Text
43221
43222 \begin_layout Plain Layout
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228
43229 \backslash
43230 fcolorbox{black}{
43231 \end_layout
43232
43233 \end_inset
43234
43235 YellowGreen
43236 \begin_inset ERT
43237 status collapsed
43238
43239 \begin_layout Plain Layout
43240
43241 }{
43242 \end_layout
43243
43244 \end_inset
43245
43246
43247 \begin_inset Phantom Phantom
43248 status open
43249
43250 \begin_layout Plain Layout
43251 W
43252 \end_layout
43253
43254 \end_inset
43255
43256
43257 \begin_inset ERT
43258 status collapsed
43259
43260 \begin_layout Plain Layout
43261
43262 }
43263 \end_layout
43264
43265 \end_inset
43266
43267  YellowGreen
43268 \end_layout
43269
43270 \end_inset
43271 </cell>
43272 </row>
43273 <row>
43274 <cell alignment="left" valignment="top" usebox="none">
43275 \begin_inset Text
43276
43277 \begin_layout Plain Layout
43278 \begin_inset ERT
43279 status collapsed
43280
43281 \begin_layout Plain Layout
43282
43283
43284 \backslash
43285 fcolorbox{black}{
43286 \end_layout
43287
43288 \end_inset
43289
43290 YellowOrange
43291 \begin_inset ERT
43292 status collapsed
43293
43294 \begin_layout Plain Layout
43295
43296 }{
43297 \end_layout
43298
43299 \end_inset
43300
43301
43302 \begin_inset Phantom Phantom
43303 status open
43304
43305 \begin_layout Plain Layout
43306 W
43307 \end_layout
43308
43309 \end_inset
43310
43311
43312 \begin_inset ERT
43313 status collapsed
43314
43315 \begin_layout Plain Layout
43316
43317 }
43318 \end_layout
43319
43320 \end_inset
43321
43322  YellowOrange
43323 \end_layout
43324
43325 \end_inset
43326 </cell>
43327 <cell alignment="left" valignment="top" usebox="none">
43328 \begin_inset Text
43329
43330 \begin_layout Plain Layout
43331
43332 \end_layout
43333
43334 \end_inset
43335 </cell>
43336 <cell alignment="left" valignment="top" usebox="none">
43337 \begin_inset Text
43338
43339 \begin_layout Plain Layout
43340
43341 \end_layout
43342
43343 \end_inset
43344 </cell>
43345 <cell alignment="left" valignment="top" usebox="none">
43346 \begin_inset Text
43347
43348 \begin_layout Plain Layout
43349
43350 \end_layout
43351
43352 \end_inset
43353 </cell>
43354 </row>
43355 </lyxtabular>
43356
43357 \end_inset
43358
43359
43360 \end_layout
43361
43362 \begin_layout Chapter
43363 第(
43364 \begin_inset CommandInset ref
43365 LatexCommand ref
43366 reference "eq:Wgn"
43367
43368 \end_inset
43369
43370 )式の説明
43371 \begin_inset CommandInset label
43372 LatexCommand label
43373 name "cha:式の説明"
43374
43375 \end_inset
43376
43377
43378 \end_layout
43379
43380 \begin_layout Standard
43381 \begin_inset Formula $n$
43382 \end_inset
43383
43384 個の表セルの全幅
43385 \begin_inset Formula $W_{\text{全}:n}$
43386 \end_inset
43387
43388
43389 \begin_inset Formula 
43390 \begin{equation}
43391 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43392 \end{equation}
43393
43394 \end_inset
43395
43396
43397 \end_layout
43398
43399 \begin_layout Standard
43400 で計算できます.ここで
43401 \begin_inset Formula $W_{\text{指}:n}$
43402 \end_inset
43403
43404 は,すべてのセルが持つ固定幅です.
43405 \series bold
43406
43407 \backslash
43408 tabcolsep
43409 \series default
43410 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43411 長であり,既定値は6
43412 \begin_inset space \thinspace{}
43413 \end_inset
43414
43415 ptです.
43416 \series bold
43417
43418 \backslash
43419 arrayrulewidth
43420 \series default
43421 は,セル罫線幅であり,既定値は0.4
43422 \begin_inset space \thinspace{}
43423 \end_inset
43424
43425 ptです.
43426 \end_layout
43427
43428 \begin_layout Standard
43429
43430 \begin_inset CommandInset ref
43431 LatexCommand eqref
43432 reference "eq:Wtot_n"
43433
43434 \end_inset
43435
43436 式にしたがえば,連結列の全幅
43437 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43438 \end_inset
43439
43440
43441 \begin_inset Formula 
43442 \begin{equation}
43443 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43444 \end{equation}
43445
43446 \end_inset
43447
43448
43449 \end_layout
43450
43451 \begin_layout Standard
43452 となります.
43453 \begin_inset Formula $n$
43454 \end_inset
43455
43456 列を連結する時には各列の全幅は
43457 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43458 \end_inset
43459
43460 となるので,第
43461 \begin_inset CommandInset ref
43462 LatexCommand eqref
43463 reference "eq:Wtot_n"
43464
43465 \end_inset
43466
43467 式と第
43468 \begin_inset CommandInset ref
43469 LatexCommand eqref
43470 reference "eq:Wtot_mult"
43471
43472 \end_inset
43473
43474 式が等しいものと置けば,必要となる固定幅
43475 \begin_inset Formula $W_{\text{指}:n}$
43476 \end_inset
43477
43478 を計算することができて,
43479 \begin_inset Formula 
43480 \begin{equation}
43481 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43482 \end{equation}
43483
43484 \end_inset
43485
43486 となります.
43487 \end_layout
43488
43489 \begin_layout Bibliography
43490 \labelwidthstring 参考文献
43491 \begin_inset CommandInset bibitem
43492 LatexCommand bibitem
43493 key "latexcompanion"
43494
43495 \end_inset
43496
43497 Frank Mittelbach and Michel Goossens: 
43498 \emph on
43499 The \SpecialChar LaTeX
43500  Companion Second Edition.
43501
43502 \emph default
43503  Addison-Wesley, 2004
43504 \end_layout
43505
43506 \begin_layout Bibliography
43507 \labelwidthstring 参考文献
43508 \begin_inset CommandInset bibitem
43509 LatexCommand bibitem
43510 key "latexguide"
43511
43512 \end_inset
43513
43514 Helmut Kopka and Patrick W.
43515  Daly: 
43516 \emph on
43517 A Guide to \SpecialChar LaTeX
43518  Fourth Edition.
43519
43520 \emph default
43521  Addison-Wesley, 2003
43522 \end_layout
43523
43524 \begin_layout Bibliography
43525 \labelwidthstring 参考文献
43526 \begin_inset CommandInset bibitem
43527 LatexCommand bibitem
43528 key "latexbook"
43529
43530 \end_inset
43531
43532 Leslie Lamport: 
43533 \emph on
43534 \SpecialChar LaTeX
43535 : A Document Preparation System.
43536
43537 \emph default
43538  Addison-Wesley, second edition, 1994
43539 \end_layout
43540
43541 \begin_layout Bibliography
43542 \labelwidthstring 参考文献
43543 \begin_inset CommandInset bibitem
43544 LatexCommand bibitem
43545 key "arydshln"
43546
43547 \end_inset
43548
43549 \SpecialChar LaTeX
43550 パッケージ
43551 \series bold
43552
43553 \begin_inset CommandInset href
43554 LatexCommand href
43555 name "arydshln"
43556 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43557
43558 \end_inset
43559
43560
43561 \series default
43562
43563 \begin_inset Index idx
43564 status collapsed
43565
43566 \begin_layout Plain Layout
43567 \SpecialChar LaTeX
43568 ぱっけーじ@\SpecialChar LaTeX
43569 パッケージ ! arydshln
43570 \end_layout
43571
43572 \end_inset
43573
43574
43575 \end_layout
43576
43577 \begin_layout Bibliography
43578 \labelwidthstring 参考文献
43579 \begin_inset CommandInset bibitem
43580 LatexCommand bibitem
43581 key "booktabs"
43582
43583 \end_inset
43584
43585 \SpecialChar LaTeX
43586 パッケージ
43587 \series bold
43588
43589 \begin_inset CommandInset href
43590 LatexCommand href
43591 name "booktabs"
43592 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43593
43594 \end_inset
43595
43596
43597 \series default
43598
43599 \begin_inset Index idx
43600 status collapsed
43601
43602 \begin_layout Plain Layout
43603 \SpecialChar LaTeX
43604 ぱっけーじ@\SpecialChar LaTeX
43605 パッケージ ! booktabs
43606 \end_layout
43607
43608 \end_inset
43609
43610 の取扱説明書
43611 \end_layout
43612
43613 \begin_layout Bibliography
43614 \labelwidthstring 参考文献
43615 \begin_inset CommandInset bibitem
43616 LatexCommand bibitem
43617 key "caption"
43618
43619 \end_inset
43620
43621 \SpecialChar LaTeX
43622 パッケージ
43623 \series bold
43624
43625 \begin_inset CommandInset href
43626 LatexCommand href
43627 name "caption"
43628 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
43629
43630 \end_inset
43631
43632
43633 \series default
43634
43635 \begin_inset Index idx
43636 status collapsed
43637
43638 \begin_layout Plain Layout
43639 \SpecialChar LaTeX
43640 ぱっけーじ@\SpecialChar LaTeX
43641 パッケージ ! caption
43642 \end_layout
43643
43644 \end_inset
43645
43646 の取扱説明書
43647 \end_layout
43648
43649 \begin_layout Bibliography
43650 \labelwidthstring 参考文献
43651 \begin_inset CommandInset bibitem
43652 LatexCommand bibitem
43653 key "diagbox"
43654
43655 \end_inset
43656
43657 \SpecialChar LaTeX
43658 パッケージ
43659 \series bold
43660
43661 \begin_inset CommandInset href
43662 LatexCommand href
43663 name "diagbox"
43664 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43665
43666 \end_inset
43667
43668
43669 \series default
43670
43671 \begin_inset Index idx
43672 status collapsed
43673
43674 \begin_layout Plain Layout
43675 \SpecialChar LaTeX
43676 ぱっけーじ@\SpecialChar LaTeX
43677 パッケージ ! diagbox
43678 \end_layout
43679
43680 \end_inset
43681
43682
43683 \end_layout
43684
43685 \begin_layout Bibliography
43686 \labelwidthstring 参考文献
43687 \begin_inset CommandInset bibitem
43688 LatexCommand bibitem
43689 key "endfloat"
43690
43691 \end_inset
43692
43693 \SpecialChar LaTeX
43694 パッケージ
43695 \series bold
43696
43697 \begin_inset CommandInset href
43698 LatexCommand href
43699 name "endfloat"
43700 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43701
43702 \end_inset
43703
43704
43705 \series default
43706
43707 \begin_inset Index idx
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711 \SpecialChar LaTeX
43712 ぱっけーじ@\SpecialChar LaTeX
43713 パッケージ ! endfloat
43714 \end_layout
43715
43716 \end_inset
43717
43718 の取扱説明書
43719 \end_layout
43720
43721 \begin_layout Bibliography
43722 \labelwidthstring 参考文献
43723 \begin_inset CommandInset bibitem
43724 LatexCommand bibitem
43725 key "footmisc"
43726
43727 \end_inset
43728
43729 \SpecialChar LaTeX
43730 パッケージ
43731 \series bold
43732
43733 \begin_inset CommandInset href
43734 LatexCommand href
43735 name "footmisc"
43736 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43737
43738 \end_inset
43739
43740
43741 \series default
43742
43743 \begin_inset Index idx
43744 status collapsed
43745
43746 \begin_layout Plain Layout
43747 \SpecialChar LaTeX
43748 ぱっけーじ@\SpecialChar LaTeX
43749 パッケージ ! footmisc
43750 \end_layout
43751
43752 \end_inset
43753
43754 の取扱説明書
43755 \end_layout
43756
43757 \begin_layout Bibliography
43758 \labelwidthstring 参考文献
43759 \begin_inset CommandInset bibitem
43760 LatexCommand bibitem
43761 key "hypcap"
43762
43763 \end_inset
43764
43765 \SpecialChar LaTeX
43766 パッケージ
43767 \series bold
43768
43769 \begin_inset CommandInset href
43770 LatexCommand href
43771 name "hypcap"
43772 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43773
43774 \end_inset
43775
43776
43777 \series default
43778
43779 \begin_inset Index idx
43780 status collapsed
43781
43782 \begin_layout Plain Layout
43783 \SpecialChar LaTeX
43784 ぱっけーじ@\SpecialChar LaTeX
43785 パッケージ ! hyperref
43786 \end_layout
43787
43788 \end_inset
43789
43790 の取扱説明書
43791 \end_layout
43792
43793 \begin_layout Bibliography
43794 \labelwidthstring 参考文献
43795 \begin_inset CommandInset bibitem
43796 LatexCommand bibitem
43797 key "hyperref"
43798
43799 \end_inset
43800
43801 \SpecialChar LaTeX
43802 パッケージ
43803 \series bold
43804
43805 \begin_inset CommandInset href
43806 LatexCommand href
43807 name "hyperref"
43808 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43809
43810 \end_inset
43811
43812
43813 \series default
43814
43815 \begin_inset Index idx
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819 \SpecialChar LaTeX
43820 ぱっけーじ@\SpecialChar LaTeX
43821 パッケージ ! hyperref
43822 \end_layout
43823
43824 \end_inset
43825
43826 の取扱説明書
43827 \end_layout
43828
43829 \begin_layout Bibliography
43830 \labelwidthstring 参考文献
43831 \begin_inset CommandInset bibitem
43832 LatexCommand bibitem
43833 key "KOMA-script"
43834
43835 \end_inset
43836
43837 \SpecialChar LaTeX
43838 パッケージ
43839 \series bold
43840
43841 \begin_inset CommandInset href
43842 LatexCommand href
43843 name "KOMA-script"
43844 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
43845
43846 \end_inset
43847
43848
43849 \series default
43850
43851 \begin_inset Index idx
43852 status collapsed
43853
43854 \begin_layout Plain Layout
43855 \SpecialChar LaTeX
43856 ぱっけーじ@\SpecialChar LaTeX
43857 パッケージ ! KOMA-script
43858 \end_layout
43859
43860 \end_inset
43861
43862 の取扱説明書
43863 \end_layout
43864
43865 \begin_layout Bibliography
43866 \labelwidthstring 参考文献
43867 \begin_inset CommandInset bibitem
43868 LatexCommand bibitem
43869 key "lettrine"
43870
43871 \end_inset
43872
43873 \SpecialChar LaTeX
43874 パッケージ
43875 \series bold
43876
43877 \begin_inset CommandInset href
43878 LatexCommand href
43879 name "lettrine"
43880 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
43881
43882 \end_inset
43883
43884
43885 \series default
43886 及び
43887 \begin_inset CommandInset href
43888 LatexCommand href
43889 name "用例"
43890 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
43891
43892 \end_inset
43893
43894
43895 \begin_inset Index idx
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899 \SpecialChar LaTeX
43900 ぱっけーじ@\SpecialChar LaTeX
43901 パッケージ ! lettrine
43902 \end_layout
43903
43904 \end_inset
43905
43906
43907 \end_layout
43908
43909 \begin_layout Bibliography
43910 \labelwidthstring 参考文献
43911 \begin_inset CommandInset bibitem
43912 LatexCommand bibitem
43913 key "listings"
43914
43915 \end_inset
43916
43917 \SpecialChar LaTeX
43918 パッケージ
43919 \series bold
43920
43921 \begin_inset CommandInset href
43922 LatexCommand href
43923 name "listings"
43924 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
43925
43926 \end_inset
43927
43928
43929 \series default
43930
43931 \begin_inset Index idx
43932 status collapsed
43933
43934 \begin_layout Plain Layout
43935 \SpecialChar LaTeX
43936 ぱっけーじ@\SpecialChar LaTeX
43937 パッケージ ! listings
43938 \end_layout
43939
43940 \end_inset
43941
43942 の取扱説明書
43943 \end_layout
43944
43945 \begin_layout Bibliography
43946 \labelwidthstring 参考文献
43947 \begin_inset CommandInset bibitem
43948 LatexCommand bibitem
43949 key "marginnote"
43950
43951 \end_inset
43952
43953 \SpecialChar LaTeX
43954 パッケージ
43955 \series bold
43956
43957 \begin_inset CommandInset href
43958 LatexCommand href
43959 name "marginnote"
43960 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
43961
43962 \end_inset
43963
43964
43965 \series default
43966
43967 \begin_inset Index idx
43968 status collapsed
43969
43970 \begin_layout Plain Layout
43971 \SpecialChar LaTeX
43972 ぱっけーじ@\SpecialChar LaTeX
43973 パッケージ ! marginnote
43974 \end_layout
43975
43976 \end_inset
43977
43978 の取扱説明書
43979 \end_layout
43980
43981 \begin_layout Bibliography
43982 \labelwidthstring 参考文献
43983 \begin_inset CommandInset bibitem
43984 LatexCommand bibitem
43985 key "pdfpages"
43986
43987 \end_inset
43988
43989 \SpecialChar LaTeX
43990 パッケージ
43991 \series bold
43992
43993 \begin_inset CommandInset href
43994 LatexCommand href
43995 name "pdfpages"
43996 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
43997
43998 \end_inset
43999
44000
44001 \series default
44002
44003 \begin_inset Index idx
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007 \SpecialChar LaTeX
44008 ぱっけーじ@\SpecialChar LaTeX
44009 パッケージ ! pdfpages
44010 \end_layout
44011
44012 \end_inset
44013
44014 の取扱説明書
44015 \end_layout
44016
44017 \begin_layout Bibliography
44018 \labelwidthstring 参考文献
44019 \begin_inset CommandInset bibitem
44020 LatexCommand bibitem
44021 key "prettyref"
44022
44023 \end_inset
44024
44025 \SpecialChar LaTeX
44026 パッケージ
44027 \series bold
44028
44029 \begin_inset CommandInset href
44030 LatexCommand href
44031 name "prettyref"
44032 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44033
44034 \end_inset
44035
44036
44037 \series default
44038
44039 \begin_inset Index idx
44040 status collapsed
44041
44042 \begin_layout Plain Layout
44043 \SpecialChar LaTeX
44044 ぱっけーじ@\SpecialChar LaTeX
44045 パッケージ! prettyref
44046 \end_layout
44047
44048 \end_inset
44049
44050 の取扱説明書
44051 \end_layout
44052
44053 \begin_layout Bibliography
44054 \labelwidthstring 参考文献
44055 \begin_inset CommandInset bibitem
44056 LatexCommand bibitem
44057 key "pstricks"
44058
44059 \end_inset
44060
44061 \SpecialChar LaTeX
44062 パッケージ
44063 \series bold
44064
44065 \begin_inset CommandInset href
44066 LatexCommand href
44067 name "PSTricks"
44068 target "http://tug.org/PSTricks/"
44069
44070 \end_inset
44071
44072
44073 \series default
44074
44075 \begin_inset Index idx
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079 \SpecialChar LaTeX
44080 ぱっけーじ@\SpecialChar LaTeX
44081 パッケージ ! PSTricks
44082 \end_layout
44083
44084 \end_inset
44085
44086 のウェブページ
44087 \end_layout
44088
44089 \begin_layout Bibliography
44090 \labelwidthstring 参考文献
44091 \begin_inset CommandInset bibitem
44092 LatexCommand bibitem
44093 key "refstyle"
44094
44095 \end_inset
44096
44097 \SpecialChar LaTeX
44098 パッケージ
44099 \series bold
44100
44101 \begin_inset CommandInset href
44102 LatexCommand href
44103 name "refstyle"
44104 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44105
44106 \end_inset
44107
44108
44109 \series default
44110
44111 \begin_inset Index idx
44112 status collapsed
44113
44114 \begin_layout Plain Layout
44115 \SpecialChar LaTeX
44116 ぱっけーじ@\SpecialChar LaTeX
44117 パッケージ ! refstyle
44118 \end_layout
44119
44120 \end_inset
44121
44122 の取扱説明書
44123 \end_layout
44124
44125 \begin_layout Bibliography
44126 \labelwidthstring 参考文献
44127 \begin_inset CommandInset bibitem
44128 LatexCommand bibitem
44129 key "sidecap"
44130
44131 \end_inset
44132
44133 \SpecialChar LaTeX
44134 パッケージ
44135 \series bold
44136
44137 \begin_inset CommandInset href
44138 LatexCommand href
44139 name "sidecap"
44140 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44141
44142 \end_inset
44143
44144
44145 \series default
44146
44147 \begin_inset Index idx
44148 status collapsed
44149
44150 \begin_layout Plain Layout
44151 \SpecialChar LaTeX
44152 ぱっけーじ@\SpecialChar LaTeX
44153 パッケージ ! sidecap
44154 \end_layout
44155
44156 \end_inset
44157
44158 の取扱説明書
44159 \end_layout
44160
44161 \begin_layout Bibliography
44162 \labelwidthstring 参考文献
44163 \begin_inset CommandInset bibitem
44164 LatexCommand bibitem
44165 key "NewInLyX20"
44166
44167 \end_inset
44168
44169
44170 \family sans
44171 \SpecialChar LyX
44172  2.0
44173 \family default
44174 の新機能に関する
44175 \begin_inset CommandInset href
44176 LatexCommand href
44177 name "Wikiページ"
44178 target "http://wiki.lyx.org/LyX/NewInLyX20"
44179
44180 \end_inset
44181
44182
44183 \end_layout
44184
44185 \begin_layout Standard
44186 \begin_inset CommandInset index_print
44187 LatexCommand printindex
44188 type "idx"
44189
44190 \end_inset
44191
44192
44193 \end_layout
44194
44195 \end_body
44196 \end_document