]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Fix compilation of ja/EmbeddedObjects.lyx
[features.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 /DocumentationDevelopment#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 DE
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}{0.4pt}
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Section
18340 表セルの回転
18341 \begin_inset CommandInset label
18342 LatexCommand label
18343 name "sec:表セルの回転"
18344
18345 \end_inset
18346
18347
18348 \begin_inset Index idx
18349 status collapsed
18350
18351 \begin_layout Plain Layout
18352 ひょう@表 ! せるのかいてん@セルの回転
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \begin_inset Index idx
18359 status collapsed
18360
18361 \begin_layout Plain Layout
18362 かいてん@回転 ! そざいの@素材の—
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Standard
18371 \begin_inset Note Greyedout
18372 status open
18373
18374 \begin_layout Plain Layout
18375
18376 \series bold
18377 【註】
18378 \series default
18379 すべてのDVIビューアが回転表示できるわけではありません.
18380 \end_layout
18381
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \begin_layout Standard
18388 と入れてください.表
18389 \begin_inset CommandInset ref
18390 LatexCommand ref
18391 reference "tab:回転表"
18392
18393 \end_inset
18394
18395 は,3つのセルを45°回転させた用例です.
18396 \end_layout
18397
18398 \begin_layout Standard
18399 \begin_inset Float table
18400 wide false
18401 sideways false
18402 status open
18403
18404 \begin_layout Plain Layout
18405 \begin_inset Caption Standard
18406
18407 \begin_layout Plain Layout
18408 \begin_inset CommandInset label
18409 LatexCommand label
18410 name "tab:回転表"
18411
18412 \end_inset
18413
18414 1行目に回転セルのある表
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Plain Layout
18423 \noindent
18424 \align center
18425 \begin_inset Tabular
18426 <lyxtabular version="3" rows="2" columns="3">
18427 <features tabularvalignment="middle">
18428 <column alignment="center" valignment="top" width="0pt">
18429 <column alignment="center" valignment="top" width="0pt">
18430 <column alignment="center" valignment="top" width="0pt">
18431 <row>
18432 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 コップ
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 受け皿
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 </row>
18460 <row>
18461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 45
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 33
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 21
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 </row>
18489 </lyxtabular>
18490
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 \begin_inset Note Greyedout
18503 status open
18504
18505 \begin_layout Plain Layout
18506
18507 \series bold
18508 【註】
18509 \series default
18510 回転セル中では,改行(
18511 \begin_inset Flex Ruby
18512 status collapsed
18513
18514 \begin_layout Plain Layout
18515 捷径
18516 \begin_inset Argument post:1
18517 status collapsed
18518
18519 \begin_layout Plain Layout
18520 ショートカット
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \end_inset
18529
18530
18531 \begin_inset Info
18532 type  "shortcut"
18533 arg   "newline-insert newline"
18534 \end_inset
18535
18536 )はできません.
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \begin_layout Standard
18545 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
18546 \begin_inset Foot
18547 status collapsed
18548
18549 \begin_layout Plain Layout
18550 これらのボックスについて詳しくは,第
18551 \begin_inset CommandInset ref
18552 LatexCommand ref
18553 reference "sec:ミニページ"
18554
18555 \end_inset
18556
18557 節および第
18558 \begin_inset CommandInset ref
18559 LatexCommand ref
18560 reference "sec:Parboxes"
18561
18562 \end_inset
18563
18564 節をご覧ください.
18565 \end_layout
18566
18567 \end_inset
18568
18569 .このセルを90
18570 \begin_inset space \thinspace{}
18571 \end_inset
18572
18573 °回転させると,ボックス幅はセルの高さになります.表
18574 \begin_inset CommandInset ref
18575 LatexCommand ref
18576 reference "tab:表多行回転"
18577
18578 \end_inset
18579
18580 は,ボックス幅が3
18581 \begin_inset space \thinspace{}
18582 \end_inset
18583
18584 cmの,多行セルを回転させる例です.
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset Float table
18589 wide false
18590 sideways false
18591 status open
18592
18593 \begin_layout Plain Layout
18594 \begin_inset Caption Standard
18595
18596 \begin_layout Plain Layout
18597 \begin_inset CommandInset label
18598 LatexCommand label
18599 name "tab:表多行回転"
18600
18601 \end_inset
18602
18603 多行セルを回転させた表
18604 \end_layout
18605
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \begin_layout Plain Layout
18612 \noindent
18613 \align center
18614 \begin_inset Tabular
18615 <lyxtabular version="3" rows="2" columns="3">
18616 <features tabularvalignment="middle">
18617 <column alignment="center" valignment="top">
18618 <column alignment="center" valignment="top" width="0pt">
18619 <column alignment="center" valignment="top">
18620 <row>
18621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 \begin_inset Box Frameless
18635 position "t"
18636 hor_pos "c"
18637 has_inner_box 1
18638 inner_pos "t"
18639 use_parbox 0
18640 use_makebox 0
18641 width "3cm"
18642 special "none"
18643 height "1in"
18644 height_special "totalheight"
18645 thickness "0.4pt"
18646 separation "3pt"
18647 shadowsize "4pt"
18648 framecolor "black"
18649 backgroundcolor "none"
18650 status open
18651
18652 \begin_layout Plain Layout
18653 改行を含む
18654 \begin_inset Newline newline
18655 \end_inset
18656
18657 回転
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 </row>
18677 <row>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 </lyxtabular>
18707
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \begin_layout Section
18719 表幅の計算
18720 \begin_inset CommandInset label
18721 LatexCommand label
18722 name "sec:表幅の計算"
18723
18724 \end_inset
18725
18726
18727 \end_layout
18728
18729 \begin_layout Standard
18730 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
18731 設ければ良いのでしょうか?
18732 \end_layout
18733
18734 \begin_layout Standard
18735 表幅
18736 \begin_inset Formula $W_{\text{表}}$
18737 \end_inset
18738
18739 は計算することができます.各列の実際の幅は,指定した列幅
18740 \begin_inset Formula $W_{\text{列}}$
18741 \end_inset
18742
18743 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
18744
18745 \series bold
18746
18747 \backslash
18748 tabcolsep
18749 \series default
18750 ・既定値6
18751 \begin_inset space \thinspace{}
18752 \end_inset
18753
18754 pt)の2倍と,罫線幅(\SpecialChar LaTeX
18755
18756 \series bold
18757
18758 \backslash
18759 arrayrulewidth
18760 \series default
18761 ・既定値0.4
18762 \begin_inset space \thinspace{}
18763 \end_inset
18764
18765 pt)を加えたものになります.したがって,もし同じ幅の
18766 \begin_inset Formula $n$
18767 \end_inset
18768
18769 列を作るならば,表幅は
18770 \begin_inset Formula 
18771 \begin{equation}
18772 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18773 \end{equation}
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Standard
18781 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
18782
18783 \series bold
18784
18785 \backslash
18786 columnwidth
18787 \series default
18788 ).表の列をすべて同じ幅にするとすれば,
18789 \begin_inset Formula $W_{\text{表}}$
18790 \end_inset
18791
18792 が1
18793 \begin_inset space \thinspace{}
18794 \end_inset
18795
18796
18797 \backslash
18798 columnwidthになりますので,
18799 \begin_inset Formula $W_{\text{列}}$
18800 \end_inset
18801
18802 は簡単に計算できます.
18803 \end_layout
18804
18805 \begin_layout Standard
18806 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
18807 パッケージ
18808 \series bold
18809 calc
18810 \series default
18811
18812 \begin_inset Index idx
18813 status collapsed
18814
18815 \begin_layout Plain Layout
18816 \SpecialChar LaTeX
18817 ぱっけーじ@\SpecialChar LaTeX
18818 パッケージ ! calc
18819 \end_layout
18820
18821 \end_inset
18822
18823 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
18824 \family sans
18825 \SpecialChar LaTeX
18826 の引数
18827 \family default
18828 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
18829 \begin_inset CommandInset ref
18830 LatexCommand ref
18831 reference "subsec:連結列の計算"
18832
18833 \end_inset
18834
18835 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
18836 \end_layout
18837
18838 \begin_layout Standard
18839
18840 \series bold
18841 >{
18842 \backslash
18843 centering}p{(1
18844 \backslash
18845 columnwidth-62.4pt)/5}
18846 \end_layout
18847
18848 \begin_layout Standard
18849 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
18850 \begin_inset Formula 
18851 \begin{align}
18852 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18853  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18854  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18855 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18856 \end{align}
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Standard
18864 となります.したがって,表中の広い列には
18865 \end_layout
18866
18867 \begin_layout Standard
18868
18869 \series bold
18870 >{
18871 \backslash
18872 centering}p{(1
18873 \backslash
18874 columnwidth-62.4pt)/
18875 \backslash
18876 real{4.5}}
18877 \end_layout
18878
18879 \begin_layout Standard
18880 というコマンドを用い,狭い列には
18881 \end_layout
18882
18883 \begin_layout Standard
18884
18885 \series bold
18886 >{
18887 \backslash
18888 centering}p{(1
18889 \backslash
18890 columnwidth-62.4pt)/
18891 \backslash
18892 real{4.5}*
18893 \backslash
18894 real{0.75}}
18895 \end_layout
18896
18897 \begin_layout Standard
18898 というコマンドを用いることにすると,以下の表が出来上がります.
18899 \end_layout
18900
18901 \begin_layout Standard
18902 \begin_inset Tabular
18903 <lyxtabular version="3" rows="2" columns="5">
18904 <features tabularvalignment="middle">
18905 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18906 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18907 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18908 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18909 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18910 <row>
18911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 1
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924 2
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 3
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942 4
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 5
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 111111 1111111 111111 111111111 11111 11111 1111
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980 2222 22222 222222 222222222 2222222 22 22222
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 333333 333333 333333 33333 3333333 333
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 </row>
19004 </lyxtabular>
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Section
19012 表の調整
19013 \begin_inset Index idx
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017 ひょうのちょうせい@表の調整
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \begin_inset Index idx
19024 status collapsed
19025
19026 \begin_layout Plain Layout
19027 ひょう@表 ! ちょうせい@調整
19028 \end_layout
19029
19030 \end_inset
19031
19032
19033 \end_layout
19034
19035 \begin_layout Subsection
19036 行の余白取り
19037 \begin_inset CommandInset label
19038 LatexCommand label
19039 name "subsec:行の余白取り"
19040
19041 \end_inset
19042
19043
19044 \begin_inset Index idx
19045 status collapsed
19046
19047 \begin_layout Plain Layout
19048 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Standard
19057 表の設定ダイアログの
19058 \family sans
19059 罫線
19060 \family default
19061 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
19062 \end_layout
19063
19064 \begin_layout Description
19065 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
19066 \begin_inset Foot
19067 status collapsed
19068
19069 \begin_layout Plain Layout
19070 フォーマル様式の表は第
19071 \begin_inset CommandInset ref
19072 LatexCommand ref
19073 reference "sec:フォーマル様式の表"
19074
19075 \end_inset
19076
19077 節で説明されています.
19078 \end_layout
19079
19080 \end_inset
19081
19082 ならば,\SpecialChar LyX
19083 は既定値として0.5
19084 \begin_inset space \thinspace{}
19085 \end_inset
19086
19087 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
19088 \begin_inset VSpace medskip
19089 \end_inset
19090
19091
19092 \begin_inset Newline newline
19093 \end_inset
19094
19095
19096 \begin_inset space \hspace*{}
19097 \length 0pt
19098 \end_inset
19099
19100
19101 \begin_inset space \hfill{}
19102 \end_inset
19103
19104
19105 \begin_inset Tabular
19106 <lyxtabular version="3" rows="3" columns="1">
19107 <features tabularvalignment="middle">
19108 <column alignment="center" valignment="top">
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 </row>
19120 <row topspace="3mm">
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 行上に3
19126 \begin_inset space \thinspace{}
19127 \end_inset
19128
19129 mmの余白
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 </row>
19135 <row>
19136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 </row>
19146 </lyxtabular>
19147
19148 \end_inset
19149
19150
19151 \begin_inset space \hfill{}
19152 \end_inset
19153
19154
19155 \begin_inset space \hspace*{}
19156 \length 0pt
19157 \end_inset
19158
19159
19160 \begin_inset VSpace medskip
19161 \end_inset
19162
19163
19164 \begin_inset Newline newline
19165 \end_inset
19166
19167 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
19168 \end_layout
19169
19170 \begin_layout Description
19171 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
19172 は既定値として0.5
19173 \begin_inset space \thinspace{}
19174 \end_inset
19175
19176 emの余白を挿入し,通常の表ならば既定値として2
19177 \begin_inset space \thinspace{}
19178 \end_inset
19179
19180 ptを挿入します.
19181 \end_layout
19182
19183 \begin_layout Description
19184 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
19185 は既定値として0.5
19186 \begin_inset space \thinspace{}
19187 \end_inset
19188
19189 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
19190 \begin_inset VSpace medskip
19191 \end_inset
19192
19193
19194 \begin_inset Newline newline
19195 \end_inset
19196
19197
19198 \begin_inset space \hspace*{}
19199 \length 0pt
19200 \end_inset
19201
19202
19203 \begin_inset space \hfill{}
19204 \end_inset
19205
19206
19207 \begin_inset Tabular
19208 <lyxtabular version="3" rows="3" columns="1">
19209 <features tabularvalignment="middle">
19210 <column alignment="center" valignment="top">
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 </row>
19222 <row interlinespace="3mm">
19223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 \begin_inset Formula $\downarrow$
19228 \end_inset
19229
19230  行間に3
19231 \begin_inset space \thinspace{}
19232 \end_inset
19233
19234 mmの余白 
19235 \begin_inset Formula $\downarrow$
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 \begin_inset Formula $\uparrow$
19250 \end_inset
19251
19252  行間に3
19253 \begin_inset space \thinspace{}
19254 \end_inset
19255
19256 mmの余白 
19257 \begin_inset Formula $\uparrow$
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 </lyxtabular>
19267
19268 \end_inset
19269
19270
19271 \begin_inset space \hfill{}
19272 \end_inset
19273
19274
19275 \begin_inset space \hspace*{}
19276 \length 0pt
19277 \end_inset
19278
19279
19280 \begin_inset VSpace medskip
19281 \end_inset
19282
19283
19284 \begin_inset Newline newline
19285 \end_inset
19286
19287 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
19288 \end_layout
19289
19290 \begin_layout Standard
19291 \begin_inset VSpace bigskip
19292 \end_inset
19293
19294 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
19295 \end_layout
19296
19297 \begin_layout Standard
19298
19299 \series bold
19300
19301 \backslash
19302 @ifundefined{extrarowheight}
19303 \begin_inset Newline newline
19304 \end_inset
19305
19306
19307 \begin_inset Phantom HPhantom
19308 status open
19309
19310 \begin_layout Plain Layout
19311 \begin_inset space ~
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \end_inset
19318
19319 {
19320 \backslash
19321 usepackage{array}}{}
19322 \begin_inset Newline newline
19323 \end_inset
19324
19325
19326 \backslash
19327 setlength{
19328 \backslash
19329 extrarowheight}{高さ}
19330 \series default
19331
19332 \begin_inset Note Note
19333 status collapsed
19334
19335 \begin_layout Plain Layout
19336 自己定義の表書式を用いると,\SpecialChar LyX
19337 は自動的に
19338 \series bold
19339 array
19340 \series default
19341 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
19342 \series bold
19343
19344 \backslash
19345 @ifundefined
19346 \series default
19347 が使用されています.
19348 \end_layout
19349
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \begin_layout Standard
19356 というコマンドを書き加えて下さい.ここで「高さ」には,付録
19357 \begin_inset CommandInset ref
19358 LatexCommand ref
19359 reference "cha:LyXで使用できる単位"
19360
19361 \end_inset
19362
19363 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
19364 \end_layout
19365
19366 \begin_layout Standard
19367 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
19368 コードで
19369 \series bold
19370
19371 \backslash
19372 strut
19373 \series default
19374 コマンドを挿入することで補正することができます.表
19375 \begin_inset CommandInset ref
19376 LatexCommand ref
19377 reference "tab:垂直揃え"
19378
19379 \end_inset
19380
19381 は,この効果を示したものです.
19382 \end_layout
19383
19384 \begin_layout Standard
19385 \noindent
19386 \begin_inset Float table
19387 placement h
19388 wide false
19389 sideways false
19390 status open
19391
19392 \begin_layout Plain Layout
19393 \begin_inset Caption Standard
19394
19395 \begin_layout Plain Layout
19396 \begin_inset CommandInset label
19397 LatexCommand label
19398 name "tab:垂直揃え"
19399
19400 \end_inset
19401
19402 大きなフォント寸法の文章の垂直揃え
19403 \end_layout
19404
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \begin_layout Plain Layout
19411 \begin_inset space \hfill{}
19412 \end_inset
19413
19414
19415 \begin_inset Float table
19416 wide false
19417 sideways false
19418 status collapsed
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Caption Standard
19422
19423 \begin_layout Plain Layout
19424 通常の表
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \begin_layout Plain Layout
19433 \noindent
19434 \align center
19435 \begin_inset Tabular
19436 <lyxtabular version="3" rows="6" columns="1">
19437 <features tabularvalignment="middle">
19438 <column alignment="left" valignment="top">
19439 <row>
19440 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 ふつう, g
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \size large
19457 やや大
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 <row>
19464 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468
19469 \size larger
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \size largest
19483 極大
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 </row>
19489 <row>
19490 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494
19495 \size huge
19496 極々大
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507
19508 \size giant
19509 最大
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 </lyxtabular>
19516
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \begin_inset space \hfill{}
19526 \end_inset
19527
19528
19529 \begin_inset Float table
19530 wide false
19531 sideways false
19532 status collapsed
19533
19534 \begin_layout Plain Layout
19535 \begin_inset Caption Standard
19536
19537 \begin_layout Plain Layout
19538
19539 \series bold
19540
19541 \backslash
19542 strut
19543 \series default
19544 コマンドを使用した表
19545 \end_layout
19546
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \begin_layout Plain Layout
19553 \noindent
19554 \align center
19555 \begin_inset Tabular
19556 <lyxtabular version="3" rows="6" columns="1">
19557 <features tabularvalignment="middle">
19558 <column alignment="left" valignment="top">
19559 <row>
19560 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 ふつう, g
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575
19576 \size large
19577 \begin_inset ERT
19578 status collapsed
19579
19580 \begin_layout Plain Layout
19581
19582
19583 \backslash
19584 strut 
19585 \end_layout
19586
19587 \end_inset
19588
19589 やや大
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \size larger
19602 \begin_inset ERT
19603 status collapsed
19604
19605 \begin_layout Plain Layout
19606
19607
19608 \backslash
19609 strut 
19610 \end_layout
19611
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \size largest
19627 \begin_inset ERT
19628 status collapsed
19629
19630 \begin_layout Plain Layout
19631
19632
19633 \backslash
19634 strut 
19635 \end_layout
19636
19637 \end_inset
19638
19639 極大
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 </row>
19645 <row>
19646 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \size huge
19652 \begin_inset ERT
19653 status collapsed
19654
19655 \begin_layout Plain Layout
19656
19657
19658 \backslash
19659 strut 
19660 \end_layout
19661
19662 \end_inset
19663
19664 極々大
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 <row>
19671 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \size giant
19677 \begin_inset ERT
19678 status collapsed
19679
19680 \begin_layout Plain Layout
19681
19682
19683 \backslash
19684 strut 
19685 \end_layout
19686
19687 \end_inset
19688
19689 最大
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 </lyxtabular>
19696
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703
19704
19705 \begin_inset space \hfill{}
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Subsection
19717 特殊なセル揃え
19718 \begin_inset CommandInset label
19719 LatexCommand label
19720 name "subsec:特殊なセル揃え"
19721
19722 \end_inset
19723
19724
19725 \begin_inset Index idx
19726 status collapsed
19727
19728 \begin_layout Plain Layout
19729 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19730 \end_layout
19731
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \begin_layout Standard
19738 ときには表
19739 \begin_inset CommandInset ref
19740 LatexCommand ref
19741 reference "tab:表セル"
19742
19743 \end_inset
19744
19745 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
19746 \begin_inset Info
19747 type  "icon"
19748 arg   "tabular-feature align-decimal"
19749 \end_inset
19750
19751 を押すか,表設定中で揃えを
19752 \family sans
19753 小数点で
19754 \family default
19755 に設定します.
19756 \end_layout
19757
19758 \begin_layout Standard
19759 \begin_inset Float table
19760 placement h
19761 wide false
19762 sideways false
19763 status open
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Caption Standard
19767
19768 \begin_layout Plain Layout
19769 \begin_inset CommandInset label
19770 LatexCommand label
19771 name "tab:表セル"
19772
19773 \end_inset
19774
19775 一列が小数点で揃えられた表セル
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Plain Layout
19784 \align center
19785 \begin_inset Tabular
19786 <lyxtabular version="3" rows="4" columns="1">
19787 <features booktabs="true" tabularvalignment="middle">
19788 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19789 <row>
19790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 見出し
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 12.6
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 0.68
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 -123.0
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 </lyxtabular>
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \begin_layout Standard
19846 \begin_inset Float table
19847 placement h
19848 wide false
19849 sideways false
19850 status open
19851
19852 \begin_layout Plain Layout
19853 \begin_inset Caption Standard
19854
19855 \begin_layout Plain Layout
19856 \begin_inset CommandInset label
19857 LatexCommand label
19858 name "tab:演算子揃え表"
19859
19860 \end_inset
19861
19862 一列が演算子で揃えられた表セル
19863 \end_layout
19864
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \begin_layout Plain Layout
19871 \align center
19872 \begin_inset Tabular
19873 <lyxtabular version="3" rows="4" columns="2">
19874 <features booktabs="true" tabularvalignment="middle">
19875 <column alignment="right" valignment="top" width="0pt">
19876 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19877 <row>
19878 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 見出し
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $12\,+$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Formula $\,6$
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 </row>
19923 <row>
19924 <cell alignment="center" valignment="top" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $0\,-$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940 \begin_inset Formula $\,68$
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="center" valignment="top" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 \begin_inset Formula $-123\,/$
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\,0$
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 </row>
19975 </lyxtabular>
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \begin_layout Standard
19988 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
19989 \begin_inset CommandInset ref
19990 LatexCommand ref
19991 reference "tab:演算子揃え表"
19992
19993 \end_inset
19994
19995 のような方法を用いる必要があります.この表は,4
19996 \begin_inset Formula $\times$
19997 \end_inset
19998
19999 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
20000 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
20001 \end_layout
20002
20003 \begin_layout Standard
20004
20005 \series bold
20006 @{}l
20007 \end_layout
20008
20009 \begin_layout Standard
20010 という\SpecialChar LaTeX
20011 引数を第2列に指定します.
20012 \end_layout
20013
20014 \begin_layout Standard
20015
20016 \begin_inset CommandInset ref
20017 LatexCommand ref
20018 reference "tab:表セル揃え"
20019
20020 \end_inset
20021
20022 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
20023 \begin_inset CommandInset ref
20024 LatexCommand ref
20025 reference "tab:演算子揃え表"
20026
20027 \end_inset
20028
20029 の冒頭には,小空白が加えられています.
20030 \end_layout
20031
20032 \begin_layout Standard
20033 \begin_inset Float table
20034 wide false
20035 sideways false
20036 status open
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Caption Standard
20040
20041 \begin_layout Plain Layout
20042 \begin_inset CommandInset label
20043 LatexCommand label
20044 name "tab:表セル揃え"
20045
20046 \end_inset
20047
20048 表セルの揃えの例
20049 \end_layout
20050
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \begin_layout Plain Layout
20057 \align center
20058 \begin_inset Tabular
20059 <lyxtabular version="3" rows="4" columns="6">
20060 <features tabularvalignment="middle">
20061 <column alignment="right" valignment="top">
20062 <column alignment="left" valignment="top" special="@{}l">
20063 <column alignment="right" valignment="top">
20064 <column alignment="left" valignment="top" special="@{}l">
20065 <column alignment="right" valignment="top">
20066 <column alignment="left" valignment="top" special="@{}l">
20067 <row>
20068 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 単位
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 冪数
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 関係子
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 <row>
20124 <cell alignment="center" valignment="top" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 12
20129 \begin_inset Formula $\times$
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 24本の瓶
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 \begin_inset Formula $10\cdot$
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162 \begin_inset Formula $10^{\mbox{-}17}$
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 <cell alignment="center" valignment="top" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174 \begin_inset Formula $\Gamma(t)\propto$
20175 \end_inset
20176
20177
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 <cell alignment="center" valignment="top" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 \begin_inset Formula $\:\Upsilon(t)$
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 </row>
20195 <row>
20196 <cell alignment="center" valignment="top" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 1024
20201 \begin_inset Formula $\times$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 768ピクセル
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 \begin_inset Formula $5.78\cdot$
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 \begin_inset Formula $10^{7}$
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 <cell alignment="center" valignment="top" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246 \begin_inset Formula $A\ne$
20247 \end_inset
20248
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 \begin_inset Formula $\:B_{\mathrm{red}}$
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 </row>
20267 <row>
20268 <cell alignment="center" valignment="top" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 32
20273 \begin_inset Formula $\times$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 6
20286 \begin_inset space \thinspace{}
20287 \end_inset
20288
20289 cm
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 -
20299 \begin_inset Formula $33.5\cdot$
20300 \end_inset
20301
20302
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 \begin_inset Formula $10^{4}$
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Formula $\sin(\alpha)\ge$
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\:\sin(\beta)$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 </lyxtabular>
20345
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \begin_layout Subsection
20357 自製のセル書式および列書式
20358 \begin_inset CommandInset label
20359 LatexCommand label
20360 name "subsec:自製書式"
20361
20362 \end_inset
20363
20364
20365 \begin_inset Index idx
20366 status collapsed
20367
20368 \begin_layout Plain Layout
20369 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20370 \end_layout
20371
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \begin_layout Standard
20378
20379 \begin_inset CommandInset ref
20380 LatexCommand ref
20381 reference "sec:表幅の計算"
20382
20383 \end_inset
20384
20385 節のようにして通常列の必要幅を計算したり,第
20386 \begin_inset CommandInset ref
20387 LatexCommand ref
20388 reference "subsec:連結列の計算"
20389
20390 \end_inset
20391
20392 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
20393 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
20394 \end_layout
20395
20396 \begin_layout Standard
20397
20398 \series bold
20399
20400 \backslash
20401 newcolumntype{書式名}[引数の数]{コマンド}
20402 \end_layout
20403
20404 \begin_layout Standard
20405 書式名は,一文字だけでも構いません.
20406 \emph on
20407 b
20408 \emph default
20409
20410 \emph on
20411 c
20412 \emph default
20413
20414 \emph on
20415 l
20416 \emph default
20417
20418 \emph on
20419 m
20420 \emph default
20421
20422 \emph on
20423 p
20424 \emph default
20425
20426 \emph on
20427 r
20428 \emph default
20429 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
20430 \end_layout
20431
20432 \begin_layout Standard
20433 \begin_inset VSpace medskip
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Standard
20440 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
20441 \end_layout
20442
20443 \begin_layout Standard
20444
20445 \series bold
20446
20447 \backslash
20448 newcolumntype{M}[1]{>{
20449 \backslash
20450 centering
20451 \backslash
20452 hspace{0pt}}m{#1}}
20453 \end_layout
20454
20455 \begin_layout Standard
20456 ここで
20457 \series bold
20458
20459 \backslash
20460 hspace{0pt}
20461 \series default
20462 は,第
20463 \begin_inset CommandInset ref
20464 LatexCommand ref
20465 reference "subsec:複数行"
20466
20467 \end_inset
20468
20469 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
20470 \family sans
20471 \SpecialChar LaTeX
20472 の引数
20473 \family default
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478
20479 \series bold
20480 M{width}
20481 \end_layout
20482
20483 \begin_layout Standard
20484 と入力するだけですみます.
20485 \end_layout
20486
20487 \begin_layout Standard
20488 \begin_inset VSpace bigskip
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \begin_layout Standard
20495 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
20496 \end_layout
20497
20498 \begin_layout Standard
20499
20500 \series bold
20501
20502 \backslash
20503 newcolumntype{S}[2]{>{
20504 \backslash
20505 centering
20506 \backslash
20507 hspace{0pt}}
20508 \begin_inset Newline newline
20509 \end_inset
20510
20511
20512 \begin_inset Phantom HPhantom
20513 status open
20514
20515 \begin_layout Plain Layout
20516
20517 \series bold
20518
20519 \backslash
20520 newcolumntype
20521 \end_layout
20522
20523 \end_inset
20524
20525 m{(#1+(2
20526 \backslash
20527 tabcolsep+
20528 \backslash
20529 arrayrulewidth)*(1-#2))/#2}}
20530 \end_layout
20531
20532 \begin_layout Standard
20533 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
20534 \begin_inset CommandInset ref
20535 LatexCommand eqref
20536 reference "eq:Wgn"
20537
20538 \end_inset
20539
20540 式を使用しています.
20541 \end_layout
20542
20543 \begin_layout Standard
20544 こうしておけば,当該セルの\SpecialChar LaTeX
20545 引数に
20546 \end_layout
20547
20548 \begin_layout Standard
20549
20550 \series bold
20551 S{連結列セルの幅}{連結列セルがまたがる列の数}
20552 \end_layout
20553
20554 \begin_layout Standard
20555 と入力するだけですみます.
20556 \end_layout
20557
20558 \begin_layout Standard
20559 \begin_inset VSpace bigskip
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \begin_layout Standard
20566 色付き列については,以下のように定義するとよいでしょう.
20567 \end_layout
20568
20569 \begin_layout Standard
20570
20571 \series bold
20572
20573 \backslash
20574 newcolumntype{K}[1]{>{
20575 \backslash
20576 columncolor{#1}
20577 \backslash
20578 hspace{0pt}}c}
20579 \end_layout
20580
20581 \begin_layout Standard
20582 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
20583 引数に
20584 \end_layout
20585
20586 \begin_layout Standard
20587
20588 \series bold
20589 K{色名}
20590 \end_layout
20591
20592 \begin_layout Standard
20593 と入力します.
20594 \end_layout
20595
20596 \begin_layout Standard
20597 \begin_inset VSpace bigskip
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Standard
20604
20605 \begin_inset CommandInset ref
20606 LatexCommand ref
20607 reference "tab:ユーザー定義の表書式"
20608
20609 \end_inset
20610
20611 を生成するには,第1列と連結列に\SpecialChar LaTeX
20612 引数として
20613 \end_layout
20614
20615 \begin_layout Standard
20616
20617 \series bold
20618 M{2.5cm}
20619 \end_layout
20620
20621 \begin_layout Standard
20622 を指定し,最終列に
20623 \end_layout
20624
20625 \begin_layout Standard
20626
20627 \series bold
20628 K{red}
20629 \end_layout
20630
20631 \begin_layout Standard
20632 そして第2列の各セルに
20633 \end_layout
20634
20635 \begin_layout Standard
20636
20637 \series bold
20638 S{2.5cm}{2}
20639 \end_layout
20640
20641 \begin_layout Standard
20642 と指定します.
20643 \end_layout
20644
20645 \begin_layout Standard
20646 \begin_inset Float table
20647 placement h
20648 wide false
20649 sideways false
20650 status open
20651
20652 \begin_layout Plain Layout
20653 \begin_inset Caption Standard
20654
20655 \begin_layout Plain Layout
20656 \begin_inset CommandInset label
20657 LatexCommand label
20658 name "tab:ユーザー定義の表書式"
20659
20660 \end_inset
20661
20662 ユーザー定義の表書式を使用した表
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \begin_layout Plain Layout
20671 \align center
20672 \begin_inset Tabular
20673 <lyxtabular version="3" rows="3" columns="4">
20674 <features tabularvalignment="middle">
20675 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20676 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20677 <column alignment="center" valignment="middle">
20678 <column alignment="center" valignment="middle" special="K{red}">
20679 <row>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 とても長い表セル中の単語
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693 複数行の連結列
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 <row>
20756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 </row>
20793 </lyxtabular>
20794
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \begin_layout Subsection
20806 罫線幅
20807 \begin_inset CommandInset label
20808 LatexCommand label
20809 name "subsec:罫線幅"
20810
20811 \end_inset
20812
20813
20814 \begin_inset Index idx
20815 status collapsed
20816
20817 \begin_layout Plain Layout
20818 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20819 \end_layout
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \begin_layout Standard
20827 表中のすべての罫線の罫線幅を調整するには,長さ
20828 \series bold
20829
20830 \backslash
20831 arrayrulewidth
20832 \series default
20833 を使用します.たとえば,表
20834 \begin_inset CommandInset ref
20835 LatexCommand ref
20836 reference "tab:Table-with-1.5"
20837
20838 \end_inset
20839
20840 のように罫線幅を1.5
20841 \begin_inset space \thinspace{}
20842 \end_inset
20843
20844 ptにするには,表や表フロートの前に\SpecialChar TeX
20845 コードで
20846 \end_layout
20847
20848 \begin_layout Standard
20849
20850 \series bold
20851
20852 \backslash
20853 setlength{
20854 \backslash
20855 arrayrulewidth}{1.5pt}
20856 \end_layout
20857
20858 \begin_layout Standard
20859 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
20860 コードで
20861 \series bold
20862
20863 \backslash
20864 arrayrulewidth
20865 \series default
20866 を0.4
20867 \begin_inset space \thinspace{}
20868 \end_inset
20869
20870 ptに設定してください.
20871 \end_layout
20872
20873 \begin_layout Standard
20874 \begin_inset ERT
20875 status collapsed
20876
20877 \begin_layout Plain Layout
20878
20879
20880 \backslash
20881 setlength{
20882 \backslash
20883 arrayrulewidth}{1.5pt}
20884 \end_layout
20885
20886 \end_inset
20887
20888
20889 \begin_inset Float table
20890 wide false
20891 sideways false
20892 status open
20893
20894 \begin_layout Plain Layout
20895 \begin_inset Caption Standard
20896
20897 \begin_layout Plain Layout
20898 \begin_inset CommandInset label
20899 LatexCommand label
20900 name "tab:Table-with-1.5"
20901
20902 \end_inset
20903
20904 1.5
20905 \begin_inset space \thinspace{}
20906 \end_inset
20907
20908 pt幅罫線の表
20909 \end_layout
20910
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \begin_layout Plain Layout
20917 \align center
20918 \begin_inset Tabular
20919 <lyxtabular version="3" rows="3" columns="3">
20920 <features tabularvalignment="middle">
20921 <column alignment="center" valignment="top">
20922 <column alignment="center" valignment="top">
20923 <column alignment="center" valignment="top">
20924 <row>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 sd
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 </row>
20953 <row>
20954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967 sd
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 </row>
20982 <row>
20983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 sd
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 </row>
21011 </lyxtabular>
21012
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \begin_inset ERT
21022 status collapsed
21023
21024 \begin_layout Plain Layout
21025
21026
21027 \backslash
21028 setlength{
21029 \backslash
21030 arrayrulewidth}{0.4pt}
21031 \end_layout
21032
21033 \end_inset
21034
21035
21036 \end_layout
21037
21038 \begin_layout Standard
21039 \begin_inset VSpace bigskip
21040 \end_inset
21041
21042
21043 \begin_inset CommandInset ref
21044 LatexCommand ref
21045 reference "tab:1.5pt幅横罫"
21046
21047 \end_inset
21048
21049 のように横罫だけを1.5
21050 \begin_inset space \thinspace{}
21051 \end_inset
21052
21053 pt幅にするには,表または表フロートの前に\SpecialChar TeX
21054 コードとして以下のコマンドを挿入してください.
21055 \end_layout
21056
21057 \begin_layout Standard
21058
21059 \series bold
21060
21061 \backslash
21062 let
21063 \backslash
21064 myHline
21065 \backslash
21066 hline
21067 \begin_inset Newline newline
21068 \end_inset
21069
21070
21071 \backslash
21072 renewcommand{
21073 \backslash
21074 hline}
21075 \begin_inset Newline newline
21076 \end_inset
21077
21078  {
21079 \backslash
21080 noalign{
21081 \backslash
21082 global
21083 \backslash
21084 arrayrulewidth 1.5pt}
21085 \begin_inset Newline newline
21086 \end_inset
21087
21088  
21089 \backslash
21090 myHline
21091 \backslash
21092 noalign{
21093 \backslash
21094 global
21095 \backslash
21096 arrayrulewidth 0.4pt}}
21097 \end_layout
21098
21099 \begin_layout Standard
21100 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
21101 コードとして以下のコマンドを挿入します.
21102 \end_layout
21103
21104 \begin_layout Standard
21105
21106 \series bold
21107
21108 \backslash
21109 renewcommand{
21110 \backslash
21111 hline}{
21112 \backslash
21113 myHline}
21114 \end_layout
21115
21116 \begin_layout Standard
21117 \begin_inset ERT
21118 status collapsed
21119
21120 \begin_layout Plain Layout
21121
21122
21123 \backslash
21124 let
21125 \backslash
21126 myHline
21127 \backslash
21128 hline
21129 \end_layout
21130
21131 \begin_layout Plain Layout
21132
21133
21134 \backslash
21135 renewcommand{
21136 \backslash
21137 hline}
21138 \end_layout
21139
21140 \begin_layout Plain Layout
21141
21142  {
21143 \backslash
21144 noalign{
21145 \backslash
21146 global
21147 \backslash
21148 arrayrulewidth 1.5pt}
21149 \end_layout
21150
21151 \begin_layout Plain Layout
21152
21153   
21154 \backslash
21155 myHline
21156 \backslash
21157 noalign{
21158 \backslash
21159 global
21160 \backslash
21161 arrayrulewidth 0.4pt}}
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \begin_inset Float table
21168 wide false
21169 sideways false
21170 status open
21171
21172 \begin_layout Plain Layout
21173 \begin_inset Caption Standard
21174
21175 \begin_layout Plain Layout
21176 \begin_inset CommandInset label
21177 LatexCommand label
21178 name "tab:1.5pt幅横罫"
21179
21180 \end_inset
21181
21182 1.5
21183 \begin_inset space \thinspace{}
21184 \end_inset
21185
21186 pt幅横罫の表
21187 \end_layout
21188
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \begin_layout Plain Layout
21195 \align center
21196 \begin_inset Tabular
21197 <lyxtabular version="3" rows="3" columns="3">
21198 <features tabularvalignment="middle">
21199 <column alignment="center" valignment="top">
21200 <column alignment="center" valignment="top">
21201 <column alignment="center" valignment="top">
21202 <row>
21203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 sd
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 </row>
21231 <row>
21232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245 sd
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 <row>
21261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 sd
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 </row>
21289 </lyxtabular>
21290
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297
21298
21299 \begin_inset ERT
21300 status collapsed
21301
21302 \begin_layout Plain Layout
21303
21304
21305 \backslash
21306 renewcommand{
21307 \backslash
21308 hline}{
21309 \backslash
21310 myHline}
21311 \end_layout
21312
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \begin_layout Standard
21319 \begin_inset VSpace bigskip
21320 \end_inset
21321
21322 縦罫だけを1.5
21323 \begin_inset space \thinspace{}
21324 \end_inset
21325
21326 pt幅にするには,第
21327 \begin_inset CommandInset ref
21328 LatexCommand ref
21329 reference "subsec:自製書式"
21330
21331 \end_inset
21332
21333 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
21334 \end_layout
21335
21336 \begin_layout Standard
21337
21338 \series bold
21339
21340 \backslash
21341 newcolumntype{V}{!{
21342 \backslash
21343 vrule width 1.5pt}}
21344 \end_layout
21345
21346 \begin_layout Standard
21347
21348 \begin_inset CommandInset ref
21349 LatexCommand ref
21350 reference "tab:1.5pt幅縦罫"
21351
21352 \end_inset
21353
21354 を作るには,最右列に\SpecialChar LaTeX
21355 引数
21356 \end_layout
21357
21358 \begin_layout Standard
21359
21360 \series bold
21361 VcV
21362 \end_layout
21363
21364 \begin_layout Standard
21365 を指定し,他の列には
21366 \end_layout
21367
21368 \begin_layout Standard
21369
21370 \series bold
21371 Vc
21372 \end_layout
21373
21374 \begin_layout Standard
21375 を指定します.
21376 \end_layout
21377
21378 \begin_layout Standard
21379 \begin_inset Float table
21380 wide false
21381 sideways false
21382 status open
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Caption Standard
21386
21387 \begin_layout Plain Layout
21388 \begin_inset CommandInset label
21389 LatexCommand label
21390 name "tab:1.5pt幅縦罫"
21391
21392 \end_inset
21393
21394 1.5
21395 \begin_inset space \thinspace{}
21396 \end_inset
21397
21398 pt幅縦罫の表
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \begin_layout Plain Layout
21407 \align center
21408 \begin_inset Tabular
21409 <lyxtabular version="3" rows="3" columns="3">
21410 <features tabularvalignment="middle">
21411 <column alignment="center" valignment="top" special="Vc">
21412 <column alignment="center" valignment="top" special="Vc">
21413 <column alignment="center" valignment="top" special="VcV">
21414 <row>
21415 <cell alignment="center" valignment="top" topline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 sd
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 <cell alignment="center" valignment="top" topline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" topline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 sd
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 <cell alignment="center" valignment="top" topline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 <row>
21473 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495 sd
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 </lyxtabular>
21502
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \begin_layout Subsection
21514 点罫
21515 \begin_inset Index idx
21516 status collapsed
21517
21518 \begin_layout Plain Layout
21519 ひょうのちょうせい@表の調整 ! てんけい@点罫
21520 \end_layout
21521
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \begin_layout Standard
21528 \begin_inset ERT
21529 status collapsed
21530
21531 \begin_layout Plain Layout
21532
21533
21534 \backslash
21535 ifarydshln
21536 \end_layout
21537
21538 \end_inset
21539
21540
21541 \begin_inset Note Note
21542 status open
21543
21544 \begin_layout Plain Layout
21545 この節は,\SpecialChar LaTeX
21546 パッケージ
21547 \series bold
21548 arydshln
21549 \series default
21550 が導入済みの時のみ表示されます.
21551 \end_layout
21552
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \begin_layout Standard
21559 \begin_inset Float table
21560 placement H
21561 wide false
21562 sideways false
21563 status open
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Caption Standard
21567
21568 \begin_layout Plain Layout
21569 \begin_inset CommandInset label
21570 LatexCommand label
21571 name "tab:点罫表"
21572
21573 \end_inset
21574
21575 点罫を使用した表
21576 \end_layout
21577
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \begin_layout Plain Layout
21584 \align center
21585 \begin_inset Tabular
21586 <lyxtabular version="3" rows="5" columns="5">
21587 <features tabularvalignment="middle">
21588 <column alignment="center" valignment="top">
21589 <column alignment="center" valignment="top">
21590 <column alignment="center" valignment="top" special=":c">
21591 <column alignment="center" valignment="top">
21592 <column alignment="center" valignment="top">
21593 <row>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 <row>
21641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 <cell alignment="center" valignment="top" topline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset ERT
21693 status collapsed
21694
21695 \begin_layout Plain Layout
21696
21697
21698 \backslash
21699 hdashline 
21700 \end_layout
21701
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset ERT
21752 status collapsed
21753
21754 \begin_layout Plain Layout
21755
21756
21757 \backslash
21758 cdashline{4-5}
21759 \end_layout
21760
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 </lyxtabular>
21853
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \begin_layout Standard
21865 \SpecialChar LyX
21866 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
21867 コードを使用する必要があります.必須要件として,文書プリアンブル中に
21868 \end_layout
21869
21870 \begin_layout Standard
21871
21872 \series bold
21873
21874 \backslash
21875 usepackage{arydshln}
21876 \end_layout
21877
21878 \begin_layout Standard
21879 というコマンドを書き,\SpecialChar LaTeX
21880 パッケージの
21881 \series bold
21882 arydshln
21883 \series default
21884
21885 \begin_inset Index idx
21886 status collapsed
21887
21888 \begin_layout Plain Layout
21889 \SpecialChar LaTeX
21890 ぱっけーじ@\SpecialChar LaTeX
21891 パッケージ ! arydshln
21892 \end_layout
21893
21894 \end_inset
21895
21896 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
21897 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
21898 \end_layout
21899
21900 \begin_layout Standard
21901 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
21902 コードで
21903 \end_layout
21904
21905 \begin_layout Standard
21906
21907 \series bold
21908
21909 \backslash
21910 hdashline
21911 \end_layout
21912
21913 \begin_layout Standard
21914 というコマンドを加えてください.
21915 \end_layout
21916
21917 \begin_layout Standard
21918 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
21919 コードで
21920 \end_layout
21921
21922 \begin_layout Standard
21923
21924 \series bold
21925
21926 \backslash
21927 cdashline{列番号
21928 \series default
21929 }
21930 \end_layout
21931
21932 \begin_layout Standard
21933 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
21934 \end_layout
21935
21936 \begin_layout Standard
21937
21938 \series bold
21939
21940 \backslash
21941 cdashline{2-4}
21942 \end_layout
21943
21944 \begin_layout Standard
21945 なるコマンドを置いてください.
21946 \end_layout
21947
21948 \begin_layout Standard
21949 \begin_inset VSpace bigskip
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \begin_layout Standard
21956
21957 \begin_inset CommandInset ref
21958 LatexCommand ref
21959 reference "tab:点罫表"
21960
21961 \end_inset
21962
21963 は,第3列の\SpecialChar LaTeX
21964 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
21965 コードのコマンド
21966 \series bold
21967
21968 \backslash
21969 hdashline
21970 \series default
21971 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
21972 コードのコマンド
21973 \begin_inset Newline newline
21974 \end_inset
21975
21976  
21977 \series bold
21978
21979 \backslash
21980 cdashline{4-5}
21981 \series default
21982 が挿れられています.
21983 \end_layout
21984
21985 \begin_layout Standard
21986 \begin_inset VSpace bigskip
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \begin_layout Standard
21993 点罫を持つ表も,表
21994 \begin_inset CommandInset ref
21995 LatexCommand ref
21996 reference "tab:Colored-table-with"
21997
21998 \end_inset
21999
22000 のように色付けをすることができます.
22001 \end_layout
22002
22003 \begin_layout Standard
22004 \begin_inset ERT
22005 status collapsed
22006
22007 \begin_layout Plain Layout
22008
22009
22010 \backslash
22011 setlength{
22012 \backslash
22013 arrayrulewidth}{1pt}
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \begin_inset Note Note
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023 罫線色が見易いように線を太く
22024 \end_layout
22025
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \begin_layout Standard
22032 \begin_inset ERT
22033 status collapsed
22034
22035 \begin_layout Plain Layout
22036
22037
22038 \backslash
22039 dashgapcolor{green}
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \begin_inset Note Note
22046 status collapsed
22047
22048 \begin_layout Plain Layout
22049 緑点罫の間の色付き余白
22050 \end_layout
22051
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \begin_layout Standard
22058 \begin_inset ERT
22059 status collapsed
22060
22061 \begin_layout Plain Layout
22062
22063
22064 \backslash
22065 let
22066 \backslash
22067 myHdashline
22068 \backslash
22069 hdashline
22070 \end_layout
22071
22072 \begin_layout Plain Layout
22073
22074
22075 \backslash
22076 renewcommand{
22077 \backslash
22078 hdashline}
22079 \end_layout
22080
22081 \begin_layout Plain Layout
22082
22083  {
22084 \backslash
22085 arrayrulecolor{red}
22086 \backslash
22087 myHdashline
22088 \backslash
22089 arrayrulecolor{black}}
22090 \end_layout
22091
22092 \end_inset
22093
22094
22095 \begin_inset Note Note
22096 status collapsed
22097
22098 \begin_layout Plain Layout
22099 色付き水平線・点罫赤
22100 \end_layout
22101
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Standard
22108 \begin_inset ERT
22109 status collapsed
22110
22111 \begin_layout Plain Layout
22112
22113
22114 \backslash
22115 let
22116 \backslash
22117 myCdashline
22118 \backslash
22119 cdashline
22120 \end_layout
22121
22122 \begin_layout Plain Layout
22123
22124
22125 \backslash
22126 renewcommand{
22127 \backslash
22128 cdashline}[1]
22129 \end_layout
22130
22131 \begin_layout Plain Layout
22132
22133  {
22134 \backslash
22135 arrayrulecolor{yellow}
22136 \backslash
22137 myCdashline{#1}
22138 \backslash
22139 arrayrulecolor{black}}
22140 \end_layout
22141
22142 \end_inset
22143
22144
22145 \begin_inset Note Note
22146 status collapsed
22147
22148 \begin_layout Plain Layout
22149 色付き部分水平線・点罫黄色
22150 \end_layout
22151
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \begin_layout Standard
22158 \begin_inset Float table
22159 placement h
22160 wide false
22161 sideways false
22162 status open
22163
22164 \begin_layout Plain Layout
22165 \begin_inset Caption Standard
22166
22167 \begin_layout Plain Layout
22168 \begin_inset CommandInset label
22169 LatexCommand label
22170 name "tab:Colored-table-with"
22171
22172 \end_inset
22173
22174 点罫線の色付き表
22175 \end_layout
22176
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \begin_layout Plain Layout
22183 \align center
22184 \begin_inset Tabular
22185 <lyxtabular version="3" rows="5" columns="5">
22186 <features tabularvalignment="middle">
22187 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22188 <column alignment="center" valignment="top" width="0pt">
22189 <column alignment="center" valignment="top" width="0pt" special=":c">
22190 <column alignment="center" valignment="top">
22191 <column alignment="center" valignment="top">
22192 <row>
22193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 </row>
22239 <row>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 <cell alignment="center" valignment="top" topline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 </row>
22286 <row>
22287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset ERT
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295
22296
22297 \backslash
22298 hdashline 
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \begin_inset ERT
22305 status collapsed
22306
22307 \begin_layout Plain Layout
22308
22309
22310 \backslash
22311 rowcolor{Gray}
22312 \end_layout
22313
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 \begin_inset ERT
22364 status collapsed
22365
22366 \begin_layout Plain Layout
22367
22368
22369 \backslash
22370 cdashline{4-5}
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="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 multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 <row>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 \begin_inset ERT
22459 status collapsed
22460
22461 \begin_layout Plain Layout
22462
22463
22464 \backslash
22465 cellcolor{Maroon}
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 </lyxtabular>
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \begin_layout Standard
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494
22495 \backslash
22496 renewcommand{
22497 \backslash
22498 hdashline}{
22499 \backslash
22500 myHdashline}
22501 \end_layout
22502
22503 \end_inset
22504
22505
22506 \begin_inset Note Note
22507 status collapsed
22508
22509 \begin_layout Plain Layout
22510 既定値に戻す
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Standard
22519 \begin_inset ERT
22520 status collapsed
22521
22522 \begin_layout Plain Layout
22523
22524
22525 \backslash
22526 renewcommand{
22527 \backslash
22528 cdashline}{
22529 \backslash
22530 myCdashline}
22531 \end_layout
22532
22533 \end_inset
22534
22535
22536 \begin_inset Note Note
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540 既定値に戻す
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Standard
22549 \begin_inset ERT
22550 status collapsed
22551
22552 \begin_layout Plain Layout
22553
22554
22555 \backslash
22556 nodashgapcolor
22557 \end_layout
22558
22559 \end_inset
22560
22561
22562 \begin_inset Note Note
22563 status collapsed
22564
22565 \begin_layout Plain Layout
22566 既定値に戻す
22567 \end_layout
22568
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \begin_layout Standard
22575 \begin_inset ERT
22576 status collapsed
22577
22578 \begin_layout Plain Layout
22579
22580
22581 \backslash
22582 setlength{
22583 \backslash
22584 arrayrulewidth}{0.4pt}
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \begin_inset Note Note
22591 status collapsed
22592
22593 \begin_layout Plain Layout
22594 既定値に戻す
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \begin_layout Standard
22603 行や列,罫線の着色は,第
22604 \begin_inset CommandInset ref
22605 LatexCommand ref
22606 reference "sec:色付きの表"
22607
22608 \end_inset
22609
22610 節に述べられているように動作します.水平線の着色も,
22611 \series bold
22612
22613 \backslash
22614 myHlineC
22615 \series default
22616 コマンドを
22617 \series bold
22618
22619 \backslash
22620 myHdashline
22621 \series default
22622 に置き換え,
22623 \series bold
22624
22625 \backslash
22626 hline
22627 \series default
22628
22629 \series bold
22630
22631 \backslash
22632 hdashline
22633 \series default
22634 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
22635 \end_layout
22636
22637 \begin_layout Standard
22638
22639 \series bold
22640
22641 \backslash
22642 let
22643 \backslash
22644 myHdashline
22645 \backslash
22646 hdashline
22647 \begin_inset Newline newline
22648 \end_inset
22649
22650
22651 \backslash
22652 renewcommand{
22653 \backslash
22654 hdashline}
22655 \begin_inset Newline newline
22656 \end_inset
22657
22658
22659 \begin_inset Phantom HPhantom
22660 status open
22661
22662 \begin_layout Plain Layout
22663 \begin_inset space ~
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \end_inset
22670
22671 {
22672 \backslash
22673 arrayrulecolor{red}
22674 \backslash
22675 myHdashline
22676 \backslash
22677 arrayrulecolor{black}}
22678 \end_layout
22679
22680 \begin_layout Standard
22681
22682 \series bold
22683
22684 \backslash
22685 cdashline
22686 \series default
22687 に色をつけるならば,コマンドは
22688 \end_layout
22689
22690 \begin_layout Standard
22691
22692 \series bold
22693
22694 \backslash
22695 let
22696 \backslash
22697 myCdashline
22698 \backslash
22699 cdashline
22700 \begin_inset Newline newline
22701 \end_inset
22702
22703
22704 \backslash
22705 renewcommand{
22706 \backslash
22707 cdashline}[1]
22708 \begin_inset Newline newline
22709 \end_inset
22710
22711
22712 \begin_inset Phantom HPhantom
22713 status open
22714
22715 \begin_layout Plain Layout
22716 \begin_inset space ~
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723
22724 {
22725 \backslash
22726 arrayrulecolor{red}
22727 \backslash
22728 myCdashline{#1}
22729 \backslash
22730 arrayrulecolor{black}}
22731 \end_layout
22732
22733 \begin_layout Standard
22734 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
22735 コードで挿入する必要があります.
22736 \end_layout
22737
22738 \begin_layout Standard
22739
22740 \series bold
22741
22742 \backslash
22743 hdashline
22744 \series default
22745 の場合は
22746 \end_layout
22747
22748 \begin_layout Standard
22749
22750 \series bold
22751
22752 \backslash
22753 renewcommand{
22754 \backslash
22755 hdashline}{
22756 \backslash
22757 myHdashline}
22758 \end_layout
22759
22760 \begin_layout Standard
22761 とし,
22762 \series bold
22763
22764 \backslash
22765 cdashline
22766 \series default
22767 の場合は
22768 \end_layout
22769
22770 \begin_layout Standard
22771
22772 \series bold
22773
22774 \backslash
22775 renewcommand{
22776 \backslash
22777 cdashline}{
22778 \backslash
22779 myCdashline}
22780 \end_layout
22781
22782 \begin_layout Standard
22783 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
22784 コードで
22785 \end_layout
22786
22787 \begin_layout Standard
22788
22789 \series bold
22790
22791 \backslash
22792 dashgapcolor{色}
22793 \end_layout
22794
22795 \begin_layout Standard
22796 とすれば良いです.ここで「色」は,定義済みの色名です.
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802
22803 \backslash
22804 nodashgapcolor
22805 \end_layout
22806
22807 \begin_layout Standard
22808 というコマンドは,
22809 \series bold
22810
22811 \backslash
22812 dashgapcolor
22813 \series default
22814 が行った変更を元に戻します.
22815 \end_layout
22816
22817 \begin_layout Standard
22818 \begin_inset Note Greyedout
22819 status open
22820
22821 \begin_layout Plain Layout
22822
22823 \series bold
22824 【註】
22825 \series default
22826 1つのセル中に複数のコマンドがある場合,
22827 \series bold
22828 arydshln
22829 \series default
22830 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
22831 \begin_inset CommandInset ref
22832 LatexCommand ref
22833 reference "tab:Colored-table-with"
22834
22835 \end_inset
22836
22837 のセル
22838 \emph on
22839 k
22840 \emph default
22841 では,
22842 \series bold
22843
22844 \backslash
22845 hdashline
22846 \series default
22847 コマンドが
22848 \series bold
22849
22850 \backslash
22851 rowcolor
22852 \series default
22853 の前に来ています.
22854 \end_layout
22855
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \begin_layout Standard
22862 \begin_inset Note Greyedout
22863 status open
22864
22865 \begin_layout Plain Layout
22866
22867 \series bold
22868 【註】
22869 \series default
22870 \SpecialChar LaTeX
22871 パッケージ
22872 \series bold
22873 arydshln
22874 \series default
22875 は,文書プリアンブル中で\SpecialChar LaTeX
22876 パッケージ
22877 \series bold
22878 colortbl
22879 \series default
22880
22881 \begin_inset Index idx
22882 status collapsed
22883
22884 \begin_layout Plain Layout
22885 \SpecialChar LaTeX
22886 ぱっけーじ@\SpecialChar LaTeX
22887 パッケージ ! colortbl
22888 \end_layout
22889
22890 \end_inset
22891
22892 よりも前に読み込まれている必要があります.
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Standard
22901 \begin_inset ERT
22902 status collapsed
22903
22904 \begin_layout Plain Layout
22905
22906
22907 \backslash
22908 else
22909 \end_layout
22910
22911 \end_inset
22912
22913
22914 \begin_inset Note Note
22915 status open
22916
22917 \begin_layout Plain Layout
22918 以下は,\SpecialChar LaTeX
22919 パッケージ
22920 \series bold
22921 arydshln
22922 \series default
22923 が導入済みでないときに表示されます.
22924 \end_layout
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \begin_layout Standard
22932 本節の内容を出力に表示するためには,
22933 \series bold
22934 arydshln
22935 \series default
22936 パッケージを導入しなくてはなりません.
22937 \end_layout
22938
22939 \begin_layout Standard
22940 \begin_inset ERT
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944
22945
22946 \backslash
22947 fi
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956 点罫について詳しい情報は,
22957 \series bold
22958 arydshln
22959 \series default
22960 の取扱説明書
22961 \begin_inset CommandInset citation
22962 LatexCommand cite
22963 key "arydshln"
22964
22965 \end_inset
22966
22967 をご覧ください.
22968 \end_layout
22969
22970 \begin_layout Chapter
22971 フロート
22972 \begin_inset CommandInset label
22973 LatexCommand label
22974 name "chap:フロート"
22975
22976 \end_inset
22977
22978
22979 \begin_inset Index idx
22980 status collapsed
22981
22982 \begin_layout Plain Layout
22983 ふろーと@フロート
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Section
22992 はじめに
22993 \begin_inset CommandInset label
22994 LatexCommand label
22995 name "sec:フロートはじめに"
22996
22997 \end_inset
22998
22999
23000 \begin_inset Index idx
23001 status collapsed
23002
23003 \begin_layout Plain Layout
23004 ふろーと@フロート ! はじめに
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \begin_layout Standard
23013 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
23014 ート)ことができます.
23015 \family sans
23016 脚註
23017 \family default
23018
23019 \family sans
23020 傍註
23021 \family default
23022 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
23023 \end_layout
23024
23025 \begin_layout Standard
23026 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
23027 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
23028 ートには連番が割り当てられます.参照については,第
23029 \begin_inset CommandInset ref
23030 LatexCommand ref
23031 reference "sec:フロートの参照"
23032
23033 \end_inset
23034
23035 節で述べられています.
23036 \end_layout
23037
23038 \begin_layout Standard
23039 フロートを挿入するには,
23040 \family sans
23041 挿入\SpecialChar menuseparator
23042 フロート
23043 \family default
23044 メニュー(
23045 \begin_inset Info
23046 type  "icon"
23047 arg   "float-insert figure"
23048 \end_inset
23049
23050 または
23051 \begin_inset Info
23052 type  "icon"
23053 arg   "float-insert table"
23054 \end_inset
23055
23056 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
23057 \family sans
23058 キャプション
23059 \family default
23060 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
23061 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
23062 \begin_inset CommandInset ref
23063 LatexCommand ref
23064 reference "sec:キャプションの配置"
23065
23066 \end_inset
23067
23068 節に述べられています.また,\SpecialChar LyX
23069 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
23070 畳んだフロートボックスは,
23071 \begin_inset Graphics
23072         filename clipart/float.png
23073         scale 70
23074         scaleBeforeRotation
23075
23076 \end_inset
23077
23078 のように,灰色ボタンに赤字ラベルで表示されます.
23079 \end_layout
23080
23081 \begin_layout Standard
23082 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
23083 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
23084 \end_layout
23085
23086 \begin_layout Standard
23087 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
23088 \end_layout
23089
23090 \begin_layout Section
23091 フロート型
23092 \end_layout
23093
23094 \begin_layout Standard
23095 \SpecialChar LyX
23096 には,第
23097 \begin_inset CommandInset ref
23098 LatexCommand ref
23099 reference "sec:図フロート"
23100
23101 \end_inset
23102
23103 節および第
23104 \begin_inset CommandInset ref
23105 LatexCommand ref
23106 reference "sec:表フロート"
23107
23108 \end_inset
23109
23110 節で各々説明されている図フロートと表フロート以外に,
23111 \family sans
23112 アルゴリズム型
23113 \series bold
23114
23115 \series default
23116 折返し型
23117 \family default
23118 のフロート型があります.後者は,第
23119 \begin_inset CommandInset ref
23120 LatexCommand ref
23121 reference "sec:折返しフロート"
23122
23123 \end_inset
23124
23125 節に説明があります.
23126 \end_layout
23127
23128 \begin_layout Subsection
23129 アルゴリズムフロート
23130 \begin_inset Index idx
23131 status collapsed
23132
23133 \begin_layout Plain Layout
23134 ふろーと@フロート ! あるごりずむ@アルゴリズム
23135 \end_layout
23136
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \begin_layout Standard
23143 \begin_inset Float algorithm
23144 placement h
23145 wide false
23146 sideways false
23147 status open
23148
23149 \begin_layout Plain Layout
23150 \begin_inset Caption Standard
23151
23152 \begin_layout Plain Layout
23153 \begin_inset CommandInset label
23154 LatexCommand label
23155 name "alg:アルゴリズムフロートの例"
23156
23157 \end_inset
23158
23159 アルゴリズムフロートの例
23160 \end_layout
23161
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \begin_layout LyX-Code
23168 for I in 1..N loop
23169 \begin_inset Newline newline
23170 \end_inset
23171
23172  Sum:= Sum + A(I); /*comment*/
23173 \begin_inset Newline newline
23174 \end_inset
23175
23176 end loop
23177 \begin_inset VSpace -4mm
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \begin_layout Standard
23189 このフロート型は,
23190 \family sans
23191 挿入
23192 \shape up
23193 \SpecialChar menuseparator
23194 フロート\SpecialChar menuseparator
23195 アルゴリズム
23196 \family default
23197 \shape default
23198 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
23199 \begin_inset CommandInset ref
23200 LatexCommand ref
23201 reference "cha:プログラムコードリスト"
23202
23203 \end_inset
23204
23205 章で説明されているプログラムコードリストの代わりとみなすことができます.
23206 \emph on
23207 \SpecialChar LyX
23208 ユーザーの手引き
23209 \emph default
23210 に述べられているように,アルゴリズム向けの環境としては,
23211 \family sans
23212 \SpecialChar LyX
23213 コード
23214 \family default
23215 があります. アルゴリズム
23216 \begin_inset CommandInset ref
23217 LatexCommand ref
23218 reference "alg:アルゴリズムフロートの例"
23219
23220 \end_inset
23221
23222 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
23223 \begin_inset space \thinspace{}
23224 \end_inset
23225
23226 mmの垂直空白が入れてあります.
23227 \end_layout
23228
23229 \begin_layout Standard
23230 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
23231 \end_layout
23232
23233 \begin_layout Standard
23234
23235 \series bold
23236
23237 \backslash
23238 floatname{algorithm}{付けたい名称}
23239 \end_layout
23240
23241 \begin_layout Standard
23242 という行を手動で加える必要があります.ここで
23243 \family sans
23244 \series bold
23245 付けたい名称
23246 \family default
23247 \series default
23248 には,お使いの言語で「
23249 \emph on
23250 algorithm
23251 \emph default
23252 」に対応する単語を指定します.
23253 \end_layout
23254
23255 \begin_layout Standard
23256 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
23257 のメニューに表示されている言語と同じであるならば,
23258 \family sans
23259 挿入\SpecialChar menuseparator
23260 一覧/目次\SpecialChar menuseparator
23261 アルゴリズム一覧
23262 \family default
23263 メニューを使用します.それ以外の場合には,代わりに
23264 \end_layout
23265
23266 \begin_layout Standard
23267
23268 \series bold
23269
23270 \backslash
23271 listof{algorithm}{付けたい名称}
23272 \end_layout
23273
23274 \begin_layout Standard
23275 というコマンドを\SpecialChar TeX
23276 コードとして用います.ここで
23277 \family sans
23278 付けたい名称
23279 \family default
23280 とは,「
23281 \emph on
23282 List of Algorithm
23283 \emph default
23284 s」という単語に相当する,ご使用になりたい言語での単語です.
23285 \end_layout
23286
23287 \begin_layout Standard
23288 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
23289 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
23290 \end_layout
23291
23292 \begin_layout Standard
23293
23294 \series bold
23295
23296 \backslash
23297 numberwithin{algorithm}{chapter}
23298 \end_layout
23299
23300 \begin_layout Standard
23301 というコマンドを追加してください.
23302 \series bold
23303
23304 \backslash
23305 numberwithin
23306 \series default
23307 というコマンドを使用するには,文書設定の
23308 \family sans
23309 数式オプション
23310 \family default
23311 タブで
23312 \family sans
23313 AMS mathパッケージを使用する
23314 \family default
23315 オプションを有効にしてください.
23316 \end_layout
23317
23318 \begin_layout Section
23319 フロートの連番
23320 \begin_inset Index idx
23321 status collapsed
23322
23323 \begin_layout Plain Layout
23324 ふろーと@フロート ! れんばん@連番
23325 \end_layout
23326
23327 \end_inset
23328
23329
23330 \end_layout
23331
23332 \begin_layout Standard
23333 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
23334 て変わります.
23335 \end_layout
23336
23337 \begin_layout Standard
23338 節から独立して付けられている連番を変更するには,文書プリアンブルで
23339 \end_layout
23340
23341 \begin_layout Standard
23342
23343 \series bold
23344
23345 \backslash
23346 renewcommand{
23347 \backslash
23348 thetable}{
23349 \backslash
23350 roman{table}}
23351 \end_layout
23352
23353 \begin_layout Standard
23354
23355 \series bold
23356 というコマンドを使うと良いでしょう.
23357 \backslash
23358 thetable
23359 \series default
23360 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
23361 \series bold
23362
23363 \backslash
23364 thefigure
23365 \series default
23366 コマンドを使用します.上のコマンドで使用されている
23367 \series bold
23368
23369 \backslash
23370 roman
23371 \series default
23372 は,表番号を小文字のローマ数字で印字するコマンドです.
23373 \end_layout
23374
23375 \begin_layout Standard
23376 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
23377 \end_layout
23378
23379 \begin_layout Standard
23380
23381 \series bold
23382
23383 \backslash
23384 numberwithin{table}{subsection}
23385 \end_layout
23386
23387 \begin_layout Standard
23388 というコマンドを使用してください.
23389 \series bold
23390
23391 \backslash
23392 numberwithin
23393 \series default
23394 コマンドを使用可能にするためには,文書設定の
23395 \family sans
23396 数式オプション
23397 \family default
23398 タブで,
23399 \family sans
23400 AMS
23401 \begin_inset space ~
23402 \end_inset
23403
23404 math数式パッケージを使用する
23405 \family default
23406 を使用します.
23407 \end_layout
23408
23409 \begin_layout Standard
23410 連番コマンドについての詳細と大切な注意点については,第
23411 \begin_inset CommandInset ref
23412 LatexCommand ref
23413 reference "subsec:脚注の付番"
23414
23415 \end_inset
23416
23417 節もご覧ください.
23418 \end_layout
23419
23420 \begin_layout Section
23421 フロートの参照
23422 \begin_inset CommandInset label
23423 LatexCommand label
23424 name "sec:フロートの参照"
23425
23426 \end_inset
23427
23428
23429 \begin_inset Index idx
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433 ふろーと@フロート ! さんしょう@参照
23434 \end_layout
23435
23436 \end_inset
23437
23438
23439 \begin_inset Index idx
23440 status collapsed
23441
23442 \begin_layout Plain Layout
23443 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23444 \end_layout
23445
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \begin_layout Standard
23452 フロートを参照するには,
23453 \family sans
23454 挿入\SpecialChar menuseparator
23455 ラベル
23456 \family default
23457 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
23458 \begin_inset Graphics
23459         filename clipart/label.png
23460         scaleBeforeRotation
23461
23462 \end_inset
23463
23464 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
23465 は,キャプションの最初の数単語に前置句をつけたも
23466 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
23467 \family sans
23468 fig:
23469 \family default
23470 」という前置句がつけられます.
23471 \end_layout
23472
23473 \begin_layout Standard
23474 ラベルは,参照のための名称兼位置標として用いられます.
23475 \family sans
23476 挿入\SpecialChar menuseparator
23477 相互参照
23478 \family default
23479 メニューかツールバーボタン
23480 \family sans
23481
23482 \begin_inset Info
23483 type  "icon"
23484 arg   "dialog-show-new-inset ref"
23485 \end_inset
23486
23487
23488 \family default
23489 を使えば,ラベルを参照することができます.
23490 \begin_inset Graphics
23491         filename clipart/reference.png
23492         scaleBeforeRotation
23493
23494 \end_inset
23495
23496 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
23497 文書が開かれている場合には,ダイアログの上方にある
23498 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
23499
23500 \end_layout
23501
23502 \begin_layout Standard
23503 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
23504 出力では,参照の代わりに二つの疑問符が表示されることになります.
23505 \end_layout
23506
23507 \begin_layout Standard
23508 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
23509 で,リンクの更新に手間を割く必要はありません.
23510 \end_layout
23511
23512 \begin_layout Standard
23513 相互参照ウィンドウの
23514 \family sans
23515 ラベルへ移動
23516 \family default
23517 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
23518 \family sans
23519 戻る
23520 \family default
23521 に変わるので,相互参照にカーソルを戻すのに使用することができます.
23522 \end_layout
23523
23524 \begin_layout Subsection
23525 相互参照の書式
23526 \begin_inset CommandInset label
23527 LatexCommand label
23528 name "subsec:相互参照の書式"
23529
23530 \end_inset
23531
23532
23533 \begin_inset Index idx
23534 status collapsed
23535
23536 \begin_layout Plain Layout
23537 さんしょう@参照 ! しょしき@書式
23538 \end_layout
23539
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \begin_layout Standard
23546 相互参照には,以下の6種類があります.
23547 \end_layout
23548
23549 \begin_layout Description
23550 <参照>: これはフロート番号を表示します.これが既定値です.例:
23551 \begin_inset CommandInset ref
23552 LatexCommand ref
23553 reference "fig:歪められた二つの像"
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \begin_layout Description
23561 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
23562 例:
23563 \begin_inset CommandInset ref
23564 LatexCommand eqref
23565 reference "eq:Wgn"
23566
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \begin_layout Description
23573 <参照ページ>: これはページ番号を表示します.例:Page
23574 \begin_inset space ~
23575 \end_inset
23576
23577
23578 \begin_inset CommandInset ref
23579 LatexCommand pageref
23580 reference "fig:歪められた二つの像"
23581
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \begin_layout Description
23588 on
23589 \begin_inset space ~
23590 \end_inset
23591
23592 page
23593 \begin_inset space ~
23594 \end_inset
23595
23596 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
23597 \begin_inset CommandInset ref
23598 LatexCommand vpageref
23599 reference "fig:歪められた二つの像"
23600
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \begin_layout Description
23607 <参照>
23608 \begin_inset space ~
23609 \end_inset
23610
23611 on
23612 \begin_inset space ~
23613 \end_inset
23614
23615 page
23616 \begin_inset space ~
23617 \end_inset
23618
23619 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
23620 \begin_inset CommandInset ref
23621 LatexCommand vref
23622 reference "fig:歪められた二つの像"
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Description
23630 整形された参照: これは自製の相互参照書式で出力します.
23631 \begin_inset Newline newline
23632 \end_inset
23633
23634
23635 \begin_inset Note Greyedout
23636 status open
23637
23638 \begin_layout Plain Layout
23639
23640 \series bold
23641 【註】
23642 \series default
23643 この機能は,\SpecialChar LaTeX
23644 パッケージ
23645 \series bold
23646 prettyref
23647 \series default
23648 または
23649 \series bold
23650 refstyle
23651 \series default
23652 が導入されている場合のみ使用することができます.
23653 \begin_inset Index idx
23654 status collapsed
23655
23656 \begin_layout Plain Layout
23657 \SpecialChar LaTeX
23658 ぱっけーじ@\SpecialChar LaTeX
23659 パッケージ! prettyref
23660 \end_layout
23661
23662 \end_inset
23663
23664
23665 \begin_inset Index idx
23666 status collapsed
23667
23668 \begin_layout Plain Layout
23669 \SpecialChar LaTeX
23670 ぱっけーじ@\SpecialChar LaTeX
23671 パッケージ ! refstyle
23672 \end_layout
23673
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \begin_inset Newline newline
23683 \end_inset
23684
23685 メニュー
23686 \family sans
23687 文書\SpecialChar menuseparator
23688 設定\SpecialChar menuseparator
23689 文書クラス
23690 \family default
23691 でオプション
23692 \family sans
23693 相互参照に(prettyrefではなく)refstyleを使用
23694 \family default
23695 を設定すると,この機能で使用する\SpecialChar LaTeX
23696 パッケージを選択することができます.書式は,文書プリアンブルに
23697 \series bold
23698
23699 \backslash
23700 newrefformat
23701 \series default
23702 コマンド(prettyrefの場合)あるいは
23703 \series bold
23704
23705 \backslash
23706 newref
23707 \series default
23708 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
23709 \family sans
23710 fig
23711 \family default
23712 」を持ちます)をすべて定義し直すには,
23713 \begin_inset Newline newline
23714 \end_inset
23715
23716
23717 \series bold
23718
23719 \backslash
23720 newref{fig}{refcmd={Image on page 
23721 \backslash
23722 pageref{#1}}}
23723 \begin_inset Newline newline
23724 \end_inset
23725
23726
23727 \series default
23728 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
23729 \begin_inset CommandInset citation
23730 LatexCommand cite
23731 key "prettyref,refstyle"
23732
23733 \end_inset
23734
23735 をご覧ください.
23736 \end_layout
23737
23738 \begin_layout Description
23739 名称参照: これは,下のような参照のキャプションを出力します.
23740 \begin_inset Newline newline
23741 \end_inset
23742
23743  
23744 \begin_inset CommandInset ref
23745 LatexCommand nameref
23746 reference "fig:歪められた二つの像"
23747
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \begin_layout Standard
23754
23755 \family sans
23756 <参照ページ>
23757 \family default
23758 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
23759 \family sans
23760 on this page
23761 \family default
23762 」のような文章が表示されます.様式
23763 \family sans
23764 <参照> on page <参照ページ>
23765 \family default
23766 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
23767 \end_layout
23768
23769 \begin_layout Standard
23770 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
23771 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23772 \family sans
23773 書式
23774 \family default
23775 フィールドで選ぶことができます.
23776 \end_layout
23777
23778 \begin_layout Standard
23779 \begin_inset Note Greyedout
23780 status open
23781
23782 \begin_layout Plain Layout
23783
23784 \series bold
23785 【註】
23786 \series default
23787 \SpecialChar LaTeX
23788 パッケージ
23789 \series bold
23790 prettyref
23791 \series default
23792
23793 \begin_inset Index idx
23794 status collapsed
23795
23796 \begin_layout Plain Layout
23797 \SpecialChar LaTeX
23798 ぱっけーじ@\SpecialChar LaTeX
23799 パッケージ! prettyref
23800 \end_layout
23801
23802 \end_inset
23803
23804 は,\SpecialChar LyX
23805 の取り得るラベル
23806 \begin_inset Flex Ruby
23807 status collapsed
23808
23809 \begin_layout Plain Layout
23810 捷径
23811 \begin_inset Argument post:1
23812 status collapsed
23813
23814 \begin_layout Plain Layout
23815 ショートカット
23816 \end_layout
23817
23818 \end_inset
23819
23820
23821 \end_layout
23822
23823 \end_inset
23824
23825
23826 \begin_inset Foot
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830 例えば,
23831 \begin_inset Quotes eld
23832 \end_inset
23833
23834 fig:
23835 \begin_inset Quotes erd
23836 \end_inset
23837
23838 は図キャプションを表す\SpecialChar LyX
23839
23840 \begin_inset Flex Ruby
23841 status collapsed
23842
23843 \begin_layout Plain Layout
23844 捷径
23845 \begin_inset Argument post:1
23846 status collapsed
23847
23848 \begin_layout Plain Layout
23849 ショートカット
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \end_inset
23858
23859 です.
23860 \end_layout
23861
23862 \end_inset
23863
23864 を全部は解釈できず,国際化もされていないので,
23865 \series bold
23866 refstyle
23867 \series default
23868
23869 \begin_inset Index idx
23870 status collapsed
23871
23872 \begin_layout Plain Layout
23873 \SpecialChar LaTeX
23874 ぱっけーじ@\SpecialChar LaTeX
23875 パッケージ ! refstyle
23876 \end_layout
23877
23878 \end_inset
23879
23880 を使用することを推奨します.
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Subsection
23889 参照名の自動命名
23890 \begin_inset Index idx
23891 status collapsed
23892
23893 \begin_layout Plain Layout
23894 さんしょう@参照 ! じどうめいめい@自動命名
23895 \end_layout
23896
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \begin_layout Standard
23903
23904 \family sans
23905 文書設定
23906 \family default
23907 ダイアログの
23908 \family sans
23909 PDF特性
23910 \family default
23911 で有効にされた
23912 \series bold
23913 hyperref
23914 \series default
23915
23916 \begin_inset Index idx
23917 status collapsed
23918
23919 \begin_layout Plain Layout
23920 \SpecialChar LaTeX
23921 ぱっけーじ@\SpecialChar LaTeX
23922 パッケージ ! hyperref
23923 \end_layout
23924
23925 \end_inset
23926
23927  \SpecialChar LaTeX
23928 パッケージは,相互参照が参照されたフロート(あるいは
23929 \emph on
23930
23931 \emph default
23932 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
23933 の機能を使用するには,hyperrefを有効にして,
23934 \end_layout
23935
23936 \begin_layout Standard
23937
23938 \series bold
23939
23940 \backslash
23941 AtBeginDocument{
23942 \backslash
23943 renewcommand{
23944 \backslash
23945 ref}[1]{
23946 \backslash
23947 mbox{
23948 \backslash
23949 autoref{#1}}}}
23950 \end_layout
23951
23952 \begin_layout Standard
23953 という行を\SpecialChar LaTeX
23954 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
23955 \begin_inset space \thinspace{}
23956 \end_inset
23957
23958 」としたいなど,既定の参照名以外のものが欲しい場合には,
23959 \end_layout
23960
23961 \begin_layout Standard
23962
23963 \series bold
23964
23965 \backslash
23966 addto
23967 \backslash
23968 extrasenglish{
23969 \backslash
23970 renewcommand{
23971 \backslash
23972 sectionautorefname}
23973 \begin_inset Newline newline
23974 \end_inset
23975
23976
23977 \begin_inset Phantom HPhantom
23978 status open
23979
23980 \begin_layout Plain Layout
23981
23982 \series bold
23983 \begin_inset space ~
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990
23991 {sec.
23992 \backslash
23993 negthinspace}}
23994 \end_layout
23995
23996 \begin_layout Standard
23997 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
23998 \begin_inset Newline newline
23999 \end_inset
24000
24001
24002 \series bold
24003
24004 \backslash
24005 extrasenglishを
24006 \backslash
24007 extras***
24008 \series default
24009 に置き換えてください(***は使用中の言語名).
24010 \end_layout
24011
24012 \begin_layout Standard
24013 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
24014 \end_layout
24015
24016 \begin_layout Standard
24017
24018 \series bold
24019
24020 \backslash
24021 addto
24022 \backslash
24023 extrasenglish{
24024 \backslash
24025 renewcommand*{
24026 \backslash
24027 equationautorefname}[1]{}}
24028 \end_layout
24029
24030 \begin_layout Standard
24031 この話題に関する詳細は,hyperrefの説明書
24032 \begin_inset CommandInset citation
24033 LatexCommand cite
24034 key "hyperref"
24035
24036 \end_inset
24037
24038 をお読みください.
24039 \end_layout
24040
24041 \begin_layout Standard
24042 \begin_inset Note Greyedout
24043 status open
24044
24045 \begin_layout Plain Layout
24046
24047 \series bold
24048 【註】
24049 \series default
24050 参照の自動命名は,相互参照を
24051 \family sans
24052 整形参照
24053 \family default
24054 様式(第
24055 \begin_inset CommandInset ref
24056 LatexCommand ref
24057 reference "subsec:相互参照の書式"
24058
24059 \end_inset
24060
24061 節)で使用しているときには,使用することができません.
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \begin_layout Standard
24070 \SpecialChar LyX
24071 の取扱説明書『
24072 \emph on
24073 数式篇
24074 \emph default
24075 』では,参照名の自動命名が使用されています.
24076 \end_layout
24077
24078 \begin_layout Subsection
24079 参照位置
24080 \begin_inset CommandInset label
24081 LatexCommand label
24082 name "subsec:参照位置"
24083
24084 \end_inset
24085
24086
24087 \begin_inset Index idx
24088 status collapsed
24089
24090 \begin_layout Plain Layout
24091 さんしょう@参照 ! さんしょういち@参照位置
24092 \end_layout
24093
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \begin_layout Standard
24100
24101 \family sans
24102 文書設定
24103 \family default
24104 ダイアログの
24105 \family sans
24106 PDF特性
24107 \family default
24108 で,
24109 \series bold
24110 hyperref
24111 \series default
24112
24113 \begin_inset Index idx
24114 status collapsed
24115
24116 \begin_layout Plain Layout
24117 \SpecialChar LaTeX
24118 ぱっけーじ@\SpecialChar LaTeX
24119 パッケージ ! hyperref
24120 \end_layout
24121
24122 \end_inset
24123
24124 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
24125 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
24126 パッケージの
24127 \series bold
24128 hyperref
24129 \series default
24130
24131 \begin_inset Index idx
24132 status collapsed
24133
24134 \begin_layout Plain Layout
24135 \SpecialChar LaTeX
24136 ぱっけーじ@\SpecialChar LaTeX
24137 パッケージ ! hyperref
24138 \end_layout
24139
24140 \end_inset
24141
24142 の一部である
24143 \series bold
24144 hyperref
24145 \series default
24146
24147 \begin_inset Index idx
24148 status collapsed
24149
24150 \begin_layout Plain Layout
24151 \SpecialChar LaTeX
24152 ぱっけーじ@\SpecialChar LaTeX
24153 パッケージ ! hyperref
24154 \end_layout
24155
24156 \end_inset
24157
24158 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
24159 \end_layout
24160
24161 \begin_layout Standard
24162
24163 \series bold
24164
24165 \backslash
24166 usepackage[figure]{hypcap}
24167 \end_layout
24168
24169 \begin_layout Standard
24170 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
24171 hypcapの説明書
24172 \begin_inset CommandInset citation
24173 LatexCommand cite
24174 key "hypcap"
24175
24176 \end_inset
24177
24178 をご覧ください.
24179 \end_layout
24180
24181 \begin_layout Standard
24182 \begin_inset Note Greyedout
24183 status open
24184
24185 \begin_layout Plain Layout
24186
24187 \series bold
24188 【註】hypcap
24189 \series default
24190 は内部図への参照には効力がありません.
24191 \end_layout
24192
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \begin_layout Section
24199 フロートの配置
24200 \begin_inset CommandInset label
24201 LatexCommand label
24202 name "sec:フロートの配置"
24203
24204 \end_inset
24205
24206
24207 \begin_inset Index idx
24208 status collapsed
24209
24210 \begin_layout Plain Layout
24211 ふろーと@フロート ! はいち@配置
24212 \end_layout
24213
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \begin_layout Standard
24220
24221 \family roman
24222 \series medium
24223 \shape up
24224 \size normal
24225 \emph off
24226 \bar no
24227 \noun off
24228 \color none
24229 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
24230 がフロートを配置するのに使う配置オプションを変更できるようになります.
24231 \begin_inset Newline newline
24232 \end_inset
24233
24234
24235 \family sans
24236 \series default
24237 \shape default
24238 \size default
24239 \emph default
24240 \bar default
24241 \noun default
24242 \color inherit
24243 段をまたぐ
24244 \family roman
24245 \series medium
24246 \shape up
24247 \size normal
24248 \emph off
24249 \bar no
24250 \noun off
24251 \color none
24252 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
24253 \begin_inset Newline newline
24254 \end_inset
24255
24256
24257 \family sans
24258 \series default
24259 \shape default
24260 \size default
24261 \emph default
24262 \bar default
24263 \noun default
24264 \color inherit
24265 横倒しに回転
24266 \family roman
24267 \series medium
24268 \shape up
24269 \size normal
24270 \emph off
24271 \bar no
24272 \noun off
24273 \color none
24274 オプションは,フロートを回転するのに用います.第
24275 \family default
24276 \series default
24277 \shape default
24278 \size default
24279 \emph default
24280 \bar default
24281 \noun default
24282 \color inherit
24283
24284 \begin_inset CommandInset ref
24285 LatexCommand ref
24286 reference "sec:回転フロート"
24287
24288 \end_inset
24289
24290
24291 \family roman
24292 \series medium
24293 \shape up
24294 \size normal
24295 \emph off
24296 \bar no
24297 \noun off
24298 \color none
24299 節をご参照ください.
24300 \end_layout
24301
24302 \begin_layout Standard
24303
24304 \family roman
24305 \series medium
24306 \shape up
24307 \size normal
24308 \emph off
24309 \bar no
24310 \noun off
24311 \color none
24312 フロートダイアログでは,
24313 \family sans
24314 \series default
24315 \shape default
24316 \size default
24317 \emph default
24318 \bar default
24319 \noun default
24320 \color inherit
24321 既定の配置を使う
24322 \family roman
24323 \series medium
24324 \shape up
24325 \size normal
24326 \emph off
24327 \bar no
24328 \noun off
24329 \color none
24330 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
24331 \end_layout
24332
24333 \begin_layout Description
24334 可能ならば現在位置に: 
24335 \family roman
24336 \series medium
24337 \shape up
24338 \size normal
24339 \emph off
24340 \bar no
24341 \noun off
24342 \color none
24343 フロートを挿入位置に配置することを試みます
24344 \end_layout
24345
24346 \begin_layout Description
24347 ページ上部: 
24348 \family roman
24349 \series medium
24350 \shape up
24351 \size normal
24352 \emph off
24353 \bar no
24354 \noun off
24355 \color none
24356 フロートを現在ページの上部に配置することを試みます
24357 \end_layout
24358
24359 \begin_layout Description
24360 ページ下部: 
24361 \family roman
24362 \series medium
24363 \shape up
24364 \size normal
24365 \emph off
24366 \bar no
24367 \noun off
24368 \color none
24369 フロートを現在ページの下部に配置することを試みます
24370 \end_layout
24371
24372 \begin_layout Description
24373 フロートを独立したページに: 
24374 \family roman
24375 \series medium
24376 \shape up
24377 \size normal
24378 \emph off
24379 \bar no
24380 \noun off
24381 \color none
24382 フロートを独立したページに配置することを試みます
24383 \end_layout
24384
24385 \begin_layout Standard
24386 \SpecialChar LaTeX
24387 は,
24388 \emph on
24389 つねに
24390 \emph default
24391 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
24392 はまず
24393 \family sans
24394 可能ならば現在位置に
24395 \family default
24396 を試み,次に
24397 \family sans
24398 ページの上部
24399 \family default
24400 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
24401 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
24402 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
24403 \end_layout
24404
24405 \begin_layout Standard
24406 既定では,各オプションはそれぞれ以下の規則を持っています.
24407 \end_layout
24408
24409 \begin_layout Labeling
24410 \labelwidthstring 00.00.0000
24411
24412 \family sans
24413 ページ上部
24414 \family default
24415  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
24416 \series bold
24417
24418 \backslash
24419 topfraction
24420 \series default
24421 ).
24422 \end_layout
24423
24424 \begin_layout Labeling
24425 \labelwidthstring 00.00.0000
24426
24427 \family sans
24428 ページ下部
24429 \family default
24430  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
24431 \series bold
24432
24433 \backslash
24434 bottomfraction
24435 \series default
24436 ).
24437 \end_layout
24438
24439 \begin_layout Labeling
24440 \labelwidthstring 00.00.0000
24441
24442 \family sans
24443 フロートを独立したページ 
24444 \family default
24445 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
24446 \series bold
24447
24448 \backslash
24449 floatpagefraction
24450 \series default
24451 ).
24452 \end_layout
24453
24454 \begin_layout Standard
24455 これらの規則に従いたくないときは,
24456 \family sans
24457 \SpecialChar LaTeX
24458 の規則を無視する
24459 \family default
24460 オプションを追加することによって,これらを無視することができます.
24461 \begin_inset Newline newline
24462 \end_inset
24463
24464 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
24465 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
24466 5割に変えるには,文書プリアンブルに
24467 \end_layout
24468
24469 \begin_layout Standard
24470
24471 \series bold
24472
24473 \backslash
24474 renewcommand{
24475 \backslash
24476 bottomfraction}{0.5}
24477 \end_layout
24478
24479 \begin_layout Standard
24480 という行を加えてください.
24481 \end_layout
24482
24483 \begin_layout Standard
24484 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
24485 \family sans
24486 何としても現在位置に置く
24487 \family default
24488 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
24489 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
24490 からです.
24491 \end_layout
24492
24493 \begin_layout Standard
24494 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
24495 \end_layout
24496
24497 \begin_layout Standard
24498 \begin_inset VSpace bigskip
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \begin_layout Standard
24505 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24506 することがあります.この問題を避けるには,\SpecialChar LaTeX
24507 コマンドの
24508 \backslash
24509 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
24510 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
24511 \end_layout
24512
24513 \begin_layout Standard
24514
24515 \series bold
24516
24517 \backslash
24518 let
24519 \backslash
24520 mySection
24521 \backslash
24522 section
24523 \begin_inset Newline newline
24524 \end_inset
24525
24526
24527 \backslash
24528 renewcommand{
24529 \backslash
24530 section}{
24531 \backslash
24532 suppressfloats[t]
24533 \backslash
24534 mySection}
24535 \end_layout
24536
24537 \begin_layout Standard
24538 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
24539 が適当な配置を見つけるのに失敗することが
24540 あるので,これらに対する定義はお勧めしません.
24541 \end_layout
24542
24543 \begin_layout Standard
24544 \begin_inset VSpace bigskip
24545 \end_inset
24546
24547 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
24548 パッケージ
24549 \series bold
24550 endfloat
24551 \series default
24552
24553 \begin_inset Index idx
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557 \SpecialChar LaTeX
24558 ぱっけーじ@\SpecialChar LaTeX
24559 パッケージ ! endfloat
24560 \end_layout
24561
24562 \end_inset
24563
24564 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
24565 \begin_inset Quotes eld
24566 \end_inset
24567
24568
24569 \family sans
24570 [Figure
24571 \begin_inset space ~
24572 \end_inset
24573
24574 3.2 about here.]
24575 \family default
24576
24577 \begin_inset Quotes erd
24578 \end_inset
24579
24580 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
24581 \end_layout
24582
24583 \begin_layout Standard
24584
24585 \series bold
24586
24587 \backslash
24588 usepackage[options]{endfloat}
24589 \end_layout
24590
24591 \begin_layout Standard
24592 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
24593 \series bold
24594 endfloat
24595 \series default
24596 取扱説明書
24597 \begin_inset CommandInset citation
24598 LatexCommand cite
24599 key "endfloat"
24600
24601 \end_inset
24602
24603 をご参照ください.
24604 \begin_inset Newline newline
24605 \end_inset
24606
24607
24608 \begin_inset Note Greyedout
24609 status open
24610
24611 \begin_layout Plain Layout
24612
24613 \series bold
24614 【註】endfloat
24615 \series default
24616 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
24617 \begin_inset CommandInset citation
24618 LatexCommand cite
24619 key "endfloat"
24620
24621 \end_inset
24622
24623 の第4節をご参照ください.
24624 \end_layout
24625
24626 \end_inset
24627
24628
24629 \begin_inset Newline newline
24630 \end_inset
24631
24632
24633 \begin_inset Note Greyedout
24634 status open
24635
24636 \begin_layout Plain Layout
24637
24638 \series bold
24639 【註】
24640 \series default
24641 現在のところ,
24642 \series bold
24643 endfloat
24644 \series default
24645 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
24646 コードで「
24647 \series bold
24648
24649 \backslash
24650 ss
24651 \series default
24652 」コマンドを使用してください.
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Standard
24661 \begin_inset VSpace bigskip
24662 \end_inset
24663
24664 フロートの割付に関する詳細は,\SpecialChar LaTeX
24665 関連書
24666 \begin_inset CommandInset citation
24667 LatexCommand cite
24668 key "latexcompanion,latexguide,latexbook"
24669
24670 \end_inset
24671
24672 をご覧ください.
24673 \end_layout
24674
24675 \begin_layout Section
24676 回転フロート
24677 \begin_inset CommandInset label
24678 LatexCommand label
24679 name "sec:回転フロート"
24680
24681 \end_inset
24682
24683
24684 \begin_inset Index idx
24685 status collapsed
24686
24687 \begin_layout Plain Layout
24688 ふろーと@フロート ! かいてん@回転
24689 \end_layout
24690
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \begin_layout Standard
24697 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
24698 \family sans
24699 横倒しに回転
24700 \family default
24701 オプションを有効にします.
24702 \end_layout
24703
24704 \begin_layout Standard
24705 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
24706 \family sans
24707 段をまたぐ
24708 \family default
24709 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
24710 たって回転方向を強制したい場合には,文書クラスオプションに
24711 \series bold
24712 figuresleft
24713 \series default
24714 オプションあるいは
24715 \series bold
24716 figuresright
24717 \series default
24718 オプションを加えることができます.
24719 \end_layout
24720
24721 \begin_layout Standard
24722 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
24723 \begin_inset CommandInset ref
24724 LatexCommand ref
24725 reference "tab:回転した表"
24726
24727 \end_inset
24728
24729 が回転表フロートの例です.
24730 \end_layout
24731
24732 \begin_layout Standard
24733 \begin_inset Note Greyedout
24734 status open
24735
24736 \begin_layout Plain Layout
24737
24738 \series bold
24739 【註】
24740 \series default
24741 すべてのDVIビューアが回転フロートを表示できるわけではありません.
24742 \end_layout
24743
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \begin_layout Standard
24750 \begin_inset Float table
24751 wide false
24752 sideways true
24753 status open
24754
24755 \begin_layout Plain Layout
24756 \begin_inset Caption Standard
24757
24758 \begin_layout Plain Layout
24759 \begin_inset CommandInset label
24760 LatexCommand label
24761 name "tab:回転した表"
24762
24763 \end_inset
24764
24765 回転した表
24766 \end_layout
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Plain Layout
24774 \align center
24775 \begin_inset Tabular
24776 <lyxtabular version="3" rows="1" columns="5">
24777 <features tabularvalignment="middle">
24778 <column alignment="center" valignment="top">
24779 <column alignment="center" valignment="top">
24780 <column alignment="center" valignment="top">
24781 <column alignment="center" valignment="top">
24782 <column alignment="center" valignment="top">
24783 <row>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 試験
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Plain Layout
24806
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24821 \begin_inset Text
24822
24823 \begin_layout Plain Layout
24824
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 </row>
24830 </lyxtabular>
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Section
24843 従属フロート
24844 \begin_inset Index idx
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
24858 \begin_inset CommandInset ref
24859 LatexCommand ref
24860 reference "tab:従属表を横に並べたもの"
24861
24862 \end_inset
24863
24864 と表
24865 \begin_inset CommandInset ref
24866 LatexCommand ref
24867 reference "tab:従属表を縦に並べたもの"
24868
24869 \end_inset
24870
24871 に示されているように段落と同様に指定することができます.
24872 \end_layout
24873
24874 \begin_layout Standard
24875 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
24876 \begin_inset CommandInset ref
24877 LatexCommand ref
24878 reference "tab:これは従属表a"
24879
24880 \end_inset
24881
24882 と表
24883 \begin_inset CommandInset ref
24884 LatexCommand ref
24885 reference "tab:これは従属表b"
24886
24887 \end_inset
24888
24889 は表
24890 \begin_inset CommandInset ref
24891 LatexCommand ref
24892 reference "tab:従属表を横に並べたもの"
24893
24894 \end_inset
24895
24896 の従属フロートです.
24897 \begin_inset Float table
24898 wide false
24899 sideways false
24900 status open
24901
24902 \begin_layout Plain Layout
24903 \begin_inset Caption Standard
24904
24905 \begin_layout Plain Layout
24906 \begin_inset CommandInset label
24907 LatexCommand label
24908 name "tab:従属表を横に並べたもの"
24909
24910 \end_inset
24911
24912 従属表を横に並べたもの
24913 \end_layout
24914
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \begin_layout Plain Layout
24921 \begin_inset space \hfill{}
24922 \end_inset
24923
24924
24925 \begin_inset Float table
24926 wide false
24927 sideways false
24928 status collapsed
24929
24930 \begin_layout Plain Layout
24931 \begin_inset Caption Standard
24932
24933 \begin_layout Plain Layout
24934 \begin_inset CommandInset label
24935 LatexCommand label
24936 name "tab:これは従属表a"
24937
24938 \end_inset
24939
24940 これは従属表aです.
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \begin_layout Plain Layout
24949 \align center
24950 \begin_inset Tabular
24951 <lyxtabular version="3" rows="1" columns="5">
24952 <features tabularvalignment="middle">
24953 <column alignment="center" valignment="top">
24954 <column alignment="center" valignment="top">
24955 <column alignment="center" valignment="top">
24956 <column alignment="center" valignment="top">
24957 <column alignment="center" valignment="top">
24958 <row>
24959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 試験
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 </lyxtabular>
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \begin_inset space \hfill{}
25016 \end_inset
25017
25018
25019 \begin_inset Float table
25020 wide false
25021 sideways false
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025 \begin_inset Caption Standard
25026
25027 \begin_layout Plain Layout
25028 \begin_inset CommandInset label
25029 LatexCommand label
25030 name "tab:これは従属表b"
25031
25032 \end_inset
25033
25034 これは従属表bです.
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \begin_layout Plain Layout
25043 \align center
25044 \begin_inset Tabular
25045 <lyxtabular version="3" rows="1" columns="5">
25046 <features tabularvalignment="middle">
25047 <column alignment="center" valignment="top">
25048 <column alignment="center" valignment="top">
25049 <column alignment="center" valignment="top">
25050 <column alignment="center" valignment="top">
25051 <column alignment="center" valignment="top">
25052 <row>
25053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 試験
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 </row>
25099 </lyxtabular>
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \begin_inset space \hfill{}
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \end_inset
25116
25117
25118 \begin_inset Float table
25119 wide false
25120 sideways false
25121 status open
25122
25123 \begin_layout Plain Layout
25124 \begin_inset Caption Standard
25125
25126 \begin_layout Plain Layout
25127 \begin_inset CommandInset label
25128 LatexCommand label
25129 name "tab:従属表を縦に並べたもの"
25130
25131 \end_inset
25132
25133 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
25134 \end_layout
25135
25136 \end_inset
25137
25138
25139 \end_layout
25140
25141 \begin_layout Plain Layout
25142 \noindent
25143 \align center
25144 \begin_inset Float table
25145 wide false
25146 sideways false
25147 status collapsed
25148
25149 \begin_layout Plain Layout
25150 \begin_inset Caption Standard
25151
25152 \begin_layout Plain Layout
25153
25154 \end_layout
25155
25156 \end_inset
25157
25158
25159 \end_layout
25160
25161 \begin_layout Plain Layout
25162 \align center
25163 \begin_inset Tabular
25164 <lyxtabular version="3" rows="1" columns="4">
25165 <features tabularvalignment="middle">
25166 <column alignment="center" valignment="top">
25167 <column alignment="center" valignment="top">
25168 <column alignment="center" valignment="top">
25169 <column alignment="center" valignment="top">
25170 <row>
25171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175 試験
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184 試験
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193 試験
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 試験
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 </row>
25208 </lyxtabular>
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Plain Layout
25221 \noindent
25222 \align center
25223 \begin_inset Float table
25224 wide false
25225 sideways false
25226 status collapsed
25227
25228 \begin_layout Plain Layout
25229 \begin_inset Caption Standard
25230
25231 \begin_layout Plain Layout
25232
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Plain Layout
25241 \align center
25242 \begin_inset Tabular
25243 <lyxtabular version="3" rows="1" columns="5">
25244 <features tabularvalignment="middle">
25245 <column alignment="center" valignment="top">
25246 <column alignment="center" valignment="top">
25247 <column alignment="center" valignment="top">
25248 <column alignment="center" valignment="top">
25249 <column alignment="center" valignment="top">
25250 <row>
25251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 </row>
25297 </lyxtabular>
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \begin_layout Section
25315 横並びのフロート
25316 \begin_inset Index idx
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320 ふろーと@フロート ! よこならび@横並び
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Standard
25329
25330 \begin_inset CommandInset ref
25331 LatexCommand ref
25332 reference "fig:左側のフロート"
25333
25334 \end_inset
25335
25336 や図
25337 \begin_inset CommandInset ref
25338 LatexCommand ref
25339 reference "fig:右側のフロート"
25340
25341 \end_inset
25342
25343 のようにフロートを横並びに配置するには,
25344 \emph on
25345 ひとつの
25346 \emph default
25347 フロートのみを使用し,その中に二つのminipageボックスを挿入します
25348 \begin_inset Foot
25349 status collapsed
25350
25351 \begin_layout Plain Layout
25352 Minipageは第
25353 \begin_inset CommandInset ref
25354 LatexCommand ref
25355 reference "sec:ミニページ"
25356
25357 \end_inset
25358
25359 節に説明があります.
25360 \end_layout
25361
25362 \end_inset
25363
25364 .幅は45
25365 \begin_inset space \thinspace{}
25366 \end_inset
25367
25368 -50
25369 \begin_inset space \thinspace{}
25370 \end_inset
25371
25372 列幅%とし,各minipageのボックス配置を
25373 \family sans
25374
25375 \family default
25376 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
25377 \family sans
25378 列幅%
25379 \family default
25380 がここではminipageボックスの幅によって計算されることです.
25381 \end_layout
25382
25383 \begin_layout Standard
25384 \begin_inset Float figure
25385 wide false
25386 sideways false
25387 status open
25388
25389 \begin_layout Plain Layout
25390 \begin_inset Box Frameless
25391 position "b"
25392 hor_pos "c"
25393 has_inner_box 1
25394 inner_pos "t"
25395 use_parbox 0
25396 use_makebox 0
25397 width "45col%"
25398 special "none"
25399 height "1in"
25400 height_special "totalheight"
25401 thickness "0.4pt"
25402 separation "3pt"
25403 shadowsize "4pt"
25404 framecolor "black"
25405 backgroundcolor "none"
25406 status open
25407
25408 \begin_layout Plain Layout
25409 \align center
25410 \begin_inset Graphics
25411         filename ../clipart/mobius.eps
25412         lyxscale 50
25413         width 100col%
25414         scaleBeforeRotation
25415
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \begin_layout Plain Layout
25422 \begin_inset Caption Standard
25423
25424 \begin_layout Plain Layout
25425 \begin_inset CommandInset label
25426 LatexCommand label
25427 name "fig:左側のフロート"
25428
25429 \end_inset
25430
25431 左側のフロート
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \end_inset
25440
25441
25442 \begin_inset space \hfill{}
25443 \end_inset
25444
25445
25446 \begin_inset Box Frameless
25447 position "b"
25448 hor_pos "c"
25449 has_inner_box 1
25450 inner_pos "t"
25451 use_parbox 0
25452 use_makebox 0
25453 width "45col%"
25454 special "none"
25455 height "1in"
25456 height_special "totalheight"
25457 thickness "0.4pt"
25458 separation "3pt"
25459 shadowsize "4pt"
25460 framecolor "black"
25461 backgroundcolor "none"
25462 status open
25463
25464 \begin_layout Plain Layout
25465 \align center
25466 \begin_inset Graphics
25467         filename ../clipart/platypus.eps
25468         lyxscale 50
25469         width 100col%
25470         scaleBeforeRotation
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Plain Layout
25478 \begin_inset Caption Standard
25479
25480 \begin_layout Plain Layout
25481 \begin_inset CommandInset label
25482 LatexCommand label
25483 name "fig:右側のフロート"
25484
25485 \end_inset
25486
25487 右側のフロート
25488 \end_layout
25489
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \begin_layout Plain Layout
25501
25502 \end_layout
25503
25504 \end_inset
25505
25506 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
25507 \begin_inset CommandInset ref
25508 LatexCommand ref
25509 reference "sec:可変幅ミニページ"
25510
25511 \end_inset
25512
25513 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
25514 \family typewriter
25515 examples/varwidth-floats-side-by-side.lyx
25516 \family default
25517 に,この方法の例があります.
25518 \end_layout
25519
25520 \begin_layout Section
25521 キャプションの書式設定
25522 \begin_inset Index idx
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25527 \end_layout
25528
25529 \end_inset
25530
25531
25532 \begin_inset Index idx
25533 status collapsed
25534
25535 \begin_layout Plain Layout
25536 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25537 \end_layout
25538
25539 \end_inset
25540
25541
25542 \begin_inset CommandInset label
25543 LatexCommand label
25544 name "sec:キャプションの書式設定"
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552
25553 \family sans
25554 キャプション
25555 \family default
25556 環境は,
25557 \family sans
25558 フロート
25559 \family default
25560 の既定の段落環境です.キャプションは,\SpecialChar LyX
25561 画面上では,例えば「
25562 \family sans
25563 図 #:
25564 \family default
25565 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
25566 \family sans
25567 #
25568 \family default
25569 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
25570 .このキャプション書式は,すべての文書書式に適しているわけではありません.
25571 \end_layout
25572
25573 \begin_layout Standard
25574 既定のキャプション書式を変更するには,文書プリアンブルに
25575 \end_layout
25576
25577 \begin_layout Standard
25578
25579 \series bold
25580
25581 \backslash
25582 usepackage[format definition]{caption}
25583 \end_layout
25584
25585 \begin_layout Standard
25586 という行を加えて,\SpecialChar LaTeX
25587 パッケージ
25588 \series bold
25589 caption
25590 \series default
25591
25592 \begin_inset Index idx
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596 \SpecialChar LaTeX
25597 ぱっけーじ@\SpecialChar LaTeX
25598 パッケージ ! caption
25599 \end_layout
25600
25601 \end_inset
25602
25603 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
25604 \end_layout
25605
25606 \begin_layout Standard
25607
25608 \series bold
25609
25610 \backslash
25611 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25612 \end_layout
25613
25614 \begin_layout Standard
25615 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
25616 \series bold
25617 caption
25618 \series default
25619 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
25620 \end_layout
25621
25622 \begin_layout Standard
25623
25624 \series bold
25625
25626 \backslash
25627 captionsetup[フロート型]{書式定義}
25628 \end_layout
25629
25630 \begin_layout Standard
25631 というコマンドを使用して,個別の書式を指定してください.たとえば,図
25632 \begin_inset CommandInset ref
25633 LatexCommand ref
25634 reference "fig:図キャプション"
25635
25636 \end_inset
25637
25638 と表
25639 \begin_inset CommandInset ref
25640 LatexCommand ref
25641 reference "tab:表キャプション"
25642
25643 \end_inset
25644
25645 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
25646 \end_layout
25647
25648 \begin_layout Standard
25649
25650 \series bold
25651
25652 \backslash
25653 usepackage[tableposition=top]{caption}
25654 \series default
25655
25656 \begin_inset Newline newline
25657 \end_inset
25658
25659
25660 \series bold
25661
25662 \backslash
25663 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25664 \begin_inset Newline newline
25665 \end_inset
25666
25667
25668 \begin_inset Phantom HPhantom
25669 status open
25670
25671 \begin_layout Plain Layout
25672
25673 \backslash
25674 captionsetup[figure]{
25675 \end_layout
25676
25677 \end_inset
25678
25679 labelsep=period}
25680 \begin_inset Newline newline
25681 \end_inset
25682
25683
25684 \backslash
25685 captionsetup[table]{labelfont={bf,sf}}
25686 \end_layout
25687
25688 \begin_layout Standard
25689 \begin_inset Note Greyedout
25690 status open
25691
25692 \begin_layout Plain Layout
25693
25694 \series bold
25695 【註】
25696 \series default
25697 オプションのうち,
25698 \series bold
25699 tableposition=top
25700 \series default
25701 は,文書クラスに
25702 \series bold
25703 KOMA-script
25704 \series default
25705
25706 \begin_inset Index idx
25707 status collapsed
25708
25709 \begin_layout Plain Layout
25710 \SpecialChar LaTeX
25711 ぱっけーじ@\SpecialChar LaTeX
25712 パッケージ ! KOMA-script
25713 \end_layout
25714
25715 \end_inset
25716
25717 が使われているときには,無効になります.この場合には,文書クラスオプション
25718 \series bold
25719 captions=tableheading
25720 \series default
25721 を指定しなくてはなりません.
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730
25731 \series bold
25732 caption
25733 \series default
25734 パッケージについての詳細は,その取扱説明書
25735 \begin_inset CommandInset citation
25736 LatexCommand cite
25737 key "caption"
25738
25739 \end_inset
25740
25741 をご覧ください.
25742 \end_layout
25743
25744 \begin_layout Standard
25745 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
25746 \end_layout
25747
25748 \begin_layout Standard
25749
25750 \series bold
25751
25752 \backslash
25753 renewcommand{
25754 \backslash
25755 fnum@figure}{画像~
25756 \backslash
25757 thefigure}
25758 \end_layout
25759
25760 \begin_layout Standard
25761 なお,
25762 \series bold
25763
25764 \backslash
25765 thefigure
25766 \series default
25767 は表番号を挿入し,「
25768 \series bold
25769 ~
25770 \series default
25771 」は保護された空白を入れます.
25772 \end_layout
25773
25774 \begin_layout Standard
25775 \begin_inset VSpace bigskip
25776 \end_inset
25777
25778
25779 \series bold
25780 KOMA-script
25781 \series default
25782
25783 \begin_inset Index idx
25784 status collapsed
25785
25786 \begin_layout Plain Layout
25787 \SpecialChar LaTeX
25788 ぱっけーじ@\SpecialChar LaTeX
25789 パッケージ ! KOMA-script
25790 \end_layout
25791
25792 \end_inset
25793
25794 文書クラス(
25795 \family sans
25796 article (KOMA-script)
25797 \family default
25798
25799 \family sans
25800 book (KOMA-script)
25801 \family default
25802
25803 \family sans
25804 letter (KOMA-script)
25805 \family default
25806
25807 \family sans
25808 report (KOMA-script)
25809 \family default
25810 )を使用している場合には,
25811 \series bold
25812 caption
25813 \series default
25814 パッケージの代わりに
25815 \series bold
25816 KOMA-script
25817 \series default
25818 のビルトインコマンド
25819 \series bold
25820 etkomafont
25821 \series default
25822 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
25823 \end_layout
25824
25825 \begin_layout Standard
25826
25827 \series bold
25828
25829 \backslash
25830 setkomafont{captionlabel}{
25831 \backslash
25832 bfseries}
25833 \end_layout
25834
25835 \begin_layout Standard
25836
25837 \series bold
25838
25839 \backslash
25840 setkomafont
25841 \series default
25842 についての詳細は,
25843 \series bold
25844 KOMA-script
25845 \series default
25846 の取扱説明書
25847 \begin_inset CommandInset citation
25848 LatexCommand cite
25849 key "koma-script"
25850
25851 \end_inset
25852
25853 をご覧ください.
25854 \end_layout
25855
25856 \begin_layout Standard
25857 \begin_inset ERT
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861
25862
25863 \backslash
25864 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25865 }
25866 \end_layout
25867
25868 \end_inset
25869
25870
25871 \begin_inset Note Note
25872 status open
25873
25874 \begin_layout Plain Layout
25875 キャプション書式は,この例のみ変更してあります.
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \begin_layout Standard
25884 \begin_inset Float figure
25885 placement !p
25886 wide false
25887 sideways false
25888 status open
25889
25890 \begin_layout Plain Layout
25891 \align center
25892 \begin_inset Graphics
25893         filename ../clipart/mobius.eps
25894         lyxscale 50
25895         scale 50
25896         scaleBeforeRotation
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Plain Layout
25904 \begin_inset Caption Standard
25905
25906 \begin_layout Plain Layout
25907 \begin_inset CommandInset label
25908 LatexCommand label
25909 name "fig:図キャプション"
25910
25911 \end_inset
25912
25913 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
25914 \end_layout
25915
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \end_inset
25922
25923
25924 \end_layout
25925
25926 \begin_layout Standard
25927 \begin_inset ERT
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931
25932
25933 \backslash
25934 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25935 on}
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Standard
25944 \begin_inset Float table
25945 placement !p
25946 wide false
25947 sideways false
25948 status open
25949
25950 \begin_layout Plain Layout
25951 \begin_inset Caption Standard
25952
25953 \begin_layout Plain Layout
25954 \begin_inset CommandInset label
25955 LatexCommand label
25956 name "tab:表キャプション"
25957
25958 \end_inset
25959
25960 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Plain Layout
25969 \align center
25970 \begin_inset Tabular
25971 <lyxtabular version="3" rows="1" columns="5">
25972 <features tabularvalignment="middle">
25973 <column alignment="center" valignment="top">
25974 <column alignment="center" valignment="top">
25975 <column alignment="center" valignment="top">
25976 <column alignment="center" valignment="top">
25977 <column alignment="center" valignment="top">
25978 <row>
25979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25980 \begin_inset Text
25981
25982 \begin_layout Plain Layout
25983
25984 \end_layout
25985
25986 \end_inset
25987 </cell>
25988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26016 \begin_inset Text
26017
26018 \begin_layout Plain Layout
26019
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 </row>
26025 </lyxtabular>
26026
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Section
26038 キャプションの配置
26039 \begin_inset Index idx
26040 status collapsed
26041
26042 \begin_layout Plain Layout
26043 きゃぷしょん@キャプション ! はいち@配置
26044 \end_layout
26045
26046 \end_inset
26047
26048
26049 \begin_inset Index idx
26050 status collapsed
26051
26052 \begin_layout Plain Layout
26053 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26054 \end_layout
26055
26056 \end_inset
26057
26058
26059 \begin_inset CommandInset label
26060 LatexCommand label
26061 name "sec:キャプションの配置"
26062
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \begin_layout Standard
26069 通常,キャプションの配置原則は,
26070 \end_layout
26071
26072 \begin_layout Description
26073 図の場合: キャプションを図の下に置く
26074 \end_layout
26075
26076 \begin_layout Description
26077 表の場合: キャプションを表の上に置く
26078 \end_layout
26079
26080 \begin_layout Standard
26081 という風になっています.\SpecialChar LaTeX
26082 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
26083 \family sans
26084 article
26085 \family default
26086
26087 \family sans
26088 book
26089 \family default
26090
26091 \family sans
26092 letter
26093 \family default
26094
26095 \family sans
26096 report
26097 \family default
26098 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
26099 eXパッケージ
26100 \series bold
26101 caption
26102 \series default
26103 を読み込むコマンドに
26104 \end_layout
26105
26106 \begin_layout Standard
26107
26108 \series bold
26109 tableposition=top
26110 \end_layout
26111
26112 \begin_layout Standard
26113 というオプションを追加してください
26114 \begin_inset Foot
26115 status collapsed
26116
26117 \begin_layout Plain Layout
26118
26119 \series bold
26120 caption
26121 \series default
26122 パッケージについての詳細な情報は,第
26123 \begin_inset CommandInset ref
26124 LatexCommand ref
26125 reference "sec:キャプションの書式設定"
26126
26127 \end_inset
26128
26129 節をご覧ください.
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \series bold
26136 KOMA-script
26137 \series default
26138
26139 \begin_inset Index idx
26140 status collapsed
26141
26142 \begin_layout Plain Layout
26143 \SpecialChar LaTeX
26144 ぱっけーじ@\SpecialChar LaTeX
26145 パッケージ ! KOMA-script
26146 \end_layout
26147
26148 \end_inset
26149
26150 文書クラス(
26151 \family sans
26152 article (KOMA-script)
26153 \family default
26154
26155 \family sans
26156 book (KOMA-script)
26157 \family default
26158
26159 \family sans
26160 letter (KOMA-script)
26161 \family default
26162
26163 \family sans
26164 report (KOMA-script)
26165 \family default
26166
26167 \begin_inset space \thinspace{}
26168 \end_inset
26169
26170 )をお使いの場合には,
26171 \series bold
26172 caption
26173 \series default
26174 パッケージにオプションを与える代わりに,文書クラスオプション
26175 \end_layout
26176
26177 \begin_layout Standard
26178
26179 \series bold
26180 captions=tableheading
26181 \end_layout
26182
26183 \begin_layout Standard
26184 を設定することもできます
26185 \begin_inset Foot
26186 status collapsed
26187
26188 \begin_layout Plain Layout
26189 このオプションは本文書で使用されています.
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \begin_layout Standard
26198 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
26199 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
26200 \begin_inset CommandInset ref
26201 LatexCommand ref
26202 reference "tab:指定付きキャプション"
26203
26204 \end_inset
26205
26206 は,キャプションは,\SpecialChar LyX
26207 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
26208 \begin_inset CommandInset ref
26209 LatexCommand ref
26210 reference "tab:標準表"
26211
26212 \end_inset
26213
26214 のキャプションでは,指定が為されていません.
26215 \end_layout
26216
26217 \begin_layout Standard
26218 \begin_inset Float table
26219 wide false
26220 sideways false
26221 status open
26222
26223 \begin_layout Plain Layout
26224 \begin_inset Caption Below
26225
26226 \begin_layout Plain Layout
26227 \begin_inset CommandInset label
26228 LatexCommand label
26229 name "tab:指定付きキャプション"
26230
26231 \end_inset
26232
26233 表下に来るように指定されたキャプション
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \begin_layout Plain Layout
26242 \align center
26243 \begin_inset Tabular
26244 <lyxtabular version="3" rows="3" columns="3">
26245 <features tabularvalignment="middle">
26246 <column alignment="center" valignment="top" width="0pt">
26247 <column alignment="center" valignment="top" width="0pt">
26248 <column alignment="center" valignment="top" width="0pt">
26249 <row>
26250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 1
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 2
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272 3
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 </row>
26278 <row>
26279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 森嶋
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 宇沢
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 二階堂
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 </row>
26307 <row>
26308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312 \begin_inset Formula $\int x^{2}dx$
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \end_inset
26319 </cell>
26320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324 \begin_inset Formula $\left[\begin{array}{cc}
26325 a & b\\
26326 c & d
26327 \end{array}\right]$
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset Formula $1+1=2$
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 </lyxtabular>
26349
26350 \end_inset
26351
26352
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \begin_layout Standard
26361 \begin_inset Float table
26362 wide false
26363 sideways false
26364 status open
26365
26366 \begin_layout Plain Layout
26367 \begin_inset Caption Standard
26368
26369 \begin_layout Plain Layout
26370 \begin_inset CommandInset label
26371 LatexCommand label
26372 name "tab:標準表"
26373
26374 \end_inset
26375
26376 標準の表キャプション
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \begin_layout Plain Layout
26385 \align center
26386 \begin_inset Tabular
26387 <lyxtabular version="3" rows="3" columns="3">
26388 <features tabularvalignment="middle">
26389 <column alignment="center" valignment="top" width="0pt">
26390 <column alignment="center" valignment="top" width="0pt">
26391 <column alignment="center" valignment="top" width="0pt">
26392 <row>
26393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397 1
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406 2
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 3
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 </row>
26421 <row>
26422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426 森嶋
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435 宇沢
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 二階堂
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 </row>
26450 <row>
26451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 \begin_inset Formula $\int x^{2}dx$
26456 \end_inset
26457
26458
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 \begin_inset Formula $\left[\begin{array}{cc}
26468 a & b\\
26469 c & d
26470 \end{array}\right]$
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 \begin_inset Formula $1+1=2$
26483 \end_inset
26484
26485
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 </row>
26491 </lyxtabular>
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Standard
26504 \begin_inset VSpace bigskip
26505 \end_inset
26506
26507 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
26508 \end_layout
26509
26510 \begin_layout Standard
26511
26512 \series bold
26513
26514 \backslash
26515 usepackage[option]{sidecap}
26516 \end_layout
26517
26518 \begin_layout Standard
26519 という行を入れて,\SpecialChar LaTeX
26520 パッケージ
26521 \series bold
26522 sidecap
26523 \series default
26524
26525 \begin_inset Index idx
26526 status collapsed
26527
26528 \begin_layout Plain Layout
26529 \SpecialChar LaTeX
26530 ぱっけーじ@\SpecialChar LaTeX
26531 パッケージ ! sidecap
26532 \end_layout
26533
26534 \end_inset
26535
26536 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
26537 \series bold
26538 innercaption
26539 \series default
26540 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
26541 \series bold
26542 rightcaption
26543 \series default
26544 ないし
26545 \series bold
26546 leftcaption
26547 \series default
26548 オプションを用います.
26549 \end_layout
26550
26551 \begin_layout Standard
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556
26557
26558 \backslash
26559 ifsidecap
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \begin_inset Note Note
26566 status open
26567
26568 \begin_layout Plain Layout
26569 以下の部分は,\SpecialChar LaTeX
26570 パッケージ
26571 \series bold
26572 sidecap
26573 \series default
26574 が導入されているときのみ表示されます.
26575 \end_layout
26576
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Standard
26583 \SpecialChar LyX
26584 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
26585 \end_layout
26586
26587 \begin_layout Standard
26588 \noindent
26589 \begin_inset CommandInset line
26590 LatexCommand rule
26591 offset "0.5ex"
26592 width "100line%"
26593 height "1pt"
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Standard
26601
26602 \series bold
26603
26604 \backslash
26605 newcommand{
26606 \backslash
26607 TabBesBeg}[1][1.0]{%
26608 \begin_inset Newline newline
26609 \end_inset
26610
26611
26612 \begin_inset Phantom HPhantom
26613 status open
26614
26615 \begin_layout Plain Layout
26616 \begin_inset space ~
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \backslash
26626 let
26627 \backslash
26628 MyTable
26629 \backslash
26630 table
26631 \begin_inset Newline newline
26632 \end_inset
26633
26634
26635 \begin_inset Phantom HPhantom
26636 status open
26637
26638 \begin_layout Plain Layout
26639
26640 \series medium
26641 \begin_inset space ~
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \backslash
26651 let
26652 \backslash
26653 MyEndtable
26654 \backslash
26655 endtable
26656 \begin_inset Newline newline
26657 \end_inset
26658
26659
26660 \begin_inset Phantom HPhantom
26661 status open
26662
26663 \begin_layout Plain Layout
26664
26665 \series medium
26666 \begin_inset space ~
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \backslash
26676 renewenvironment{table}[1]{
26677 \backslash
26678 begin{SCtable}[#1]##1}{
26679 \backslash
26680 end{SCtable}}}
26681 \end_layout
26682
26683 \begin_layout Standard
26684
26685 \series bold
26686
26687 \backslash
26688 newcommand{
26689 \backslash
26690 TabBesEnd}{%
26691 \begin_inset Newline newline
26692 \end_inset
26693
26694
26695 \begin_inset Phantom HPhantom
26696 status open
26697
26698 \begin_layout Plain Layout
26699 \begin_inset space ~
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \backslash
26709 let
26710 \backslash
26711 table
26712 \backslash
26713 MyTable
26714 \begin_inset Newline newline
26715 \end_inset
26716
26717
26718 \begin_inset Phantom HPhantom
26719 status open
26720
26721 \begin_layout Plain Layout
26722 \begin_inset space ~
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \backslash
26732 let
26733 \backslash
26734 endtable
26735 \backslash
26736 MyEndtable
26737 \end_layout
26738
26739 \begin_layout Standard
26740
26741 \series bold
26742
26743 \backslash
26744 newcommand{
26745 \backslash
26746 FigBesBeg}[1][1.0]{%
26747 \begin_inset Newline newline
26748 \end_inset
26749
26750
26751 \begin_inset Phantom HPhantom
26752 status open
26753
26754 \begin_layout Plain Layout
26755 \begin_inset space ~
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \backslash
26765 let
26766 \backslash
26767 MyFigure
26768 \backslash
26769 figure
26770 \begin_inset Newline newline
26771 \end_inset
26772
26773
26774 \begin_inset Phantom HPhantom
26775 status open
26776
26777 \begin_layout Plain Layout
26778 \begin_inset space ~
26779 \end_inset
26780
26781
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \backslash
26788 let
26789 \backslash
26790 MyEndfigure
26791 \backslash
26792 endfigure
26793 \begin_inset Newline newline
26794 \end_inset
26795
26796
26797 \begin_inset Phantom HPhantom
26798 status open
26799
26800 \begin_layout Plain Layout
26801 \begin_inset space ~
26802 \end_inset
26803
26804
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \backslash
26811 renewenvironment{figure}[1]{
26812 \backslash
26813 begin{SCfigure}[#1]##1}{
26814 \backslash
26815 end{SCfigure}}}
26816 \end_layout
26817
26818 \begin_layout Standard
26819
26820 \series bold
26821
26822 \backslash
26823 newcommand{
26824 \backslash
26825 FigBesEnd}{%
26826 \begin_inset Newline newline
26827 \end_inset
26828
26829
26830 \begin_inset Phantom HPhantom
26831 status open
26832
26833 \begin_layout Plain Layout
26834 \begin_inset space ~
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \backslash
26844 let
26845 \backslash
26846 figure
26847 \backslash
26848 MyFigure
26849 \begin_inset Newline newline
26850 \end_inset
26851
26852
26853 \begin_inset Phantom HPhantom
26854 status open
26855
26856 \begin_layout Plain Layout
26857 \begin_inset space ~
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \backslash
26867 let
26868 \backslash
26869 endfigure
26870 \backslash
26871 MyEndfigure}
26872 \end_layout
26873
26874 \begin_layout Standard
26875 \noindent
26876 \begin_inset CommandInset line
26877 LatexCommand rule
26878 offset "0.5ex"
26879 width "100line%"
26880 height "1pt"
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \begin_layout Standard
26888 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
26889 \end_layout
26890
26891 \begin_layout Standard
26892
26893 \series bold
26894
26895 \backslash
26896 FigBesBeg
26897 \end_layout
26898
26899 \begin_layout Standard
26900 というコマンドを,フロートの前に\SpecialChar TeX
26901 コードで入れてください.そして,元のフロート定義に戻したいところで,
26902 \end_layout
26903
26904 \begin_layout Standard
26905
26906 \series bold
26907
26908 \backslash
26909 FigBesEnd
26910 \end_layout
26911
26912 \begin_layout Standard
26913 という\SpecialChar TeX
26914 コードを入れてください.
26915 \end_layout
26916
26917 \begin_layout Standard
26918 表フロートに対しては,対応するコマンド
26919 \end_layout
26920
26921 \begin_layout Standard
26922
26923 \series bold
26924
26925 \backslash
26926 TabBesBeg
26927 \series default
26928 および
26929 \series bold
26930
26931 \backslash
26932 TabBesEnd
26933 \end_layout
26934
26935 \begin_layout Standard
26936 を使用してください.図
26937 \begin_inset CommandInset ref
26938 LatexCommand ref
26939 reference "fig:図横キャプション"
26940
26941 \end_inset
26942
26943 と表
26944 \begin_inset CommandInset ref
26945 LatexCommand ref
26946 reference "tab:表横キャプション"
26947
26948 \end_inset
26949
26950 がキャプションを脇に設定した例です.
26951 \end_layout
26952
26953 \begin_layout Standard
26954 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
26955 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
26956 コードとして
26957 \end_layout
26958
26959 \begin_layout Standard
26960
26961 \series bold
26962
26963 \backslash
26964 sidecaptionvpos{フロート型}{配置}
26965 \end_layout
26966
26967 \begin_layout Standard
26968 というコマンドを使用します.ここで「フロート型」は
26969 \family sans
26970 figure
26971 \family default
26972
26973 \family sans
26974 table
26975 \family default
26976 であり,「配置」は,上揃えの場合はtopの
26977 \end_layout
26978
26979 \begin_layout Standard
26980
26981 \family sans
26982 t
26983 \family default
26984 」,中央揃えの場合はcenterの「
26985 \family sans
26986 c
26987 \family default
26988 」,下揃えの場合はbottomの「
26989 \family sans
26990 b
26991 \family default
26992 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
26993 \end_layout
26994
26995 \begin_layout Standard
26996
26997 \series bold
26998
26999 \backslash
27000 sidecaptionvpos{figure}{c}
27001 \end_layout
27002
27003 \begin_layout Standard
27004 というコマンドを使用します.これは,図
27005 \begin_inset CommandInset ref
27006 LatexCommand ref
27007 reference "fig:図横キャプション-2"
27008
27009 \end_inset
27010
27011 で使用されています.
27012 \end_layout
27013
27014 \begin_layout Standard
27015 \begin_inset VSpace medskip
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \begin_layout Standard
27022 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
27023 \begin_inset CommandInset ref
27024 LatexCommand ref
27025 reference "tab:表横キャプション"
27026
27027 \end_inset
27028
27029 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
27030 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
27031 \emph on
27032 因数
27033 \emph default
27034 は,
27035 \end_layout
27036
27037 \begin_layout Standard
27038
27039 \series bold
27040
27041 \backslash
27042 FigBesBeg[因数]
27043 \end_layout
27044
27045 \begin_layout Standard
27046 のように,
27047 \series bold
27048
27049 \backslash
27050 FigBesBeg
27051 \series default
27052 への非必須引数として与えることもできますし,
27053 \series bold
27054
27055 \backslash
27056 FigBesBeg
27057 \series default
27058 の定義中で
27059 \series bold
27060 1.0
27061 \series default
27062 を他の値に変更することもできます.表
27063 \begin_inset CommandInset ref
27064 LatexCommand ref
27065 reference "tab:図横幅広"
27066
27067 \end_inset
27068
27069 では,因子5が指定されています.
27070 \end_layout
27071
27072 \begin_layout Standard
27073 \begin_inset Note Greyedout
27074 status open
27075
27076 \begin_layout Plain Layout
27077
27078 \series bold
27079 【註】
27080 \series default
27081 キャプションを横につけたフロートでは,フロート配置オプションの
27082 \family sans
27083 何としても現在地に置く
27084 \family default
27085 は,
27086 \series bold
27087 sidecap
27088 \series default
27089 がサポートしていないので,使用することができません..
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Standard
27098 \begin_inset VSpace medskip
27099 \end_inset
27100
27101
27102 \series bold
27103 sidecap
27104 \series default
27105 パッケージについての詳細は,
27106 \begin_inset CommandInset citation
27107 LatexCommand cite
27108 key "sidecap"
27109
27110 \end_inset
27111
27112 の説明書をご参照ください.
27113 \end_layout
27114
27115 \begin_layout Standard
27116 \begin_inset Note Greyedout
27117 status open
27118
27119 \begin_layout Plain Layout
27120
27121 \series bold
27122 【註】
27123 \series default
27124
27125 \begin_inset CommandInset ref
27126 LatexCommand ref
27127 reference "subsec:参照位置"
27128
27129 \end_inset
27130
27131 節に説明がある\SpecialChar LaTeX
27132 パッケージ
27133 \series bold
27134 hypcap
27135 \series default
27136
27137 \begin_inset Index idx
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141 \SpecialChar LaTeX
27142 ぱっけーじ@\SpecialChar LaTeX
27143 パッケージ ! hypcap
27144 \end_layout
27145
27146 \end_inset
27147
27148 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
27149 \end_layout
27150
27151 \end_inset
27152
27153
27154 \end_layout
27155
27156 \begin_layout Standard
27157 \begin_inset Note Greyedout
27158 status open
27159
27160 \begin_layout Plain Layout
27161
27162 \series bold
27163 【訳註】
27164 \series default
27165 \SpecialChar LaTeX
27166 パッケージ
27167 \series bold
27168 sidecap
27169 \series default
27170
27171 \begin_inset Index idx
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175 \SpecialChar LaTeX
27176 ぱっけーじ@\SpecialChar LaTeX
27177 パッケージ ! sidecap
27178 \end_layout
27179
27180 \end_inset
27181
27182 は,p\SpecialChar LaTeX
27183 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
27184 取扱説明書『
27185 \emph on
27186 埋め込み機能篇
27187 \emph default
27188 』(つまりこの文書)の\SpecialChar LyX
27189 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \begin_inset ERT
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199
27200
27201 \backslash
27202 FigBesBeg 
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Standard
27211 \begin_inset Float figure
27212 wide false
27213 sideways false
27214 status open
27215
27216 \begin_layout Plain Layout
27217 \begin_inset Graphics
27218         filename ../clipart/escher-lsd.eps
27219         scale 75
27220         scaleBeforeRotation
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \begin_layout Plain Layout
27228 \begin_inset Caption Standard
27229
27230 \begin_layout Plain Layout
27231 \begin_inset CommandInset label
27232 LatexCommand label
27233 name "fig:図横キャプション"
27234
27235 \end_inset
27236
27237 これは図の横にあるキャプションです.
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \begin_layout Standard
27251 \begin_inset ERT
27252 status collapsed
27253
27254 \begin_layout Plain Layout
27255
27256
27257 \backslash
27258 FigBesEnd
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \begin_layout Standard
27267 \begin_inset ERT
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271
27272
27273 \backslash
27274 TabBesBeg 
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Standard
27283 \begin_inset Float table
27284 wide false
27285 sideways false
27286 status open
27287
27288 \begin_layout Plain Layout
27289 \begin_inset Caption Standard
27290
27291 \begin_layout Plain Layout
27292 \begin_inset CommandInset label
27293 LatexCommand label
27294 name "tab:表横キャプション"
27295
27296 \end_inset
27297
27298 これは表の横にあるキャプションです.
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \end_layout
27305
27306 \begin_layout Plain Layout
27307 \begin_inset Tabular
27308 <lyxtabular version="3" rows="4" columns="5">
27309 <features tabularvalignment="middle">
27310 <column alignment="center" valignment="top">
27311 <column alignment="center" valignment="top">
27312 <column alignment="center" valignment="top">
27313 <column alignment="center" valignment="top">
27314 <column alignment="center" valignment="top">
27315 <row>
27316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27317 \begin_inset Text
27318
27319 \begin_layout Plain Layout
27320
27321 \end_layout
27322
27323 \end_inset
27324 </cell>
27325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27326 \begin_inset Text
27327
27328 \begin_layout Plain Layout
27329
27330 \end_layout
27331
27332 \end_inset
27333 </cell>
27334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27335 \begin_inset Text
27336
27337 \begin_layout Plain Layout
27338
27339 \end_layout
27340
27341 \end_inset
27342 </cell>
27343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27344 \begin_inset Text
27345
27346 \begin_layout Plain Layout
27347
27348 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 </row>
27362 <row>
27363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Plain Layout
27367
27368 \end_layout
27369
27370 \end_inset
27371 </cell>
27372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27373 \begin_inset Text
27374
27375 \begin_layout Plain Layout
27376
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Plain Layout
27385
27386 \end_layout
27387
27388 \end_inset
27389 </cell>
27390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27391 \begin_inset Text
27392
27393 \begin_layout Plain Layout
27394
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27400 \begin_inset Text
27401
27402 \begin_layout Plain Layout
27403
27404 \end_layout
27405
27406 \end_inset
27407 </cell>
27408 </row>
27409 <row>
27410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27411 \begin_inset Text
27412
27413 \begin_layout Plain Layout
27414
27415 \end_layout
27416
27417 \end_inset
27418 </cell>
27419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27420 \begin_inset Text
27421
27422 \begin_layout Plain Layout
27423
27424 \end_layout
27425
27426 \end_inset
27427 </cell>
27428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27429 \begin_inset Text
27430
27431 \begin_layout Plain Layout
27432
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27438 \begin_inset Text
27439
27440 \begin_layout Plain Layout
27441
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Plain Layout
27450
27451 \end_layout
27452
27453 \end_inset
27454 </cell>
27455 </row>
27456 <row>
27457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27458 \begin_inset Text
27459
27460 \begin_layout Plain Layout
27461
27462 \end_layout
27463
27464 \end_inset
27465 </cell>
27466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27467 \begin_inset Text
27468
27469 \begin_layout Plain Layout
27470
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27476 \begin_inset Text
27477
27478 \begin_layout Plain Layout
27479
27480 \end_layout
27481
27482 \end_inset
27483 </cell>
27484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27485 \begin_inset Text
27486
27487 \begin_layout Plain Layout
27488
27489 \end_layout
27490
27491 \end_inset
27492 </cell>
27493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27494 \begin_inset Text
27495
27496 \begin_layout Plain Layout
27497
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 </row>
27503 </lyxtabular>
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \end_layout
27514
27515 \begin_layout Standard
27516 \begin_inset ERT
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520
27521
27522 \backslash
27523 TabBesEnd
27524 \end_layout
27525
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \begin_layout Standard
27532 \begin_inset ERT
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536
27537
27538 \backslash
27539 FigBesBeg 
27540 \end_layout
27541
27542 \end_inset
27543
27544
27545 \begin_inset ERT
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549
27550
27551 \backslash
27552 sidecaptionvpos{figure}{c}
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \begin_inset Float figure
27559 wide false
27560 sideways false
27561 status open
27562
27563 \begin_layout Plain Layout
27564 \begin_inset Graphics
27565         filename ../clipart/escher-lsd.eps
27566         scale 75
27567         scaleBeforeRotation
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \begin_layout Plain Layout
27575 \begin_inset Caption Standard
27576
27577 \begin_layout Plain Layout
27578 \begin_inset CommandInset label
27579 LatexCommand label
27580 name "fig:図横キャプション-2"
27581
27582 \end_inset
27583
27584 これは図の横にある縦方向中央揃えのキャプションです.
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Standard
27598 \begin_inset ERT
27599 status collapsed
27600
27601 \begin_layout Plain Layout
27602
27603
27604 \backslash
27605 FigBesEnd
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \begin_layout Standard
27614 \begin_inset ERT
27615 status collapsed
27616
27617 \begin_layout Plain Layout
27618
27619
27620 \backslash
27621 TabBesBeg[5]
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Standard
27630 \begin_inset Float table
27631 wide false
27632 sideways false
27633 status open
27634
27635 \begin_layout Plain Layout
27636 \begin_inset Caption Standard
27637
27638 \begin_layout Plain Layout
27639 \begin_inset CommandInset label
27640 LatexCommand label
27641 name "tab:図横幅広"
27642
27643 \end_inset
27644
27645 これは表
27646 \begin_inset CommandInset ref
27647 LatexCommand ref
27648 reference "tab:表横キャプション"
27649
27650 \end_inset
27651
27652 よりも幅広のキャプションです
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \begin_layout Plain Layout
27661 \begin_inset Tabular
27662 <lyxtabular version="3" rows="4" columns="5">
27663 <features tabularvalignment="middle">
27664 <column alignment="center" valignment="top">
27665 <column alignment="center" valignment="top">
27666 <column alignment="center" valignment="top">
27667 <column alignment="center" valignment="top">
27668 <column alignment="center" valignment="top">
27669 <row>
27670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Plain Layout
27674 a
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Plain Layout
27683
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27689 \begin_inset Text
27690
27691 \begin_layout Plain Layout
27692 b
27693 \end_layout
27694
27695 \end_inset
27696 </cell>
27697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27698 \begin_inset Text
27699
27700 \begin_layout Plain Layout
27701
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27707 \begin_inset Text
27708
27709 \begin_layout Plain Layout
27710 c
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 </row>
27716 <row>
27717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27718 \begin_inset Text
27719
27720 \begin_layout Plain Layout
27721
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Plain Layout
27730 d
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27736 \begin_inset Text
27737
27738 \begin_layout Plain Layout
27739
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Plain Layout
27748 e
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27754 \begin_inset Text
27755
27756 \begin_layout Plain Layout
27757
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 </row>
27763 <row>
27764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27765 \begin_inset Text
27766
27767 \begin_layout Plain Layout
27768 f
27769 \end_layout
27770
27771 \end_inset
27772 </cell>
27773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27774 \begin_inset Text
27775
27776 \begin_layout Plain Layout
27777
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Plain Layout
27786 g
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27801 \begin_inset Text
27802
27803 \begin_layout Plain Layout
27804 h
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 </row>
27810 <row>
27811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815
27816 \end_layout
27817
27818 \end_inset
27819 </cell>
27820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Plain Layout
27824 i
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Plain Layout
27833
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 j
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27848 \begin_inset Text
27849
27850 \begin_layout Plain Layout
27851
27852 \end_layout
27853
27854 \end_inset
27855 </cell>
27856 </row>
27857 </lyxtabular>
27858
27859 \end_inset
27860
27861
27862 \end_layout
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \begin_layout Standard
27870 \begin_inset ERT
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874
27875
27876 \backslash
27877 TabBesEnd
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \begin_layout Standard
27886 \begin_inset ERT
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890
27891
27892 \backslash
27893 else
27894 \end_layout
27895
27896 \end_inset
27897
27898
27899 \begin_inset Note Note
27900 status open
27901
27902 \begin_layout Plain Layout
27903 以下の部分は,\SpecialChar LaTeX
27904 パッケージ
27905 \series bold
27906 sidecap
27907 \series default
27908 が導入されていないときのみ表示されます.
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Standard
27917 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
27918 パッケージ
27919 \series bold
27920 sidecap
27921 \series default
27922 を導入する必要があります.
27923 \end_layout
27924
27925 \begin_layout Standard
27926 \begin_inset ERT
27927 status collapsed
27928
27929 \begin_layout Plain Layout
27930
27931
27932 \backslash
27933 fi
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \begin_layout Section
27942 フロート一覧
27943 \begin_inset Index idx
27944 status collapsed
27945
27946 \begin_layout Plain Layout
27947 ふろーと@フロート ! ふろーといちらん@フロート一覧
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \begin_layout Standard
27956 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
27957 \family sans
27958 挿入\SpecialChar menuseparator
27959 一覧/目次
27960 \family default
27961 メニューで挿入することができます.
27962 \end_layout
27963
27964 \begin_layout Standard
27965 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
27966 \end_layout
27967
27968 \begin_layout Standard
27969 本文書の終わりに,図一覧と表一覧があります.
27970 \end_layout
27971
27972 \begin_layout Chapter
27973 註釈
27974 \end_layout
27975
27976 \begin_layout Section
27977 \SpecialChar LyX
27978 註釈
27979 \begin_inset Index idx
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 ちゅうしゃく@註釈 ! \SpecialChar LyX
27984 のーと@\SpecialChar LyX
27985 ノート
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Standard
27994 註釈は,ツールバーボタン
27995 \family sans
27996
27997 \begin_inset Info
27998 type  "icon"
27999 arg   "note-insert"
28000 \end_inset
28001
28002
28003 \family default
28004 か,
28005 \family sans
28006 挿入\SpecialChar menuseparator
28007 註釈
28008 \family default
28009 メニューで挿入することができます.註釈には,以下の三つの型があります.
28010 \end_layout
28011
28012 \begin_layout Description
28013 \SpecialChar LyX
28014 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
28015 \begin_inset Newline newline
28016 \end_inset
28017
28018
28019 \begin_inset Newline newline
28020 \end_inset
28021
28022
28023 \begin_inset Graphics
28024         filename clipart/LyXNoteImage.png
28025         display false
28026         scale 50
28027         scaleBeforeRotation
28028
28029 \end_inset
28030
28031
28032 \begin_inset Note Note
28033 status open
28034
28035 \begin_layout Plain Layout
28036 これは,出力には現れない註釈ボックスに書かれた文章です.
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \end_layout
28043
28044 \begin_layout Description
28045 コメント この註釈も出力には現れませんが,
28046 \family sans
28047 ファイル\SpecialChar menuseparator
28048 書き出し\SpecialChar menuseparator
28049 LaTeX
28050 \begin_inset space ~
28051 \end_inset
28052
28053 (pdflatex) / (平文)
28054 \family default
28055  メニューを使って文書を\SpecialChar LaTeX
28056 にエクスポートする際には,\SpecialChar LaTeX
28057 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
28058 \begin_inset Newline newline
28059 \end_inset
28060
28061
28062 \begin_inset Newline newline
28063 \end_inset
28064
28065
28066 \begin_inset Graphics
28067         filename clipart/CommentNoteImage.png
28068         display false
28069         scale 50
28070         scaleBeforeRotation
28071
28072 \end_inset
28073
28074  
28075 \begin_inset Note Comment
28076 status open
28077
28078 \begin_layout Plain Layout
28079 これは,\SpecialChar LaTeX
28080 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Description
28089 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
28090 \begin_inset Newline newline
28091 \end_inset
28092
28093
28094 \begin_inset Newline newline
28095 \end_inset
28096
28097
28098 \begin_inset Graphics
28099         filename clipart/GreyedOutNoteImage.png
28100         display false
28101         scale 50
28102         scaleBeforeRotation
28103
28104 \end_inset
28105
28106
28107 \begin_inset Newline newline
28108 \end_inset
28109
28110
28111 \begin_inset ERT
28112 status collapsed
28113
28114 \begin_layout Plain Layout
28115
28116
28117 \backslash
28118 renewenvironment{lyxgreyedout}
28119 \end_layout
28120
28121 \begin_layout Plain Layout
28122
28123 {
28124 \backslash
28125 textcolor[gray]{0.8}
28126 \backslash
28127 bgroup}{
28128 \backslash
28129 egroup}
28130 \end_layout
28131
28132 \end_inset
28133
28134
28135 \begin_inset Note Greyedout
28136 status open
28137
28138 \begin_layout Plain Layout
28139 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
28140 \begin_inset Foot
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 これは,淡色註釈内に脚註を用いた例です.
28145 \end_layout
28146
28147 \end_inset
28148
28149 です.
28150 \end_layout
28151
28152 \end_inset
28153
28154
28155 \begin_inset ERT
28156 status collapsed
28157
28158 \begin_layout Plain Layout
28159
28160
28161 \backslash
28162 renewenvironment{lyxgreyedout}
28163 \end_layout
28164
28165 \begin_layout Plain Layout
28166
28167 {
28168 \backslash
28169 textcolor{blue}
28170 \backslash
28171 bgroup}{
28172 \backslash
28173 egroup}
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \begin_inset Note Note
28180 status open
28181
28182 \begin_layout Plain Layout
28183 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
28184 本来の定義で表示されるように再定義さ
28185 れています.
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \begin_inset Newline newline
28192 \end_inset
28193
28194
28195 \begin_inset Newline newline
28196 \end_inset
28197
28198 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
28199 \end_layout
28200
28201 \begin_layout Standard
28202 \begin_inset VSpace bigskip
28203 \end_inset
28204
28205 註釈を挿入するのにツールバーボタン
28206 \family sans
28207
28208 \begin_inset Info
28209 type  "icon"
28210 arg   "note-insert"
28211 \end_inset
28212
28213
28214 \family default
28215 を使用すると,
28216 \family sans
28217 \SpecialChar LyX
28218 註釈
28219 \family default
28220 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
28221 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
28222 さい.
28223 \end_layout
28224
28225 \begin_layout Standard
28226 \begin_inset VSpace bigskip
28227 \end_inset
28228
28229 淡色註釈の文字色は,
28230 \family sans
28231 文書\SpecialChar menuseparator
28232 設定\SpecialChar menuseparator
28233
28234 \family default
28235 メニューで変更することができます.
28236 \end_layout
28237
28238 \begin_layout Section
28239 脚註
28240 \begin_inset CommandInset label
28241 LatexCommand label
28242 name "sec:脚注"
28243
28244 \end_inset
28245
28246
28247 \begin_inset Index idx
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \begin_inset Index idx
28258 status collapsed
28259
28260 \begin_layout Plain Layout
28261 きゃくちゅう@脚註
28262 \end_layout
28263
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 脚註は,ツールバーボタン
28271 \family sans
28272
28273 \begin_inset Info
28274 type  "icon"
28275 arg   "footnote-insert"
28276 \end_inset
28277
28278
28279 \family default
28280 か,
28281 \family sans
28282 挿入\SpecialChar menuseparator
28283 脚註
28284 \family default
28285 メニューを使って挿入することができます.すると,脚註文を挿入したところに,
28286 \begin_inset Graphics
28287         filename clipart/footnote.png
28288         scale 80
28289         scaleBeforeRotation
28290
28291 \end_inset
28292
28293 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
28294 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
28295 \end_layout
28296
28297 \begin_layout Standard
28298 これが脚註の例です
28299 \begin_inset Foot
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303 \begin_inset CommandInset label
28304 LatexCommand label
28305 name "fn:これは脚注の一例"
28306
28307 \end_inset
28308
28309 これは脚註の一例です.
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \begin_inset ERT
28316 status collapsed
28317
28318 \begin_layout Plain Layout
28319
28320
28321 \backslash
28322 newcounter{MyRepeatFoot}
28323 \end_layout
28324
28325 \begin_layout Plain Layout
28326
28327
28328 \backslash
28329 setcounter{MyRepeatFoot}{
28330 \backslash
28331 thefootnote}
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \end_layout
28338
28339 \begin_layout Standard
28340 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
28341 が計算を行い,連番が付けられます.
28342 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
28343 \end_layout
28344
28345 \begin_layout Standard
28346 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
28347 \begin_inset CommandInset ref
28348 LatexCommand ref
28349 reference "sec:フロートの参照"
28350
28351 \end_inset
28352
28353 節に説明されているようにして,本文中でこのラベルを相互参照してください.
28354 \begin_inset Newline newline
28355 \end_inset
28356
28357 これは脚註
28358 \begin_inset CommandInset ref
28359 LatexCommand ref
28360 reference "fn:これは脚注の一例"
28361
28362 \end_inset
28363
28364 の相互参照です.
28365 \end_layout
28366
28367 \begin_layout Standard
28368 \begin_inset VSpace defskip
28369 \end_inset
28370
28371 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
28372 \end_layout
28373
28374 \begin_layout Standard
28375 \begin_inset VSpace defskip
28376 \end_inset
28377
28378
28379 \end_layout
28380
28381 \begin_layout Standard
28382 \SpecialChar LaTeX
28383 では,技術的要因により,表中の脚註は印字されません.しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
28384 コードで
28385 \series bold
28386
28387 \backslash
28388 footnotemark{}
28389 \series default
28390 コマンドを入れてください.脚註の本文は,表の後で\SpecialChar TeX
28391 コード
28392 \series bold
28393
28394 \backslash
28395 footnotetext
28396 \series default
28397 コマンドの引数として入力します.
28398 \begin_inset Newline newline
28399 \end_inset
28400
28401 以下の表ではコマンド
28402 \begin_inset Newline newline
28403 \end_inset
28404
28405
28406 \series bold
28407
28408 \backslash
28409 footnotetext{
28410 \series default
28411 出力される脚註の表
28412 \series bold
28413 }
28414 \series default
28415
28416 \begin_inset Newline newline
28417 \end_inset
28418
28419 を用いています.
28420 \end_layout
28421
28422 \begin_layout Standard
28423 \begin_inset Tabular
28424 <lyxtabular version="3" rows="2" columns="1">
28425 <features tabularvalignment="middle">
28426 <column alignment="center" valignment="top">
28427 <row>
28428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28429 \begin_inset Text
28430
28431 \begin_layout Plain Layout
28432 これは例文です.
28433 \begin_inset Foot
28434 status open
28435
28436 \begin_layout Plain Layout
28437 この脚註は出力されません!
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \end_inset
28446 </cell>
28447 </row>
28448 <row>
28449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28450 \begin_inset Text
28451
28452 \begin_layout Plain Layout
28453 これは例文です.
28454 \begin_inset ERT
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458
28459
28460 \backslash
28461 footnotemark{}
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 </row>
28472 </lyxtabular>
28473
28474 \end_inset
28475
28476
28477 \begin_inset ERT
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481
28482
28483 \backslash
28484 footnotetext{
28485 \end_layout
28486
28487 \end_inset
28488
28489 出力される脚註の表
28490 \begin_inset ERT
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495 }
28496 \end_layout
28497
28498 \end_inset
28499
28500
28501 \end_layout
28502
28503 \begin_layout Standard
28504 多頁表中の脚註は,第
28505 \begin_inset CommandInset ref
28506 LatexCommand ref
28507 reference "subsec:多頁表での脚注"
28508
28509 \end_inset
28510
28511 節で述べられています.
28512 \end_layout
28513
28514 \begin_layout Standard
28515 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
28516 \begin_inset CommandInset ref
28517 LatexCommand ref
28518 reference "sec:ミニページ"
28519
28520 \end_inset
28521
28522 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,やはり
28523 \series bold
28524
28525 \backslash
28526 footnotemark{}
28527 \series default
28528
28529 \series bold
28530
28531 \backslash
28532 footntoetext
28533 \series default
28534 による方法を用いてください.
28535 \end_layout
28536
28537 \begin_layout Standard
28538 \begin_inset Box Frameless
28539 position "t"
28540 hor_pos "c"
28541 has_inner_box 1
28542 inner_pos "t"
28543 use_parbox 0
28544 use_makebox 0
28545 width "100col%"
28546 special "none"
28547 height "1in"
28548 height_special "totalheight"
28549 thickness "0.4pt"
28550 separation "3pt"
28551 shadowsize "4pt"
28552 framecolor "black"
28553 backgroundcolor "none"
28554 status open
28555
28556 \begin_layout Plain Layout
28557 これはミニページ中の例文です.
28558 \begin_inset Foot
28559 status open
28560
28561 \begin_layout Plain Layout
28562 ミニページ中の脚註です.
28563 \end_layout
28564
28565 \end_inset
28566
28567
28568 \end_layout
28569
28570 \begin_layout Plain Layout
28571 これはミニページ中の例文です.
28572 \begin_inset ERT
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576
28577
28578 \backslash
28579 footnotemark{}
28580 \end_layout
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Standard
28593 \begin_inset ERT
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597
28598
28599 \backslash
28600 footnotetext{
28601 \end_layout
28602
28603 \end_inset
28604
28605 ミニページ外の脚註です.
28606 \begin_inset ERT
28607 status collapsed
28608
28609 \begin_layout Plain Layout
28610
28611 }
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \begin_inset VSpace defskip
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \begin_layout Standard
28624 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
28625 コードでコマンド
28626 \series bold
28627
28628 \backslash
28629 footnotemark[番号]
28630 \series default
28631 を使用してください.
28632 \begin_inset Newline newline
28633 \end_inset
28634
28635 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
28636 \begin_inset CommandInset ref
28637 LatexCommand ref
28638 reference "fn:これは脚注の一例"
28639
28640 \end_inset
28641
28642 の後に,\SpecialChar TeX
28643 コードで
28644 \end_layout
28645
28646 \begin_layout Standard
28647
28648 \series bold
28649
28650 \backslash
28651 newcounter{MyRepeatFoot}
28652 \begin_inset Newline newline
28653 \end_inset
28654
28655
28656 \backslash
28657 setcounter{MyRepeatFoot}{
28658 \backslash
28659 thefootnote}
28660 \end_layout
28661
28662 \begin_layout Standard
28663 というコマンドを挿入しています.そして脚註マークは,
28664 \end_layout
28665
28666 \begin_layout Standard
28667
28668 \series bold
28669
28670 \backslash
28671 footnotemark[
28672 \backslash
28673 theMyRepeatFoot]
28674 \end_layout
28675
28676 \begin_layout Standard
28677 で作成します.
28678 \end_layout
28679
28680 \begin_layout Standard
28681 これは繰り返し脚註の例です.
28682 \begin_inset ERT
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686
28687
28688 \backslash
28689 footnotemark[
28690 \backslash
28691 theMyRepeatFoot]
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \end_layout
28698
28699 \begin_layout Standard
28700 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
28701 \end_layout
28702
28703 \begin_layout Standard
28704
28705 \series bold
28706
28707 \backslash
28708 footnotemark[
28709 \backslash
28710 thefootnote]
28711 \end_layout
28712
28713 \begin_layout Standard
28714 を使用してください.
28715 \end_layout
28716
28717 \begin_layout Standard
28718 これは繰り返し脚註の例です.
28719 \begin_inset ERT
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723
28724
28725 \backslash
28726 footnotemark[
28727 \backslash
28728 thefootnote]
28729 \end_layout
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \begin_layout Subsection
28737 脚註の付番
28738 \begin_inset CommandInset label
28739 LatexCommand label
28740 name "subsec:脚注の付番"
28741
28742 \end_inset
28743
28744
28745 \begin_inset Index idx
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 きゃくちゅう@脚註 ! ふばん@付番
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Standard
28758 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
28759 \end_layout
28760
28761 \begin_layout Standard
28762
28763 \series bold
28764
28765 \backslash
28766 @addtoreset{footnote}{section}
28767 \end_layout
28768
28769 \begin_layout Standard
28770 というコマンドを加えてください.
28771 \end_layout
28772
28773 \begin_layout Standard
28774 \begin_inset VSpace bigskip
28775 \end_inset
28776
28777 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
28778 \end_layout
28779
28780 \begin_layout Standard
28781
28782 \series bold
28783
28784 \backslash
28785 renewcommand{
28786 \backslash
28787 thefootnote}{
28788 \backslash
28789 roman{footnote}}
28790 \end_layout
28791
28792 \begin_layout Standard
28793 \begin_inset ERT
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797
28798
28799 \backslash
28800 renewcommand{
28801 \backslash
28802 thefootnote}{
28803 \backslash
28804 roman{footnote}}
28805 \end_layout
28806
28807 \end_inset
28808
28809 これは,ローマ数字を使った脚註です
28810 \begin_inset Foot
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 これは,ローマ数字を使った脚註の例です.
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 付番様式を大文字ローマ数字に変更するには,上記コマンドの
28824 \series bold
28825
28826 \backslash
28827 roman
28828 \series default
28829
28830 \series bold
28831
28832 \backslash
28833 Roman
28834 \series default
28835 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
28836 \series bold
28837
28838 \backslash
28839 Alph
28840 \series default
28841 または
28842 \series bold
28843
28844 \backslash
28845 alph
28846 \series default
28847 を使用してください.記号を使って付「番」するには,
28848 \series bold
28849
28850 \backslash
28851 fnsymbol
28852 \series default
28853 を使ってください.
28854 \end_layout
28855
28856 \begin_layout Standard
28857 \begin_inset Note Greyedout
28858 status open
28859
28860 \begin_layout Plain Layout
28861
28862 \series bold
28863 【註】
28864 \series default
28865 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \begin_inset Newline newline
28872 \end_inset
28873
28874
28875 \begin_inset Note Greyedout
28876 status open
28877
28878 \begin_layout Plain Layout
28879
28880 \series bold
28881 【註】
28882 \series default
28883 記号を使うと9個の脚註しか番号を振ることができません.
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Standard
28892 付番様式を変更した後,既定様式に戻すには,上記コマンドの
28893 \series bold
28894
28895 \backslash
28896 roman
28897 \series default
28898
28899 \series bold
28900
28901 \backslash
28902 arabic
28903 \series default
28904 に置き換えて使用してください.
28905 \begin_inset ERT
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909
28910
28911 \backslash
28912 renewcommand{
28913 \backslash
28914 thefootnote}{
28915 \backslash
28916 arabic{footnote}}
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925 \begin_inset VSpace bigskip
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \begin_layout Standard
28932 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
28933 \end_layout
28934
28935 \begin_layout Standard
28936
28937 \series bold
28938
28939 \backslash
28940 numberwithin{footnote}{chapter}
28941 \end_layout
28942
28943 \begin_layout Standard
28944 というコマンドを加えてください.
28945 \series bold
28946
28947 \backslash
28948 numberwithin
28949 \series default
28950 コマンドを使用できるようにするためには,文書設定の
28951 \family sans
28952 数式オプション
28953 \family default
28954 タブで
28955 \family sans
28956 AMS
28957 \begin_inset space ~
28958 \end_inset
28959
28960 mathパッケージを使う
28961 \family default
28962 オプションを有効にしてください.
28963 \end_layout
28964
28965 \begin_layout Standard
28966 \begin_inset ERT
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970
28971
28972 \backslash
28973 numberwithin{footnote}{chapter}
28974 \end_layout
28975
28976 \end_inset
28977
28978 これは,脚註のもう一つの例です
28979 \series bold
28980
28981 \begin_inset Foot
28982 status open
28983
28984 \begin_layout Plain Layout
28985
28986 \series bold
28987 これは,
28988 \series default
28989 「章番号.脚註番号」スキームで番号を振られた脚註です.
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \series default
28996
28997 \begin_inset ERT
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001
29002
29003 \backslash
29004 renewcommand{
29005 \backslash
29006 thefootnote}{
29007 \backslash
29008 arabic{footnote}}
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Standard
29017 \begin_inset Note Greyedout
29018 status open
29019
29020 \begin_layout Plain Layout
29021
29022 \series bold
29023 【註】
29024 \backslash
29025 numberwithin
29026 \series default
29027 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \begin_layout Standard
29036 また,例えば「章番号.
29037 \backslash
29038 Roman{footnote}」スキームを得るには,
29039 \series bold
29040
29041 \backslash
29042 numberwithin
29043 \series default
29044 の代わりに以下のコマンドを使用してください.
29045 \end_layout
29046
29047 \begin_layout Standard
29048
29049 \series bold
29050
29051 \backslash
29052 renewcommand{
29053 \backslash
29054 thefootnote}{
29055 \backslash
29056 thechapter.
29057 \backslash
29058 Roman{footnote}}
29059 \end_layout
29060
29061 \begin_layout Subsection
29062 脚註の配置
29063 \begin_inset Index idx
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067 きゃくちゅう@脚註 ! はいち@配置
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Standard
29076 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
29077 ブルに足して,1.5
29078 \begin_inset space \thinspace{}
29079 \end_inset
29080
29081 mmの余白を追加することもできます.
29082 \end_layout
29083
29084 \begin_layout Standard
29085
29086 \series bold
29087
29088 \backslash
29089 let
29090 \backslash
29091 myFoot
29092 \backslash
29093 footnote
29094 \begin_inset Newline newline
29095 \end_inset
29096
29097
29098 \backslash
29099 renewcommand{
29100 \backslash
29101 footnote}[1]{
29102 \backslash
29103 myFoot{#1
29104 \backslash
29105 vspace{1.5mm}}}
29106 \end_layout
29107
29108 \begin_layout Standard
29109 \begin_inset VSpace bigskip
29110 \end_inset
29111
29112 二段組文書では,脚註は各段底部に表示されます(図
29113 \begin_inset CommandInset ref
29114 LatexCommand ref
29115 reference "fig:標準的脚注配置"
29116
29117 \end_inset
29118
29119 ).図
29120 \begin_inset CommandInset ref
29121 LatexCommand ref
29122 reference "fig:ftnright脚注配置"
29123
29124 \end_inset
29125
29126 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
29127 \end_layout
29128
29129 \begin_layout Standard
29130
29131 \series bold
29132
29133 \backslash
29134 usepackage{ftnright}
29135 \end_layout
29136
29137 \begin_layout Standard
29138 というコマンドを書いて,\SpecialChar LaTeX
29139 パッケージ
29140 \series bold
29141 ftnright
29142 \series default
29143
29144 \begin_inset Index idx
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148 \SpecialChar LaTeX
29149 ぱっけーじ@\SpecialChar LaTeX
29150 パッケージ ! ftnright
29151 \end_layout
29152
29153 \end_inset
29154
29155 を読み込みます.
29156 \begin_inset Float figure
29157 placement !h
29158 wide false
29159 sideways false
29160 status open
29161
29162 \begin_layout Plain Layout
29163 \noindent
29164 \align center
29165 \begin_inset Box Boxed
29166 position "t"
29167 hor_pos "c"
29168 has_inner_box 0
29169 inner_pos "t"
29170 use_parbox 0
29171 use_makebox 0
29172 width ""
29173 special "none"
29174 height "1in"
29175 height_special "totalheight"
29176 thickness "0.4pt"
29177 separation "3pt"
29178 shadowsize "4pt"
29179 framecolor "black"
29180 backgroundcolor "none"
29181 status open
29182
29183 \begin_layout Plain Layout
29184 \begin_inset Graphics
29185         filename ../clipart/without_fntright.pdf
29186         width 100col%
29187         scaleBeforeRotation
29188
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Plain Layout
29200 \begin_inset Caption Standard
29201
29202 \begin_layout Plain Layout
29203 \begin_inset CommandInset label
29204 LatexCommand label
29205 name "fig:標準的脚注配置"
29206
29207 \end_inset
29208
29209 二段組文書の標準的な脚註配置
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223 \begin_inset Float figure
29224 placement !h
29225 wide false
29226 sideways false
29227 status open
29228
29229 \begin_layout Plain Layout
29230 \noindent
29231 \align center
29232 \begin_inset Box Boxed
29233 position "t"
29234 hor_pos "c"
29235 has_inner_box 0
29236 inner_pos "t"
29237 use_parbox 0
29238 use_makebox 0
29239 width ""
29240 special "none"
29241 height "1in"
29242 height_special "totalheight"
29243 thickness "0.4pt"
29244 separation "3pt"
29245 shadowsize "4pt"
29246 framecolor "black"
29247 backgroundcolor "none"
29248 status open
29249
29250 \begin_layout Plain Layout
29251 \begin_inset Graphics
29252         filename ../clipart/with_fntright.pdf
29253         width 100col%
29254         scaleBeforeRotation
29255
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \end_layout
29265
29266 \begin_layout Plain Layout
29267 \begin_inset Caption Standard
29268
29269 \begin_layout Plain Layout
29270 \begin_inset CommandInset label
29271 LatexCommand label
29272 name "fig:ftnright脚注配置"
29273
29274 \end_inset
29275
29276 \SpecialChar LaTeX
29277 パッケージ
29278 \series bold
29279 ftnright
29280 \series default
29281 を使用したときの二段組文書の脚註配置
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Standard
29295 \begin_inset VSpace bigskip
29296 \end_inset
29297
29298 科学的文献においては,図
29299 \begin_inset CommandInset ref
29300 LatexCommand ref
29301 reference "fig:後註"
29302
29303 \end_inset
29304
29305 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
29306 \begin_inset Index idx
29307 status collapsed
29308
29309 \begin_layout Plain Layout
29310 こちゆう@後註
29311 \end_layout
29312
29313 \end_inset
29314
29315 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
29316 \family sans
29317 文書\SpecialChar menuseparator
29318 設定\SpecialChar menuseparator
29319 モジュール
29320 \family default
29321 メニューで
29322 \family sans
29323 脚註から後註へ
29324 \family default
29325 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
29326 コードで
29327 \end_layout
29328
29329 \begin_layout Standard
29330
29331 \series bold
29332
29333 \backslash
29334 theendnotes
29335 \end_layout
29336
29337 \begin_layout Standard
29338 というコマンドを挿入してください.
29339 \end_layout
29340
29341 \begin_layout Standard
29342 \begin_inset Float figure
29343 wide false
29344 sideways false
29345 status open
29346
29347 \begin_layout Plain Layout
29348 \align center
29349 \begin_inset Box Boxed
29350 position "t"
29351 hor_pos "c"
29352 has_inner_box 0
29353 inner_pos "t"
29354 use_parbox 0
29355 use_makebox 0
29356 width ""
29357 special "none"
29358 height "1in"
29359 height_special "totalheight"
29360 thickness "0.4pt"
29361 separation "3pt"
29362 shadowsize "4pt"
29363 framecolor "black"
29364 backgroundcolor "none"
29365 status open
29366
29367 \begin_layout Plain Layout
29368 \begin_inset Graphics
29369         filename ../clipart/endnotes.pdf
29370         width 100col%
29371         scaleBeforeRotation
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \end_layout
29382
29383 \begin_layout Plain Layout
29384 \begin_inset Caption Standard
29385
29386 \begin_layout Plain Layout
29387 \begin_inset CommandInset label
29388 LatexCommand label
29389 name "fig:後註"
29390
29391 \end_inset
29392
29393 後註 – 注を節ないし章末に別段落として印字します.
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Standard
29407 \begin_inset VSpace medskip
29408 \end_inset
29409
29410 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
29411 \end_layout
29412
29413 \begin_layout Standard
29414
29415 \series bold
29416
29417 \backslash
29418 renewcommand{
29419 \backslash
29420 notesname}{Anmerkungen}
29421 \end_layout
29422
29423 \begin_layout Standard
29424 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
29425 \end_layout
29426
29427 \begin_layout Standard
29428 \begin_inset VSpace medskip
29429 \end_inset
29430
29431
29432 \begin_inset CommandInset ref
29433 LatexCommand ref
29434 reference "subsec:脚注の付番"
29435
29436 \end_inset
29437
29438 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
29439 \series bold
29440
29441 \backslash
29442 thefootnote
29443 \series default
29444 コマンドの代わりに
29445 \series bold
29446
29447 \backslash
29448 theendnote
29449 \series default
29450 を用いてください.後註番号をリセットするには,第
29451 \begin_inset CommandInset ref
29452 LatexCommand ref
29453 reference "subsec:脚注の付番"
29454
29455 \end_inset
29456
29457 節で述べたコマンド
29458 \series bold
29459
29460 \backslash
29461 @addtoreset
29462 \series default
29463 の,パラメータ
29464 \series bold
29465 footnote
29466 \series default
29467
29468 \series bold
29469 endnote
29470 \series default
29471 に変えて,使用してください.
29472 \end_layout
29473
29474 \begin_layout Standard
29475 後註の印だけを作成するには,第
29476 \begin_inset CommandInset ref
29477 LatexCommand ref
29478 reference "sec:脚注"
29479
29480 \end_inset
29481
29482 節で説明した
29483 \series bold
29484
29485 \backslash
29486 footnotemark
29487 \series default
29488 コマンドの代わりに,
29489 \series bold
29490
29491 \backslash
29492 endnotemark[番号]
29493 \series default
29494 コマンドを使用してください.
29495 \end_layout
29496
29497 \begin_layout Standard
29498 \begin_inset VSpace bigskip
29499 \end_inset
29500
29501 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
29502 パッケージ
29503 \series bold
29504 footmisc
29505 \series default
29506
29507 \begin_inset Index idx
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511 \SpecialChar LaTeX
29512 ぱっけーじ@\SpecialChar LaTeX
29513 パッケージ ! footmisc
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \begin_inset CommandInset citation
29520 LatexCommand cite
29521 key "footmisc"
29522
29523 \end_inset
29524
29525 を参照してください.
29526 \end_layout
29527
29528 \begin_layout Standard
29529 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
29530 関連書籍
29531 \begin_inset CommandInset citation
29532 LatexCommand cite
29533 key "latexcompanion,latexguide,latexbook"
29534
29535 \end_inset
29536
29537 に載っています.
29538 \series bold
29539 KOMA-Script
29540 \series default
29541
29542 \begin_inset Index idx
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 \SpecialChar LaTeX
29547 ぱっけーじ@\SpecialChar LaTeX
29548 パッケージ ! KOMA-Script
29549 \end_layout
29550
29551 \end_inset
29552
29553 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
29554 \begin_inset CommandInset citation
29555 LatexCommand cite
29556 key "KOMA-Script"
29557
29558 \end_inset
29559
29560 参照).
29561 \end_layout
29562
29563 \begin_layout Section
29564 傍註
29565 \begin_inset Index idx
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \begin_layout Standard
29578 \SpecialChar LyX
29579 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
29580 \family sans
29581 挿入\SpecialChar menuseparator
29582 傍註
29583 \family default
29584 メニューかツールバーボタン
29585 \family sans
29586
29587 \begin_inset Info
29588 type  "icon"
29589 arg   "marginalnote-insert"
29590 \end_inset
29591
29592
29593 \family default
29594 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
29595 \end_layout
29596
29597 \begin_layout Standard
29598 横にあるのが傍註です
29599 \begin_inset Marginal
29600 status open
29601
29602 \begin_layout Plain Layout
29603 これは傍註文です.
29604 \end_layout
29605
29606 \end_inset
29607
29608
29609 \end_layout
29610
29611 \begin_layout Standard
29612 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
29613 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
29614 \end_layout
29615
29616 \begin_layout Standard
29617 \begin_inset VSpace bigskip
29618 \end_inset
29619
29620 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
29621 コードで
29622 \end_layout
29623
29624 \begin_layout Standard
29625
29626 \series bold
29627
29628 \backslash
29629 reversemarginpar
29630 \end_layout
29631
29632 \begin_layout Standard
29633 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638
29639
29640 \backslash
29641 reversemarginpar 
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \begin_inset Marginal
29648 status open
29649
29650 \begin_layout Plain Layout
29651 これは内側余白の傍註です.
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \series bold
29658
29659 \begin_inset Newline newline
29660 \end_inset
29661
29662
29663 \series default
29664
29665 \begin_inset Note Greyedout
29666 status open
29667
29668 \begin_layout Plain Layout
29669
29670 \series bold
29671 【註】
29672 \series default
29673 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
29674 \end_layout
29675
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \begin_layout Standard
29682 既定の配置に戻すには,\SpecialChar TeX
29683 コードで
29684 \end_layout
29685
29686 \begin_layout Standard
29687
29688 \series bold
29689
29690 \backslash
29691 normalmarginpar
29692 \end_layout
29693
29694 \begin_layout Standard
29695 というコマンドを書き加えてください.
29696 \begin_inset ERT
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700
29701
29702 \backslash
29703 normalmarginpar 
29704 \end_layout
29705
29706 \end_inset
29707
29708  
29709 \begin_inset Note Greyedout
29710 status open
29711
29712 \begin_layout Plain Layout
29713
29714 \series bold
29715 【註】
29716 \backslash
29717 reversemarginpar
29718 \series default
29719 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \end_layout
29726
29727 \begin_layout Standard
29728 \begin_inset VSpace bigskip
29729 \end_inset
29730
29731
29732 \begin_inset Marginal
29733 status open
29734
29735 \begin_layout Plain Layout
29736 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \begin_inset CommandInset ref
29743 LatexCommand ref
29744 reference "subsec:複数行"
29745
29746 \end_inset
29747
29748 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
29749 \begin_inset space \thinspace{}
29750 \end_inset
29751
29752 pt水平空白を挿入してください 
29753 \begin_inset Marginal
29754 status open
29755
29756 \begin_layout Plain Layout
29757 \begin_inset space \hspace*{}
29758 \length 0pt
29759 \end_inset
29760
29761 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Standard
29770 \begin_inset VSpace bigskip
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \begin_layout Standard
29777 \begin_inset Note Greyedout
29778 status open
29779
29780 \begin_layout Plain Layout
29781
29782 \series bold
29783 【註】
29784 \series default
29785 通常,傍註は表やフロート,脚註の中では使用することができません.
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 \begin_inset VSpace bigskip
29795 \end_inset
29796
29797
29798 \end_layout
29799
29800 \begin_layout Standard
29801 \begin_inset ERT
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805
29806
29807 \backslash
29808 ifmarginnote
29809 \end_layout
29810
29811 \end_inset
29812
29813
29814 \begin_inset Note Note
29815 status open
29816
29817 \begin_layout Plain Layout
29818 以下の部分は,\SpecialChar LaTeX
29819 パッケージ
29820 \series bold
29821 marginnote
29822 \series default
29823 が導入されているときのみ表示されます.
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \begin_layout Standard
29832 この制約は,\SpecialChar LaTeX
29833 パッケージ
29834 \series bold
29835 marginnote
29836 \series default
29837
29838 \begin_inset Index idx
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842 \SpecialChar LaTeX
29843 ぱっけーじ@\SpecialChar LaTeX
29844 パッケージ ! marginnote
29845 \end_layout
29846
29847 \end_inset
29848
29849 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
29850 が傍註に使うコマンドが再定義されて,
29851 \series bold
29852 marginnote
29853 \series default
29854 パッケージが提供するコマンドを使うようになります.
29855 \end_layout
29856
29857 \begin_layout Standard
29858
29859 \series bold
29860
29861 \backslash
29862 usepackage{marginnote}
29863 \begin_inset Newline newline
29864 \end_inset
29865
29866
29867 \backslash
29868 let
29869 \backslash
29870 marginpar
29871 \backslash
29872 marginnote
29873 \end_layout
29874
29875 \begin_layout Standard
29876
29877 \series bold
29878 marginnote
29879 \series default
29880 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
29881 \series bold
29882 marginnote
29883 \series default
29884 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
29885 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
29886 中の傍註の後ろに\SpecialChar TeX
29887 コードで直接
29888 \end_layout
29889
29890 \begin_layout Standard
29891
29892 \series bold
29893 [オフセット]
29894 \end_layout
29895
29896 \begin_layout Standard
29897 という形で書くことで設定することができます.ここで「オフセット」には,表
29898 \begin_inset CommandInset ref
29899 LatexCommand ref
29900 reference "tab:単位"
29901
29902 \end_inset
29903
29904 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
29905 コードコマンド「
29906 \series bold
29907 [-1.5cm]
29908 \series default
29909 」を使用して,1.5
29910 \begin_inset space \thinspace{}
29911 \end_inset
29912
29913 cm上にずらしてあります
29914 \begin_inset Marginal
29915 status open
29916
29917 \begin_layout Plain Layout
29918 この傍註は,本来の位置よりも1.5
29919 \begin_inset space \thinspace{}
29920 \end_inset
29921
29922 cm上にずらしてあります.
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933 [-1.5cm]
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \begin_layout Standard
29942 \begin_inset VSpace medskip
29943 \end_inset
29944
29945
29946 \series bold
29947 marginnote
29948 \series default
29949 を使うと,傍註の揃えを変更することもできます.たとえば,
29950 \end_layout
29951
29952 \begin_layout Standard
29953
29954 \series bold
29955
29956 \backslash
29957 renewcommand*{
29958 \backslash
29959 raggedleftmarginnote}{
29960 \backslash
29961 centering}
29962 \begin_inset Newline newline
29963 \end_inset
29964
29965
29966 \backslash
29967 renewcommand*{
29968 \backslash
29969 raggedrightmarginnote}{
29970 \backslash
29971 centering}
29972 \end_layout
29973
29974 \begin_layout Standard
29975 というコマンドを使うと,中央揃えになります.
29976 \series bold
29977
29978 \backslash
29979 raggedleftmarginnote
29980 \series default
29981 とは,左側に表示されている傍註のことを指します
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987
29988 \backslash
29989 renewcommand*{
29990 \backslash
29991 raggedleftmarginnote}{
29992 \backslash
29993 centering}
29994 \end_layout
29995
29996 \begin_layout Plain Layout
29997
29998
29999 \backslash
30000 renewcommand*{
30001 \backslash
30002 raggedrightmarginnote}{
30003 \backslash
30004 centering}
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \begin_inset Marginal
30011 status open
30012
30013 \begin_layout Plain Layout
30014 この傍註の文章は中央揃えになっています.
30015 \end_layout
30016
30017 \end_inset
30018
30019 .既定の設定は,
30020 \end_layout
30021
30022 \begin_layout Standard
30023
30024 \series bold
30025
30026 \backslash
30027 renewcommand*{
30028 \backslash
30029 raggedleftmarginnote}{
30030 \backslash
30031 raggedleft}
30032 \begin_inset Newline newline
30033 \end_inset
30034
30035
30036 \backslash
30037 renewcommand*{
30038 \backslash
30039 raggedrightmarginnote}{
30040 \backslash
30041 raggedright}
30042 \series default
30043
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049
30050 \backslash
30051 renewcommand*{
30052 \backslash
30053 raggedleftmarginnote}{
30054 \backslash
30055 raggedleft}
30056 \end_layout
30057
30058 \begin_layout Plain Layout
30059
30060
30061 \backslash
30062 renewcommand*{
30063 \backslash
30064 raggedrightmarginnote}{
30065 \backslash
30066 raggedright}
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 です.
30076 \end_layout
30077
30078 \begin_layout Standard
30079 \begin_inset VSpace medskip
30080 \end_inset
30081
30082
30083 \series bold
30084 marginnote
30085 \series default
30086 の他の機能については,
30087 \begin_inset CommandInset citation
30088 LatexCommand cite
30089 key "marginnote"
30090
30091 \end_inset
30092
30093 の取扱説明書をご参照ください.
30094 \end_layout
30095
30096 \begin_layout Standard
30097 \begin_inset VSpace bigskip
30098 \end_inset
30099
30100 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
30101 \family sans
30102 \series bold
30103 \bar under
30104 注意!
30105 \family default
30106 \series default
30107 \bar default
30108 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
30109 \end_layout
30110
30111 \begin_layout Standard
30112
30113 \series bold
30114
30115 \backslash
30116 let
30117 \backslash
30118 myMarginpar
30119 \backslash
30120 marginpar
30121 \begin_inset Newline newline
30122 \end_inset
30123
30124
30125 \backslash
30126 renewcommand{
30127 \backslash
30128 marginpar}[1]{
30129 \backslash
30130 myMarginpar{%
30131 \begin_inset Newline newline
30132 \end_inset
30133
30134
30135 \begin_inset Phantom HPhantom
30136 status open
30137
30138 \begin_layout Plain Layout
30139
30140 \series bold
30141 \begin_inset space ~
30142 \end_inset
30143
30144
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \backslash
30151 hspace{0pt}
30152 \backslash
30153 textsf{
30154 \backslash
30155 textbf{
30156 \backslash
30157 underbar{注意!}}}%
30158 \begin_inset Newline newline
30159 \end_inset
30160
30161
30162 \begin_inset Phantom HPhantom
30163 status open
30164
30165 \begin_layout Plain Layout
30166
30167 \series bold
30168 \begin_inset space ~
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \backslash
30178 vspace{1.5mm}
30179 \backslash
30180
30181 \backslash
30182 #1}}
30183 \end_layout
30184
30185 \begin_layout Standard
30186 \begin_inset ERT
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190
30191
30192 \backslash
30193 let
30194 \backslash
30195 myMarginpar
30196 \backslash
30197 marginpar
30198 \end_layout
30199
30200 \begin_layout Plain Layout
30201
30202
30203 \backslash
30204 renewcommand{
30205 \backslash
30206 marginpar}[1]{
30207 \backslash
30208 myMarginpar{%
30209 \end_layout
30210
30211 \begin_layout Plain Layout
30212
30213    
30214 \backslash
30215 textsf{
30216 \backslash
30217 textbf{
30218 \backslash
30219 underbar{注意!}}}%
30220 \end_layout
30221
30222 \begin_layout Plain Layout
30223
30224    
30225 \backslash
30226 vspace{1.5mm}
30227 \backslash
30228
30229 \backslash
30230 #1}}
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \begin_inset Marginal
30237 status open
30238
30239 \begin_layout Plain Layout
30240 これは,定義したヘッダをつけた傍註です.
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \begin_inset ERT
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250
30251 [-1.5cm]
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262
30263 \backslash
30264 renewcommand{
30265 \backslash
30266 marginpar}[1]{
30267 \backslash
30268 myMarginpar{#1}}
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \begin_inset Note Note
30275 status open
30276
30277 \begin_layout Plain Layout
30278 傍註書式は,この例の分だけ変更してあります.
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \begin_layout Standard
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292
30293 \backslash
30294 else
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \begin_inset Note Note
30301 status open
30302
30303 \begin_layout Plain Layout
30304 以下の部分は,\SpecialChar LaTeX
30305 パッケージ
30306 \series bold
30307 marginnote
30308 \series default
30309 が導入されていないときのみ表示されます.
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
30319 パッケージ
30320 \series bold
30321 marginnote
30322 \series default
30323 を導入する必要があります.
30324 \end_layout
30325
30326 \begin_layout Standard
30327 \begin_inset ERT
30328 status collapsed
30329
30330 \begin_layout Plain Layout
30331
30332
30333 \backslash
30334 fi
30335 \end_layout
30336
30337 \end_inset
30338
30339
30340 \end_layout
30341
30342 \begin_layout Chapter
30343 ボックス
30344 \end_layout
30345
30346 \begin_layout Section
30347 はじめに
30348 \begin_inset Index idx
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352 ぼっくす@ボックス ! はじめに
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Standard
30361 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
30362 \begin_inset CommandInset ref
30363 LatexCommand ref
30364 reference "sec:ミニページ"
30365
30366 \end_inset
30367
30368 節参照),文章を囲ったり(第
30369 \begin_inset CommandInset ref
30370 LatexCommand ref
30371 reference "sec:装飾"
30372
30373 \end_inset
30374
30375 節参照),単語がハイフネートされるのを予防したり(第
30376 \begin_inset CommandInset ref
30377 LatexCommand ref
30378 reference "sec:ハイフネーションの回避"
30379
30380 \end_inset
30381
30382 節参照),文章を揃えたり(第
30383 \begin_inset CommandInset ref
30384 LatexCommand ref
30385 reference "subsec:垂直揃え"
30386
30387 \end_inset
30388
30389 節参照),あるいは文章の背景色を設定したり(第
30390 \begin_inset CommandInset ref
30391 LatexCommand ref
30392 reference "sec:色付きボックス"
30393
30394 \end_inset
30395
30396 節参照)するのに使用します.
30397 \end_layout
30398
30399 \begin_layout Standard
30400 ボックスは,
30401 \family sans
30402 挿入\SpecialChar menuseparator
30403 ボックス
30404 \family default
30405 メニューかツールバーボタン
30406 \family sans
30407
30408 \begin_inset Info
30409 type  "icon"
30410 arg   "box-insert Frameless"
30411 \end_inset
30412
30413
30414 \family default
30415 を使って挿入することができます.すると,
30416 \begin_inset Graphics
30417         filename clipart/BoxInsetDefault.png
30418         scale 85
30419         scaleBeforeRotation
30420
30421 \end_inset
30422
30423 のように
30424 \family sans
30425 ボックス(minipage環境)
30426 \family default
30427 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
30428 \family sans
30429 設定
30430 \family default
30431 メニューを選択すると現れるボックスダイアログでは,
30432 \family sans
30433 parboxコマンド
30434 \family default
30435
30436 \family sans
30437 minipage環境
30438 \family default
30439 の二つの
30440 \family sans
30441 内部ボックス
30442 \family default
30443 型を選択することができます.
30444 \family sans
30445 minipage
30446 \family default
30447 型は,新規ボックスの既定値となっており,第
30448 \begin_inset CommandInset ref
30449 LatexCommand ref
30450 reference "sec:ミニページ"
30451
30452 \end_inset
30453
30454 節で説明します.
30455 \family sans
30456 parbox
30457 \family default
30458 型については第
30459 \begin_inset CommandInset ref
30460 LatexCommand ref
30461 reference "sec:Parboxes"
30462
30463 \end_inset
30464
30465 節,
30466 \family sans
30467 makebox
30468 \family default
30469 型については第
30470 \begin_inset CommandInset ref
30471 LatexCommand ref
30472 reference "sec:ハイフネーションの回避"
30473
30474 \end_inset
30475
30476 節で述べます.
30477 \end_layout
30478
30479 \begin_layout Standard
30480 ボックスは付番されないので,フロートや脚註のように参照することはできません.
30481 \end_layout
30482
30483 \begin_layout Standard
30484 \begin_inset Note Greyedout
30485 status open
30486
30487 \begin_layout Plain Layout
30488
30489 \series bold
30490 【註】
30491 \series default
30492 ボックスは,
30493 \family sans
30494 箇条書き(記号)
30495 \family default
30496 環境や
30497 \family sans
30498 箇条書き(記述)
30499 \family default
30500 環境の単独要素とすべきではありません.
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \begin_layout Standard
30509 \begin_inset Note Greyedout
30510 status open
30511
30512 \begin_layout Plain Layout
30513
30514 \series bold
30515 【註】
30516 \series default
30517 理由は不明ですが,枠付きボックスを使用している場合には,
30518 \family sans
30519 内部ボックス
30520 \family default
30521 型は
30522 \family sans
30523 なし
30524 \family default
30525 にしか設定することができません.
30526 \family sans
30527 内部ボックス
30528 \family default
30529 型や枠のないボックスについては,第
30530 \begin_inset CommandInset ref
30531 LatexCommand ref
30532 reference "sec:ハイフネーションの回避"
30533
30534 \end_inset
30535
30536 節で説明します.
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \begin_layout Section
30545 ボックスダイアログ
30546 \begin_inset CommandInset label
30547 LatexCommand label
30548 name "sec:ボックスダイアログ"
30549
30550 \end_inset
30551
30552
30553 \begin_inset Index idx
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \begin_layout Subsection
30566 寸法
30567 \begin_inset Index idx
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571 ぼっくす@ボックス ! すんぽう@寸法
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \begin_layout Standard
30580 ボックスダイアログでは,
30581 \family sans
30582
30583 \family default
30584
30585 \family sans
30586 高さ
30587 \family default
30588 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
30589 \begin_inset CommandInset ref
30590 LatexCommand ref
30591 reference "tab:単位"
30592
30593 \end_inset
30594
30595 に説明されています.
30596 \family sans
30597 高さ
30598 \family default
30599 フィールドには,加えて以下の寸法を使用することができます.
30600 \end_layout
30601
30602 \begin_layout Description
30603 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
30604 \begin_inset Newline newline
30605 \end_inset
30606
30607
30608 \begin_inset Newline newline
30609 \end_inset
30610
30611
30612 \begin_inset Newline newline
30613 \end_inset
30614
30615
30616 \begin_inset Box Boxed
30617 position "c"
30618 hor_pos "c"
30619 has_inner_box 1
30620 inner_pos "c"
30621 use_parbox 0
30622 use_makebox 0
30623 width "12col%"
30624 special "none"
30625 height "1in"
30626 height_special "depth"
30627 thickness "0.4pt"
30628 separation "3pt"
30629 shadowsize "4pt"
30630 framecolor "black"
30631 backgroundcolor "none"
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 \align center
30636 高さを1階層に設定したボックス
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \begin_inset Newline newline
30643 \end_inset
30644
30645
30646 \begin_inset Newline newline
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Description
30653 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
30654 \begin_inset Box Boxed
30655 position "c"
30656 hor_pos "c"
30657 has_inner_box 1
30658 inner_pos "c"
30659 use_parbox 0
30660 use_makebox 0
30661 width "20col%"
30662 special "none"
30663 height "2in"
30664 height_special "height"
30665 thickness "0.4pt"
30666 separation "3pt"
30667 shadowsize "4pt"
30668 framecolor "black"
30669 backgroundcolor "none"
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673 \align center
30674 高さを2高さに設定したボックス
30675 \end_layout
30676
30677 \end_inset
30678
30679
30680 \end_layout
30681
30682 \begin_layout Description
30683 全高 これは「高さ」+「階層」です.
30684 \begin_inset Box Boxed
30685 position "c"
30686 hor_pos "c"
30687 has_inner_box 1
30688 inner_pos "c"
30689 use_parbox 0
30690 use_makebox 0
30691 width "20col%"
30692 special "none"
30693 height "1in"
30694 height_special "totalheight"
30695 thickness "0.4pt"
30696 separation "3pt"
30697 shadowsize "4pt"
30698 framecolor "black"
30699 backgroundcolor "none"
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703 \align center
30704 高さを1全高に設定したボックス
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \end_layout
30711
30712 \begin_layout Description
30713 幅 これはボックスの幅を高さに設定します.
30714 \begin_inset Box Boxed
30715 position "c"
30716 hor_pos "c"
30717 has_inner_box 1
30718 inner_pos "c"
30719 use_parbox 0
30720 use_makebox 0
30721 width "12col%"
30722 special "none"
30723 height "1in"
30724 height_special "width"
30725 thickness "0.4pt"
30726 separation "3pt"
30727 shadowsize "4pt"
30728 framecolor "black"
30729 backgroundcolor "none"
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733 \align center
30734 高さを1幅に設定したボックス
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Subsection
30743 文字揃え
30744 \begin_inset Index idx
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 ぼっくす@ボックス ! もじそろえ@文字揃え
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \end_layout
30755
30756 \begin_layout Standard
30757
30758 \family sans
30759 内部ボックス
30760 \family default
30761 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
30762 \end_layout
30763
30764 \begin_layout Description
30765 上 これは例示のための本文行です.
30766 \begin_inset Box Boxed
30767 position "t"
30768 hor_pos "c"
30769 has_inner_box 1
30770 inner_pos "c"
30771 use_parbox 0
30772 use_makebox 0
30773 width "12col%"
30774 special "none"
30775 height "1in"
30776 height_special "totalheight"
30777 thickness "0.4pt"
30778 separation "3pt"
30779 shadowsize "4pt"
30780 framecolor "black"
30781 backgroundcolor "none"
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785 \align center
30786 このボックスは上揃えです.
30787 \end_layout
30788
30789 \end_inset
30790
30791 これは例示のための本文行です.
30792 \end_layout
30793
30794 \begin_layout Description
30795 中央 これは例示のための本文行です.
30796 \begin_inset Box Boxed
30797 position "c"
30798 hor_pos "c"
30799 has_inner_box 1
30800 inner_pos "c"
30801 use_parbox 0
30802 use_makebox 0
30803 width "12col%"
30804 special "none"
30805 height "1in"
30806 height_special "totalheight"
30807 thickness "0.4pt"
30808 separation "3pt"
30809 shadowsize "4pt"
30810 framecolor "black"
30811 backgroundcolor "none"
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815 \align center
30816 このボックスは中央揃えです.
30817 \end_layout
30818
30819 \end_inset
30820
30821 これは例示のための本文行です.
30822 \end_layout
30823
30824 \begin_layout Description
30825 下 これは例示のための本文行です.
30826 \begin_inset Box Boxed
30827 position "b"
30828 hor_pos "c"
30829 has_inner_box 1
30830 inner_pos "c"
30831 use_parbox 0
30832 use_makebox 0
30833 width "12col%"
30834 special "none"
30835 height "1in"
30836 height_special "totalheight"
30837 thickness "0.4pt"
30838 separation "3pt"
30839 shadowsize "4pt"
30840 framecolor "black"
30841 backgroundcolor "none"
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 \align center
30846 このボックスは下揃えです.
30847 \end_layout
30848
30849 \end_inset
30850
30851 これは例示のための本文行です.
30852 \end_layout
30853
30854 \begin_layout Standard
30855 \begin_inset Note Greyedout
30856 status open
30857
30858 \begin_layout Plain Layout
30859
30860 \series bold
30861 【註】
30862 \series default
30863 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \end_layout
30870
30871 \begin_layout Standard
30872 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
30873 の段落ダイアログから設定できます.
30874 \end_layout
30875
30876 \begin_layout Standard
30877 \begin_inset VSpace bigskip
30878 \end_inset
30879
30880
30881 \family sans
30882 内部ボックス
30883 \family default
30884 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
30885 \end_layout
30886
30887 \begin_layout Description
30888 上 これは例示のための本文行です.
30889 \begin_inset Box Boxed
30890 position "c"
30891 hor_pos "c"
30892 has_inner_box 1
30893 inner_pos "t"
30894 use_parbox 0
30895 use_makebox 0
30896 width "12col%"
30897 special "none"
30898 height "1.5in"
30899 height_special "totalheight"
30900 thickness "0.4pt"
30901 separation "3pt"
30902 shadowsize "4pt"
30903 framecolor "black"
30904 backgroundcolor "none"
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908 \align center
30909 このボックスの文章は上揃えです.
30910 \end_layout
30911
30912 \end_inset
30913
30914 これは例示のための本文行です.
30915 \end_layout
30916
30917 \begin_layout Description
30918 中央 これは例示のための本文行です.
30919 \begin_inset Box Boxed
30920 position "c"
30921 hor_pos "c"
30922 has_inner_box 1
30923 inner_pos "c"
30924 use_parbox 0
30925 use_makebox 0
30926 width "12col%"
30927 special "none"
30928 height "1.5in"
30929 height_special "totalheight"
30930 thickness "0.4pt"
30931 separation "3pt"
30932 shadowsize "4pt"
30933 framecolor "black"
30934 backgroundcolor "none"
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 \align center
30939 このボックスの文章は中央揃えです.
30940 \end_layout
30941
30942 \end_inset
30943
30944 これは例示のための本文行です.
30945 \end_layout
30946
30947 \begin_layout Description
30948 下 これは例示のための本文行です.
30949 \begin_inset Box Boxed
30950 position "c"
30951 hor_pos "c"
30952 has_inner_box 1
30953 inner_pos "b"
30954 use_parbox 0
30955 use_makebox 0
30956 width "12col%"
30957 special "none"
30958 height "1.5in"
30959 height_special "totalheight"
30960 thickness "0.4pt"
30961 separation "3pt"
30962 shadowsize "4pt"
30963 framecolor "black"
30964 backgroundcolor "none"
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968 \align center
30969 このボックスの文章は下揃えです.
30970 \end_layout
30971
30972 \end_inset
30973
30974 これは例示のための本文行です.
30975 \end_layout
30976
30977 \begin_layout Description
30978 広げる これは例示のための本文行です.
30979 \begin_inset Box Boxed
30980 position "c"
30981 hor_pos "c"
30982 has_inner_box 1
30983 inner_pos "s"
30984 use_parbox 0
30985 use_makebox 0
30986 width "17col%"
30987 special "none"
30988 height "1.5in"
30989 height_special "totalheight"
30990 thickness "0.4pt"
30991 separation "3pt"
30992 shadowsize "4pt"
30993 framecolor "black"
30994 backgroundcolor "none"
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998 \align center
30999 このボックスの
31000 \end_layout
31001
31002 \begin_layout Plain Layout
31003 \align center
31004 文章は広げて
31005 \end_layout
31006
31007 \begin_layout Plain Layout
31008 \align center
31009 あります.
31010 \end_layout
31011
31012 \end_inset
31013
31014 これは例示のための本文行です.
31015 \end_layout
31016
31017 \begin_layout Standard
31018 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
31019 \end_layout
31020
31021 \begin_layout Standard
31022 \begin_inset VSpace bigskip
31023 \end_inset
31024
31025
31026 \family sans
31027 内部ボックス
31028 \family default
31029 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
31030 の段落ダイアログを用います.
31031 \end_layout
31032
31033 \begin_layout Standard
31034 \align center
31035 \begin_inset Box Boxed
31036 position "c"
31037 hor_pos "c"
31038 has_inner_box 1
31039 inner_pos "s"
31040 use_parbox 0
31041 use_makebox 0
31042 width "25col%"
31043 special "none"
31044 height "1.25in"
31045 height_special "totalheight"
31046 thickness "0.4pt"
31047 separation "3pt"
31048 shadowsize "4pt"
31049 framecolor "black"
31050 backgroundcolor "none"
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054 \align left
31055 このボックスの
31056 \end_layout
31057
31058 \begin_layout Plain Layout
31059 \align center
31060 文章は広げて
31061 \end_layout
31062
31063 \begin_layout Plain Layout
31064 \align right
31065 あります.
31066 \end_layout
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Standard
31074
31075 \family sans
31076 内部ボックス
31077 \family default
31078 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
31079 \end_layout
31080
31081 \begin_layout Standard
31082 \align center
31083 \begin_inset Box Boxed
31084 position "c"
31085 hor_pos "s"
31086 has_inner_box 0
31087 inner_pos "s"
31088 use_parbox 0
31089 use_makebox 0
31090 width "90col%"
31091 special "none"
31092 height "1.25in"
31093 height_special "totalheight"
31094 thickness "0.4pt"
31095 separation "3pt"
31096 shadowsize "4pt"
31097 framecolor "black"
31098 backgroundcolor "none"
31099 status collapsed
31100
31101 \begin_layout Plain Layout
31102 このボックスの文章は水平方向に広げてあります.
31103 \end_layout
31104
31105 \end_inset
31106
31107
31108 \end_layout
31109
31110 \begin_layout Subsection
31111 装飾
31112 \begin_inset CommandInset label
31113 LatexCommand label
31114 name "sec:装飾"
31115
31116 \end_inset
31117
31118
31119 \begin_inset Index idx
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123 ぼっくす@ボックス ! そうしょく@装飾
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \begin_layout Standard
31132 ボックス型は,ボックスダイアログ中の
31133 \family sans
31134 装飾
31135 \family default
31136 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
31137 \end_layout
31138
31139 \begin_layout Description
31140 枠なし 枠を描きません.
31141 \end_layout
31142
31143 \begin_layout Description
31144 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
31145 \begin_inset Box Boxed
31146 position "c"
31147 hor_pos "c"
31148 has_inner_box 1
31149 inner_pos "c"
31150 use_parbox 0
31151 use_makebox 0
31152 width "20col%"
31153 special "none"
31154 height "1in"
31155 height_special "totalheight"
31156 thickness "0.4pt"
31157 separation "3pt"
31158 shadowsize "4pt"
31159 framecolor "black"
31160 backgroundcolor "none"
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164 \align center
31165 長方形の箱型
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \end_layout
31172
31173 \begin_layout Description
31174 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
31175 \begin_inset space \thinspace{}
31176 \end_inset
31177
31178 ptです. 
31179 \begin_inset Box ovalbox
31180 position "c"
31181 hor_pos "c"
31182 has_inner_box 1
31183 inner_pos "c"
31184 use_parbox 0
31185 use_makebox 0
31186 width "20col%"
31187 special "none"
31188 height "1in"
31189 height_special "totalheight"
31190 thickness "0.4pt"
31191 separation "3pt"
31192 shadowsize "4pt"
31193 framecolor "black"
31194 backgroundcolor "none"
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198 \align center
31199 楕円形の箱型(細線)
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Description
31208 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
31209 \begin_inset space \thinspace{}
31210 \end_inset
31211
31212 ptです. 
31213 \begin_inset Box Ovalbox
31214 position "c"
31215 hor_pos "c"
31216 has_inner_box 1
31217 inner_pos "c"
31218 use_parbox 0
31219 use_makebox 0
31220 width "20col%"
31221 special "none"
31222 height "1in"
31223 height_special "totalheight"
31224 thickness "0.4pt"
31225 separation "3pt"
31226 shadowsize "4pt"
31227 framecolor "black"
31228 backgroundcolor "none"
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232 \align center
31233 楕円形の箱型(太線)
31234 \end_layout
31235
31236 \end_inset
31237
31238
31239 \end_layout
31240
31241 \begin_layout Description
31242 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
31243 \begin_inset Box Shadowbox
31244 position "c"
31245 hor_pos "c"
31246 has_inner_box 1
31247 inner_pos "c"
31248 use_parbox 0
31249 use_makebox 0
31250 width "20col%"
31251 special "none"
31252 height "1in"
31253 height_special "totalheight"
31254 thickness "0.4pt"
31255 separation "3pt"
31256 shadowsize "4pt"
31257 framecolor "black"
31258 backgroundcolor "none"
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262 \align center
31263 影付きの箱型
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \begin_layout Description
31272 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
31273 \begin_inset Foot
31274 status collapsed
31275
31276 \begin_layout Plain Layout
31277
31278 \begin_inset CommandInset ref
31279 LatexCommand ref
31280 reference "sec:色付きボックス"
31281
31282 \end_inset
31283
31284 節を参照のこと.
31285 \end_layout
31286
31287 \end_inset
31288
31289 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
31290 \begin_inset Box Shaded
31291 position "t"
31292 hor_pos "c"
31293 has_inner_box 0
31294 inner_pos "t"
31295 use_parbox 0
31296 use_makebox 0
31297 width "50col%"
31298 special "none"
31299 height "1in"
31300 height_special "totalheight"
31301 thickness "0.4pt"
31302 separation "3pt"
31303 shadowsize "4pt"
31304 framecolor "black"
31305 backgroundcolor "none"
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309 影付き背景の箱型
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Description
31318 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
31319 は,線幅の1.5倍+0.5
31320 \begin_inset space \thinspace{}
31321 \end_inset
31322
31323 ptです.
31324 \begin_inset Box Doublebox
31325 position "c"
31326 hor_pos "c"
31327 has_inner_box 1
31328 inner_pos "c"
31329 use_parbox 0
31330 use_makebox 0
31331 width "20col%"
31332 special "none"
31333 height "1in"
31334 height_special "totalheight"
31335 thickness "0.4pt"
31336 separation "3pt"
31337 shadowsize "4pt"
31338 framecolor "black"
31339 backgroundcolor "none"
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343 \align center
31344 二重の長方形の箱型
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \end_layout
31351
31352 \begin_layout Standard
31353 \begin_inset VSpace bigskip
31354 \end_inset
31355
31356 \SpecialChar LyX
31357 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
31358 パッケージ
31359 \series bold
31360 fancybox
31361 \series default
31362
31363 \begin_inset Index idx
31364 status collapsed
31365
31366 \begin_layout Plain Layout
31367 \SpecialChar LaTeX
31368 ぱっけーじ@\SpecialChar LaTeX
31369 パッケージ ! fancybox
31370 \end_layout
31371
31372 \end_inset
31373
31374 が導入済みでなくてはなりません.
31375 \end_layout
31376
31377 \begin_layout Standard
31378 \begin_inset VSpace bigskip
31379 \end_inset
31380
31381
31382 \family sans
31383 簡素な長方形の枠
31384 \family default
31385 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
31386 ボックスは独立の段落として設定されることに注意してください.
31387 \begin_inset Box Framed
31388 position "t"
31389 hor_pos "c"
31390 has_inner_box 0
31391 inner_pos "t"
31392 use_parbox 0
31393 use_makebox 0
31394 width "100col%"
31395 special "none"
31396 height "1in"
31397 height_special "totalheight"
31398 thickness "0.4pt"
31399 separation "3pt"
31400 shadowsize "4pt"
31401 framecolor "black"
31402 backgroundcolor "none"
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406 改行可能な箱型
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \begin_layout Section
31415 ボックスの詳細な設定
31416 \begin_inset Index idx
31417 status collapsed
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 cornersize
31434 \series default
31435 で設定することができます.
31436 \end_layout
31437
31438 \begin_layout Standard
31439
31440 \series bold
31441
31442 \backslash
31443 cornersize*{1cm}
31444 \end_layout
31445
31446 \begin_layout Standard
31447 というコマンドは,直径を1
31448 \begin_inset space \thinspace{}
31449 \end_inset
31450
31451 cmに設定します.
31452 \end_layout
31453
31454 \begin_layout Standard
31455
31456 \series bold
31457
31458 \backslash
31459 cornersize{数値}
31460 \end_layout
31461
31462 \begin_layout Standard
31463 というコマンドは,直径を
31464 \family sans
31465 数値
31466 \begin_inset space \thinspace{}
31467 \end_inset
31468
31469
31470 \family default
31471
31472 \begin_inset Formula $\times$
31473 \end_inset
31474
31475
31476 \family sans
31477
31478 \begin_inset space \thinspace{}
31479 \end_inset
31480
31481 (ボックスの幅と高さの小さい方)
31482 \family default
31483 に設定します.既定値は
31484 \series bold
31485
31486 \backslash
31487 cornersize{0.5}
31488 \series default
31489 です.
31490 \end_layout
31491
31492 \begin_layout Standard
31493 \begin_inset ERT
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497
31498
31499 \backslash
31500 cornersize*{1.5cm}
31501 \end_layout
31502
31503 \end_inset
31504
31505
31506 \begin_inset Box Ovalbox
31507 position "c"
31508 hor_pos "c"
31509 has_inner_box 1
31510 inner_pos "c"
31511 use_parbox 0
31512 use_makebox 0
31513 width "25col%"
31514 special "none"
31515 height "1in"
31516 height_special "totalheight"
31517 thickness "0.4pt"
31518 separation "3pt"
31519 shadowsize "4pt"
31520 framecolor "black"
31521 backgroundcolor "none"
31522 status open
31523
31524 \begin_layout Plain Layout
31525 \align center
31526
31527 \series bold
31528
31529 \backslash
31530 cornersize
31531 \series default
31532
31533 \begin_inset space \thinspace{}
31534 \end_inset
31535
31536 =
31537 \begin_inset space \thinspace{}
31538 \end_inset
31539
31540 1.5
31541 \begin_inset space \thinspace{}
31542 \end_inset
31543
31544 cmの楕円形の箱型
31545 \end_layout
31546
31547 \end_inset
31548
31549
31550 \begin_inset ERT
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554
31555
31556 \backslash
31557 cornersize{0.5}
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \begin_layout Standard
31566 \begin_inset VSpace bigskip
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \begin_layout Standard
31573
31574 \family sans
31575 影付き背景
31576 \family default
31577 ボックスの赤色の既定背景色は,
31578 \series bold
31579
31580 \backslash
31581 definecolor{shadebox}
31582 \series default
31583 コマンドで局所的に変更することもできますし,
31584 \family sans
31585 ツール\SpecialChar menuseparator
31586 設定\SpecialChar menuseparator
31587 色\SpecialChar menuseparator
31588 影付きボックス
31589 \family default
31590 メニューからグローバルに変更することもできます.
31591 \series bold
31592
31593 \backslash
31594 definecolor
31595 \series default
31596 コマンドの用法は第
31597 \begin_inset CommandInset ref
31598 LatexCommand ref
31599 reference "sec:色付きの表"
31600
31601 \end_inset
31602
31603
31604 \begin_inset Foot
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608 N
31609 \series bold
31610
31611 \backslash
31612 definecolor
31613 \series default
31614 は,\SpecialChar LaTeX
31615 パッケージの
31616 \series bold
31617 color
31618 \series default
31619 をプリアンブルに読み込む必要があります.第
31620 \begin_inset CommandInset ref
31621 LatexCommand ref
31622 reference "sec:色付きボックス"
31623
31624 \end_inset
31625
31626 節をご参照ください..
31627 \end_layout
31628
31629 \end_inset
31630
31631 で説明されています.
31632 \end_layout
31633
31634 \begin_layout Standard
31635 たとえば,下記の影付き背景ボックスの外見は
31636 \end_layout
31637
31638 \begin_layout Standard
31639
31640 \series bold
31641
31642 \backslash
31643 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31644 \end_layout
31645
31646 \begin_layout Standard
31647 という\SpecialChar TeX
31648 コードコマンドを使って設定してあります.
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657
31658 \backslash
31659 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \begin_inset Box Shaded
31666 position "t"
31667 hor_pos "c"
31668 has_inner_box 0
31669 inner_pos "t"
31670 use_parbox 0
31671 use_makebox 0
31672 width "100col%"
31673 special "none"
31674 height "1in"
31675 height_special "totalheight"
31676 thickness "0.4pt"
31677 separation "3pt"
31678 shadowsize "4pt"
31679 framecolor "black"
31680 backgroundcolor "none"
31681 status open
31682
31683 \begin_layout Plain Layout
31684
31685 \color yellow
31686 これは,濃緑色の背景の
31687 \family sans
31688 影付き背景
31689 \family default
31690 ボックスに入れた黄色の文章です.
31691 \end_layout
31692
31693 \end_inset
31694
31695
31696 \begin_inset ERT
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700
31701
31702 \backslash
31703 definecolor{shadecolor}{rgb}{1,0,0}
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \begin_layout Standard
31712 \begin_inset VSpace bigskip
31713 \end_inset
31714
31715 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
31716 \end_layout
31717
31718 \begin_layout Section
31719 ミニページ
31720 \begin_inset CommandInset label
31721 LatexCommand label
31722 name "sec:ミニページ"
31723
31724 \end_inset
31725
31726
31727 \begin_inset Index idx
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 ぼっくす@ボックス ! みにぺーじ@ミニページ
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Standard
31740 ミニページは,\SpecialChar LaTeX
31741 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
31742 \end_layout
31743
31744 \begin_layout Standard
31745 ミニページは,複数の言語を含む文書を執筆する際に便利です.
31746 \end_layout
31747
31748 \begin_layout Standard
31749 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
31750 \family sans
31751 挿入
31752 \family default
31753 \SpecialChar menuseparator
31754
31755 \family sans
31756 整形
31757 \family default
31758 \SpecialChar menuseparator
31759
31760 \family sans
31761 水平方向の空白
31762 \family default
31763 メニューで挿入した水平フィルで隔てられています.
31764 \begin_inset Newpage newpage
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Standard
31771 \begin_inset Box Frameless
31772 position "t"
31773 hor_pos "c"
31774 has_inner_box 1
31775 inner_pos "c"
31776 use_parbox 0
31777 use_makebox 0
31778 width "45col%"
31779 special "none"
31780 height "1in"
31781 height_special "totalheight"
31782 thickness "0.4pt"
31783 separation "3pt"
31784 shadowsize "4pt"
31785 framecolor "black"
31786 backgroundcolor "none"
31787 status open
31788
31789 \begin_layout Plain Layout
31790 Dies ist ein deutscher Text.
31791  Dies ist ein deutscher Text.
31792  Dies ist ein deutscher Text.
31793  Dies ist ein deutscher Text.
31794  Dies ist ein deutscher Text.
31795  Dies ist ein deutscher Text.
31796  Dies ist ein deutscher Text.
31797  Dies ist ein deutscher Text.
31798  Dies ist ein deutscher Text.
31799  Dies ist ein deutscher Text.
31800  Dies ist ein deutscher Text.
31801  Dies ist ein deutscher Text.
31802  Dies ist ein deutscher Text
31803 \begin_inset Foot
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807 Dies ist eine deutsche Fußnote.
31808 \end_layout
31809
31810 \end_inset
31811
31812 .
31813  Dies ist ein deutscher Text.
31814  Dies ist ein deutscher Text.
31815 \end_layout
31816
31817 \end_inset
31818
31819
31820 \begin_inset space \hfill{}
31821 \end_inset
31822
31823
31824 \begin_inset Box Frameless
31825 position "t"
31826 hor_pos "c"
31827 has_inner_box 1
31828 inner_pos "c"
31829 use_parbox 0
31830 use_makebox 0
31831 width "45col%"
31832 special "none"
31833 height "1in"
31834 height_special "totalheight"
31835 thickness "0.4pt"
31836 separation "3pt"
31837 shadowsize "4pt"
31838 framecolor "black"
31839 backgroundcolor "none"
31840 status open
31841
31842 \begin_layout Plain Layout
31843 This is an English Text.
31844  This is an English Text.
31845  This is an English Text.
31846  This is an English Text.
31847  This is an English Text.
31848  This is an English Text.
31849  This is an English Text.
31850  This is an English Text.
31851  This is an English Text.
31852  This is an English Text.
31853  This is an English Text.
31854  This is an English Text.
31855  This is an English Text.
31856  This is an English Text.
31857  This is an English Text.
31858  This is an English Text.
31859 \begin_inset Foot
31860 status collapsed
31861
31862 \begin_layout Plain Layout
31863 This is an English footnote.
31864 \end_layout
31865
31866 \end_inset
31867
31868  This is an English Text.
31869 \end_layout
31870
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \begin_layout Standard
31877 \begin_inset VSpace bigskip
31878 \end_inset
31879
31880 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
31881 \family sans
31882 中スキップ
31883 \family default
31884 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
31885 \end_layout
31886
31887 \begin_layout Standard
31888 ミニページは,文章部に背景色を与えるのに使用することもできます.第
31889 \begin_inset CommandInset ref
31890 LatexCommand ref
31891 reference "sec:色付きボックス"
31892
31893 \end_inset
31894
31895 節をご参照ください.
31896 \end_layout
31897
31898 \begin_layout Standard
31899 \begin_inset Note Greyedout
31900 status open
31901
31902 \begin_layout Plain Layout
31903
31904 \series bold
31905 【註】
31906 \series default
31907 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \end_layout
31914
31915 \begin_layout Standard
31916 \begin_inset VSpace bigskip
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \begin_layout Standard
31923 \SpecialChar LyX
31924 は,
31925 \emph on
31926 可変幅ミニページ
31927 \emph default
31928 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
31929 \family typewriter
31930 examples/varwidth-floats-side-by-side.lyx
31931 \family default
31932 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
31933 \family typewriter
31934 Varwidth
31935 \family default
31936  \SpecialChar LaTeX
31937 パッケージが必要です.
31938 \end_layout
31939
31940 \begin_layout Section
31941 段落ボックス(parbox)
31942 \begin_inset CommandInset label
31943 LatexCommand label
31944 name "sec:Parboxes"
31945
31946 \end_inset
31947
31948
31949 \begin_inset Index idx
31950 status collapsed
31951
31952 \begin_layout Plain Layout
31953 ほっくす@ボックス ! たんらく@段落—(parbox)
31954 \end_layout
31955
31956 \end_inset
31957
31958
31959 \end_layout
31960
31961 \begin_layout Standard
31962 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
31963 \end_layout
31964
31965 \begin_layout Standard
31966 \align center
31967 \begin_inset Box Frameless
31968 position "t"
31969 hor_pos "c"
31970 has_inner_box 1
31971 inner_pos "t"
31972 use_parbox 1
31973 use_makebox 0
31974 width "33col%"
31975 special "none"
31976 height "1in"
31977 height_special "totalheight"
31978 thickness "0.4pt"
31979 separation "3pt"
31980 shadowsize "4pt"
31981 framecolor "black"
31982 backgroundcolor "none"
31983 status open
31984
31985 \begin_layout Plain Layout
31986 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
31987 \end_layout
31988
31989 \begin_layout Plain Layout
31990 右の脚註は表示されません.
31991 \begin_inset Foot
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995 これはparbox内の脚註であり,したがって表示はされません.
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Section
32009 単語や文字のボックス
32010 \begin_inset Index idx
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 ぼっくす@ボックス ! もじよう@文字用
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Subsection
32023 ハイフネーションの回避
32024 \begin_inset CommandInset label
32025 LatexCommand label
32026 name "sec:ハイフネーションの回避"
32027
32028 \end_inset
32029
32030
32031 \begin_inset Index idx
32032 status collapsed
32033
32034 \begin_layout Plain Layout
32035 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \begin_layout Standard
32044 単語や文章がハイフネートされるのを防ぐには,
32045 \family sans
32046 makebox
32047 \family default
32048 型ボックスを使うことができます.
32049 \begin_inset Newline newline
32050 \end_inset
32051
32052 以下が例示用の文章です.
32053 \end_layout
32054
32055 \begin_layout Standard
32056 This line is an example to show how you can prevent the hyphenation of 
32057 \begin_inset Quotes eld
32058 \end_inset
32059
32060 veryverylongword
32061 \begin_inset Quotes erd
32062 \end_inset
32063
32064 .
32065 \end_layout
32066
32067 \begin_layout Standard
32068 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
32069 \family sans
32070 内部ボックス
32071 \family default
32072
32073 \family sans
32074 makebox
32075 \family default
32076 コマンドに設定し,幅は指定しません.
32077 \end_layout
32078
32079 \begin_layout Standard
32080 以下がその結果です.
32081 \end_layout
32082
32083 \begin_layout Standard
32084 This line is an example to show how you can prevent the hyphenation of 
32085 \begin_inset Box Frameless
32086 position "t"
32087 hor_pos "c"
32088 has_inner_box 1
32089 inner_pos "t"
32090 use_parbox 0
32091 use_makebox 1
32092 width ""
32093 special "none"
32094 height "1in"
32095 height_special "totalheight"
32096 thickness "0.4pt"
32097 separation "3pt"
32098 shadowsize "4pt"
32099 framecolor "black"
32100 backgroundcolor "none"
32101 status open
32102
32103 \begin_layout Plain Layout
32104 \begin_inset Quotes eld
32105 \end_inset
32106
32107 veryverylongword
32108 \begin_inset Quotes erd
32109 \end_inset
32110
32111
32112 \end_layout
32113
32114 \end_inset
32115
32116 .
32117 \end_layout
32118
32119 \begin_layout Standard
32120 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
32121 コードで「
32122 \series bold
32123
32124 \backslash
32125 -
32126 \series default
32127 」コマンドを設定する方法もあります.
32128 \end_layout
32129
32130 \begin_layout Standard
32131 This line is an example to show how you can prevent the hyphenation of 
32132 \begin_inset Quotes eld
32133 \end_inset
32134
32135
32136 \begin_inset ERT
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140
32141
32142 \backslash
32143 -
32144 \end_layout
32145
32146 \end_inset
32147
32148 veryverylongword
32149 \begin_inset Quotes erd
32150 \end_inset
32151
32152 .
32153 \end_layout
32154
32155 \begin_layout Standard
32156 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
32157 \family sans
32158 挿入
32159 \family default
32160 \SpecialChar menuseparator
32161
32162 \family sans
32163 整形
32164 \family default
32165 \SpecialChar menuseparator
32166
32167 \family sans
32168 整形なし改行
32169 \family default
32170 メニュー(
32171 \begin_inset Flex Ruby
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175 捷径
32176 \begin_inset Argument post:1
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180 ショートカット
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \begin_inset Info
32192 type  "shortcut"
32193 arg   "newline-insert newline"
32194 \end_inset
32195
32196 )から改行を単語の前に入れてください.
32197 \end_layout
32198
32199 \begin_layout Standard
32200 This line is an example to show how you can prevent the hyphenation of 
32201 \begin_inset Newline newline
32202 \end_inset
32203
32204
32205 \begin_inset Box Frameless
32206 position "t"
32207 hor_pos "c"
32208 has_inner_box 1
32209 inner_pos "t"
32210 use_parbox 0
32211 use_makebox 1
32212 width ""
32213 special "none"
32214 height "1in"
32215 height_special "totalheight"
32216 thickness "0.4pt"
32217 separation "3pt"
32218 shadowsize "4pt"
32219 framecolor "black"
32220 backgroundcolor "none"
32221 status open
32222
32223 \begin_layout Plain Layout
32224 \begin_inset Quotes eld
32225 \end_inset
32226
32227 veryverylongword
32228 \begin_inset Quotes erd
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \end_inset
32235
32236 .
32237 \end_layout
32238
32239 \begin_layout Subsection
32240 垂直揃え
32241 \begin_inset CommandInset label
32242 LatexCommand label
32243 name "subsec:垂直揃え"
32244
32245 \end_inset
32246
32247
32248 \begin_inset Index idx
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32253 \end_layout
32254
32255 \end_inset
32256
32257
32258 \begin_inset Index idx
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262 ぼっくす@ボックス ! Raiseboxes
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271
32272 \series bold
32273
32274 \backslash
32275 raisebox
32276 \series default
32277 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
32278 \series bold
32279
32280 \backslash
32281 raisebox
32282 \series default
32283 は以下の書式で使用します.
32284 \end_layout
32285
32286 \begin_layout Standard
32287
32288 \series bold
32289
32290 \backslash
32291 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32292 \end_layout
32293
32294 \begin_layout Standard
32295 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
32296 \end_layout
32297
32298 \begin_layout Standard
32299 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
32300 コードで
32301 \end_layout
32302
32303 \begin_layout Standard
32304
32305 \series bold
32306
32307 \backslash
32308 raisebox{
32309 \backslash
32310 depth}{
32311 \end_layout
32312
32313 \begin_layout Standard
32314 というコマンドを挿入してください.単語の後には,閉じ括弧「
32315 \series bold
32316 }
32317 \series default
32318 」を\SpecialChar TeX
32319 コードで挿入してください.
32320 \begin_inset Newline newline
32321 \end_inset
32322
32323 以下がその出力です.
32324 \end_layout
32325
32326 \begin_layout Standard
32327 This is a text line with the word 
32328 \begin_inset ERT
32329 status collapsed
32330
32331 \begin_layout Plain Layout
32332
32333
32334 \backslash
32335 raisebox{
32336 \backslash
32337 depth}{
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \begin_inset Quotes eld
32344 \end_inset
32345
32346 preventing
32347 \begin_inset Quotes erd
32348 \end_inset
32349
32350
32351 \begin_inset ERT
32352 status collapsed
32353
32354 \begin_layout Plain Layout
32355
32356 }
32357 \end_layout
32358
32359 \end_inset
32360
32361  as raised word.
32362 \end_layout
32363
32364 \begin_layout Standard
32365 \begin_inset VSpace bigskip
32366 \end_inset
32367
32368 行中の文字を上げ下げすると,以下のように行間が広がります.
32369 \end_layout
32370
32371 \begin_layout Standard
32372 This is a text line with the word 
32373 \begin_inset ERT
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377
32378
32379 \backslash
32380 raisebox{-
32381 \backslash
32382 depth}{
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \begin_inset Quotes eld
32389 \end_inset
32390
32391 preventing
32392 \begin_inset Quotes erd
32393 \end_inset
32394
32395
32396 \begin_inset ERT
32397 status collapsed
32398
32399 \begin_layout Plain Layout
32400
32401 }
32402 \end_layout
32403
32404 \end_inset
32405
32406  as lowered word.
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410 This is a text line with the word 
32411 \begin_inset ERT
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415
32416
32417 \backslash
32418 raisebox{0.5cm}{
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \begin_inset Quotes eld
32425 \end_inset
32426
32427 testing
32428 \begin_inset Quotes erd
32429 \end_inset
32430
32431
32432 \begin_inset ERT
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436
32437 }
32438 \end_layout
32439
32440 \end_inset
32441
32442  as raised word.
32443 \end_layout
32444
32445 \begin_layout Standard
32446 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
32447 \end_layout
32448
32449 \begin_layout Standard
32450
32451 \series bold
32452
32453 \backslash
32454 raisebox{-
32455 \backslash
32456 depth}[0pt]{
32457 \end_layout
32458
32459 \begin_layout Standard
32460 とすると,以下のようになります.
32461 \end_layout
32462
32463 \begin_layout Standard
32464 This is a text line with the word 
32465 \begin_inset ERT
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469
32470
32471 \backslash
32472 raisebox{-
32473 \backslash
32474 depth}[0pt]{
32475 \end_layout
32476
32477 \end_inset
32478
32479
32480 \begin_inset Quotes eld
32481 \end_inset
32482
32483 preventing
32484 \begin_inset Quotes erd
32485 \end_inset
32486
32487
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493 }
32494 \end_layout
32495
32496 \end_inset
32497
32498  as lowered word.
32499 \begin_inset Newline newline
32500 \end_inset
32501
32502
32503 \begin_inset Newline newline
32504 \end_inset
32505
32506 This is a text line with the word 
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512
32513 \backslash
32514 raisebox{0.5cm}[0pt]{
32515 \end_layout
32516
32517 \end_inset
32518
32519
32520 \begin_inset Quotes eld
32521 \end_inset
32522
32523 testing
32524 \begin_inset Quotes erd
32525 \end_inset
32526
32527
32528 \begin_inset ERT
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532
32533 }
32534 \end_layout
32535
32536 \end_inset
32537
32538  as raised word.
32539 \end_layout
32540
32541 \begin_layout Section
32542 色付きボックス
32543 \begin_inset CommandInset label
32544 LatexCommand label
32545 name "sec:色付きボックス"
32546
32547 \end_inset
32548
32549
32550 \begin_inset Index idx
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554 ぼっくす@ボックス ! いろつき@色付き
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Standard
32563 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
32564 \begin_inset Box Frameless
32565 position "t"
32566 hor_pos "c"
32567 has_inner_box 1
32568 inner_pos "t"
32569 use_parbox 0
32570 use_makebox 1
32571 width ""
32572 special "none"
32573 height "1in"
32574 height_special "totalheight"
32575 thickness "0.4pt"
32576 separation "3pt"
32577 shadowsize "4pt"
32578 framecolor "black"
32579 backgroundcolor "orange"
32580 status open
32581
32582 \begin_layout Plain Layout
32583 橙色背景のボックス
32584 \end_layout
32585
32586 \end_inset
32587
32588
32589 \end_layout
32590
32591 \begin_layout Standard
32592 装飾を
32593 \family sans
32594 簡素な長方形の枠
32595 \family default
32596 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
32597 は白を既定色として設定します).
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601 例:
32602 \begin_inset Box Boxed
32603 position "t"
32604 hor_pos "c"
32605 has_inner_box 0
32606 inner_pos "t"
32607 use_parbox 0
32608 use_makebox 0
32609 width ""
32610 special "none"
32611 height "1in"
32612 height_special "totalheight"
32613 thickness "0.4pt"
32614 separation "3pt"
32615 shadowsize "4pt"
32616 framecolor "teal"
32617 backgroundcolor "yellow"
32618 status open
32619
32620 \begin_layout Plain Layout
32621 ティール色の枠と黄色の背景を持つボックス
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Standard
32630 \begin_inset VSpace bigskip
32631 \end_inset
32632
32633 もちろん,色付きボックスの中に色付きの文を入れることもできます:
32634 \begin_inset Newline newline
32635 \end_inset
32636
32637
32638 \begin_inset Box Boxed
32639 position "t"
32640 hor_pos "c"
32641 has_inner_box 0
32642 inner_pos "t"
32643 use_parbox 0
32644 use_makebox 0
32645 width ""
32646 special "none"
32647 height "1in"
32648 height_special "totalheight"
32649 thickness "0.4pt"
32650 separation "3pt"
32651 shadowsize "4pt"
32652 framecolor "cyan"
32653 backgroundcolor "magenta"
32654 status open
32655
32656 \begin_layout Plain Layout
32657
32658 \color yellow
32659 これは着色した色付きボックス中の色付き文章です.
32660 \end_layout
32661
32662 \end_inset
32663
32664
32665 \end_layout
32666
32667 \begin_layout Standard
32668 \begin_inset VSpace bigskip
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 事前に設定された色以外の色が欲しいときは,第
32676 \begin_inset CommandInset ref
32677 LatexCommand ref
32678 reference "sec:色付きの表"
32679
32680 \end_inset
32681
32682 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
32683 \end_layout
32684
32685 \begin_layout Standard
32686 枠なしの色付きボックスは,
32687 \series bold
32688
32689 \backslash
32690 colorbox
32691 \series default
32692 コマンドで作ります.これは,以下のような書式で使われます.
32693 \end_layout
32694
32695 \begin_layout Standard
32696
32697 \series bold
32698
32699 \backslash
32700 colorbox{色}{ボックスの内容}
32701 \end_layout
32702
32703 \begin_layout Standard
32704 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
32705 コードで
32706 \end_layout
32707
32708 \begin_layout Standard
32709
32710 \series bold
32711
32712 \backslash
32713 colorbox{darkgreen}{
32714 \end_layout
32715
32716 \begin_layout Standard
32717 というコマンドを入れてください.単語の後には,\SpecialChar TeX
32718 コードで閉じ括弧「
32719 \series bold
32720 }
32721 \series default
32722 」を入れてください.
32723 \begin_inset Newline newline
32724 \end_inset
32725
32726 以下がその結果です.
32727 \end_layout
32728
32729 \begin_layout Standard
32730 この行では,
32731 \begin_inset ERT
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735
32736
32737 \backslash
32738 colorbox{darkgreen}{
32739 \end_layout
32740
32741 \end_inset
32742
32743 「注意!」
32744 \begin_inset ERT
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748
32749 }
32750 \end_layout
32751
32752 \end_inset
32753
32754 という単語が濃緑の背景になっています.
32755 \end_layout
32756
32757 \begin_layout Standard
32758 枠付き色付きのボックスは,下記のように
32759 \series bold
32760
32761 \backslash
32762 fcolorbox
32763 \series default
32764 コマンドを使って作ります.
32765 \end_layout
32766
32767 \begin_layout Standard
32768
32769 \series bold
32770
32771 \backslash
32772 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32773 \end_layout
32774
32775 \begin_layout Section
32776 ボックスの伸縮回転
32777 \end_layout
32778
32779 \begin_layout Standard
32780 本節に述べられているボックスを使うには,
32781 \family sans
32782 画像ボックス
32783 \family default
32784 モジュールを文書設定で読み込んでおく必要があります.
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \begin_inset Note Greyedout
32789 status open
32790
32791 \begin_layout Plain Layout
32792
32793 \series bold
32794 【註】
32795 \series default
32796 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
32797 \end_layout
32798
32799 \end_inset
32800
32801
32802 \end_layout
32803
32804 \begin_layout Standard
32805 \begin_inset Note Greyedout
32806 status open
32807
32808 \begin_layout Plain Layout
32809
32810 \series bold
32811 【註】
32812 \series default
32813 フロートは回転伸縮したボックスの中に入れることはできません.
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \begin_layout Subsection
32822 ボックスの回転
32823 \begin_inset Index idx
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827 ぼっくす@ボックス ! かいてんした@回転した
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \begin_inset Index idx
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837 かいてん@回転 ! そざいの@素材の—
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \begin_inset Index idx
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847 ず@図 ! のかいてん@—の回転
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \begin_inset Index idx
32854 status collapsed
32855
32856 \begin_layout Plain Layout
32857 ひょうのちょうせい@表の調整 ! かいてん@回転
32858 \end_layout
32859
32860 \end_inset
32861
32862
32863 \end_layout
32864
32865 \begin_layout Standard
32866 ものを回転するならば,
32867 \family sans
32868 回転ボックス
32869 \family default
32870 に入れることができます.このボックスは,
32871 \family sans
32872 挿入\SpecialChar menuseparator
32873 拡張差込枠\SpecialChar menuseparator
32874 回転ボックス
32875 \family default
32876 で挿入することができます.
32877 \end_layout
32878
32879 \begin_layout Standard
32880 回転の原点は,原点差込枠(メニュー「
32881 \family sans
32882 挿入\SpecialChar menuseparator
32883 原点
32884 \family default
32885 」)に
32886 \series bold
32887 origin=位置
32888 \series default
32889 の形で指定することができます.位置として指定可能なのは,
32890 \emph on
32891 c
32892 \emph default
32893 (中央揃え)・
32894 \emph on
32895 l
32896 \emph default
32897 (左揃え)・
32898 \emph on
32899 r
32900 \emph default
32901 (右揃え)・
32902 \emph on
32903 b
32904 \emph default
32905 (下揃え)・
32906 \emph on
32907 t
32908 \emph default
32909 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
32910 \emph on
32911 lt
32912 \emph default
32913 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
32914 \emph on
32915 l
32916 \emph default
32917 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
32918 \end_layout
32919
32920 \begin_layout Standard
32921 下の例では,
32922 \family sans
32923 原点
32924 \family default
32925 差込枠に
32926 \series bold
32927 origin=c
32928 \series default
32929
32930 \family sans
32931 回転
32932 \family default
32933 差込枠に
32934 \series bold
32935 60
32936 \series default
32937 と入れています.
32938 \end_layout
32939
32940 \begin_layout Standard
32941 これは,
32942 \begin_inset Flex Rotatebox
32943 status open
32944
32945 \begin_layout Plain Layout
32946 \begin_inset Argument 1
32947 status open
32948
32949 \begin_layout Plain Layout
32950 origin=c
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \begin_inset Argument 2
32957 status open
32958
32959 \begin_layout Plain Layout
32960 60
32961 \end_layout
32962
32963 \end_inset
32964
32965 回転した
32966 \end_layout
32967
32968 \end_inset
32969
32970 文章を含む行です.
32971 \end_layout
32972
32973 \begin_layout Standard
32974 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
32975 \end_layout
32976
32977 \begin_layout Standard
32978 これは,
32979 \begin_inset Flex Rotatebox
32980 status open
32981
32982 \begin_layout Plain Layout
32983 \begin_inset Argument 1
32984 status open
32985
32986 \begin_layout Plain Layout
32987 origin=r
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \begin_inset Argument 2
32994 status open
32995
32996 \begin_layout Plain Layout
32997 60
32998 \end_layout
32999
33000 \end_inset
33001
33002
33003 \begin_inset Box Doublebox
33004 position "c"
33005 hor_pos "c"
33006 has_inner_box 0
33007 inner_pos "c"
33008 use_parbox 0
33009 use_makebox 0
33010 width "1in"
33011 special "width"
33012 height "1in"
33013 height_special "totalheight"
33014 thickness "0.4pt"
33015 separation "3pt"
33016 shadowsize "4pt"
33017 framecolor "black"
33018 backgroundcolor "none"
33019 status open
33020
33021 \begin_layout Plain Layout
33022 回転した
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \end_inset
33031
33032 枠付き文章と
33033 \begin_inset Flex Rotatebox
33034 status open
33035
33036 \begin_layout Plain Layout
33037 \begin_inset Argument 1
33038 status open
33039
33040 \begin_layout Plain Layout
33041 origin=lb
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \begin_inset Argument 2
33048 status open
33049
33050 \begin_layout Plain Layout
33051 60
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33058 \end_inset
33059
33060
33061 \end_layout
33062
33063 \end_inset
33064
33065 数式を含む行です.
33066 \end_layout
33067
33068 \begin_layout Standard
33069 あるいは,以下のように図や表を入れることもできます.
33070 \end_layout
33071
33072 \begin_layout Standard
33073 これは,
33074 \begin_inset Flex Rotatebox
33075 status open
33076
33077 \begin_layout Plain Layout
33078 \begin_inset Argument 1
33079 status open
33080
33081 \begin_layout Plain Layout
33082 origin=lb
33083 \end_layout
33084
33085 \end_inset
33086
33087
33088 \begin_inset Argument 2
33089 status open
33090
33091 \begin_layout Plain Layout
33092 90
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \begin_inset Graphics
33099         filename ../clipart/platypus.eps
33100         lyxscale 50
33101         width 25col%
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \end_inset
33109
33110 回転した画像と
33111 \begin_inset Flex Rotatebox
33112 status open
33113
33114 \begin_layout Plain Layout
33115 \begin_inset Argument 2
33116 status open
33117
33118 \begin_layout Plain Layout
33119 -90
33120 \end_layout
33121
33122 \end_inset
33123
33124
33125 \begin_inset Tabular
33126 <lyxtabular version="3" rows="2" columns="2">
33127 <features tabularvalignment="middle">
33128 <column alignment="center" valignment="top">
33129 <column alignment="center" valignment="top">
33130 <row>
33131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33132 \begin_inset Text
33133
33134 \begin_layout Plain Layout
33135 q
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144 w
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 </row>
33150 <row>
33151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33152 \begin_inset Text
33153
33154 \begin_layout Plain Layout
33155 e
33156 \end_layout
33157
33158 \end_inset
33159 </cell>
33160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33161 \begin_inset Text
33162
33163 \begin_layout Plain Layout
33164 r
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 </row>
33170 </lyxtabular>
33171
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \end_inset
33178
33179 表を含む行です.
33180 \end_layout
33181
33182 \begin_layout Standard
33183 \begin_inset Note Greyedout
33184 status open
33185
33186 \begin_layout Plain Layout
33187
33188 \series bold
33189 【註】
33190 \family sans
33191 \series default
33192 角度
33193 \family default
33194 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
33195 エラーが発生します.
33196 \end_layout
33197
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \begin_layout Subsection
33204 ボックスの伸縮
33205 \begin_inset Index idx
33206 status collapsed
33207
33208 \begin_layout Plain Layout
33209 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \begin_inset Index idx
33216 status collapsed
33217
33218 \begin_layout Plain Layout
33219 しんしゅく@伸縮 ! そざいの@素材の—
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \begin_inset Index idx
33226 status collapsed
33227
33228 \begin_layout Plain Layout
33229 ず@図 ! のしんしゅく@—の伸縮
33230 \end_layout
33231
33232 \end_inset
33233
33234
33235 \begin_inset Index idx
33236 status collapsed
33237
33238 \begin_layout Plain Layout
33239 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33240 \end_layout
33241
33242 \end_inset
33243
33244
33245 \end_layout
33246
33247 \begin_layout Standard
33248 ものを伸縮するならば,
33249 \family sans
33250 伸縮ボックス
33251 \family default
33252 に入れることができます.このボックスは,
33253 \family sans
33254 挿入\SpecialChar menuseparator
33255 拡張差込枠\SpecialChar menuseparator
33256 伸縮ボックス
33257 \family default
33258 で挿入することができます.
33259 \end_layout
33260
33261 \begin_layout Standard
33262
33263 \family sans
33264 伸縮ボックス
33265 \family default
33266 には,必須差込枠「
33267 \family sans
33268 水平因子
33269 \family default
33270 」と,非必須差込枠「
33271 \family sans
33272 垂直因子
33273 \family default
33274 」(「
33275 \family sans
33276 挿入\SpecialChar menuseparator
33277 垂直因子
33278 \family default
33279 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
33280 \family sans
33281 垂直因子
33282 \family default
33283 を使わない場合には,水平因子が垂直因子としても使われます.
33284 \end_layout
33285
33286 \begin_layout Standard
33287 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
33288 \family sans
33289 水平因子
33290 \family default
33291 差込枠に
33292 \series bold
33293 2
33294 \series default
33295 と入力してください.例:
33296 \begin_inset Flex Scalebox
33297 status open
33298
33299 \begin_layout Plain Layout
33300 \begin_inset Argument 1
33301 status open
33302
33303 \begin_layout Plain Layout
33304 2
33305 \end_layout
33306
33307 \end_inset
33308
33309 こんにちは
33310 \end_layout
33311
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \begin_layout Standard
33318
33319 \family sans
33320 水平因子
33321 \family default
33322
33323 \series bold
33324 2
33325 \series default
33326
33327 \family sans
33328 垂直因子
33329 \family default
33330
33331 \series bold
33332 1
33333 \series default
33334 にすると,このようにゆがみます:
33335 \begin_inset Flex Scalebox
33336 status open
33337
33338 \begin_layout Plain Layout
33339 \begin_inset Argument 1
33340 status open
33341
33342 \begin_layout Plain Layout
33343 2
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \begin_inset Argument 2
33350 status open
33351
33352 \begin_layout Plain Layout
33353 1
33354 \end_layout
33355
33356 \end_inset
33357
33358 こんにちは
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Standard
33367 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
33368 \family sans
33369 水平因子
33370 \family default
33371
33372 \series bold
33373 -1
33374 \series default
33375
33376 \family sans
33377 垂直因子
33378 \family default
33379
33380 \series bold
33381 1
33382 \series default
33383 にします:
33384 \begin_inset Flex Scalebox
33385 status open
33386
33387 \begin_layout Plain Layout
33388 \begin_inset Argument 1
33389 status open
33390
33391 \begin_layout Plain Layout
33392 -1
33393 \end_layout
33394
33395 \end_inset
33396
33397
33398 \begin_inset Argument 2
33399 status open
33400
33401 \begin_layout Plain Layout
33402 1
33403 \end_layout
33404
33405 \end_inset
33406
33407 こんにちは
33408 \end_layout
33409
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \begin_layout Standard
33416
33417 \family sans
33418 水平因子
33419 \family default
33420
33421 \series bold
33422 1
33423 \series default
33424
33425 \family sans
33426 垂直因子
33427 \family default
33428
33429 \series bold
33430 -1
33431 \series default
33432 にすると,ベースラインでひっくり返した形になります:
33433 \begin_inset Flex Scalebox
33434 status open
33435
33436 \begin_layout Plain Layout
33437 \begin_inset Argument 1
33438 status open
33439
33440 \begin_layout Plain Layout
33441 1
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \begin_inset Argument 2
33448 status open
33449
33450 \begin_layout Plain Layout
33451 -1
33452 \end_layout
33453
33454 \end_inset
33455
33456 こんにちは
33457 \end_layout
33458
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \begin_layout Standard
33465
33466 \family sans
33467 反転ボックス
33468 \family default
33469 (「
33470 \family sans
33471 挿入\SpecialChar menuseparator
33472 拡張差込枠\SpecialChar menuseparator
33473 反転ボックス
33474 \family default
33475 」メニュー)は,
33476 \family sans
33477 伸縮ボックス
33478 \family default
33479
33480 \family sans
33481 水平因子
33482 \family default
33483
33484 \series bold
33485 -1
33486 \series default
33487
33488 \family sans
33489 垂直因子
33490 \family default
33491
33492 \series bold
33493 1
33494 \series default
33495 にしたものと同じです.
33496 \end_layout
33497
33498 \begin_layout Standard
33499 \begin_inset Note Greyedout
33500 status open
33501
33502 \begin_layout Plain Layout
33503
33504 \series bold
33505 【註】
33506 \family sans
33507 \series default
33508 水平因子
33509 \family default
33510 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
33511 エラーが発生します.
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \begin_layout Standard
33520 \begin_inset VSpace bigskip
33521 \end_inset
33522
33523 中身を決まった幅と高さに伸縮したい場合には,
33524 \family sans
33525 寸法変更ボックス
33526 \family default
33527 (「
33528 \family sans
33529 挿入\SpecialChar menuseparator
33530 拡張差込枠\SpecialChar menuseparator
33531 寸法変更ボックス
33532 \family default
33533 」メニュー)を使うことができます.
33534 \family sans
33535 寸法変更ボックス
33536 \family default
33537 には,必須差込枠「
33538 \family sans
33539
33540 \family default
33541 」と,非必須差込枠「
33542 \family sans
33543 高さ
33544 \family default
33545 」(「
33546 \family sans
33547 挿入\SpecialChar menuseparator
33548 高さ
33549 \family default
33550 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
33551 \begin_inset CommandInset ref
33552 LatexCommand ref
33553 reference "tab:単位"
33554
33555 \end_inset
33556
33557 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
33558 \series bold
33559 !
33560 \series default
33561 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
33562 \family sans
33563 高さ
33564 \family default
33565 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
33566 \end_layout
33567
33568 \begin_layout Standard
33569
33570 \series bold
33571 2cm
33572 \series default
33573
33574 \family sans
33575
33576 \family default
33577 に,
33578 \series bold
33579 1cm
33580 \series default
33581
33582 \family sans
33583 高さ
33584 \family default
33585 に使用するとこうなります:
33586 \begin_inset Flex Resizebox
33587 status open
33588
33589 \begin_layout Plain Layout
33590 \begin_inset Argument 1
33591 status open
33592
33593 \begin_layout Plain Layout
33594 2cm
33595 \end_layout
33596
33597 \end_inset
33598
33599
33600 \begin_inset Argument 2
33601 status open
33602
33603 \begin_layout Plain Layout
33604 1cm
33605 \end_layout
33606
33607 \end_inset
33608
33609 こんにちは
33610 \end_layout
33611
33612 \end_inset
33613
33614
33615 \begin_inset Newline newline
33616 \end_inset
33617
33618
33619 \series bold
33620 2cm
33621 \series default
33622
33623 \family sans
33624
33625 \family default
33626 に,
33627 \series bold
33628 !
33629 \series default
33630
33631 \family sans
33632 高さ
33633 \family default
33634 に使用すると(あるいは
33635 \family sans
33636 高さ
33637 \family default
33638 なし)こうなります:
33639 \begin_inset Flex Resizebox
33640 status open
33641
33642 \begin_layout Plain Layout
33643 \begin_inset Argument 1
33644 status open
33645
33646 \begin_layout Plain Layout
33647 2cm
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \begin_inset Argument 2
33654 status open
33655
33656 \begin_layout Plain Layout
33657 !
33658 \end_layout
33659
33660 \end_inset
33661
33662 こんにちは
33663 \end_layout
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 \begin_inset Note Greyedout
33672 status open
33673
33674 \begin_layout Plain Layout
33675
33676 \series bold
33677 【註】
33678 \family sans
33679 \series default
33680
33681 \family default
33682 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
33683 エラーが発生します.
33684 \end_layout
33685
33686 \end_inset
33687
33688
33689 \end_layout
33690
33691 \begin_layout Standard
33692 \begin_inset VSpace bigskip
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \begin_layout Standard
33699 ボックスは好きな順序で組み合わせることができます.
33700 \family sans
33701 回転ボックス
33702 \family default
33703 の中に
33704 \family sans
33705 寸法変更ボックス
33706 \family default
33707 が入り,さらにその中に
33708 \family sans
33709 反転ボックス
33710 \family default
33711 が入っている例です:
33712 \end_layout
33713
33714 \begin_layout Standard
33715 \noindent
33716 \align center
33717 \begin_inset Flex Rotatebox
33718 status open
33719
33720 \begin_layout Plain Layout
33721 \begin_inset Argument 1
33722 status open
33723
33724 \begin_layout Plain Layout
33725 origin=c
33726 \end_layout
33727
33728 \end_inset
33729
33730
33731 \begin_inset Argument 2
33732 status open
33733
33734 \begin_layout Plain Layout
33735 -45
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \begin_inset Flex Resizebox
33742 status open
33743
33744 \begin_layout Plain Layout
33745 \begin_inset Argument 1
33746 status open
33747
33748 \begin_layout Plain Layout
33749 2cm
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \begin_inset Flex Reflectbox
33756 status open
33757
33758 \begin_layout Plain Layout
33759 こんにちは
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \begin_layout Standard
33778 \noindent
33779 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
33780 \end_layout
33781
33782 \begin_layout Standard
33783 \noindent
33784 \align center
33785 \begin_inset Flex Resizebox
33786 status open
33787
33788 \begin_layout Plain Layout
33789 \begin_inset Argument 1
33790 status open
33791
33792 \begin_layout Plain Layout
33793 2cm
33794 \end_layout
33795
33796 \end_inset
33797
33798
33799 \begin_inset Flex Reflectbox
33800 status open
33801
33802 \begin_layout Plain Layout
33803 \begin_inset Graphics
33804         filename ../clipart/platypus.eps
33805         lyxscale 50
33806         width 25col%
33807
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \end_inset
33814
33815
33816 \end_layout
33817
33818 \end_inset
33819
33820  
33821 \begin_inset Flex Resizebox
33822 status open
33823
33824 \begin_layout Plain Layout
33825 \begin_inset Argument 1
33826 status open
33827
33828 \begin_layout Plain Layout
33829 2cm
33830 \end_layout
33831
33832 \end_inset
33833
33834
33835 \begin_inset Flex Reflectbox
33836 status open
33837
33838 \begin_layout Plain Layout
33839 \begin_inset Tabular
33840 <lyxtabular version="3" rows="2" columns="2">
33841 <features tabularvalignment="middle">
33842 <column alignment="center" valignment="top">
33843 <column alignment="center" valignment="top">
33844 <row>
33845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Plain Layout
33849 q
33850 \end_layout
33851
33852 \end_inset
33853 </cell>
33854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33855 \begin_inset Text
33856
33857 \begin_layout Plain Layout
33858 w
33859 \end_layout
33860
33861 \end_inset
33862 </cell>
33863 </row>
33864 <row>
33865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 e
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 r
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 </row>
33884 </lyxtabular>
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \end_inset
33897
33898  
33899 \begin_inset Flex Resizebox
33900 status open
33901
33902 \begin_layout Plain Layout
33903 \begin_inset Argument 1
33904 status open
33905
33906 \begin_layout Plain Layout
33907 3cm
33908 \end_layout
33909
33910 \end_inset
33911
33912
33913 \begin_inset Flex Reflectbox
33914 status open
33915
33916 \begin_layout Plain Layout
33917 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \end_inset
33929
33930
33931 \end_layout
33932
33933 \begin_layout Standard
33934 文書で大域的に数式様式
33935 \series bold
33936 fleqn
33937 \series default
33938 を使用している場合
33939 \begin_inset Foot
33940 status collapsed
33941
33942 \begin_layout Plain Layout
33943 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
33944 \end_layout
33945
33946 \end_inset
33947
33948 には,別行建て数式も伸縮させることができます.
33949 \end_layout
33950
33951 \begin_layout Chapter
33952 本文回り込みオブジェクト
33953 \begin_inset Index idx
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957 ほんぶんまわりこみ@本文回り込み
33958 \end_layout
33959
33960 \end_inset
33961
33962
33963 \end_layout
33964
33965 \begin_layout Section
33966 折返しフロート
33967 \begin_inset CommandInset label
33968 LatexCommand label
33969 name "sec:折返しフロート"
33970
33971 \end_inset
33972
33973
33974 \begin_inset Index idx
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33979 \end_layout
33980
33981 \end_inset
33982
33983
33984 \begin_inset Index idx
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
33989 \end_layout
33990
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \begin_layout Standard
33997 \begin_inset Wrap figure
33998 lines 0
33999 placement l
34000 overhang 1cm
34001 width "40col%"
34002 status open
34003
34004 \begin_layout Plain Layout
34005 \begin_inset Graphics
34006         filename ../clipart/mobius.eps
34007         width 40col%
34008         scaleBeforeRotation
34009         rotateOrigin center
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Plain Layout
34017 \begin_inset Caption Standard
34018
34019 \begin_layout Plain Layout
34020 \begin_inset CommandInset label
34021 LatexCommand label
34022 name "fig:折返し図フロート"
34023
34024 \end_inset
34025
34026 これは折返し図フロートです.
34027 \end_layout
34028
34029 \end_inset
34030
34031
34032 \end_layout
34033
34034 \end_inset
34035
34036 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
34037 パッケージの
34038 \series bold
34039 wrapfig
34040 \series default
34041
34042 \begin_inset Index idx
34043 status collapsed
34044
34045 \begin_layout Plain Layout
34046 \SpecialChar LaTeX
34047 ぱっけーじ@\SpecialChar LaTeX
34048 パッケージ ! wrapfig
34049 \end_layout
34050
34051 \end_inset
34052
34053 を導入済みであれば,
34054 \family sans
34055 挿入\SpecialChar menuseparator
34056 フロート\SpecialChar menuseparator
34057 折返し図フロート
34058 \family default
34059
34060 \family sans
34061 折返し表フロート
34062 \family default
34063 メニューで挿入することができます
34064 \begin_inset Foot
34065 status collapsed
34066
34067 \begin_layout Plain Layout
34068 \SpecialChar LaTeX
34069 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
34070 の設定』に説明されています.
34071 \end_layout
34072
34073 \end_inset
34074
34075 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
34076 \family sans
34077 配置
34078 \family default
34079
34080 \family sans
34081
34082 \family default
34083 です.非必須項目として,
34084 \family sans
34085 ぶら下げ
34086 \family default
34087
34088 \family sans
34089 行幅
34090 \family default
34091 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
34092 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
34093 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
34094 に許可するかを指定することができます.第
34095 \begin_inset CommandInset ref
34096 LatexCommand ref
34097 reference "fig:折返し図フロート"
34098
34099 \end_inset
34100
34101 図は,40
34102 \begin_inset space \thinspace{}
34103 \end_inset
34104
34105 列幅%の幅と1
34106 \begin_inset space \thinspace{}
34107 \end_inset
34108
34109 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
34110 \end_layout
34111
34112 \begin_layout Standard
34113 \begin_inset Note Greyedout
34114 status open
34115
34116 \begin_layout Plain Layout
34117
34118 \series bold
34119 【註】
34120 \series default
34121 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
34122 上書きされて出力されたりします.
34123 \end_layout
34124
34125 \end_inset
34126
34127
34128 \end_layout
34129
34130 \begin_layout Standard
34131 原則として,
34132 \end_layout
34133
34134 \begin_layout Itemize
34135 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
34136 うになってから,正確な位置に挿入しなくてはなりません.
34137 \end_layout
34138
34139 \begin_layout Itemize
34140 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
34141 \end_layout
34142
34143 \begin_layout Itemize
34144 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
34145 \end_layout
34146
34147 \begin_layout Itemize
34148 折返しフロートは,節見出しや表中に入れることは認められていません.
34149 \end_layout
34150
34151 \begin_layout Itemize
34152 連番や参照は,第
34153 \begin_inset CommandInset ref
34154 LatexCommand ref
34155 reference "chap:フロート"
34156
34157 \end_inset
34158
34159 章で述べられているように動作します.
34160 \end_layout
34161
34162 \begin_layout Section
34163 固定回り込みオブジェクト
34164 \begin_inset Index idx
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Standard
34177
34178 \begin_inset CommandInset ref
34179 LatexCommand ref
34180 reference "sec:折返しフロート"
34181
34182 \end_inset
34183
34184 節の折返しフロートは,段落中で,以下のような配置がされます.
34185 \end_layout
34186
34187 \begin_layout Standard
34188 \noindent
34189 \align center
34190 \begin_inset Tabular
34191 <lyxtabular version="3" rows="2" columns="2">
34192 <features tabularvalignment="middle">
34193 <column alignment="center" valignment="top">
34194 <column alignment="center" valignment="top">
34195 <row>
34196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34197 \begin_inset Text
34198
34199 \begin_layout Plain Layout
34200 \begin_inset Info
34201 type  "icon"
34202 arg   "dialog-show-new-inset graphics"
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \end_inset
34209 </cell>
34210 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Plain Layout
34214 文章
34215 \end_layout
34216
34217 \end_inset
34218 </cell>
34219 </row>
34220 <row>
34221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225 文章
34226 \end_layout
34227
34228 \end_inset
34229 </cell>
34230 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34231 \begin_inset Text
34232
34233 \begin_layout Plain Layout
34234 文章
34235 \end_layout
34236
34237 \end_inset
34238 </cell>
34239 </row>
34240 </lyxtabular>
34241
34242 \end_inset
34243
34244  or 
34245 \begin_inset Tabular
34246 <lyxtabular version="3" rows="2" columns="2">
34247 <features tabularvalignment="middle">
34248 <column alignment="center" valignment="top">
34249 <column alignment="center" valignment="top">
34250 <row>
34251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34252 \begin_inset Text
34253
34254 \begin_layout Plain Layout
34255 文章
34256 \end_layout
34257
34258 \end_inset
34259 </cell>
34260 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34261 \begin_inset Text
34262
34263 \begin_layout Plain Layout
34264 \begin_inset Info
34265 type  "icon"
34266 arg   "dialog-show-new-inset graphics"
34267 \end_inset
34268
34269
34270 \end_layout
34271
34272 \end_inset
34273 </cell>
34274 </row>
34275 <row>
34276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34277 \begin_inset Text
34278
34279 \begin_layout Plain Layout
34280 文章
34281 \end_layout
34282
34283 \end_inset
34284 </cell>
34285 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Plain Layout
34289 文章
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 </row>
34295 </lyxtabular>
34296
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \begin_layout Standard
34303 以下に示すいずれかのように,
34304 \begin_inset VSpace defskip
34305 \end_inset
34306
34307
34308 \end_layout
34309
34310 \begin_layout Standard
34311 \noindent
34312 \align center
34313 \begin_inset Tabular
34314 <lyxtabular version="3" rows="2" columns="2">
34315 <features tabularvalignment="middle">
34316 <column alignment="center" valignment="top">
34317 <column alignment="center" valignment="top">
34318 <row>
34319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34320 \begin_inset Text
34321
34322 \begin_layout Plain Layout
34323 文章
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34329 \begin_inset Text
34330
34331 \begin_layout Plain Layout
34332 文章
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 </row>
34338 <row>
34339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343 \begin_inset Info
34344 type  "icon"
34345 arg   "dialog-show-new-inset graphics"
34346 \end_inset
34347
34348
34349 \end_layout
34350
34351 \end_inset
34352 </cell>
34353 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357 文章
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 </row>
34363 </lyxtabular>
34364
34365 \end_inset
34366
34367  
34368 \begin_inset Tabular
34369 <lyxtabular version="3" rows="2" columns="2">
34370 <features tabularvalignment="middle">
34371 <column alignment="center" valignment="top">
34372 <column alignment="center" valignment="top">
34373 <row>
34374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 文章
34379 \end_layout
34380
34381 \end_inset
34382 </cell>
34383 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34384 \begin_inset Text
34385
34386 \begin_layout Plain Layout
34387 文章
34388 \end_layout
34389
34390 \end_inset
34391 </cell>
34392 </row>
34393 <row>
34394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34395 \begin_inset Text
34396
34397 \begin_layout Plain Layout
34398 文章
34399 \end_layout
34400
34401 \end_inset
34402 </cell>
34403 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34404 \begin_inset Text
34405
34406 \begin_layout Plain Layout
34407 \begin_inset Info
34408 type  "icon"
34409 arg   "dialog-show-new-inset graphics"
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \end_inset
34416 </cell>
34417 </row>
34418 </lyxtabular>
34419
34420 \end_inset
34421
34422  
34423 \begin_inset Tabular
34424 <lyxtabular version="3" rows="2" columns="3">
34425 <features tabularvalignment="middle">
34426 <column alignment="center" valignment="top">
34427 <column alignment="center" valignment="top">
34428 <column alignment="center" valignment="top">
34429 <row>
34430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Plain Layout
34434 文章
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 <cell alignment="center" valignment="top" topline="true" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 \begin_inset Info
34444 type  "icon"
34445 arg   "dialog-show-new-inset graphics"
34446 \end_inset
34447
34448
34449 \end_layout
34450
34451 \end_inset
34452 </cell>
34453 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34454 \begin_inset Text
34455
34456 \begin_layout Plain Layout
34457 文章
34458 \end_layout
34459
34460 \end_inset
34461 </cell>
34462 </row>
34463 <row>
34464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468 文章
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34474 \begin_inset Text
34475
34476 \begin_layout Plain Layout
34477 文章
34478 \end_layout
34479
34480 \end_inset
34481 </cell>
34482 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34483 \begin_inset Text
34484
34485 \begin_layout Plain Layout
34486 文章
34487 \end_layout
34488
34489 \end_inset
34490 </cell>
34491 </row>
34492 </lyxtabular>
34493
34494 \end_inset
34495
34496  
34497 \begin_inset Tabular
34498 <lyxtabular version="3" rows="2" columns="3">
34499 <features tabularvalignment="middle">
34500 <column alignment="center" valignment="top">
34501 <column alignment="center" valignment="top">
34502 <column alignment="center" valignment="top">
34503 <row>
34504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 文章
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 <cell alignment="center" valignment="top" topline="true" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517 文章
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34523 \begin_inset Text
34524
34525 \begin_layout Plain Layout
34526 文章
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 </row>
34532 <row>
34533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 文章
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34543 \begin_inset Text
34544
34545 \begin_layout Plain Layout
34546 \begin_inset Info
34547 type  "icon"
34548 arg   "dialog-show-new-inset graphics"
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \end_inset
34555 </cell>
34556 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34557 \begin_inset Text
34558
34559 \begin_layout Plain Layout
34560 文章
34561 \end_layout
34562
34563 \end_inset
34564 </cell>
34565 </row>
34566 </lyxtabular>
34567
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \begin_layout Standard
34574 \noindent
34575 \align center
34576 \begin_inset Tabular
34577 <lyxtabular version="3" rows="3" columns="2">
34578 <features tabularvalignment="middle">
34579 <column alignment="center" valignment="top">
34580 <column alignment="center" valignment="top">
34581 <row>
34582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586 文章
34587 \end_layout
34588
34589 \end_inset
34590 </cell>
34591 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34592 \begin_inset Text
34593
34594 \begin_layout Plain Layout
34595 文章
34596 \end_layout
34597
34598 \end_inset
34599 </cell>
34600 </row>
34601 <row>
34602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34603 \begin_inset Text
34604
34605 \begin_layout Plain Layout
34606 \begin_inset Info
34607 type  "icon"
34608 arg   "dialog-show-new-inset graphics"
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \end_inset
34615 </cell>
34616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34617 \begin_inset Text
34618
34619 \begin_layout Plain Layout
34620 文章
34621 \end_layout
34622
34623 \end_inset
34624 </cell>
34625 </row>
34626 <row>
34627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34628 \begin_inset Text
34629
34630 \begin_layout Plain Layout
34631 文章
34632 \end_layout
34633
34634 \end_inset
34635 </cell>
34636 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34637 \begin_inset Text
34638
34639 \begin_layout Plain Layout
34640 文章
34641 \end_layout
34642
34643 \end_inset
34644 </cell>
34645 </row>
34646 </lyxtabular>
34647
34648 \end_inset
34649
34650  
34651 \begin_inset Tabular
34652 <lyxtabular version="3" rows="3" columns="3">
34653 <features tabularvalignment="middle">
34654 <column alignment="center" valignment="top">
34655 <column alignment="center" valignment="top">
34656 <column alignment="center" valignment="top">
34657 <row>
34658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34659 \begin_inset Text
34660
34661 \begin_layout Plain Layout
34662 文章
34663 \end_layout
34664
34665 \end_inset
34666 </cell>
34667 <cell alignment="center" valignment="top" topline="true" usebox="none">
34668 \begin_inset Text
34669
34670 \begin_layout Plain Layout
34671 文章
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 文章
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 </row>
34686 <row>
34687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691 文章
34692 \end_layout
34693
34694 \end_inset
34695 </cell>
34696 <cell alignment="center" valignment="top" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 \begin_inset Info
34701 type  "icon"
34702 arg   "dialog-show-new-inset graphics"
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \end_inset
34709 </cell>
34710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34711 \begin_inset Text
34712
34713 \begin_layout Plain Layout
34714 文章
34715 \end_layout
34716
34717 \end_inset
34718 </cell>
34719 </row>
34720 <row>
34721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34722 \begin_inset Text
34723
34724 \begin_layout Plain Layout
34725 文章
34726 \end_layout
34727
34728 \end_inset
34729 </cell>
34730 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34731 \begin_inset Text
34732
34733 \begin_layout Plain Layout
34734 文章
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743 文章
34744 \end_layout
34745
34746 \end_inset
34747 </cell>
34748 </row>
34749 </lyxtabular>
34750
34751 \end_inset
34752
34753  
34754 \begin_inset Tabular
34755 <lyxtabular version="3" rows="3" columns="2">
34756 <features tabularvalignment="middle">
34757 <column alignment="center" valignment="top">
34758 <column alignment="center" valignment="top">
34759 <row>
34760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34761 \begin_inset Text
34762
34763 \begin_layout Plain Layout
34764 文章
34765 \end_layout
34766
34767 \end_inset
34768 </cell>
34769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773 文章
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 </row>
34779 <row>
34780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784 文章
34785 \end_layout
34786
34787 \end_inset
34788 </cell>
34789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34790 \begin_inset Text
34791
34792 \begin_layout Plain Layout
34793 \begin_inset Info
34794 type  "icon"
34795 arg   "dialog-show-new-inset graphics"
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \end_inset
34802 </cell>
34803 </row>
34804 <row>
34805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809 文章
34810 \end_layout
34811
34812 \end_inset
34813 </cell>
34814 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34815 \begin_inset Text
34816
34817 \begin_layout Plain Layout
34818 文章
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 </row>
34824 </lyxtabular>
34825
34826 \end_inset
34827
34828
34829 \end_layout
34830
34831 \begin_layout Standard
34832 \noindent
34833 オブジェクトを挿入した場所に正確に配置したい時には,
34834 \series bold
34835 picinpar
34836 \series default
34837
34838 \begin_inset Index idx
34839 status collapsed
34840
34841 \begin_layout Plain Layout
34842 \SpecialChar LaTeX
34843 ぱっけーじ@\SpecialChar LaTeX
34844 パッケージ ! picinpar
34845 \end_layout
34846
34847 \end_inset
34848
34849 \SpecialChar LaTeX
34850 パッケージを使うことができます.下記はその用例です.
34851 \end_layout
34852
34853 \begin_layout Standard
34854 \begin_inset ERT
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858
34859
34860 \backslash
34861 ifpicinpar
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \begin_inset Note Note
34868 status open
34869
34870 \begin_layout Plain Layout
34871 以下の部分は,\SpecialChar LaTeX
34872 パッケージ
34873 \series bold
34874 picinpar
34875 \series default
34876 が導入されているときのみ表示されます.
34877 \end_layout
34878
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \begin_layout Standard
34885 \begin_inset ERT
34886 status collapsed
34887
34888 \begin_layout Plain Layout
34889
34890
34891 \backslash
34892 begin{window}[2,c,{
34893 \end_layout
34894
34895 \end_inset
34896
34897
34898 \begin_inset Graphics
34899         filename ../clipart/mobius.eps
34900         lyxscale 60
34901         width 40col%
34902         scaleBeforeRotation
34903         rotateOrigin center
34904
34905 \end_inset
34906
34907
34908 \begin_inset ERT
34909 status collapsed
34910
34911 \begin_layout Plain Layout
34912
34913 },]
34914 \end_layout
34915
34916 \begin_layout Plain Layout
34917
34918 {}
34919 \end_layout
34920
34921 \end_inset
34922
34923
34924 \size small
34925 It was in the spring of the year 1894 that all London was interested, and
34926  the fashionable world dismayed, by the murder of the Honourable Ronald
34927  Adair under most unusual and inexplicable circumstances.
34928  The public has already learned those particulars of the crime which
34929 \size default
34930
34931 \begin_inset ERT
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935
34936
34937 \backslash
34938 footnotemark{}
34939 \end_layout
34940
34941 \end_inset
34942
34943
34944 \size small
34945  came out in the police investigation, but a good deal was suppressed upon
34946  that occasion, since the case for the prosecution was so overwhelmingly
34947  strong that it was not necessary to bring forward all the facts.
34948  Only now, at the end of nearly ten years, am I allowed to supply those
34949  missing links which make up the whole of that remarkable chain.
34950 \size default
34951
34952 \begin_inset ERT
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956
34957
34958 \backslash
34959 end{window}
34960 \end_layout
34961
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \begin_layout Standard
34968 \begin_inset ERT
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972
34973
34974 \backslash
34975 footnotetext{
34976 \end_layout
34977
34978 \end_inset
34979
34980 固定オブジェクトのある段落の脚註
34981 \begin_inset ERT
34982 status collapsed
34983
34984 \begin_layout Plain Layout
34985
34986 }
34987 \end_layout
34988
34989 \end_inset
34990
34991
34992 \end_layout
34993
34994 \begin_layout Standard
34995 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
34996 ートとは違って,連番のキャプションをつけることはできません.
34997 \end_layout
34998
34999 \begin_layout Standard
35000 固定オブジェクトは,段落冒頭に\SpecialChar TeX
35001 コードで
35002 \end_layout
35003
35004 \begin_layout Standard
35005
35006 \series bold
35007
35008 \backslash
35009 begin{window}[2,c,{
35010 \end_layout
35011
35012 \begin_layout Standard
35013 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
35014 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
35015 段幅の40
35016 \begin_inset space \thinspace{}
35017 \end_inset
35018
35019 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
35020 \end_layout
35021
35022 \begin_layout Standard
35023
35024 \series bold
35025 },説明文]
35026 \begin_inset Newline newline
35027 \end_inset
35028
35029 {}
35030 \end_layout
35031
35032 \begin_layout Standard
35033 というコマンドが挿入されています.2行目に「
35034 \series bold
35035 {}
35036 \series default
35037 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
35038 \series bold
35039 {}
35040 \series default
35041 の直後から書き始めてください.段落末には,
35042 \end_layout
35043
35044 \begin_layout Standard
35045
35046 \series bold
35047
35048 \backslash
35049 end{window}
35050 \end_layout
35051
35052 \begin_layout Standard
35053 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
35054 \begin_inset CommandInset ref
35055 LatexCommand ref
35056 reference "sec:脚注"
35057
35058 \end_inset
35059
35060 節にあるように,代わりに,段落内で
35061 \series bold
35062
35063 \backslash
35064 footnotemark
35065 \series default
35066 コマンドを使用し,段落外に
35067 \series bold
35068
35069 \backslash
35070 footnotetext
35071 \series default
35072 コマンドを用いてください.
35073 \end_layout
35074
35075 \begin_layout Standard
35076 \begin_inset ERT
35077 status collapsed
35078
35079 \begin_layout Plain Layout
35080
35081
35082 \backslash
35083 else
35084 \end_layout
35085
35086 \end_inset
35087
35088
35089 \begin_inset Note Note
35090 status open
35091
35092 \begin_layout Plain Layout
35093 以下の部分は,\SpecialChar LaTeX
35094 パッケージ
35095 \series bold
35096 picinpar
35097 \series default
35098 が導入されていないときのみ表示されます.
35099 \end_layout
35100
35101 \end_inset
35102
35103
35104 \end_layout
35105
35106 \begin_layout Standard
35107 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
35108 パッケージ
35109 \series bold
35110 picinpar
35111 \series default
35112 を導入する必要があります.
35113 \end_layout
35114
35115 \begin_layout Standard
35116 \begin_inset ERT
35117 status collapsed
35118
35119 \begin_layout Plain Layout
35120
35121
35122 \backslash
35123 fi
35124 \end_layout
35125
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \begin_layout Section
35132 頭文字
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 かしらもじ@頭文字
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \begin_inset Index idx
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156 頭文字を用いるには,\SpecialChar LaTeX
35157 パッケージ
35158 \begin_inset Index idx
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162 \SpecialChar LaTeX
35163 ぱっけーじ@\SpecialChar LaTeX
35164 パッケージ ! lettrine
35165 \end_layout
35166
35167 \end_inset
35168
35169 が導入済みでなくてはならず,文書中で
35170 \family sans
35171 頭文字
35172 \family default
35173 モジュールを使用する必要があります(
35174 \family sans
35175 文書\SpecialChar menuseparator
35176 設定\SpecialChar menuseparator
35177 モジュール
35178 \family default
35179 メニュー).頭文字を挿入するには,
35180 \family sans
35181 頭文字
35182 \family default
35183 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
35184 \family sans
35185 挿入
35186 \family default
35187 メニューから挿入できます.必須引数
35188 \family sans
35189 頭文字
35190 \family default
35191 には,頭文字にする文字を入れ,引数
35192 \family sans
35193 頭文字の残り
35194 \family default
35195 には,頭文字の単語若しくは文字列の残りが入ります.引数
35196 \family sans
35197 オプション
35198 \family default
35199 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
35200 \series bold
35201 lettrine
35202 \series default
35203 の取扱説明書
35204 \begin_inset CommandInset citation
35205 LatexCommand cite
35206 key "lettrine"
35207
35208 \end_inset
35209
35210 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
35211 \shape smallcaps
35212 スモールキャップ体(small caps
35213 \shape default
35214 )で印字されます.
35215 \end_layout
35216
35217 \begin_layout Standard
35218 下記がその例です.
35219 \end_layout
35220
35221 \begin_layout Standard
35222 \begin_inset ERT
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226
35227
35228 \backslash
35229 iflettrine
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \begin_inset Note Note
35236 status open
35237
35238 \begin_layout Plain Layout
35239 以下の部分は,\SpecialChar LaTeX
35240 パッケージ
35241 \series bold
35242 lettrine
35243 \series default
35244 が導入されているときのみ表示されます.
35245 \end_layout
35246
35247 \end_inset
35248
35249
35250 \end_layout
35251
35252 \begin_layout Enumerate
35253 非必須引数なし.頭文字は,数式フォント
35254 \begin_inset Formula $\mathfrak{Fraktur}$
35255 \end_inset
35256
35257 の「I」.
35258 \end_layout
35259
35260 \begin_deeper
35261 \begin_layout Initial
35262 \begin_inset Argument 2
35263 status open
35264
35265 \begin_layout Plain Layout
35266 \begin_inset Formula $\mathfrak{I}$
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \end_inset
35273
35274
35275 \begin_inset Argument 3
35276 status open
35277
35278 \begin_layout Plain Layout
35279 t
35280 \end_layout
35281
35282 \end_inset
35283
35284  was in the spring of the year 1894 that all London was interested, and
35285  the fashionable world dismayed, by the murder of the Honourable Ronald
35286  Adair under most unusual and inexplicable circumstances.
35287  The public has already learned those particulars of the crime which came
35288  out in the police investigation, but a good deal was suppressed upon that
35289  occasion, since the case for the prosecution was so overwhelmingly strong
35290  that it was not necessary to bring forward all the facts.
35291 \begin_inset Newpage newpage
35292 \end_inset
35293
35294
35295 \end_layout
35296
35297 \end_deeper
35298 \begin_layout Enumerate
35299 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
35300 \end_layout
35301
35302 \begin_deeper
35303 \begin_layout Initial
35304 \begin_inset Argument 1
35305 status open
35306
35307 \begin_layout Plain Layout
35308 lines=1
35309 \end_layout
35310
35311 \end_inset
35312
35313
35314 \begin_inset Argument 2
35315 status open
35316
35317 \begin_layout Plain Layout
35318 It
35319 \end_layout
35320
35321 \end_inset
35322
35323  was in the spring of the year 1894 that all London was interested, and
35324  the fashionable world dismayed, by the murder of the Honourable Ronald
35325  Adair under most unusual and inexplicable circumstances.
35326  The public has already learned those particulars of the crime which came
35327  out in the police investigation, but a good deal was suppressed upon that
35328  occasion, since the case for the prosecution was so overwhelmingly strong
35329  that it was not necessary to bring forward all the facts.
35330 \end_layout
35331
35332 \end_deeper
35333 \begin_layout Enumerate
35334 ぶら下がり頭文字は,数式フォント
35335 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35336 \end_inset
35337
35338 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
35339 \shape smallcaps
35340 スモールキャップ体
35341 \shape default
35342 .頭文字に色をつけるには,頭文字の前に
35343 \begin_inset Newline newline
35344 \end_inset
35345
35346
35347 \series bold
35348
35349 \backslash
35350 renewcommand{
35351 \backslash
35352 LettrineFontHook}{
35353 \backslash
35354 color{色}}
35355 \series default
35356
35357 \begin_inset Newline newline
35358 \end_inset
35359
35360 というコマンドを挿入しなくてはなりません.ここで,
35361 \emph on
35362
35363 \emph default
35364 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
35365 ブルに
35366 \begin_inset Newline newline
35367 \end_inset
35368
35369
35370 \series bold
35371
35372 \backslash
35373 @ifundefined{textcolor}
35374 \begin_inset Newline newline
35375 \end_inset
35376
35377
35378 \begin_inset space ~
35379 \end_inset
35380
35381 {
35382 \backslash
35383 usepackage{color}}{}
35384 \begin_inset Newline newline
35385 \end_inset
35386
35387
35388 \series default
35389 というコマンドを書きこんでおかなくてはなりません.
35390 \end_layout
35391
35392 \begin_deeper
35393 \begin_layout Standard
35394 \begin_inset ERT
35395 status collapsed
35396
35397 \begin_layout Plain Layout
35398
35399
35400 \backslash
35401 renewcommand{
35402 \backslash
35403 LettrineFontHook}{
35404 \backslash
35405 color{magenta}}
35406 \end_layout
35407
35408 \end_inset
35409
35410
35411 \begin_inset Note Note
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416 \lang english
35417 makes the initial magenta
35418 \end_layout
35419
35420 \end_inset
35421
35422
35423 \end_layout
35424
35425 \begin_layout Initial
35426 \begin_inset Argument 1
35427 status open
35428
35429 \begin_layout Plain Layout
35430 lines=3, lhang=0.33, loversize=0.25
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \begin_inset Argument 2
35437 status open
35438
35439 \begin_layout Plain Layout
35440 \begin_inset Formula $\mathcal{I}$
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \end_inset
35447
35448
35449 \begin_inset Argument 3
35450 status open
35451
35452 \begin_layout Plain Layout
35453 t was in the spring
35454 \end_layout
35455
35456 \end_inset
35457
35458  of the year 1894 that all London was interested, and the fashionable world
35459  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35460  and inexplicable circumstances.
35461  The public has already learned those particulars of the crime which came
35462  out in the police investigation, but a good deal was suppressed upon that
35463  occasion, since the case for the prosecution was so overwhelmingly strong
35464  that it was not necessary to bring forward all the facts.
35465 \end_layout
35466
35467 \end_deeper
35468 \begin_layout Standard
35469 \begin_inset ERT
35470 status collapsed
35471
35472 \begin_layout Plain Layout
35473
35474
35475 \backslash
35476 else
35477 \end_layout
35478
35479 \end_inset
35480
35481
35482 \begin_inset Note Note
35483 status open
35484
35485 \begin_layout Plain Layout
35486 以下の部分は,\SpecialChar LaTeX
35487 パッケージ
35488 \series bold
35489 lettrine
35490 \series default
35491 が導入されていないときのみ表示されます.
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
35501 パッケージ
35502 \series bold
35503 lettrine
35504 \series default
35505 を導入する必要があります.
35506 \end_layout
35507
35508 \begin_layout Standard
35509 \begin_inset ERT
35510 status collapsed
35511
35512 \begin_layout Plain Layout
35513
35514
35515 \backslash
35516 fi
35517 \end_layout
35518
35519 \end_inset
35520
35521
35522 \end_layout
35523
35524 \begin_layout Chapter
35525 外部文書構成要素
35526 \begin_inset Index idx
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530 がいぶぶんしょこうせいようそ@外部文書構成要素
35531 \end_layout
35532
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \begin_layout Standard
35539
35540 \family sans
35541 挿入\SpecialChar menuseparator
35542 ファイル
35543 \family default
35544 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
35545 \end_layout
35546
35547 \begin_layout Description
35548 \SpecialChar LyX
35549 文書 別の\SpecialChar LyX
35550 文書.その内容は直接使用中の文書に挿入されます.
35551 \end_layout
35552
35553 \begin_layout Description
35554 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
35555 \end_layout
35556
35557 \begin_layout Description
35558 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
35559 \end_layout
35560
35561 \begin_layout Description
35562 外部素材 様々な書式のファイル.
35563 \end_layout
35564
35565 \begin_layout Description
35566 子文書 \SpecialChar LyX
35567 あるいは\SpecialChar LaTeX
35568 文書.
35569 \end_layout
35570
35571 \begin_layout Section
35572 外部素材
35573 \begin_inset Index idx
35574 status collapsed
35575
35576 \begin_layout Plain Layout
35577 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35578 \end_layout
35579
35580 \end_inset
35581
35582
35583 \end_layout
35584
35585 \begin_layout Standard
35586 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
35587 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
35588 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
35589 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
35590 設定の
35591 \family sans
35592 操作性\SpecialChar menuseparator
35593 表示
35594 \family default
35595 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
35596 中に表示されるようになります.
35597 \end_layout
35598
35599 \begin_layout Standard
35600 外部素材は,
35601 \family sans
35602 挿入
35603 \family default
35604 \SpecialChar menuseparator
35605
35606 \family sans
35607 ファイル
35608 \family default
35609 \SpecialChar menuseparator
35610
35611 \family sans
35612 外部素材
35613 \family default
35614 メニューで開くことのできる
35615 \family sans
35616 外部素材
35617 \family default
35618 ダイアログから挿入することができます.目下,以下のファイル形式(
35619 \family sans
35620 ひな型
35621 \family default
35622 )が使用できます.
35623 \end_layout
35624
35625 \begin_layout Description
35626 チェス棋譜 このひな型は,
35627 \series bold
35628
35629 \begin_inset CommandInset href
35630 LatexCommand href
35631 name "XBoard"
35632 target "http://en.wikipedia.org/wiki/XBoard"
35633
35634 \end_inset
35635
35636
35637 \series default
35638 プログラムで作成されたチェス棋譜をサポートします.
35639 \end_layout
35640
35641 \begin_layout Description
35642 日付 これは,
35643 \emph on
35644 日-月-年
35645 \emph default
35646 の書式で日付を挿入します.右は,外部素材として挿入された日付です:
35647 \begin_inset External
35648         template Date
35649         filename .
35650
35651 \end_inset
35652
35653
35654 \begin_inset space ~
35655 \end_inset
35656
35657
35658 \begin_inset Note Note
35659 status collapsed
35660
35661 \begin_layout Plain Layout
35662 バグ4398が修正されたら,この保護空白は削除してください!
35663 \end_layout
35664
35665 \end_inset
35666
35667
35668 \begin_inset Newline newline
35669 \end_inset
35670
35671 日付は\SpecialChar LyX
35672 内では表示されず,出力のみで表示されます.日付を挿入するには,ほかに二つの方法があります.一つは,
35673 \family sans
35674 挿入
35675 \family default
35676 \SpecialChar menuseparator
35677 日付メニューを使用する方法で,他は\SpecialChar LaTeX
35678 コマンドの
35679 \series bold
35680
35681 \backslash
35682 today
35683 \series default
35684 を\SpecialChar TeX
35685 コードで使用する方法です.これらの各方法は,表
35686 \begin_inset CommandInset ref
35687 LatexCommand ref
35688 reference "tab:日付挿入方法"
35689
35690 \end_inset
35691
35692 に比較を掲載しておきます.
35693 \end_layout
35694
35695 \begin_layout Description
35696 Dia このひな型は,
35697 \series bold
35698
35699 \begin_inset CommandInset href
35700 LatexCommand href
35701 name "Dia"
35702 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"
35703
35704 \end_inset
35705
35706
35707 \series default
35708 プログラムで作成したダイアグラムをサポートします.
35709 \end_layout
35710
35711 \begin_layout Description
35712 Gnumeric表計算表 このひな形では,
35713 \series bold
35714
35715 \begin_inset CommandInset href
35716 LatexCommand href
35717 name "Gnumeric"
35718 target "http://ja.wikipedia.org/wiki/Gnumeric"
35719
35720 \end_inset
35721
35722
35723 \series default
35724
35725 \begin_inset CommandInset href
35726 LatexCommand href
35727 name "OpenDocument"
35728 target "http://ja.wikipedia.org/wiki/OpenDocument"
35729
35730 \end_inset
35731
35732
35733 \begin_inset CommandInset href
35734 LatexCommand href
35735 name "Microsoft Office XML"
35736 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35737
35738 \end_inset
35739
35740
35741 \begin_inset CommandInset href
35742 LatexCommand href
35743 name "Office Open XML"
35744 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35745
35746 \end_inset
35747
35748 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
35749 の初期設定中に
35750 \family typewriter
35751 ssconvert
35752 \family default
35753 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
35754 みである必要があります.用例と制約については,\SpecialChar LyX
35755 用例ファイル
35756 \emph on
35757 spreadsheet.lyx
35758 \emph default
35759 をご覧ください.
35760 \end_layout
35761
35762 \begin_layout Description
35763 Lilypond組版楽譜 このひな型は,
35764 \series bold
35765
35766 \begin_inset CommandInset href
35767 LatexCommand href
35768 name "LilyPond"
35769 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35770
35771 \end_inset
35772
35773
35774 \series default
35775 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
35776 におけるLilyPond拡張サポートについては,\SpecialChar LyX
35777 用例ファイル
35778 \emph on
35779 lilypond.lyx
35780 \emph default
35781 をご覧ください.
35782 \end_layout
35783
35784 \begin_layout Description
35785 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
35786 \family sans
35787 \SpecialChar LaTeX
35788 と\SpecialChar LyX
35789 オプション
35790 \family default
35791 タブ中の
35792 \family sans
35793 オプション
35794 \family default
35795 フィールドに
35796 \emph on
35797 pages
35798 \emph default
35799 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
35800 \series bold
35801 pages={3,5,6,8}
35802 \series default
35803 の形で入れる)やページ範囲(
35804 \series bold
35805 pages={4-9}
35806 \series default
35807 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
35808 \series bold
35809 pages={3,{},8-11,15}
35810 \series default
35811 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
35812 \emph on
35813 開始頁-終了頁
35814 \emph default
35815 の文法で指定します.これは,
35816 \emph on
35817 開始頁
35818 \emph default
35819
35820 \emph on
35821 終了頁
35822 \emph default
35823 の間のすべてのページを選択します.
35824 \emph on
35825 開始頁
35826 \emph default
35827 を省略すると,1ページ目を指定したのと同じ事になり,
35828 \emph on
35829 終了頁
35830 \emph default
35831 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
35832 \series bold
35833 last
35834 \series default
35835 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
35836 \series bold
35837 pages=-
35838 \series default
35839 は文書の全ページを挿入することになり,
35840 \series bold
35841 pages=last-1
35842 \series default
35843 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
35844 \begin_inset Newline newline
35845 \end_inset
35846
35847
35848 \series bold
35849 noautoscale
35850 \series default
35851 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
35852 \family sans
35853 寸法と回転
35854 \family default
35855 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
35856 \series bold
35857 noautoscale
35858 \series default
35859 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
35860 パッケージ
35861 \series bold
35862 pdfpages
35863 \series default
35864 の取扱説明書
35865 \begin_inset CommandInset citation
35866 LatexCommand cite
35867 key "pdfpages"
35868
35869 \end_inset
35870
35871 をご参照ください.
35872 \begin_inset Index idx
35873 status collapsed
35874
35875 \begin_layout Plain Layout
35876 \SpecialChar LaTeX
35877 ぱっけーじ@\SpecialChar LaTeX
35878 パッケージ ! pdfpages
35879 \end_layout
35880
35881 \end_inset
35882
35883
35884 \begin_inset Newline newline
35885 \end_inset
35886
35887 このひな型を
35888 \family sans
35889 Beamer
35890 \family default
35891 プレゼンテーションで使用するには,まず
35892 \family sans
35893 フレーム終了
35894 \family default
35895 環境を挿入して,続く段落で\SpecialChar TeX
35896 コードボックスを挿入し,
35897 \series bold
35898
35899 \backslash
35900 setbeamertemplate{background canvas}{}
35901 \series default
35902 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
35903 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
35904 に,ひな型を含む段落には,
35905 \family sans
35906 既定
35907 \family default
35908 配置を用いるようにしてください.
35909 \begin_inset Newline newline
35910 \end_inset
35911
35912 下記は,-5度回転させたPDFを取り込んだものです.
35913 \begin_inset Newline newline
35914 \end_inset
35915
35916
35917 \begin_inset Graphics
35918         filename ../clipart/Abstract.pdf
35919         rotateAngle -5
35920         rotateOrigin leftBottom
35921
35922 \end_inset
35923
35924
35925 \begin_inset Newline newline
35926 \end_inset
35927
35928
35929 \begin_inset Note Greyedout
35930 status open
35931
35932 \begin_layout Plain Layout
35933
35934 \series bold
35935 【訳註】
35936 \series default
35937 \SpecialChar LaTeX
35938 パッケージ
35939 \series bold
35940 pdfpages
35941 \series default
35942 は,pdflatexに基づいており,\SpecialChar LaTeX
35943 では組版ができない(\SpecialChar LaTeX
35944 パッケージ
35945 \series bold
35946 pdfpages
35947 \series default
35948 取扱説明書
35949 \begin_inset CommandInset citation
35950 LatexCommand cite
35951 key "pdfpages"
35952
35953 \end_inset
35954
35955 参照)ため,この外部素材はp\SpecialChar LaTeX
35956 では使用することができません.英文版の取扱説明書では,上記のPDFは,
35957 \family sans
35958 挿入\SpecialChar menuseparator
35959 ファイル\SpecialChar menuseparator
35960 外部素材
35961 \family default
35962
35963 \family sans
35964 ひな型
35965 \family default
35966
35967 \family sans
35968 PDFページ
35969 \family default
35970 を指定して挿入されていますが,ここでは
35971 \family sans
35972 挿入\SpecialChar menuseparator
35973 画像
35974 \family default
35975 を使用して挿入しています.
35976 \end_layout
35977
35978 \end_inset
35979
35980
35981 \end_layout
35982
35983 \begin_layout Description
35984 ラスター画像 これはビットマップ画像に使用します.
35985 \family sans
35986 外部素材
35987 \family default
35988 ダイアログを使って入れる画像は,第
35989 \begin_inset CommandInset ref
35990 LatexCommand ref
35991 reference "sec:画像ダイアログ"
35992
35993 \end_inset
35994
35995 節にあるように
35996 \family sans
35997 画像
35998 \family default
35999 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
36000 \begin_inset External
36001         template RasterImage
36002         filename clipart/ToolbarEnvBox.png
36003
36004 \end_inset
36005
36006
36007 \end_layout
36008
36009 \begin_layout Description
36010 ベクトル画像 これは,ベクトル画像に使用することができます. 
36011 \family sans
36012 外部素材
36013 \family default
36014 ダイアログを使って入れる画像は,第
36015 \begin_inset CommandInset ref
36016 LatexCommand ref
36017 reference "sec:画像ダイアログ"
36018
36019 \end_inset
36020
36021 節にあるように
36022 \family sans
36023 画像
36024 \family default
36025 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
36026 \begin_inset External
36027         template VectorGraphics
36028         filename ../clipart/SVG-Drawing.svg
36029         scale 33
36030
36031 \end_inset
36032
36033
36034 \end_layout
36035
36036 \begin_layout Description
36037 XFig このひな型は,
36038 \series bold
36039
36040 \begin_inset CommandInset href
36041 LatexCommand href
36042 name "Xfig"
36043 target "http://ja.wikipedia.org/wiki/Xfig"
36044
36045 \end_inset
36046
36047
36048 \series default
36049 プログラムで作成した画像をサポートします.
36050 \end_layout
36051
36052 \begin_layout Standard
36053 \begin_inset Float table
36054 placement !h
36055 wide false
36056 sideways false
36057 status open
36058
36059 \begin_layout Plain Layout
36060 \begin_inset Caption Standard
36061
36062 \begin_layout Plain Layout
36063 \begin_inset CommandInset label
36064 LatexCommand label
36065 name "tab:日付挿入方法"
36066
36067 \end_inset
36068
36069 日付の挿入方法の比較
36070 \end_layout
36071
36072 \end_inset
36073
36074
36075 \end_layout
36076
36077 \begin_layout Plain Layout
36078 \align center
36079 \begin_inset Tabular
36080 <lyxtabular version="3" rows="4" columns="4">
36081 <features tabularvalignment="middle">
36082 <column alignment="center" valignment="top">
36083 <column alignment="center" valignment="top">
36084 <column alignment="center" valignment="top">
36085 <column alignment="center" valignment="top">
36086 <row>
36087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36088 \begin_inset Text
36089
36090 \begin_layout Plain Layout
36091 文書書式
36092 \end_layout
36093
36094 \end_inset
36095 </cell>
36096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36097 \begin_inset Text
36098
36099 \begin_layout Plain Layout
36100
36101 \family sans
36102 外部素材\SpecialChar menuseparator
36103 日付
36104 \end_layout
36105
36106 \end_inset
36107 </cell>
36108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36109 \begin_inset Text
36110
36111 \begin_layout Plain Layout
36112
36113 \family sans
36114 挿入\SpecialChar menuseparator
36115 日付
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36121 \begin_inset Text
36122
36123 \begin_layout Plain Layout
36124
36125 \series bold
36126
36127 \backslash
36128 today
36129 \series default
36130 コマンド
36131 \end_layout
36132
36133 \end_inset
36134 </cell>
36135 </row>
36136 <row>
36137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36138 \begin_inset Text
36139
36140 \begin_layout Plain Layout
36141 \SpecialChar LyX
36142
36143 \end_layout
36144
36145 \end_inset
36146 </cell>
36147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36148 \begin_inset Text
36149
36150 \begin_layout Plain Layout
36151 差込枠として
36152 \end_layout
36153
36154 \end_inset
36155 </cell>
36156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36157 \begin_inset Text
36158
36159 \begin_layout Plain Layout
36160 日付として
36161 \end_layout
36162
36163 \end_inset
36164 </cell>
36165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Plain Layout
36169 \SpecialChar TeX
36170 コード差込枠として
36171 \end_layout
36172
36173 \end_inset
36174 </cell>
36175 </row>
36176 <row>
36177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36178 \begin_inset Text
36179
36180 \begin_layout Plain Layout
36181 \SpecialChar LaTeX
36182
36183 \end_layout
36184
36185 \end_inset
36186 </cell>
36187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36188 \begin_inset Text
36189
36190 \begin_layout Plain Layout
36191 日付として
36192 \end_layout
36193
36194 \end_inset
36195 </cell>
36196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36197 \begin_inset Text
36198
36199 \begin_layout Plain Layout
36200 日付として
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36206 \begin_inset Text
36207
36208 \begin_layout Plain Layout
36209 コマンドとして
36210 \end_layout
36211
36212 \end_inset
36213 </cell>
36214 </row>
36215 <row>
36216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Plain Layout
36220 DVI, PDF, PS
36221 \end_layout
36222
36223 \end_inset
36224 </cell>
36225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36226 \begin_inset Text
36227
36228 \begin_layout Plain Layout
36229 日付として
36230 \end_layout
36231
36232 \end_inset
36233 </cell>
36234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Plain Layout
36238 日付として
36239 \end_layout
36240
36241 \end_inset
36242 </cell>
36243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36244 \begin_inset Text
36245
36246 \begin_layout Plain Layout
36247 日付として
36248 \end_layout
36249
36250 \end_inset
36251 </cell>
36252 </row>
36253 </lyxtabular>
36254
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \end_inset
36261
36262
36263 \end_layout
36264
36265 \begin_layout Standard
36266
36267 \family sans
36268 外部素材
36269 \family default
36270 ダイアログの
36271 \family sans
36272 ファイル
36273 \family default
36274 タブ中で
36275 \family sans
36276 下書き
36277 \family default
36278 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
36279 \begin_inset Newline newline
36280 \end_inset
36281
36282 \SpecialChar LyX
36283 中での外部素材は,ダイアログ内の
36284 \family sans
36285 \SpecialChar LaTeX
36286 と\SpecialChar LyX
36287 のオプション
36288 \family default
36289 タブにある
36290 \family sans
36291 \SpecialChar LyX
36292 内に表示
36293 \family default
36294 オプションの指定に従って,
36295 \begin_inset Graphics
36296         filename clipart/ExternalMaterial.png
36297         scale 85
36298         scaleBeforeRotation
36299
36300 \end_inset
36301
36302 のようなボックスとして表示されるか,画像として表示されます.
36303 \end_layout
36304
36305 \begin_layout Standard
36306 取扱説明書
36307 \family sans
36308 \emph on
36309 カスタマイズ篇
36310 \family default
36311 \emph default
36312 には,自製のひな型を定義する方法が説明されています.
36313 \end_layout
36314
36315 \begin_layout Section
36316 子文書
36317 \begin_inset CommandInset label
36318 LatexCommand label
36319 name "sec:子文書"
36320
36321 \end_inset
36322
36323
36324 \begin_inset Index idx
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \begin_inset Index idx
36335 status collapsed
36336
36337 \begin_layout Plain Layout
36338 ふぁいる@ファイル ! いんくるーど@インクルード
36339 \end_layout
36340
36341 \end_inset
36342
36343
36344 \end_layout
36345
36346 \begin_layout Standard
36347 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
36348 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
36349 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
36350 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
36351 \end_layout
36352
36353 \begin_layout Standard
36354 親文書を開くことなく子文書で作業できるようにするには,子文書の
36355 \family sans
36356 文書
36357 \family default
36358 \SpecialChar menuseparator
36359
36360 \family sans
36361 設定
36362 \family default
36363 \SpecialChar menuseparator
36364
36365 \family sans
36366 文書クラス
36367 \family default
36368 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
36369 がバックグラウンドでこの親文書を扱うようになります.
36370 \end_layout
36371
36372 \begin_layout Standard
36373 取り込んだ文書は,\SpecialChar LyX
36374 中で
36375 \begin_inset Graphics
36376         filename clipart/ChildDocument.png
36377         scaleBeforeRotation
36378
36379 \end_inset
36380
36381 のようなボックスとして表示されます.子文書を親文書に取り込むには,
36382 \family sans
36383 挿入
36384 \family default
36385 \SpecialChar menuseparator
36386
36387 \family sans
36388 ファイル
36389 \family default
36390 \SpecialChar menuseparator
36391
36392 \family sans
36393 子文書
36394 \family default
36395 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
36396 \end_layout
36397
36398 \begin_layout Description
36399 内包(include) \SpecialChar LyX
36400 文書と\SpecialChar LaTeX
36401 文書は,内包することができます.
36402 \family sans
36403 子文書
36404 \family default
36405 ダイアログの
36406 \family sans
36407 編集
36408 \family default
36409 ボタンを押すと,内包された文書が,\SpecialChar LyX
36410 中に新規ファイルタブとして開き,修正ができるようになります.
36411 \begin_inset Newline newline
36412 \end_inset
36413
36414
36415 \end_layout
36416
36417 \begin_layout Standard
36418 以下は,
36419 \family sans
36420 内包(include)
36421 \family default
36422 を使用して挿入した子文書です. 
36423 \begin_inset CommandInset include
36424 LatexCommand include
36425 filename "DummyDocument1.lyx"
36426
36427 \end_inset
36428
36429
36430 \end_layout
36431
36432 \begin_layout Standard
36433 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
36434 あります.取り込んだ文書のラベルは,第
36435 \begin_inset CommandInset ref
36436 LatexCommand ref
36437 reference "subsec:外部文書の第1小節"
36438
36439 \end_inset
36440
36441 小節,のように参照することができます.
36442 \end_layout
36443
36444 \begin_layout Standard
36445 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
36446 は,新規頁から始まるように挿入され,改頁して終わります.
36447 \end_layout
36448
36449 \begin_layout Standard
36450 \begin_inset Note Greyedout
36451 status open
36452
36453 \begin_layout Plain Layout
36454
36455 \series bold
36456 【註】
36457 \series default
36458 \SpecialChar LyX
36459 または\SpecialChar LaTeX
36460 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
36461
36462 \end_layout
36463
36464 \end_inset
36465
36466
36467 \end_layout
36468
36469 \begin_layout Description
36470 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
36471 \end_layout
36472
36473 \begin_deeper
36474 \begin_layout Itemize
36475 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
36476 \end_layout
36477
36478 \begin_layout Itemize
36479 入力ファイルは,\SpecialChar LyX
36480 設定の操作性
36481 \family sans
36482 \SpecialChar menuseparator
36483 表示
36484 \family default
36485 の下にある
36486 \family sans
36487 画像を表示
36488 \family default
36489 を有効にすると,\SpecialChar LyX
36490 中でプレビューすることができます.
36491 \end_layout
36492
36493 \begin_layout Itemize
36494 \SpecialChar LaTeX
36495 コマンドの
36496 \series bold
36497
36498 \backslash
36499 includeonly
36500 \series default
36501 は使用することができません.
36502 \end_layout
36503
36504 \end_deeper
36505 \begin_layout Standard
36506 右は,
36507 \family sans
36508 入力(input)
36509 \family default
36510 を使って挿入した子文書です. 
36511 \begin_inset CommandInset include
36512 LatexCommand input
36513 filename "DummyDocument2.lyx"
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \begin_layout Description
36521 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
36522 用いられているコマンドは実行されません.
36523 \family sans
36524 出力の空白に印付けをする
36525 \family default
36526 オプションを有効にすると,ソースコード中のすべての空白文字に「
36527 \begin_inset ERT
36528 status collapsed
36529
36530 \begin_layout Plain Layout
36531
36532
36533 \backslash
36534 textvisiblespace 
36535 \end_layout
36536
36537 \end_inset
36538
36539 」文字を表示させることができます.
36540 \family sans
36541 挿入\SpecialChar menuseparator
36542 ファイル\SpecialChar menuseparator
36543 平文
36544 \family default
36545 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
36546 中に表示されないことです.
36547 \end_layout
36548
36549 \begin_layout Standard
36550 以下は,原文儘として挿入された子文書です. 
36551 \begin_inset CommandInset include
36552 LatexCommand verbatiminput
36553 filename "../DummyTextDocument.txt"
36554
36555 \end_inset
36556
36557
36558 \begin_inset VSpace bigskip
36559 \end_inset
36560
36561 以下は,
36562 \family sans
36563 出力の空白に印付けをする
36564 \family default
36565 オプションを指定して,原文儘として挿入された子文書です. 
36566 \begin_inset CommandInset include
36567 LatexCommand verbatiminput*
36568 filename "../DummyTextDocument.txt"
36569
36570 \end_inset
36571
36572
36573 \end_layout
36574
36575 \begin_layout Standard
36576 \begin_inset VSpace bigskip
36577 \end_inset
36578
36579
36580 \end_layout
36581
36582 \begin_layout Standard
36583 \begin_inset Note Greyedout
36584 status open
36585
36586 \begin_layout Plain Layout
36587
36588 \series bold
36589 【註】
36590 \series default
36591 上記の例でわかるように,
36592 \family sans
36593 原文儘(verbatim)
36594 \family default
36595 として取り込んだ文書の文章は,文書行の終わりで改行されません.
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Standard
36604 \begin_inset Note Greyedout
36605 status open
36606
36607 \begin_layout Plain Layout
36608
36609 \series bold
36610 【訳註】
36611 \series default
36612 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
36613 \end_layout
36614
36615 \end_inset
36616
36617
36618 \end_layout
36619
36620 \begin_layout Description
36621 プログラムリスト この型については,第
36622 \begin_inset CommandInset ref
36623 LatexCommand ref
36624 reference "cha:プログラムコードリスト"
36625
36626 \end_inset
36627
36628 章に説明されています.
36629 \end_layout
36630
36631 \begin_layout Standard
36632 \begin_inset Note Greyedout
36633 status open
36634
36635 \begin_layout Plain Layout
36636
36637 \series bold
36638 【註】
36639 \series default
36640 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
36641 で問題が発生する可能性があります.
36642 \end_layout
36643
36644 \end_inset
36645
36646
36647 \end_layout
36648
36649 \begin_layout Standard
36650 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
36651 一部を出力から排除することができます.これは,
36652 \family sans
36653 文書\SpecialChar menuseparator
36654 設定\SpecialChar menuseparator
36655 子文書
36656 \family default
36657 メニューから行うことができます.そこの一覧中の各子文書の
36658 \family sans
36659 出力に含める
36660 \family default
36661 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
36662 とにご注意ください).
36663 \family sans
36664 カウンタと引用を維持
36665 \family default
36666 オプションを有効にすると,\SpecialChar LyX
36667 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
36668 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
36669 はバックグラウンドで文書全体を処理しなくてはなりません.
36670 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
36671 \end_layout
36672
36673 \begin_layout Standard
36674 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
36675 \begin_inset Foot
36676 status collapsed
36677
36678 \begin_layout Plain Layout
36679 派生枝は,\SpecialChar LyX
36680
36681 \emph on
36682 ユーザーの手引き
36683 \emph default
36684
36685 \emph on
36686 派生枝
36687 \emph default
36688 の節に説明されています.
36689 \end_layout
36690
36691 \end_inset
36692
36693 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
36694 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
36695 \end_layout
36696
36697 \begin_layout Chapter
36698 プログラムコードリスト
36699 \begin_inset CommandInset label
36700 LatexCommand label
36701 name "cha:プログラムコードリスト"
36702
36703 \end_inset
36704
36705
36706 \begin_inset Index idx
36707 status collapsed
36708
36709 \begin_layout Plain Layout
36710 りすと@リスト
36711 \end_layout
36712
36713 \end_inset
36714
36715
36716 \begin_inset Index idx
36717 status collapsed
36718
36719 \begin_layout Plain Layout
36720 ぷろぐらむこーど@プログラムコード
36721 \end_layout
36722
36723 \end_inset
36724
36725
36726 \begin_inset Index idx
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730 ふろーと@フロート ! りすと@リスト
36731 \end_layout
36732
36733 \end_inset
36734
36735
36736 \end_layout
36737
36738 \begin_layout Standard
36739 プログラムコードを取り込んで組版するには,
36740 \family sans
36741 挿入
36742 \family default
36743 \SpecialChar menuseparator
36744
36745 \family sans
36746 プログラムリスト
36747 \family default
36748 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
36749 パッケージ
36750 \series bold
36751 listings
36752 \series default
36753
36754 \begin_inset Index idx
36755 status collapsed
36756
36757 \begin_layout Plain Layout
36758 \SpecialChar LaTeX
36759 ぱっけーじ@\SpecialChar LaTeX
36760 パッケージ ! listings
36761 \end_layout
36762
36763 \end_inset
36764
36765 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.
36766 \end_layout
36767
36768 \begin_layout Standard
36769 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
36770 \end_layout
36771
36772 \begin_layout Standard
36773 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
36774 \family sans
36775 行内リスト
36776 \family default
36777 を指定すると,リストは
36778 \begin_inset listings
36779 lstparams "language={C++}"
36780 inline true
36781 status collapsed
36782
36783 \begin_layout Plain Layout
36784
36785 int a=5;
36786 \end_layout
36787
36788 \end_inset
36789
36790 のように行内に印字されます.
36791 \begin_inset Newline newline
36792 \end_inset
36793
36794
36795 \family sans
36796 フロート
36797 \family default
36798 オプションは,プログラムリストフロートを生成するものですが,ここで,第
36799 \begin_inset CommandInset ref
36800 LatexCommand ref
36801 reference "sec:フロートの配置"
36802
36803 \end_inset
36804
36805 節に説明されているフロート配置オプションに従って,「
36806 \family sans
36807 h
36808 \family default
36809 」「
36810 \family sans
36811 t
36812 \family default
36813 」「
36814 \family sans
36815 b
36816 \family default
36817 」「
36818 \family sans
36819 p
36820 \family default
36821 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
36822 \family sans
36823 htbp
36824 \family default
36825 」のように区切りを入れることなく入力することができます.「
36826 \family sans
36827 h
36828 \family default
36829 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
36830 \family sans
36831 フロート
36832 \family default
36833 オプションを使用しなければ大丈夫です.
36834 \end_layout
36835
36836 \begin_layout Standard
36837
36838 \family sans
36839 挿入
36840 \family default
36841 \SpecialChar menuseparator
36842
36843 \family sans
36844 キャプション
36845 \family default
36846 メニューを使えば,プログラムリストにキャプションを付けることができます.プログラムリストは,フロート同様,リスト
36847 \begin_inset CommandInset ref
36848 LatexCommand ref
36849 reference "lst:ListFloat"
36850
36851 \end_inset
36852
36853 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
36854 \family sans
36855 挿入\SpecialChar menuseparator
36856 一覧/目次\SpecialChar menuseparator
36857 プログラムリスト一覧
36858 \family default
36859 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
36860 \end_layout
36861
36862 \begin_layout Standard
36863 \begin_inset listings
36864 lstparams "language=Python"
36865 inline false
36866 status open
36867
36868 \begin_layout Plain Layout
36869
36870 \begin_inset Caption Standard
36871
36872 \begin_layout Plain Layout
36873 \begin_inset CommandInset label
36874 LatexCommand label
36875 name "lst:ListFloat"
36876
36877 \end_inset
36878
36879 Example Listing Float
36880 \end_layout
36881
36882 \end_inset
36883
36884 # Example listing float
36885 \end_layout
36886
36887 \begin_layout Plain Layout
36888
36889 def func(param):
36890 \end_layout
36891
36892 \begin_layout Plain Layout
36893
36894     'this is a python function'
36895 \end_layout
36896
36897 \begin_layout Plain Layout
36898
36899     pass
36900 \end_layout
36901
36902 \end_inset
36903
36904
36905 \end_layout
36906
36907 \begin_layout Standard
36908 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
36909 onのキーワード「def」が識別され,ボールド体で出力されます.
36910 \end_layout
36911
36912 \begin_layout Standard
36913 \begin_inset Note Greyedout
36914 status open
36915
36916 \begin_layout Plain Layout
36917
36918 \series bold
36919 【註】
36920 \series default
36921 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
36922 \family typewriter
36923 typewriter
36924 \family default
36925 フォントがボールド体を提供していません.この場合には,
36926 \family sans
36927 文書
36928 \family default
36929 \SpecialChar menuseparator
36930
36931 \family sans
36932 設定
36933 \family default
36934 \SpecialChar menuseparator
36935
36936 \family sans
36937 フォント
36938 \family default
36939 メニューで別のフォントを選択してください(
36940 \emph on
36941 LuxiMono
36942 \emph default
36943
36944 \emph on
36945 BeraMono
36946 \emph default
36947
36948 \emph on
36949 Courier
36950 \emph default
36951 の各フォントはボールド体を提供します).
36952 \end_layout
36953
36954 \end_inset
36955
36956
36957 \end_layout
36958
36959 \begin_layout Standard
36960 \begin_inset Note Greyedout
36961 status open
36962
36963 \begin_layout Plain Layout
36964
36965 \series bold
36966 【訳註】
36967 \series default
36968 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
36969 \end_layout
36970
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \begin_layout Standard
36977 プログラムリストダイアログの
36978 \family sans
36979 行番号
36980 \family default
36981 のセクションでは,行番号の様式を指定することができます.
36982 \family sans
36983 行間
36984 \family default
36985 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
36986 \end_layout
36987
36988 \begin_layout Standard
36989 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には,
36990 \family sans
36991 拡張文字コード表を使う
36992 \family default
36993 オプションを使用しなくてはなりません.
36994 \begin_inset Newline newline
36995 \end_inset
36996
36997
36998 \begin_inset Note Greyedout
36999 status open
37000
37001 \begin_layout Plain Layout
37002
37003 \series bold
37004 【訳註】
37005 \series default
37006 これは,p\SpecialChar LaTeX
37007 ではうまく動作しません.
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \begin_inset Newline newline
37014 \end_inset
37015
37016 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37017 \begin_inset space \thinspace{}
37018 \end_inset
37019
37020 -
37021 \begin_inset space \thinspace{}
37022 \end_inset
37023
37024 8」で設定したプログラムリストの例です.
37025 \end_layout
37026
37027 \begin_layout Standard
37028 \begin_inset listings
37029 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37030 inline false
37031 status open
37032
37033 \begin_layout Plain Layout
37034
37035 def func(param):
37036 \end_layout
37037
37038 \begin_layout Plain Layout
37039
37040     'this is a python function'
37041 \end_layout
37042
37043 \begin_layout Plain Layout
37044
37045     pass
37046 \end_layout
37047
37048 \begin_layout Plain Layout
37049
37050 def func(param):
37051 \end_layout
37052
37053 \begin_layout Plain Layout
37054
37055 'This is a German word: Tschuss'
37056 \end_layout
37057
37058 \begin_layout Plain Layout
37059
37060 pass
37061 \end_layout
37062
37063 \begin_layout Plain Layout
37064
37065 def func(param):
37066 \end_layout
37067
37068 \begin_layout Plain Layout
37069
37070 'this is a python function'
37071 \end_layout
37072
37073 \begin_layout Plain Layout
37074
37075 pass
37076 \end_layout
37077
37078 \end_inset
37079
37080
37081 \end_layout
37082
37083 \begin_layout Standard
37084 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
37085 \family sans
37086 タビュレータの大きさ
37087 \family default
37088 フィールドで指定することができます.
37089 \end_layout
37090
37091 \begin_layout Standard
37092 \begin_inset Note Greyedout
37093 status open
37094
37095 \begin_layout Plain Layout
37096
37097 \series bold
37098 【註】listings
37099 \series default
37100 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
37101 に振られているのはこのためです.
37102 \end_layout
37103
37104 \end_inset
37105
37106
37107 \end_layout
37108
37109 \begin_layout Standard
37110 \begin_inset VSpace bigskip
37111 \end_inset
37112
37113
37114 \end_layout
37115
37116 \begin_layout Standard
37117 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
37118 \family sans
37119 挿入
37120 \family default
37121 \SpecialChar menuseparator
37122
37123 \family sans
37124 ファイル
37125 \family default
37126 \SpecialChar menuseparator
37127
37128 \family sans
37129 子文書
37130 \family default
37131 メニューを使用して
37132 \family sans
37133 プログラムリスト
37134 \family default
37135 型を選択してください
37136 \begin_inset Foot
37137 status collapsed
37138
37139 \begin_layout Plain Layout
37140 他の子文書型については,第 section
37141 \begin_inset space ~
37142 \end_inset
37143
37144
37145 \begin_inset CommandInset ref
37146 LatexCommand ref
37147 reference "sec:子文書"
37148
37149 \end_inset
37150
37151 節に説明があります.
37152 \end_layout
37153
37154 \end_inset
37155
37156 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
37157 疑問符「?」を打鍵してください.
37158 \end_layout
37159
37160 \begin_layout Standard
37161 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
37162 \family sans
37163 挿入
37164 \family default
37165 \SpecialChar menuseparator
37166
37167 \family sans
37168 相互参照
37169 \family default
37170 メニューを使って参照できるようになります.
37171 \end_layout
37172
37173 \begin_layout Standard
37174 プログラムリスト
37175 \begin_inset CommandInset ref
37176 LatexCommand ref
37177 reference "lst:file-listing"
37178
37179 \end_inset
37180
37181 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
37182 ファイルの10行目から15行目が表示されています.
37183 \end_layout
37184
37185 \begin_layout Standard
37186 \begin_inset CommandInset include
37187 LatexCommand lstinputlisting
37188 filename "EmbeddedObjects.lyx"
37189 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37190
37191 \end_inset
37192
37193
37194 \end_layout
37195
37196 \begin_layout Standard
37197 \begin_inset VSpace bigskip
37198 \end_inset
37199
37200
37201 \end_layout
37202
37203 \begin_layout Standard
37204 リストに数式を入れるには,以下のようにします.
37205 \end_layout
37206
37207 \begin_layout Enumerate
37208 リストダイアログを開き,
37209 \family sans
37210 詳細
37211 \family default
37212 タブのフィールド中に
37213 \begin_inset Newline newline
37214 \end_inset
37215
37216
37217 \family sans
37218 mathescape=true
37219 \family default
37220
37221 \begin_inset Newline newline
37222 \end_inset
37223
37224 と書き加えます.
37225 \end_layout
37226
37227 \begin_layout Enumerate
37228 リスト外で数式を作成します.
37229 \end_layout
37230
37231 \begin_layout Enumerate
37232 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37233 \begin_inset Info
37234 type  "shortcut"
37235 arg   "copy"
37236 \end_inset
37237
37238 ).
37239 \end_layout
37240
37241 \begin_layout Enumerate
37242 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37243 \begin_inset Info
37244 type  "shortcut"
37245 arg   "paste"
37246 \end_inset
37247
37248 ).
37249 \end_layout
37250
37251 \begin_layout Standard
37252 \begin_inset listings
37253 lstparams "language=Python,mathescape=true"
37254 inline false
37255 status open
37256
37257 \begin_layout Plain Layout
37258
37259 \begin_inset Caption Standard
37260
37261 \begin_layout Plain Layout
37262 Example Listing float containing a formula
37263 \end_layout
37264
37265 \end_inset
37266
37267 # Example listing float
37268 \end_layout
37269
37270 \begin_layout Plain Layout
37271
37272 def func(param):
37273 \end_layout
37274
37275 \begin_layout Plain Layout
37276
37277     # $
37278 \backslash
37279 prod_{n=1}^{
37280 \backslash
37281 infty}
37282 \backslash
37283 ,
37284 \backslash
37285 frac{1}{x^{2}}$
37286 \end_layout
37287
37288 \begin_layout Plain Layout
37289
37290     pass
37291 \end_layout
37292
37293 \end_inset
37294
37295
37296 \end_layout
37297
37298 \begin_layout Standard
37299 \begin_inset VSpace bigskip
37300 \end_inset
37301
37302
37303 \end_layout
37304
37305 \begin_layout Standard
37306 大域的なプログラムリストの設定は,
37307 \family sans
37308 文書
37309 \family default
37310 \SpecialChar menuseparator
37311
37312 \family sans
37313 設定
37314 \family default
37315 \SpecialChar menuseparator
37316
37317 \family sans
37318 リスト
37319 \family default
37320 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
37321 \family sans
37322 プログラムリスト設定
37323 \family default
37324 フィールドで疑問符「?」を打鍵してください.
37325 \end_layout
37326
37327 \begin_layout Standard
37328
37329 \series bold
37330 listings
37331 \series default
37332 パッケージについての詳しい情報については,取扱説明書
37333 \begin_inset CommandInset citation
37334 LatexCommand cite
37335 key "listings"
37336
37337 \end_inset
37338
37339 をご参照ください.
37340 \end_layout
37341
37342 \begin_layout Standard
37343 \begin_inset Newpage newpage
37344 \end_inset
37345
37346
37347 \end_layout
37348
37349 \begin_layout Chapter
37350 \start_of_appendix
37351 \SpecialChar LyX
37352 で使用できる単位
37353 \begin_inset Index idx
37354 status collapsed
37355
37356 \begin_layout Plain Layout
37357 たんい@単位
37358 \end_layout
37359
37360 \end_inset
37361
37362
37363 \begin_inset CommandInset label
37364 LatexCommand label
37365 name "cha:LyXで使用できる単位"
37366
37367 \end_inset
37368
37369
37370 \end_layout
37371
37372 \begin_layout Standard
37373 この文書で用いられる単位の理解のために,表
37374 \begin_inset CommandInset ref
37375 LatexCommand ref
37376 reference "tab:単位"
37377
37378 \end_inset
37379
37380 に,\SpecialChar LyX
37381 で使うことのできる単位をまとめておきます.
37382 \end_layout
37383
37384 \begin_layout Standard
37385 \begin_inset Float table
37386 placement h
37387 wide false
37388 sideways false
37389 status open
37390
37391 \begin_layout Plain Layout
37392 \begin_inset Caption Standard
37393
37394 \begin_layout Plain Layout
37395 \begin_inset CommandInset label
37396 LatexCommand label
37397 name "tab:単位"
37398
37399 \end_inset
37400
37401 単位
37402 \end_layout
37403
37404 \end_inset
37405
37406
37407 \end_layout
37408
37409 \begin_layout Plain Layout
37410 \begin_inset VSpace medskip
37411 \end_inset
37412
37413
37414 \end_layout
37415
37416 \begin_layout Plain Layout
37417 \align center
37418 \begin_inset Tabular
37419 <lyxtabular version="3" rows="20" columns="3">
37420 <features tabularvalignment="middle">
37421 <column alignment="center" valignment="top">
37422 <column alignment="center" valignment="top">
37423 <column alignment="center" valignment="top">
37424 <row>
37425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429 単位
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37435 \begin_inset Text
37436
37437 \begin_layout Plain Layout
37438 名称/摘要
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447 \SpecialChar LaTeX
37448  コマンド
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 </row>
37454 <row>
37455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37456 \begin_inset Text
37457
37458 \begin_layout Plain Layout
37459 mm
37460 \end_layout
37461
37462 \end_inset
37463 </cell>
37464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468 ミリメートル
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37474 \begin_inset Text
37475
37476 \begin_layout Plain Layout
37477 -
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 </row>
37483 <row>
37484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488 cm
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
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" rightline="true" usebox="none">
37503 \begin_inset Text
37504
37505 \begin_layout Plain Layout
37506 -
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 </row>
37512 <row>
37513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517 in
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37523 \begin_inset Text
37524
37525 \begin_layout Plain Layout
37526 インチ
37527 \end_layout
37528
37529 \end_inset
37530 </cell>
37531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37532 \begin_inset Text
37533
37534 \begin_layout Plain Layout
37535 -
37536 \end_layout
37537
37538 \end_inset
37539 </cell>
37540 </row>
37541 <row>
37542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37543 \begin_inset Text
37544
37545 \begin_layout Plain Layout
37546 pt
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37552 \begin_inset Text
37553
37554 \begin_layout Plain Layout
37555 ポイント (72.27
37556 \begin_inset space \thinspace{}
37557 \end_inset
37558
37559 pt = 1
37560 \begin_inset space \thinspace{}
37561 \end_inset
37562
37563 in)
37564 \end_layout
37565
37566 \end_inset
37567 </cell>
37568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37569 \begin_inset Text
37570
37571 \begin_layout Plain Layout
37572 -
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 </row>
37578 <row>
37579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583 pc
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592 パイカ (1
37593 \begin_inset space \thinspace{}
37594 \end_inset
37595
37596 pc = 12
37597 \begin_inset space \thinspace{}
37598 \end_inset
37599
37600 pt)
37601 \end_layout
37602
37603 \end_inset
37604 </cell>
37605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37606 \begin_inset Text
37607
37608 \begin_layout Plain Layout
37609 -
37610 \end_layout
37611
37612 \end_inset
37613 </cell>
37614 </row>
37615 <row>
37616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37617 \begin_inset Text
37618
37619 \begin_layout Plain Layout
37620 sp
37621 \end_layout
37622
37623 \end_inset
37624 </cell>
37625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37626 \begin_inset Text
37627
37628 \begin_layout Plain Layout
37629 スケールポイント (65536
37630 \begin_inset space \thinspace{}
37631 \end_inset
37632
37633 sp = 1
37634 \begin_inset space \thinspace{}
37635 \end_inset
37636
37637 pt)
37638 \end_layout
37639
37640 \end_inset
37641 </cell>
37642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646 -
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 </row>
37652 <row>
37653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37654 \begin_inset Text
37655
37656 \begin_layout Plain Layout
37657 bp
37658 \end_layout
37659
37660 \end_inset
37661 </cell>
37662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37663 \begin_inset Text
37664
37665 \begin_layout Plain Layout
37666 ビッグポイント (72
37667 \begin_inset space \thinspace{}
37668 \end_inset
37669
37670 bp = 1
37671 \begin_inset space \thinspace{}
37672 \end_inset
37673
37674 in)
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37680 \begin_inset Text
37681
37682 \begin_layout Plain Layout
37683 -
37684 \end_layout
37685
37686 \end_inset
37687 </cell>
37688 </row>
37689 <row>
37690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37691 \begin_inset Text
37692
37693 \begin_layout Plain Layout
37694 dd
37695 \end_layout
37696
37697 \end_inset
37698 </cell>
37699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37700 \begin_inset Text
37701
37702 \begin_layout Plain Layout
37703 ディドー (72
37704 \begin_inset space \thinspace{}
37705 \end_inset
37706
37707 dd 
37708 \begin_inset Formula $\approx$
37709 \end_inset
37710
37711  37.6
37712 \begin_inset space \thinspace{}
37713 \end_inset
37714
37715 mm)
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 -
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 </row>
37730 <row>
37731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37732 \begin_inset Text
37733
37734 \begin_layout Plain Layout
37735 cc
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744 シセロ (1
37745 \begin_inset space \thinspace{}
37746 \end_inset
37747
37748 cc = 12
37749 \begin_inset space \thinspace{}
37750 \end_inset
37751
37752 dd)
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37758 \begin_inset Text
37759
37760 \begin_layout Plain Layout
37761 -
37762 \end_layout
37763
37764 \end_inset
37765 </cell>
37766 </row>
37767 <row>
37768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37769 \begin_inset Text
37770
37771 \begin_layout Plain Layout
37772 画像の縮尺%
37773 \end_layout
37774
37775 \end_inset
37776 </cell>
37777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37778 \begin_inset Text
37779
37780 \begin_layout Plain Layout
37781 元の画像幅の%
37782 \end_layout
37783
37784 \end_inset
37785 </cell>
37786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37787 \begin_inset Text
37788
37789 \begin_layout Plain Layout
37790
37791 \end_layout
37792
37793 \end_inset
37794 </cell>
37795 </row>
37796 <row>
37797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37798 \begin_inset Text
37799
37800 \begin_layout Plain Layout
37801 本文幅%
37802 \end_layout
37803
37804 \end_inset
37805 </cell>
37806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37807 \begin_inset Text
37808
37809 \begin_layout Plain Layout
37810 テキスト幅の%
37811 \end_layout
37812
37813 \end_inset
37814 </cell>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819
37820 \backslash
37821 textwidth
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 </row>
37827 <row>
37828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37829 \begin_inset Text
37830
37831 \begin_layout Plain Layout
37832 列幅%
37833 \end_layout
37834
37835 \end_inset
37836 </cell>
37837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841 組段幅の%
37842 \end_layout
37843
37844 \end_inset
37845 </cell>
37846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37847 \begin_inset Text
37848
37849 \begin_layout Plain Layout
37850
37851 \backslash
37852 columnwidth
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 </row>
37858 <row>
37859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863 ページ幅%
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 用紙幅の%
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37878 \begin_inset Text
37879
37880 \begin_layout Plain Layout
37881
37882 \backslash
37883 paperwidth
37884 \end_layout
37885
37886 \end_inset
37887 </cell>
37888 </row>
37889 <row>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894 行幅%
37895 \end_layout
37896
37897 \end_inset
37898 </cell>
37899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37900 \begin_inset Text
37901
37902 \begin_layout Plain Layout
37903 行幅の%
37904 \end_layout
37905
37906 \end_inset
37907 </cell>
37908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37909 \begin_inset Text
37910
37911 \begin_layout Plain Layout
37912
37913 \backslash
37914 linewidth
37915 \end_layout
37916
37917 \end_inset
37918 </cell>
37919 </row>
37920 <row>
37921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37922 \begin_inset Text
37923
37924 \begin_layout Plain Layout
37925 本文高%
37926 \end_layout
37927
37928 \end_inset
37929 </cell>
37930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37931 \begin_inset Text
37932
37933 \begin_layout Plain Layout
37934 テキスト高さの%
37935 \end_layout
37936
37937 \end_inset
37938 </cell>
37939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37940 \begin_inset Text
37941
37942 \begin_layout Plain Layout
37943
37944 \backslash
37945 textheight
37946 \end_layout
37947
37948 \end_inset
37949 </cell>
37950 </row>
37951 <row>
37952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37953 \begin_inset Text
37954
37955 \begin_layout Plain Layout
37956 ページ高%
37957 \end_layout
37958
37959 \end_inset
37960 </cell>
37961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965 用紙高さの%
37966 \end_layout
37967
37968 \end_inset
37969 </cell>
37970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37971 \begin_inset Text
37972
37973 \begin_layout Plain Layout
37974
37975 \backslash
37976 paperheight
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 </row>
37982 <row>
37983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37984 \begin_inset Text
37985
37986 \begin_layout Plain Layout
37987 ex
37988 \end_layout
37989
37990 \end_inset
37991 </cell>
37992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37993 \begin_inset Text
37994
37995 \begin_layout Plain Layout
37996 現在のフォントの文字「x」の高さ
37997 \end_layout
37998
37999 \end_inset
38000 </cell>
38001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38002 \begin_inset Text
38003
38004 \begin_layout Plain Layout
38005 -
38006 \end_layout
38007
38008 \end_inset
38009 </cell>
38010 </row>
38011 <row>
38012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38013 \begin_inset Text
38014
38015 \begin_layout Plain Layout
38016 em
38017 \end_layout
38018
38019 \end_inset
38020 </cell>
38021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38022 \begin_inset Text
38023
38024 \begin_layout Plain Layout
38025 現在のフォントの文字「M」の幅
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38031 \begin_inset Text
38032
38033 \begin_layout Plain Layout
38034 -
38035 \end_layout
38036
38037 \end_inset
38038 </cell>
38039 </row>
38040 <row>
38041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38042 \begin_inset Text
38043
38044 \begin_layout Plain Layout
38045 mu
38046 \end_layout
38047
38048 \end_inset
38049 </cell>
38050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38051 \begin_inset Text
38052
38053 \begin_layout Plain Layout
38054 数式単位 (1
38055 \begin_inset space \thinspace{}
38056 \end_inset
38057
38058 mu = 1/18
38059 \begin_inset space \thinspace{}
38060 \end_inset
38061
38062 em)
38063 \end_layout
38064
38065 \end_inset
38066 </cell>
38067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38068 \begin_inset Text
38069
38070 \begin_layout Plain Layout
38071 -
38072 \end_layout
38073
38074 \end_inset
38075 </cell>
38076 </row>
38077 </lyxtabular>
38078
38079 \end_inset
38080
38081
38082 \end_layout
38083
38084 \end_inset
38085
38086
38087 \end_layout
38088
38089 \begin_layout Chapter
38090 画像を含む場合のファイル出力形式
38091 \begin_inset CommandInset label
38092 LatexCommand label
38093 name "cha:ファイル出力形式"
38094
38095 \end_inset
38096
38097
38098 \end_layout
38099
38100 \begin_layout Section
38101 DVI
38102 \begin_inset Index idx
38103 status collapsed
38104
38105 \begin_layout Plain Layout
38106 ふぁいるしょしき@ファイル書式 ! DVI
38107 \end_layout
38108
38109 \end_inset
38110
38111
38112 \begin_inset Index idx
38113 status collapsed
38114
38115 \begin_layout Plain Layout
38116 DVI
38117 \begin_inset ERT
38118 status collapsed
38119
38120 \begin_layout Plain Layout
38121
38122 |see{
38123 \end_layout
38124
38125 \end_inset
38126
38127 ファイル書式
38128 \begin_inset ERT
38129 status collapsed
38130
38131 \begin_layout Plain Layout
38132
38133 }
38134 \end_layout
38135
38136 \end_inset
38137
38138
38139 \end_layout
38140
38141 \end_inset
38142
38143
38144 \end_layout
38145
38146 \begin_layout Standard
38147 このファイル型の拡張子は「
38148 \family typewriter
38149 .dvi
38150 \family default
38151 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
38152 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
38153 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
38154 \end_layout
38155
38156 \begin_layout Standard
38157 \begin_inset Note Greyedout
38158 status open
38159
38160 \begin_layout Plain Layout
38161
38162 \series bold
38163 【註】
38164 \series default
38165 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
38166 \end_layout
38167
38168 \end_inset
38169
38170 ですから,お使いの
38171 \family typewriter
38172 .dvi
38173 \family default
38174 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
38175 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
38176 DFを使用することをお勧めします.
38177 \end_layout
38178
38179 \begin_layout Standard
38180 使用中の文書は,
38181 \family sans
38182 ファイル
38183 \family default
38184 \SpecialChar menuseparator
38185
38186 \family sans
38187 書き出し
38188 \family default
38189 \SpecialChar menuseparator
38190
38191 \family sans
38192 DVI
38193 \family default
38194 メニューを使用して,DVIに書き出すことができます.
38195 \family sans
38196 表示
38197 \family default
38198 メニューから,文書をDVIとして表示させることもできます.
38199 \end_layout
38200
38201 \begin_layout Section
38202 PostScript
38203 \begin_inset Index idx
38204 status collapsed
38205
38206 \begin_layout Plain Layout
38207 ふぁいるしょしき@ファイル書式 ! PostScript
38208 \end_layout
38209
38210 \end_inset
38211
38212
38213 \begin_inset Index idx
38214 status collapsed
38215
38216 \begin_layout Plain Layout
38217 PostScript
38218 \begin_inset ERT
38219 status collapsed
38220
38221 \begin_layout Plain Layout
38222
38223 |see{
38224 \end_layout
38225
38226 \end_inset
38227
38228 ファイル書式
38229 \begin_inset ERT
38230 status collapsed
38231
38232 \begin_layout Plain Layout
38233
38234 }
38235 \end_layout
38236
38237 \end_inset
38238
38239
38240 \end_layout
38241
38242 \end_inset
38243
38244
38245 \end_layout
38246
38247 \begin_layout Standard
38248 このファイル型の拡張子は「
38249 \family typewriter
38250 .ps
38251 \family default
38252 」です.PostScriptは,
38253 \family typewriter
38254 Adobe
38255 \family default
38256 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
38257 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
38258 \begin_inset Foot
38259 status collapsed
38260
38261 \begin_layout Plain Layout
38262 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
38263 パッケージ
38264 \series bold
38265 PSTricks
38266 \series default
38267
38268 \begin_inset CommandInset citation
38269 LatexCommand cite
38270 key "pstricks"
38271
38272 \end_inset
38273
38274 を見てみてください.
38275 \end_layout
38276
38277 \end_inset
38278
38279 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
38280 \end_layout
38281
38282 \begin_layout Standard
38283 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
38284 \family typewriter
38285 .eps
38286 \family default
38287 」)」形式の画像のみを含めることができます.\SpecialChar LyX
38288 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
38289 はバックグラウンドで画像をEP
38290 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
38291 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
38292 で行う
38293 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
38294 おく方がよいでしょう.
38295 \end_layout
38296
38297 \begin_layout Standard
38298 文書は,
38299 \family sans
38300 ファイル
38301 \family default
38302 \SpecialChar menuseparator
38303
38304 \family sans
38305 書き出し
38306 \family default
38307 \SpecialChar menuseparator
38308
38309 \family sans
38310 Postscript
38311 \family default
38312 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
38313 \family sans
38314 表示
38315 \family default
38316 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
38317 \end_layout
38318
38319 \begin_layout Section
38320 PDF
38321 \begin_inset Index idx
38322 status collapsed
38323
38324 \begin_layout Plain Layout
38325 ふぁいるしょしき@ファイル書式 ! PDF
38326 \end_layout
38327
38328 \end_inset
38329
38330
38331 \begin_inset Index idx
38332 status collapsed
38333
38334 \begin_layout Plain Layout
38335 PDF
38336 \end_layout
38337
38338 \end_inset
38339
38340
38341 \end_layout
38342
38343 \begin_layout Standard
38344 このファイル型の拡張子は「
38345 \family typewriter
38346 .pdf
38347 \family default
38348 」です.この「Portable Document Format (PDF)」は,
38349 \family typewriter
38350 Adobe
38351 \family default
38352 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
38353 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
38354 \end_layout
38355
38356 \begin_layout Standard
38357 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
38358 \family typewriter
38359 .jpg
38360 \family default
38361 」または「
38362 \family typewriter
38363 .jpeg
38364 \family default
38365 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
38366 \family typewriter
38367 .png
38368 \family default
38369 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
38370 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
38371 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
38372 勧めします.
38373 \end_layout
38374
38375 \begin_layout Standard
38376 使用中の文書は,
38377 \family sans
38378 ファイル
38379 \family default
38380 \SpecialChar menuseparator
38381
38382 \family sans
38383 書き出し
38384 \family default
38385 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
38386 \end_layout
38387
38388 \begin_layout Description
38389 PDF
38390 \begin_inset space ~
38391 \end_inset
38392
38393 (ps2pdf) これは
38394 \family typewriter
38395 ps2pdf
38396 \family default
38397 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
38398 \family typewriter
38399 dvips
38400 \family default
38401 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
38402 \end_layout
38403
38404 \begin_layout Description
38405 PDF
38406 \begin_inset space ~
38407 \end_inset
38408
38409 (dvipdfm) これは
38410 \family typewriter
38411 dvipdfm
38412 \family default
38413 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
38414 \end_layout
38415
38416 \begin_layout Description
38417 PDF
38418 \begin_inset space ~
38419 \end_inset
38420
38421 (pdflatex) これは
38422 \family typewriter
38423 pdftex
38424 \family default
38425 プログラムを使って,現在のファイルを直接PDFに変換します.
38426 \end_layout
38427
38428 \begin_layout Standard
38429
38430 \family typewriter
38431 pdftex
38432 \family default
38433 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
38434 \family sans
38435 PDF
38436 \begin_inset space ~
38437 \end_inset
38438
38439 (pdflatex)
38440 \family default
38441 を使用することが推奨されます.
38442 \family typewriter
38443 dvipdfm
38444 \family default
38445 プログラムは開発が停止しており,若干時代遅れになっています.
38446 \end_layout
38447
38448 \begin_layout Standard
38449 使用中の文書をPDFとして表示するには,
38450 \family sans
38451 表示
38452 \family default
38453 メニューかツールバーボタン(これは
38454 \family sans
38455 PDF
38456 \begin_inset space ~
38457 \end_inset
38458
38459 (pdflatex)
38460 \family default
38461 を使用します)を用います.
38462 \end_layout
38463
38464 \begin_layout Chapter
38465 dvips色名一覧
38466 \begin_inset CommandInset label
38467 LatexCommand label
38468 name "chap:dvips色名一覧"
38469
38470 \end_inset
38471
38472
38473 \end_layout
38474
38475 \begin_layout Standard
38476 \begin_inset Tabular
38477 <lyxtabular version="3" rows="17" columns="4">
38478 <features tabularvalignment="middle">
38479 <column alignment="left" valignment="top" width="0pt">
38480 <column alignment="left" valignment="top" width="0pt">
38481 <column alignment="left" valignment="top" width="0pt">
38482 <column alignment="left" valignment="top" width="0pt">
38483 <row>
38484 <cell alignment="left" valignment="top" usebox="none">
38485 \begin_inset Text
38486
38487 \begin_layout Plain Layout
38488 \begin_inset ERT
38489 status collapsed
38490
38491 \begin_layout Plain Layout
38492
38493
38494 \backslash
38495 fcolorbox{black}{
38496 \end_layout
38497
38498 \end_inset
38499
38500 white
38501 \begin_inset ERT
38502 status collapsed
38503
38504 \begin_layout Plain Layout
38505
38506 }{
38507 \end_layout
38508
38509 \end_inset
38510
38511
38512 \begin_inset ERT
38513 status collapsed
38514
38515 \begin_layout Plain Layout
38516
38517 }
38518 \end_layout
38519
38520 \end_inset
38521
38522  色名
38523 \end_layout
38524
38525 \end_inset
38526 </cell>
38527 <cell alignment="left" valignment="top" usebox="none">
38528 \begin_inset Text
38529
38530 \begin_layout Plain Layout
38531 \begin_inset ERT
38532 status collapsed
38533
38534 \begin_layout Plain Layout
38535
38536
38537 \backslash
38538 fcolorbox{black}{
38539 \end_layout
38540
38541 \end_inset
38542
38543 white
38544 \begin_inset ERT
38545 status collapsed
38546
38547 \begin_layout Plain Layout
38548
38549 }{
38550 \end_layout
38551
38552 \end_inset
38553
38554
38555 \begin_inset ERT
38556 status collapsed
38557
38558 \begin_layout Plain Layout
38559
38560 }
38561 \end_layout
38562
38563 \end_inset
38564
38565  色名
38566 \end_layout
38567
38568 \end_inset
38569 </cell>
38570 <cell alignment="left" valignment="top" usebox="none">
38571 \begin_inset Text
38572
38573 \begin_layout Plain Layout
38574 \begin_inset ERT
38575 status collapsed
38576
38577 \begin_layout Plain Layout
38578
38579
38580 \backslash
38581 fcolorbox{black}{
38582 \end_layout
38583
38584 \end_inset
38585
38586 white
38587 \begin_inset ERT
38588 status collapsed
38589
38590 \begin_layout Plain Layout
38591
38592 }{
38593 \end_layout
38594
38595 \end_inset
38596
38597
38598 \begin_inset ERT
38599 status collapsed
38600
38601 \begin_layout Plain Layout
38602
38603 }
38604 \end_layout
38605
38606 \end_inset
38607
38608  色名
38609 \end_layout
38610
38611 \end_inset
38612 </cell>
38613 <cell alignment="left" valignment="top" usebox="none">
38614 \begin_inset Text
38615
38616 \begin_layout Plain Layout
38617 \begin_inset ERT
38618 status collapsed
38619
38620 \begin_layout Plain Layout
38621
38622
38623 \backslash
38624 fcolorbox{black}{
38625 \end_layout
38626
38627 \end_inset
38628
38629 white
38630 \begin_inset ERT
38631 status collapsed
38632
38633 \begin_layout Plain Layout
38634
38635 }{
38636 \end_layout
38637
38638 \end_inset
38639
38640
38641 \begin_inset ERT
38642 status collapsed
38643
38644 \begin_layout Plain Layout
38645
38646 }
38647 \end_layout
38648
38649 \end_inset
38650
38651  色名
38652 \end_layout
38653
38654 \end_inset
38655 </cell>
38656 </row>
38657 <row>
38658 <cell alignment="center" valignment="top" usebox="none">
38659 \begin_inset Text
38660
38661 \begin_layout Plain Layout
38662 \begin_inset ERT
38663 status collapsed
38664
38665 \begin_layout Plain Layout
38666
38667
38668 \backslash
38669 fcolorbox{black}{
38670 \end_layout
38671
38672 \end_inset
38673
38674 Apricot
38675 \begin_inset ERT
38676 status collapsed
38677
38678 \begin_layout Plain Layout
38679
38680 }{
38681 \end_layout
38682
38683 \end_inset
38684
38685
38686 \begin_inset Phantom Phantom
38687 status open
38688
38689 \begin_layout Plain Layout
38690 W
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \begin_inset ERT
38697 status collapsed
38698
38699 \begin_layout Plain Layout
38700
38701 }
38702 \end_layout
38703
38704 \end_inset
38705
38706  Apricot
38707 \end_layout
38708
38709 \end_inset
38710 </cell>
38711 <cell alignment="center" valignment="top" usebox="none">
38712 \begin_inset Text
38713
38714 \begin_layout Plain Layout
38715 \begin_inset ERT
38716 status collapsed
38717
38718 \begin_layout Plain Layout
38719
38720
38721 \backslash
38722 fcolorbox{black}{
38723 \end_layout
38724
38725 \end_inset
38726
38727 Aquamarine
38728 \begin_inset ERT
38729 status collapsed
38730
38731 \begin_layout Plain Layout
38732
38733 }{
38734 \end_layout
38735
38736 \end_inset
38737
38738
38739 \begin_inset Phantom Phantom
38740 status open
38741
38742 \begin_layout Plain Layout
38743 W
38744 \end_layout
38745
38746 \end_inset
38747
38748
38749 \begin_inset ERT
38750 status collapsed
38751
38752 \begin_layout Plain Layout
38753
38754 }
38755 \end_layout
38756
38757 \end_inset
38758
38759  Aquamarine
38760 \end_layout
38761
38762 \end_inset
38763 </cell>
38764 <cell alignment="center" valignment="top" usebox="none">
38765 \begin_inset Text
38766
38767 \begin_layout Plain Layout
38768 \begin_inset ERT
38769 status collapsed
38770
38771 \begin_layout Plain Layout
38772
38773
38774 \backslash
38775 fcolorbox{black}{
38776 \end_layout
38777
38778 \end_inset
38779
38780 Bittersweet
38781 \begin_inset ERT
38782 status collapsed
38783
38784 \begin_layout Plain Layout
38785
38786 }{
38787 \end_layout
38788
38789 \end_inset
38790
38791
38792 \begin_inset Phantom Phantom
38793 status open
38794
38795 \begin_layout Plain Layout
38796 W
38797 \end_layout
38798
38799 \end_inset
38800
38801
38802 \begin_inset ERT
38803 status collapsed
38804
38805 \begin_layout Plain Layout
38806
38807 }
38808 \end_layout
38809
38810 \end_inset
38811
38812  Bittersweet
38813 \end_layout
38814
38815 \end_inset
38816 </cell>
38817 <cell alignment="center" valignment="top" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 \begin_inset ERT
38822 status collapsed
38823
38824 \begin_layout Plain Layout
38825
38826
38827 \backslash
38828 fcolorbox{black}{
38829 \end_layout
38830
38831 \end_inset
38832
38833 BlueGreen
38834 \begin_inset ERT
38835 status collapsed
38836
38837 \begin_layout Plain Layout
38838
38839 }{
38840 \end_layout
38841
38842 \end_inset
38843
38844
38845 \begin_inset Phantom Phantom
38846 status open
38847
38848 \begin_layout Plain Layout
38849 W
38850 \end_layout
38851
38852 \end_inset
38853
38854
38855 \begin_inset ERT
38856 status collapsed
38857
38858 \begin_layout Plain Layout
38859
38860 }
38861 \end_layout
38862
38863 \end_inset
38864
38865  BlueGreen
38866 \end_layout
38867
38868 \end_inset
38869 </cell>
38870 </row>
38871 <row>
38872 <cell alignment="left" valignment="top" usebox="none">
38873 \begin_inset Text
38874
38875 \begin_layout Plain Layout
38876 \begin_inset ERT
38877 status collapsed
38878
38879 \begin_layout Plain Layout
38880
38881
38882 \backslash
38883 fcolorbox{black}{
38884 \end_layout
38885
38886 \end_inset
38887
38888 BlueViolet
38889 \begin_inset ERT
38890 status collapsed
38891
38892 \begin_layout Plain Layout
38893
38894 }{
38895 \end_layout
38896
38897 \end_inset
38898
38899
38900 \begin_inset Phantom Phantom
38901 status open
38902
38903 \begin_layout Plain Layout
38904 W
38905 \end_layout
38906
38907 \end_inset
38908
38909
38910 \begin_inset ERT
38911 status collapsed
38912
38913 \begin_layout Plain Layout
38914
38915 }
38916 \end_layout
38917
38918 \end_inset
38919
38920  BlueViolet
38921 \end_layout
38922
38923 \end_inset
38924 </cell>
38925 <cell alignment="left" valignment="top" usebox="none">
38926 \begin_inset Text
38927
38928 \begin_layout Plain Layout
38929 \begin_inset ERT
38930 status collapsed
38931
38932 \begin_layout Plain Layout
38933
38934
38935 \backslash
38936 fcolorbox{black}{
38937 \end_layout
38938
38939 \end_inset
38940
38941 BrickRed
38942 \begin_inset ERT
38943 status collapsed
38944
38945 \begin_layout Plain Layout
38946
38947 }{
38948 \end_layout
38949
38950 \end_inset
38951
38952
38953 \begin_inset Phantom Phantom
38954 status open
38955
38956 \begin_layout Plain Layout
38957 W
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset ERT
38964 status collapsed
38965
38966 \begin_layout Plain Layout
38967
38968 }
38969 \end_layout
38970
38971 \end_inset
38972
38973  BrickRed
38974 \end_layout
38975
38976 \end_inset
38977 </cell>
38978 <cell alignment="left" valignment="top" usebox="none">
38979 \begin_inset Text
38980
38981 \begin_layout Plain Layout
38982 \begin_inset ERT
38983 status collapsed
38984
38985 \begin_layout Plain Layout
38986
38987
38988 \backslash
38989 fcolorbox{black}{
38990 \end_layout
38991
38992 \end_inset
38993
38994 Brown
38995 \begin_inset ERT
38996 status collapsed
38997
38998 \begin_layout Plain Layout
38999
39000 }{
39001 \end_layout
39002
39003 \end_inset
39004
39005
39006 \begin_inset Phantom Phantom
39007 status open
39008
39009 \begin_layout Plain Layout
39010 W
39011 \end_layout
39012
39013 \end_inset
39014
39015
39016 \begin_inset ERT
39017 status collapsed
39018
39019 \begin_layout Plain Layout
39020
39021 }
39022 \end_layout
39023
39024 \end_inset
39025
39026  Brown
39027 \end_layout
39028
39029 \end_inset
39030 </cell>
39031 <cell alignment="left" valignment="top" usebox="none">
39032 \begin_inset Text
39033
39034 \begin_layout Plain Layout
39035 \begin_inset ERT
39036 status collapsed
39037
39038 \begin_layout Plain Layout
39039
39040
39041 \backslash
39042 fcolorbox{black}{
39043 \end_layout
39044
39045 \end_inset
39046
39047 BurntOrange
39048 \begin_inset ERT
39049 status collapsed
39050
39051 \begin_layout Plain Layout
39052
39053 }{
39054 \end_layout
39055
39056 \end_inset
39057
39058
39059 \begin_inset Phantom Phantom
39060 status open
39061
39062 \begin_layout Plain Layout
39063 W
39064 \end_layout
39065
39066 \end_inset
39067
39068
39069 \begin_inset ERT
39070 status collapsed
39071
39072 \begin_layout Plain Layout
39073
39074 }
39075 \end_layout
39076
39077 \end_inset
39078
39079  BurntOrange
39080 \end_layout
39081
39082 \end_inset
39083 </cell>
39084 </row>
39085 <row>
39086 <cell alignment="left" valignment="top" usebox="none">
39087 \begin_inset Text
39088
39089 \begin_layout Plain Layout
39090 \begin_inset ERT
39091 status collapsed
39092
39093 \begin_layout Plain Layout
39094
39095
39096 \backslash
39097 fcolorbox{black}{
39098 \end_layout
39099
39100 \end_inset
39101
39102 CadetBlue
39103 \begin_inset ERT
39104 status collapsed
39105
39106 \begin_layout Plain Layout
39107
39108 }{
39109 \end_layout
39110
39111 \end_inset
39112
39113
39114 \begin_inset Phantom Phantom
39115 status open
39116
39117 \begin_layout Plain Layout
39118 W
39119 \end_layout
39120
39121 \end_inset
39122
39123
39124 \begin_inset ERT
39125 status collapsed
39126
39127 \begin_layout Plain Layout
39128
39129 }
39130 \end_layout
39131
39132 \end_inset
39133
39134  CadetBlue
39135 \end_layout
39136
39137 \end_inset
39138 </cell>
39139 <cell alignment="left" valignment="top" usebox="none">
39140 \begin_inset Text
39141
39142 \begin_layout Plain Layout
39143 \begin_inset ERT
39144 status collapsed
39145
39146 \begin_layout Plain Layout
39147
39148
39149 \backslash
39150 fcolorbox{black}{
39151 \end_layout
39152
39153 \end_inset
39154
39155 CarnationPink
39156 \begin_inset ERT
39157 status collapsed
39158
39159 \begin_layout Plain Layout
39160
39161 }{
39162 \end_layout
39163
39164 \end_inset
39165
39166
39167 \begin_inset Phantom Phantom
39168 status open
39169
39170 \begin_layout Plain Layout
39171 W
39172 \end_layout
39173
39174 \end_inset
39175
39176
39177 \begin_inset ERT
39178 status collapsed
39179
39180 \begin_layout Plain Layout
39181
39182 }
39183 \end_layout
39184
39185 \end_inset
39186
39187  CarnationPink
39188 \end_layout
39189
39190 \end_inset
39191 </cell>
39192 <cell alignment="left" valignment="top" usebox="none">
39193 \begin_inset Text
39194
39195 \begin_layout Plain Layout
39196 \begin_inset ERT
39197 status collapsed
39198
39199 \begin_layout Plain Layout
39200
39201
39202 \backslash
39203 fcolorbox{black}{
39204 \end_layout
39205
39206 \end_inset
39207
39208 Cerulean
39209 \begin_inset ERT
39210 status collapsed
39211
39212 \begin_layout Plain Layout
39213
39214 }{
39215 \end_layout
39216
39217 \end_inset
39218
39219
39220 \begin_inset Phantom Phantom
39221 status open
39222
39223 \begin_layout Plain Layout
39224 W
39225 \end_layout
39226
39227 \end_inset
39228
39229
39230 \begin_inset ERT
39231 status collapsed
39232
39233 \begin_layout Plain Layout
39234
39235 }
39236 \end_layout
39237
39238 \end_inset
39239
39240  Cerulean
39241 \end_layout
39242
39243 \end_inset
39244 </cell>
39245 <cell alignment="left" valignment="top" usebox="none">
39246 \begin_inset Text
39247
39248 \begin_layout Plain Layout
39249 \begin_inset ERT
39250 status collapsed
39251
39252 \begin_layout Plain Layout
39253
39254
39255 \backslash
39256 fcolorbox{black}{
39257 \end_layout
39258
39259 \end_inset
39260
39261 CornflowerBlue
39262 \begin_inset ERT
39263 status collapsed
39264
39265 \begin_layout Plain Layout
39266
39267 }{
39268 \end_layout
39269
39270 \end_inset
39271
39272
39273 \begin_inset Phantom Phantom
39274 status open
39275
39276 \begin_layout Plain Layout
39277 W
39278 \end_layout
39279
39280 \end_inset
39281
39282
39283 \begin_inset ERT
39284 status collapsed
39285
39286 \begin_layout Plain Layout
39287
39288 }
39289 \end_layout
39290
39291 \end_inset
39292
39293  CornflowerBlue
39294 \end_layout
39295
39296 \end_inset
39297 </cell>
39298 </row>
39299 <row>
39300 <cell alignment="left" valignment="top" usebox="none">
39301 \begin_inset Text
39302
39303 \begin_layout Plain Layout
39304 \begin_inset ERT
39305 status collapsed
39306
39307 \begin_layout Plain Layout
39308
39309
39310 \backslash
39311 fcolorbox{black}{
39312 \end_layout
39313
39314 \end_inset
39315
39316 Dandelion
39317 \begin_inset ERT
39318 status collapsed
39319
39320 \begin_layout Plain Layout
39321
39322 }{
39323 \end_layout
39324
39325 \end_inset
39326
39327
39328 \begin_inset Phantom Phantom
39329 status open
39330
39331 \begin_layout Plain Layout
39332 W
39333 \end_layout
39334
39335 \end_inset
39336
39337
39338 \begin_inset ERT
39339 status collapsed
39340
39341 \begin_layout Plain Layout
39342
39343 }
39344 \end_layout
39345
39346 \end_inset
39347
39348  Dandelion
39349 \end_layout
39350
39351 \end_inset
39352 </cell>
39353 <cell alignment="left" valignment="top" usebox="none">
39354 \begin_inset Text
39355
39356 \begin_layout Plain Layout
39357 \begin_inset ERT
39358 status collapsed
39359
39360 \begin_layout Plain Layout
39361
39362
39363 \backslash
39364 fcolorbox{black}{
39365 \end_layout
39366
39367 \end_inset
39368
39369 DarkOrchid
39370 \begin_inset ERT
39371 status collapsed
39372
39373 \begin_layout Plain Layout
39374
39375 }{
39376 \end_layout
39377
39378 \end_inset
39379
39380
39381 \begin_inset Phantom Phantom
39382 status open
39383
39384 \begin_layout Plain Layout
39385 W
39386 \end_layout
39387
39388 \end_inset
39389
39390
39391 \begin_inset ERT
39392 status collapsed
39393
39394 \begin_layout Plain Layout
39395
39396 }
39397 \end_layout
39398
39399 \end_inset
39400
39401  DarkOrchid
39402 \end_layout
39403
39404 \end_inset
39405 </cell>
39406 <cell alignment="left" valignment="top" usebox="none">
39407 \begin_inset Text
39408
39409 \begin_layout Plain Layout
39410 \begin_inset ERT
39411 status collapsed
39412
39413 \begin_layout Plain Layout
39414
39415
39416 \backslash
39417 fcolorbox{black}{
39418 \end_layout
39419
39420 \end_inset
39421
39422 Emerald
39423 \begin_inset ERT
39424 status collapsed
39425
39426 \begin_layout Plain Layout
39427
39428 }{
39429 \end_layout
39430
39431 \end_inset
39432
39433
39434 \begin_inset Phantom Phantom
39435 status open
39436
39437 \begin_layout Plain Layout
39438 W
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \begin_inset ERT
39445 status collapsed
39446
39447 \begin_layout Plain Layout
39448
39449 }
39450 \end_layout
39451
39452 \end_inset
39453
39454  Emerald
39455 \end_layout
39456
39457 \end_inset
39458 </cell>
39459 <cell alignment="left" valignment="top" usebox="none">
39460 \begin_inset Text
39461
39462 \begin_layout Plain Layout
39463 \begin_inset ERT
39464 status collapsed
39465
39466 \begin_layout Plain Layout
39467
39468
39469 \backslash
39470 fcolorbox{black}{
39471 \end_layout
39472
39473 \end_inset
39474
39475 ForestGreen
39476 \begin_inset ERT
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480
39481 }{
39482 \end_layout
39483
39484 \end_inset
39485
39486
39487 \begin_inset Phantom Phantom
39488 status open
39489
39490 \begin_layout Plain Layout
39491 W
39492 \end_layout
39493
39494 \end_inset
39495
39496
39497 \begin_inset ERT
39498 status collapsed
39499
39500 \begin_layout Plain Layout
39501
39502 }
39503 \end_layout
39504
39505 \end_inset
39506
39507  ForestGreen
39508 \end_layout
39509
39510 \end_inset
39511 </cell>
39512 </row>
39513 <row>
39514 <cell alignment="left" valignment="top" usebox="none">
39515 \begin_inset Text
39516
39517 \begin_layout Plain Layout
39518 \begin_inset ERT
39519 status collapsed
39520
39521 \begin_layout Plain Layout
39522
39523
39524 \backslash
39525 fcolorbox{black}{
39526 \end_layout
39527
39528 \end_inset
39529
39530 Fuchsia
39531 \begin_inset ERT
39532 status collapsed
39533
39534 \begin_layout Plain Layout
39535
39536 }{
39537 \end_layout
39538
39539 \end_inset
39540
39541
39542 \begin_inset Phantom Phantom
39543 status open
39544
39545 \begin_layout Plain Layout
39546 W
39547 \end_layout
39548
39549 \end_inset
39550
39551
39552 \begin_inset ERT
39553 status collapsed
39554
39555 \begin_layout Plain Layout
39556
39557 }
39558 \end_layout
39559
39560 \end_inset
39561
39562  Fuchsia
39563 \end_layout
39564
39565 \end_inset
39566 </cell>
39567 <cell alignment="left" valignment="top" usebox="none">
39568 \begin_inset Text
39569
39570 \begin_layout Plain Layout
39571 \begin_inset ERT
39572 status collapsed
39573
39574 \begin_layout Plain Layout
39575
39576
39577 \backslash
39578 fcolorbox{black}{
39579 \end_layout
39580
39581 \end_inset
39582
39583 Goldenrod
39584 \begin_inset ERT
39585 status collapsed
39586
39587 \begin_layout Plain Layout
39588
39589 }{
39590 \end_layout
39591
39592 \end_inset
39593
39594
39595 \begin_inset Phantom Phantom
39596 status open
39597
39598 \begin_layout Plain Layout
39599 W
39600 \end_layout
39601
39602 \end_inset
39603
39604
39605 \begin_inset ERT
39606 status collapsed
39607
39608 \begin_layout Plain Layout
39609
39610 }
39611 \end_layout
39612
39613 \end_inset
39614
39615  Goldenrod
39616 \end_layout
39617
39618 \end_inset
39619 </cell>
39620 <cell alignment="left" valignment="top" usebox="none">
39621 \begin_inset Text
39622
39623 \begin_layout Plain Layout
39624 \begin_inset ERT
39625 status collapsed
39626
39627 \begin_layout Plain Layout
39628
39629
39630 \backslash
39631 fcolorbox{black}{
39632 \end_layout
39633
39634 \end_inset
39635
39636 Gray
39637 \begin_inset ERT
39638 status collapsed
39639
39640 \begin_layout Plain Layout
39641
39642 }{
39643 \end_layout
39644
39645 \end_inset
39646
39647
39648 \begin_inset Phantom Phantom
39649 status open
39650
39651 \begin_layout Plain Layout
39652 W
39653 \end_layout
39654
39655 \end_inset
39656
39657
39658 \begin_inset ERT
39659 status collapsed
39660
39661 \begin_layout Plain Layout
39662
39663 }
39664 \end_layout
39665
39666 \end_inset
39667
39668  Gray
39669 \end_layout
39670
39671 \end_inset
39672 </cell>
39673 <cell alignment="left" valignment="top" usebox="none">
39674 \begin_inset Text
39675
39676 \begin_layout Plain Layout
39677 \begin_inset ERT
39678 status collapsed
39679
39680 \begin_layout Plain Layout
39681
39682
39683 \backslash
39684 fcolorbox{black}{
39685 \end_layout
39686
39687 \end_inset
39688
39689 GreenYellow
39690 \begin_inset ERT
39691 status collapsed
39692
39693 \begin_layout Plain Layout
39694
39695 }{
39696 \end_layout
39697
39698 \end_inset
39699
39700
39701 \begin_inset Phantom Phantom
39702 status open
39703
39704 \begin_layout Plain Layout
39705 W
39706 \end_layout
39707
39708 \end_inset
39709
39710
39711 \begin_inset ERT
39712 status collapsed
39713
39714 \begin_layout Plain Layout
39715
39716 }
39717 \end_layout
39718
39719 \end_inset
39720
39721  GreenYellow
39722 \end_layout
39723
39724 \end_inset
39725 </cell>
39726 </row>
39727 <row>
39728 <cell alignment="center" valignment="top" usebox="none">
39729 \begin_inset Text
39730
39731 \begin_layout Plain Layout
39732 \begin_inset ERT
39733 status collapsed
39734
39735 \begin_layout Plain Layout
39736
39737
39738 \backslash
39739 fcolorbox{black}{
39740 \end_layout
39741
39742 \end_inset
39743
39744 JungleGreen
39745 \begin_inset ERT
39746 status collapsed
39747
39748 \begin_layout Plain Layout
39749
39750 }{
39751 \end_layout
39752
39753 \end_inset
39754
39755
39756 \begin_inset Phantom Phantom
39757 status open
39758
39759 \begin_layout Plain Layout
39760 W
39761 \end_layout
39762
39763 \end_inset
39764
39765
39766 \begin_inset ERT
39767 status collapsed
39768
39769 \begin_layout Plain Layout
39770
39771 }
39772 \end_layout
39773
39774 \end_inset
39775
39776  JungleGreen
39777 \end_layout
39778
39779 \end_inset
39780 </cell>
39781 <cell alignment="center" valignment="top" usebox="none">
39782 \begin_inset Text
39783
39784 \begin_layout Plain Layout
39785 \begin_inset ERT
39786 status collapsed
39787
39788 \begin_layout Plain Layout
39789
39790
39791 \backslash
39792 fcolorbox{black}{
39793 \end_layout
39794
39795 \end_inset
39796
39797 Lavender
39798 \begin_inset ERT
39799 status collapsed
39800
39801 \begin_layout Plain Layout
39802
39803 }{
39804 \end_layout
39805
39806 \end_inset
39807
39808
39809 \begin_inset Phantom Phantom
39810 status open
39811
39812 \begin_layout Plain Layout
39813 W
39814 \end_layout
39815
39816 \end_inset
39817
39818
39819 \begin_inset ERT
39820 status collapsed
39821
39822 \begin_layout Plain Layout
39823
39824 }
39825 \end_layout
39826
39827 \end_inset
39828
39829  Lavender
39830 \end_layout
39831
39832 \end_inset
39833 </cell>
39834 <cell alignment="center" valignment="top" usebox="none">
39835 \begin_inset Text
39836
39837 \begin_layout Plain Layout
39838 \begin_inset ERT
39839 status collapsed
39840
39841 \begin_layout Plain Layout
39842
39843
39844 \backslash
39845 fcolorbox{black}{
39846 \end_layout
39847
39848 \end_inset
39849
39850 LimeGreen
39851 \begin_inset ERT
39852 status collapsed
39853
39854 \begin_layout Plain Layout
39855
39856 }{
39857 \end_layout
39858
39859 \end_inset
39860
39861
39862 \begin_inset Phantom Phantom
39863 status open
39864
39865 \begin_layout Plain Layout
39866 W
39867 \end_layout
39868
39869 \end_inset
39870
39871
39872 \begin_inset ERT
39873 status collapsed
39874
39875 \begin_layout Plain Layout
39876
39877 }
39878 \end_layout
39879
39880 \end_inset
39881
39882  LimeGreen
39883 \end_layout
39884
39885 \end_inset
39886 </cell>
39887 <cell alignment="center" valignment="top" usebox="none">
39888 \begin_inset Text
39889
39890 \begin_layout Plain Layout
39891 \begin_inset ERT
39892 status collapsed
39893
39894 \begin_layout Plain Layout
39895
39896
39897 \backslash
39898 fcolorbox{black}{
39899 \end_layout
39900
39901 \end_inset
39902
39903 Mahogany
39904 \begin_inset ERT
39905 status collapsed
39906
39907 \begin_layout Plain Layout
39908
39909 }{
39910 \end_layout
39911
39912 \end_inset
39913
39914
39915 \begin_inset Phantom Phantom
39916 status open
39917
39918 \begin_layout Plain Layout
39919 W
39920 \end_layout
39921
39922 \end_inset
39923
39924
39925 \begin_inset ERT
39926 status collapsed
39927
39928 \begin_layout Plain Layout
39929
39930 }
39931 \end_layout
39932
39933 \end_inset
39934
39935  Mahogany
39936 \end_layout
39937
39938 \end_inset
39939 </cell>
39940 </row>
39941 <row>
39942 <cell alignment="left" valignment="top" usebox="none">
39943 \begin_inset Text
39944
39945 \begin_layout Plain Layout
39946 \begin_inset ERT
39947 status collapsed
39948
39949 \begin_layout Plain Layout
39950
39951
39952 \backslash
39953 fcolorbox{black}{
39954 \end_layout
39955
39956 \end_inset
39957
39958 Mahogany
39959 \begin_inset ERT
39960 status collapsed
39961
39962 \begin_layout Plain Layout
39963
39964 }{
39965 \end_layout
39966
39967 \end_inset
39968
39969
39970 \begin_inset Phantom Phantom
39971 status open
39972
39973 \begin_layout Plain Layout
39974 W
39975 \end_layout
39976
39977 \end_inset
39978
39979
39980 \begin_inset ERT
39981 status collapsed
39982
39983 \begin_layout Plain Layout
39984
39985 }
39986 \end_layout
39987
39988 \end_inset
39989
39990  Mahogany
39991 \end_layout
39992
39993 \end_inset
39994 </cell>
39995 <cell alignment="left" valignment="top" usebox="none">
39996 \begin_inset Text
39997
39998 \begin_layout Plain Layout
39999 \begin_inset ERT
40000 status collapsed
40001
40002 \begin_layout Plain Layout
40003
40004
40005 \backslash
40006 fcolorbox{black}{
40007 \end_layout
40008
40009 \end_inset
40010
40011 Maroon
40012 \begin_inset ERT
40013 status collapsed
40014
40015 \begin_layout Plain Layout
40016
40017 }{
40018 \end_layout
40019
40020 \end_inset
40021
40022
40023 \begin_inset Phantom Phantom
40024 status open
40025
40026 \begin_layout Plain Layout
40027 W
40028 \end_layout
40029
40030 \end_inset
40031
40032
40033 \begin_inset ERT
40034 status collapsed
40035
40036 \begin_layout Plain Layout
40037
40038 }
40039 \end_layout
40040
40041 \end_inset
40042
40043  Maroon
40044 \end_layout
40045
40046 \end_inset
40047 </cell>
40048 <cell alignment="left" valignment="top" usebox="none">
40049 \begin_inset Text
40050
40051 \begin_layout Plain Layout
40052 \begin_inset ERT
40053 status collapsed
40054
40055 \begin_layout Plain Layout
40056
40057
40058 \backslash
40059 fcolorbox{black}{
40060 \end_layout
40061
40062 \end_inset
40063
40064 Melon
40065 \begin_inset ERT
40066 status collapsed
40067
40068 \begin_layout Plain Layout
40069
40070 }{
40071 \end_layout
40072
40073 \end_inset
40074
40075
40076 \begin_inset Phantom Phantom
40077 status open
40078
40079 \begin_layout Plain Layout
40080 W
40081 \end_layout
40082
40083 \end_inset
40084
40085
40086 \begin_inset ERT
40087 status collapsed
40088
40089 \begin_layout Plain Layout
40090
40091 }
40092 \end_layout
40093
40094 \end_inset
40095
40096  Melon
40097 \end_layout
40098
40099 \end_inset
40100 </cell>
40101 <cell alignment="left" valignment="top" usebox="none">
40102 \begin_inset Text
40103
40104 \begin_layout Plain Layout
40105 \begin_inset ERT
40106 status collapsed
40107
40108 \begin_layout Plain Layout
40109
40110
40111 \backslash
40112 fcolorbox{black}{
40113 \end_layout
40114
40115 \end_inset
40116
40117 MidnightBlue
40118 \begin_inset ERT
40119 status collapsed
40120
40121 \begin_layout Plain Layout
40122
40123 }{
40124 \end_layout
40125
40126 \end_inset
40127
40128
40129 \begin_inset Phantom Phantom
40130 status open
40131
40132 \begin_layout Plain Layout
40133 W
40134 \end_layout
40135
40136 \end_inset
40137
40138
40139 \begin_inset ERT
40140 status collapsed
40141
40142 \begin_layout Plain Layout
40143
40144 }
40145 \end_layout
40146
40147 \end_inset
40148
40149  MidnightBlue
40150 \end_layout
40151
40152 \end_inset
40153 </cell>
40154 </row>
40155 <row>
40156 <cell alignment="left" valignment="top" usebox="none">
40157 \begin_inset Text
40158
40159 \begin_layout Plain Layout
40160 \begin_inset ERT
40161 status collapsed
40162
40163 \begin_layout Plain Layout
40164
40165
40166 \backslash
40167 fcolorbox{black}{
40168 \end_layout
40169
40170 \end_inset
40171
40172 Mulberry
40173 \begin_inset ERT
40174 status collapsed
40175
40176 \begin_layout Plain Layout
40177
40178 }{
40179 \end_layout
40180
40181 \end_inset
40182
40183
40184 \begin_inset Phantom Phantom
40185 status open
40186
40187 \begin_layout Plain Layout
40188 W
40189 \end_layout
40190
40191 \end_inset
40192
40193
40194 \begin_inset ERT
40195 status collapsed
40196
40197 \begin_layout Plain Layout
40198
40199 }
40200 \end_layout
40201
40202 \end_inset
40203
40204  Mulberry
40205 \end_layout
40206
40207 \end_inset
40208 </cell>
40209 <cell alignment="left" valignment="top" usebox="none">
40210 \begin_inset Text
40211
40212 \begin_layout Plain Layout
40213 \begin_inset ERT
40214 status collapsed
40215
40216 \begin_layout Plain Layout
40217
40218
40219 \backslash
40220 fcolorbox{black}{
40221 \end_layout
40222
40223 \end_inset
40224
40225 NavyBlue
40226 \begin_inset ERT
40227 status collapsed
40228
40229 \begin_layout Plain Layout
40230
40231 }{
40232 \end_layout
40233
40234 \end_inset
40235
40236
40237 \begin_inset Phantom Phantom
40238 status open
40239
40240 \begin_layout Plain Layout
40241 W
40242 \end_layout
40243
40244 \end_inset
40245
40246
40247 \begin_inset ERT
40248 status collapsed
40249
40250 \begin_layout Plain Layout
40251
40252 }
40253 \end_layout
40254
40255 \end_inset
40256
40257  NavyBlue
40258 \end_layout
40259
40260 \end_inset
40261 </cell>
40262 <cell alignment="left" valignment="top" usebox="none">
40263 \begin_inset Text
40264
40265 \begin_layout Plain Layout
40266 \begin_inset ERT
40267 status collapsed
40268
40269 \begin_layout Plain Layout
40270
40271
40272 \backslash
40273 fcolorbox{black}{
40274 \end_layout
40275
40276 \end_inset
40277
40278 OliveGreen
40279 \begin_inset ERT
40280 status collapsed
40281
40282 \begin_layout Plain Layout
40283
40284 }{
40285 \end_layout
40286
40287 \end_inset
40288
40289
40290 \begin_inset Phantom Phantom
40291 status open
40292
40293 \begin_layout Plain Layout
40294 W
40295 \end_layout
40296
40297 \end_inset
40298
40299
40300 \begin_inset ERT
40301 status collapsed
40302
40303 \begin_layout Plain Layout
40304
40305 }
40306 \end_layout
40307
40308 \end_inset
40309
40310  OliveGreen
40311 \end_layout
40312
40313 \end_inset
40314 </cell>
40315 <cell alignment="left" valignment="top" usebox="none">
40316 \begin_inset Text
40317
40318 \begin_layout Plain Layout
40319 \begin_inset ERT
40320 status collapsed
40321
40322 \begin_layout Plain Layout
40323
40324
40325 \backslash
40326 fcolorbox{black}{
40327 \end_layout
40328
40329 \end_inset
40330
40331 Orange
40332 \begin_inset ERT
40333 status collapsed
40334
40335 \begin_layout Plain Layout
40336
40337 }{
40338 \end_layout
40339
40340 \end_inset
40341
40342
40343 \begin_inset Phantom Phantom
40344 status open
40345
40346 \begin_layout Plain Layout
40347 W
40348 \end_layout
40349
40350 \end_inset
40351
40352
40353 \begin_inset ERT
40354 status collapsed
40355
40356 \begin_layout Plain Layout
40357
40358 }
40359 \end_layout
40360
40361 \end_inset
40362
40363  Orange
40364 \end_layout
40365
40366 \end_inset
40367 </cell>
40368 </row>
40369 <row>
40370 <cell alignment="left" valignment="top" usebox="none">
40371 \begin_inset Text
40372
40373 \begin_layout Plain Layout
40374 \begin_inset ERT
40375 status collapsed
40376
40377 \begin_layout Plain Layout
40378
40379
40380 \backslash
40381 fcolorbox{black}{
40382 \end_layout
40383
40384 \end_inset
40385
40386 OrangeRed
40387 \begin_inset ERT
40388 status collapsed
40389
40390 \begin_layout Plain Layout
40391
40392 }{
40393 \end_layout
40394
40395 \end_inset
40396
40397
40398 \begin_inset Phantom Phantom
40399 status open
40400
40401 \begin_layout Plain Layout
40402 W
40403 \end_layout
40404
40405 \end_inset
40406
40407
40408 \begin_inset ERT
40409 status collapsed
40410
40411 \begin_layout Plain Layout
40412
40413 }
40414 \end_layout
40415
40416 \end_inset
40417
40418  OrangeRed
40419 \end_layout
40420
40421 \end_inset
40422 </cell>
40423 <cell alignment="left" valignment="top" usebox="none">
40424 \begin_inset Text
40425
40426 \begin_layout Plain Layout
40427 \begin_inset ERT
40428 status collapsed
40429
40430 \begin_layout Plain Layout
40431
40432
40433 \backslash
40434 fcolorbox{black}{
40435 \end_layout
40436
40437 \end_inset
40438
40439 Orchid
40440 \begin_inset ERT
40441 status collapsed
40442
40443 \begin_layout Plain Layout
40444
40445 }{
40446 \end_layout
40447
40448 \end_inset
40449
40450
40451 \begin_inset Phantom Phantom
40452 status open
40453
40454 \begin_layout Plain Layout
40455 W
40456 \end_layout
40457
40458 \end_inset
40459
40460
40461 \begin_inset ERT
40462 status collapsed
40463
40464 \begin_layout Plain Layout
40465
40466 }
40467 \end_layout
40468
40469 \end_inset
40470
40471  Orchid
40472 \end_layout
40473
40474 \end_inset
40475 </cell>
40476 <cell alignment="left" valignment="top" usebox="none">
40477 \begin_inset Text
40478
40479 \begin_layout Plain Layout
40480 \begin_inset ERT
40481 status collapsed
40482
40483 \begin_layout Plain Layout
40484
40485
40486 \backslash
40487 fcolorbox{black}{
40488 \end_layout
40489
40490 \end_inset
40491
40492 Peach
40493 \begin_inset ERT
40494 status collapsed
40495
40496 \begin_layout Plain Layout
40497
40498 }{
40499 \end_layout
40500
40501 \end_inset
40502
40503
40504 \begin_inset Phantom Phantom
40505 status open
40506
40507 \begin_layout Plain Layout
40508 W
40509 \end_layout
40510
40511 \end_inset
40512
40513
40514 \begin_inset ERT
40515 status collapsed
40516
40517 \begin_layout Plain Layout
40518
40519 }
40520 \end_layout
40521
40522 \end_inset
40523
40524  Peach
40525 \end_layout
40526
40527 \end_inset
40528 </cell>
40529 <cell alignment="left" valignment="top" usebox="none">
40530 \begin_inset Text
40531
40532 \begin_layout Plain Layout
40533 \begin_inset ERT
40534 status collapsed
40535
40536 \begin_layout Plain Layout
40537
40538
40539 \backslash
40540 fcolorbox{black}{
40541 \end_layout
40542
40543 \end_inset
40544
40545 Periwinkle
40546 \begin_inset ERT
40547 status collapsed
40548
40549 \begin_layout Plain Layout
40550
40551 }{
40552 \end_layout
40553
40554 \end_inset
40555
40556
40557 \begin_inset Phantom Phantom
40558 status open
40559
40560 \begin_layout Plain Layout
40561 W
40562 \end_layout
40563
40564 \end_inset
40565
40566
40567 \begin_inset ERT
40568 status collapsed
40569
40570 \begin_layout Plain Layout
40571
40572 }
40573 \end_layout
40574
40575 \end_inset
40576
40577  Periwinkle
40578 \end_layout
40579
40580 \end_inset
40581 </cell>
40582 </row>
40583 <row>
40584 <cell alignment="left" valignment="top" usebox="none">
40585 \begin_inset Text
40586
40587 \begin_layout Plain Layout
40588 \begin_inset ERT
40589 status collapsed
40590
40591 \begin_layout Plain Layout
40592
40593
40594 \backslash
40595 fcolorbox{black}{
40596 \end_layout
40597
40598 \end_inset
40599
40600 PineGreen
40601 \begin_inset ERT
40602 status collapsed
40603
40604 \begin_layout Plain Layout
40605
40606 }{
40607 \end_layout
40608
40609 \end_inset
40610
40611
40612 \begin_inset Phantom Phantom
40613 status open
40614
40615 \begin_layout Plain Layout
40616 W
40617 \end_layout
40618
40619 \end_inset
40620
40621
40622 \begin_inset ERT
40623 status collapsed
40624
40625 \begin_layout Plain Layout
40626
40627 }
40628 \end_layout
40629
40630 \end_inset
40631
40632  PineGreen
40633 \end_layout
40634
40635 \end_inset
40636 </cell>
40637 <cell alignment="left" valignment="top" usebox="none">
40638 \begin_inset Text
40639
40640 \begin_layout Plain Layout
40641 \begin_inset ERT
40642 status collapsed
40643
40644 \begin_layout Plain Layout
40645
40646
40647 \backslash
40648 fcolorbox{black}{
40649 \end_layout
40650
40651 \end_inset
40652
40653 Plum
40654 \begin_inset ERT
40655 status collapsed
40656
40657 \begin_layout Plain Layout
40658
40659 }{
40660 \end_layout
40661
40662 \end_inset
40663
40664
40665 \begin_inset Phantom Phantom
40666 status open
40667
40668 \begin_layout Plain Layout
40669 W
40670 \end_layout
40671
40672 \end_inset
40673
40674
40675 \begin_inset ERT
40676 status collapsed
40677
40678 \begin_layout Plain Layout
40679
40680 }
40681 \end_layout
40682
40683 \end_inset
40684
40685  Plum
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 <cell alignment="left" valignment="top" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 \begin_inset ERT
40695 status collapsed
40696
40697 \begin_layout Plain Layout
40698
40699
40700 \backslash
40701 fcolorbox{black}{
40702 \end_layout
40703
40704 \end_inset
40705
40706 ProcessBlue
40707 \begin_inset ERT
40708 status collapsed
40709
40710 \begin_layout Plain Layout
40711
40712 }{
40713 \end_layout
40714
40715 \end_inset
40716
40717
40718 \begin_inset Phantom Phantom
40719 status open
40720
40721 \begin_layout Plain Layout
40722 W
40723 \end_layout
40724
40725 \end_inset
40726
40727
40728 \begin_inset ERT
40729 status collapsed
40730
40731 \begin_layout Plain Layout
40732
40733 }
40734 \end_layout
40735
40736 \end_inset
40737
40738  ProcessBlue
40739 \end_layout
40740
40741 \end_inset
40742 </cell>
40743 <cell alignment="left" valignment="top" usebox="none">
40744 \begin_inset Text
40745
40746 \begin_layout Plain Layout
40747 \begin_inset ERT
40748 status collapsed
40749
40750 \begin_layout Plain Layout
40751
40752
40753 \backslash
40754 fcolorbox{black}{
40755 \end_layout
40756
40757 \end_inset
40758
40759 Purple
40760 \begin_inset ERT
40761 status collapsed
40762
40763 \begin_layout Plain Layout
40764
40765 }{
40766 \end_layout
40767
40768 \end_inset
40769
40770
40771 \begin_inset Phantom Phantom
40772 status open
40773
40774 \begin_layout Plain Layout
40775 W
40776 \end_layout
40777
40778 \end_inset
40779
40780
40781 \begin_inset ERT
40782 status collapsed
40783
40784 \begin_layout Plain Layout
40785
40786 }
40787 \end_layout
40788
40789 \end_inset
40790
40791  Purple
40792 \end_layout
40793
40794 \end_inset
40795 </cell>
40796 </row>
40797 <row>
40798 <cell alignment="left" valignment="top" usebox="none">
40799 \begin_inset Text
40800
40801 \begin_layout Plain Layout
40802 \begin_inset ERT
40803 status collapsed
40804
40805 \begin_layout Plain Layout
40806
40807
40808 \backslash
40809 fcolorbox{black}{
40810 \end_layout
40811
40812 \end_inset
40813
40814 RawSienna
40815 \begin_inset ERT
40816 status collapsed
40817
40818 \begin_layout Plain Layout
40819
40820 }{
40821 \end_layout
40822
40823 \end_inset
40824
40825
40826 \begin_inset Phantom Phantom
40827 status open
40828
40829 \begin_layout Plain Layout
40830 W
40831 \end_layout
40832
40833 \end_inset
40834
40835
40836 \begin_inset ERT
40837 status collapsed
40838
40839 \begin_layout Plain Layout
40840
40841 }
40842 \end_layout
40843
40844 \end_inset
40845
40846  RawSienna
40847 \end_layout
40848
40849 \end_inset
40850 </cell>
40851 <cell alignment="left" valignment="top" usebox="none">
40852 \begin_inset Text
40853
40854 \begin_layout Plain Layout
40855 \begin_inset ERT
40856 status collapsed
40857
40858 \begin_layout Plain Layout
40859
40860
40861 \backslash
40862 fcolorbox{black}{
40863 \end_layout
40864
40865 \end_inset
40866
40867 RedOrange
40868 \begin_inset ERT
40869 status collapsed
40870
40871 \begin_layout Plain Layout
40872
40873 }{
40874 \end_layout
40875
40876 \end_inset
40877
40878
40879 \begin_inset Phantom Phantom
40880 status open
40881
40882 \begin_layout Plain Layout
40883 W
40884 \end_layout
40885
40886 \end_inset
40887
40888
40889 \begin_inset ERT
40890 status collapsed
40891
40892 \begin_layout Plain Layout
40893
40894 }
40895 \end_layout
40896
40897 \end_inset
40898
40899  RedOrange
40900 \end_layout
40901
40902 \end_inset
40903 </cell>
40904 <cell alignment="left" valignment="top" usebox="none">
40905 \begin_inset Text
40906
40907 \begin_layout Plain Layout
40908 \begin_inset ERT
40909 status collapsed
40910
40911 \begin_layout Plain Layout
40912
40913
40914 \backslash
40915 fcolorbox{black}{
40916 \end_layout
40917
40918 \end_inset
40919
40920 RedViolet
40921 \begin_inset ERT
40922 status collapsed
40923
40924 \begin_layout Plain Layout
40925
40926 }{
40927 \end_layout
40928
40929 \end_inset
40930
40931
40932 \begin_inset Phantom Phantom
40933 status open
40934
40935 \begin_layout Plain Layout
40936 W
40937 \end_layout
40938
40939 \end_inset
40940
40941
40942 \begin_inset ERT
40943 status collapsed
40944
40945 \begin_layout Plain Layout
40946
40947 }
40948 \end_layout
40949
40950 \end_inset
40951
40952  RedViolet
40953 \end_layout
40954
40955 \end_inset
40956 </cell>
40957 <cell alignment="left" valignment="top" usebox="none">
40958 \begin_inset Text
40959
40960 \begin_layout Plain Layout
40961 \begin_inset ERT
40962 status collapsed
40963
40964 \begin_layout Plain Layout
40965
40966
40967 \backslash
40968 fcolorbox{black}{
40969 \end_layout
40970
40971 \end_inset
40972
40973 Rhodamine
40974 \begin_inset ERT
40975 status collapsed
40976
40977 \begin_layout Plain Layout
40978
40979 }{
40980 \end_layout
40981
40982 \end_inset
40983
40984
40985 \begin_inset Phantom Phantom
40986 status open
40987
40988 \begin_layout Plain Layout
40989 W
40990 \end_layout
40991
40992 \end_inset
40993
40994
40995 \begin_inset ERT
40996 status collapsed
40997
40998 \begin_layout Plain Layout
40999
41000 }
41001 \end_layout
41002
41003 \end_inset
41004
41005  Rhodamine
41006 \end_layout
41007
41008 \end_inset
41009 </cell>
41010 </row>
41011 <row>
41012 <cell alignment="left" valignment="top" usebox="none">
41013 \begin_inset Text
41014
41015 \begin_layout Plain Layout
41016 \begin_inset ERT
41017 status collapsed
41018
41019 \begin_layout Plain Layout
41020
41021
41022 \backslash
41023 fcolorbox{black}{
41024 \end_layout
41025
41026 \end_inset
41027
41028 RoyalBlue
41029 \begin_inset ERT
41030 status collapsed
41031
41032 \begin_layout Plain Layout
41033
41034 }{
41035 \end_layout
41036
41037 \end_inset
41038
41039
41040 \begin_inset Phantom Phantom
41041 status open
41042
41043 \begin_layout Plain Layout
41044 W
41045 \end_layout
41046
41047 \end_inset
41048
41049
41050 \begin_inset ERT
41051 status collapsed
41052
41053 \begin_layout Plain Layout
41054
41055 }
41056 \end_layout
41057
41058 \end_inset
41059
41060  RoyalBlue
41061 \end_layout
41062
41063 \end_inset
41064 </cell>
41065 <cell alignment="left" valignment="top" usebox="none">
41066 \begin_inset Text
41067
41068 \begin_layout Plain Layout
41069 \begin_inset ERT
41070 status collapsed
41071
41072 \begin_layout Plain Layout
41073
41074
41075 \backslash
41076 fcolorbox{black}{
41077 \end_layout
41078
41079 \end_inset
41080
41081 RoyalPurple
41082 \begin_inset ERT
41083 status collapsed
41084
41085 \begin_layout Plain Layout
41086
41087 }{
41088 \end_layout
41089
41090 \end_inset
41091
41092
41093 \begin_inset Phantom Phantom
41094 status open
41095
41096 \begin_layout Plain Layout
41097 W
41098 \end_layout
41099
41100 \end_inset
41101
41102
41103 \begin_inset ERT
41104 status collapsed
41105
41106 \begin_layout Plain Layout
41107
41108 }
41109 \end_layout
41110
41111 \end_inset
41112
41113  RoyalPurple
41114 \end_layout
41115
41116 \end_inset
41117 </cell>
41118 <cell alignment="left" valignment="top" usebox="none">
41119 \begin_inset Text
41120
41121 \begin_layout Plain Layout
41122 \begin_inset ERT
41123 status collapsed
41124
41125 \begin_layout Plain Layout
41126
41127
41128 \backslash
41129 fcolorbox{black}{
41130 \end_layout
41131
41132 \end_inset
41133
41134 RubineRed
41135 \begin_inset ERT
41136 status collapsed
41137
41138 \begin_layout Plain Layout
41139
41140 }{
41141 \end_layout
41142
41143 \end_inset
41144
41145
41146 \begin_inset Phantom Phantom
41147 status open
41148
41149 \begin_layout Plain Layout
41150 W
41151 \end_layout
41152
41153 \end_inset
41154
41155
41156 \begin_inset ERT
41157 status collapsed
41158
41159 \begin_layout Plain Layout
41160
41161 }
41162 \end_layout
41163
41164 \end_inset
41165
41166  RubineRed
41167 \end_layout
41168
41169 \end_inset
41170 </cell>
41171 <cell alignment="left" valignment="top" usebox="none">
41172 \begin_inset Text
41173
41174 \begin_layout Plain Layout
41175 \begin_inset ERT
41176 status collapsed
41177
41178 \begin_layout Plain Layout
41179
41180
41181 \backslash
41182 fcolorbox{black}{
41183 \end_layout
41184
41185 \end_inset
41186
41187 Salmon
41188 \begin_inset ERT
41189 status collapsed
41190
41191 \begin_layout Plain Layout
41192
41193 }{
41194 \end_layout
41195
41196 \end_inset
41197
41198
41199 \begin_inset Phantom Phantom
41200 status open
41201
41202 \begin_layout Plain Layout
41203 W
41204 \end_layout
41205
41206 \end_inset
41207
41208
41209 \begin_inset ERT
41210 status collapsed
41211
41212 \begin_layout Plain Layout
41213
41214 }
41215 \end_layout
41216
41217 \end_inset
41218
41219  Salmon
41220 \end_layout
41221
41222 \end_inset
41223 </cell>
41224 </row>
41225 <row>
41226 <cell alignment="left" valignment="top" usebox="none">
41227 \begin_inset Text
41228
41229 \begin_layout Plain Layout
41230 \begin_inset ERT
41231 status collapsed
41232
41233 \begin_layout Plain Layout
41234
41235
41236 \backslash
41237 fcolorbox{black}{
41238 \end_layout
41239
41240 \end_inset
41241
41242 SeaGreen
41243 \begin_inset ERT
41244 status collapsed
41245
41246 \begin_layout Plain Layout
41247
41248 }{
41249 \end_layout
41250
41251 \end_inset
41252
41253
41254 \begin_inset Phantom Phantom
41255 status open
41256
41257 \begin_layout Plain Layout
41258 W
41259 \end_layout
41260
41261 \end_inset
41262
41263
41264 \begin_inset ERT
41265 status collapsed
41266
41267 \begin_layout Plain Layout
41268
41269 }
41270 \end_layout
41271
41272 \end_inset
41273
41274  SeaGreen
41275 \end_layout
41276
41277 \end_inset
41278 </cell>
41279 <cell alignment="left" valignment="top" usebox="none">
41280 \begin_inset Text
41281
41282 \begin_layout Plain Layout
41283 \begin_inset ERT
41284 status collapsed
41285
41286 \begin_layout Plain Layout
41287
41288
41289 \backslash
41290 fcolorbox{black}{
41291 \end_layout
41292
41293 \end_inset
41294
41295 Sepia
41296 \begin_inset ERT
41297 status collapsed
41298
41299 \begin_layout Plain Layout
41300
41301 }{
41302 \end_layout
41303
41304 \end_inset
41305
41306
41307 \begin_inset Phantom Phantom
41308 status open
41309
41310 \begin_layout Plain Layout
41311 W
41312 \end_layout
41313
41314 \end_inset
41315
41316
41317 \begin_inset ERT
41318 status collapsed
41319
41320 \begin_layout Plain Layout
41321
41322 }
41323 \end_layout
41324
41325 \end_inset
41326
41327  Sepia
41328 \end_layout
41329
41330 \end_inset
41331 </cell>
41332 <cell alignment="left" valignment="top" usebox="none">
41333 \begin_inset Text
41334
41335 \begin_layout Plain Layout
41336 \begin_inset ERT
41337 status collapsed
41338
41339 \begin_layout Plain Layout
41340
41341
41342 \backslash
41343 fcolorbox{black}{
41344 \end_layout
41345
41346 \end_inset
41347
41348 SkyBlue
41349 \begin_inset ERT
41350 status collapsed
41351
41352 \begin_layout Plain Layout
41353
41354 }{
41355 \end_layout
41356
41357 \end_inset
41358
41359
41360 \begin_inset Phantom Phantom
41361 status open
41362
41363 \begin_layout Plain Layout
41364 W
41365 \end_layout
41366
41367 \end_inset
41368
41369
41370 \begin_inset ERT
41371 status collapsed
41372
41373 \begin_layout Plain Layout
41374
41375 }
41376 \end_layout
41377
41378 \end_inset
41379
41380  SkyBlue
41381 \end_layout
41382
41383 \end_inset
41384 </cell>
41385 <cell alignment="left" valignment="top" usebox="none">
41386 \begin_inset Text
41387
41388 \begin_layout Plain Layout
41389 \begin_inset ERT
41390 status collapsed
41391
41392 \begin_layout Plain Layout
41393
41394
41395 \backslash
41396 fcolorbox{black}{
41397 \end_layout
41398
41399 \end_inset
41400
41401 SpringGreen
41402 \begin_inset ERT
41403 status collapsed
41404
41405 \begin_layout Plain Layout
41406
41407 }{
41408 \end_layout
41409
41410 \end_inset
41411
41412
41413 \begin_inset Phantom Phantom
41414 status open
41415
41416 \begin_layout Plain Layout
41417 W
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \begin_inset ERT
41424 status collapsed
41425
41426 \begin_layout Plain Layout
41427
41428 }
41429 \end_layout
41430
41431 \end_inset
41432
41433  SpringGreen
41434 \end_layout
41435
41436 \end_inset
41437 </cell>
41438 </row>
41439 <row>
41440 <cell alignment="left" valignment="top" usebox="none">
41441 \begin_inset Text
41442
41443 \begin_layout Plain Layout
41444 \begin_inset ERT
41445 status collapsed
41446
41447 \begin_layout Plain Layout
41448
41449
41450 \backslash
41451 fcolorbox{black}{
41452 \end_layout
41453
41454 \end_inset
41455
41456 Tan
41457 \begin_inset ERT
41458 status collapsed
41459
41460 \begin_layout Plain Layout
41461
41462 }{
41463 \end_layout
41464
41465 \end_inset
41466
41467
41468 \begin_inset Phantom Phantom
41469 status open
41470
41471 \begin_layout Plain Layout
41472 W
41473 \end_layout
41474
41475 \end_inset
41476
41477
41478 \begin_inset ERT
41479 status collapsed
41480
41481 \begin_layout Plain Layout
41482
41483 }
41484 \end_layout
41485
41486 \end_inset
41487
41488  Tan
41489 \end_layout
41490
41491 \end_inset
41492 </cell>
41493 <cell alignment="left" valignment="top" usebox="none">
41494 \begin_inset Text
41495
41496 \begin_layout Plain Layout
41497 \begin_inset ERT
41498 status collapsed
41499
41500 \begin_layout Plain Layout
41501
41502
41503 \backslash
41504 fcolorbox{black}{
41505 \end_layout
41506
41507 \end_inset
41508
41509 TealBlue
41510 \begin_inset ERT
41511 status collapsed
41512
41513 \begin_layout Plain Layout
41514
41515 }{
41516 \end_layout
41517
41518 \end_inset
41519
41520
41521 \begin_inset Phantom Phantom
41522 status open
41523
41524 \begin_layout Plain Layout
41525 W
41526 \end_layout
41527
41528 \end_inset
41529
41530
41531 \begin_inset ERT
41532 status collapsed
41533
41534 \begin_layout Plain Layout
41535
41536 }
41537 \end_layout
41538
41539 \end_inset
41540
41541  TealBlue
41542 \end_layout
41543
41544 \end_inset
41545 </cell>
41546 <cell alignment="left" valignment="top" usebox="none">
41547 \begin_inset Text
41548
41549 \begin_layout Plain Layout
41550 \begin_inset ERT
41551 status collapsed
41552
41553 \begin_layout Plain Layout
41554
41555
41556 \backslash
41557 fcolorbox{black}{
41558 \end_layout
41559
41560 \end_inset
41561
41562 Thistle
41563 \begin_inset ERT
41564 status collapsed
41565
41566 \begin_layout Plain Layout
41567
41568 }{
41569 \end_layout
41570
41571 \end_inset
41572
41573
41574 \begin_inset Phantom Phantom
41575 status open
41576
41577 \begin_layout Plain Layout
41578 W
41579 \end_layout
41580
41581 \end_inset
41582
41583
41584 \begin_inset ERT
41585 status collapsed
41586
41587 \begin_layout Plain Layout
41588
41589 }
41590 \end_layout
41591
41592 \end_inset
41593
41594  Thistle
41595 \end_layout
41596
41597 \end_inset
41598 </cell>
41599 <cell alignment="left" valignment="top" usebox="none">
41600 \begin_inset Text
41601
41602 \begin_layout Plain Layout
41603 \begin_inset ERT
41604 status collapsed
41605
41606 \begin_layout Plain Layout
41607
41608
41609 \backslash
41610 fcolorbox{black}{
41611 \end_layout
41612
41613 \end_inset
41614
41615 Turquoise
41616 \begin_inset ERT
41617 status collapsed
41618
41619 \begin_layout Plain Layout
41620
41621 }{
41622 \end_layout
41623
41624 \end_inset
41625
41626
41627 \begin_inset Phantom Phantom
41628 status open
41629
41630 \begin_layout Plain Layout
41631 W
41632 \end_layout
41633
41634 \end_inset
41635
41636
41637 \begin_inset ERT
41638 status collapsed
41639
41640 \begin_layout Plain Layout
41641
41642 }
41643 \end_layout
41644
41645 \end_inset
41646
41647  Turquoise
41648 \end_layout
41649
41650 \end_inset
41651 </cell>
41652 </row>
41653 <row>
41654 <cell alignment="left" valignment="top" usebox="none">
41655 \begin_inset Text
41656
41657 \begin_layout Plain Layout
41658 \begin_inset ERT
41659 status collapsed
41660
41661 \begin_layout Plain Layout
41662
41663
41664 \backslash
41665 fcolorbox{black}{
41666 \end_layout
41667
41668 \end_inset
41669
41670 Violet
41671 \begin_inset ERT
41672 status collapsed
41673
41674 \begin_layout Plain Layout
41675
41676 }{
41677 \end_layout
41678
41679 \end_inset
41680
41681
41682 \begin_inset Phantom Phantom
41683 status open
41684
41685 \begin_layout Plain Layout
41686 W
41687 \end_layout
41688
41689 \end_inset
41690
41691
41692 \begin_inset ERT
41693 status collapsed
41694
41695 \begin_layout Plain Layout
41696
41697 }
41698 \end_layout
41699
41700 \end_inset
41701
41702  Violet
41703 \end_layout
41704
41705 \end_inset
41706 </cell>
41707 <cell alignment="left" valignment="top" usebox="none">
41708 \begin_inset Text
41709
41710 \begin_layout Plain Layout
41711 \begin_inset ERT
41712 status collapsed
41713
41714 \begin_layout Plain Layout
41715
41716
41717 \backslash
41718 fcolorbox{black}{
41719 \end_layout
41720
41721 \end_inset
41722
41723 VioletRed
41724 \begin_inset ERT
41725 status collapsed
41726
41727 \begin_layout Plain Layout
41728
41729 }{
41730 \end_layout
41731
41732 \end_inset
41733
41734
41735 \begin_inset Phantom Phantom
41736 status open
41737
41738 \begin_layout Plain Layout
41739 W
41740 \end_layout
41741
41742 \end_inset
41743
41744
41745 \begin_inset ERT
41746 status collapsed
41747
41748 \begin_layout Plain Layout
41749
41750 }
41751 \end_layout
41752
41753 \end_inset
41754
41755  VioletRed
41756 \end_layout
41757
41758 \end_inset
41759 </cell>
41760 <cell alignment="left" valignment="top" usebox="none">
41761 \begin_inset Text
41762
41763 \begin_layout Plain Layout
41764 \begin_inset ERT
41765 status collapsed
41766
41767 \begin_layout Plain Layout
41768
41769
41770 \backslash
41771 fcolorbox{black}{
41772 \end_layout
41773
41774 \end_inset
41775
41776 WildStrawberry
41777 \begin_inset ERT
41778 status collapsed
41779
41780 \begin_layout Plain Layout
41781
41782 }{
41783 \end_layout
41784
41785 \end_inset
41786
41787
41788 \begin_inset Phantom Phantom
41789 status open
41790
41791 \begin_layout Plain Layout
41792 W
41793 \end_layout
41794
41795 \end_inset
41796
41797
41798 \begin_inset ERT
41799 status collapsed
41800
41801 \begin_layout Plain Layout
41802
41803 }
41804 \end_layout
41805
41806 \end_inset
41807
41808  WildStrawberry
41809 \end_layout
41810
41811 \end_inset
41812 </cell>
41813 <cell alignment="left" valignment="top" usebox="none">
41814 \begin_inset Text
41815
41816 \begin_layout Plain Layout
41817 \begin_inset ERT
41818 status collapsed
41819
41820 \begin_layout Plain Layout
41821
41822
41823 \backslash
41824 fcolorbox{black}{
41825 \end_layout
41826
41827 \end_inset
41828
41829 YellowGreen
41830 \begin_inset ERT
41831 status collapsed
41832
41833 \begin_layout Plain Layout
41834
41835 }{
41836 \end_layout
41837
41838 \end_inset
41839
41840
41841 \begin_inset Phantom Phantom
41842 status open
41843
41844 \begin_layout Plain Layout
41845 W
41846 \end_layout
41847
41848 \end_inset
41849
41850
41851 \begin_inset ERT
41852 status collapsed
41853
41854 \begin_layout Plain Layout
41855
41856 }
41857 \end_layout
41858
41859 \end_inset
41860
41861  YellowGreen
41862 \end_layout
41863
41864 \end_inset
41865 </cell>
41866 </row>
41867 <row>
41868 <cell alignment="left" valignment="top" usebox="none">
41869 \begin_inset Text
41870
41871 \begin_layout Plain Layout
41872 \begin_inset ERT
41873 status collapsed
41874
41875 \begin_layout Plain Layout
41876
41877
41878 \backslash
41879 fcolorbox{black}{
41880 \end_layout
41881
41882 \end_inset
41883
41884 YellowOrange
41885 \begin_inset ERT
41886 status collapsed
41887
41888 \begin_layout Plain Layout
41889
41890 }{
41891 \end_layout
41892
41893 \end_inset
41894
41895
41896 \begin_inset Phantom Phantom
41897 status open
41898
41899 \begin_layout Plain Layout
41900 W
41901 \end_layout
41902
41903 \end_inset
41904
41905
41906 \begin_inset ERT
41907 status collapsed
41908
41909 \begin_layout Plain Layout
41910
41911 }
41912 \end_layout
41913
41914 \end_inset
41915
41916  YellowOrange
41917 \end_layout
41918
41919 \end_inset
41920 </cell>
41921 <cell alignment="left" valignment="top" usebox="none">
41922 \begin_inset Text
41923
41924 \begin_layout Plain Layout
41925
41926 \end_layout
41927
41928 \end_inset
41929 </cell>
41930 <cell alignment="left" valignment="top" usebox="none">
41931 \begin_inset Text
41932
41933 \begin_layout Plain Layout
41934
41935 \end_layout
41936
41937 \end_inset
41938 </cell>
41939 <cell alignment="left" valignment="top" usebox="none">
41940 \begin_inset Text
41941
41942 \begin_layout Plain Layout
41943
41944 \end_layout
41945
41946 \end_inset
41947 </cell>
41948 </row>
41949 </lyxtabular>
41950
41951 \end_inset
41952
41953
41954 \end_layout
41955
41956 \begin_layout Chapter
41957 第(
41958 \begin_inset CommandInset ref
41959 LatexCommand ref
41960 reference "eq:Wgn"
41961
41962 \end_inset
41963
41964 )式の説明
41965 \begin_inset CommandInset label
41966 LatexCommand label
41967 name "cha:式の説明"
41968
41969 \end_inset
41970
41971
41972 \end_layout
41973
41974 \begin_layout Standard
41975 \begin_inset Formula $n$
41976 \end_inset
41977
41978 個の表セルの全幅
41979 \begin_inset Formula $W_{\text{全}:n}$
41980 \end_inset
41981
41982
41983 \begin_inset Formula 
41984 \begin{equation}
41985 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41986 \end{equation}
41987
41988 \end_inset
41989
41990
41991 \end_layout
41992
41993 \begin_layout Standard
41994 で計算できます.ここで
41995 \begin_inset Formula $W_{\text{指}:n}$
41996 \end_inset
41997
41998 は,すべてのセルが持つ固定幅です.
41999 \series bold
42000
42001 \backslash
42002 tabcolsep
42003 \series default
42004 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
42005 長であり,既定値は6
42006 \begin_inset space \thinspace{}
42007 \end_inset
42008
42009 ptです.
42010 \series bold
42011
42012 \backslash
42013 arrayrulewidth
42014 \series default
42015 は,セル罫線幅であり,既定値は0.4
42016 \begin_inset space \thinspace{}
42017 \end_inset
42018
42019 ptです.
42020 \end_layout
42021
42022 \begin_layout Standard
42023
42024 \begin_inset CommandInset ref
42025 LatexCommand eqref
42026 reference "eq:Wtot_n"
42027
42028 \end_inset
42029
42030 式にしたがえば,連結列の全幅
42031 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
42032 \end_inset
42033
42034
42035 \begin_inset Formula 
42036 \begin{equation}
42037 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42038 \end{equation}
42039
42040 \end_inset
42041
42042
42043 \end_layout
42044
42045 \begin_layout Standard
42046 となります.
42047 \begin_inset Formula $n$
42048 \end_inset
42049
42050 列を連結する時には各列の全幅は
42051 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
42052 \end_inset
42053
42054 となるので,第
42055 \begin_inset CommandInset ref
42056 LatexCommand eqref
42057 reference "eq:Wtot_n"
42058
42059 \end_inset
42060
42061 式と第
42062 \begin_inset CommandInset ref
42063 LatexCommand eqref
42064 reference "eq:Wtot_mult"
42065
42066 \end_inset
42067
42068 式が等しいものと置けば,必要となる固定幅
42069 \begin_inset Formula $W_{\text{指}:n}$
42070 \end_inset
42071
42072 を計算することができて,
42073 \begin_inset Formula 
42074 \begin{equation}
42075 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42076 \end{equation}
42077
42078 \end_inset
42079
42080 となります.
42081 \end_layout
42082
42083 \begin_layout Bibliography
42084 \labelwidthstring 参考文献
42085 \begin_inset CommandInset bibitem
42086 LatexCommand bibitem
42087 key "latexcompanion"
42088
42089 \end_inset
42090
42091 Frank Mittelbach and Michel Goossens: 
42092 \emph on
42093 The \SpecialChar LaTeX
42094  Companion Second Edition.
42095
42096 \emph default
42097  Addison-Wesley, 2004
42098 \end_layout
42099
42100 \begin_layout Bibliography
42101 \labelwidthstring 参考文献
42102 \begin_inset CommandInset bibitem
42103 LatexCommand bibitem
42104 key "latexguide"
42105
42106 \end_inset
42107
42108 Helmut Kopka and Patrick W.
42109  Daly: 
42110 \emph on
42111 A Guide to \SpecialChar LaTeX
42112  Fourth Edition.
42113
42114 \emph default
42115  Addison-Wesley, 2003
42116 \end_layout
42117
42118 \begin_layout Bibliography
42119 \labelwidthstring 参考文献
42120 \begin_inset CommandInset bibitem
42121 LatexCommand bibitem
42122 key "latexbook"
42123
42124 \end_inset
42125
42126 Leslie Lamport: 
42127 \emph on
42128 \SpecialChar LaTeX
42129 : A Document Preparation System.
42130
42131 \emph default
42132  Addison-Wesley, second edition, 1994
42133 \end_layout
42134
42135 \begin_layout Bibliography
42136 \labelwidthstring 参考文献
42137 \begin_inset CommandInset bibitem
42138 LatexCommand bibitem
42139 key "arydshln"
42140
42141 \end_inset
42142
42143 \SpecialChar LaTeX
42144 パッケージ
42145 \series bold
42146
42147 \begin_inset CommandInset href
42148 LatexCommand href
42149 name "arydshln"
42150 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42151
42152 \end_inset
42153
42154
42155 \series default
42156
42157 \begin_inset Index idx
42158 status collapsed
42159
42160 \begin_layout Plain Layout
42161 \SpecialChar LaTeX
42162 ぱっけーじ@\SpecialChar LaTeX
42163 パッケージ ! arydshln
42164 \end_layout
42165
42166 \end_inset
42167
42168
42169 \end_layout
42170
42171 \begin_layout Bibliography
42172 \labelwidthstring 参考文献
42173 \begin_inset CommandInset bibitem
42174 LatexCommand bibitem
42175 key "booktabs"
42176
42177 \end_inset
42178
42179 \SpecialChar LaTeX
42180 パッケージ
42181 \series bold
42182
42183 \begin_inset CommandInset href
42184 LatexCommand href
42185 name "booktabs"
42186 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42187
42188 \end_inset
42189
42190
42191 \series default
42192
42193 \begin_inset Index idx
42194 status collapsed
42195
42196 \begin_layout Plain Layout
42197 \SpecialChar LaTeX
42198 ぱっけーじ@\SpecialChar LaTeX
42199 パッケージ ! booktabs
42200 \end_layout
42201
42202 \end_inset
42203
42204 の取扱説明書
42205 \end_layout
42206
42207 \begin_layout Bibliography
42208 \labelwidthstring 参考文献
42209 \begin_inset CommandInset bibitem
42210 LatexCommand bibitem
42211 key "caption"
42212
42213 \end_inset
42214
42215 \SpecialChar LaTeX
42216 パッケージ
42217 \series bold
42218
42219 \begin_inset CommandInset href
42220 LatexCommand href
42221 name "caption"
42222 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42223
42224 \end_inset
42225
42226
42227 \series default
42228
42229 \begin_inset Index idx
42230 status collapsed
42231
42232 \begin_layout Plain Layout
42233 \SpecialChar LaTeX
42234 ぱっけーじ@\SpecialChar LaTeX
42235 パッケージ ! caption
42236 \end_layout
42237
42238 \end_inset
42239
42240 の取扱説明書
42241 \end_layout
42242
42243 \begin_layout Bibliography
42244 \labelwidthstring 参考文献
42245 \begin_inset CommandInset bibitem
42246 LatexCommand bibitem
42247 key "diagbox"
42248
42249 \end_inset
42250
42251 \SpecialChar LaTeX
42252 パッケージ
42253 \series bold
42254
42255 \begin_inset CommandInset href
42256 LatexCommand href
42257 name "diagbox"
42258 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42259
42260 \end_inset
42261
42262
42263 \series default
42264
42265 \begin_inset Index idx
42266 status collapsed
42267
42268 \begin_layout Plain Layout
42269 \SpecialChar LaTeX
42270 ぱっけーじ@\SpecialChar LaTeX
42271 パッケージ ! diagbox
42272 \end_layout
42273
42274 \end_inset
42275
42276
42277 \end_layout
42278
42279 \begin_layout Bibliography
42280 \labelwidthstring 参考文献
42281 \begin_inset CommandInset bibitem
42282 LatexCommand bibitem
42283 key "endfloat"
42284
42285 \end_inset
42286
42287 \SpecialChar LaTeX
42288 パッケージ
42289 \series bold
42290
42291 \begin_inset CommandInset href
42292 LatexCommand href
42293 name "endfloat"
42294 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42295
42296 \end_inset
42297
42298
42299 \series default
42300
42301 \begin_inset Index idx
42302 status collapsed
42303
42304 \begin_layout Plain Layout
42305 \SpecialChar LaTeX
42306 ぱっけーじ@\SpecialChar LaTeX
42307 パッケージ ! endfloat
42308 \end_layout
42309
42310 \end_inset
42311
42312 の取扱説明書
42313 \end_layout
42314
42315 \begin_layout Bibliography
42316 \labelwidthstring 参考文献
42317 \begin_inset CommandInset bibitem
42318 LatexCommand bibitem
42319 key "footmisc"
42320
42321 \end_inset
42322
42323 \SpecialChar LaTeX
42324 パッケージ
42325 \series bold
42326
42327 \begin_inset CommandInset href
42328 LatexCommand href
42329 name "footmisc"
42330 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42331
42332 \end_inset
42333
42334
42335 \series default
42336
42337 \begin_inset Index idx
42338 status collapsed
42339
42340 \begin_layout Plain Layout
42341 \SpecialChar LaTeX
42342 ぱっけーじ@\SpecialChar LaTeX
42343 パッケージ ! footmisc
42344 \end_layout
42345
42346 \end_inset
42347
42348 の取扱説明書
42349 \end_layout
42350
42351 \begin_layout Bibliography
42352 \labelwidthstring 参考文献
42353 \begin_inset CommandInset bibitem
42354 LatexCommand bibitem
42355 key "hypcap"
42356
42357 \end_inset
42358
42359 \SpecialChar LaTeX
42360 パッケージ
42361 \series bold
42362
42363 \begin_inset CommandInset href
42364 LatexCommand href
42365 name "hypcap"
42366 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42367
42368 \end_inset
42369
42370
42371 \series default
42372
42373 \begin_inset Index idx
42374 status collapsed
42375
42376 \begin_layout Plain Layout
42377 \SpecialChar LaTeX
42378 ぱっけーじ@\SpecialChar LaTeX
42379 パッケージ ! hyperref
42380 \end_layout
42381
42382 \end_inset
42383
42384 の取扱説明書
42385 \end_layout
42386
42387 \begin_layout Bibliography
42388 \labelwidthstring 参考文献
42389 \begin_inset CommandInset bibitem
42390 LatexCommand bibitem
42391 key "hyperref"
42392
42393 \end_inset
42394
42395 \SpecialChar LaTeX
42396 パッケージ
42397 \series bold
42398
42399 \begin_inset CommandInset href
42400 LatexCommand href
42401 name "hyperref"
42402 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42403
42404 \end_inset
42405
42406
42407 \series default
42408
42409 \begin_inset Index idx
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413 \SpecialChar LaTeX
42414 ぱっけーじ@\SpecialChar LaTeX
42415 パッケージ ! hyperref
42416 \end_layout
42417
42418 \end_inset
42419
42420 の取扱説明書
42421 \end_layout
42422
42423 \begin_layout Bibliography
42424 \labelwidthstring 参考文献
42425 \begin_inset CommandInset bibitem
42426 LatexCommand bibitem
42427 key "KOMA-script"
42428
42429 \end_inset
42430
42431 \SpecialChar LaTeX
42432 パッケージ
42433 \series bold
42434
42435 \begin_inset CommandInset href
42436 LatexCommand href
42437 name "KOMA-script"
42438 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
42439
42440 \end_inset
42441
42442
42443 \series default
42444
42445 \begin_inset Index idx
42446 status collapsed
42447
42448 \begin_layout Plain Layout
42449 \SpecialChar LaTeX
42450 ぱっけーじ@\SpecialChar LaTeX
42451 パッケージ ! KOMA-script
42452 \end_layout
42453
42454 \end_inset
42455
42456 の取扱説明書
42457 \end_layout
42458
42459 \begin_layout Bibliography
42460 \labelwidthstring 参考文献
42461 \begin_inset CommandInset bibitem
42462 LatexCommand bibitem
42463 key "lettrine"
42464
42465 \end_inset
42466
42467 \SpecialChar LaTeX
42468 パッケージ
42469 \series bold
42470
42471 \begin_inset CommandInset href
42472 LatexCommand href
42473 name "lettrine"
42474 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42475
42476 \end_inset
42477
42478
42479 \series default
42480 及び
42481 \begin_inset CommandInset href
42482 LatexCommand href
42483 name "用例"
42484 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42485
42486 \end_inset
42487
42488
42489 \begin_inset Index idx
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493 \SpecialChar LaTeX
42494 ぱっけーじ@\SpecialChar LaTeX
42495 パッケージ ! lettrine
42496 \end_layout
42497
42498 \end_inset
42499
42500
42501 \end_layout
42502
42503 \begin_layout Bibliography
42504 \labelwidthstring 参考文献
42505 \begin_inset CommandInset bibitem
42506 LatexCommand bibitem
42507 key "listings"
42508
42509 \end_inset
42510
42511 \SpecialChar LaTeX
42512 パッケージ
42513 \series bold
42514
42515 \begin_inset CommandInset href
42516 LatexCommand href
42517 name "listings"
42518 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42519
42520 \end_inset
42521
42522
42523 \series default
42524
42525 \begin_inset Index idx
42526 status collapsed
42527
42528 \begin_layout Plain Layout
42529 \SpecialChar LaTeX
42530 ぱっけーじ@\SpecialChar LaTeX
42531 パッケージ ! listings
42532 \end_layout
42533
42534 \end_inset
42535
42536 の取扱説明書
42537 \end_layout
42538
42539 \begin_layout Bibliography
42540 \labelwidthstring 参考文献
42541 \begin_inset CommandInset bibitem
42542 LatexCommand bibitem
42543 key "marginnote"
42544
42545 \end_inset
42546
42547 \SpecialChar LaTeX
42548 パッケージ
42549 \series bold
42550
42551 \begin_inset CommandInset href
42552 LatexCommand href
42553 name "marginnote"
42554 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42555
42556 \end_inset
42557
42558
42559 \series default
42560
42561 \begin_inset Index idx
42562 status collapsed
42563
42564 \begin_layout Plain Layout
42565 \SpecialChar LaTeX
42566 ぱっけーじ@\SpecialChar LaTeX
42567 パッケージ ! marginnote
42568 \end_layout
42569
42570 \end_inset
42571
42572 の取扱説明書
42573 \end_layout
42574
42575 \begin_layout Bibliography
42576 \labelwidthstring 参考文献
42577 \begin_inset CommandInset bibitem
42578 LatexCommand bibitem
42579 key "pdfpages"
42580
42581 \end_inset
42582
42583 \SpecialChar LaTeX
42584 パッケージ
42585 \series bold
42586
42587 \begin_inset CommandInset href
42588 LatexCommand href
42589 name "pdfpages"
42590 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42591
42592 \end_inset
42593
42594
42595 \series default
42596
42597 \begin_inset Index idx
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601 \SpecialChar LaTeX
42602 ぱっけーじ@\SpecialChar LaTeX
42603 パッケージ ! pdfpages
42604 \end_layout
42605
42606 \end_inset
42607
42608 の取扱説明書
42609 \end_layout
42610
42611 \begin_layout Bibliography
42612 \labelwidthstring 参考文献
42613 \begin_inset CommandInset bibitem
42614 LatexCommand bibitem
42615 key "prettyref"
42616
42617 \end_inset
42618
42619 \SpecialChar LaTeX
42620 パッケージ
42621 \series bold
42622
42623 \begin_inset CommandInset href
42624 LatexCommand href
42625 name "prettyref"
42626 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42627
42628 \end_inset
42629
42630
42631 \series default
42632
42633 \begin_inset Index idx
42634 status collapsed
42635
42636 \begin_layout Plain Layout
42637 \SpecialChar LaTeX
42638 ぱっけーじ@\SpecialChar LaTeX
42639 パッケージ! prettyref
42640 \end_layout
42641
42642 \end_inset
42643
42644 の取扱説明書
42645 \end_layout
42646
42647 \begin_layout Bibliography
42648 \labelwidthstring 参考文献
42649 \begin_inset CommandInset bibitem
42650 LatexCommand bibitem
42651 key "pstricks"
42652
42653 \end_inset
42654
42655 \SpecialChar LaTeX
42656 パッケージ
42657 \series bold
42658
42659 \begin_inset CommandInset href
42660 LatexCommand href
42661 name "PSTricks"
42662 target "http://tug.org/PSTricks/"
42663
42664 \end_inset
42665
42666
42667 \series default
42668
42669 \begin_inset Index idx
42670 status collapsed
42671
42672 \begin_layout Plain Layout
42673 \SpecialChar LaTeX
42674 ぱっけーじ@\SpecialChar LaTeX
42675 パッケージ ! PSTricks
42676 \end_layout
42677
42678 \end_inset
42679
42680 のウェブページ
42681 \end_layout
42682
42683 \begin_layout Bibliography
42684 \labelwidthstring 参考文献
42685 \begin_inset CommandInset bibitem
42686 LatexCommand bibitem
42687 key "refstyle"
42688
42689 \end_inset
42690
42691 \SpecialChar LaTeX
42692 パッケージ
42693 \series bold
42694
42695 \begin_inset CommandInset href
42696 LatexCommand href
42697 name "refstyle"
42698 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
42699
42700 \end_inset
42701
42702
42703 \series default
42704
42705 \begin_inset Index idx
42706 status collapsed
42707
42708 \begin_layout Plain Layout
42709 \SpecialChar LaTeX
42710 ぱっけーじ@\SpecialChar LaTeX
42711 パッケージ ! refstyle
42712 \end_layout
42713
42714 \end_inset
42715
42716 の取扱説明書
42717 \end_layout
42718
42719 \begin_layout Bibliography
42720 \labelwidthstring 参考文献
42721 \begin_inset CommandInset bibitem
42722 LatexCommand bibitem
42723 key "sidecap"
42724
42725 \end_inset
42726
42727 \SpecialChar LaTeX
42728 パッケージ
42729 \series bold
42730
42731 \begin_inset CommandInset href
42732 LatexCommand href
42733 name "sidecap"
42734 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42735
42736 \end_inset
42737
42738
42739 \series default
42740
42741 \begin_inset Index idx
42742 status collapsed
42743
42744 \begin_layout Plain Layout
42745 \SpecialChar LaTeX
42746 ぱっけーじ@\SpecialChar LaTeX
42747 パッケージ ! sidecap
42748 \end_layout
42749
42750 \end_inset
42751
42752 の取扱説明書
42753 \end_layout
42754
42755 \begin_layout Bibliography
42756 \labelwidthstring 参考文献
42757 \begin_inset CommandInset bibitem
42758 LatexCommand bibitem
42759 key "NewInLyX20"
42760
42761 \end_inset
42762
42763
42764 \family sans
42765 \SpecialChar LyX
42766  2.0
42767 \family default
42768 の新機能に関する
42769 \begin_inset CommandInset href
42770 LatexCommand href
42771 name "Wikiページ"
42772 target "http://wiki.lyx.org/LyX/NewInLyX20"
42773
42774 \end_inset
42775
42776
42777 \end_layout
42778
42779 \begin_layout Standard
42780 \begin_inset CommandInset index_print
42781 LatexCommand printindex
42782 type "idx"
42783
42784 \end_inset
42785
42786
42787 \end_layout
42788
42789 \end_body
42790 \end_document