]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
UserGuide.lyx: review links
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties false
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 varwidth
177 \end_modules
178 \maintain_unincluded_children false
179 \begin_local_layout
180 InsetLayout             Flex:Ruby
181 LyxType         charstyle
182 LatexType               command
183 LatexName               ruby
184 BgColor         none
185 LabelString             "ルビ"
186 Decoration              Conglomerate
187 Argument post:1
188 LabelString     "ルビ文"
189 MenuString      "ルビ文(S)|S"
190 Decoration      Conglomerate
191 Font
192 Size            tiny
193 EndFont
194 LabelFont
195 Size            tiny
196 EndFont
197 Mandatory       1
198 EndArgument
199 Preamble
200 \IfFileExists{okumacro.sty}
201 {\usepackage{okumacro}}
202 {\newcommand{\ruby}[2]{#2}}
203 EndPreamble
204 End
205 \end_local_layout
206 \language japanese
207 \language_package default
208 \inputencoding auto
209 \fontencoding global
210 \font_roman "default" "default"
211 \font_sans "default" "default"
212 \font_typewriter "default" "default"
213 \font_math "auto" "auto"
214 \font_default_family default
215 \use_non_tex_fonts false
216 \font_sc false
217 \font_osf false
218 \font_sf_scale 100 100
219 \font_tt_scale 100 100
220 \use_microtype false
221 \use_dash_ligatures false
222 \graphics default
223 \default_output_format default
224 \output_sync 0
225 \bibtex_command default
226 \index_command default
227 \paperfontsize 12
228 \spacing single
229 \use_hyperref true
230 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
231 \pdf_author "LyX Team, Uwe Stohr"
232 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
233 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
234 \pdf_bookmarks false
235 \pdf_bookmarksnumbered true
236 \pdf_bookmarksopen true
237 \pdf_bookmarksopenlevel 1
238 \pdf_breaklinks false
239 \pdf_pdfborder false
240 \pdf_colorlinks true
241 \pdf_backref false
242 \pdf_pdfusetitle false
243 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
244 \papersize default
245 \use_geometry false
246 \use_package amsmath 1
247 \use_package amssymb 1
248 \use_package cancel 1
249 \use_package esint 1
250 \use_package mathdots 1
251 \use_package mathtools 1
252 \use_package mhchem 1
253 \use_package stackrel 1
254 \use_package stmaryrd 1
255 \use_package undertilde 1
256 \cite_engine basic
257 \cite_engine_type default
258 \biblio_style plain
259 \use_bibtopic false
260 \use_indices false
261 \paperorientation portrait
262 \suppress_date false
263 \justification true
264 \use_refstyle 0
265 \use_minted 0
266 \notefontcolor #0000ff
267 \index 索引
268 \shortcut idx
269 \color #008000
270 \end_index
271 \leftmargin 2.5cm
272 \topmargin 2.5cm
273 \rightmargin 2.5cm
274 \bottommargin 3cm
275 \secnumdepth 3
276 \tocdepth 3
277 \paragraph_separation skip
278 \defskip medskip
279 \is_math_indent 0
280 \math_numbering_side default
281 \quotes_style english
282 \dynamic_quotes 0
283 \papercolumns 1
284 \papersides 2
285 \paperpagestyle default
286 \bullet 1 1 34 -1
287 \bullet 2 2 35 -1
288 \bullet 3 2 7 -1
289 \tracking_changes false
290 \output_changes false
291 \html_math_output 0
292 \html_css_as_file 0
293 \html_be_strict false
294 \end_header
295
296 \begin_body
297
298 \begin_layout Title
299 \SpecialChar LyX
300 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
301 \end_layout
302
303 \begin_layout Author
304 \SpecialChar LyX
305 プロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら,\SpecialChar LyX
312 文書化メーリングリスト 
313 \begin_inset CommandInset href
314 LatexCommand href
315 name "lyx-docs@lists.lyx.org"
316 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
317 type "mailto:"
318 literal "false"
319
320 \end_inset
321
322  までお送り下さい.
323 \end_layout
324
325 \end_inset
326
327
328 \begin_inset Note Note
329 status collapsed
330
331 \begin_layout Plain Layout
332 著者:Uwe Stöhr
333 \end_layout
334
335 \end_inset
336
337
338 \begin_inset Newline newline
339 \end_inset
340
341
342 \begin_inset Newline newline
343 \end_inset
344
345
346 \family sans
347 第2.3.x版
348 \end_layout
349
350 \begin_layout Standard
351 \begin_inset CommandInset toc
352 LatexCommand tableofcontents
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Standard
360 \begin_inset Note Note
361 status open
362
363 \begin_layout Plain Layout
364 本文書の全体をPDFやPS,DVIに書き出すには,
365 \series bold
366 arydshln
367 \series default
368
369 \series bold
370 colortbl
371 \series default
372
373 \series bold
374 diagbox
375 \series default
376
377 \series bold
378 lettrine
379 \series default
380
381 \series bold
382 marginnote
383 \series default
384
385 \series bold
386 picinpar
387 \series default
388
389 \series bold
390 sidecap
391 \series default
392 の各\SpecialChar LaTeX
393 パッケージが導入されている必要があります.これらが導入されていなくても,文書を書き出すことはできますが,これらのパッケージが必要な節は出力には表示されません
394
395 \end_layout
396
397 \begin_layout Plain Layout
398 本文書の最新PDF版は
399 \begin_inset Newline newline
400 \end_inset
401
402
403 \series bold
404 http://wiki.lyx.org/\SpecialChar LyX
405 /Manuals#EmbeddedObjects
406 \series default
407
408 \begin_inset Newline newline
409 \end_inset
410
411 にあります.
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Chapter
420
421 \begin_inset Index idx
422 status collapsed
423
424 \begin_layout Plain Layout
425 ず@図
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset Index idx
432 status collapsed
433
434 \begin_layout Plain Layout
435 がぞう@画像
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Plain Layout
440
441 |see{
442 \end_layout
443
444 \end_inset
445
446
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452 }
453 \end_layout
454
455 \end_inset
456
457
458 \end_layout
459
460 \end_inset
461
462
463 \end_layout
464
465 \begin_layout Section
466 画像ダイアログ
467 \begin_inset Index idx
468 status collapsed
469
470 \begin_layout Plain Layout
471 ず@図 ! がぞうだいあろぐ@画像ダイアログ
472 \end_layout
473
474 \end_inset
475
476
477 \begin_inset CommandInset label
478 LatexCommand label
479 name "sec:画像ダイアログ"
480
481 \end_inset
482
483
484 \end_layout
485
486 \begin_layout Standard
487 画像を文書に挿入するには,文中の挿入箇所にカーソルを置いて,ツールバーアイコン
488 \family sans
489
490 \begin_inset Info
491 type  "icon"
492 arg   "dialog-show-new-inset graphics"
493 \end_inset
494
495
496 \family default
497 をクリックするか,
498 \family sans
499 挿入\SpecialChar menuseparator
500 画像
501 \family default
502 メニューを使用して下さい.すると,ダイアログが現れるので,読み込むファイルを選択して下さい.出力中での画像は,本文中の挿入位置に正確に出力されます.
503 \end_layout
504
505 \begin_layout Standard
506 画像ダイアログは,画像をクリックすることによって,いつでも呼び出すことができます.このダイアログには,以下の三つのタブがあります.
507 \end_layout
508
509 \begin_layout Description
510
511 \family sans
512 画像
513 \family default
514  ここでは,画像ファイルを選択し,その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
515 \begin_inset CommandInset ref
516 LatexCommand ref
517 reference "cha:LyXで使用できる単位"
518
519 \end_inset
520
521 に説明があります.
522 \begin_inset Newline newline
523 \end_inset
524
525
526 \begin_inset Index idx
527 status collapsed
528
529 \begin_layout Plain Layout
530 ず@図 ! のかいてん@—の回転
531 \end_layout
532
533 \end_inset
534
535 回転角と回転原点を指定することによって,反時計廻り方向へ画像を回転することができます.画像は,\SpecialChar LyX
536 内でも回転して表示されます.
537 \begin_inset Newline newline
538 \end_inset
539
540
541 \begin_inset Index idx
542 status collapsed
543
544 \begin_layout Plain Layout
545 ず@図 ! のしんしゅく@—の伸縮
546 \end_layout
547
548 \end_inset
549
550 画像は,パーセント値を指定するか,幅と高さを明示的に設定することによって,伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,残りの寸法は自
551 動的に決定されます.両方とも指定した場合には,指定した寸法に画像が変換されますので,変形してしまう可能性があります.画像が変形するのを防ぐには,
552 \family sans
553 縦横比を維持する
554 \family default
555 オプションを指定して下さい.すると画像は,幅と高さが指定した寸法を越えないように伸縮されます.
556 \begin_inset Newline newline
557 \end_inset
558
559 画像を右クリックすると現れるコンテクストメニューで
560 \family sans
561 外部で編集
562 \family default
563 という項目を選ぶことによって,画像を指定したプログラムで開くことができます.このプログラムは,\SpecialChar LyX
564 設定のファイル書式設定で,各画像書式ごとに設定することができます.
565 \end_layout
566
567 \begin_layout Description
568
569 \family sans
570 切り抜き
571 \family default
572  伸縮単位を使用する代わりに,出力における画像の縦横の長さを調整するのに,画像座標の設定をすることができます.座標は,
573 \family sans
574 ファイルから取得
575 \family default
576 ボタンを押すことによって,自動的に計算することもできます.
577 \family sans
578 境界枠で切り抜く
579 \family default
580 オプションは,指定された座標内の画像領域のみ印字します.通常は,画像座標を気にする必要はないので,このタブは無視して構いません.
581 \end_layout
582
583 \begin_layout Description
584
585 \family sans
586 \SpecialChar LaTeX
587 と\SpecialChar LyX
588 のオプション
589 \family default
590  このタブでは,\SpecialChar LyX
591 内での画像表示法を調整できる他,\SpecialChar LaTeX
592 のエキスパート向けに\SpecialChar LaTeX
593 オプションを追加することができるようになっています.
594 \family sans
595
596 \begin_inset Newline newline
597 \end_inset
598
599 下書きモード
600 \family default
601 オプションを指定すると,画像は出力には現れず,画像と同じ大きさの枠だけが表示されます.
602 \family sans
603
604 \begin_inset Newline newline
605 \end_inset
606
607 画像グループ
608 \family default
609 のセクションでは,画像設定グループを定義したり,既存のものに所属させたりすることができます.
610 \begin_inset Index idx
611 status collapsed
612
613 \begin_layout Plain Layout
614 ず@図 ! せっていぐるーぷ@設定グループ
615 \end_layout
616
617 \end_inset
618
619 これらのグループ内の画像は,共通した設定を持つので,グループ内の一つの画像の設定をいじると,自動的にグループ内の全ての画像の設定が同じように変更されます.したが
620 って,たとえば,たくさんの画像の寸法を変更したいときにも,一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,画像のコンテクストメニュー
621 を使用して,望むグループ名をチェックすることで行うこともできます.
622 \end_layout
623
624 \begin_layout Standard
625 \begin_inset VSpace bigskip
626 \end_inset
627
628
629 \end_layout
630
631 \begin_layout Standard
632 下記はPDF書式
633 \begin_inset Foot
634 status collapsed
635
636 \begin_layout Plain Layout
637 画像書式は,第
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:画像形式"
641
642 \end_inset
643
644 節に説明されています.
645 \end_layout
646
647 \end_inset
648
649 の画像の例で,単独の中央揃えの段落に置いてあります.
650 \end_layout
651
652 \begin_layout Standard
653 \align center
654 \begin_inset Graphics
655         filename ../clipart/2D-intensity-plot.pdf
656         scaleBeforeRotation
657         rotateOrigin center
658
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 下記は上と同じ画像ですが,下書きモードのものです.
666 \end_layout
667
668 \begin_layout Standard
669 \align center
670 \begin_inset Graphics
671         filename ../clipart/2D-intensity-plot.pdf
672         draft
673         scaleBeforeRotation
674         rotateOrigin center
675
676 \end_inset
677
678
679 \end_layout
680
681 \begin_layout Standard
682 \begin_inset Newpage newpage
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Section
689 図フロート
690 \begin_inset CommandInset label
691 LatexCommand label
692 name "sec:図フロート"
693
694 \end_inset
695
696
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 ふろーと@フロート ! ず@図
702 \end_layout
703
704 \end_inset
705
706
707 \begin_inset Index idx
708 status collapsed
709
710 \begin_layout Plain Layout
711 ず@図 ! ふろーと@フロート
712 \end_layout
713
714 \end_inset
715
716
717 \end_layout
718
719 \begin_layout Standard
720 フロートについての一般的な説明は,第
721 \begin_inset CommandInset ref
722 LatexCommand ref
723 reference "sec:フロートはじめに"
724
725 \end_inset
726
727 節をご覧下さい.
728 \end_layout
729
730 \begin_layout Standard
731 ツールバーボタンの
732 \family sans
733
734 \begin_inset Info
735 type  "icon"
736 arg   "float-insert figure"
737 \end_inset
738
739
740 \family default
741
742 \family sans
743 挿入\SpecialChar menuseparator
744 フロート\SpecialChar menuseparator
745
746 \family default
747 メニューを用いると,「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,図
748 \begin_inset CommandInset ref
749 LatexCommand ref
750 reference "fig:星形"
751
752 \end_inset
753
754 のようにキャプションの上に置くこともできますし,図
755 \begin_inset CommandInset ref
756 LatexCommand ref
757 reference "fig:3Dオブジェクト"
758
759 \end_inset
760
761 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,第
762 \begin_inset CommandInset ref
763 LatexCommand ref
764 reference "sec:キャプションの配置"
765
766 \end_inset
767
768 節に述べられています.
769 \end_layout
770
771 \begin_layout Standard
772 \begin_inset Float figure
773 wide false
774 sideways false
775 status open
776
777 \begin_layout Plain Layout
778 \align center
779 \begin_inset Graphics
780         filename ../clipart/Star-structure.pdf
781         lyxscale 60
782         width 50col%
783         scaleBeforeRotation
784         rotateOrigin center
785
786 \end_inset
787
788
789 \end_layout
790
791 \begin_layout Plain Layout
792 \begin_inset Caption Standard
793
794 \begin_layout Plain Layout
795 \begin_inset CommandInset label
796 LatexCommand label
797 name "fig:星形"
798
799 \end_inset
800
801 フロート中の星形
802 \end_layout
803
804 \end_inset
805
806
807 \end_layout
808
809 \end_inset
810
811
812 \end_layout
813
814 \begin_layout Standard
815 \begin_inset Float figure
816 wide false
817 sideways false
818 status open
819
820 \begin_layout Plain Layout
821 \begin_inset Caption Standard
822
823 \begin_layout Plain Layout
824 \begin_inset CommandInset label
825 LatexCommand label
826 name "fig:3Dオブジェクト"
827
828 \end_inset
829
830 3Dオブジェクト
831 \end_layout
832
833 \end_inset
834
835
836 \end_layout
837
838 \begin_layout Plain Layout
839 \align center
840 \begin_inset Graphics
841         filename ../clipart/3D-structure-distort.pdf
842         lyxscale 60
843         scale 80
844         scaleBeforeRotation
845         rotateOrigin center
846
847 \end_inset
848
849
850 \end_layout
851
852 \end_inset
853
854
855 \end_layout
856
857 \begin_layout Standard
858 \begin_inset Index idx
859 status collapsed
860
861 \begin_layout Plain Layout
862 さんしょう@参照 ! ずへの@図への —
863 \end_layout
864
865 \end_inset
866
867
868 \begin_inset CommandInset ref
869 LatexCommand ref
870 reference "fig:星形"
871
872 \end_inset
873
874 図と第
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "fig:3Dオブジェクト"
878
879 \end_inset
880
881 図は,参照された図の例です.図は,本文中でラベルを参照することによって参照できます.これをするには,まず,
882 \family sans
883 挿入\SpecialChar menuseparator
884 ラベル
885 \family default
886 メニューかツールバーボタン
887 \family sans
888
889 \begin_inset Info
890 type  "icon"
891 arg   "label-insert"
892 \end_inset
893
894
895 \family default
896 を使用して,キャプションにラベルを挿入してください.その後,
897 \family sans
898 挿入\SpecialChar menuseparator
899 相互参照
900 \family default
901 メニューかツールバーボタン
902 \family sans
903
904 \begin_inset Info
905 type  "icon"
906 arg   "dialog-show-new-inset ref"
907 \end_inset
908
909
910 \family default
911 を使用して,ラベルを参照することができます.\SpecialChar LaTeX
912 は仕上文書でのフロートの位置を調整するので,「上図」のような曖昧な参照のしかたをするのではなく,フロートを直接参照す
913 ることが重要です.仕上文書では,「上図」ではないことが,大いにありうるからです.
914 \begin_inset Newline newline
915 \end_inset
916
917 参照は,第
918 \begin_inset CommandInset ref
919 LatexCommand ref
920 reference "sec:フロートの参照"
921
922 \end_inset
923
924 節で詳細に説明されています.
925 \end_layout
926
927 \begin_layout Standard
928 通常,図フロートには一つの画像だけを挿入しますが,場合によっては,二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,既存の
929 図フロートの中に図フロートを入れ込むことによって,実現することができます.ただし,図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
930 \begin_inset CommandInset ref
931 LatexCommand ref
932 reference "fig:歪められた二つの像"
933
934 \end_inset
935
936 は,二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
937 \begin_inset CommandInset ref
938 LatexCommand ref
939 reference "fig:Pink-object"
940
941 \end_inset
942
943 と図
944 \begin_inset CommandInset ref
945 LatexCommand ref
946 reference "fig:A-star"
947
948 \end_inset
949
950 が内部図になります.
951 \end_layout
952
953 \begin_layout Standard
954 \begin_inset Float figure
955 wide false
956 sideways false
957 status open
958
959 \begin_layout Plain Layout
960 \begin_inset space \hfill{}
961 \end_inset
962
963
964 \begin_inset Float figure
965 wide false
966 sideways false
967 status collapsed
968
969 \begin_layout Plain Layout
970 \begin_inset Caption Standard
971
972 \begin_layout Plain Layout
973 \begin_inset CommandInset label
974 LatexCommand label
975 name "fig:Pink-object"
976
977 \end_inset
978
979 ももいろオブジェクト
980 \end_layout
981
982 \end_inset
983
984
985 \end_layout
986
987 \begin_layout Plain Layout
988 \begin_inset Graphics
989         filename ../clipart/3D-structure-distort.pdf
990         width 45col%
991         scaleBeforeRotation
992         groupId distorted
993
994 \end_inset
995
996
997 \end_layout
998
999 \end_inset
1000
1001
1002 \begin_inset space \hfill{}
1003 \end_inset
1004
1005
1006 \begin_inset Float figure
1007 wide false
1008 sideways false
1009 status collapsed
1010
1011 \begin_layout Plain Layout
1012 \begin_inset Caption Standard
1013
1014 \begin_layout Plain Layout
1015 \begin_inset CommandInset label
1016 LatexCommand label
1017 name "fig:A-star"
1018
1019 \end_inset
1020
1021 ほし
1022 \end_layout
1023
1024 \end_inset
1025
1026
1027 \end_layout
1028
1029 \begin_layout Plain Layout
1030 \begin_inset Graphics
1031         filename ../clipart/Star-structure.pdf
1032         width 45col%
1033         scaleBeforeRotation
1034         groupId distorted
1035
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \begin_inset space \hfill{}
1045 \end_inset
1046
1047
1048 \end_layout
1049
1050 \begin_layout Plain Layout
1051 \begin_inset Caption Standard
1052
1053 \begin_layout Plain Layout
1054 \begin_inset CommandInset label
1055 LatexCommand label
1056 name "fig:歪められた二つの像"
1057
1058 \end_inset
1059
1060 二つの像.両画像とも「distorted」画像設定グループに属しています.
1061 \end_layout
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \end_layout
1072
1073 \begin_layout Standard
1074 \begin_inset Newpage newpage
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \begin_layout Section
1081 画像形式
1082 \begin_inset CommandInset label
1083 LatexCommand label
1084 name "sec:画像形式"
1085
1086 \end_inset
1087
1088
1089 \begin_inset Index idx
1090 status collapsed
1091
1092 \begin_layout Plain Layout
1093 がぞうけいしき@画像形式
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \begin_inset Index idx
1100 status collapsed
1101
1102 \begin_layout Plain Layout
1103 ず@図 ! がぞうけいしき@画像形式
1104 \end_layout
1105
1106 \end_inset
1107
1108
1109 \end_layout
1110
1111 \begin_layout Standard
1112 画像は,既知のファイル形式であれば,どのような形式でも挿入することができます.しかし,付録
1113 \begin_inset CommandInset ref
1114 LatexCommand ref
1115 reference "cha:ファイル出力形式"
1116
1117 \end_inset
1118
1119 で説明されているように,出力に関しては,どの出力文書形式も,いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1120 は,画像を正しい形式に変換するのに,バックグラウンド
1121
1122 \family typewriter
1123 ImageMagick
1124 \family default
1125 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,出力ファイル形式に直接埋め込める画像形式のみを使
1126 用するとよいでしょう.出力ファイル形式は,付録
1127 \begin_inset CommandInset ref
1128 LatexCommand ref
1129 reference "cha:ファイル出力形式"
1130
1131 \end_inset
1132
1133 に説明されています.
1134 \end_layout
1135
1136 \begin_layout Standard
1137 フォントと同じく,画像形式にも以下の二つの型があります.
1138 \end_layout
1139
1140 \begin_layout Description
1141 ビットマップ画像 は,ピクセル値を(時により圧縮された形で)保持しています.したがって,この画像形式は完全に伸縮可能ではなく,拡大するとピクセルが目立つようにな
1142 ります.よく知られたビットマップ画像形式には,「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1143 \family typewriter
1144 .gif
1145 \family default
1146 」)
1147 \begin_inset Index idx
1148 status collapsed
1149
1150 \begin_layout Plain Layout
1151 GIF
1152 \begin_inset ERT
1153 status collapsed
1154
1155 \begin_layout Plain Layout
1156
1157 |see{
1158 \end_layout
1159
1160 \end_inset
1161
1162 画像書式
1163 \begin_inset ERT
1164 status collapsed
1165
1166 \begin_layout Plain Layout
1167
1168 }
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \end_inset
1177
1178 ,「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1179 \family typewriter
1180 .png
1181 \family default
1182 」)
1183 \begin_inset Index idx
1184 status collapsed
1185
1186 \begin_layout Plain Layout
1187 PNG
1188 \begin_inset ERT
1189 status collapsed
1190
1191 \begin_layout Plain Layout
1192
1193 |see{
1194 \end_layout
1195
1196 \end_inset
1197
1198 画像書式
1199 \begin_inset ERT
1200 status collapsed
1201
1202 \begin_layout Plain Layout
1203
1204 }
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \end_inset
1213
1214 ,「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1215 \family typewriter
1216 .jpg
1217 \family default
1218 」または「
1219 \family typewriter
1220 .jpeg
1221 \family default
1222 」)
1223 \begin_inset Index idx
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227 JPG
1228 \begin_inset ERT
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232
1233 |see{
1234 \end_layout
1235
1236 \end_inset
1237
1238 画像書式
1239 \begin_inset ERT
1240 status collapsed
1241
1242 \begin_layout Plain Layout
1243
1244 }
1245 \end_layout
1246
1247 \end_inset
1248
1249
1250 \end_layout
1251
1252 \end_inset
1253
1254 などがあります.
1255 \end_layout
1256
1257 \begin_layout Description
1258 ベクトル画像 はベクトル値を保持しているので,データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,ビデオプロジェクタがかならず伸縮操作を
1259 行うことになるので,プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,伸縮性は,オンライン文書でユーザーが図の拡大ができるようにするの
1260 に便利です.
1261 \begin_inset Newline newline
1262 \end_inset
1263
1264 よく知られた伸縮可能画像形式には,「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1265 \family typewriter
1266 .svg
1267 \family default
1268 」)
1269 \begin_inset Index idx
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273 SVG
1274 \begin_inset ERT
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278
1279 |see{
1280 \end_layout
1281
1282 \end_inset
1283
1284 画像書式
1285 \begin_inset ERT
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289
1290 }
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \end_layout
1297
1298 \end_inset
1299
1300 ,「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1301 \family typewriter
1302 .eps
1303 \family default
1304 」)
1305 \begin_inset Index idx
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309 EPS
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 |see{
1316 \end_layout
1317
1318 \end_inset
1319
1320 画像書式
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 }
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \end_layout
1333
1334 \end_inset
1335
1336 ,「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1337 \family typewriter
1338 .pdf
1339 \family default
1340 」)
1341 \begin_inset Index idx
1342 status collapsed
1343
1344 \begin_layout Plain Layout
1345 PDF
1346 \end_layout
1347
1348 \end_inset
1349
1350 ,「Windowsメタファイル」(WMF・ファイル拡張子は「
1351 \family typewriter
1352 .wmf
1353 \family default
1354 」)
1355 \begin_inset Index idx
1356 status collapsed
1357
1358 \begin_layout Plain Layout
1359 SVG
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 |see{
1366 \end_layout
1367
1368 \end_inset
1369
1370 画像書式
1371 \begin_inset ERT
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375
1376 }
1377 \end_layout
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \end_inset
1385
1386 がありえます.「ありえます」と言ったのは,ビットマップ画像はいつでもPDFやEPSに変換することができますが,変換後も依然としてビットマップ画像のままだからです
1387 .このような場合には,画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1388 \begin_inset Foot
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 PDFの場合には,さらに元画像が圧縮されます.
1393 \end_layout
1394
1395 \end_inset
1396
1397 .たとえば,
1398 \family typewriter
1399 Adobe Photoshop
1400 \family default
1401 が生成するPDFファイルは,ビットマップ画像です.
1402 \end_layout
1403
1404 \begin_layout Standard
1405 通常,ビットマップ画像を伸縮可能画像には変換できず,その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,それぞれPDF
1406 画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1407 \begin_inset Formula $\to$
1408 \end_inset
1409
1410 PDF/EPS変換子がないので,SVGおよびWMF画像は,出力ファイルが生成される際にビットマップに計算し直されます.
1411 \end_layout
1412
1413 \begin_layout Chapter
1414
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 ひょう@表
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \begin_layout Section
1428 はじめに
1429 \begin_inset Index idx
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 ひょう@表 ! はじめに
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \begin_layout Standard
1442
1443 \family roman
1444 \series medium
1445 \shape up
1446 \size normal
1447 \emph off
1448 \bar no
1449 \noun off
1450 \color none
1451 表を挿入するには,ツールバーボタ
1452 \family default
1453 \series default
1454 \shape default
1455 \size default
1456 \emph default
1457 \bar default
1458 \noun default
1459 \color inherit
1460
1461 \begin_inset Info
1462 type  "icon"
1463 arg   "tabular-insert"
1464 \end_inset
1465
1466
1467 \family roman
1468 \series medium
1469 \shape up
1470 \size normal
1471 \emph off
1472 \bar no
1473 \noun off
1474 \color none
1475
1476 \family sans
1477 \series default
1478 \shape default
1479 \size default
1480 \emph default
1481 \bar default
1482 \noun default
1483 \color inherit
1484 挿入\SpecialChar menuseparator
1485
1486 \family default
1487 メニューを選択します.ツールバーボタンを押すと,グラフィカルな選択ができます.マウスを動かして,生成する表の行数・列数を設定し,マウスボタンを押して下さい.表を
1488 作るのにメニューを使う場合は,ダイアログが現れ,行数と列数を訊いてきます.
1489 \begin_inset Newline newline
1490 \end_inset
1491
1492 既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
1493 のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1494 \end_layout
1495
1496 \begin_layout Standard
1497 \align center
1498 \begin_inset Tabular
1499 <lyxtabular version="3" rows="4" columns="4">
1500 <features tabularvalignment="middle">
1501 <column alignment="center" valignment="top">
1502 <column alignment="center" valignment="top">
1503 <column alignment="center" valignment="top">
1504 <column alignment="center" valignment="top">
1505 <row>
1506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Plain Layout
1510
1511 \end_layout
1512
1513 \end_inset
1514 </cell>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 1
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 2
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537 3
1538 \end_layout
1539
1540 \end_inset
1541 </cell>
1542 </row>
1543 <row>
1544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 </row>
1581 <row>
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 </row>
1619 <row>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624
1625 \end_layout
1626
1627 \end_inset
1628 </cell>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Plain Layout
1651
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 </row>
1657 </lyxtabular>
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \begin_layout Section
1665 表ダイアログ
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 ひょう@表 ! だいあろぐ@ダイアログ
1671 \end_layout
1672
1673 \end_inset
1674
1675
1676 \end_layout
1677
1678 \begin_layout Standard
1679
1680 \family roman
1681 \series medium
1682 \shape up
1683 \size normal
1684 \emph off
1685 \bar no
1686 \noun off
1687 \color none
1688 表を右クリックすると,文脈依存メニューが表示されて,表を変更することができます.メニュー項目
1689 \family sans
1690 \series default
1691 \shape default
1692 \size default
1693 \emph default
1694 \bar default
1695 \noun default
1696 \color inherit
1697 詳細
1698 \family roman
1699 \series medium
1700 \shape up
1701 \size normal
1702 \emph off
1703 \bar no
1704 \noun off
1705 \color none
1706 以下では,現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1707 \family sans
1708 \series default
1709 \shape default
1710 \size default
1711 \emph default
1712 \bar default
1713 \noun default
1714 \color inherit
1715 詳細\SpecialChar menuseparator
1716 設定
1717 \family roman
1718 \series medium
1719 \shape up
1720 \size normal
1721 \emph off
1722 \bar no
1723 \noun off
1724 \color none
1725 を選ぶと,ダイアログボックスが開いて,更に詳細な設定を行うことができます.また,ダイアログオプションのほとんどは,選択範囲に対しても動作します.つまり,複数のセ
1726 ルや行・列を選択していれば,操作は選択範囲の全てに対して行われます.
1727 \family default
1728 \series default
1729 \shape default
1730 \size default
1731 \emph default
1732 \bar default
1733 \noun default
1734 \color inherit
1735 セルの
1736 \emph on
1737 内容
1738 \emph default
1739 を選択するのと,セル自体を選択するのは異なることに注意して下さい.
1740 \begin_inset Newline newline
1741 \end_inset
1742
1743 ダイアログオプションの
1744 \family sans
1745 直ちに適用
1746 \family default
1747 を使用すると,ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,ダイアログも新しいセルのパラメーターに更新されます.ダイ
1748 アログ中の長さの値を変更した場合には,リターンを押さないと変更が適用されません.
1749 \begin_inset Newline newline
1750 \end_inset
1751
1752 表ダイアログの以下の各タブを使用して,表に変更を加えることができます.
1753 \end_layout
1754
1755 \begin_layout Description
1756 表の設定 ここでは,現在列の幅と水平揃えを設定することができます.
1757 \family sans
1758 小数点で
1759 \family default
1760 とある揃えは,第
1761 \begin_inset CommandInset ref
1762 LatexCommand ref
1763 reference "subsec:特殊なセル揃え"
1764
1765 \end_inset
1766
1767 で説明されています.幅を設定した場合には,現在行の垂直揃えも調整することができます.列幅を与えると,改行や多段落の文章をセルに入れることができます.これに関して
1768 は,第
1769 \begin_inset CommandInset ref
1770 LatexCommand ref
1771 reference "subsec:複数行"
1772
1773 \end_inset
1774
1775 節をご参照下さい.列幅を設定しない場合には,列幅は,もっとも幅の広いセル内容の幅になります.
1776 \begin_inset Newline newline
1777 \end_inset
1778
1779 さらに,同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,第
1780 \begin_inset CommandInset ref
1781 LatexCommand ref
1782 reference "subsec:連結列"
1783
1784 \end_inset
1785
1786 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,第
1787 \begin_inset CommandInset ref
1788 LatexCommand ref
1789 reference "subsec:連結行"
1790
1791 \end_inset
1792
1793 節をご参照ください.
1794 \begin_inset Newline newline
1795 \end_inset
1796
1797 回転関連のチェックボックスは,現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,\SpecialChar LyX
1798 内部では反映されず,出力にのみ現れます.詳細については,
1799
1800 \begin_inset CommandInset ref
1801 LatexCommand ref
1802 reference "sec:表セルの回転"
1803
1804 \end_inset
1805
1806 節をご覧下さい.
1807 \begin_inset Newline newline
1808 \end_inset
1809
1810
1811 \begin_inset Note Greyedout
1812 status open
1813
1814 \begin_layout Plain Layout
1815
1816 \series bold
1817 【註】
1818 \series default
1819 DVIビューアのすべてが回転を表示できるわけではありません.
1820 \end_layout
1821
1822 \end_inset
1823
1824
1825 \begin_inset Newline newline
1826 \end_inset
1827
1828 下記は,本文行中の表に,表全体の垂直揃えを適用したものです.
1829 \begin_inset Newline newline
1830 \end_inset
1831
1832 各種の揃えを適用した同一行中の表:
1833 \begin_inset Tabular
1834 <lyxtabular version="3" rows="2" columns="2">
1835 <features tabularvalignment="top">
1836 <column alignment="center" valignment="top" width="0pt">
1837 <column alignment="center" valignment="top">
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852 1
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 </row>
1858 <row>
1859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863 A
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 </row>
1878 </lyxtabular>
1879
1880 \end_inset
1881
1882  
1883 \begin_inset Tabular
1884 <lyxtabular version="3" rows="2" columns="2">
1885 <features tabularvalignment="middle">
1886 <column alignment="center" valignment="top">
1887 <column alignment="center" valignment="top">
1888 <row>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902 1
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 </row>
1908 <row>
1909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913 A
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 </row>
1928 </lyxtabular>
1929
1930 \end_inset
1931
1932  
1933 \begin_inset Tabular
1934 <lyxtabular version="3" rows="2" columns="2">
1935 <features tabularvalignment="bottom">
1936 <column alignment="center" valignment="top" width="0pt">
1937 <column alignment="center" valignment="top">
1938 <row>
1939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 1
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 </row>
1958 <row>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963 A
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 </row>
1978 </lyxtabular>
1979
1980 \end_inset
1981
1982
1983 \begin_inset Newline newline
1984 \end_inset
1985
1986 また,特殊な表設定に必要な\SpecialChar LaTeX
1987 引数を入力することもできます.これに関しては,第
1988 \begin_inset CommandInset ref
1989 LatexCommand ref
1990 reference "subsec:連結列の計算"
1991
1992 \end_inset
1993
1994 節および第
1995 \begin_inset CommandInset ref
1996 LatexCommand ref
1997 reference "sec:色付きの表"
1998
1999 \end_inset
2000
2001 節をご参照下さい.
2002 \end_layout
2003
2004 \begin_layout Description
2005 罫線 このタブでは,現在列ないし現在行の罫線を引いたり消したりすることができます.
2006 \begin_inset Newline newline
2007 \end_inset
2008
2009 様式オプションとして
2010 \family sans
2011 フォーマル様式
2012 \family default
2013 を使用すると,第
2014 \begin_inset CommandInset ref
2015 LatexCommand ref
2016 reference "sec:フォーマル様式の表"
2017
2018 \end_inset
2019
2020 節に述べられているフォーマル様式の表に表を変換します.
2021 \begin_inset Newline newline
2022 \end_inset
2023
2024 またここで,第
2025 \begin_inset CommandInset ref
2026 LatexCommand ref
2027 reference "subsec:行の余白取り"
2028
2029 \end_inset
2030
2031 節に述べられているように,表の行に空白を追加することもできます.
2032 \end_layout
2033
2034 \begin_layout Description
2035 多頁表 このタブは,複数のページにわたる,いわゆる「
2036 \emph on
2037 多頁表
2038 \emph default
2039 」を作るためのものです.第
2040 \begin_inset CommandInset ref
2041 LatexCommand ref
2042 reference "sec:多頁表"
2043
2044 \end_inset
2045
2046 節および第
2047 \begin_inset CommandInset ref
2048 LatexCommand ref
2049 reference "sec:多頁表にまつわる諸点"
2050
2051 \end_inset
2052
2053 節に,多頁表の機能に関する詳細な説明があります.
2054 \end_layout
2055
2056 \begin_layout Section
2057 表ツールバー
2058 \begin_inset Index idx
2059 status collapsed
2060
2061 \begin_layout Plain Layout
2062 ひょう@表 ! つーるばー@ツールバー
2063 \end_layout
2064
2065 \end_inset
2066
2067
2068 \end_layout
2069
2070 \begin_layout Standard
2071 表ツールバーは,表ダイアログの代わりに,表をすばやく変更できるようにするためのものです.通常,カーソルが表の内部にあるときに,\SpecialChar LyX
2072 のメインウィンドウの底部に表示され
2073 ます.ご希望であれば,\SpecialChar LyX
2074 のメインメニューバーを右クリックすることによって,つねに表示されるように切り替えることもできます.
2075 \end_layout
2076
2077 \begin_layout Standard
2078 ツールバーには,以下のアイコンがあります.
2079 \end_layout
2080
2081 \begin_layout Labeling
2082 \labelwidthstring 00.00.0000
2083
2084 \family sans
2085 \begin_inset Info
2086 type  "icon"
2087 arg   "tabular-feature append-row"
2088 \end_inset
2089
2090
2091 \family default
2092  は,現在セルあるいは選択範囲の下に行を追加します.
2093 \end_layout
2094
2095 \begin_layout Labeling
2096 \labelwidthstring 00.00.0000
2097
2098 \family sans
2099 \begin_inset Info
2100 type  "icon"
2101 arg   "tabular-feature append-column"
2102 \end_inset
2103
2104
2105 \family default
2106  は,現在セルあるいは選択範囲の右に列を追加します.
2107 \end_layout
2108
2109 \begin_layout Labeling
2110 \labelwidthstring 00.00.0000
2111
2112 \family sans
2113 \begin_inset Info
2114 type  "icon"
2115 arg   "tabular-feature delete-row"
2116 \end_inset
2117
2118
2119 \family default
2120  は,現在行あるいは選択範囲行を削除します.
2121 \end_layout
2122
2123 \begin_layout Labeling
2124 \labelwidthstring 00.00.0000
2125
2126 \family sans
2127 \begin_inset Info
2128 type  "icon"
2129 arg   "tabular-feature delete-column"
2130 \end_inset
2131
2132
2133 \family default
2134  は,現在列あるいは選択範囲列を削除します.
2135 \end_layout
2136
2137 \begin_layout Labeling
2138 \labelwidthstring 00.00.0000
2139 \begin_inset Info
2140 type  "icon"
2141 arg   "tabular-feature move-row-up"
2142 \end_inset
2143
2144  は,行を上に移動します.
2145 \end_layout
2146
2147 \begin_layout Labeling
2148 \labelwidthstring 00.00.0000
2149 \begin_inset Info
2150 type  "icon"
2151 arg   "tabular-feature move-column-left"
2152 \end_inset
2153
2154  は,列を左に移動します.
2155 \end_layout
2156
2157 \begin_layout Labeling
2158 \labelwidthstring 00.00.0000
2159 \begin_inset Info
2160 type  "icon"
2161 arg   "tabular-feature move-row-down"
2162 \end_inset
2163
2164  は,行を下に移動します.
2165 \end_layout
2166
2167 \begin_layout Labeling
2168 \labelwidthstring 00.00.0000
2169 \begin_inset Info
2170 type  "icon"
2171 arg   "tabular-feature move-column-right"
2172 \end_inset
2173
2174  は,列を右に移動します.
2175 \end_layout
2176
2177 \begin_layout Labeling
2178 \labelwidthstring 00.00.0000
2179
2180 \family sans
2181 \begin_inset Info
2182 type  "icon"
2183 arg   "tabular-feature toggle-line-top"
2184 \end_inset
2185
2186
2187 \family default
2188  は,現在セルや現在行,あるいは選択範囲の上部に罫線を描画します.
2189 \end_layout
2190
2191 \begin_layout Labeling
2192 \labelwidthstring 00.00.0000
2193
2194 \family sans
2195 \begin_inset Info
2196 type  "icon"
2197 arg   "tabular-feature toggle-line-bottom"
2198 \end_inset
2199
2200
2201 \family default
2202  は,現在セルや現在行,あるいは選択範囲の下部に罫線を描画します.
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207
2208 \family sans
2209 \begin_inset Info
2210 type  "icon"
2211 arg   "tabular-feature toggle-line-left"
2212 \end_inset
2213
2214
2215 \family default
2216  は,現在セルや現在行,あるいは選択範囲の左側に罫線を描画します.
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221
2222 \family sans
2223 \begin_inset Info
2224 type  "icon"
2225 arg   "tabular-feature toggle-line-right"
2226 \end_inset
2227
2228
2229 \family default
2230  は,現在セルや現在行,あるいは選択範囲の右側に罫線を描画します.
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235
2236 \family sans
2237 \begin_inset Info
2238 type  "icon"
2239 arg   "tabular-feature set-all-lines"
2240 \end_inset
2241
2242
2243 \family default
2244  は,現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2245 \end_layout
2246
2247 \begin_layout Labeling
2248 \labelwidthstring 00.00.0000
2249
2250 \family sans
2251 \begin_inset Info
2252 type  "icon"
2253 arg   "tabular-feature unset-all-lines"
2254 \end_inset
2255
2256
2257 \family default
2258  は,現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2259 \end_layout
2260
2261 \begin_layout Labeling
2262 \labelwidthstring 00.00.0000
2263
2264 \family sans
2265 \begin_inset Info
2266 type  "icon"
2267 arg   "tabular-feature m-align-left"
2268 \end_inset
2269
2270
2271 \family default
2272  は,現在セルあるいは現在列の内容を左揃えにします.
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277
2278 \family sans
2279 \begin_inset Info
2280 type  "icon"
2281 arg   "tabular-feature m-align-center"
2282 \end_inset
2283
2284
2285 \family default
2286  は,現在セルあるいは現在列の内容を水平方向中央揃えにします.
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291
2292 \family sans
2293 \begin_inset Info
2294 type  "icon"
2295 arg   "tabular-feature m-align-right"
2296 \end_inset
2297
2298
2299 \family default
2300  は,現在セルあるいは現在列の内容を右揃えにします.
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305
2306 \family sans
2307 \begin_inset Info
2308 type  "icon"
2309 arg   "tabular-feature align-decimal"
2310 \end_inset
2311
2312
2313 \family default
2314  は,現在セルの内容を特定文字位置で揃えます.
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319
2320 \family sans
2321 \begin_inset Info
2322 type  "icon"
2323 arg   "tabular-feature m-valign-top"
2324 \end_inset
2325
2326
2327 \family default
2328  は,現在セルの内容を垂直方向上揃えにします.
2329 \end_layout
2330
2331 \begin_layout Labeling
2332 \labelwidthstring 00.00.0000
2333
2334 \family sans
2335 \begin_inset Info
2336 type  "icon"
2337 arg   "tabular-feature m-valign-middle"
2338 \end_inset
2339
2340
2341 \family default
2342  は,現在セルの内容を垂直方向中央揃えにします.
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347
2348 \family sans
2349 \begin_inset Info
2350 type  "icon"
2351 arg   "tabular-feature m-valign-bottom"
2352 \end_inset
2353
2354
2355 \family default
2356  は,現在セルの内容を垂直方向下揃えにします.
2357 \end_layout
2358
2359 \begin_layout Labeling
2360 \labelwidthstring 00.00.0000
2361
2362 \family sans
2363 \begin_inset Info
2364 type  "icon"
2365 arg   "tabular-feature set-rotate-cell"
2366 \end_inset
2367
2368
2369 \family default
2370  は,現在セルあるいは選択範囲を反時計廻りに90度回転します.
2371 \end_layout
2372
2373 \begin_layout Labeling
2374 \labelwidthstring 00.00.0000
2375
2376 \family sans
2377 \begin_inset Info
2378 type  "icon"
2379 arg   "tabular-feature set-rotate-tabular"
2380 \end_inset
2381
2382
2383 \family default
2384  は,表全体を反時計廻りに90度回転します.
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389
2390 \family sans
2391 \begin_inset Info
2392 type  "icon"
2393 arg   "tabular-feature multicolumn"
2394 \end_inset
2395
2396
2397 \family default
2398  は,現在セルあるいは選択範囲を連結列にします.
2399 \end_layout
2400
2401 \begin_layout Labeling
2402 \labelwidthstring 00.00.0000
2403
2404 \family sans
2405 \begin_inset Info
2406 type  "icon"
2407 arg   "tabular-feature multirow"
2408 \end_inset
2409
2410
2411 \family default
2412  は,現在セルあるいは選択範囲を連結行にします.
2413 \end_layout
2414
2415 \begin_layout Standard
2416 \begin_inset Note Greyedout
2417 status open
2418
2419 \begin_layout Plain Layout
2420
2421 \series bold
2422 【註】
2423 \series default
2424 出力では,行の最初のセルの垂直揃えが,同一行の他のセルすべてに適用されます.
2425 \end_layout
2426
2427 \end_inset
2428
2429
2430 \end_layout
2431
2432 \begin_layout Section
2433 表編集メニュー
2434 \begin_inset Index idx
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2439 \end_layout
2440
2441 \end_inset
2442
2443
2444 \end_layout
2445
2446 \begin_layout Standard
2447 表ダイアログと表ツールバーの他に,
2448 \family sans
2449 編集\SpecialChar menuseparator
2450
2451 \family default
2452 メニューでも,現在行や現在列の罫線を引いたり消したりすることができ,あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,カーソルが表内
2453 部にあるときのみ,表示されます.
2454 \end_layout
2455
2456 \begin_layout Section
2457 表フロート
2458 \begin_inset CommandInset label
2459 LatexCommand label
2460 name "sec:表フロート"
2461
2462 \end_inset
2463
2464
2465 \begin_inset Index idx
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469 ふろーと@フロート ! ひょう@表
2470 \end_layout
2471
2472 \end_inset
2473
2474
2475 \begin_inset Index idx
2476 status collapsed
2477
2478 \begin_layout Plain Layout
2479 ひょう@表 ! ふろーと@フロート
2480 \end_layout
2481
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \begin_layout Standard
2488 フロートの一般的な説明については,第
2489 \begin_inset CommandInset ref
2490 LatexCommand ref
2491 reference "sec:フロートはじめに"
2492
2493 \end_inset
2494
2495 節をご覧下さい.
2496 \end_layout
2497
2498 \begin_layout Standard
2499 \begin_inset Float table
2500 placement h
2501 wide false
2502 sideways false
2503 status open
2504
2505 \begin_layout Plain Layout
2506 \begin_inset Caption Standard
2507
2508 \begin_layout Plain Layout
2509 \begin_inset CommandInset label
2510 LatexCommand label
2511 name "tab:表フロート"
2512
2513 \end_inset
2514
2515 表フロート
2516 \end_layout
2517
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Plain Layout
2524 \align center
2525 \begin_inset Tabular
2526 <lyxtabular version="3" rows="3" columns="3">
2527 <features tabularvalignment="middle">
2528 <column alignment="center" valignment="top" width="0pt">
2529 <column alignment="center" valignment="top" width="0pt">
2530 <column alignment="center" valignment="top" width="0pt">
2531 <row>
2532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2533 \begin_inset Text
2534
2535 \begin_layout Plain Layout
2536
2537 \family roman
2538 \series medium
2539 \shape up
2540 \size normal
2541 \emph off
2542 \bar no
2543 \noun off
2544 \color none
2545 1
2546 \end_layout
2547
2548 \end_inset
2549 </cell>
2550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2551 \begin_inset Text
2552
2553 \begin_layout Plain Layout
2554
2555 \family roman
2556 \series medium
2557 \shape up
2558 \size normal
2559 \emph off
2560 \bar no
2561 \noun off
2562 \color none
2563 2
2564 \end_layout
2565
2566 \end_inset
2567 </cell>
2568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2569 \begin_inset Text
2570
2571 \begin_layout Plain Layout
2572
2573 \family roman
2574 \series medium
2575 \shape up
2576 \size normal
2577 \emph off
2578 \bar no
2579 \noun off
2580 \color none
2581 3
2582 \end_layout
2583
2584 \end_inset
2585 </cell>
2586 </row>
2587 <row>
2588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2589 \begin_inset Text
2590
2591 \begin_layout Plain Layout
2592 森嶋
2593 \end_layout
2594
2595 \end_inset
2596 </cell>
2597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2598 \begin_inset Text
2599
2600 \begin_layout Plain Layout
2601 宇沢
2602 \end_layout
2603
2604 \end_inset
2605 </cell>
2606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2607 \begin_inset Text
2608
2609 \begin_layout Plain Layout
2610 二階堂
2611 \end_layout
2612
2613 \end_inset
2614 </cell>
2615 </row>
2616 <row>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 \begin_inset Formula $\int x^{2}dx$
2631 \end_inset
2632
2633
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642
2643 \family roman
2644 \series medium
2645 \shape up
2646 \size normal
2647 \emph off
2648 \bar no
2649 \noun off
2650 \color none
2651 \begin_inset Formula $\left[\begin{array}{cc}
2652 a & b\\
2653 c & d
2654 \end{array}\right]$
2655 \end_inset
2656
2657
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2663 \begin_inset Text
2664
2665 \begin_layout Plain Layout
2666
2667 \family roman
2668 \series medium
2669 \shape up
2670 \size normal
2671 \emph off
2672 \bar no
2673 \noun off
2674 \color none
2675 \begin_inset Formula $1+1=2$
2676 \end_inset
2677
2678
2679 \end_layout
2680
2681 \end_inset
2682 </cell>
2683 </row>
2684 </lyxtabular>
2685
2686 \end_inset
2687
2688
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \begin_layout Standard
2697 表フロートは,
2698 \family sans
2699 挿入
2700 \shape up
2701 \SpecialChar menuseparator
2702 フロート\SpecialChar menuseparator
2703
2704 \family default
2705 \shape default
2706 メニューかツールバーボタン
2707 \family sans
2708
2709 \begin_inset Info
2710 type  "icon"
2711 arg   "float-insert table"
2712 \end_inset
2713
2714
2715 \family default
2716 を使うと挿入することができます.
2717 \end_layout
2718
2719 \begin_layout Standard
2720 フロートは折りたたむことのできるボックスとして表示され,中には「表
2721 \begin_inset space ~
2722 \end_inset
2723
2724 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,このキャプションの上にも下にも入れることができます.
2725 \end_layout
2726
2727 \begin_layout Standard
2728
2729 \begin_inset space ~
2730 \end_inset
2731
2732
2733 \begin_inset CommandInset ref
2734 LatexCommand ref
2735 reference "tab:表フロート"
2736
2737 \end_inset
2738
2739 は,表フロートに入れた表の例です.
2740 \end_layout
2741
2742 \begin_layout Standard
2743 キャプションを表の上に入れるのは,標準的な組版方法ですが,残念ながら\SpecialChar LaTeX
2744 の標準クラスではサポートされていません.つまり,article・book・letter・re
2745 portのような文書クラスを使用した場合には,キャプションと表のあいだに余白が入りません.必要な余白を入れるには,使用中の文書のプリアンブルに,LaTeXパッケ
2746 ージの
2747 \series bold
2748 caption
2749 \series default
2750
2751 \begin_inset Index idx
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 \SpecialChar LaTeX
2756 ぱっけーじ@\SpecialChar LaTeX
2757 パッケージ ! caption
2758 \end_layout
2759
2760 \end_inset
2761
2762
2763 \end_layout
2764
2765 \begin_layout Standard
2766
2767 \series bold
2768 tableposition=top
2769 \end_layout
2770
2771 \begin_layout Standard
2772 というオプションとともにloadコマンドを使って読み込んでください
2773 \begin_inset Foot
2774 status collapsed
2775
2776 \begin_layout Plain Layout
2777 詳しくは,第
2778 \begin_inset CommandInset ref
2779 LatexCommand ref
2780 reference "sec:キャプションの配置"
2781
2782 \end_inset
2783
2784 節をご覧下さい.
2785 \end_layout
2786
2787 \end_inset
2788
2789 .キャプション書式を調整するには,第
2790 \begin_inset CommandInset ref
2791 LatexCommand ref
2792 reference "sec:キャプションの書式設定"
2793
2794 \end_inset
2795
2796 節にものべられているように
2797 \series bold
2798 caption
2799 \series default
2800 パッケージを使用します.
2801 \end_layout
2802
2803 \begin_layout Standard
2804 \begin_inset Index idx
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808 さんしょう@参照 ! ひょうへの@表への
2809 \end_layout
2810
2811 \end_inset
2812
2813 表は,本文中において,ラベルを参照することによって相互参照することができます.そのためには,
2814 \family sans
2815 挿入\SpecialChar menuseparator
2816 ラベル
2817 \family default
2818 メニューかツールバーボタンの
2819 \family sans
2820
2821 \begin_inset Info
2822 type  "icon"
2823 arg   "label-insert"
2824 \end_inset
2825
2826
2827 \family default
2828 を用いて,キャプションにラベルを挿入して下さい.然る後に,挿入\SpecialChar menuseparator
2829 相互参照メニューかツールバーボタンの
2830 \family sans
2831
2832 \begin_inset Info
2833 type  "icon"
2834 arg   "dialog-show-new-inset ref"
2835 \end_inset
2836
2837
2838 \family default
2839 を用いて,このラベルを参照することができます.
2840 \begin_inset Newline newline
2841 \end_inset
2842
2843 参照は,第
2844 \begin_inset CommandInset ref
2845 LatexCommand ref
2846 reference "sec:フロートの参照"
2847
2848 \end_inset
2849
2850 節で詳細に説明されています.
2851 \end_layout
2852
2853 \begin_layout Section
2854 多頁表
2855 \begin_inset CommandInset label
2856 LatexCommand label
2857 name "sec:多頁表"
2858
2859 \end_inset
2860
2861
2862 \begin_inset Index idx
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866 たへえしひよう@多頁表
2867 \end_layout
2868
2869 \end_inset
2870
2871
2872 \begin_inset Index idx
2873 status collapsed
2874
2875 \begin_layout Plain Layout
2876 ひょう@表 ! たへえしひよう@多頁—
2877 \end_layout
2878
2879 \end_inset
2880
2881
2882 \end_layout
2883
2884 \begin_layout Standard
2885 表が長すぎて1ページに収まりきらないときには,表ダイアログの
2886 \family sans
2887 多頁表
2888 \family default
2889 タブにある
2890 \family sans
2891 多頁表を使う
2892 \family default
2893 オプションを使用して,複数ページに自動的に分割させることができます.このオプションを有効にすると,いくつかのチェックボックスが使えるようになり,以下のものを定義
2894 することができるようになります.
2895 \end_layout
2896
2897 \begin_layout Description
2898 ヘッダ: カーソル位置の行が,多頁表の全ページに表示されるヘッダ行として定義されます.
2899 \family roman
2900 \series medium
2901 \shape up
2902 \size normal
2903 \emph off
2904 \bar no
2905 \noun off
2906 \color none
2907 ただし,
2908 \family sans
2909 \series default
2910 \shape default
2911 \size default
2912 \emph default
2913 \bar default
2914 \noun default
2915 \color inherit
2916 冒頭ヘッダ
2917 \family roman
2918 \series medium
2919 \shape up
2920 \size normal
2921 \emph off
2922 \bar no
2923 \noun off
2924 \color none
2925 が定義されているときは,冒頭ページを除きます.
2926 \family default
2927 \series default
2928 \shape default
2929 \size default
2930 \emph default
2931 \bar default
2932 \noun default
2933 \color inherit
2934 これと区別して,このヘッダは本体ヘッダと呼びます.
2935 \end_layout
2936
2937 \begin_layout Description
2938 冒頭ヘッダ: カーソル位置の行が,多頁表の最初のページに表示されるヘッダ行として定義されます.
2939 \end_layout
2940
2941 \begin_layout Description
2942 フッタ: カーソル位置の行が,多頁表の全ページに表示されるフッタ行として定義されます.
2943 \family roman
2944 \series medium
2945 \shape up
2946 \size normal
2947 \emph off
2948 \bar no
2949 \noun off
2950 \color none
2951 ただし,
2952 \family sans
2953 \series default
2954 \shape default
2955 \size default
2956 \emph default
2957 \bar default
2958 \noun default
2959 \color inherit
2960 末尾フッタ
2961 \family roman
2962 \series medium
2963 \shape up
2964 \size normal
2965 \emph off
2966 \bar no
2967 \noun off
2968 \color none
2969 が定義されているときは,末尾ページを除きます.
2970 \end_layout
2971
2972 \begin_layout Description
2973 末尾フッタ: カーソル位置の行が,多頁表の最後のページに表示されるフッタ行として定義されます.
2974 \end_layout
2975
2976 \begin_layout Description
2977 キャプション: カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,キャプションが挿入されます.多頁表のキャプションについての詳細は,第
2978 \begin_inset CommandInset ref
2979 LatexCommand ref
2980 reference "subsec:多頁表のキャプション"
2981
2982 \end_inset
2983
2984 節で説明されています.
2985 \end_layout
2986
2987 \begin_layout Standard
2988 加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
2989 \end_layout
2990
2991 \begin_layout Standard
2992 \align center
2993 \begin_inset Tabular
2994 <lyxtabular version="3" rows="69" columns="3">
2995 <features islongtable="true" longtabularalignment="center">
2996 <column alignment="left" valignment="top" width="0cm">
2997 <column alignment="left" valignment="top" width="0pt">
2998 <column alignment="center" valignment="top" width="0pt">
2999 <row endfirsthead="true">
3000 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004
3005 \series bold
3006 例示用電話帳(名前は無視してください)
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row endfirsthead="true">
3031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 氏名
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \series bold
3055 TEL.
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 </row>
3061 <row endhead="true">
3062 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066
3067 \series bold
3068 例示用電話帳
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 </row>
3092 <row endhead="true">
3093 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 氏名
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \series bold
3117 TEL.
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row endfoot="true">
3124 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 次頁へつづく
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \series bold
3159 Annovi
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 Silvia
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 111
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 </row>
3183 <row>
3184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188
3189 \series bold
3190 Bertoli
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell alignment="center" valignment="top" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199 Stefano
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 111
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 <row>
3215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \series bold
3221 Bozzi
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell alignment="center" valignment="top" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230 Walter
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 111
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row>
3246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \series bold
3252 Cachia
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="center" valignment="top" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261 Maria
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270 111
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 <row>
3277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281
3282 \series bold
3283 Cachia
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292 Maurizio
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301 111
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 </row>
3307 <row>
3308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \series bold
3314 Cinquemani
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="center" valignment="top" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 Giusi
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 111
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 </row>
3338 <row>
3339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \series bold
3345 Colin
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 Bernard
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 111
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 </row>
3369 <row>
3370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374
3375 \series bold
3376 Concli
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 Gianfranco
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 111
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \series bold
3407 Dal Bosco
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 Carolina
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 111
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 <row>
3432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438 Dalpiaz
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 Annamaria
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 111
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 </row>
3462 <row>
3463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \series bold
3469 Feliciello
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Domenico
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 111
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row>
3494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500 Focarelli
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 Paola
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 111
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row>
3525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \series bold
3531 Galletti
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 Oreste
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 111
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row>
3556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \series bold
3562 Gasparini
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 Franca
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 111
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591
3592 \series bold
3593 Rizzardi
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 Paola
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 111
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row>
3618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622
3623 \series bold
3624 Lassini
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 Giancarlo
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 111
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653
3654 \series bold
3655 Malfatti
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Luciano
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 111
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684
3685 \series bold
3686 Malfatti
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 Valeriano
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 111
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717 Meneguzzo
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 Roberto
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 111
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 </row>
3741 <row>
3742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746
3747 \series bold
3748 Mezzadra
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 Roberto
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 111
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 </row>
3772 <row>
3773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777
3778 \series bold
3779 Pirpamer
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 Erich
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 111
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808
3809 \series bold
3810 Pochiesa
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 Paolo
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 111, 222
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row>
3835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839
3840 \series bold
3841 Radina
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 Claudio
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 111
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \series bold
3872 Stuffer
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 Oskar
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 111
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 </row>
3896 <row>
3897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901
3902 \series bold
3903 Tacchelli
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 Ugo
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 111
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 </row>
3927 <row>
3928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932
3933 \series bold
3934 Tezzele
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 Margit
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 111
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 </row>
3958 <row>
3959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963
3964 \series bold
3965 Unterkalmsteiner
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 Frieda
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 111
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994
3995 \series bold
3996 Vieider
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 Hilde
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 111
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 </row>
4020 <row>
4021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025
4026 \series bold
4027 Vigna
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 Jürgen
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 111
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 </row>
4051 <row>
4052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056
4057 \series bold
4058 Weber
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 Maurizio
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 111
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 </row>
4082 <row>
4083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087
4088 \series bold
4089 Winkler
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 Franz
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 111
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 </row>
4113 <row>
4114 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118  
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Annovi
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Silvia
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 555
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \series bold
4180 Bertoli
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 Stefano
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 555
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \series bold
4211 Bozzi
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 Walter
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 555
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \series bold
4242 Cachia
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 Maria
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 555
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 </row>
4266 <row>
4267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271
4272 \series bold
4273 Cachia
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 Maurizio
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 555
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \series bold
4304 Cinquemani
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 Giusi
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 555
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \series bold
4335 Colin
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Bernard
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 555
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364
4365 \series bold
4366 Concli
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 Gianfranco
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 555
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395
4396 \series bold
4397 Dal Bosco
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 Carolina
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 555
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 </row>
4421 <row>
4422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426
4427 \series bold
4428 Dalpiaz
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 Annamaria
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 555
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \series bold
4459 Feliciello
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 Domenico
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 555
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488
4489 \series bold
4490 Focarelli
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 Paola
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 555
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519
4520 \series bold
4521 Galletti
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 Oreste
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 555
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550
4551 \series bold
4552 Gasparini
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 Franca
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 555
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \series bold
4583 Rizzardi
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 Paola
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 555
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \series bold
4614 Lassini
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 Giancarlo
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 555
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643
4644 \series bold
4645 Malfatti
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 Luciano
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 555
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 </row>
4669 <row>
4670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674
4675 \series bold
4676 Malfatti
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 Valeriano
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 555
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705
4706 \series bold
4707 Meneguzzo
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 Roberto
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 555
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row>
4732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736
4737 \series bold
4738 Mezzadra
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 Roberto
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 555
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 <row>
4763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767
4768 \series bold
4769 Pirpamer
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 Erich
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 555
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798
4799 \series bold
4800 Pochiesa
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 Paolo
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 555, 222
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829
4830 \series bold
4831 Radina
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 Claudio
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 555
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row>
4856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860
4861 \series bold
4862 Stuffer
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 Oskar
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 555
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 </row>
4886 <row>
4887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891
4892 \series bold
4893 Tacchelli
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 Ugo
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 555
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 </row>
4917 <row>
4918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922
4923 \series bold
4924 Tezzele
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 Margit
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 555
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 </row>
4948 <row>
4949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953
4954 \series bold
4955 Unterkalmsteiner
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 Frieda
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 555
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 </row>
4979 <row>
4980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984
4985 \series bold
4986 Vieider
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 Hilde
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 555
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 </row>
5010 <row>
5011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015
5016 \series bold
5017 Vigna
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 Jürgen
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 999
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 </row>
5041 <row>
5042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046
5047 \series bold
5048 Weber
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Maurizio
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 555
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 </row>
5072 <row>
5073 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077
5078 \series bold
5079 Winkler
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 Franz
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 555
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row endlastfoot="true">
5104 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 以上
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 </lyxtabular>
5133
5134 \end_inset
5135
5136
5137 \begin_inset ERT
5138 status collapsed
5139
5140 \begin_layout Plain Layout
5141
5142
5143 \backslash
5144 addtocounter{table}{-1}
5145 \end_layout
5146
5147 \end_inset
5148
5149
5150 \begin_inset Note Note
5151 status collapsed
5152
5153 \begin_layout Plain Layout
5154 本コマンドの説明については,第
5155 \begin_inset CommandInset ref
5156 LatexCommand ref
5157 reference "subsec:多頁表のキャプション"
5158
5159 \end_inset
5160
5161 節の最初の淡色註釈をご覧下さい.
5162 \end_layout
5163
5164 \end_inset
5165
5166
5167 \end_layout
5168
5169 \begin_layout Subsection
5170 多頁表での脚註
5171 \begin_inset CommandInset label
5172 LatexCommand label
5173 name "subsec:多頁表での脚注"
5174
5175 \end_inset
5176
5177
5178 \begin_inset Index idx
5179 status collapsed
5180
5181 \begin_layout Plain Layout
5182 たへえしひよう@多頁表 ! きやくちゆう@脚註
5183 \end_layout
5184
5185 \end_inset
5186
5187
5188 \end_layout
5189
5190 \begin_layout Standard
5191 脚註は,どの多頁表セルにも入れることができます.脚註は,脚註のついた表セルのあるページの下部に表示されます.たとえば,表
5192 \begin_inset CommandInset ref
5193 LatexCommand ref
5194 reference "tab:別キャプション"
5195
5196 \end_inset
5197
5198 には脚註が付いています.
5199 \end_layout
5200
5201 \begin_layout Subsection
5202 多頁表の縦横揃え
5203 \begin_inset Index idx
5204 status collapsed
5205
5206 \begin_layout Plain Layout
5207 たへえしひよう@多頁表 ! たてよこぞろえ@縦横揃え
5208 \end_layout
5209
5210 \end_inset
5211
5212
5213 \end_layout
5214
5215 \begin_layout Standard
5216 表設定ダイアログでは,多頁表の水平揃えを指定することができます.左揃えや右揃えでは,表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,中央揃えに
5217 設定してから
5218 \end_layout
5219
5220 \begin_layout Standard
5221
5222 \series bold
5223
5224 \backslash
5225 setlength{
5226 \backslash
5227 LTleft}{値}
5228 \end_layout
5229
5230 \begin_layout Standard
5231 という行を当該多頁表の前に\SpecialChar TeX
5232 コードとして挿入して,長さ
5233 \series bold
5234
5235 \backslash
5236 LTleft
5237 \series default
5238 および
5239 \series bold
5240
5241 \backslash
5242 LTright
5243 \series default
5244 の値を変更しなくてはなりません.ここで「値」は,第
5245 \begin_inset CommandInset ref
5246 LatexCommand ref
5247 reference "tab:単位"
5248
5249 \end_inset
5250
5251 表に挙げてある単位であれば,どの単位を取ることもできます.
5252 \series bold
5253
5254 \backslash
5255 LTleft
5256 \series default
5257 は,左頁余白から多頁表までの水平方向の距離を制御し,
5258 \series bold
5259
5260 \backslash
5261 LTright
5262 \series default
5263 は,右頁余白からの距離を制御します.これらの長さの既定値は
5264 \series bold
5265
5266 \backslash
5267 fill
5268 \series default
5269 となっており,\SpecialChar LyX
5270 の水平フィルと同等になっています.
5271 \end_layout
5272
5273 \begin_layout Standard
5274 以下の多頁表は,中央揃えの上,
5275 \series bold
5276
5277 \backslash
5278 LTleft
5279 \series default
5280
5281 \family sans
5282 0.1
5283 \backslash
5284 columnwidth
5285 \family default
5286 に設定してあります.
5287 \begin_inset ERT
5288 status collapsed
5289
5290 \begin_layout Plain Layout
5291
5292
5293 \backslash
5294 setlength{
5295 \backslash
5296 LTleft}{0.1
5297 \backslash
5298 columnwidth}
5299 \end_layout
5300
5301 \end_inset
5302
5303
5304 \end_layout
5305
5306 \begin_layout Standard
5307 \begin_inset Tabular
5308 <lyxtabular version="3" rows="5" columns="5">
5309 <features islongtable="true" longtabularalignment="center">
5310 <column alignment="center" valignment="top">
5311 <column alignment="center" valignment="top">
5312 <column alignment="center" valignment="top">
5313 <column alignment="center" valignment="top">
5314 <column alignment="center" valignment="top">
5315 <row>
5316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 1
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 2
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 3
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 4
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 5
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 <row>
5363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367 いろは
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 いろは
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 </row>
5409 <row>
5410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 いろは
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 いろは
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 </row>
5456 <row>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 いろは
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 いろは
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 </row>
5503 <row>
5504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 いろは
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 いろは
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 いろは
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 いろは
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 いろは
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 </row>
5550 </lyxtabular>
5551
5552 \end_inset
5553
5554
5555 \begin_inset ERT
5556 status collapsed
5557
5558 \begin_layout Plain Layout
5559
5560
5561 \backslash
5562 setlength{
5563 \backslash
5564 LTleft}{
5565 \backslash
5566 fill}
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \begin_inset ERT
5573 status collapsed
5574
5575 \begin_layout Plain Layout
5576
5577
5578 \backslash
5579 addtocounter{table}{-1}
5580 \end_layout
5581
5582 \end_inset
5583
5584
5585 \begin_inset Note Note
5586 status collapsed
5587
5588 \begin_layout Plain Layout
5589 このコマンドの説明に関しては,第
5590 \begin_inset CommandInset ref
5591 LatexCommand ref
5592 reference "subsec:多頁表のキャプション"
5593
5594 \end_inset
5595
5596 節の最初の淡色註釈をご覧下さい.
5597 \end_layout
5598
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \begin_layout Subsection
5605 多頁表のキャプション
5606 \begin_inset Index idx
5607 status collapsed
5608
5609 \begin_layout Plain Layout
5610 たへえしひよう@多頁表 ! きやふしよん@キャプション
5611 \end_layout
5612
5613 \end_inset
5614
5615
5616 \begin_inset CommandInset label
5617 LatexCommand label
5618 name "subsec:多頁表のキャプション"
5619
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \begin_layout Standard
5626 フロートは一頁に収まらなくてはならないので,多頁表を表フロートに入れることはできません.しかし,第
5627 \begin_inset CommandInset ref
5628 LatexCommand ref
5629 reference "sec:多頁表"
5630
5631 \end_inset
5632
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 \family sans
5647 フッタ
5648 \family default
5649
5650 \family sans
5651 末尾フッタ
5652 \family default
5653 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,ひとつだけです.
5654 \end_layout
5655
5656 \begin_layout Standard
5657 以下は,動作を確認するための短い多頁表です.
5658 \end_layout
5659
5660 \begin_layout Standard
5661 \begin_inset Tabular
5662 <lyxtabular version="3" rows="6" columns="5">
5663 <features islongtable="true" longtabularalignment="center">
5664 <column alignment="center" valignment="top">
5665 <column alignment="center" valignment="top">
5666 <column alignment="center" valignment="top">
5667 <column alignment="center" valignment="top">
5668 <column alignment="center" valignment="top">
5669 <row endfirsthead="true" caption="true">
5670 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 \begin_inset Caption Standard
5675
5676 \begin_layout Plain Layout
5677 キャプション付き多頁表
5678 \begin_inset Argument 1
5679 status collapsed
5680
5681 \begin_layout Plain Layout
5682 多頁表
5683 \end_layout
5684
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 </row>
5734 <row>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 1
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 2
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 3
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 4
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 5
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 </row>
5781 <row>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 いろは
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 いろは
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 </row>
5828 <row>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 いろは
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 いろは
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 </row>
5875 <row>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 いろは
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 いろは
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 <row>
5923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 いろは
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 いろは
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 いろは
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 いろは
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 いろは
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 </lyxtabular>
5970
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \begin_layout Standard
5977 \begin_inset VSpace medskip
5978 \end_inset
5979
5980
5981 \begin_inset Note Greyedout
5982 status open
5983
5984 \begin_layout Plain Layout
5985
5986 \series bold
5987 【註1】
5988 \series default
5989 表番号は,多頁表にキャプションを付けなかったとしても,各多頁表毎に加番されます.このため,あいだにキャプションのない二つの多頁表が挟まっていたならば,表一覧では
5990 ,たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,キャプションのないすべての多頁表の後に,\SpecialChar TeX
5991 コードで
5992 \end_layout
5993
5994 \begin_layout Plain Layout
5995
5996 \series bold
5997
5998 \backslash
5999 addtocounter{table}{-1}
6000 \end_layout
6001
6002 \begin_layout Plain Layout
6003 というコマンドを挿入する方法があります.
6004 \end_layout
6005
6006 \begin_layout Plain Layout
6007 全多頁表にキャプションがなかったり,文書プリアンブルに以下のコードを書き加えていれば,以上のことは必要ありません.
6008 \end_layout
6009
6010 \begin_layout Plain Layout
6011
6012 \series bold
6013
6014 \backslash
6015 let
6016 \backslash
6017 myEnd
6018 \backslash
6019 endlongtable
6020 \begin_inset Newline newline
6021 \end_inset
6022
6023
6024 \backslash
6025 renewcommand{
6026 \backslash
6027 endlongtable}{
6028 \backslash
6029 myEnd
6030 \backslash
6031 addtocounter{table}{-1}}
6032 \end_layout
6033
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \begin_layout Standard
6040 \begin_inset Note Greyedout
6041 status open
6042
6043 \begin_layout Plain Layout
6044
6045 \series bold
6046 【註2】
6047 \series default
6048 相互参照をリンクするために,
6049 \family sans
6050 文書設定
6051 \family default
6052 ダイアログの
6053 \family sans
6054 PDF特性
6055 \family default
6056
6057 \series bold
6058 hyperref
6059 \series default
6060
6061 \begin_inset Index idx
6062 status collapsed
6063
6064 \begin_layout Plain Layout
6065 \SpecialChar LaTeX
6066 ぱっけーじ@\SpecialChar LaTeX
6067 パッケージ ! hyperref
6068 \end_layout
6069
6070 \end_inset
6071
6072 を使用している場合,多頁表キャプションへのリンクは,つねに文頭に向けられます.
6073 \end_layout
6074
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \begin_layout Subsubsection
6081 多頁表への参照
6082 \begin_inset Index idx
6083 status collapsed
6084
6085 \begin_layout Plain Layout
6086 たへえしひよう@多頁表 ! さんしよう@参照
6087 \end_layout
6088
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \begin_layout Standard
6095 \begin_inset Tabular
6096 <lyxtabular version="3" rows="6" columns="5">
6097 <features islongtable="true" longtabularalignment="center">
6098 <column alignment="center" valignment="top">
6099 <column alignment="center" valignment="top">
6100 <column alignment="center" valignment="top">
6101 <column alignment="center" valignment="top">
6102 <column alignment="center" valignment="top">
6103 <row endfirsthead="true" caption="true">
6104 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 \begin_inset Caption Standard
6109
6110 \begin_layout Plain Layout
6111 参照された多頁表
6112 \begin_inset CommandInset label
6113 LatexCommand label
6114 name "tab:参照例"
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 </row>
6165 <row>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 1
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 2
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 3
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 4
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 5
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 <row>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 いろは
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 いろは
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 </row>
6259 <row>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 いろは
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 いろは
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 </row>
6306 <row>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 いろは
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 いろは
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 </row>
6353 <row>
6354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 いろは
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 いろは
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 いろは
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 いろは
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 いろは
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 </row>
6400 </lyxtabular>
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \begin_layout Standard
6408 多頁表を参照するには,キャプションにラベルを挿入してください.
6409 \end_layout
6410
6411 \begin_layout Standard
6412 これは表
6413 \begin_inset CommandInset ref
6414 LatexCommand ref
6415 reference "tab:参照例"
6416
6417 \end_inset
6418
6419 への参照です.
6420 \end_layout
6421
6422 \begin_layout Standard
6423 キャプションのレイアウトは,文書中の他のすべてのキャプションと一緒に,\SpecialChar LaTeX
6424 パッケージの
6425 \series bold
6426 caption
6427 \series default
6428
6429 \begin_inset Index idx
6430 status collapsed
6431
6432 \begin_layout Plain Layout
6433 \SpecialChar LaTeX
6434 ぱっけーじ@\SpecialChar LaTeX
6435 パッケージ ! caption
6436 \end_layout
6437
6438 \end_inset
6439
6440 を使用して設定することができます.第
6441 \begin_inset CommandInset ref
6442 LatexCommand ref
6443 reference "sec:キャプションの書式設定"
6444
6445 \end_inset
6446
6447 節をご覧下さい.
6448 \end_layout
6449
6450 \begin_layout Subsubsection
6451 キャプションの幅
6452 \begin_inset Index idx
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 たへえしひよう@多頁表 ! きやふしよんのはは@キャプションの幅
6457 \end_layout
6458
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \begin_layout Standard
6465 キャプション行の最大長は,長さ
6466 \series bold
6467
6468 \backslash
6469 LTcapwidth
6470 \series default
6471 によって指定することができます.既定値は4
6472 \begin_inset space \thinspace{}
6473 \end_inset
6474
6475 inです.これを変更するには,現文書の文書プリアンブルか,調整したい多頁表の前の文中に\SpecialChar TeX
6476 コードとして
6477 \end_layout
6478
6479 \begin_layout Standard
6480
6481 \series bold
6482
6483 \backslash
6484 setlength{
6485 \backslash
6486 LTcapwidth}{幅}
6487 \end_layout
6488
6489 \begin_layout Standard
6490 というコマンドを書き加えて下さい.ここで「幅」には,付録
6491 \begin_inset CommandInset ref
6492 LatexCommand ref
6493 reference "cha:LyXで使用できる単位"
6494
6495 \end_inset
6496
6497 に挙げられている単位を取ることができます.
6498 \end_layout
6499
6500 \begin_layout Standard
6501 以下の各表で違いを示します.
6502 \end_layout
6503
6504 \begin_layout Standard
6505 \begin_inset Tabular
6506 <lyxtabular version="3" rows="6" columns="5">
6507 <features islongtable="true" longtabularalignment="center">
6508 <column alignment="center" valignment="top">
6509 <column alignment="center" valignment="top">
6510 <column alignment="center" valignment="top">
6511 <column alignment="center" valignment="top">
6512 <column alignment="center" valignment="top">
6513 <row endfirsthead="true" caption="true">
6514 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 \begin_inset Caption Standard
6519
6520 \begin_layout Plain Layout
6521 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6522 \begin_inset Argument 1
6523 status collapsed
6524
6525 \begin_layout Plain Layout
6526 既定幅のキャプション
6527 \end_layout
6528
6529 \end_inset
6530
6531
6532 \end_layout
6533
6534 \end_inset
6535
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 </row>
6578 <row>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 1
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 2
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 3
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 4
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 5
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 </row>
6625 <row>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 いろは
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 いろは
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 </row>
6672 <row>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 いろは
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 いろは
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 </row>
6719 <row>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 いろは
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 いろは
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 </row>
6766 <row>
6767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 いろは
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 いろは
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 いろは
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 いろは
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 いろは
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 </lyxtabular>
6814
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \begin_layout Standard
6821 \begin_inset ERT
6822 status collapsed
6823
6824 \begin_layout Plain Layout
6825
6826
6827 \backslash
6828 setlength{
6829 \backslash
6830 LTcapwidth}{5cm}
6831 \end_layout
6832
6833 \end_inset
6834
6835
6836 \begin_inset Tabular
6837 <lyxtabular version="3" rows="6" columns="5">
6838 <features islongtable="true" longtabularalignment="center">
6839 <column alignment="center" valignment="top">
6840 <column alignment="center" valignment="top">
6841 <column alignment="center" valignment="top">
6842 <column alignment="center" valignment="top">
6843 <column alignment="center" valignment="top">
6844 <row endfirsthead="true" caption="true">
6845 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 \begin_inset Caption Standard
6850
6851 \begin_layout Plain Layout
6852 5
6853 \begin_inset space \thinspace{}
6854 \end_inset
6855
6856 cm幅のなが〜いフルタイトル・5
6857 \begin_inset space \thinspace{}
6858 \end_inset
6859
6860 cm幅のなが〜いフルタイトル・5
6861 \begin_inset space \thinspace{}
6862 \end_inset
6863
6864 cm幅のなが〜いフルタイトル
6865 \begin_inset Argument 1
6866 status collapsed
6867
6868 \begin_layout Plain Layout
6869 5
6870 \begin_inset space \thinspace{}
6871 \end_inset
6872
6873 cm幅のキャプション
6874 \end_layout
6875
6876 \end_inset
6877
6878
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 <row>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 1
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 2
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 3
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 4
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 5
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 </row>
6972 <row>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 いろは
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 いろは
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 <row>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 いろは
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 いろは
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 <row>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 いろは
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 いろは
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 <row>
7114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 いろは
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 いろは
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 いろは
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 いろは
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 いろは
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 </row>
7160 </lyxtabular>
7161
7162 \end_inset
7163
7164
7165 \end_layout
7166
7167 \begin_layout Standard
7168 \begin_inset ERT
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172
7173
7174 \backslash
7175 setlength{
7176 \backslash
7177 LTcapwidth}{4in}
7178 \end_layout
7179
7180 \end_inset
7181
7182
7183 \end_layout
7184
7185 \begin_layout Standard
7186 \begin_inset Note Greyedout
7187 status open
7188
7189 \begin_layout Plain Layout
7190
7191 \series bold
7192 【註】
7193 \series default
7194 この文書のように\SpecialChar LaTeX
7195 パッケージの
7196 \series bold
7197 caption
7198 \series default
7199
7200 \begin_inset Index idx
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204 \SpecialChar LaTeX
7205 ぱっけーじ@\SpecialChar LaTeX
7206 パッケージ ! caption
7207 \end_layout
7208
7209 \end_inset
7210
7211 を使用している時には,
7212 \series bold
7213
7214 \backslash
7215 LTcapwidth
7216 \series default
7217 に既定値の4
7218 \begin_inset space \thinspace{}
7219 \end_inset
7220
7221 inを使用している場合,ページの全幅が用いられます.この場合,正確に4
7222 \begin_inset space \thinspace{}
7223 \end_inset
7224
7225 in幅のキャプションを作るには,3.99
7226 \begin_inset space \thinspace{}
7227 \end_inset
7228
7229 inのように4.0
7230 \begin_inset space \thinspace{}
7231 \end_inset
7232
7233 inと少し違う値を指定するか,
7234 \series bold
7235 caption
7236 \series default
7237 パッケージが提供している
7238 \series bold
7239
7240 \backslash
7241 captionsetup{width=値}
7242 \series default
7243 という\SpecialChar LaTeX
7244 コマンドを用いる方法があります.
7245 \end_layout
7246
7247 \end_inset
7248
7249
7250 \end_layout
7251
7252 \begin_layout Subsubsection
7253 表の各ページごとに異なるキャプション
7254 \begin_inset Index idx
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258 たへえしひよう@多頁表 ! へえしことにことなるきやふしよん@ページごとに異なるキャプション
7259 \end_layout
7260
7261 \end_inset
7262
7263
7264 \end_layout
7265
7266 \begin_layout Standard
7267 次頁以降の表キャプションを,1頁めとは異なるものにしたい場合には,キャプションを入れる空行をヘッダに指定して下さい.それから,キャプションを右クリックして,文脈
7268 依存メニューから
7269 \family sans
7270 キャプション(無番多頁表)
7271 \family default
7272 を選択してください.表
7273 \begin_inset CommandInset ref
7274 LatexCommand ref
7275 reference "tab:別キャプション"
7276
7277 \end_inset
7278
7279 は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7280 \end_layout
7281
7282 \begin_layout Standard
7283 \align center
7284 \begin_inset Tabular
7285 <lyxtabular version="3" rows="59" columns="3">
7286 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7287 <column alignment="left" valignment="top" width="0cm">
7288 <column alignment="left" valignment="top" width="0pt">
7289 <column alignment="center" valignment="top" width="0pt">
7290 <row endfirsthead="true" caption="true">
7291 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 \begin_inset Caption Standard
7296
7297 \begin_layout Plain Layout
7298 例示用電話帳
7299 \begin_inset CommandInset label
7300 LatexCommand label
7301 name "tab:別キャプション"
7302
7303 \end_inset
7304
7305
7306 \begin_inset Argument 1
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310 例示用電話帳
7311 \end_layout
7312
7313 \end_inset
7314
7315
7316 \end_layout
7317
7318 \end_inset
7319
7320
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 </row>
7344 <row endfirsthead="true">
7345 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349
7350 \series bold
7351 例示用電話帳(名前は無視の事)
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row endfirsthead="true">
7376 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380
7381 \series bold
7382 氏名
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400
7401 \series bold
7402 TEL.
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 </row>
7408 <row endhead="true">
7409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 \begin_inset ERT
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417
7418
7419 \backslash
7420 caption*{例示用電話帳の続き}
7421 \backslash
7422
7423 \backslash
7424 %
7425 \end_layout
7426
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 </row>
7453 <row endhead="true">
7454 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458
7459 \series bold
7460 例示用電話帳
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row endhead="true">
7485 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489
7490 \series bold
7491 氏名
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509
7510 \series bold
7511 TEL.
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 </row>
7517 <row endfoot="true">
7518 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 次頁に続く
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row>
7547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \series bold
7553 Annovi
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 Silvia
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 111
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row>
7578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582
7583 \series bold
7584 Bertoli
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 Stefano
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 111
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 </row>
7608 <row>
7609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \series bold
7615 Bozzi
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 Walter
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 111
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row>
7640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \series bold
7646 Cachia
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 Maria
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 111
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 <row>
7671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \series bold
7677 Cachia
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 Maurizio
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 111
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row>
7702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \series bold
7708 Cinquemani
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 Giusi
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 111
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 </row>
7732 <row>
7733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \series bold
7739 Colin
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 Bernard
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 111
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 </row>
7763 <row>
7764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \series bold
7770 Concli
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 Gianfranco
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 111
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row>
7795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \series bold
7801 Dal Bosco
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 Carolina
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 111
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \series bold
7832 Dalpiaz
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 Annamaria
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 111
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row>
7857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \series bold
7863 Feliciello
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 Domenico
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 111
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row>
7888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Focarelli
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 Paola
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 111
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 Galletti
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 Oreste
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 111
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 </row>
7949 <row>
7950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \series bold
7956 Gasparini
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 Franca
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 111
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \series bold
7987 Rizzardi
7988 \series default
7989
7990 \begin_inset Foot
7991 status collapsed
7992
7993 \begin_layout Plain Layout
7994 例示用脚註
7995 \end_layout
7996
7997 \end_inset
7998
7999
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 Paola
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 111
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \series bold
8030 Lassini
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 Giancarlo
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 111
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 Malfatti
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Luciano
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 111
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \series bold
8092 Malfatti
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 Valeriano
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 111
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Meneguzzo
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Roberto
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Mezzadra
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Roberto
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Pirpamer
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Erich
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Pochiesa
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Paolo
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111, 222
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Radina
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Claudio
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Stuffer
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Oskar
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Tacchelli
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Ugo
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 111
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Tezzele
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Margit
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 111
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Unterkalmsteiner
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Frieda
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 111
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \series bold
8402 Vieider
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Hilde
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 111
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \series bold
8433 Vigna
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Jürgen
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Weber
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Maurizio
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Winkler
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Franz
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524  
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Annovi
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Silvia
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 555
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Bertoli
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Stefano
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 555
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Bozzi
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Walter
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 555
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Cachia
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Maria
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 555
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Cachia
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Maurizio
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 555
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Cinquemani
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Giusi
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 555
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Colin
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Bernard
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 555
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Concli
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Gianfranco
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 555
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \series bold
8803 Dal Bosco
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Carolina
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 555
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \series bold
8834 Dalpiaz
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 Annamaria
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 555
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865 Feliciello
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 Domenico
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 555
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \series bold
8896 Focarelli
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Paola
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 555
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \series bold
8927 Galletti
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Oreste
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 555
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956
8957 \series bold
8958 Gasparini
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Franca
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 555
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Rizzardi
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Paola
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 555
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Lassini
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Giancarlo
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 555
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Malfatti
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Luciano
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 555
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Malfatti
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Valeriano
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 555
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Meneguzzo
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Roberto
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 555
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \series bold
9144 Mezzadra
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Roberto
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 555
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 </lyxtabular>
9169
9170 \end_inset
9171
9172
9173 \end_layout
9174
9175 \begin_layout Section
9176 多頁表にまつわる諸点
9177 \begin_inset CommandInset label
9178 LatexCommand label
9179 name "sec:多頁表にまつわる諸点"
9180
9181 \end_inset
9182
9183
9184 \end_layout
9185
9186 \begin_layout Subsection
9187 多頁表の計算
9188 \begin_inset Index idx
9189 status collapsed
9190
9191 \begin_layout Plain Layout
9192 たへえしひよう@多頁表 ! けいさん@計算
9193 \end_layout
9194
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \begin_layout Standard
9201 \SpecialChar LaTeX
9202 は,表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,一度に\SpecialChar LaTeX
9203 のメモリに読み込まれる表の断片です.歴史上の経緯から,既定値は
9204 たった表20行分に設定されています.多頁にわたる多頁表がある場合,この設定では文書の生成に時間がかかるかもしれません.この場合,
9205 \end_layout
9206
9207 \begin_layout Standard
9208
9209 \series bold
9210
9211 \backslash
9212 setcounter{LTchunksize}{100}
9213 \end_layout
9214
9215 \begin_layout Standard
9216 というコマンド行を文書のプリアンブルに書き加えることで,単位塊の大きさを100から1000の値に支障なく増やすことができます.
9217 \end_layout
9218
9219 \begin_layout Subsection
9220 フロートと多頁表
9221 \begin_inset Index idx
9222 status collapsed
9223
9224 \begin_layout Plain Layout
9225 たへえしひよう@多頁表 ! ふろおと@フロート
9226 \end_layout
9227
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \begin_layout Standard
9234 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9235 \series bold
9236
9237 \backslash
9238 clearpage
9239 \series default
9240 コマンドを多頁表の前に\SpecialChar TeX
9241 コードとして書き加えてください.
9242 \end_layout
9243
9244 \begin_layout Subsection
9245 強制改頁
9246 \begin_inset Index idx
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250 たへえしひよう@多頁表 ! きようせいかいへえし@強制改頁
9251 \end_layout
9252
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \begin_layout Standard
9259 既定の設定では,表は行の間でのみ改頁されます.もし複数行を含むセルがあり,そのセル中で改頁を行いたい時には,セル中の改頁してもよい場所に\SpecialChar TeX
9260 コードで改行コマンド「
9261 \series bold
9262
9263 \backslash
9264
9265 \backslash
9266
9267 \series default
9268 」を挿入します.
9269 \series bold
9270
9271 \backslash
9272
9273 \backslash
9274
9275 \series default
9276 コマンドの前には,現セルよりも右にある列数と同じ数の「
9277 \series bold
9278 &
9279 \series default
9280 」文字を,\SpecialChar TeX
9281 コードで挿入してやる必要があります.この
9282 \series bold
9283 &
9284 \series default
9285 は,表セルの区切り文字です.各
9286 \series bold
9287 &
9288 \series default
9289 の後に,右側の本来のセルに入るべき内容を\SpecialChar TeX
9290 コードで書き込み,右側のセルの内容は削除してください.
9291 \begin_inset Newline newline
9292 \end_inset
9293
9294
9295 \series bold
9296
9297 \backslash
9298
9299 \backslash
9300
9301 \series default
9302 コマンドの後ろには,現在列の左側にある列数と同じ数の
9303 \series bold
9304 &
9305 \series default
9306 文字を挿入してください.表
9307 \begin_inset CommandInset ref
9308 LatexCommand ref
9309 reference "tab:強制改頁"
9310
9311 \end_inset
9312
9313 では,改頁さるべきセルは,全3列中2列めにあります.したがって,
9314 \end_layout
9315
9316 \begin_layout Standard
9317
9318 \series bold
9319 & 111
9320 \backslash
9321
9322 \backslash
9323  
9324 \backslash
9325 newpage
9326 \begin_inset Newline newline
9327 \end_inset
9328
9329 &
9330 \end_layout
9331
9332 \begin_layout Standard
9333 というコマンドが,セル中「
9334 \emph on
9335 Castelchiodato,
9336 \emph default
9337 」の後に\SpecialChar TeX
9338 コードとして挿入してあります.
9339 \end_layout
9340
9341 \begin_layout Standard
9342 同一行3列目の「111」は削除してあります.
9343 \series bold
9344
9345 \backslash
9346 newpage
9347 \series default
9348 は,改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上
9349 罫線を引いていないけれども,セルを改頁する場所で水平線を引きたい場合には,代わりに
9350 \end_layout
9351
9352 \begin_layout Standard
9353
9354 \series bold
9355 & 111
9356 \backslash
9357
9358 \backslash
9359
9360 \begin_inset Newline newline
9361 \end_inset
9362
9363
9364 \backslash
9365 hline &
9366 \end_layout
9367
9368 \begin_layout Standard
9369 というコマンドを使用して下さい.
9370 \end_layout
9371
9372 \begin_layout Standard
9373 改頁をしたいセルが最右列にある場合には,
9374 \end_layout
9375
9376 \begin_layout Standard
9377
9378 \series bold
9379
9380 \backslash
9381 setlength{
9382 \backslash
9383 parfillskip}{0pt}
9384 \end_layout
9385
9386 \begin_layout Standard
9387 というコマンドを当該セルの初めに\SpecialChar TeX
9388 コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
9389 \end_layout
9390
9391 \begin_layout Standard
9392 \align center
9393 \begin_inset Tabular
9394 <lyxtabular version="3" rows="38" columns="3">
9395 <features islongtable="true" longtabularalignment="center">
9396 <column alignment="left" valignment="top" width="0pt">
9397 <column alignment="left" valignment="top" width="3cm">
9398 <column alignment="center" valignment="top" width="0pt">
9399 <row endfirsthead="true" caption="true">
9400 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 \begin_inset Caption Standard
9405
9406 \begin_layout Plain Layout
9407 表セル内で強制改頁をしている表
9408 \begin_inset CommandInset label
9409 LatexCommand label
9410 name "tab:強制改頁"
9411
9412 \end_inset
9413
9414
9415 \begin_inset Argument 1
9416 status collapsed
9417
9418 \begin_layout Plain Layout
9419 表セル内で強制改頁をしている表
9420 \end_layout
9421
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428
9429
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row endfirsthead="true">
9454 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460 例示用電話帳(氏名は無視の事)
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 </row>
9484 <row endfirsthead="true">
9485 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489
9490 \series bold
9491 氏名
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \series bold
9511 TEL.
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 </row>
9517 <row endhead="true" caption="true">
9518 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 \begin_inset Caption Unnumbered
9523
9524 \begin_layout Plain Layout
9525 例示用電話帳の続き
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 </row>
9554 <row endhead="true">
9555 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 例示用電話帳
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 </row>
9583 <row endhead="true">
9584 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588
9589 \series bold
9590 氏名
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \series bold
9610 TEL.
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 </row>
9616 <row endfoot="true">
9617 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 次頁に続く
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \series bold
9652 Annovi
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 Silvia
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 111
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 </row>
9676 <row>
9677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681
9682 \series bold
9683 Bertoli
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 Stefano
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 111
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row>
9708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712
9713 \series bold
9714 Bozzi
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 Walter
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732 111
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row>
9739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \series bold
9745 Cachia
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 Maria
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 111
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 </row>
9769 <row>
9770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774
9775 \series bold
9776 Cachia
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 Maurizio
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 111
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row>
9801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \series bold
9807 Cinquemani
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816 Giusi
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 111
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 </row>
9831 <row>
9832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \series bold
9838 Colin
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 Bernard
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 111
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 </row>
9862 <row>
9863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \series bold
9869 Concli
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 Gianfranco
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 111
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 </row>
9893 <row>
9894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \series bold
9900 Dal Bosco
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 Carolina
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 111
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \series bold
9931 Dalpiaz
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 Annamaria
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 111
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row>
9956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \series bold
9962 Feliciello
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 Domenico
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 111
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 </row>
9986 <row>
9987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \series bold
9993 Focarelli
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 Paola
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 111
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row>
10018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \series bold
10024 Galletti
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 Oreste
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 111
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row>
10049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \series bold
10055 Gasparini
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 Franca
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 111
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 </row>
10079 <row>
10080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 Lassini
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 Giancarlo
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 111
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \series bold
10117 Malfatti
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 Luciano
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 111
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row>
10142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \series bold
10148 Malfatti
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 Valeriano
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 111
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \series bold
10179 Meneguzzo
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 Roberto
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 111
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row>
10204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 Mezzadra
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 Roberto
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 111
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \series bold
10241 Pirpamer
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Erich
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 111
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272 Pochiesa
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 Paolo
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 111, 222
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Radina
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Claudio
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Rizzardi
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Paolo, 11.
10344  Fürst von Montecompatri, 11.
10345  Fürst von Sulmona und Vivaro, 10.
10346  Fürst von Rossano, 5.
10347  Herzog von Canemorte, 11.
10348  Herzog von Palombara, 5.
10349  Herzog von Castelchiodato,
10350 \begin_inset ERT
10351 status collapsed
10352
10353 \begin_layout Plain Layout
10354
10355 & 111
10356 \backslash
10357
10358 \backslash
10359  
10360 \backslash
10361 newpage
10362 \end_layout
10363
10364 \begin_layout Plain Layout
10365
10366 &
10367 \end_layout
10368
10369 \end_inset
10370
10371  11.
10372  Herzog von Poggionativo, 11.
10373  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10374  Graf von Valinfreda, 11.
10375  Baron von Cropalati, 11.
10376  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 </row>
10391 <row>
10392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396
10397 \series bold
10398 Stuffer
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 Oskar
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 111
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 </row>
10422 <row>
10423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427
10428 \series bold
10429 Tacchelli
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 Ugo
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 111
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 </row>
10453 <row>
10454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458
10459 \series bold
10460 Tezzele
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 Margit
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 111
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489
10490 \series bold
10491 Unterkalmsteiner
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 Frieda
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 111
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 </row>
10515 <row>
10516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520
10521 \series bold
10522 Vieider
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 Hilde
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 111
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 </row>
10546 <row>
10547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551
10552 \series bold
10553 Vigna
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 Jürgen
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 111
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 <row>
10578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582
10583 \series bold
10584 Weber
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 Maurizio
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 111
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 </row>
10608 <row>
10609 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613
10614 \series bold
10615 Winkler
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624 Franz
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 111
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 </row>
10639 </lyxtabular>
10640
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \begin_layout Section
10647 複数行・連結列・連結行
10648 \end_layout
10649
10650 \begin_layout Subsection
10651 表セル内の複数行
10652 \begin_inset CommandInset label
10653 LatexCommand label
10654 name "subsec:複数行"
10655
10656 \end_inset
10657
10658
10659 \begin_inset Index idx
10660 status collapsed
10661
10662 \begin_layout Plain Layout
10663 ひょうせるないのふくすうぎょう@表セル内の複数行
10664 \end_layout
10665
10666 \end_inset
10667
10668
10669 \begin_inset Index idx
10670 status collapsed
10671
10672 \begin_layout Plain Layout
10673 ひょう@表 ! かいぎょう@改行
10674 \end_layout
10675
10676 \end_inset
10677
10678
10679 \end_layout
10680
10681 \begin_layout Standard
10682 \noindent
10683 \begin_inset Float table
10684 placement H
10685 wide false
10686 sideways false
10687 status open
10688
10689 \begin_layout Plain Layout
10690 \begin_inset Caption Standard
10691
10692 \begin_layout Plain Layout
10693 \begin_inset CommandInset label
10694 LatexCommand label
10695 name "tab:複数行表"
10696
10697 \end_inset
10698
10699 セル内に複数の行がある表
10700 \end_layout
10701
10702 \end_inset
10703
10704
10705 \end_layout
10706
10707 \begin_layout Plain Layout
10708 \align center
10709 \begin_inset Tabular
10710 <lyxtabular version="3" rows="3" columns="3">
10711 <features tabularvalignment="middle">
10712 <column alignment="center" valignment="middle" width="2.5cm">
10713 <column alignment="center" valignment="middle">
10714 <column alignment="center" valignment="middle">
10715 <row>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 複数の
10721 \begin_inset Newline linebreak
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 </row>
10748 <row>
10749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 </lyxtabular>
10807
10808 \end_inset
10809
10810
10811 \end_layout
10812
10813 \end_inset
10814
10815
10816 \end_layout
10817
10818 \begin_layout Standard
10819 列に固定幅を指定することによって,文章をハイフネーションを伴った複数行の段落として,入れることができるようになります.
10820 \end_layout
10821
10822 \begin_layout Standard
10823
10824 \begin_inset CommandInset ref
10825 LatexCommand ref
10826 reference "tab:複数行表"
10827
10828 \end_inset
10829
10830 を生成するには,まず3
10831 \begin_inset Formula $\times$
10832 \end_inset
10833
10834 3表を作り,最初のセルを右クリックして現れるメニューから,
10835 \family sans
10836 設定
10837 \family default
10838 メニューを選択します.すると表ダイアログが現れるので,セル幅を2.5
10839 \begin_inset space \thinspace{}
10840 \end_inset
10841
10842 cm幅とし,水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,その行のすべてのセルに適用されます.この例の文章は2.5
10843 \begin_inset space \thinspace{}
10844 \end_inset
10845
10846 cmよりも短いため,一行しか表示されません.そこで二行とも表示するために,両端揃え改行(
10847 \begin_inset Flex Ruby
10848 status collapsed
10849
10850 \begin_layout Plain Layout
10851 捷径
10852 \begin_inset Argument post:1
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856 ショートカット
10857 \end_layout
10858
10859 \end_inset
10860
10861
10862 \end_layout
10863
10864 \end_inset
10865
10866
10867 \begin_inset Info
10868 type  "shortcut"
10869 arg   "newline-insert linebreak"
10870 \end_inset
10871
10872 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,文章は自動的にいくつかの行に改行されます.
10873 \end_layout
10874
10875 \begin_layout Standard
10876 固定幅のセルに長い単語を入れた場合,もしそれがセルの最初にあると,\SpecialChar LaTeX
10877 はハイフネーションを行うことができません.したがって,その単語がセルの最初に来ないようにするた
10878 めには,何かを入れなくてはなりません.そこで,その単語の前に0
10879 \begin_inset space \thinspace{}
10880 \end_inset
10881
10882 pt幅の水平空白を挿入します.空白がゼロ幅なので,出力は変わりません.表
10883 \begin_inset CommandInset ref
10884 LatexCommand ref
10885 reference "tab:ハイフネーション表"
10886
10887 \end_inset
10888
10889 が違いを示しています
10890 \begin_inset Foot
10891 status open
10892
10893 \begin_layout Plain Layout
10894
10895 \series bold
10896 【訳註】
10897 \series default
10898 p\SpecialChar LaTeX
10899 を使用している場合,日本語の文章は正しく改行されます.
10900 \end_layout
10901
10902 \end_inset
10903
10904
10905 \end_layout
10906
10907 \begin_layout Standard
10908 \begin_inset Float table
10909 placement h
10910 wide false
10911 sideways false
10912 status open
10913
10914 \begin_layout Plain Layout
10915 \begin_inset Caption Standard
10916
10917 \begin_layout Plain Layout
10918 \begin_inset CommandInset label
10919 LatexCommand label
10920 name "tab:ハイフネーション表"
10921
10922 \end_inset
10923
10924 ハイフネーション有/無の表
10925 \end_layout
10926
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \begin_layout Plain Layout
10933 \begin_inset space \hfill{}
10934 \end_inset
10935
10936
10937 \begin_inset Tabular
10938 <lyxtabular version="3" rows="3" columns="3">
10939 <features tabularvalignment="middle">
10940 <column alignment="center" valignment="middle" width="2.5cm">
10941 <column alignment="center" valignment="middle">
10942 <column alignment="center" valignment="middle">
10943 <row>
10944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 verylongtablecellword
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 </row>
10972 <row>
10973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 </lyxtabular>
11031
11032 \end_inset
11033
11034
11035 \begin_inset space \hfill{}
11036 \end_inset
11037
11038
11039 \begin_inset Tabular
11040 <lyxtabular version="3" rows="3" columns="3">
11041 <features tabularvalignment="middle">
11042 <column alignment="center" valignment="middle" width="2.5cm">
11043 <column alignment="center" valignment="middle">
11044 <column alignment="center" valignment="middle">
11045 <row>
11046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 \begin_inset space \hspace{}
11051 \length 0pt
11052 \end_inset
11053
11054 verylongtablecellword
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 <row>
11108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 </row>
11136 </lyxtabular>
11137
11138 \end_inset
11139
11140
11141 \begin_inset space \hfill{}
11142 \end_inset
11143
11144
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \begin_layout Subsection
11153 連結列
11154 \begin_inset CommandInset label
11155 LatexCommand label
11156 name "subsec:連結列"
11157
11158 \end_inset
11159
11160
11161 \begin_inset Index idx
11162 status collapsed
11163
11164 \begin_layout Plain Layout
11165 れんけつれつ@連結列
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \begin_inset Index idx
11172 status collapsed
11173
11174 \begin_layout Plain Layout
11175 ひょう@表 ! れんけつれつ@連結列
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Subsubsection
11184 連結列の基礎
11185 \end_layout
11186
11187 \begin_layout Standard
11188 一つのセルが複数の列にまたがるようにするためには,行中から一つの連結セルにまとめるべき各セルを選択して,表ツールバーボタン
11189 \family sans
11190
11191 \begin_inset Info
11192 type  "icon"
11193 arg   "tabular-feature multicolumn"
11194 \end_inset
11195
11196
11197 \family default
11198 を押すか,
11199 \family sans
11200 編集\SpecialChar menuseparator
11201 表\SpecialChar menuseparator
11202 連結列
11203 \family default
11204 メニューを使用するか,あるいは選択したセルを右クリックして現れるメニューから
11205 \family sans
11206 連結列
11207 \family default
11208 を有効にするかしてください.
11209 \end_layout
11210
11211 \begin_layout Standard
11212 連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
11213 ,最下行に上罫線のない連結行がある表の例です.
11214 \end_layout
11215
11216 \begin_layout Standard
11217 \align center
11218 \begin_inset Tabular
11219 <lyxtabular version="3" rows="3" columns="4">
11220 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11221 <column alignment="center" valignment="top" width="0pt">
11222 <column alignment="center" valignment="middle">
11223 <column alignment="center" valignment="top" width="0in">
11224 <column alignment="center" valignment="top" width="0pt">
11225 <row>
11226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 いろは
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 にほへとちり
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 ぬるを
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 <row>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 </row>
11339 </lyxtabular>
11340
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \begin_layout Subsubsection
11347 連結列の計算
11348 \begin_inset CommandInset label
11349 LatexCommand label
11350 name "subsec:連結列の計算"
11351
11352 \end_inset
11353
11354
11355 \begin_inset Index idx
11356 status collapsed
11357
11358 \begin_layout Plain Layout
11359 れんけつれつ@連結列 ! けいさん@計算
11360 \end_layout
11361
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \begin_layout Standard
11368 \SpecialChar LyX
11369 は,連結列を直接にサポートしていますが,同列にある連結セル以外のセル幅については,考慮が必要です.
11370 \end_layout
11371
11372 \begin_layout Standard
11373 \begin_inset Float table
11374 placement h
11375 wide false
11376 sideways false
11377 status open
11378
11379 \begin_layout Plain Layout
11380 \begin_inset Caption Standard
11381
11382 \begin_layout Plain Layout
11383 \begin_inset CommandInset label
11384 LatexCommand label
11385 name "tab:中央揃え表"
11386
11387 \end_inset
11388
11389 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11390 \begin_inset Argument 1
11391 status collapsed
11392
11393 \begin_layout Plain Layout
11394 完全なる連結列表
11395 \end_layout
11396
11397 \end_inset
11398
11399
11400 \end_layout
11401
11402 \end_inset
11403
11404
11405 \end_layout
11406
11407 \begin_layout Plain Layout
11408 \align center
11409 \begin_inset Tabular
11410 <lyxtabular version="3" rows="3" columns="3">
11411 <features tabularvalignment="middle">
11412 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11413 <column alignment="center" valignment="middle">
11414 <column alignment="center" valignment="top">
11415 <row>
11416 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 複数行にわたる連結列
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 <row>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 </row>
11502 </lyxtabular>
11503
11504 \end_inset
11505
11506
11507 \end_layout
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Standard
11515 たとえば,表
11516 \begin_inset CommandInset ref
11517 LatexCommand ref
11518 reference "tab:中央揃え表"
11519
11520 \end_inset
11521
11522 を生成するには,3
11523 \begin_inset Formula $\times$
11524 \end_inset
11525
11526 3表の第一行の最初の二つのセルを選択して,右クリックして現れるメニューから
11527 \family sans
11528 設定
11529 \family default
11530 を選択します.そして現れる表の設定ダイアログで,このセルを
11531 \emph on
11532 連結列
11533 \emph default
11534
11535 \emph on
11536 中央揃え
11537 \emph default
11538 ,2.5
11539 \begin_inset space \thinspace{}
11540 \end_inset
11541
11542 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,第一列の幅を1.25
11543 \begin_inset space \thinspace{}
11544 \end_inset
11545
11546 cm幅に設定します.すると第二列は自動的に1.25
11547 \begin_inset space \thinspace{}
11548 \end_inset
11549
11550 cm幅(連結列幅マイナス第一列の幅)になります.表
11551 \begin_inset CommandInset ref
11552 LatexCommand ref
11553 reference "tab:半分でない表"
11554
11555 \end_inset
11556
11557 もこのようにして作成してあります.
11558 \end_layout
11559
11560 \begin_layout Standard
11561 \begin_inset Float table
11562 wide false
11563 sideways false
11564 status open
11565
11566 \begin_layout Plain Layout
11567 \begin_inset Caption Standard
11568
11569 \begin_layout Plain Layout
11570 \begin_inset CommandInset label
11571 LatexCommand label
11572 name "tab:半分でない表"
11573
11574 \end_inset
11575
11576 連結セルの下の列が正確に半分になっていない表
11577 \begin_inset Argument 1
11578 status collapsed
11579
11580 \begin_layout Plain Layout
11581 不完全な連結列表
11582 \end_layout
11583
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \begin_layout Plain Layout
11595 \align center
11596 \begin_inset Tabular
11597 <lyxtabular version="3" rows="3" columns="3">
11598 <features tabularvalignment="middle">
11599 <column alignment="center" valignment="top" width="1.25cm">
11600 <column alignment="center" valignment="top">
11601 <column alignment="center" valignment="top">
11602 <row>
11603 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 複数行にわたる連結列
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 </row>
11631 <row>
11632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 </row>
11660 <row>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 </lyxtabular>
11690
11691 \end_inset
11692
11693
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \begin_layout Standard
11702 ご覧になって分かるように,第一列が,連結セルの幅の半分よりも少し大きくなっています.その原因は,セル幅が,指定された幅よりもつねに少しだけ大きく描かれるために,
11703 指定したセル幅
11704 \begin_inset Formula $W_{\text{指}}$
11705 \end_inset
11706
11707 がセルの全幅
11708 \begin_inset Formula $W_{\text{全}}$
11709 \end_inset
11710
11711 と等しくならないためです.付録
11712 \begin_inset CommandInset ref
11713 LatexCommand ref
11714 reference "cha:式の説明"
11715
11716 \end_inset
11717
11718 がこの事情を詳細に説明しています.
11719 \end_layout
11720
11721 \begin_layout Standard
11722
11723 \emph on
11724 n
11725 \emph default
11726 列を連結する際,各列の全幅が
11727 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
11728 \end_inset
11729
11730 となるために必要な指定幅
11731 \begin_inset Formula $W_{\text{指}:n}$
11732 \end_inset
11733
11734 は,
11735 \begin_inset Formula 
11736 \begin{equation}
11737 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11738 \end{equation}
11739
11740 \end_inset
11741
11742
11743 \end_layout
11744
11745 \begin_layout Standard
11746 で計算することができます.上記の例では
11747 \begin_inset Formula $n=2$
11748 \end_inset
11749
11750 かつ
11751 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
11752 \end_inset
11753
11754 cmかつ長さは既定値ですから,第
11755 \begin_inset CommandInset ref
11756 LatexCommand ref
11757 reference "eq:Wgn"
11758
11759 \end_inset
11760
11761 式は
11762 \begin_inset Formula 
11763 \begin{equation}
11764 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11765 \end{equation}
11766
11767 \end_inset
11768
11769
11770 \end_layout
11771
11772 \begin_layout Standard
11773 となります.\SpecialChar LaTeX
11774 中で計算を可能にするには,文書プリアンブル行に
11775 \end_layout
11776
11777 \begin_layout Standard
11778
11779 \series bold
11780
11781 \backslash
11782 usepackage{calc}
11783 \end_layout
11784
11785 \begin_layout Standard
11786 と書いて,\SpecialChar LaTeX
11787 パッケージ
11788 \series bold
11789 calc
11790 \series default
11791
11792 \begin_inset Index idx
11793 status collapsed
11794
11795 \begin_layout Plain Layout
11796 \SpecialChar LaTeX
11797 ぱっけーじ@\SpecialChar LaTeX
11798 パッケージ ! calc
11799 \end_layout
11800
11801 \end_inset
11802
11803 を読み込まなくてはなりません.\SpecialChar LyX
11804 の「表の設定」ダイアログの幅フィールドでは,長さを計算することができません.したがって,ダイアログの\SpecialChar LaTeX
11805 の引数欄に書き込むことによって
11806 列を整形しなくてはなりません.以下は,その引数の概要です.
11807 \end_layout
11808
11809 \begin_layout Itemize
11810
11811 \series bold
11812 p{幅}
11813 \series default
11814 は固定幅セルを生成し,内容文は垂直方向上揃えになります.
11815 \end_layout
11816
11817 \begin_layout Itemize
11818
11819 \series bold
11820 m{幅}
11821 \series default
11822 は固定幅セルを生成し,内容文は垂直方向中央揃えになります.
11823 \end_layout
11824
11825 \begin_layout Itemize
11826
11827 \series bold
11828 b{幅}
11829 \series default
11830 は固定幅セルを生成し,内容文は垂直方向下揃えになります.
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \SpecialChar LaTeX
11835 変数を入力すると,表ダイアログで設定されたすべてのセル設定は無効になります.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset Note Greyedout
11840 status open
11841
11842 \begin_layout Plain Layout
11843
11844 \series bold
11845 【註】
11846 \series default
11847 バグのせいで,\SpecialChar LyX
11848 は無効にされた設定も表示してしまいます.
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \begin_layout Standard
11857 文章を水平方向中央揃えにしたいので,
11858 \series bold
11859
11860 \backslash
11861 centering
11862 \series default
11863 コマンドを入れます.したがって,以下のような\SpecialChar LaTeX
11864 変数を,最初の被連結列に入れます.
11865 \end_layout
11866
11867 \begin_layout Standard
11868
11869 \series bold
11870 >{
11871 \backslash
11872 centering}m{1.25cm-6.2pt}
11873 \end_layout
11874
11875 \begin_layout Standard
11876
11877 \series bold
11878 >{ }
11879 \series default
11880 コマンドは,セルが生成される前に中括弧内のコマンドを適用するという意味です.
11881 \end_layout
11882
11883 \begin_layout Standard
11884 こうして被連結列セルの文章に,中央揃えを選択しましたが,連結セルの文章は依然として左揃えになっています.これは,\SpecialChar LyX
11885 は揃えを一列分のみに適用するためです.したがって
11886 ,連結セルには
11887 \end_layout
11888
11889 \begin_layout Standard
11890
11891 \series bold
11892 >{
11893 \backslash
11894 centering}m{2.5cm}
11895 \end_layout
11896
11897 \begin_layout Standard
11898 という\SpecialChar LaTeX
11899 変数を指定しなくてはなりません.
11900 \end_layout
11901
11902 \begin_layout Subsection
11903 連結行
11904 \begin_inset CommandInset label
11905 LatexCommand label
11906 name "subsec:連結行"
11907
11908 \end_inset
11909
11910
11911 \begin_inset Index idx
11912 status collapsed
11913
11914 \begin_layout Plain Layout
11915 れんけつぎょう@連結行
11916 \end_layout
11917
11918 \end_inset
11919
11920
11921 \begin_inset Index idx
11922 status collapsed
11923
11924 \begin_layout Plain Layout
11925 ひょう@表 ! れんけつぎょう@連結行
11926 \end_layout
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \begin_layout Standard
11934 複数行にかかるセルを連結するには,同一列中の統合したいセルをすべて選択し,ツールバーボタン
11935 \family sans
11936
11937 \begin_inset Info
11938 type  "icon"
11939 arg   "tabular-feature multirow"
11940 \end_inset
11941
11942
11943 \family default
11944 を押すか,メニュー
11945 \family sans
11946 編集\SpecialChar menuseparator
11947 表\SpecialChar menuseparator
11948 連結行
11949 \family default
11950 を選ぶか,選択したセルを右クリックして,コンテクストメニューから
11951 \family sans
11952 \SpecialChar menuseparator
11953 連結行
11954 \family default
11955 を選んでください.
11956 \end_layout
11957
11958 \begin_layout Standard
11959 下記は一列目に連結列を適用した表の例です.
11960 \end_layout
11961
11962 \begin_layout Standard
11963 \align center
11964 \begin_inset Tabular
11965 <lyxtabular version="3" rows="3" columns="3">
11966 <features tabularvalignment="middle">
11967 <column alignment="center" valignment="top" width="0pt">
11968 <column alignment="center" valignment="top">
11969 <column alignment="center" valignment="top">
11970 <row>
11971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 長いセル項目
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 <row>
12000 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 連結列
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 </row>
12028 <row>
12029 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 </row>
12057 </lyxtabular>
12058
12059 \end_inset
12060
12061
12062 \end_layout
12063
12064 \begin_layout Standard
12065 連結列の幅は,列全体の幅と揃えを設定することによって設定することができます.
12066 \family sans
12067 垂直オフセット
12068 \family default
12069 は,正または負の値を与えると,連結列の内容を上下にシフトします.
12070 \end_layout
12071
12072 \begin_layout Standard
12073 連結行セルの列に明示的な幅が与えられていない場合,連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
12074 \end_layout
12075
12076 \begin_layout Standard
12077
12078 \series bold
12079
12080 \backslash
12081 renewcommand{
12082 \backslash
12083 multirowsetup}{
12084 \backslash
12085 centering}
12086 \end_layout
12087
12088 \begin_layout Standard
12089 というコマンドを使用して,コマンド
12090 \series bold
12091
12092 \backslash
12093 multirowsetup
12094 \series default
12095 を書き換えて下さい.すると,文書中の連結行の中身が,すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,プリアンブルではなく表の直前にTe
12096 Xコードボックスを入れて,このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
12097 \series bold
12098
12099 \backslash
12100 centering
12101 \series default
12102 の代わりに
12103 \series bold
12104
12105 \backslash
12106 raggedleft
12107 \series default
12108 を使用して下さい.左揃えに戻すには,
12109 \series bold
12110
12111 \backslash
12112 raggedright
12113 \series default
12114 とします.
12115 \end_layout
12116
12117 \begin_layout Standard
12118 下記は,-4ミリの垂直オフセットを設定し,3センチ幅の列中にある右揃えの連結列セルがある表の例です.
12119 \end_layout
12120
12121 \begin_layout Standard
12122 \noindent
12123 \align center
12124 \begin_inset ERT
12125 status collapsed
12126
12127 \begin_layout Plain Layout
12128
12129
12130 \backslash
12131 renewcommand{
12132 \backslash
12133 multirowsetup}{
12134 \backslash
12135 raggedleft}
12136 \end_layout
12137
12138 \end_inset
12139
12140
12141 \begin_inset Tabular
12142 <lyxtabular version="3" rows="4" columns="3">
12143 <features tabularvalignment="middle">
12144 <column alignment="center" valignment="top" width="3cm">
12145 <column alignment="center" valignment="top">
12146 <column alignment="center" valignment="top">
12147 <row>
12148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 長いセル項目
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 </row>
12176 <row>
12177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 <row>
12206 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 連結列
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 <row>
12235 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 </row>
12263 </lyxtabular>
12264
12265 \end_inset
12266
12267
12268 \begin_inset ERT
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272
12273
12274 \backslash
12275 renewcommand{
12276 \backslash
12277 multirowsetup}{
12278 \backslash
12279 raggedright}
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \begin_layout Standard
12288 連結行で新しい行に移るには,強制改行(
12289 \begin_inset Flex Ruby
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293 捷径
12294 \begin_inset Argument post:1
12295 status collapsed
12296
12297 \begin_layout Plain Layout
12298 ショートカット
12299 \end_layout
12300
12301 \end_inset
12302
12303
12304 \end_layout
12305
12306 \end_inset
12307
12308
12309 \begin_inset Info
12310 type  "shortcut"
12311 arg   "newline-insert newline"
12312 \end_inset
12313
12314 )を使用できますが,この場合,下記の例に示されているようにセル行との整合を顧慮しません.
12315 \end_layout
12316
12317 \begin_layout Standard
12318 \noindent
12319 \align center
12320 \begin_inset Tabular
12321 <lyxtabular version="3" rows="3" columns="2">
12322 <features tabularvalignment="middle">
12323 <column alignment="left" valignment="middle" width="2cm">
12324 <column alignment="center" valignment="top">
12325 <row>
12326 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12327 \begin_inset Text
12328
12329 \begin_layout Plain Layout
12330 いいい
12331 \begin_inset Newline newline
12332 \end_inset
12333
12334 いいい
12335 \begin_inset Newline newline
12336 \end_inset
12337
12338 おかしなセル
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Plain Layout
12347 ははは
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 </row>
12353 <row>
12354 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12355 \begin_inset Text
12356
12357 \begin_layout Plain Layout
12358
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Plain Layout
12367 ににに
12368 \end_layout
12369
12370 \end_inset
12371 </cell>
12372 </row>
12373 <row>
12374 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12375 \begin_inset Text
12376
12377 \begin_layout Plain Layout
12378 ろろろ
12379 \end_layout
12380
12381 \end_inset
12382 </cell>
12383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12384 \begin_inset Text
12385
12386 \begin_layout Plain Layout
12387 ほほほ
12388 \end_layout
12389
12390 \end_inset
12391 </cell>
12392 </row>
12393 </lyxtabular>
12394
12395 \end_inset
12396
12397
12398 \end_layout
12399
12400 \begin_layout Standard
12401 したがって,強制改行を使うのは注意が必要です.
12402 \end_layout
12403
12404 \begin_layout Subsection
12405 対角線付きのセル
12406 \end_layout
12407
12408 \begin_layout Standard
12409 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,\SpecialChar LaTeX
12410 パッケージの
12411 \series bold
12412 diagbox
12413 \series default
12414
12415 \begin_inset Index idx
12416 status collapsed
12417
12418 \begin_layout Plain Layout
12419 \SpecialChar LaTeX
12420 ぱっけーじ@\SpecialChar LaTeX
12421 パッケージ ! diagbox
12422 \end_layout
12423
12424 \end_inset
12425
12426 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
12427 \series bold
12428
12429 \backslash
12430 diagbox
12431 \series default
12432 というコマンドがありますので,以下のように,これに2ないし3の引数をつけて,\SpecialChar TeX
12433 コードで挿入します.
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 diagbox[オプション]{左下}{右上}
12442 \end_layout
12443
12444 \begin_layout Standard
12445
12446 \series bold
12447
12448 \backslash
12449 diagbox[オプション]{左下}{左上}{右上}
12450 \end_layout
12451
12452 \begin_layout Standard
12453 最初の書式は,第1セルを一本の対角線で分割し,引数の内容がその上下に入れられます.二つ目の書式は,第1セルを二本の線で分割します.
12454 \end_layout
12455
12456 \begin_layout Standard
12457 \begin_inset ERT
12458 status collapsed
12459
12460 \begin_layout Plain Layout
12461
12462
12463 \backslash
12464 ifdiagbox
12465 \end_layout
12466
12467 \end_inset
12468
12469
12470 \begin_inset Note Note
12471 status open
12472
12473 \begin_layout Plain Layout
12474 この節は,\SpecialChar LaTeX
12475 パッケージ
12476 \series bold
12477 diagbox
12478 \series default
12479 が導入済みの時のみ表示されます.
12480 \end_layout
12481
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \begin_layout Standard
12488 下記は,
12489 \series bold
12490
12491 \backslash
12492 diagbox
12493 \series default
12494 を第1セル中に2引数書式で使用した表の例です.
12495 \begin_inset VSpace medskip
12496 \end_inset
12497
12498
12499 \end_layout
12500
12501 \begin_layout Standard
12502 \noindent
12503 \begin_inset Tabular
12504 <lyxtabular version="3" rows="4" columns="4">
12505 <features tabularvalignment="middle">
12506 <column alignment="center" valignment="top">
12507 <column alignment="center" valignment="top">
12508 <column alignment="center" valignment="top">
12509 <column alignment="center" valignment="top">
12510 <row>
12511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 \begin_inset ERT
12516 status collapsed
12517
12518 \begin_layout Plain Layout
12519
12520
12521 \backslash
12522 diagbox{
12523 \end_layout
12524
12525 \end_inset
12526
12527 名称
12528 \begin_inset ERT
12529 status collapsed
12530
12531 \begin_layout Plain Layout
12532
12533 }{
12534 \end_layout
12535
12536 \end_inset
12537
12538 パラメータ
12539 \begin_inset ERT
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543
12544 }
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 厚み(nm)
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 透明度(%)
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 硬度(MPa)
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 </row>
12582 <row>
12583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 Perfect Green
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 45
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 80
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 504
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 </row>
12620 <row>
12621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 Dark Multi-P
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 60
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 72
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 982
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 <row>
12659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 Crystal Clear Pro
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 18
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 86
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 374
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 </row>
12696 </lyxtabular>
12697
12698 \end_inset
12699
12700
12701 \begin_inset VSpace medskip
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \begin_layout Standard
12708 3引数書式は,例えばスポーツリーグや距離を示すクロス表に便利です.
12709 \end_layout
12710
12711 \begin_layout Standard
12712 \noindent
12713 \align center
12714 \begin_inset Tabular
12715 <lyxtabular version="3" rows="4" columns="4">
12716 <features tabularvalignment="middle">
12717 <column alignment="center" valignment="top" width="0pt">
12718 <column alignment="center" valignment="top">
12719 <column alignment="center" valignment="top">
12720 <column alignment="center" valignment="top">
12721 <row>
12722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 \begin_inset ERT
12727 status collapsed
12728
12729 \begin_layout Plain Layout
12730
12731
12732 \backslash
12733 diagbox{
12734 \end_layout
12735
12736 \end_inset
12737
12738 ホームチーム
12739 \begin_inset ERT
12740 status collapsed
12741
12742 \begin_layout Plain Layout
12743
12744 }{
12745 \end_layout
12746
12747 \end_inset
12748
12749 結果
12750 \begin_inset ERT
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754
12755 }{
12756 \end_layout
12757
12758 \end_inset
12759
12760 アウェイチーム
12761 \begin_inset ERT
12762 status collapsed
12763
12764 \begin_layout Plain Layout
12765
12766 }
12767 \end_layout
12768
12769 \end_inset
12770
12771
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 Tigers
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 Panthers
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 Falcons
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 </row>
12804 <row>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 Tigers
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 1:3
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 0:1
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 </row>
12842 <row>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 Panthers
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 3:1
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 0:0
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 <row>
12881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 Falcons
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 1:0
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 0:0
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 </row>
12918 </lyxtabular>
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \begin_layout Standard
12926 大きなクロス表では,下記のように,2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
12927 \end_layout
12928
12929 \begin_layout Standard
12930 \noindent
12931 \align center
12932 \begin_inset Tabular
12933 <lyxtabular version="3" rows="5" columns="5">
12934 <features tabularvalignment="middle">
12935 <column alignment="center" valignment="top" width="0pt">
12936 <column alignment="center" valignment="top">
12937 <column alignment="center" valignment="top">
12938 <column alignment="center" valignment="top">
12939 <column alignment="center" valignment="top">
12940 <row>
12941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 \begin_inset ERT
12946 status open
12947
12948 \begin_layout Plain Layout
12949
12950
12951 \backslash
12952 diagbox{
12953 \end_layout
12954
12955 \end_inset
12956
12957 ホームチーム
12958 \begin_inset ERT
12959 status collapsed
12960
12961 \begin_layout Plain Layout
12962
12963 }{
12964 \end_layout
12965
12966 \end_inset
12967
12968 結果
12969 \begin_inset ERT
12970 status collapsed
12971
12972 \begin_layout Plain Layout
12973
12974 }{
12975 \end_layout
12976
12977 \end_inset
12978
12979 アウェイチーム
12980 \begin_inset ERT
12981 status collapsed
12982
12983 \begin_layout Plain Layout
12984
12985 }
12986 \end_layout
12987
12988 \end_inset
12989
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 Tigers
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 Panthers
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 Falcons
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 \begin_inset ERT
13027 status open
13028
13029 \begin_layout Plain Layout
13030
13031
13032 \backslash
13033 diagbox[dir=NE]{
13034 \end_layout
13035
13036 \end_inset
13037
13038 ホームチーム
13039 \begin_inset ERT
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043
13044 }{
13045 \end_layout
13046
13047 \end_inset
13048
13049 結果
13050 \begin_inset ERT
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054
13055 }{
13056 \end_layout
13057
13058 \end_inset
13059
13060 アウェイチーム
13061 \begin_inset ERT
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065
13066 }
13067 \end_layout
13068
13069 \end_inset
13070
13071
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 </row>
13077 <row>
13078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13079 \begin_inset Text
13080
13081 \begin_layout Plain Layout
13082 Tigers
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 1:3
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 0:1
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Tigers
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 <row>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 Panthers
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 3:1
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 0:0
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 Panthers
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 </row>
13171 <row>
13172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 Falcons
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 1:0
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 0:0
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 Falcons
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 </row>
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 \begin_inset ERT
13224 status open
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox[dir=SW]{
13231 \end_layout
13232
13233 \end_inset
13234
13235 ホームチーム
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 結果
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 アウェイチーム
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Tigers
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 Panthers
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 Falcons
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 \begin_inset ERT
13305 status open
13306
13307 \begin_layout Plain Layout
13308
13309
13310 \backslash
13311 diagbox[dir=SE]{
13312 \end_layout
13313
13314 \end_inset
13315
13316 ホームチーム
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322 }{
13323 \end_layout
13324
13325 \end_inset
13326
13327 結果
13328 \begin_inset ERT
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332
13333 }{
13334 \end_layout
13335
13336 \end_inset
13337
13338 アウェイチーム
13339 \begin_inset ERT
13340 status collapsed
13341
13342 \begin_layout Plain Layout
13343
13344 }
13345 \end_layout
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 </lyxtabular>
13356
13357 \end_inset
13358
13359
13360 \end_layout
13361
13362 \begin_layout Standard
13363 対角線を廻すために,コマンドオプションとして
13364 \series bold
13365 dir=方角
13366 \series default
13367 を使用しています.
13368 \emph on
13369 方角
13370 \emph default
13371 は,
13372 \series bold
13373 NE
13374 \series default
13375
13376 \series bold
13377 SE
13378 \series default
13379
13380 \series bold
13381 SW
13382 \series default
13383
13384 \series bold
13385 NW
13386 \series default
13387 のいずれかで,コンパスでの位置を示します.例えば,
13388 \series bold
13389 SW
13390 \series default
13391 は南西かど(south-west)を示します.したがって,上の表の左下のセルでは, 
13392 \end_layout
13393
13394 \begin_layout Standard
13395
13396 \series bold
13397
13398 \backslash
13399 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13400 \end_layout
13401
13402 \begin_layout Standard
13403 というコマンドを使用しています.方角を指定しなければ,NWを指定したのと同じ事になります.
13404 \end_layout
13405
13406 \begin_layout Standard
13407 対角線を引いたセルに必要な幅は,自動的に計算されます.したがって,計算された幅よりも小さい固定列幅を指定してしまうと,下記の例のように,セルの中身がはみ出てしま
13408 います.
13409 \end_layout
13410
13411 \begin_layout Standard
13412 \noindent
13413 \align center
13414 \begin_inset Tabular
13415 <lyxtabular version="3" rows="2" columns="2">
13416 <features tabularvalignment="middle">
13417 <column alignment="center" valignment="top" width="3cm">
13418 <column alignment="center" valignment="top">
13419 <row>
13420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 \begin_inset ERT
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428
13429
13430 \backslash
13431 diagbox{
13432 \end_layout
13433
13434 \end_inset
13435
13436 名称
13437 \begin_inset ERT
13438 status collapsed
13439
13440 \begin_layout Plain Layout
13441
13442 }{
13443 \end_layout
13444
13445 \end_inset
13446
13447 パラメータ
13448 \begin_inset ERT
13449 status collapsed
13450
13451 \begin_layout Plain Layout
13452
13453 }
13454 \end_layout
13455
13456 \end_inset
13457
13458
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 厚み(nm)
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 </row>
13473 <row>
13474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 Perfect Green
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 45
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 </lyxtabular>
13494
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \begin_layout Standard
13501 対角線を引いたセルの列に一定の幅が必要な場合は,コマンドオプションとして
13502 \series bold
13503 width=3cm
13504 \series default
13505  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,第1列の幅が4
13506 \begin_inset space \thinspace{}
13507 \end_inset
13508
13509 cmに設定してあります.
13510 \series bold
13511
13512 \backslash
13513 diagbox
13514 \series default
13515 全体の幅は,本文幅(この場合は4
13516 \begin_inset space \thinspace{}
13517 \end_inset
13518
13519 cm)に,本文とセル罫線との間隔の2倍を加えたものになるので,
13520 \series bold
13521
13522 \backslash
13523 diagbox
13524 \series default
13525 には4
13526 \begin_inset space \thinspace{}
13527 \end_inset
13528
13529 cm + 2
13530 \begin_inset space \thinspace{}
13531 \end_inset
13532
13533
13534 \backslash
13535 tabcolsepの幅が必要です.幅の計算は,
13536 \series bold
13537
13538 \backslash
13539 diagbox
13540 \series default
13541 のコマンドオプション内では行うことができないので,前もって新しい長さを定義しておく必要があります.これは,\SpecialChar TeX
13542 コードコマンドで
13543 \end_layout
13544
13545 \begin_layout Standard
13546
13547 \series bold
13548
13549 \backslash
13550 newlength{
13551 \backslash
13552 diagtest}
13553 \begin_inset Newline newline
13554 \end_inset
13555
13556
13557 \backslash
13558 setlength{
13559 \backslash
13560 diagtest}{4cm+2
13561 \backslash
13562 tabcolsep}
13563 \end_layout
13564
13565 \begin_layout Standard
13566 \begin_inset ERT
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570
13571
13572 \backslash
13573 newlength{
13574 \backslash
13575 diagtest}
13576 \end_layout
13577
13578 \begin_layout Plain Layout
13579
13580
13581 \backslash
13582 setlength{
13583 \backslash
13584 diagtest}{4cm+2
13585 \backslash
13586 tabcolsep}
13587 \end_layout
13588
13589 \end_inset
13590
13591
13592 \end_layout
13593
13594 \begin_layout Standard
13595 とすれば実現できます.\SpecialChar LaTeX
13596 内で計算を行うには,文書プリアンブル中で
13597 \series bold
13598 calc
13599 \series default
13600
13601 \begin_inset Index idx
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605 \SpecialChar LaTeX
13606 ぱっけーじ@\SpecialChar LaTeX
13607 パッケージ ! calc
13608 \end_layout
13609
13610 \end_inset
13611
13612 パッケージを読み込んでおく必要があります.
13613 \end_layout
13614
13615 \begin_layout Standard
13616 さて,この表の第1セルで
13617 \end_layout
13618
13619 \begin_layout Standard
13620
13621 \series bold
13622
13623 \backslash
13624 diagbox[width=
13625 \backslash
13626 diagtest]{A}{B}
13627 \end_layout
13628
13629 \begin_layout Standard
13630 というコマンドを使用します.
13631 \end_layout
13632
13633 \begin_layout Standard
13634 \noindent
13635 \align center
13636 \begin_inset Tabular
13637 <lyxtabular version="3" rows="2" columns="2">
13638 <features tabularvalignment="middle">
13639 <column alignment="center" valignment="top" width="4cm">
13640 <column alignment="center" valignment="top">
13641 <row>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 \begin_inset ERT
13647 status open
13648
13649 \begin_layout Plain Layout
13650
13651
13652 \backslash
13653 diagbox[width=
13654 \backslash
13655 diagtest]{
13656 \end_layout
13657
13658 \end_inset
13659
13660 A
13661 \begin_inset ERT
13662 status collapsed
13663
13664 \begin_layout Plain Layout
13665
13666 }{
13667 \end_layout
13668
13669 \end_inset
13670
13671 B
13672 \begin_inset ERT
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676
13677 }
13678 \end_layout
13679
13680 \end_inset
13681
13682
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 厚み (nm)
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 </row>
13697 <row>
13698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 Perfect Green
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 45
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 </row>
13717 </lyxtabular>
13718
13719 \end_inset
13720
13721
13722 \end_layout
13723
13724 \begin_layout Standard
13725 対角線の引いたセルは,当該列中で最も幅広くなっていなくてはなりません.さもないと,次の表のように,対角線の長さが正しく計算できなくなってしまいます.
13726 \end_layout
13727
13728 \begin_layout Standard
13729 \noindent
13730 \align center
13731 \begin_inset Tabular
13732 <lyxtabular version="3" rows="2" columns="2">
13733 <features tabularvalignment="middle">
13734 <column alignment="center" valignment="top" width="0pt">
13735 <column alignment="center" valignment="top">
13736 <row>
13737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 \begin_inset ERT
13742 status collapsed
13743
13744 \begin_layout Plain Layout
13745
13746
13747 \backslash
13748 diagbox{
13749 \end_layout
13750
13751 \end_inset
13752
13753 A
13754 \begin_inset ERT
13755 status collapsed
13756
13757 \begin_layout Plain Layout
13758
13759 }{
13760 \end_layout
13761
13762 \end_inset
13763
13764 B
13765 \begin_inset ERT
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769
13770 }
13771 \end_layout
13772
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 厚み (nm)
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 </row>
13790 <row>
13791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 Perfect Green
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 45
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 </row>
13810 </lyxtabular>
13811
13812 \end_inset
13813
13814
13815 \end_layout
13816
13817 \begin_layout Standard
13818 このような場合には,
13819 \series bold
13820
13821 \backslash
13822 diagbox
13823 \series default
13824 コマンドの
13825 \series bold
13826 width
13827 \series default
13828 オプションを使用してください.こうすると,セル幅が列幅に等しくなるので,2
13829 \backslash
13830 tabcolsepを足す必要はなくなります.下記の表では,3
13831 \begin_inset space \thinspace{}
13832 \end_inset
13833
13834 cm幅を使用しています.
13835 \end_layout
13836
13837 \begin_layout Standard
13838 \noindent
13839 \align center
13840 \begin_inset Tabular
13841 <lyxtabular version="3" rows="2" columns="2">
13842 <features tabularvalignment="middle">
13843 <column alignment="center" valignment="top" width="0pt">
13844 <column alignment="center" valignment="top">
13845 <row>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 \begin_inset ERT
13851 status open
13852
13853 \begin_layout Plain Layout
13854
13855
13856 \backslash
13857 diagbox[width=3cm]{
13858 \end_layout
13859
13860 \end_inset
13861
13862 A
13863 \begin_inset ERT
13864 status collapsed
13865
13866 \begin_layout Plain Layout
13867
13868 }{
13869 \end_layout
13870
13871 \end_inset
13872
13873 B
13874 \begin_inset ERT
13875 status collapsed
13876
13877 \begin_layout Plain Layout
13878
13879 }
13880 \end_layout
13881
13882 \end_inset
13883
13884
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893 厚み (nm)
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 </row>
13899 <row>
13900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 Perfect Green
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 45
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 </row>
13919 </lyxtabular>
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927 対角線を引いたセルに複数行を入力するには,文章をセルに合わせるために高さを追加する必要があります.これは,
13928 \series bold
13929
13930 \backslash
13931 diagbox
13932 \series default
13933 にオプション
13934 \series bold
13935 height=3cm
13936 \series default
13937 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,第1セルに
13938 \end_layout
13939
13940 \begin_layout Standard
13941
13942 \series bold
13943
13944 \backslash
13945 diagbox[width=3cm,height=1.4cm]{A
13946 \backslash
13947
13948 \backslash
13949 B}{C
13950 \backslash
13951
13952 \backslash
13953 D}
13954 \end_layout
13955
13956 \begin_layout Standard
13957 というコマンドを使用しています.ここでコマンド
13958 \series bold
13959
13960 \backslash
13961
13962 \backslash
13963
13964 \series default
13965 は改行をするためのものです
13966 \begin_inset Foot
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970
13971 \family sans
13972 Ctrl+Return
13973 \family default
13974 を使っての改行は,列が固定幅の時のみ,使用することができます.
13975 \end_layout
13976
13977 \end_inset
13978
13979
13980 \end_layout
13981
13982 \begin_layout Standard
13983 \noindent
13984 \align center
13985 \begin_inset Tabular
13986 <lyxtabular version="3" rows="2" columns="2">
13987 <features tabularvalignment="middle">
13988 <column alignment="center" valignment="top">
13989 <column alignment="center" valignment="top">
13990 <row>
13991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995 \begin_inset ERT
13996 status open
13997
13998 \begin_layout Plain Layout
13999
14000
14001 \backslash
14002 diagbox[width=3cm,height=1.4cm]{
14003 \end_layout
14004
14005 \end_inset
14006
14007 A
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013
14014 \backslash
14015
14016 \backslash
14017
14018 \end_layout
14019
14020 \end_inset
14021
14022 B
14023 \begin_inset ERT
14024 status collapsed
14025
14026 \begin_layout Plain Layout
14027
14028 }{
14029 \end_layout
14030
14031 \end_inset
14032
14033 C
14034 \begin_inset ERT
14035 status collapsed
14036
14037 \begin_layout Plain Layout
14038
14039
14040 \backslash
14041
14042 \backslash
14043
14044 \end_layout
14045
14046 \end_inset
14047
14048 D
14049 \begin_inset ERT
14050 status collapsed
14051
14052 \begin_layout Plain Layout
14053
14054 }
14055 \end_layout
14056
14057 \end_inset
14058
14059
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 厚み (nm)
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 </row>
14074 <row>
14075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 Perfect Green
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Plain Layout
14088 45
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 </row>
14094 </lyxtabular>
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Standard
14102 \begin_inset ERT
14103 status collapsed
14104
14105 \begin_layout Plain Layout
14106
14107
14108 \backslash
14109 else
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \begin_inset Note Note
14116 status open
14117
14118 \begin_layout Plain Layout
14119 以下は,\SpecialChar LaTeX
14120 パッケージ
14121 \series bold
14122 diagbox
14123 \series default
14124 が導入済みでないときに表示されます.
14125 \end_layout
14126
14127 \end_inset
14128
14129
14130 \end_layout
14131
14132 \begin_layout Standard
14133 本節の内容を出力に表示するためには,
14134 \series bold
14135 diagbox
14136 \series default
14137 パッケージを導入しなくてはなりません.
14138 \end_layout
14139
14140 \begin_layout Standard
14141 \begin_inset ERT
14142 status collapsed
14143
14144 \begin_layout Plain Layout
14145
14146
14147 \backslash
14148 fi
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \begin_layout Standard
14157 \SpecialChar LaTeX
14158 パッケージ
14159 \series bold
14160 diagbox
14161 \series default
14162 についての詳しい情報は,取扱説明書
14163 \begin_inset CommandInset citation
14164 LatexCommand cite
14165 key "diagbox"
14166 literal "true"
14167
14168 \end_inset
14169
14170 をご覧ください.
14171 \end_layout
14172
14173 \begin_layout Section
14174 フォーマル様式の表
14175 \begin_inset CommandInset label
14176 LatexCommand label
14177 name "sec:フォーマル様式の表"
14178
14179 \end_inset
14180
14181
14182 \begin_inset Index idx
14183 status collapsed
14184
14185 \begin_layout Plain Layout
14186 ひょう@表 ! ふぉーまるけいしき@フォーマル様式
14187 \end_layout
14188
14189 \end_inset
14190
14191
14192 \end_layout
14193
14194 \begin_layout Standard
14195 書籍中の表は,よく表
14196 \begin_inset CommandInset ref
14197 LatexCommand ref
14198 reference "tab:ブックタブ表の例"
14199
14200 \end_inset
14201
14202 のように組版されます.この種の表は,「
14203 \emph on
14204 フォーマル様式
14205 \emph default
14206 」と呼ばれます.表をフォーマル様式にするには,表の設定ダイアログの罫線タブでフォーマル様式オプションを有効にして下さい.
14207 \end_layout
14208
14209 \begin_layout Standard
14210 \begin_inset Float table
14211 placement h
14212 wide false
14213 sideways false
14214 status open
14215
14216 \begin_layout Plain Layout
14217 \begin_inset Caption Standard
14218
14219 \begin_layout Plain Layout
14220 \begin_inset CommandInset label
14221 LatexCommand label
14222 name "tab:ブックタブ表の例"
14223
14224 \end_inset
14225
14226 ブックタブ表の例
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Plain Layout
14235 \align center
14236 \begin_inset Tabular
14237 <lyxtabular version="3" rows="8" columns="4">
14238 <features booktabs="true" tabularvalignment="middle">
14239 <column alignment="center" valignment="top">
14240 <column alignment="center" valignment="top">
14241 <column alignment="center" valignment="top">
14242 <column alignment="center" valignment="top">
14243 <row>
14244 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 システム
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" topline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 Medipix
14258 \begin_inset space \thinspace{}
14259 \end_inset
14260
14261 1
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 Medipix
14271 \begin_inset space \thinspace{}
14272 \end_inset
14273
14274 2
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 </row>
14289 <row>
14290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 \begin_inset ERT
14295 status collapsed
14296
14297 \begin_layout Plain Layout
14298
14299
14300 \backslash
14301 cmidrule(r){2-2}
14302 \end_layout
14303
14304 \end_inset
14305
14306
14307 \begin_inset ERT
14308 status collapsed
14309
14310 \begin_layout Plain Layout
14311
14312
14313 \backslash
14314 cmidrule(l){3-4}
14315 \end_layout
14316
14317 \end_inset
14318
14319 検知器の厚み [
14320 \begin_inset Formula $\mu m$
14321 \end_inset
14322
14323 ]
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 300
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 700
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 <row>
14357 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 エッジ角 [度]
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 3.55
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 2.71
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 <cell alignment="center" valignment="top" topline="true" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 7.99
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 </row>
14394 <row topspace="default">
14395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 空間分解能 [
14400 \begin_inset Formula $\mu m$
14401 \end_inset
14402
14403 ]
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 4.26
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.17
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 10.56
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 </row>
14436 <row topspace="default">
14437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Plain Layout
14441 \begin_inset Formula $f_{\mathrm{max}}$
14442 \end_inset
14443
14444 におけるMTF
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.53
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.37
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 0.39
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 </row>
14477 <row topspace="default">
14478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 \begin_inset ERT
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486
14487
14488 \backslash
14489 cmidrule[2pt](l{10pt}){1-1}
14490 \end_layout
14491
14492 \end_inset
14493
14494 LSF空間分解能
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 <cell alignment="center" valignment="top" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Plain Layout
14521
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 </row>
14527 <row>
14528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 \begin_inset Formula $\mu m$
14533 \end_inset
14534
14535 表示
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 129.7
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 52.75
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 <cell alignment="center" valignment="top" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562 50.78
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 </row>
14568 <row>
14569 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573 ピクセルサイズに対する%表示
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 76.3
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 95.9
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 92.3
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 </row>
14606 </lyxtabular>
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \begin_layout Standard
14619 表中の行に余白を加えるには,第
14620 \begin_inset CommandInset ref
14621 LatexCommand ref
14622 reference "subsec:行の余白取り"
14623
14624 \end_inset
14625
14626 節に述べられているように,表の設定ダイアログの
14627 \family sans
14628 罫線
14629 \family default
14630 タブを使用します.
14631 \end_layout
14632
14633 \begin_layout Standard
14634 通常の表と違って,フォーマル様式の表には縦罫線がありません.表の横罫線は,通常の表と同様に指定することができますが,出力でこれらの線幅は異なります.
14635 \begin_inset Newline newline
14636 \end_inset
14637
14638 最初と最後の表罫線の既定幅は0.08
14639 \begin_inset space \thinspace{}
14640 \end_inset
14641
14642 emですが,他の罫線の既定幅は0.05
14643 \begin_inset space \thinspace{}
14644 \end_inset
14645
14646 emです.
14647 \end_layout
14648
14649 \begin_layout Standard
14650 これらの既定幅は,以下のプリアンブル行を指定することによって変更することができます.
14651 \end_layout
14652
14653 \begin_layout Standard
14654
14655 \series bold
14656
14657 \backslash
14658 let
14659 \backslash
14660 mytoprule
14661 \backslash
14662 toprule
14663 \begin_inset Newline newline
14664 \end_inset
14665
14666
14667 \backslash
14668 renewcommand{
14669 \backslash
14670 toprule}{
14671 \backslash
14672 mytoprule[幅]}
14673 \end_layout
14674
14675 \begin_layout Standard
14676 上の例は,
14677 \series bold
14678 toprule
14679 \series default
14680 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
14681 \series bold
14682 toprule
14683 \series default
14684
14685 \series bold
14686 bottomrule
14687 \series default
14688 に置き換えて下さい.他の罫線の線幅を変更するには,
14689 \series bold
14690 toprule
14691 \series default
14692
14693 \series bold
14694 midrule
14695 \series default
14696 に置き換えます.線幅を設定する上では,付録
14697 \begin_inset CommandInset ref
14698 LatexCommand ref
14699 reference "cha:LyXで使用できる単位"
14700
14701 \end_inset
14702
14703 に挙げてあるすべての単位を使用することができます.
14704 \end_layout
14705
14706 \begin_layout Standard
14707 全列にまたがらない罫線は,連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
14708 は,内部的に
14709 \series bold
14710
14711 \backslash
14712 cmidrule
14713 \series default
14714 コマンドを使用して,このような罫線を引きます.このコマンドの完全な書式は
14715 \end_layout
14716
14717 \begin_layout Standard
14718
14719 \series bold
14720
14721 \backslash
14722 cmidrule[幅](刈込){開始列-終了列}
14723 \end_layout
14724
14725 \begin_layout Standard
14726 です.
14727 \series bold
14728
14729 \backslash
14730 cmidrule
14731 \series default
14732 のオプションは,現在のところ\SpecialChar LyX
14733 がサポートしていないので,オプションを使用するためには,\SpecialChar TeX
14734 コードを使わなくてはなりません.
14735 \series bold
14736
14737 \backslash
14738 cmidrule
14739 \series default
14740 は,行の第一列の中に,最初に\SpecialChar TeX
14741 コードでこのコマンドを入れることによって,手動で指定することができます.この罫線は,出力では現在行の上に引かれることになります.
14742 \end_layout
14743
14744 \begin_layout Standard
14745 この線幅の既定値は0.03
14746 \begin_inset space \thinspace{}
14747 \end_inset
14748
14749 emです.「開始列」は罫線を開始する列番号で,「終了列」は罫線を終了する列番号です.終了列は,罫線を一列だけに引きたいときも含めて,常に指定しなくてはなりません
14750 .非必須パラメーターの「刈込」は,
14751 \emph on
14752 l{刈込幅}
14753 \emph default
14754 あるいは
14755 \emph on
14756 r{刈込幅}
14757 \emph default
14758 の値を取り,刈込幅の指定は非必須です.たとえば,
14759 \emph on
14760 l{2pt}
14761 \emph default
14762 というパラメーターを使うと,罫線が左端から2
14763 \begin_inset space \thinspace{}
14764 \end_inset
14765
14766 ptだけ刈り込まれます.刈込幅を指定しないと,罫線は既定値の0.5
14767 \begin_inset space \thinspace{}
14768 \end_inset
14769
14770 emだけ刈り込まれます.
14771 \end_layout
14772
14773 \begin_layout Standard
14774 \begin_inset VSpace bigskip
14775 \end_inset
14776
14777
14778 \begin_inset CommandInset ref
14779 LatexCommand ref
14780 reference "tab:ブックタブ表の例"
14781
14782 \end_inset
14783
14784 は,
14785 \end_layout
14786
14787 \begin_layout Standard
14788
14789 \series bold
14790
14791 \backslash
14792 cmidrule(r){2-2}
14793 \backslash
14794 cmidrule(l){3-4}
14795 \end_layout
14796
14797 \begin_layout Standard
14798 というコマンドを第二行の初めに使用し,
14799 \end_layout
14800
14801 \begin_layout Standard
14802
14803 \series bold
14804
14805 \backslash
14806 cmidrule[2pt](l{10pt}){1-1}
14807 \end_layout
14808
14809 \begin_layout Standard
14810 を第六行に使用して作成されています.
14811 \end_layout
14812
14813 \begin_layout Standard
14814 \begin_inset VSpace bigskip
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \begin_layout Standard
14821 ときには,表
14822 \begin_inset CommandInset ref
14823 LatexCommand ref
14824 reference "tab:特殊なブックタブ表"
14825
14826 \end_inset
14827
14828 のような重なり合った
14829 \series bold
14830
14831 \backslash
14832 cmidrule
14833 \series default
14834 が欲しいことがあるかもしれません.これは,\SpecialChar TeX
14835 コードで
14836 \end_layout
14837
14838 \begin_layout Standard
14839
14840 \series bold
14841
14842 \backslash
14843 morecmidrules
14844 \end_layout
14845
14846 \begin_layout Standard
14847 コマンドを使用することによって実現することができます.表
14848 \begin_inset CommandInset ref
14849 LatexCommand ref
14850 reference "tab:特殊なブックタブ表"
14851
14852 \end_inset
14853
14854 の第二列には
14855 \end_layout
14856
14857 \begin_layout Standard
14858
14859 \series bold
14860
14861 \backslash
14862 cmidrule(r){2-2}
14863 \backslash
14864 cmidrule(l){3-4}
14865 \backslash
14866 morecmidrules
14867 \backslash
14868 cmidrule{2-4}
14869 \end_layout
14870
14871 \begin_layout Standard
14872 というコマンドが使用されており,第六列には
14873 \end_layout
14874
14875 \begin_layout Standard
14876
14877 \series bold
14878
14879 \backslash
14880 midrule
14881 \backslash
14882 morecmidrules
14883 \backslash
14884 cmidrule{3-4}
14885 \end_layout
14886
14887 \begin_layout Standard
14888 というコマンドが使用されています.
14889 \end_layout
14890
14891 \begin_layout Standard
14892 \begin_inset VSpace bigskip
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \begin_layout Standard
14899 罫線の余白取りにどうしても満足が行かない場合には,
14900 \end_layout
14901
14902 \begin_layout Standard
14903
14904 \series bold
14905
14906 \backslash
14907 specialrule{幅}{上余白}{下余白}
14908 \end_layout
14909
14910 \begin_layout Standard
14911 というコマンドを使用すれば,全列にわたる罫線を生成することができます.これらの特殊機能については,\SpecialChar LaTeX
14912 パッケージ
14913 \series bold
14914 booktabs
14915 \series default
14916  
14917 \begin_inset CommandInset citation
14918 LatexCommand cite
14919 key "booktabs"
14920 literal "true"
14921
14922 \end_inset
14923
14924
14925 \begin_inset Index idx
14926 status collapsed
14927
14928 \begin_layout Plain Layout
14929 \SpecialChar LaTeX
14930 ぱっけーじ@\SpecialChar LaTeX
14931 パッケージ ! booktabs
14932 \end_layout
14933
14934 \end_inset
14935
14936 の取扱説明書をご参照下さい.
14937 \end_layout
14938
14939 \begin_layout Standard
14940 \begin_inset Float table
14941 placement h
14942 wide false
14943 sideways false
14944 status open
14945
14946 \begin_layout Plain Layout
14947 \begin_inset Caption Standard
14948
14949 \begin_layout Plain Layout
14950 \begin_inset CommandInset label
14951 LatexCommand label
14952 name "tab:特殊なブックタブ表"
14953
14954 \end_inset
14955
14956 特殊なブックタブ表
14957 \end_layout
14958
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \begin_layout Plain Layout
14965 \align center
14966 \begin_inset Tabular
14967 <lyxtabular version="3" rows="8" columns="4">
14968 <features booktabs="true" tabularvalignment="middle">
14969 <column alignment="center" valignment="top">
14970 <column alignment="center" valignment="top">
14971 <column alignment="center" valignment="top">
14972 <column alignment="center" valignment="top">
14973 <row>
14974 <cell alignment="center" valignment="top" topline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 システム
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" topline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 Medipix
14988 \begin_inset space \thinspace{}
14989 \end_inset
14990
14991 1
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 Medipix
15001 \begin_inset space \thinspace{}
15002 \end_inset
15003
15004 2
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 \begin_inset ERT
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028
15029
15030 \backslash
15031 cmidrule(r){2-2}
15032 \end_layout
15033
15034 \end_inset
15035
15036
15037 \begin_inset ERT
15038 status collapsed
15039
15040 \begin_layout Plain Layout
15041
15042
15043 \backslash
15044 cmidrule(l){3-4}
15045 \end_layout
15046
15047 \end_inset
15048
15049
15050 \begin_inset ERT
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054
15055
15056 \backslash
15057 morecmidrules 
15058 \end_layout
15059
15060 \end_inset
15061
15062
15063 \begin_inset ERT
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067
15068
15069 \backslash
15070 cmidrule{2-4}
15071 \end_layout
15072
15073 \end_inset
15074
15075 検知器の厚み [
15076 \begin_inset Formula $\mu m$
15077 \end_inset
15078
15079 ]
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 300
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 300
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 700
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 </row>
15112 <row>
15113 <cell alignment="center" valignment="top" topline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 エッジ角 [度]
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" topline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 3.55
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" topline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 2.71
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 7.99
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 </row>
15150 <row topspace="default">
15151 <cell alignment="center" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 空間分解能 [
15156 \begin_inset Formula $\mu m$
15157 \end_inset
15158
15159 ]
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell alignment="center" valignment="top" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168 4.26
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177 10.17
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186 10.56
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 </row>
15192 <row topspace="default">
15193 <cell alignment="center" valignment="top" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197 \begin_inset Formula $f_{\mathrm{max}}$
15198 \end_inset
15199
15200 におけるMTF
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 0.53
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218 0.37
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227 0.39
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row>
15234 <cell alignment="center" valignment="top" topline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset ERT
15239 status collapsed
15240
15241 \begin_layout Plain Layout
15242
15243
15244 \backslash
15245 morecmidrules 
15246 \end_layout
15247
15248 \end_inset
15249
15250
15251 \begin_inset ERT
15252 status collapsed
15253
15254 \begin_layout Plain Layout
15255
15256
15257 \backslash
15258 cmidrule{3-4}
15259 \end_layout
15260
15261 \end_inset
15262
15263 LSF空間分解能
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" topline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" topline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" topline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 <row>
15297 <cell alignment="center" valignment="top" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301 \begin_inset Formula $\mu m$
15302 \end_inset
15303
15304 表示
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 129.7
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322 52.75
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 <cell alignment="center" valignment="top" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 50.78
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 <row>
15338 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 ピクセルサイズに対する%表示
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 76.3
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 95.9
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369 92.3
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 </lyxtabular>
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \begin_layout Section
15388 表の垂直揃え
15389 \begin_inset Index idx
15390 status collapsed
15391
15392 \begin_layout Plain Layout
15393 ひょう@表 ! そろえ@揃え
15394 \end_layout
15395
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \begin_layout Standard
15402 本文行中で表の垂直揃えをするには,その表をボックスの中に入れなくてはなりません.そうした上で,第
15403 \begin_inset CommandInset ref
15404 LatexCommand ref
15405 reference "sec:ボックスダイアログ"
15406
15407 \end_inset
15408
15409 節に述べられているように,ボックスの垂直揃えを行います.
15410 \end_layout
15411
15412 \begin_layout Standard
15413 以下の例では,各表は15
15414 \begin_inset space \thinspace{}
15415 \end_inset
15416
15417 列幅%を持つminipage
15418 \begin_inset Foot
15419 status collapsed
15420
15421 \begin_layout Plain Layout
15422 minipageは第
15423 \begin_inset CommandInset ref
15424 LatexCommand ref
15425 reference "sec:ミニページ"
15426
15427 \end_inset
15428
15429 節で説明されています.
15430 \end_layout
15431
15432 \end_inset
15433
15434 ボックスの中に入れてあります.
15435 \end_layout
15436
15437 \begin_layout Itemize
15438 動作試験 
15439 \begin_inset Box Frameless
15440 position "t"
15441 hor_pos "c"
15442 has_inner_box 1
15443 inner_pos "c"
15444 use_parbox 0
15445 use_makebox 0
15446 width "15col%"
15447 special "none"
15448 height "1in"
15449 height_special "totalheight"
15450 thickness "0.4pt"
15451 separation "3pt"
15452 shadowsize "4pt"
15453 framecolor "black"
15454 backgroundcolor "none"
15455 status collapsed
15456
15457 \begin_layout Plain Layout
15458 \begin_inset Tabular
15459 <lyxtabular version="3" rows="3" columns="3">
15460 <features tabularvalignment="middle">
15461 <column alignment="center" valignment="top">
15462 <column alignment="center" valignment="top">
15463 <column alignment="center" valignment="top">
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 </lyxtabular>
15552
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \end_inset
15559
15560  動作試験 
15561 \begin_inset ERT
15562 status collapsed
15563
15564 \begin_layout Plain Layout
15565
15566
15567 \backslash
15568 raisebox{0.85
15569 \backslash
15570 baselineskip}{
15571 \end_layout
15572
15573 \end_inset
15574
15575
15576 \begin_inset Box Frameless
15577 position "t"
15578 hor_pos "c"
15579 has_inner_box 1
15580 inner_pos "c"
15581 use_parbox 0
15582 use_makebox 0
15583 width "15col%"
15584 special "none"
15585 height "1in"
15586 height_special "totalheight"
15587 thickness "0.4pt"
15588 separation "3pt"
15589 shadowsize "4pt"
15590 framecolor "black"
15591 backgroundcolor "none"
15592 status collapsed
15593
15594 \begin_layout Plain Layout
15595 \begin_inset Tabular
15596 <lyxtabular version="3" rows="3" columns="3">
15597 <features tabularvalignment="middle">
15598 <column alignment="center" valignment="top">
15599 <column alignment="center" valignment="top">
15600 <column alignment="center" valignment="top">
15601 <row>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 </row>
15630 <row>
15631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653
15654 \end_layout
15655
15656 \end_inset
15657 </cell>
15658 </row>
15659 <row>
15660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 </lyxtabular>
15689
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \end_inset
15696
15697
15698 \begin_inset ERT
15699 status collapsed
15700
15701 \begin_layout Plain Layout
15702
15703 }
15704 \end_layout
15705
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \begin_layout Itemize
15712 動作試験 
15713 \begin_inset Box Frameless
15714 position "c"
15715 hor_pos "c"
15716 has_inner_box 1
15717 inner_pos "c"
15718 use_parbox 0
15719 use_makebox 0
15720 width "15col%"
15721 special "none"
15722 height "1in"
15723 height_special "totalheight"
15724 thickness "0.4pt"
15725 separation "3pt"
15726 shadowsize "4pt"
15727 framecolor "black"
15728 backgroundcolor "none"
15729 status collapsed
15730
15731 \begin_layout Plain Layout
15732 \begin_inset Tabular
15733 <lyxtabular version="3" rows="3" columns="3">
15734 <features tabularvalignment="middle">
15735 <column alignment="center" valignment="top">
15736 <column alignment="center" valignment="top">
15737 <column alignment="center" valignment="top">
15738 <row>
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 </row>
15767 <row>
15768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row>
15797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 </lyxtabular>
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \begin_layout Itemize
15838 動作試験 
15839 \begin_inset Box Frameless
15840 position "b"
15841 hor_pos "c"
15842 has_inner_box 1
15843 inner_pos "c"
15844 use_parbox 0
15845 use_makebox 0
15846 width "15col%"
15847 special "none"
15848 height "1in"
15849 height_special "totalheight"
15850 thickness "0.4pt"
15851 separation "3pt"
15852 shadowsize "4pt"
15853 framecolor "black"
15854 backgroundcolor "none"
15855 status collapsed
15856
15857 \begin_layout Plain Layout
15858 \begin_inset Tabular
15859 <lyxtabular version="3" rows="3" columns="3">
15860 <features tabularvalignment="middle">
15861 <column alignment="center" valignment="top">
15862 <column alignment="center" valignment="top">
15863 <column alignment="center" valignment="top">
15864 <row>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 </row>
15893 <row>
15894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 </row>
15922 <row>
15923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 </row>
15951 </lyxtabular>
15952
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \end_inset
15959
15960  動作試験 
15961 \begin_inset ERT
15962 status collapsed
15963
15964 \begin_layout Plain Layout
15965
15966
15967 \backslash
15968 raisebox{-0.32
15969 \backslash
15970 baselineskip}{
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \begin_inset Box Frameless
15977 position "b"
15978 hor_pos "c"
15979 has_inner_box 1
15980 inner_pos "c"
15981 use_parbox 0
15982 use_makebox 0
15983 width "15col%"
15984 special "none"
15985 height "1in"
15986 height_special "totalheight"
15987 thickness "0.4pt"
15988 separation "3pt"
15989 shadowsize "4pt"
15990 framecolor "black"
15991 backgroundcolor "none"
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995 \begin_inset Tabular
15996 <lyxtabular version="3" rows="3" columns="3">
15997 <features tabularvalignment="middle">
15998 <column alignment="center" valignment="top">
15999 <column alignment="center" valignment="top">
16000 <column alignment="center" valignment="top">
16001 <row>
16002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 <row>
16031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 </lyxtabular>
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \end_inset
16096
16097
16098 \begin_inset ERT
16099 status collapsed
16100
16101 \begin_layout Plain Layout
16102
16103 }
16104 \end_layout
16105
16106 \end_inset
16107
16108
16109 \end_layout
16110
16111 \begin_layout Standard
16112 上記のとおり,表の第一行あるいは最終行の中身が,表外の本文行と揃っていません.これらを揃えるには,minipageボックスをraisebox
16113 \begin_inset Foot
16114 status collapsed
16115
16116 \begin_layout Plain Layout
16117 raiseboxは,第
16118 \begin_inset CommandInset ref
16119 LatexCommand ref
16120 reference "subsec:垂直揃え"
16121
16122 \end_inset
16123
16124 節で説明されています.
16125 \end_layout
16126
16127 \end_inset
16128
16129 の中に入れなくてはなりません.上記の例では,最初の項目の第二表は,ボックスの前に
16130 \end_layout
16131
16132 \begin_layout Standard
16133
16134 \series bold
16135
16136 \backslash
16137 raisebox{0.85
16138 \backslash
16139 baselineskip}{
16140 \end_layout
16141
16142 \begin_layout Standard
16143 という\SpecialChar TeX
16144 コードコマンドを使用して揃えています.ボックスの後には,閉じ括弧
16145 \series bold
16146 }
16147 \series default
16148 を\SpecialChar TeX
16149 コードとして挿入してあります.最後の項目の第二表には,
16150 \end_layout
16151
16152 \begin_layout Standard
16153
16154 \series bold
16155
16156 \backslash
16157 raisebox{-0.32
16158 \backslash
16159 baselineskip}{
16160 \end_layout
16161
16162 \begin_layout Standard
16163 というコマンドを使用しています.
16164 \end_layout
16165
16166 \begin_layout Standard
16167 \begin_inset Note Greyedout
16168 status open
16169
16170 \begin_layout Plain Layout
16171
16172 \series bold
16173 【註】
16174 \series default
16175 表の行の中身の周囲の本文行への揃えは,つねに同じ値をとるわけではありません.この揃え方に必要な
16176 \series bold
16177
16178 \backslash
16179 raisebox
16180 \series default
16181 コマンドの値は,文書フォントやフォント寸法,表罫線の線幅によって変わります.
16182 \end_layout
16183
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \begin_layout Section
16190 色付きの表
16191 \begin_inset CommandInset label
16192 LatexCommand label
16193 name "sec:色付きの表"
16194
16195 \end_inset
16196
16197
16198 \begin_inset Index idx
16199 status collapsed
16200
16201 \begin_layout Plain Layout
16202 ひょう@表 ! いろつき@色付き
16203 \end_layout
16204
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \begin_layout Subsection
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 \begin_inset Index idx
16223 status collapsed
16224
16225 \begin_layout Plain Layout
16226 いろつき@色付き ! ひょうせるぶ@表セル部
16227 \end_layout
16228
16229 \end_inset
16230
16231
16232 \end_layout
16233
16234 \begin_layout Standard
16235 \begin_inset Float table
16236 placement h
16237 wide false
16238 sideways false
16239 status open
16240
16241 \begin_layout Plain Layout
16242 \begin_inset Caption Standard
16243
16244 \begin_layout Plain Layout
16245 \begin_inset CommandInset label
16246 LatexCommand label
16247 name "tab:colortblなしの表"
16248
16249 \end_inset
16250
16251
16252 \series bold
16253 colortbl
16254 \series default
16255 パッケージを使用しない色付き表
16256 \begin_inset Argument 1
16257 status collapsed
16258
16259 \begin_layout Plain Layout
16260 colortblなしの表
16261 \end_layout
16262
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \begin_layout Plain Layout
16274 \align center
16275 \begin_inset Tabular
16276 <lyxtabular version="3" rows="3" columns="3">
16277 <features tabularvalignment="middle">
16278 <column alignment="center" valignment="top">
16279 <column alignment="center" valignment="top">
16280 <column alignment="center" valignment="top">
16281 <row>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286
16287 \color green
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \color red
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308
16309 \color red
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321
16322 \color green
16323
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332
16333 \color blue
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343
16344 \color blue
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356
16357 \color green
16358
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367
16368 \color blue
16369
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378
16379 \color blue
16380
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 </lyxtabular>
16387
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \begin_layout Standard
16399 もし色の付いた文章が欲しいだけならば,そのセルを選択して,
16400 \family sans
16401 編集\SpecialChar menuseparator
16402 文字様式
16403 \family default
16404 メニューで色を選んでください.表
16405 \begin_inset CommandInset ref
16406 LatexCommand ref
16407 reference "tab:colortblなしの表"
16408
16409 \end_inset
16410
16411 を作るのに,この方法が使われています.それ以外の場合には,\SpecialChar LaTeX
16412 パッケージの
16413 \series bold
16414 colortbl
16415 \series default
16416
16417 \begin_inset Index idx
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421 \SpecialChar LaTeX
16422 ぱっけーじ@\SpecialChar LaTeX
16423 パッケージ ! colortbl
16424 \end_layout
16425
16426 \end_inset
16427
16428 を使用しなくてはなりません.
16429 \end_layout
16430
16431 \begin_layout Standard
16432 \begin_inset ERT
16433 status collapsed
16434
16435 \begin_layout Plain Layout
16436
16437
16438 \backslash
16439 ifcolortbl
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \begin_inset Note Note
16446 status open
16447
16448 \begin_layout Plain Layout
16449 本節の以下の部分は,\SpecialChar LaTeX
16450 パッケージ
16451 \series bold
16452 colortbl
16453 \series default
16454 が導入済みのときのみ表示されます.
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \begin_layout Standard
16463 色付きの表を作成するには,プリアンブルに
16464 \end_layout
16465
16466 \begin_layout Standard
16467
16468 \series bold
16469
16470 \backslash
16471 usepackage{colortbl}
16472 \end_layout
16473
16474 \begin_layout Standard
16475 という行を書いて
16476 \series bold
16477 colortbl
16478 \series default
16479 を読み込まなくてはなりません.列の色は,
16480 \series bold
16481 >{ }
16482 \series default
16483 コマンドの中に
16484 \end_layout
16485
16486 \begin_layout Standard
16487
16488 \series bold
16489
16490 \backslash
16491 columncolor{色彩名}
16492 \end_layout
16493
16494 \begin_layout Standard
16495 というコマンドを書いて指定することができます.
16496 \series bold
16497 >{}
16498 \series default
16499 コマンドに関する詳細は,第
16500 \begin_inset CommandInset ref
16501 LatexCommand ref
16502 reference "subsec:連結列の計算"
16503
16504 \end_inset
16505
16506 節に述べられています.
16507 \end_layout
16508
16509 \begin_layout Standard
16510 以下の色彩名が事前に定義されています.
16511 \end_layout
16512
16513 \begin_layout Standard
16514
16515 \family sans
16516 red
16517 \family default
16518
16519 \family sans
16520 green
16521 \family default
16522
16523 \family sans
16524 yellow
16525 \family default
16526
16527 \family sans
16528 blue
16529 \family default
16530
16531 \family sans
16532 cyan
16533 \family default
16534
16535 \family sans
16536 magenta
16537 \family default
16538
16539 \family sans
16540 black
16541 \family default
16542
16543 \family sans
16544 white
16545 \end_layout
16546
16547 \begin_layout Standard
16548 \begin_inset VSpace medskip
16549 \end_inset
16550
16551
16552 \end_layout
16553
16554 \begin_layout Standard
16555 また,文書設定中で,文書クラスオプションに
16556 \end_layout
16557
16558 \begin_layout Standard
16559
16560 \series bold
16561 dvipsnames
16562 \end_layout
16563
16564 \begin_layout Standard
16565 を与えると,さらに61色を使用することができます.これらの色は,附録
16566 \begin_inset CommandInset ref
16567 LatexCommand ref
16568 reference "chap:dvips色名一覧"
16569
16570 \end_inset
16571
16572 に列挙されています.それらの色の1つ,
16573 \family sans
16574 Maroon
16575 \family default
16576 が,例として表
16577 \begin_inset CommandInset ref
16578 LatexCommand ref
16579 reference "tab:色付き表"
16580
16581 \end_inset
16582
16583 に使用されています.
16584 \end_layout
16585
16586 \begin_layout Standard
16587 \begin_inset VSpace medskip
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \begin_layout Standard
16594 また
16595 \end_layout
16596
16597 \begin_layout Standard
16598
16599 \series bold
16600
16601 \backslash
16602 definecolor{色彩名}{色彩モデル}{色彩値}
16603 \end_layout
16604
16605 \begin_layout Standard
16606 というコマンドを使用すれば,自分自身の色彩を定義することができます.ここで色彩モデルは
16607 \end_layout
16608
16609 \begin_layout Labeling
16610 \labelwidthstring 00.00.0000
16611 cmyk: シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
16612 \end_layout
16613
16614 \begin_layout Labeling
16615 \labelwidthstring 00.00.0000
16616 rgb: 赤(red)・緑(green)・青(blue)
16617 \end_layout
16618
16619 \begin_layout Labeling
16620 \labelwidthstring 00.00.0000
16621 gray: グレー
16622 \end_layout
16623
16624 \begin_layout Standard
16625 から選択することができ,色彩値は,0から1の間の数字をコンマで区切ったもので,それぞれ当該色彩モデルにおける各色彩の大きさを示します.
16626 \end_layout
16627
16628 \begin_layout Standard
16629 たとえば,プリアンブルに
16630 \end_layout
16631
16632 \begin_layout Standard
16633
16634 \series bold
16635
16636 \backslash
16637 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16638 \end_layout
16639
16640 \begin_layout Standard
16641 と書くことによって,「
16642 \emph on
16643 darkgreen
16644 \emph default
16645 」色を定義することができますし,
16646 \end_layout
16647
16648 \begin_layout Standard
16649
16650 \series bold
16651
16652 \backslash
16653 definecolor{lightgray}{gray}{0.8}
16654 \end_layout
16655
16656 \begin_layout Standard
16657 と書けば,「
16658 \emph on
16659 lightgray
16660 \emph default
16661 」色を定義することができます.
16662 \end_layout
16663
16664 \begin_layout Standard
16665 \begin_inset VSpace medskip
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Standard
16672 罫線は
16673 \end_layout
16674
16675 \begin_layout Standard
16676
16677 \series bold
16678
16679 \backslash
16680 rowcolor{色彩名}
16681 \end_layout
16682
16683 \begin_layout Standard
16684 というコマンドを使用して色付けすることができ,セルは
16685 \end_layout
16686
16687 \begin_layout Standard
16688
16689 \series bold
16690
16691 \backslash
16692 cellcolor{色彩名}
16693 \end_layout
16694
16695 \begin_layout Standard
16696 というコマンドで色付けすることができます.どちらのコマンドも,セルの冒頭に\SpecialChar TeX
16697 コードで書き込みます.
16698 \end_layout
16699
16700 \begin_layout Standard
16701 表中の文字に色付けをするには,セルを選択してから,\SpecialChar LyX
16702 のメニュー
16703 \family sans
16704 編集\SpecialChar menuseparator
16705 文字様式
16706 \family default
16707 を使用します.セルに\SpecialChar TeX
16708 コードが入っている場合には,文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
16709 コードが\SpecialChar LaTeX
16710 エラーを引き起こしてしまいます.
16711 \end_layout
16712
16713 \begin_layout Standard
16714 \begin_inset Note Greyedout
16715 status open
16716
16717 \begin_layout Plain Layout
16718
16719 \series bold
16720 【註】
16721 \series default
16722 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
16723 \end_layout
16724
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \begin_layout Standard
16731 \begin_inset VSpace bigskip
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \begin_layout Standard
16738
16739 \begin_inset CommandInset ref
16740 LatexCommand ref
16741 reference "tab:色付き表"
16742
16743 \end_inset
16744
16745 を作成するには,以下のようにしてください.第一列の色は
16746 \emph on
16747 darkgreen
16748 \emph default
16749 にしたいので,この列の\SpecialChar LaTeX
16750 変数として
16751 \end_layout
16752
16753 \begin_layout Standard
16754
16755 \series bold
16756 >{
16757 \backslash
16758 columncolor{darkgreen}
16759 \backslash
16760 centering}c
16761 \end_layout
16762
16763 \begin_layout Standard
16764 と書き込みます.第一列は青にしたいので,この列の最初のセルに
16765 \end_layout
16766
16767 \begin_layout Standard
16768
16769 \series bold
16770
16771 \backslash
16772 rowcolow{cyan}
16773 \end_layout
16774
16775 \begin_layout Standard
16776 という\SpecialChar TeX
16777 コードコマンドを書き込みます.これによって,第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
16778 \end_layout
16779
16780 \begin_layout Standard
16781
16782 \series bold
16783
16784 \backslash
16785 cellcolor{Maroon}
16786 \end_layout
16787
16788 \begin_layout Standard
16789 という\SpecialChar TeX
16790 コードコマンドを書き込むことで,マルーンに色づけされています.この後,
16791 \family sans
16792 編集\SpecialChar menuseparator
16793 文字様式
16794 \family default
16795 メニューを使って,各文字に色付けをすることができます.
16796 \end_layout
16797
16798 \begin_layout Standard
16799 \begin_inset Float table
16800 placement h
16801 wide false
16802 sideways false
16803 status open
16804
16805 \begin_layout Plain Layout
16806 \begin_inset Caption Standard
16807
16808 \begin_layout Plain Layout
16809
16810 \series bold
16811 \begin_inset CommandInset label
16812 LatexCommand label
16813 name "tab:色付き表"
16814
16815 \end_inset
16816
16817 colortbl
16818 \series default
16819 パッケージを使用した色付き表
16820 \begin_inset Argument 1
16821 status collapsed
16822
16823 \begin_layout Plain Layout
16824 colortblを使った表
16825 \end_layout
16826
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \begin_layout Plain Layout
16838 \align center
16839 \begin_inset Tabular
16840 <lyxtabular version="3" rows="3" columns="3">
16841 <features tabularvalignment="middle">
16842 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16843 <column alignment="center" valignment="top">
16844 <column alignment="center" valignment="top">
16845 <row>
16846 <cell alignment="center" valignment="top" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 \begin_inset ERT
16851 status collapsed
16852
16853 \begin_layout Plain Layout
16854
16855
16856 \backslash
16857 rowcolor{cyan}
16858 \end_layout
16859
16860 \end_inset
16861
16862
16863 \color magenta
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873
16874 \color red
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 <cell alignment="center" valignment="top" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \color red
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 <row>
16893 <cell alignment="center" valignment="top" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897
16898 \color yellow
16899
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908
16909 \color blue
16910
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919
16920 \color blue
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \color yellow
16934
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \color blue
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset ERT
16955 status collapsed
16956
16957 \begin_layout Plain Layout
16958
16959
16960 \backslash
16961 cellcolor{Maroon}
16962 \end_layout
16963
16964 \end_inset
16965
16966
16967 \color green
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 </lyxtabular>
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \begin_layout Standard
16987 \begin_inset ERT
16988 status collapsed
16989
16990 \begin_layout Plain Layout
16991
16992
16993 \backslash
16994 else
16995 \end_layout
16996
16997 \end_inset
16998
16999
17000 \begin_inset Note Note
17001 status open
17002
17003 \begin_layout Plain Layout
17004 以下は,\SpecialChar LaTeX
17005 パッケージ
17006 \series bold
17007 colortbl
17008 \series default
17009 が導入されていないときに表示されます.
17010 \end_layout
17011
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \begin_layout Standard
17018 この節の内容を出力で表示させるには,
17019 \series bold
17020 colortbl
17021 \series default
17022 パッケージを導入する必要があります.
17023 \end_layout
17024
17025 \begin_layout Standard
17026 \begin_inset ERT
17027 status collapsed
17028
17029 \begin_layout Plain Layout
17030
17031
17032 \backslash
17033 fi
17034 \end_layout
17035
17036 \end_inset
17037
17038
17039 \end_layout
17040
17041 \begin_layout Subsection
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 \begin_inset Index idx
17054 status collapsed
17055
17056 \begin_layout Plain Layout
17057 いろつき@色付き ! ひょうのぎょう@表の行
17058 \end_layout
17059
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \begin_layout Standard
17066 表の行を交互に色付けする必要がある場合,前節に述べたのとは別な方法があります.文書プリアンブルに
17067 \end_layout
17068
17069 \begin_layout Standard
17070
17071 \series bold
17072
17073 \backslash
17074 usepackage[table]{xcolor}
17075 \end_layout
17076
17077 \begin_layout Standard
17078 というコマンドを使用して,
17079 \series bold
17080 xcolor
17081 \series default
17082
17083 \begin_inset Index idx
17084 status collapsed
17085
17086 \begin_layout Plain Layout
17087 \SpecialChar LaTeX
17088 ぱっけーじ@\SpecialChar LaTeX
17089 パッケージ ! xcolor
17090 \begin_inset ERT
17091 status collapsed
17092
17093 \begin_layout Plain Layout
17094
17095
17096 \backslash
17097 vspace{4mm}
17098 \end_layout
17099
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106
17107 パッケージを読み込むのです.
17108 \series bold
17109 xcolor
17110 \series default
17111 は,自動的に
17112 \series bold
17113 colortbl
17114 \series default
17115
17116 \begin_inset Index idx
17117 status collapsed
17118
17119 \begin_layout Plain Layout
17120 \SpecialChar LaTeX
17121 ぱっけーじ@\SpecialChar LaTeX
17122 パッケージ ! colortbl
17123 \end_layout
17124
17125 \end_inset
17126
17127 パッケージも読み込むので,\SpecialChar LaTeX
17128 エラーを防ぐためには,お使いの\SpecialChar LaTeX
17129 頒布版中に
17130 \series bold
17131 colortbl
17132 \series default
17133 も導入されていなくてはなりません.
17134 \end_layout
17135
17136 \begin_layout Standard
17137 \begin_inset ERT
17138 status collapsed
17139
17140 \begin_layout Plain Layout
17141
17142
17143 \backslash
17144 ifcolortbl
17145 \end_layout
17146
17147 \end_inset
17148
17149
17150 \begin_inset Note Note
17151 status open
17152
17153 \begin_layout Plain Layout
17154 本節の以下の部分は,\SpecialChar LaTeX
17155 パッケージ
17156 \series bold
17157 colortbl
17158 \series default
17159 が導入済みのときのみ表示されます.
17160 \end_layout
17161
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \begin_layout Standard
17168 表の行は,文書プリアンブル中か,色付けする最初の表の前に\SpecialChar TeX
17169 コードで
17170 \end_layout
17171
17172 \begin_layout Standard
17173
17174 \series bold
17175
17176 \backslash
17177 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17178 \end_layout
17179
17180 \begin_layout Standard
17181 というコマンドを使用すれば,色付けすることができます.ここで,「行番号」は,奇数行色で色付けする最初の行の番号です.「コマンド」は,各行の前で実行したいコマンド
17182 を付加する時に用います.したがって,例えば
17183 \end_layout
17184
17185 \begin_layout Standard
17186
17187 \series bold
17188
17189 \backslash
17190 rowcolors{1}{white}{lightgray}
17191 \end_layout
17192
17193 \begin_layout Standard
17194 というコマンドは,表
17195 \begin_inset CommandInset ref
17196 LatexCommand ref
17197 reference "tab:表-行色"
17198
17199 \end_inset
17200
17201 のようなカラースキームをもたらします.また,
17202 \end_layout
17203
17204 \begin_layout Standard
17205
17206 \series bold
17207
17208 \backslash
17209 rowcolors[
17210 \backslash
17211 hline]{1}{lightgray}{cyan}
17212 \end_layout
17213
17214 \begin_layout Standard
17215 というコマンドを用いると,表
17216 \begin_inset CommandInset ref
17217 LatexCommand ref
17218 reference "tab:表-行色-2"
17219
17220 \end_inset
17221
17222 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,色付けはされませんので,
17223 \end_layout
17224
17225 \begin_layout Standard
17226
17227 \series bold
17228
17229 \backslash
17230 rowcolors{1}{}{}
17231 \end_layout
17232
17233 \begin_layout Standard
17234 というコマンドはすべての色付けを削除することになります.
17235 \series bold
17236
17237 \backslash
17238 rowcolors
17239 \series default
17240 は,コマンドに続くすべての表に影響を及ぼします.
17241 \end_layout
17242
17243 \begin_layout Standard
17244 \begin_inset ERT
17245 status open
17246
17247 \begin_layout Plain Layout
17248
17249
17250 \backslash
17251 rowcolors{1}{white}{lightgray}
17252 \end_layout
17253
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \begin_layout Standard
17260 \begin_inset Float table
17261 placement h
17262 wide false
17263 sideways false
17264 status open
17265
17266 \begin_layout Plain Layout
17267 \begin_inset Caption Standard
17268
17269 \begin_layout Plain Layout
17270 \begin_inset CommandInset label
17271 LatexCommand label
17272 name "tab:表-行色"
17273
17274 \end_inset
17275
17276 隔行が灰色に着色された表
17277 \end_layout
17278
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \begin_layout Plain Layout
17285 \align center
17286 \begin_inset Tabular
17287 <lyxtabular version="3" rows="4" columns="3">
17288 <features tabularvalignment="middle">
17289 <column alignment="center" valignment="top">
17290 <column alignment="center" valignment="top" width="0pt">
17291 <column alignment="center" valignment="top" width="0pt">
17292 <row>
17293 <cell alignment="center" valignment="top" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="center" valignment="top" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 1
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell alignment="center" valignment="top" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 2
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 3
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 <row>
17351 <cell alignment="center" valignment="top" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 4
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 5
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 6
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 7
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393 8
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 9
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 </row>
17408 </lyxtabular>
17409
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416
17417
17418 \end_layout
17419
17420 \begin_layout Standard
17421 \begin_inset ERT
17422 status open
17423
17424 \begin_layout Plain Layout
17425
17426
17427 \backslash
17428 rowcolors[
17429 \backslash
17430 hline]{1}{lightgray}{cyan}
17431 \end_layout
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Standard
17439 \begin_inset Float table
17440 placement h
17441 wide false
17442 sideways false
17443 status open
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Caption Standard
17447
17448 \begin_layout Plain Layout
17449 \begin_inset CommandInset label
17450 LatexCommand label
17451 name "tab:表-行色-2"
17452
17453 \end_inset
17454
17455 隔行でシアン色に着色され,行間に線の入った表
17456 \end_layout
17457
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \begin_layout Plain Layout
17464 \align center
17465 \begin_inset Tabular
17466 <lyxtabular version="3" rows="4" columns="3">
17467 <features tabularvalignment="middle">
17468 <column alignment="center" valignment="top">
17469 <column alignment="center" valignment="top">
17470 <column alignment="center" valignment="top" width="0pt">
17471 <row>
17472 <cell alignment="center" valignment="top" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 <cell alignment="center" valignment="top" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 </row>
17500 <row>
17501 <cell alignment="center" valignment="top" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 1
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 2
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 3
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="center" valignment="top" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 4
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 5
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 6
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 </row>
17558 <row>
17559 <cell alignment="center" valignment="top" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563 7
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572 8
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 <cell alignment="center" valignment="top" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 9
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 </row>
17587 </lyxtabular>
17588
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \begin_layout Standard
17600 \begin_inset ERT
17601 status collapsed
17602
17603 \begin_layout Plain Layout
17604
17605
17606 \backslash
17607 rowcolors{1}{}{}
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \begin_inset Note Note
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617 行色を解除
17618 \end_layout
17619
17620 \end_inset
17621
17622
17623 \end_layout
17624
17625 \begin_layout Standard
17626 \begin_inset ERT
17627 status collapsed
17628
17629 \begin_layout Plain Layout
17630
17631
17632 \backslash
17633 else
17634 \end_layout
17635
17636 \end_inset
17637
17638
17639 \begin_inset Note Note
17640 status open
17641
17642 \begin_layout Plain Layout
17643 以下は,\SpecialChar LaTeX
17644 パッケージ
17645 \series bold
17646 colortbl
17647 \series default
17648 が導入されていないときに表示されます.
17649 \end_layout
17650
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \begin_layout Standard
17657 この節の内容を出力で表示させるには,
17658 \series bold
17659 colortbl
17660 \series default
17661 パッケージを導入する必要があります.
17662 \end_layout
17663
17664 \begin_layout Standard
17665 \begin_inset ERT
17666 status collapsed
17667
17668 \begin_layout Plain Layout
17669
17670
17671 \backslash
17672 fi
17673 \end_layout
17674
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \begin_layout Subsection
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 \begin_inset Index idx
17693 status collapsed
17694
17695 \begin_layout Plain Layout
17696 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \begin_layout Standard
17705
17706 \begin_inset CommandInset ref
17707 LatexCommand ref
17708 reference "subsec:罫線幅"
17709
17710 \end_inset
17711
17712 節に述べられているように,表中の全罫線の線幅は,長さ
17713 \series bold
17714
17715 \backslash
17716 arrayrulewidth
17717 \series default
17718 を使って調節することができます.本節の表では,すべて1.5
17719 \begin_inset space \thinspace{}
17720 \end_inset
17721
17722 ptに設定されています.
17723 \begin_inset ERT
17724 status collapsed
17725
17726 \begin_layout Plain Layout
17727
17728
17729 \backslash
17730 setlength{
17731 \backslash
17732 arrayrulewidth}{1.5pt}
17733 \end_layout
17734
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \begin_layout Standard
17741 たとえば縦罫線を緑に着色するには,第
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "subsec:自製書式"
17745
17746 \end_inset
17747
17748 節の説明にしたがって,以下の列書式を文書プリアンブル中で作成して下さい.
17749 \end_layout
17750
17751 \begin_layout Standard
17752
17753 \series bold
17754
17755 \backslash
17756 newcolumntype{W}{!{
17757 \backslash
17758 color{green}
17759 \backslash
17760 vline}}
17761 \end_layout
17762
17763 \begin_layout Standard
17764
17765 \begin_inset CommandInset ref
17766 LatexCommand ref
17767 reference "tab:色付き縦罫線の表"
17768
17769 \end_inset
17770
17771 では,最右列に\SpecialChar LaTeX
17772 変数
17773 \series bold
17774 WcW
17775 \series default
17776 ,他の列に\SpecialChar LaTeX
17777 変数
17778 \series bold
17779 Wc
17780 \series default
17781 が使用されています.
17782 \end_layout
17783
17784 \begin_layout Standard
17785 複数の色を用いたいときには,列書式をもっと定義してください.
17786 \end_layout
17787
17788 \begin_layout Standard
17789 \begin_inset Float table
17790 placement h
17791 wide false
17792 sideways false
17793 status open
17794
17795 \begin_layout Plain Layout
17796 \begin_inset Caption Standard
17797
17798 \begin_layout Plain Layout
17799 \begin_inset CommandInset label
17800 LatexCommand label
17801 name "tab:色付き縦罫線の表"
17802
17803 \end_inset
17804
17805 色付き縦罫線の表
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Plain Layout
17814 \align center
17815 \begin_inset Tabular
17816 <lyxtabular version="3" rows="3" columns="3">
17817 <features tabularvalignment="middle">
17818 <column alignment="center" valignment="top" special="Wc">
17819 <column alignment="center" valignment="top" special="Wc">
17820 <column alignment="center" valignment="top" special="WcW">
17821 <row>
17822 <cell alignment="center" valignment="top" topline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 sd
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" topline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 sd
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" topline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 </row>
17879 <row>
17880 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 sd
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 </lyxtabular>
17909
17910 \end_inset
17911
17912
17913 \end_layout
17914
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \begin_layout Standard
17921 \begin_inset VSpace bigskip
17922 \end_inset
17923
17924
17925 \begin_inset CommandInset ref
17926 LatexCommand ref
17927 reference "tab:色付き横罫線の表"
17928
17929 \end_inset
17930
17931 のように,たとえば横罫線を赤にしたいときには,表ないし表フロートの前に\SpecialChar TeX
17932 コードで
17933 \end_layout
17934
17935 \begin_layout Standard
17936
17937 \series bold
17938
17939 \backslash
17940 let
17941 \backslash
17942 myHlineC
17943 \backslash
17944 hline
17945 \begin_inset Newline newline
17946 \end_inset
17947
17948
17949 \backslash
17950 renewcommand{
17951 \backslash
17952 hline}
17953 \begin_inset Newline newline
17954 \end_inset
17955
17956
17957 \begin_inset Phantom HPhantom
17958 status open
17959
17960 \begin_layout Plain Layout
17961 \begin_inset space ~
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \end_inset
17968
17969 {
17970 \backslash
17971 arrayrulecolor{red}
17972 \backslash
17973 myHlineC
17974 \backslash
17975 arrayrulecolor{black}}
17976 \end_layout
17977
17978 \begin_layout Standard
17979 というコマンドを入力して下さい.
17980 \end_layout
17981
17982 \begin_layout Standard
17983 \begin_inset ERT
17984 status collapsed
17985
17986 \begin_layout Plain Layout
17987
17988
17989 \backslash
17990 let
17991 \backslash
17992 myHlineC
17993 \backslash
17994 hline
17995 \end_layout
17996
17997 \begin_layout Plain Layout
17998
17999
18000 \backslash
18001 renewcommand{
18002 \backslash
18003 hline}
18004 \end_layout
18005
18006 \begin_layout Plain Layout
18007
18008  {
18009 \backslash
18010 arrayrulecolor{red}
18011 \backslash
18012 myHlineC
18013 \backslash
18014 arrayrulecolor{black}}
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \begin_inset Float table
18021 placement h
18022 wide false
18023 sideways false
18024 status open
18025
18026 \begin_layout Plain Layout
18027 \begin_inset Caption Standard
18028
18029 \begin_layout Plain Layout
18030 \begin_inset CommandInset label
18031 LatexCommand label
18032 name "tab:色付き横罫線の表"
18033
18034 \end_inset
18035
18036 色付き横罫線の表
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \begin_layout Plain Layout
18045 \align center
18046 \begin_inset Tabular
18047 <lyxtabular version="3" rows="3" columns="3">
18048 <features tabularvalignment="middle">
18049 <column alignment="center" valignment="top">
18050 <column alignment="center" valignment="top">
18051 <column alignment="center" valignment="top">
18052 <row>
18053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 sd
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 </row>
18081 <row>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 sd
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 </row>
18110 <row>
18111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133 sd
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 </row>
18139 </lyxtabular>
18140
18141 \end_inset
18142
18143
18144 \end_layout
18145
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \begin_layout Standard
18152 既定値の黒罫線に戻るには,
18153 \end_layout
18154
18155 \begin_layout Standard
18156
18157 \series bold
18158
18159 \backslash
18160 renewcommand{
18161 \backslash
18162 hline}{
18163 \backslash
18164 myHlineC}
18165 \end_layout
18166
18167 \begin_layout Standard
18168 というコマンドを,表ないし表フロートの後に\SpecialChar TeX
18169 コードで入力して下さい.表
18170 \begin_inset CommandInset ref
18171 LatexCommand ref
18172 reference "tab:色付き罫線の表"
18173
18174 \end_inset
18175
18176 は,縦横罫線を着色した例です.
18177 \end_layout
18178
18179 \begin_layout Standard
18180 \begin_inset Float table
18181 placement h
18182 wide false
18183 sideways false
18184 status open
18185
18186 \begin_layout Plain Layout
18187 \begin_inset Caption Standard
18188
18189 \begin_layout Plain Layout
18190 \begin_inset CommandInset label
18191 LatexCommand label
18192 name "tab:色付き罫線の表"
18193
18194 \end_inset
18195
18196 色付き罫線の表
18197 \end_layout
18198
18199 \end_inset
18200
18201
18202 \end_layout
18203
18204 \begin_layout Plain Layout
18205 \align center
18206 \begin_inset Tabular
18207 <lyxtabular version="3" rows="3" columns="3">
18208 <features tabularvalignment="middle">
18209 <column alignment="center" valignment="top" special="Wc">
18210 <column alignment="center" valignment="top" special="Wc">
18211 <column alignment="center" valignment="top" special="WcW">
18212 <row>
18213 <cell alignment="center" valignment="top" topline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 sd
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 <cell alignment="center" valignment="top" topline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" topline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 </row>
18241 <row>
18242 <cell alignment="center" valignment="top" topline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 sd
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" topline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 </row>
18270 <row topspace="default">
18271 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 sd
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 </row>
18299 </lyxtabular>
18300
18301 \end_inset
18302
18303
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \begin_layout Standard
18312 \begin_inset ERT
18313 status collapsed
18314
18315 \begin_layout Plain Layout
18316
18317
18318 \backslash
18319 renewcommand{
18320 \backslash
18321 hline}{
18322 \backslash
18323 myHlineC}
18324 \end_layout
18325
18326 \end_inset
18327
18328
18329 \end_layout
18330
18331 \begin_layout Standard
18332 \begin_inset ERT
18333 status collapsed
18334
18335 \begin_layout Plain Layout
18336
18337
18338 \backslash
18339 setlength{
18340 \backslash
18341 arrayrulewidth}{1.2pt}
18342 \end_layout
18343
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \begin_layout Standard
18350 一部の罫線のみを着色するには,別の攻略法が必要です.以後の横罫線を全て着色するには,下記のコマンドを,最初の着色罫線の直前に来る行の,行末の\SpecialChar TeX
18351 コードとして挿入して
18352 ください.
18353 \end_layout
18354
18355 \begin_layout Standard
18356
18357 \series bold
18358
18359 \backslash
18360
18361 \backslash
18362
18363 \backslash
18364 arrayrulecolor{blue}%
18365 \end_layout
18366
18367 \begin_layout Standard
18368 黒色の罫線に戻るには,黒色罫線の直前に来る行の行頭に下記のコマンドを加えてください.
18369 \end_layout
18370
18371 \begin_layout Standard
18372
18373 \series bold
18374
18375 \backslash
18376 arrayrulecolor{black}
18377 \end_layout
18378
18379 \begin_layout Standard
18380 このようにして,表
18381 \begin_inset CommandInset ref
18382 LatexCommand ref
18383 reference "tab:着色水平罫線表"
18384
18385 \end_inset
18386
18387 のように罫線に色をつけることができます.しかしながら,この方法では,表の最初の行の上の罫線は着色することはできません.
18388 \end_layout
18389
18390 \begin_layout Standard
18391 \begin_inset Float table
18392 wide false
18393 sideways false
18394 status open
18395
18396 \begin_layout Plain Layout
18397 \begin_inset Caption Standard
18398
18399 \begin_layout Plain Layout
18400 \begin_inset CommandInset label
18401 LatexCommand label
18402 name "tab:着色水平罫線表"
18403
18404 \end_inset
18405
18406 異なる色の横罫線を持つ表
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \begin_layout Plain Layout
18415 \align center
18416 \begin_inset Tabular
18417 <lyxtabular version="3" rows="6" columns="7">
18418 <features tabularvalignment="middle">
18419 <column alignment="center" valignment="top">
18420 <column alignment="center" valignment="top">
18421 <column alignment="center" valignment="top">
18422 <column alignment="center" valignment="top">
18423 <column alignment="center" valignment="top">
18424 <column alignment="center" valignment="top">
18425 <column alignment="center" valignment="top">
18426 <row>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 \begin_inset ERT
18486 status open
18487
18488 \begin_layout Plain Layout
18489
18490
18491 \backslash
18492
18493 \backslash
18494
18495 \backslash
18496 arrayrulecolor{blue}%
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 </row>
18507 <row>
18508 <cell alignment="center" valignment="top" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 Y
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 Y
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 </row>
18572 <row>
18573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 \begin_inset ERT
18578 status open
18579
18580 \begin_layout Plain Layout
18581
18582
18583 \backslash
18584 arrayrulecolor{black}
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" 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" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 <row>
18650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708 \begin_inset ERT
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712
18713
18714 \backslash
18715
18716 \backslash
18717
18718 \backslash
18719 arrayrulecolor{green}%
18720 \end_layout
18721
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 </row>
18730 <row>
18731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 </row>
18795 <row>
18796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800 \begin_inset ERT
18801 status collapsed
18802
18803 \begin_layout Plain Layout
18804
18805
18806 \backslash
18807 arrayrulecolor{black}
18808 \end_layout
18809
18810 \end_inset
18811
18812 B
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 \begin_inset ERT
18867 status collapsed
18868
18869 \begin_layout Plain Layout
18870
18871
18872 \backslash
18873
18874 \backslash
18875
18876 \backslash
18877 arrayrulecolor{blue}%
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 </lyxtabular>
18889
18890 \end_inset
18891
18892
18893 \end_layout
18894
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \begin_layout Standard
18901
18902 \begin_inset CommandInset ref
18903 LatexCommand ref
18904 reference "tab:別色縦罫線表"
18905
18906 \end_inset
18907
18908 のように行内の縦罫線の色を変更するには,連結列を使う必要があります.まず始めに,列全体に渡らない縦罫線を全て削除します.それから,前例のように,全罫線を以下のコ
18909 マンドを使って着色します.
18910 \end_layout
18911
18912 \begin_layout Standard
18913
18914 \series bold
18915
18916 \backslash
18917
18918 \backslash
18919
18920 \backslash
18921 arrayrulecolor{blue}%
18922 \end_layout
18923
18924 \begin_layout Standard
18925 最後に,縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
18926 コードで下記のコマンドを挿入します.
18927 \end_layout
18928
18929 \begin_layout Standard
18930
18931 \series bold
18932
18933 \backslash
18934 multicolumn{1}{!{
18935 \backslash
18936 color{green}
18937 \backslash
18938 vline}c!{
18939 \backslash
18940 color{red}
18941 \backslash
18942 vline}}{
18943 \end_layout
18944
18945 \begin_layout Standard
18946 これで,セルの両側に縦罫線が追加され,左側の罫線は緑,右側の罫線は赤になります.色を変える必要がなければ,上記コマンド中,
18947 \series bold
18948
18949 \backslash
18950 color
18951 \series default
18952 コマンドは要りません.黒の左罫線と青の右罫線を得るには,全罫線がすでに青に設定されていますので,
18953 \end_layout
18954
18955 \begin_layout Standard
18956
18957 \series bold
18958
18959 \backslash
18960 multicolumn{1}{!{
18961 \backslash
18962 color{black}
18963 \backslash
18964 vline}c|}{
18965 \end_layout
18966
18967 \begin_layout Standard
18968 と書きます.ここで,
18969 \series bold
18970 |
18971 \series default
18972 は縦罫線を生成しますが,
18973 \series bold
18974
18975 \backslash
18976 color
18977 \series default
18978 が使用されている時には,
18979 \series bold
18980
18981 \backslash
18982 vline
18983 \series default
18984 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
18985 \end_layout
18986
18987 \begin_layout Standard
18988
18989 \series bold
18990
18991 \backslash
18992 multicolumn{1}{|c|}{
18993 \end_layout
18994
18995 \begin_layout Standard
18996 とします.このコマンドの後に,セルの内容を通常通り挿入し,\SpecialChar TeX
18997 コードで閉じ括弧
18998 \series bold
18999 }
19000 \series default
19001 を入れてセルを終わります.
19002 \end_layout
19003
19004 \begin_layout Standard
19005 \begin_inset Float table
19006 wide false
19007 sideways false
19008 status open
19009
19010 \begin_layout Plain Layout
19011 \begin_inset Caption Standard
19012
19013 \begin_layout Plain Layout
19014 \begin_inset CommandInset label
19015 LatexCommand label
19016 name "tab:別色縦罫線表"
19017
19018 \end_inset
19019
19020 一行中に異なる色の縦罫線を持つ表
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Plain Layout
19029 \align center
19030 \begin_inset Tabular
19031 <lyxtabular version="3" rows="5" columns="7">
19032 <features tabularvalignment="middle">
19033 <column alignment="center" valignment="top">
19034 <column alignment="center" valignment="top">
19035 <column alignment="center" valignment="top">
19036 <column alignment="center" valignment="top">
19037 <column alignment="center" valignment="top">
19038 <column alignment="center" valignment="top">
19039 <column alignment="center" valignment="top">
19040 <row>
19041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" topline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" topline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 \begin_inset ERT
19100 status open
19101
19102 \begin_layout Plain Layout
19103
19104
19105 \backslash
19106
19107 \backslash
19108
19109 \backslash
19110 arrayrulecolor{red}%
19111 \end_layout
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 </row>
19121 <row>
19122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 \begin_inset ERT
19127 status open
19128
19129 \begin_layout Plain Layout
19130
19131
19132 \backslash
19133 multicolumn{1}{!{
19134 \backslash
19135 color{black}
19136 \backslash
19137 vline}c|}{
19138 \end_layout
19139
19140 \end_inset
19141
19142 Y
19143 \begin_inset ERT
19144 status collapsed
19145
19146 \begin_layout Plain Layout
19147
19148 }
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198 \begin_inset ERT
19199 status open
19200
19201 \begin_layout Plain Layout
19202
19203
19204 \backslash
19205 multicolumn{1}{c|}{
19206 \end_layout
19207
19208 \end_inset
19209
19210
19211 \begin_inset ERT
19212 status collapsed
19213
19214 \begin_layout Plain Layout
19215
19216 }
19217 \end_layout
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset ERT
19231 status open
19232
19233 \begin_layout Plain Layout
19234
19235
19236 \backslash
19237 multicolumn{1}{c!{
19238 \backslash
19239 color{black}
19240 \backslash
19241 vline}}{
19242 \end_layout
19243
19244 \end_inset
19245
19246 Y
19247 \begin_inset ERT
19248 status collapsed
19249
19250 \begin_layout Plain Layout
19251
19252 }
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 <row>
19264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 \begin_inset ERT
19269 status collapsed
19270
19271 \begin_layout Plain Layout
19272
19273
19274 \backslash
19275 arrayrulecolor{black}
19276 \end_layout
19277
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 \begin_inset ERT
19335 status collapsed
19336
19337 \begin_layout Plain Layout
19338
19339
19340 \backslash
19341
19342 \backslash
19343
19344 \backslash
19345 arrayrulecolor{magenta}%
19346 \end_layout
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 <row>
19357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 \begin_inset ERT
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365
19366
19367 \backslash
19368 multicolumn{1}{|c!{
19369 \backslash
19370 color{red}
19371 \backslash
19372 vline}}{
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \begin_inset ERT
19379 status collapsed
19380
19381 \begin_layout Plain Layout
19382
19383 }
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 \begin_inset ERT
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401
19402
19403 \backslash
19404 multicolumn{1}{c!{
19405 \backslash
19406 color{green}
19407 \backslash
19408 vline}}{
19409 \end_layout
19410
19411 \end_inset
19412
19413
19414 \begin_inset ERT
19415 status collapsed
19416
19417 \begin_layout Plain Layout
19418
19419 }
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 \begin_inset ERT
19434 status collapsed
19435
19436 \begin_layout Plain Layout
19437
19438
19439 \backslash
19440 multicolumn{1}{c!{
19441 \backslash
19442 color{yellow}
19443 \backslash
19444 vline}}{
19445 \end_layout
19446
19447 \end_inset
19448
19449
19450 \begin_inset ERT
19451 status collapsed
19452
19453 \begin_layout Plain Layout
19454
19455 }
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 \begin_inset ERT
19470 status collapsed
19471
19472 \begin_layout Plain Layout
19473
19474
19475 \backslash
19476 multicolumn{1}{c!{
19477 \backslash
19478 color{blue}
19479 \backslash
19480 vline}}{
19481 \end_layout
19482
19483 \end_inset
19484
19485
19486 \begin_inset ERT
19487 status collapsed
19488
19489 \begin_layout Plain Layout
19490
19491 }
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 \begin_inset ERT
19506 status collapsed
19507
19508 \begin_layout Plain Layout
19509
19510
19511 \backslash
19512 multicolumn{1}{c!{
19513 \backslash
19514 color{cyan}
19515 \backslash
19516 vline}}{
19517 \end_layout
19518
19519 \end_inset
19520
19521
19522 \begin_inset ERT
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526
19527 }
19528 \end_layout
19529
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 \begin_inset ERT
19542 status collapsed
19543
19544 \begin_layout Plain Layout
19545
19546
19547 \backslash
19548 multicolumn{1}{c!{
19549 \backslash
19550 color{black}
19551 \backslash
19552 vline}}{
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \begin_inset ERT
19559 status collapsed
19560
19561 \begin_layout Plain Layout
19562
19563 }
19564 \end_layout
19565
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577 \begin_inset ERT
19578 status collapsed
19579
19580 \begin_layout Plain Layout
19581
19582
19583 \backslash
19584 multicolumn{1}{c|}{
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \begin_inset ERT
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594
19595 }
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 \begin_inset ERT
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615
19616
19617 \backslash
19618 arrayrulecolor{black}
19619 \end_layout
19620
19621 \end_inset
19622
19623 B
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 </lyxtabular>
19684
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \begin_layout Standard
19696 \begin_inset ERT
19697 status collapsed
19698
19699 \begin_layout Plain Layout
19700
19701
19702 \backslash
19703 setlength{
19704 \backslash
19705 arrayrulewidth}{0.4pt}
19706 \end_layout
19707
19708 \end_inset
19709
19710
19711 \end_layout
19712
19713 \begin_layout Section
19714 表セルの回転
19715 \begin_inset CommandInset label
19716 LatexCommand label
19717 name "sec:表セルの回転"
19718
19719 \end_inset
19720
19721
19722 \begin_inset Index idx
19723 status collapsed
19724
19725 \begin_layout Plain Layout
19726 ひょう@表 ! せるのかいてん@セルの回転
19727 \end_layout
19728
19729 \end_inset
19730
19731
19732 \begin_inset Index idx
19733 status collapsed
19734
19735 \begin_layout Plain Layout
19736 かいてん@回転 ! そざいの@素材の—
19737 \end_layout
19738
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \begin_layout Standard
19745 \begin_inset Note Greyedout
19746 status open
19747
19748 \begin_layout Plain Layout
19749
19750 \series bold
19751 【註】
19752 \series default
19753 すべてのDVIビューアが回転表示できるわけではありません.
19754 \end_layout
19755
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \begin_layout Standard
19762 と入れてください.表
19763 \begin_inset CommandInset ref
19764 LatexCommand ref
19765 reference "tab:回転表"
19766
19767 \end_inset
19768
19769 は,3つのセルを45°回転させた用例です.
19770 \end_layout
19771
19772 \begin_layout Standard
19773 \begin_inset Float table
19774 wide false
19775 sideways false
19776 status open
19777
19778 \begin_layout Plain Layout
19779 \begin_inset Caption Standard
19780
19781 \begin_layout Plain Layout
19782 \begin_inset CommandInset label
19783 LatexCommand label
19784 name "tab:回転表"
19785
19786 \end_inset
19787
19788 1行目に回転セルのある表
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Plain Layout
19797 \noindent
19798 \align center
19799 \begin_inset Tabular
19800 <lyxtabular version="3" rows="2" columns="3">
19801 <features tabularvalignment="middle">
19802 <column alignment="center" valignment="top" width="0pt">
19803 <column alignment="center" valignment="top" width="0pt">
19804 <column alignment="center" valignment="top" width="0pt">
19805 <row>
19806 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 コップ
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 受け皿
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 </row>
19834 <row>
19835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839 45
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 33
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 21
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 </lyxtabular>
19864
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \begin_layout Standard
19876 \begin_inset Note Greyedout
19877 status open
19878
19879 \begin_layout Plain Layout
19880
19881 \series bold
19882 【註】
19883 \series default
19884 回転セル中では,改行(
19885 \begin_inset Flex Ruby
19886 status collapsed
19887
19888 \begin_layout Plain Layout
19889 捷径
19890 \begin_inset Argument post:1
19891 status collapsed
19892
19893 \begin_layout Plain Layout
19894 ショートカット
19895 \end_layout
19896
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \end_inset
19903
19904
19905 \begin_inset Info
19906 type  "shortcut"
19907 arg   "newline-insert newline"
19908 \end_inset
19909
19910 )はできません.
19911 \end_layout
19912
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \begin_layout Standard
19919 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
19920 \begin_inset Foot
19921 status collapsed
19922
19923 \begin_layout Plain Layout
19924 これらのボックスについて詳しくは,第
19925 \begin_inset CommandInset ref
19926 LatexCommand ref
19927 reference "sec:ミニページ"
19928
19929 \end_inset
19930
19931 節および第
19932 \begin_inset CommandInset ref
19933 LatexCommand ref
19934 reference "sec:Parboxes"
19935
19936 \end_inset
19937
19938 節をご覧ください.
19939 \end_layout
19940
19941 \end_inset
19942
19943 .このセルを90
19944 \begin_inset space \thinspace{}
19945 \end_inset
19946
19947 °回転させると,ボックス幅はセルの高さになります.
19948 \lang english
19949 To avoid to estimate a suitable box width one can use a minipage with a
19950  variable width.
19951  Such a box is inserted by loading the module 
19952 \family sans
19953 Variable-width
19954 \begin_inset space ~
19955 \end_inset
19956
19957 Minipages
19958 \family default
19959  in the document settings.
19960  Then one can use the menu 
19961 \family sans
19962 Insert\SpecialChar menuseparator
19963 Custom
19964 \begin_inset space ~
19965 \end_inset
19966
19967 Insets\SpecialChar menuseparator
19968 Minipage
19969 \begin_inset space ~
19970 \end_inset
19971
19972
19973 \family default
19974 (Var.
19975 \begin_inset space ~
19976 \end_inset
19977
19978 Width)
19979 \lang japanese
19980 .表
19981 \begin_inset CommandInset ref
19982 LatexCommand ref
19983 reference "tab:表多行回転"
19984
19985 \end_inset
19986
19987
19988 \lang english
19989 is an example for a rotated multiline cell where a variable width minipage
19990  is used
19991 \lang japanese
19992
19993 \end_layout
19994
19995 \begin_layout Standard
19996 \begin_inset Float table
19997 wide false
19998 sideways false
19999 status open
20000
20001 \begin_layout Plain Layout
20002 \begin_inset Caption Standard
20003
20004 \begin_layout Plain Layout
20005 \begin_inset CommandInset label
20006 LatexCommand label
20007 name "tab:表多行回転"
20008
20009 \end_inset
20010
20011 多行セルを回転させた表
20012 \end_layout
20013
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \begin_layout Plain Layout
20020 \noindent
20021 \align center
20022 \begin_inset Tabular
20023 <lyxtabular version="3" rows="2" columns="3">
20024 <features tabularvalignment="middle">
20025 <column alignment="center" valignment="top">
20026 <column alignment="center" valignment="top" width="0pt">
20027 <column alignment="center" valignment="top">
20028 <row>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 \begin_inset Flex Minipage (Var. Width)
20043 status open
20044
20045 \begin_layout Plain Layout
20046 改行を含む
20047 \begin_inset Newline newline
20048 \end_inset
20049
20050 回転
20051 \begin_inset space ~
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058
20059
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 </lyxtabular>
20104
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \begin_layout Section
20116 表幅の計算
20117 \begin_inset CommandInset label
20118 LatexCommand label
20119 name "sec:表幅の計算"
20120
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \begin_layout Standard
20127 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20128 設ければ良いのでしょうか?
20129 \end_layout
20130
20131 \begin_layout Standard
20132 表幅
20133 \begin_inset Formula $W_{\text{表}}$
20134 \end_inset
20135
20136 は計算することができます.各列の実際の幅は,指定した列幅
20137 \begin_inset Formula $W_{\text{列}}$
20138 \end_inset
20139
20140 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20141
20142 \series bold
20143
20144 \backslash
20145 tabcolsep
20146 \series default
20147 ・既定値6
20148 \begin_inset space \thinspace{}
20149 \end_inset
20150
20151 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20152
20153 \series bold
20154
20155 \backslash
20156 arrayrulewidth
20157 \series default
20158 ・既定値0.4
20159 \begin_inset space \thinspace{}
20160 \end_inset
20161
20162 pt)を加えたものになります.したがって,もし同じ幅の
20163 \begin_inset Formula $n$
20164 \end_inset
20165
20166 列を作るならば,表幅は
20167 \begin_inset Formula 
20168 \begin{equation}
20169 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20170 \end{equation}
20171
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \begin_layout Standard
20178 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20179
20180 \series bold
20181
20182 \backslash
20183 columnwidth
20184 \series default
20185 ).表の列をすべて同じ幅にするとすれば,
20186 \begin_inset Formula $W_{\text{表}}$
20187 \end_inset
20188
20189 が1
20190 \begin_inset space \thinspace{}
20191 \end_inset
20192
20193
20194 \backslash
20195 columnwidthになりますので,
20196 \begin_inset Formula $W_{\text{列}}$
20197 \end_inset
20198
20199 は簡単に計算できます.
20200 \end_layout
20201
20202 \begin_layout Standard
20203 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20204 パッケージ
20205 \series bold
20206 calc
20207 \series default
20208
20209 \begin_inset Index idx
20210 status collapsed
20211
20212 \begin_layout Plain Layout
20213 \SpecialChar LaTeX
20214 ぱっけーじ@\SpecialChar LaTeX
20215 パッケージ ! calc
20216 \end_layout
20217
20218 \end_inset
20219
20220 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20221 \family sans
20222 \SpecialChar LaTeX
20223 の引数
20224 \family default
20225 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20226 \begin_inset CommandInset ref
20227 LatexCommand ref
20228 reference "subsec:連結列の計算"
20229
20230 \end_inset
20231
20232 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20233 \end_layout
20234
20235 \begin_layout Standard
20236
20237 \series bold
20238 >{
20239 \backslash
20240 centering}p{(1
20241 \backslash
20242 columnwidth-62.4pt)/5}
20243 \end_layout
20244
20245 \begin_layout Standard
20246 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20247 \begin_inset Formula 
20248 \begin{align}
20249 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20250  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20251  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20252 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20253 \end{align}
20254
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \begin_layout Standard
20261 となります.したがって,表中の広い列には
20262 \end_layout
20263
20264 \begin_layout Standard
20265
20266 \series bold
20267 >{
20268 \backslash
20269 centering}p{(1
20270 \backslash
20271 columnwidth-62.4pt)/
20272 \backslash
20273 real{4.5}}
20274 \end_layout
20275
20276 \begin_layout Standard
20277 というコマンドを用い,狭い列には
20278 \end_layout
20279
20280 \begin_layout Standard
20281
20282 \series bold
20283 >{
20284 \backslash
20285 centering}p{(1
20286 \backslash
20287 columnwidth-62.4pt)/
20288 \backslash
20289 real{4.5}*
20290 \backslash
20291 real{0.75}}
20292 \end_layout
20293
20294 \begin_layout Standard
20295 というコマンドを用いることにすると,以下の表が出来上がります.
20296 \end_layout
20297
20298 \begin_layout Standard
20299 \begin_inset Tabular
20300 <lyxtabular version="3" rows="2" columns="5">
20301 <features tabularvalignment="middle">
20302 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20303 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20304 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20305 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20306 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20307 <row>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 1
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 2
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330 3
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 4
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 5
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 111111 1111111 111111 111111111 11111 11111 1111
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 2222 22222 222222 222222222 2222222 22 22222
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 333333 333333 333333 33333 3333333 333
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 </lyxtabular>
20402
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \begin_layout Section
20409 表の調整
20410 \begin_inset Index idx
20411 status collapsed
20412
20413 \begin_layout Plain Layout
20414 ひょうのちょうせい@表の調整
20415 \end_layout
20416
20417 \end_inset
20418
20419
20420 \begin_inset Index idx
20421 status collapsed
20422
20423 \begin_layout Plain Layout
20424 ひょう@表 ! ちょうせい@調整
20425 \end_layout
20426
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Subsection
20433 行の余白取り
20434 \begin_inset CommandInset label
20435 LatexCommand label
20436 name "subsec:行の余白取り"
20437
20438 \end_inset
20439
20440
20441 \begin_inset Index idx
20442 status collapsed
20443
20444 \begin_layout Plain Layout
20445 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \begin_layout Standard
20454 表の設定ダイアログの
20455 \family sans
20456 罫線
20457 \family default
20458 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20459 \end_layout
20460
20461 \begin_layout Description
20462 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20463 \begin_inset Foot
20464 status collapsed
20465
20466 \begin_layout Plain Layout
20467 フォーマル様式の表は第
20468 \begin_inset CommandInset ref
20469 LatexCommand ref
20470 reference "sec:フォーマル様式の表"
20471
20472 \end_inset
20473
20474 節で説明されています.
20475 \end_layout
20476
20477 \end_inset
20478
20479 ならば,\SpecialChar LyX
20480 は既定値として0.5
20481 \begin_inset space \thinspace{}
20482 \end_inset
20483
20484 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20485 \begin_inset VSpace medskip
20486 \end_inset
20487
20488
20489 \begin_inset Newline newline
20490 \end_inset
20491
20492
20493 \begin_inset space \hspace*{}
20494 \length 0pt
20495 \end_inset
20496
20497
20498 \begin_inset space \hfill{}
20499 \end_inset
20500
20501
20502 \begin_inset Tabular
20503 <lyxtabular version="3" rows="3" columns="1">
20504 <features tabularvalignment="middle">
20505 <column alignment="center" valignment="top">
20506 <row>
20507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 </row>
20517 <row topspace="3mm">
20518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20519 \begin_inset Text
20520
20521 \begin_layout Plain Layout
20522 行上に3
20523 \begin_inset space \thinspace{}
20524 \end_inset
20525
20526 mmの余白
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 </row>
20532 <row>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 </lyxtabular>
20544
20545 \end_inset
20546
20547
20548 \begin_inset space \hfill{}
20549 \end_inset
20550
20551
20552 \begin_inset space \hspace*{}
20553 \length 0pt
20554 \end_inset
20555
20556
20557 \begin_inset VSpace medskip
20558 \end_inset
20559
20560
20561 \begin_inset Newline newline
20562 \end_inset
20563
20564 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20565 \end_layout
20566
20567 \begin_layout Description
20568 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20569 は既定値として0.5
20570 \begin_inset space \thinspace{}
20571 \end_inset
20572
20573 emの余白を挿入し,通常の表ならば既定値として2
20574 \begin_inset space \thinspace{}
20575 \end_inset
20576
20577 ptを挿入します.
20578 \end_layout
20579
20580 \begin_layout Description
20581 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20582 は既定値として0.5
20583 \begin_inset space \thinspace{}
20584 \end_inset
20585
20586 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20587 \begin_inset VSpace medskip
20588 \end_inset
20589
20590
20591 \begin_inset Newline newline
20592 \end_inset
20593
20594
20595 \begin_inset space \hspace*{}
20596 \length 0pt
20597 \end_inset
20598
20599
20600 \begin_inset space \hfill{}
20601 \end_inset
20602
20603
20604 \begin_inset Tabular
20605 <lyxtabular version="3" rows="3" columns="1">
20606 <features tabularvalignment="middle">
20607 <column alignment="center" valignment="top">
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 <row interlinespace="3mm">
20620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 \begin_inset Formula $\downarrow$
20625 \end_inset
20626
20627  行間に3
20628 \begin_inset space \thinspace{}
20629 \end_inset
20630
20631 mmの余白 
20632 \begin_inset Formula $\downarrow$
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\uparrow$
20647 \end_inset
20648
20649  行間に3
20650 \begin_inset space \thinspace{}
20651 \end_inset
20652
20653 mmの余白 
20654 \begin_inset Formula $\uparrow$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 </lyxtabular>
20664
20665 \end_inset
20666
20667
20668 \begin_inset space \hfill{}
20669 \end_inset
20670
20671
20672 \begin_inset space \hspace*{}
20673 \length 0pt
20674 \end_inset
20675
20676
20677 \begin_inset VSpace medskip
20678 \end_inset
20679
20680
20681 \begin_inset Newline newline
20682 \end_inset
20683
20684 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20685 \end_layout
20686
20687 \begin_layout Standard
20688 \begin_inset VSpace bigskip
20689 \end_inset
20690
20691 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20692 \end_layout
20693
20694 \begin_layout Standard
20695
20696 \series bold
20697
20698 \backslash
20699 @ifundefined{extrarowheight}
20700 \begin_inset Newline newline
20701 \end_inset
20702
20703
20704 \begin_inset Phantom HPhantom
20705 status open
20706
20707 \begin_layout Plain Layout
20708 \begin_inset space ~
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715
20716 {
20717 \backslash
20718 usepackage{array}}{}
20719 \begin_inset Newline newline
20720 \end_inset
20721
20722
20723 \backslash
20724 setlength{
20725 \backslash
20726 extrarowheight}{高さ}
20727 \series default
20728
20729 \begin_inset Note Note
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733 自己定義の表書式を用いると,\SpecialChar LyX
20734 は自動的に
20735 \series bold
20736 array
20737 \series default
20738 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20739 \series bold
20740
20741 \backslash
20742 @ifundefined
20743 \series default
20744 が使用されています.
20745 \end_layout
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \begin_layout Standard
20753 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20754 \begin_inset CommandInset ref
20755 LatexCommand ref
20756 reference "cha:LyXで使用できる単位"
20757
20758 \end_inset
20759
20760 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20761 \end_layout
20762
20763 \begin_layout Standard
20764 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20765 コードで
20766 \series bold
20767
20768 \backslash
20769 strut
20770 \series default
20771 コマンドを挿入することで補正することができます.表
20772 \begin_inset CommandInset ref
20773 LatexCommand ref
20774 reference "tab:垂直揃え"
20775
20776 \end_inset
20777
20778 は,この効果を示したものです.
20779 \end_layout
20780
20781 \begin_layout Standard
20782 \noindent
20783 \begin_inset Float table
20784 placement h
20785 wide false
20786 sideways false
20787 status open
20788
20789 \begin_layout Plain Layout
20790 \begin_inset Caption Standard
20791
20792 \begin_layout Plain Layout
20793 \begin_inset CommandInset label
20794 LatexCommand label
20795 name "tab:垂直揃え"
20796
20797 \end_inset
20798
20799 大きなフォント寸法の文章の垂直揃え
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Plain Layout
20808 \begin_inset space \hfill{}
20809 \end_inset
20810
20811
20812 \begin_inset Float table
20813 wide false
20814 sideways false
20815 status collapsed
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Caption Standard
20819
20820 \begin_layout Plain Layout
20821 通常の表
20822 \end_layout
20823
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \begin_layout Plain Layout
20830 \noindent
20831 \align center
20832 \begin_inset Tabular
20833 <lyxtabular version="3" rows="6" columns="1">
20834 <features tabularvalignment="middle">
20835 <column alignment="left" valignment="top">
20836 <row>
20837 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 ふつう, g
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852
20853 \size large
20854 やや大
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \size larger
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \size largest
20880 極大
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \size huge
20893 極々大
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904
20905 \size giant
20906 最大
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 </row>
20912 </lyxtabular>
20913
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \end_inset
20920
20921
20922 \begin_inset space \hfill{}
20923 \end_inset
20924
20925
20926 \begin_inset Float table
20927 wide false
20928 sideways false
20929 status collapsed
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Caption Standard
20933
20934 \begin_layout Plain Layout
20935
20936 \series bold
20937
20938 \backslash
20939 strut
20940 \series default
20941 コマンドを使用した表
20942 \end_layout
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Plain Layout
20950 \noindent
20951 \align center
20952 \begin_inset Tabular
20953 <lyxtabular version="3" rows="6" columns="1">
20954 <features tabularvalignment="middle">
20955 <column alignment="left" valignment="top">
20956 <row>
20957 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 ふつう, g
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 </row>
20967 <row>
20968 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972
20973 \size large
20974 \begin_inset ERT
20975 status collapsed
20976
20977 \begin_layout Plain Layout
20978
20979
20980 \backslash
20981 strut 
20982 \end_layout
20983
20984 \end_inset
20985
20986 やや大
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 </row>
20992 <row>
20993 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997
20998 \size larger
20999 \begin_inset ERT
21000 status collapsed
21001
21002 \begin_layout Plain Layout
21003
21004
21005 \backslash
21006 strut 
21007 \end_layout
21008
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 </row>
21017 <row>
21018 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21019 \begin_inset Text
21020
21021 \begin_layout Plain Layout
21022
21023 \size largest
21024 \begin_inset ERT
21025 status collapsed
21026
21027 \begin_layout Plain Layout
21028
21029
21030 \backslash
21031 strut 
21032 \end_layout
21033
21034 \end_inset
21035
21036 極大
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 </row>
21042 <row>
21043 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047
21048 \size huge
21049 \begin_inset ERT
21050 status collapsed
21051
21052 \begin_layout Plain Layout
21053
21054
21055 \backslash
21056 strut 
21057 \end_layout
21058
21059 \end_inset
21060
21061 極々大
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 </row>
21067 <row>
21068 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072
21073 \size giant
21074 \begin_inset ERT
21075 status collapsed
21076
21077 \begin_layout Plain Layout
21078
21079
21080 \backslash
21081 strut 
21082 \end_layout
21083
21084 \end_inset
21085
21086 最大
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 </row>
21092 </lyxtabular>
21093
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100
21101
21102 \begin_inset space \hfill{}
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \begin_layout Subsection
21114 特殊なセル揃え
21115 \begin_inset CommandInset label
21116 LatexCommand label
21117 name "subsec:特殊なセル揃え"
21118
21119 \end_inset
21120
21121
21122 \begin_inset Index idx
21123 status collapsed
21124
21125 \begin_layout Plain Layout
21126 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21127 \end_layout
21128
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \begin_layout Standard
21135 ときには表
21136 \begin_inset CommandInset ref
21137 LatexCommand ref
21138 reference "tab:表セル"
21139
21140 \end_inset
21141
21142 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21143 \begin_inset Info
21144 type  "icon"
21145 arg   "tabular-feature align-decimal"
21146 \end_inset
21147
21148 を押すか,表設定中で揃えを
21149 \family sans
21150 小数点で
21151 \family default
21152 に設定します.
21153 \end_layout
21154
21155 \begin_layout Standard
21156 \begin_inset Float table
21157 placement h
21158 wide false
21159 sideways false
21160 status open
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Caption Standard
21164
21165 \begin_layout Plain Layout
21166 \begin_inset CommandInset label
21167 LatexCommand label
21168 name "tab:表セル"
21169
21170 \end_inset
21171
21172 一列が小数点で揃えられた表セル
21173 \end_layout
21174
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \begin_layout Plain Layout
21181 \align center
21182 \begin_inset Tabular
21183 <lyxtabular version="3" rows="4" columns="1">
21184 <features booktabs="true" tabularvalignment="middle">
21185 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21186 <row>
21187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 見出し
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202 12.6
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 </row>
21208 <row>
21209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 0.68
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 </row>
21219 <row>
21220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224 -123.0
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 </row>
21230 </lyxtabular>
21231
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \begin_layout Standard
21243 \begin_inset Float table
21244 placement h
21245 wide false
21246 sideways false
21247 status open
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Caption Standard
21251
21252 \begin_layout Plain Layout
21253 \begin_inset CommandInset label
21254 LatexCommand label
21255 name "tab:演算子揃え表"
21256
21257 \end_inset
21258
21259 一列が演算子で揃えられた表セル
21260 \end_layout
21261
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Plain Layout
21268 \align center
21269 \begin_inset Tabular
21270 <lyxtabular version="3" rows="4" columns="2">
21271 <features booktabs="true" tabularvalignment="middle">
21272 <column alignment="right" valignment="top" width="0pt">
21273 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21274 <row>
21275 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 見出し
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299 \begin_inset Formula $12\,+$
21300 \end_inset
21301
21302
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Formula $\,6$
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 </row>
21320 <row>
21321 <cell alignment="center" valignment="top" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 \begin_inset Formula $0\,-$
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 \begin_inset Formula $\,68$
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 <row>
21347 <cell alignment="center" valignment="top" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 \begin_inset Formula $-123\,/$
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\,0$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 </lyxtabular>
21373
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \begin_layout Standard
21385 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21386 \begin_inset CommandInset ref
21387 LatexCommand ref
21388 reference "tab:演算子揃え表"
21389
21390 \end_inset
21391
21392 のような方法を用いる必要があります.この表は,4
21393 \begin_inset Formula $\times$
21394 \end_inset
21395
21396 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21397 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21398 \end_layout
21399
21400 \begin_layout Standard
21401
21402 \series bold
21403 @{}l
21404 \end_layout
21405
21406 \begin_layout Standard
21407 という\SpecialChar LaTeX
21408 引数を第2列に指定します.
21409 \end_layout
21410
21411 \begin_layout Standard
21412
21413 \begin_inset CommandInset ref
21414 LatexCommand ref
21415 reference "tab:表セル揃え"
21416
21417 \end_inset
21418
21419 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21420 \begin_inset CommandInset ref
21421 LatexCommand ref
21422 reference "tab:演算子揃え表"
21423
21424 \end_inset
21425
21426 の冒頭には,小空白が加えられています.
21427 \end_layout
21428
21429 \begin_layout Standard
21430 \begin_inset Float table
21431 wide false
21432 sideways false
21433 status open
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Caption Standard
21437
21438 \begin_layout Plain Layout
21439 \begin_inset CommandInset label
21440 LatexCommand label
21441 name "tab:表セル揃え"
21442
21443 \end_inset
21444
21445 表セルの揃えの例
21446 \end_layout
21447
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \begin_layout Plain Layout
21454 \align center
21455 \begin_inset Tabular
21456 <lyxtabular version="3" rows="4" columns="6">
21457 <features tabularvalignment="middle">
21458 <column alignment="right" valignment="top">
21459 <column alignment="left" valignment="top" special="@{}l">
21460 <column alignment="right" valignment="top">
21461 <column alignment="left" valignment="top" special="@{}l">
21462 <column alignment="right" valignment="top">
21463 <column alignment="left" valignment="top" special="@{}l">
21464 <row>
21465 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 単位
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 冪数
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 関係子
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="center" valignment="top" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 12
21526 \begin_inset Formula $\times$
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 24本の瓶
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $10\cdot$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset Formula $10^{\mbox{-}17}$
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 \begin_inset Formula $\Gamma(t)\propto$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $\:\Upsilon(t)$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 1024
21598 \begin_inset Formula $\times$
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 768ピクセル
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $5.78\cdot$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Formula $10^{7}$
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $A\ne$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Formula $\:B_{\mathrm{red}}$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 32
21670 \begin_inset Formula $\times$
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 6
21683 \begin_inset space \thinspace{}
21684 \end_inset
21685
21686 cm
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 -
21696 \begin_inset Formula $33.5\cdot$
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $10^{4}$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 \begin_inset Formula $\sin(\alpha)\ge$
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 \begin_inset Formula $\:\sin(\beta)$
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 </row>
21741 </lyxtabular>
21742
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \begin_layout Subsection
21754 自製のセル書式および列書式
21755 \begin_inset CommandInset label
21756 LatexCommand label
21757 name "subsec:自製書式"
21758
21759 \end_inset
21760
21761
21762 \begin_inset Index idx
21763 status collapsed
21764
21765 \begin_layout Plain Layout
21766 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
21767 \end_layout
21768
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \begin_layout Standard
21775
21776 \begin_inset CommandInset ref
21777 LatexCommand ref
21778 reference "sec:表幅の計算"
21779
21780 \end_inset
21781
21782 節のようにして通常列の必要幅を計算したり,第
21783 \begin_inset CommandInset ref
21784 LatexCommand ref
21785 reference "subsec:連結列の計算"
21786
21787 \end_inset
21788
21789 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21790 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21791 \end_layout
21792
21793 \begin_layout Standard
21794
21795 \series bold
21796
21797 \backslash
21798 newcolumntype{書式名}[引数の数]{コマンド}
21799 \end_layout
21800
21801 \begin_layout Standard
21802 書式名は,一文字だけでも構いません.
21803 \emph on
21804 b
21805 \emph default
21806
21807 \emph on
21808 c
21809 \emph default
21810
21811 \emph on
21812 l
21813 \emph default
21814
21815 \emph on
21816 m
21817 \emph default
21818
21819 \emph on
21820 p
21821 \emph default
21822
21823 \emph on
21824 r
21825 \emph default
21826 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21827 \end_layout
21828
21829 \begin_layout Standard
21830 \begin_inset VSpace medskip
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \begin_layout Standard
21837 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21838 \end_layout
21839
21840 \begin_layout Standard
21841
21842 \series bold
21843
21844 \backslash
21845 newcolumntype{M}[1]{>{
21846 \backslash
21847 centering
21848 \backslash
21849 hspace{0pt}}m{#1}}
21850 \end_layout
21851
21852 \begin_layout Standard
21853 ここで
21854 \series bold
21855
21856 \backslash
21857 hspace{0pt}
21858 \series default
21859 は,第
21860 \begin_inset CommandInset ref
21861 LatexCommand ref
21862 reference "subsec:複数行"
21863
21864 \end_inset
21865
21866 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21867 \family sans
21868 \SpecialChar LaTeX
21869 の引数
21870 \family default
21871
21872 \end_layout
21873
21874 \begin_layout Standard
21875
21876 \series bold
21877 M{width}
21878 \end_layout
21879
21880 \begin_layout Standard
21881 と入力するだけですみます.
21882 \end_layout
21883
21884 \begin_layout Standard
21885 \begin_inset VSpace bigskip
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Standard
21892 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21893 \end_layout
21894
21895 \begin_layout Standard
21896
21897 \series bold
21898
21899 \backslash
21900 newcolumntype{S}[2]{>{
21901 \backslash
21902 centering
21903 \backslash
21904 hspace{0pt}}
21905 \begin_inset Newline newline
21906 \end_inset
21907
21908
21909 \begin_inset Phantom HPhantom
21910 status open
21911
21912 \begin_layout Plain Layout
21913
21914 \series bold
21915
21916 \backslash
21917 newcolumntype
21918 \end_layout
21919
21920 \end_inset
21921
21922 m{(#1+(2
21923 \backslash
21924 tabcolsep+
21925 \backslash
21926 arrayrulewidth)*(1-#2))/#2}}
21927 \end_layout
21928
21929 \begin_layout Standard
21930 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21931 \begin_inset CommandInset ref
21932 LatexCommand eqref
21933 reference "eq:Wgn"
21934
21935 \end_inset
21936
21937 式を使用しています.
21938 \end_layout
21939
21940 \begin_layout Standard
21941 こうしておけば,当該セルの\SpecialChar LaTeX
21942 引数に
21943 \end_layout
21944
21945 \begin_layout Standard
21946
21947 \series bold
21948 S{連結列セルの幅}{連結列セルがまたがる列の数}
21949 \end_layout
21950
21951 \begin_layout Standard
21952 と入力するだけですみます.
21953 \end_layout
21954
21955 \begin_layout Standard
21956 \begin_inset VSpace bigskip
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \begin_layout Standard
21963 色付き列については,以下のように定義するとよいでしょう.
21964 \end_layout
21965
21966 \begin_layout Standard
21967
21968 \series bold
21969
21970 \backslash
21971 newcolumntype{K}[1]{>{
21972 \backslash
21973 columncolor{#1}
21974 \backslash
21975 hspace{0pt}}c}
21976 \end_layout
21977
21978 \begin_layout Standard
21979 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
21980 引数に
21981 \end_layout
21982
21983 \begin_layout Standard
21984
21985 \series bold
21986 K{色名}
21987 \end_layout
21988
21989 \begin_layout Standard
21990 と入力します.
21991 \end_layout
21992
21993 \begin_layout Standard
21994 \begin_inset VSpace bigskip
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \begin_layout Standard
22001
22002 \begin_inset CommandInset ref
22003 LatexCommand ref
22004 reference "tab:ユーザー定義の表書式"
22005
22006 \end_inset
22007
22008 を生成するには,第1列と連結列に\SpecialChar LaTeX
22009 引数として
22010 \end_layout
22011
22012 \begin_layout Standard
22013
22014 \series bold
22015 M{2.5cm}
22016 \end_layout
22017
22018 \begin_layout Standard
22019 を指定し,最終列に
22020 \end_layout
22021
22022 \begin_layout Standard
22023
22024 \series bold
22025 K{red}
22026 \end_layout
22027
22028 \begin_layout Standard
22029 そして第2列の各セルに
22030 \end_layout
22031
22032 \begin_layout Standard
22033
22034 \series bold
22035 S{2.5cm}{2}
22036 \end_layout
22037
22038 \begin_layout Standard
22039 と指定します.
22040 \end_layout
22041
22042 \begin_layout Standard
22043 \begin_inset Float table
22044 placement h
22045 wide false
22046 sideways false
22047 status open
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Caption Standard
22051
22052 \begin_layout Plain Layout
22053 \begin_inset CommandInset label
22054 LatexCommand label
22055 name "tab:ユーザー定義の表書式"
22056
22057 \end_inset
22058
22059 ユーザー定義の表書式を使用した表
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Plain Layout
22068 \align center
22069 \begin_inset Tabular
22070 <lyxtabular version="3" rows="3" columns="4">
22071 <features tabularvalignment="middle">
22072 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22073 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22074 <column alignment="center" valignment="middle">
22075 <column alignment="center" valignment="middle" special="K{red}">
22076 <row>
22077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 とても長い表セル中の単語
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 複数行の連結列
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 </row>
22114 <row>
22115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 </row>
22190 </lyxtabular>
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \begin_layout Subsection
22203 罫線幅
22204 \begin_inset CommandInset label
22205 LatexCommand label
22206 name "subsec:罫線幅"
22207
22208 \end_inset
22209
22210
22211 \begin_inset Index idx
22212 status collapsed
22213
22214 \begin_layout Plain Layout
22215 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22216 \end_layout
22217
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \begin_layout Standard
22224 表中のすべての罫線の罫線幅を調整するには,長さ
22225 \series bold
22226
22227 \backslash
22228 arrayrulewidth
22229 \series default
22230 を使用します.たとえば,表
22231 \begin_inset CommandInset ref
22232 LatexCommand ref
22233 reference "tab:Table-with-1.5"
22234
22235 \end_inset
22236
22237 のように罫線幅を1.5
22238 \begin_inset space \thinspace{}
22239 \end_inset
22240
22241 ptにするには,表や表フロートの前に\SpecialChar TeX
22242 コードで
22243 \end_layout
22244
22245 \begin_layout Standard
22246
22247 \series bold
22248
22249 \backslash
22250 setlength{
22251 \backslash
22252 arrayrulewidth}{1.5pt}
22253 \end_layout
22254
22255 \begin_layout Standard
22256 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22257 コードで
22258 \series bold
22259
22260 \backslash
22261 arrayrulewidth
22262 \series default
22263 を0.4
22264 \begin_inset space \thinspace{}
22265 \end_inset
22266
22267 ptに設定してください.
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset ERT
22272 status collapsed
22273
22274 \begin_layout Plain Layout
22275
22276
22277 \backslash
22278 setlength{
22279 \backslash
22280 arrayrulewidth}{1.5pt}
22281 \end_layout
22282
22283 \end_inset
22284
22285
22286 \begin_inset Float table
22287 wide false
22288 sideways false
22289 status open
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Caption Standard
22293
22294 \begin_layout Plain Layout
22295 \begin_inset CommandInset label
22296 LatexCommand label
22297 name "tab:Table-with-1.5"
22298
22299 \end_inset
22300
22301 1.5
22302 \begin_inset space \thinspace{}
22303 \end_inset
22304
22305 pt幅罫線の表
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Plain Layout
22314 \align center
22315 \begin_inset Tabular
22316 <lyxtabular version="3" rows="3" columns="3">
22317 <features tabularvalignment="middle">
22318 <column alignment="center" valignment="top">
22319 <column alignment="center" valignment="top">
22320 <column alignment="center" valignment="top">
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 sd
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 sd
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 <row>
22380 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 sd
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 </lyxtabular>
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \begin_inset ERT
22419 status collapsed
22420
22421 \begin_layout Plain Layout
22422
22423
22424 \backslash
22425 setlength{
22426 \backslash
22427 arrayrulewidth}{0.4pt}
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \begin_layout Standard
22436 \begin_inset VSpace bigskip
22437 \end_inset
22438
22439
22440 \begin_inset CommandInset ref
22441 LatexCommand ref
22442 reference "tab:1.5pt幅横罫"
22443
22444 \end_inset
22445
22446 のように横罫だけを1.5
22447 \begin_inset space \thinspace{}
22448 \end_inset
22449
22450 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22451 コードとして以下のコマンドを挿入してください.
22452 \end_layout
22453
22454 \begin_layout Standard
22455
22456 \series bold
22457
22458 \backslash
22459 let
22460 \backslash
22461 myHline
22462 \backslash
22463 hline
22464 \begin_inset Newline newline
22465 \end_inset
22466
22467
22468 \backslash
22469 renewcommand{
22470 \backslash
22471 hline}
22472 \begin_inset Newline newline
22473 \end_inset
22474
22475  {
22476 \backslash
22477 noalign{
22478 \backslash
22479 global
22480 \backslash
22481 arrayrulewidth 1.5pt}
22482 \begin_inset Newline newline
22483 \end_inset
22484
22485  
22486 \backslash
22487 myHline
22488 \backslash
22489 noalign{
22490 \backslash
22491 global
22492 \backslash
22493 arrayrulewidth 0.4pt}}
22494 \end_layout
22495
22496 \begin_layout Standard
22497 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22498 コードとして以下のコマンドを挿入します.
22499 \end_layout
22500
22501 \begin_layout Standard
22502
22503 \series bold
22504
22505 \backslash
22506 renewcommand{
22507 \backslash
22508 hline}{
22509 \backslash
22510 myHline}
22511 \end_layout
22512
22513 \begin_layout Standard
22514 \begin_inset ERT
22515 status collapsed
22516
22517 \begin_layout Plain Layout
22518
22519
22520 \backslash
22521 let
22522 \backslash
22523 myHline
22524 \backslash
22525 hline
22526 \end_layout
22527
22528 \begin_layout Plain Layout
22529
22530
22531 \backslash
22532 renewcommand{
22533 \backslash
22534 hline}
22535 \end_layout
22536
22537 \begin_layout Plain Layout
22538
22539  {
22540 \backslash
22541 noalign{
22542 \backslash
22543 global
22544 \backslash
22545 arrayrulewidth 1.5pt}
22546 \end_layout
22547
22548 \begin_layout Plain Layout
22549
22550   
22551 \backslash
22552 myHline
22553 \backslash
22554 noalign{
22555 \backslash
22556 global
22557 \backslash
22558 arrayrulewidth 0.4pt}}
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \begin_inset Float table
22565 wide false
22566 sideways false
22567 status open
22568
22569 \begin_layout Plain Layout
22570 \begin_inset Caption Standard
22571
22572 \begin_layout Plain Layout
22573 \begin_inset CommandInset label
22574 LatexCommand label
22575 name "tab:1.5pt幅横罫"
22576
22577 \end_inset
22578
22579 1.5
22580 \begin_inset space \thinspace{}
22581 \end_inset
22582
22583 pt幅横罫の表
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \begin_layout Plain Layout
22592 \align center
22593 \begin_inset Tabular
22594 <lyxtabular version="3" rows="3" columns="3">
22595 <features tabularvalignment="middle">
22596 <column alignment="center" valignment="top">
22597 <column alignment="center" valignment="top">
22598 <column alignment="center" valignment="top">
22599 <row>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 sd
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 </row>
22628 <row>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 sd
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 sd
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 </lyxtabular>
22687
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \end_inset
22694
22695
22696 \begin_inset ERT
22697 status collapsed
22698
22699 \begin_layout Plain Layout
22700
22701
22702 \backslash
22703 renewcommand{
22704 \backslash
22705 hline}{
22706 \backslash
22707 myHline}
22708 \end_layout
22709
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset VSpace bigskip
22717 \end_inset
22718
22719 縦罫だけを1.5
22720 \begin_inset space \thinspace{}
22721 \end_inset
22722
22723 pt幅にするには,第
22724 \begin_inset CommandInset ref
22725 LatexCommand ref
22726 reference "subsec:自製書式"
22727
22728 \end_inset
22729
22730 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22731 \end_layout
22732
22733 \begin_layout Standard
22734
22735 \series bold
22736
22737 \backslash
22738 newcolumntype{V}{!{
22739 \backslash
22740 vrule width 1.5pt}}
22741 \end_layout
22742
22743 \begin_layout Standard
22744
22745 \begin_inset CommandInset ref
22746 LatexCommand ref
22747 reference "tab:1.5pt幅縦罫"
22748
22749 \end_inset
22750
22751 を作るには,最右列に\SpecialChar LaTeX
22752 引数
22753 \end_layout
22754
22755 \begin_layout Standard
22756
22757 \series bold
22758 VcV
22759 \end_layout
22760
22761 \begin_layout Standard
22762 を指定し,他の列には
22763 \end_layout
22764
22765 \begin_layout Standard
22766
22767 \series bold
22768 Vc
22769 \end_layout
22770
22771 \begin_layout Standard
22772 を指定します.
22773 \end_layout
22774
22775 \begin_layout Standard
22776 \begin_inset Float table
22777 wide false
22778 sideways false
22779 status open
22780
22781 \begin_layout Plain Layout
22782 \begin_inset Caption Standard
22783
22784 \begin_layout Plain Layout
22785 \begin_inset CommandInset label
22786 LatexCommand label
22787 name "tab:1.5pt幅縦罫"
22788
22789 \end_inset
22790
22791 1.5
22792 \begin_inset space \thinspace{}
22793 \end_inset
22794
22795 pt幅縦罫の表
22796 \end_layout
22797
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \begin_layout Plain Layout
22804 \align center
22805 \begin_inset Tabular
22806 <lyxtabular version="3" rows="3" columns="3">
22807 <features tabularvalignment="middle">
22808 <column alignment="center" valignment="top" special="Vc">
22809 <column alignment="center" valignment="top" special="Vc">
22810 <column alignment="center" valignment="top" special="VcV">
22811 <row>
22812 <cell alignment="center" valignment="top" topline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 sd
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" topline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 </row>
22840 <row>
22841 <cell alignment="center" valignment="top" topline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 sd
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" topline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 </row>
22869 <row>
22870 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 sd
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 </lyxtabular>
22899
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \begin_layout Subsection
22911 点罫
22912 \begin_inset Index idx
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 ひょうのちょうせい@表の調整 ! てんけい@点罫
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \begin_layout Standard
22925 \begin_inset ERT
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929
22930
22931 \backslash
22932 ifarydshln
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \begin_inset Note Note
22939 status open
22940
22941 \begin_layout Plain Layout
22942 この節は,\SpecialChar LaTeX
22943 パッケージ
22944 \series bold
22945 arydshln
22946 \series default
22947 が導入済みの時のみ表示されます.
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset Float table
22957 placement H
22958 wide false
22959 sideways false
22960 status open
22961
22962 \begin_layout Plain Layout
22963 \begin_inset Caption Standard
22964
22965 \begin_layout Plain Layout
22966 \begin_inset CommandInset label
22967 LatexCommand label
22968 name "tab:点罫表"
22969
22970 \end_inset
22971
22972 点罫を使用した表
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \begin_layout Plain Layout
22981 \align center
22982 \begin_inset Tabular
22983 <lyxtabular version="3" rows="5" columns="5">
22984 <features tabularvalignment="middle">
22985 <column alignment="center" valignment="top">
22986 <column alignment="center" valignment="top">
22987 <column alignment="center" valignment="top" special=":c">
22988 <column alignment="center" valignment="top">
22989 <column alignment="center" valignment="top">
22990 <row>
22991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 </row>
23037 <row>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" topline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 </row>
23084 <row>
23085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 \begin_inset ERT
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093
23094
23095 \backslash
23096 hdashline 
23097 \end_layout
23098
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 </row>
23143 <row>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset ERT
23149 status collapsed
23150
23151 \begin_layout Plain Layout
23152
23153
23154 \backslash
23155 cdashline{4-5}
23156 \end_layout
23157
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 </row>
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 </lyxtabular>
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \begin_layout Standard
23262 \SpecialChar LyX
23263 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23264 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23265 \end_layout
23266
23267 \begin_layout Standard
23268
23269 \series bold
23270
23271 \backslash
23272 usepackage{arydshln}
23273 \end_layout
23274
23275 \begin_layout Standard
23276 というコマンドを書き,\SpecialChar LaTeX
23277 パッケージの
23278 \series bold
23279 arydshln
23280 \series default
23281
23282 \begin_inset Index idx
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286 \SpecialChar LaTeX
23287 ぱっけーじ@\SpecialChar LaTeX
23288 パッケージ ! arydshln
23289 \end_layout
23290
23291 \end_inset
23292
23293 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23294 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23295 \end_layout
23296
23297 \begin_layout Standard
23298 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23299 コードで
23300 \end_layout
23301
23302 \begin_layout Standard
23303
23304 \series bold
23305
23306 \backslash
23307 hdashline
23308 \end_layout
23309
23310 \begin_layout Standard
23311 というコマンドを加えてください.
23312 \end_layout
23313
23314 \begin_layout Standard
23315 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23316 コードで
23317 \end_layout
23318
23319 \begin_layout Standard
23320
23321 \series bold
23322
23323 \backslash
23324 cdashline{列番号
23325 \series default
23326 }
23327 \end_layout
23328
23329 \begin_layout Standard
23330 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23331 \end_layout
23332
23333 \begin_layout Standard
23334
23335 \series bold
23336
23337 \backslash
23338 cdashline{2-4}
23339 \end_layout
23340
23341 \begin_layout Standard
23342 なるコマンドを置いてください.
23343 \end_layout
23344
23345 \begin_layout Standard
23346 \begin_inset VSpace bigskip
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \begin_layout Standard
23353
23354 \begin_inset CommandInset ref
23355 LatexCommand ref
23356 reference "tab:点罫表"
23357
23358 \end_inset
23359
23360 は,第3列の\SpecialChar LaTeX
23361 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23362 コードのコマンド
23363 \series bold
23364
23365 \backslash
23366 hdashline
23367 \series default
23368 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23369 コードのコマンド
23370 \begin_inset Newline newline
23371 \end_inset
23372
23373  
23374 \series bold
23375
23376 \backslash
23377 cdashline{4-5}
23378 \series default
23379 が挿れられています.
23380 \end_layout
23381
23382 \begin_layout Standard
23383 \begin_inset VSpace bigskip
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \begin_layout Standard
23390 点罫を持つ表も,表
23391 \begin_inset CommandInset ref
23392 LatexCommand ref
23393 reference "tab:Colored-table-with"
23394
23395 \end_inset
23396
23397 のように色付けをすることができます.
23398 \end_layout
23399
23400 \begin_layout Standard
23401 \begin_inset ERT
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405
23406
23407 \backslash
23408 setlength{
23409 \backslash
23410 arrayrulewidth}{1pt}
23411 \end_layout
23412
23413 \end_inset
23414
23415
23416 \begin_inset Note Note
23417 status collapsed
23418
23419 \begin_layout Plain Layout
23420 罫線色が見易いように線を太く
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \begin_layout Standard
23429 \begin_inset ERT
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433
23434
23435 \backslash
23436 dashgapcolor{green}
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \begin_inset Note Note
23443 status collapsed
23444
23445 \begin_layout Plain Layout
23446 緑点罫の間の色付き余白
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 \begin_inset ERT
23456 status collapsed
23457
23458 \begin_layout Plain Layout
23459
23460
23461 \backslash
23462 let
23463 \backslash
23464 myHdashline
23465 \backslash
23466 hdashline
23467 \end_layout
23468
23469 \begin_layout Plain Layout
23470
23471
23472 \backslash
23473 renewcommand{
23474 \backslash
23475 hdashline}
23476 \end_layout
23477
23478 \begin_layout Plain Layout
23479
23480  {
23481 \backslash
23482 arrayrulecolor{red}
23483 \backslash
23484 myHdashline
23485 \backslash
23486 arrayrulecolor{black}}
23487 \end_layout
23488
23489 \end_inset
23490
23491
23492 \begin_inset Note Note
23493 status collapsed
23494
23495 \begin_layout Plain Layout
23496 色付き水平線・点罫赤
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \begin_layout Standard
23505 \begin_inset ERT
23506 status collapsed
23507
23508 \begin_layout Plain Layout
23509
23510
23511 \backslash
23512 let
23513 \backslash
23514 myCdashline
23515 \backslash
23516 cdashline
23517 \end_layout
23518
23519 \begin_layout Plain Layout
23520
23521
23522 \backslash
23523 renewcommand{
23524 \backslash
23525 cdashline}[1]
23526 \end_layout
23527
23528 \begin_layout Plain Layout
23529
23530  {
23531 \backslash
23532 arrayrulecolor{yellow}
23533 \backslash
23534 myCdashline{#1}
23535 \backslash
23536 arrayrulecolor{black}}
23537 \end_layout
23538
23539 \end_inset
23540
23541
23542 \begin_inset Note Note
23543 status collapsed
23544
23545 \begin_layout Plain Layout
23546 色付き部分水平線・点罫黄色
23547 \end_layout
23548
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \begin_layout Standard
23555 \begin_inset Float table
23556 placement h
23557 wide false
23558 sideways false
23559 status open
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Caption Standard
23563
23564 \begin_layout Plain Layout
23565 \begin_inset CommandInset label
23566 LatexCommand label
23567 name "tab:Colored-table-with"
23568
23569 \end_inset
23570
23571 点罫線の色付き表
23572 \end_layout
23573
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \begin_layout Plain Layout
23580 \align center
23581 \begin_inset Tabular
23582 <lyxtabular version="3" rows="5" columns="5">
23583 <features tabularvalignment="middle">
23584 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23585 <column alignment="center" valignment="top" width="0pt">
23586 <column alignment="center" valignment="top" width="0pt" special=":c">
23587 <column alignment="center" valignment="top">
23588 <column alignment="center" valignment="top">
23589 <row>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 <cell alignment="center" valignment="top" topline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 </row>
23683 <row>
23684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688 \begin_inset ERT
23689 status collapsed
23690
23691 \begin_layout Plain Layout
23692
23693
23694 \backslash
23695 hdashline 
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \begin_inset ERT
23702 status collapsed
23703
23704 \begin_layout Plain Layout
23705
23706
23707 \backslash
23708 rowcolor{Gray}
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 \begin_inset ERT
23761 status collapsed
23762
23763 \begin_layout Plain Layout
23764
23765
23766 \backslash
23767 cdashline{4-5}
23768 \end_layout
23769
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 <row>
23815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 \begin_inset ERT
23856 status collapsed
23857
23858 \begin_layout Plain Layout
23859
23860
23861 \backslash
23862 cellcolor{Maroon}
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 </row>
23873 </lyxtabular>
23874
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Standard
23886 \begin_inset ERT
23887 status collapsed
23888
23889 \begin_layout Plain Layout
23890
23891
23892 \backslash
23893 renewcommand{
23894 \backslash
23895 hdashline}{
23896 \backslash
23897 myHdashline}
23898 \end_layout
23899
23900 \end_inset
23901
23902
23903 \begin_inset Note Note
23904 status collapsed
23905
23906 \begin_layout Plain Layout
23907 既定値に戻す
23908 \end_layout
23909
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \begin_layout Standard
23916 \begin_inset ERT
23917 status collapsed
23918
23919 \begin_layout Plain Layout
23920
23921
23922 \backslash
23923 renewcommand{
23924 \backslash
23925 cdashline}{
23926 \backslash
23927 myCdashline}
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \begin_inset Note Note
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937 既定値に戻す
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \begin_layout Standard
23946 \begin_inset ERT
23947 status collapsed
23948
23949 \begin_layout Plain Layout
23950
23951
23952 \backslash
23953 nodashgapcolor
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \begin_inset Note Note
23960 status collapsed
23961
23962 \begin_layout Plain Layout
23963 既定値に戻す
23964 \end_layout
23965
23966 \end_inset
23967
23968
23969 \end_layout
23970
23971 \begin_layout Standard
23972 \begin_inset ERT
23973 status collapsed
23974
23975 \begin_layout Plain Layout
23976
23977
23978 \backslash
23979 setlength{
23980 \backslash
23981 arrayrulewidth}{0.4pt}
23982 \end_layout
23983
23984 \end_inset
23985
23986
23987 \begin_inset Note Note
23988 status collapsed
23989
23990 \begin_layout Plain Layout
23991 既定値に戻す
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout Standard
24000 行や列,罫線の着色は,第
24001 \begin_inset CommandInset ref
24002 LatexCommand ref
24003 reference "sec:色付きの表"
24004
24005 \end_inset
24006
24007 節に述べられているように動作します.水平線の着色も,
24008 \series bold
24009
24010 \backslash
24011 myHlineC
24012 \series default
24013 コマンドを
24014 \series bold
24015
24016 \backslash
24017 myHdashline
24018 \series default
24019 に置き換え,
24020 \series bold
24021
24022 \backslash
24023 hline
24024 \series default
24025
24026 \series bold
24027
24028 \backslash
24029 hdashline
24030 \series default
24031 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24032 \end_layout
24033
24034 \begin_layout Standard
24035
24036 \series bold
24037
24038 \backslash
24039 let
24040 \backslash
24041 myHdashline
24042 \backslash
24043 hdashline
24044 \begin_inset Newline newline
24045 \end_inset
24046
24047
24048 \backslash
24049 renewcommand{
24050 \backslash
24051 hdashline}
24052 \begin_inset Newline newline
24053 \end_inset
24054
24055
24056 \begin_inset Phantom HPhantom
24057 status open
24058
24059 \begin_layout Plain Layout
24060 \begin_inset space ~
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067
24068 {
24069 \backslash
24070 arrayrulecolor{red}
24071 \backslash
24072 myHdashline
24073 \backslash
24074 arrayrulecolor{black}}
24075 \end_layout
24076
24077 \begin_layout Standard
24078
24079 \series bold
24080
24081 \backslash
24082 cdashline
24083 \series default
24084 に色をつけるならば,コマンドは
24085 \end_layout
24086
24087 \begin_layout Standard
24088
24089 \series bold
24090
24091 \backslash
24092 let
24093 \backslash
24094 myCdashline
24095 \backslash
24096 cdashline
24097 \begin_inset Newline newline
24098 \end_inset
24099
24100
24101 \backslash
24102 renewcommand{
24103 \backslash
24104 cdashline}[1]
24105 \begin_inset Newline newline
24106 \end_inset
24107
24108
24109 \begin_inset Phantom HPhantom
24110 status open
24111
24112 \begin_layout Plain Layout
24113 \begin_inset space ~
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \end_inset
24120
24121 {
24122 \backslash
24123 arrayrulecolor{red}
24124 \backslash
24125 myCdashline{#1}
24126 \backslash
24127 arrayrulecolor{black}}
24128 \end_layout
24129
24130 \begin_layout Standard
24131 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24132 コードで挿入する必要があります.
24133 \end_layout
24134
24135 \begin_layout Standard
24136
24137 \series bold
24138
24139 \backslash
24140 hdashline
24141 \series default
24142 の場合は
24143 \end_layout
24144
24145 \begin_layout Standard
24146
24147 \series bold
24148
24149 \backslash
24150 renewcommand{
24151 \backslash
24152 hdashline}{
24153 \backslash
24154 myHdashline}
24155 \end_layout
24156
24157 \begin_layout Standard
24158 とし,
24159 \series bold
24160
24161 \backslash
24162 cdashline
24163 \series default
24164 の場合は
24165 \end_layout
24166
24167 \begin_layout Standard
24168
24169 \series bold
24170
24171 \backslash
24172 renewcommand{
24173 \backslash
24174 cdashline}{
24175 \backslash
24176 myCdashline}
24177 \end_layout
24178
24179 \begin_layout Standard
24180 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24181 コードで
24182 \end_layout
24183
24184 \begin_layout Standard
24185
24186 \series bold
24187
24188 \backslash
24189 dashgapcolor{色}
24190 \end_layout
24191
24192 \begin_layout Standard
24193 とすれば良いです.ここで「色」は,定義済みの色名です.
24194 \end_layout
24195
24196 \begin_layout Standard
24197
24198 \series bold
24199
24200 \backslash
24201 nodashgapcolor
24202 \end_layout
24203
24204 \begin_layout Standard
24205 というコマンドは,
24206 \series bold
24207
24208 \backslash
24209 dashgapcolor
24210 \series default
24211 が行った変更を元に戻します.
24212 \end_layout
24213
24214 \begin_layout Standard
24215 \begin_inset Note Greyedout
24216 status open
24217
24218 \begin_layout Plain Layout
24219
24220 \series bold
24221 【註】
24222 \series default
24223 1つのセル中に複数のコマンドがある場合,
24224 \series bold
24225 arydshln
24226 \series default
24227 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24228 \begin_inset CommandInset ref
24229 LatexCommand ref
24230 reference "tab:Colored-table-with"
24231
24232 \end_inset
24233
24234 のセル
24235 \emph on
24236 k
24237 \emph default
24238 では,
24239 \series bold
24240
24241 \backslash
24242 hdashline
24243 \series default
24244 コマンドが
24245 \series bold
24246
24247 \backslash
24248 rowcolor
24249 \series default
24250 の前に来ています.
24251 \end_layout
24252
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \begin_layout Standard
24259 \begin_inset Note Greyedout
24260 status open
24261
24262 \begin_layout Plain Layout
24263
24264 \series bold
24265 【註】
24266 \series default
24267 \SpecialChar LaTeX
24268 パッケージ
24269 \series bold
24270 arydshln
24271 \series default
24272 は,文書プリアンブル中で\SpecialChar LaTeX
24273 パッケージ
24274 \series bold
24275 colortbl
24276 \series default
24277
24278 \begin_inset Index idx
24279 status collapsed
24280
24281 \begin_layout Plain Layout
24282 \SpecialChar LaTeX
24283 ぱっけーじ@\SpecialChar LaTeX
24284 パッケージ ! colortbl
24285 \end_layout
24286
24287 \end_inset
24288
24289 よりも前に読み込まれている必要があります.
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \begin_layout Standard
24298 \begin_inset ERT
24299 status collapsed
24300
24301 \begin_layout Plain Layout
24302
24303
24304 \backslash
24305 else
24306 \end_layout
24307
24308 \end_inset
24309
24310
24311 \begin_inset Note Note
24312 status open
24313
24314 \begin_layout Plain Layout
24315 以下は,\SpecialChar LaTeX
24316 パッケージ
24317 \series bold
24318 arydshln
24319 \series default
24320 が導入済みでないときに表示されます.
24321 \end_layout
24322
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \begin_layout Standard
24329 本節の内容を出力に表示するためには,
24330 \series bold
24331 arydshln
24332 \series default
24333 パッケージを導入しなくてはなりません.
24334 \end_layout
24335
24336 \begin_layout Standard
24337 \begin_inset ERT
24338 status collapsed
24339
24340 \begin_layout Plain Layout
24341
24342
24343 \backslash
24344 fi
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Standard
24353 点罫について詳しい情報は,
24354 \series bold
24355 arydshln
24356 \series default
24357 の取扱説明書
24358 \begin_inset CommandInset citation
24359 LatexCommand cite
24360 key "arydshln"
24361 literal "true"
24362
24363 \end_inset
24364
24365 をご覧ください.
24366 \end_layout
24367
24368 \begin_layout Chapter
24369 フロート
24370 \begin_inset CommandInset label
24371 LatexCommand label
24372 name "chap:フロート"
24373
24374 \end_inset
24375
24376
24377 \begin_inset Index idx
24378 status collapsed
24379
24380 \begin_layout Plain Layout
24381 ふろーと@フロート
24382 \end_layout
24383
24384 \end_inset
24385
24386
24387 \end_layout
24388
24389 \begin_layout Section
24390 はじめに
24391 \begin_inset CommandInset label
24392 LatexCommand label
24393 name "sec:フロートはじめに"
24394
24395 \end_inset
24396
24397
24398 \begin_inset Index idx
24399 status collapsed
24400
24401 \begin_layout Plain Layout
24402 ふろーと@フロート ! はじめに
24403 \end_layout
24404
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \begin_layout Standard
24411 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24412 ート)ことができます.
24413 \family sans
24414 脚註
24415 \family default
24416
24417 \family sans
24418 傍註
24419 \family default
24420 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24421 \end_layout
24422
24423 \begin_layout Standard
24424 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24425 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24426 ートには連番が割り当てられます.参照については,第
24427 \begin_inset CommandInset ref
24428 LatexCommand ref
24429 reference "sec:フロートの参照"
24430
24431 \end_inset
24432
24433 節で述べられています.
24434 \end_layout
24435
24436 \begin_layout Standard
24437 フロートを挿入するには,
24438 \family sans
24439 挿入\SpecialChar menuseparator
24440 フロート
24441 \family default
24442 メニュー(
24443 \begin_inset Info
24444 type  "icon"
24445 arg   "float-insert figure"
24446 \end_inset
24447
24448 または
24449 \begin_inset Info
24450 type  "icon"
24451 arg   "float-insert table"
24452 \end_inset
24453
24454 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24455 \family sans
24456 キャプション
24457 \family default
24458 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24459 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24460 \begin_inset CommandInset ref
24461 LatexCommand ref
24462 reference "sec:キャプションの配置"
24463
24464 \end_inset
24465
24466 節に述べられています.また,\SpecialChar LyX
24467 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24468 畳んだフロートボックスは,
24469 \begin_inset Graphics
24470         filename clipart/float.png
24471         scale 95
24472         scaleBeforeRotation
24473
24474 \end_inset
24475
24476 のように,灰色ボタンに赤字ラベルで表示されます.
24477 \end_layout
24478
24479 \begin_layout Standard
24480 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24481 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24482 \end_layout
24483
24484 \begin_layout Standard
24485 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24486 \end_layout
24487
24488 \begin_layout Section
24489 フロート型
24490 \end_layout
24491
24492 \begin_layout Standard
24493 \SpecialChar LyX
24494 には,第
24495 \begin_inset CommandInset ref
24496 LatexCommand ref
24497 reference "sec:図フロート"
24498
24499 \end_inset
24500
24501 節および第
24502 \begin_inset CommandInset ref
24503 LatexCommand ref
24504 reference "sec:表フロート"
24505
24506 \end_inset
24507
24508 節で各々説明されている図フロートと表フロート以外に,
24509 \family sans
24510 アルゴリズム型
24511 \series bold
24512
24513 \series default
24514 折返し型
24515 \family default
24516 のフロート型があります.後者は,第
24517 \begin_inset CommandInset ref
24518 LatexCommand ref
24519 reference "sec:折返しフロート"
24520
24521 \end_inset
24522
24523 節に説明があります.
24524 \end_layout
24525
24526 \begin_layout Subsection
24527 アルゴリズムフロート
24528 \begin_inset Index idx
24529 status collapsed
24530
24531 \begin_layout Plain Layout
24532 ふろーと@フロート ! あるごりずむ@アルゴリズム
24533 \end_layout
24534
24535 \end_inset
24536
24537
24538 \end_layout
24539
24540 \begin_layout Standard
24541 \begin_inset Float algorithm
24542 placement h
24543 wide false
24544 sideways false
24545 status open
24546
24547 \begin_layout Plain Layout
24548 \begin_inset Caption Standard
24549
24550 \begin_layout Plain Layout
24551 \begin_inset CommandInset label
24552 LatexCommand label
24553 name "alg:アルゴリズムフロートの例"
24554
24555 \end_inset
24556
24557 アルゴリズムフロートの例
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \begin_layout LyX-Code
24566 for I in 1..N loop
24567 \begin_inset Newline newline
24568 \end_inset
24569
24570  Sum:= Sum + A(I); /*comment*/
24571 \begin_inset Newline newline
24572 \end_inset
24573
24574 end loop
24575 \begin_inset VSpace -4mm
24576 \end_inset
24577
24578
24579 \end_layout
24580
24581 \end_inset
24582
24583
24584 \end_layout
24585
24586 \begin_layout Standard
24587 このフロート型は,
24588 \family sans
24589 挿入
24590 \shape up
24591 \SpecialChar menuseparator
24592 フロート\SpecialChar menuseparator
24593 アルゴリズム
24594 \family default
24595 \shape default
24596 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24597 \begin_inset CommandInset ref
24598 LatexCommand ref
24599 reference "cha:プログラムコードリスト"
24600
24601 \end_inset
24602
24603 章で説明されているプログラムコードリストの代わりとみなすことができます.
24604 \emph on
24605 \SpecialChar LyX
24606 ユーザーの手引き
24607 \emph default
24608 に述べられているように,アルゴリズム向けの環境としては,
24609 \family sans
24610 \SpecialChar LyX
24611 コード
24612 \family default
24613 があります. アルゴリズム
24614 \begin_inset CommandInset ref
24615 LatexCommand ref
24616 reference "alg:アルゴリズムフロートの例"
24617
24618 \end_inset
24619
24620 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24621 \begin_inset space \thinspace{}
24622 \end_inset
24623
24624 mmの垂直空白が入れてあります.
24625 \end_layout
24626
24627 \begin_layout Standard
24628 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24629 \end_layout
24630
24631 \begin_layout Standard
24632
24633 \series bold
24634
24635 \backslash
24636 floatname{algorithm}{付けたい名称}
24637 \end_layout
24638
24639 \begin_layout Standard
24640 という行を手動で加える必要があります.ここで
24641 \family sans
24642 \series bold
24643 付けたい名称
24644 \family default
24645 \series default
24646 には,お使いの言語で「
24647 \emph on
24648 algorithm
24649 \emph default
24650 」に対応する単語を指定します.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24655 のメニューに表示されている言語と同じであるならば,
24656 \family sans
24657 挿入\SpecialChar menuseparator
24658 一覧/目次\SpecialChar menuseparator
24659 アルゴリズム一覧
24660 \family default
24661 メニューを使用します.それ以外の場合には,代わりに
24662 \end_layout
24663
24664 \begin_layout Standard
24665
24666 \series bold
24667
24668 \backslash
24669 listof{algorithm}{付けたい名称}
24670 \end_layout
24671
24672 \begin_layout Standard
24673 というコマンドを\SpecialChar TeX
24674 コードとして用います.ここで
24675 \family sans
24676 付けたい名称
24677 \family default
24678 とは,「
24679 \emph on
24680 List of Algorithm
24681 \emph default
24682 s」という単語に相当する,ご使用になりたい言語での単語です.
24683 \end_layout
24684
24685 \begin_layout Standard
24686 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24687 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24688 \end_layout
24689
24690 \begin_layout Standard
24691
24692 \series bold
24693
24694 \backslash
24695 numberwithin{algorithm}{chapter}
24696 \end_layout
24697
24698 \begin_layout Standard
24699 というコマンドを追加してください.
24700 \series bold
24701
24702 \backslash
24703 numberwithin
24704 \series default
24705 というコマンドを使用するには,文書設定の
24706 \family sans
24707 数式オプション
24708 \family default
24709 タブで
24710 \family sans
24711 AMS mathパッケージを使用する
24712 \family default
24713 オプションを有効にしてください.
24714 \end_layout
24715
24716 \begin_layout Section
24717 フロートの連番
24718 \begin_inset Index idx
24719 status collapsed
24720
24721 \begin_layout Plain Layout
24722 ふろーと@フロート ! れんばん@連番
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24732 て変わります.
24733 \end_layout
24734
24735 \begin_layout Standard
24736 節から独立して付けられている連番を変更するには,文書プリアンブルで
24737 \end_layout
24738
24739 \begin_layout Standard
24740
24741 \series bold
24742
24743 \backslash
24744 renewcommand{
24745 \backslash
24746 thetable}{
24747 \backslash
24748 roman{table}}
24749 \end_layout
24750
24751 \begin_layout Standard
24752
24753 \series bold
24754 というコマンドを使うと良いでしょう.
24755 \backslash
24756 thetable
24757 \series default
24758 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24759 \series bold
24760
24761 \backslash
24762 thefigure
24763 \series default
24764 コマンドを使用します.上のコマンドで使用されている
24765 \series bold
24766
24767 \backslash
24768 roman
24769 \series default
24770 は,表番号を小文字のローマ数字で印字するコマンドです.
24771 \end_layout
24772
24773 \begin_layout Standard
24774 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24775 \end_layout
24776
24777 \begin_layout Standard
24778
24779 \series bold
24780
24781 \backslash
24782 numberwithin{table}{subsection}
24783 \end_layout
24784
24785 \begin_layout Standard
24786 というコマンドを使用してください.
24787 \series bold
24788
24789 \backslash
24790 numberwithin
24791 \series default
24792 コマンドを使用可能にするためには,文書設定の
24793 \family sans
24794 数式オプション
24795 \family default
24796 タブで,
24797 \family sans
24798 AMS
24799 \begin_inset space ~
24800 \end_inset
24801
24802 math数式パッケージを使用する
24803 \family default
24804 を使用します.
24805 \end_layout
24806
24807 \begin_layout Standard
24808 連番コマンドについての詳細と大切な注意点については,第
24809 \begin_inset CommandInset ref
24810 LatexCommand ref
24811 reference "subsec:脚注の付番"
24812
24813 \end_inset
24814
24815 節もご覧ください.
24816 \end_layout
24817
24818 \begin_layout Section
24819 フロートの参照
24820 \begin_inset CommandInset label
24821 LatexCommand label
24822 name "sec:フロートの参照"
24823
24824 \end_inset
24825
24826
24827 \begin_inset Index idx
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831 ふろーと@フロート ! さんしょう@参照
24832 \end_layout
24833
24834 \end_inset
24835
24836
24837 \begin_inset Index idx
24838 status collapsed
24839
24840 \begin_layout Plain Layout
24841 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \begin_layout Standard
24850 フロートを参照するには,
24851 \family sans
24852 挿入\SpecialChar menuseparator
24853 ラベル
24854 \family default
24855 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24856 \begin_inset Graphics
24857         filename clipart/label.png
24858         scaleBeforeRotation
24859
24860 \end_inset
24861
24862 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24863 は,キャプションの最初の数単語に前置句をつけたも
24864 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24865 \family sans
24866 fig:
24867 \family default
24868 」という前置句がつけられます.
24869 \end_layout
24870
24871 \begin_layout Standard
24872 ラベルは,参照のための名称兼位置標として用いられます.
24873 \family sans
24874 挿入\SpecialChar menuseparator
24875 相互参照
24876 \family default
24877 メニューかツールバーボタン
24878 \family sans
24879
24880 \begin_inset Info
24881 type  "icon"
24882 arg   "dialog-show-new-inset ref"
24883 \end_inset
24884
24885
24886 \family default
24887 を使えば,ラベルを参照することができます.
24888 \begin_inset Graphics
24889         filename clipart/reference.png
24890         scaleBeforeRotation
24891
24892 \end_inset
24893
24894 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24895 文書が開かれている場合には,ダイアログの上方にある
24896 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24897
24898 \end_layout
24899
24900 \begin_layout Standard
24901 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24902 出力では,参照の代わりに二つの疑問符が表示されることになります.
24903 \end_layout
24904
24905 \begin_layout Standard
24906 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24907 で,リンクの更新に手間を割く必要はありません.
24908 \end_layout
24909
24910 \begin_layout Standard
24911 相互参照ウィンドウの
24912 \family sans
24913 ラベルへ移動
24914 \family default
24915 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24916 \family sans
24917 戻る
24918 \family default
24919 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24920 \end_layout
24921
24922 \begin_layout Subsection
24923 相互参照の書式
24924 \begin_inset CommandInset label
24925 LatexCommand label
24926 name "subsec:相互参照の書式"
24927
24928 \end_inset
24929
24930
24931 \begin_inset Index idx
24932 status collapsed
24933
24934 \begin_layout Plain Layout
24935 さんしょう@参照 ! しょしき@書式
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Standard
24944 相互参照には,以下の6種類があります.
24945 \end_layout
24946
24947 \begin_layout Description
24948 <参照>: これはフロート番号を表示します.これが既定値です.例:
24949 \begin_inset CommandInset ref
24950 LatexCommand ref
24951 reference "fig:歪められた二つの像"
24952
24953 \end_inset
24954
24955
24956 \end_layout
24957
24958 \begin_layout Description
24959 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24960 例:
24961 \begin_inset CommandInset ref
24962 LatexCommand eqref
24963 reference "eq:Wgn"
24964
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \begin_layout Description
24971 <参照ページ>: これはページ番号を表示します.例:Page
24972 \begin_inset space ~
24973 \end_inset
24974
24975
24976 \begin_inset CommandInset ref
24977 LatexCommand pageref
24978 reference "fig:歪められた二つの像"
24979
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \begin_layout Description
24986 on
24987 \begin_inset space ~
24988 \end_inset
24989
24990 page
24991 \begin_inset space ~
24992 \end_inset
24993
24994 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
24995 \begin_inset CommandInset ref
24996 LatexCommand vpageref
24997 reference "fig:歪められた二つの像"
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Description
25005 <参照>
25006 \begin_inset space ~
25007 \end_inset
25008
25009 on
25010 \begin_inset space ~
25011 \end_inset
25012
25013 page
25014 \begin_inset space ~
25015 \end_inset
25016
25017 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
25018 \begin_inset CommandInset ref
25019 LatexCommand vref
25020 reference "fig:歪められた二つの像"
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Description
25028 整形された参照: これは自製の相互参照書式で出力します.
25029 \begin_inset Newline newline
25030 \end_inset
25031
25032
25033 \begin_inset Note Greyedout
25034 status open
25035
25036 \begin_layout Plain Layout
25037
25038 \series bold
25039 【註】
25040 \series default
25041 この機能は,\SpecialChar LaTeX
25042 パッケージ
25043 \series bold
25044 prettyref
25045 \series default
25046 または
25047 \series bold
25048 refstyle
25049 \series default
25050 が導入されている場合のみ使用することができます.
25051 \begin_inset Index idx
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055 \SpecialChar LaTeX
25056 ぱっけーじ@\SpecialChar LaTeX
25057 パッケージ! prettyref
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \begin_inset Index idx
25064 status collapsed
25065
25066 \begin_layout Plain Layout
25067 \SpecialChar LaTeX
25068 ぱっけーじ@\SpecialChar LaTeX
25069 パッケージ ! refstyle
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \begin_inset Newline newline
25081 \end_inset
25082
25083 メニュー
25084 \family sans
25085 文書\SpecialChar menuseparator
25086 設定\SpecialChar menuseparator
25087 文書クラス
25088 \family default
25089 でオプション
25090 \family sans
25091 相互参照に(prettyrefではなく)refstyleを使用
25092 \family default
25093 を設定すると,この機能で使用する\SpecialChar LaTeX
25094 パッケージを選択することができます.書式は,文書プリアンブルに
25095 \series bold
25096
25097 \backslash
25098 newrefformat
25099 \series default
25100 コマンド(prettyrefの場合)あるいは
25101 \series bold
25102
25103 \backslash
25104 newref
25105 \series default
25106 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25107 \family sans
25108 fig
25109 \family default
25110 」を持ちます)をすべて定義し直すには,
25111 \begin_inset Newline newline
25112 \end_inset
25113
25114
25115 \series bold
25116
25117 \backslash
25118 newref{fig}{refcmd={Image on page 
25119 \backslash
25120 pageref{#1}}}
25121 \begin_inset Newline newline
25122 \end_inset
25123
25124
25125 \series default
25126 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25127 \begin_inset CommandInset citation
25128 LatexCommand cite
25129 key "prettyref,refstyle"
25130 literal "true"
25131
25132 \end_inset
25133
25134 をご覧ください.
25135 \begin_inset Newline newline
25136 \end_inset
25137
25138
25139 \family sans
25140 複数形
25141 \family default
25142
25143 \family sans
25144 大文字化
25145 \family default
25146 のオプションは,\SpecialChar LaTeX
25147 パッケージ
25148 \series bold
25149 refstyle
25150 \series default
25151 を使用している時のみ,利用可能になります.
25152 \family sans
25153 複数形
25154 \family default
25155 は,例えば「images」のように単語に
25156 \emph on
25157 s
25158 \emph default
25159 を付けるものであり,
25160 \family sans
25161 大文字化
25162 \family default
25163 は「Image」のように単語を大文字にするものですので,日本語文書には有用ではありません.
25164 \end_layout
25165
25166 \begin_layout Description
25167 名称参照: これは,下のような参照のキャプションを出力します.
25168 \begin_inset Newline newline
25169 \end_inset
25170
25171  
25172 \begin_inset CommandInset ref
25173 LatexCommand nameref
25174 reference "fig:歪められた二つの像"
25175
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \begin_layout Description
25182 ラベルのみ これは,
25183 \begin_inset CommandInset ref
25184 LatexCommand labelonly
25185 reference "fig:歪められた二つの像"
25186 plural "false"
25187 caps "false"
25188 noprefix "false"
25189
25190 \end_inset
25191
25192 のように参照の\SpecialChar LaTeX
25193 ラベルのみ出力します.
25194 \begin_inset Newline newline
25195 \end_inset
25196
25197 これによって,ラベルを\SpecialChar TeX
25198 コード中でしようできるようになります.
25199 \family sans
25200 接頭辞なし
25201 \family default
25202 オプションを使えば,ラベル名の接頭辞を
25203 \begin_inset CommandInset ref
25204 LatexCommand labelonly
25205 reference "fig:歪められた二つの像"
25206 plural "false"
25207 caps "false"
25208 noprefix "true"
25209
25210 \end_inset
25211
25212 のように取り除くことができます.
25213 \end_layout
25214
25215 \begin_layout Standard
25216
25217 \family sans
25218 <参照ページ>
25219 \family default
25220 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25221 \family sans
25222 on this page
25223 \family default
25224 」のような文章が表示されます.様式
25225 \family sans
25226 <参照> on page <参照ページ>
25227 \family default
25228 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25229 \end_layout
25230
25231 \begin_layout Standard
25232 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25233 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25234 \family sans
25235 書式
25236 \family default
25237 フィールドで選ぶことができます.
25238 \end_layout
25239
25240 \begin_layout Standard
25241 \begin_inset Note Greyedout
25242 status open
25243
25244 \begin_layout Plain Layout
25245
25246 \series bold
25247 【註】
25248 \series default
25249 \SpecialChar LaTeX
25250 パッケージ
25251 \series bold
25252 prettyref
25253 \series default
25254
25255 \begin_inset Index idx
25256 status collapsed
25257
25258 \begin_layout Plain Layout
25259 \SpecialChar LaTeX
25260 ぱっけーじ@\SpecialChar LaTeX
25261 パッケージ! prettyref
25262 \end_layout
25263
25264 \end_inset
25265
25266 は,\SpecialChar LyX
25267 の取り得るラベル
25268 \begin_inset Flex Ruby
25269 status collapsed
25270
25271 \begin_layout Plain Layout
25272 捷径
25273 \begin_inset Argument post:1
25274 status collapsed
25275
25276 \begin_layout Plain Layout
25277 ショートカット
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \begin_inset Foot
25289 status collapsed
25290
25291 \begin_layout Plain Layout
25292 例えば,
25293 \begin_inset Quotes eld
25294 \end_inset
25295
25296 fig:
25297 \begin_inset Quotes erd
25298 \end_inset
25299
25300 は図キャプションを表す\SpecialChar LyX
25301
25302 \begin_inset Flex Ruby
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306 捷径
25307 \begin_inset Argument post:1
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311 ショートカット
25312 \end_layout
25313
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \end_inset
25320
25321 です.
25322 \end_layout
25323
25324 \end_inset
25325
25326 を全部は解釈できず,国際化もされていないので,
25327 \series bold
25328 refstyle
25329 \series default
25330
25331 \begin_inset Index idx
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335 \SpecialChar LaTeX
25336 ぱっけーじ@\SpecialChar LaTeX
25337 パッケージ ! refstyle
25338 \end_layout
25339
25340 \end_inset
25341
25342 を使用することを推奨します.
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Subsection
25351 参照名の自動命名
25352 \begin_inset Index idx
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356 さんしょう@参照 ! じどうめいめい@自動命名
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \begin_layout Standard
25365
25366 \family sans
25367 文書設定
25368 \family default
25369 ダイアログの
25370 \family sans
25371 PDF特性
25372 \family default
25373 で有効にされた
25374 \series bold
25375 hyperref
25376 \series default
25377
25378 \begin_inset Index idx
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382 \SpecialChar LaTeX
25383 ぱっけーじ@\SpecialChar LaTeX
25384 パッケージ ! hyperref
25385 \end_layout
25386
25387 \end_inset
25388
25389  \SpecialChar LaTeX
25390 パッケージは,相互参照が参照されたフロート(あるいは
25391 \emph on
25392
25393 \emph default
25394 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25395 の機能を使用するには,hyperrefを有効にして,
25396 \end_layout
25397
25398 \begin_layout Standard
25399
25400 \series bold
25401
25402 \backslash
25403 AtBeginDocument{
25404 \backslash
25405 renewcommand{
25406 \backslash
25407 ref}[1]{
25408 \backslash
25409 mbox{
25410 \backslash
25411 autoref{#1}}}}
25412 \end_layout
25413
25414 \begin_layout Standard
25415 という行を\SpecialChar LaTeX
25416 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25417 \begin_inset space \thinspace{}
25418 \end_inset
25419
25420 」としたいなど,既定の参照名以外のものが欲しい場合には,
25421 \end_layout
25422
25423 \begin_layout Standard
25424
25425 \series bold
25426
25427 \backslash
25428 addto
25429 \backslash
25430 extrasenglish{
25431 \backslash
25432 renewcommand{
25433 \backslash
25434 sectionautorefname}
25435 \begin_inset Newline newline
25436 \end_inset
25437
25438
25439 \begin_inset Phantom HPhantom
25440 status open
25441
25442 \begin_layout Plain Layout
25443
25444 \series bold
25445 \begin_inset space ~
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \end_inset
25452
25453 {sec.
25454 \backslash
25455 negthinspace}}
25456 \end_layout
25457
25458 \begin_layout Standard
25459 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25460 \begin_inset Newline newline
25461 \end_inset
25462
25463
25464 \series bold
25465
25466 \backslash
25467 extrasenglishを
25468 \backslash
25469 extras***
25470 \series default
25471 に置き換えてください(***は使用中の言語名).
25472 \end_layout
25473
25474 \begin_layout Standard
25475 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25476 \end_layout
25477
25478 \begin_layout Standard
25479
25480 \series bold
25481
25482 \backslash
25483 addto
25484 \backslash
25485 extrasenglish{
25486 \backslash
25487 renewcommand*{
25488 \backslash
25489 equationautorefname}[1]{}}
25490 \end_layout
25491
25492 \begin_layout Standard
25493 この話題に関する詳細は,hyperrefの説明書
25494 \begin_inset CommandInset citation
25495 LatexCommand cite
25496 key "hyperref"
25497 literal "true"
25498
25499 \end_inset
25500
25501 をお読みください.
25502 \end_layout
25503
25504 \begin_layout Standard
25505 \begin_inset Note Greyedout
25506 status open
25507
25508 \begin_layout Plain Layout
25509
25510 \series bold
25511 【註】
25512 \series default
25513 参照の自動命名は,相互参照を
25514 \family sans
25515 整形参照
25516 \family default
25517 様式(第
25518 \begin_inset CommandInset ref
25519 LatexCommand ref
25520 reference "subsec:相互参照の書式"
25521
25522 \end_inset
25523
25524 節)で使用しているときには,使用することができません.
25525 \end_layout
25526
25527 \end_inset
25528
25529
25530 \end_layout
25531
25532 \begin_layout Standard
25533 \SpecialChar LyX
25534 の取扱説明書『
25535 \emph on
25536 数式篇
25537 \emph default
25538 』では,参照名の自動命名が使用されています.
25539 \end_layout
25540
25541 \begin_layout Subsection
25542 参照位置
25543 \begin_inset CommandInset label
25544 LatexCommand label
25545 name "subsec:参照位置"
25546
25547 \end_inset
25548
25549
25550 \begin_inset Index idx
25551 status collapsed
25552
25553 \begin_layout Plain Layout
25554 さんしょう@参照 ! さんしょういち@参照位置
25555 \end_layout
25556
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \begin_layout Standard
25563
25564 \family sans
25565 文書設定
25566 \family default
25567 ダイアログの
25568 \family sans
25569 PDF特性
25570 \family default
25571 で,
25572 \series bold
25573 hyperref
25574 \series default
25575
25576 \begin_inset Index idx
25577 status collapsed
25578
25579 \begin_layout Plain Layout
25580 \SpecialChar LaTeX
25581 ぱっけーじ@\SpecialChar LaTeX
25582 パッケージ ! hyperref
25583 \end_layout
25584
25585 \end_inset
25586
25587 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25588 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25589 パッケージの
25590 \series bold
25591 hyperref
25592 \series default
25593
25594 \begin_inset Index idx
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598 \SpecialChar LaTeX
25599 ぱっけーじ@\SpecialChar LaTeX
25600 パッケージ ! hyperref
25601 \end_layout
25602
25603 \end_inset
25604
25605 の一部である
25606 \series bold
25607 hyperref
25608 \series default
25609
25610 \begin_inset Index idx
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614 \SpecialChar LaTeX
25615 ぱっけーじ@\SpecialChar LaTeX
25616 パッケージ ! hyperref
25617 \end_layout
25618
25619 \end_inset
25620
25621 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25622 \end_layout
25623
25624 \begin_layout Standard
25625
25626 \series bold
25627
25628 \backslash
25629 usepackage[figure]{hypcap}
25630 \end_layout
25631
25632 \begin_layout Standard
25633 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25634 hypcapの説明書
25635 \begin_inset CommandInset citation
25636 LatexCommand cite
25637 key "hypcap"
25638 literal "true"
25639
25640 \end_inset
25641
25642 をご覧ください.
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset Note Greyedout
25647 status open
25648
25649 \begin_layout Plain Layout
25650
25651 \series bold
25652 【註】hypcap
25653 \series default
25654 は内部図への参照には効力がありません.
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \begin_layout Section
25663 フロートの配置
25664 \begin_inset CommandInset label
25665 LatexCommand label
25666 name "sec:フロートの配置"
25667
25668 \end_inset
25669
25670
25671 \begin_inset Index idx
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675 ふろーと@フロート ! はいち@配置
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \begin_layout Standard
25684
25685 \family roman
25686 \series medium
25687 \shape up
25688 \size normal
25689 \emph off
25690 \bar no
25691 \noun off
25692 \color none
25693 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25694 がフロートを配置するのに使う配置オプションを変更できるようになります.
25695 \begin_inset Newline newline
25696 \end_inset
25697
25698
25699 \family sans
25700 \series default
25701 \shape default
25702 \size default
25703 \emph default
25704 \bar default
25705 \noun default
25706 \color inherit
25707 段をまたぐ
25708 \family roman
25709 \series medium
25710 \shape up
25711 \size normal
25712 \emph off
25713 \bar no
25714 \noun off
25715 \color none
25716 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25717 \begin_inset Newline newline
25718 \end_inset
25719
25720
25721 \family sans
25722 \series default
25723 \shape default
25724 \size default
25725 \emph default
25726 \bar default
25727 \noun default
25728 \color inherit
25729 横倒しに回転
25730 \family roman
25731 \series medium
25732 \shape up
25733 \size normal
25734 \emph off
25735 \bar no
25736 \noun off
25737 \color none
25738 オプションは,フロートを回転するのに用います.第
25739 \family default
25740 \series default
25741 \shape default
25742 \size default
25743 \emph default
25744 \bar default
25745 \noun default
25746 \color inherit
25747
25748 \begin_inset CommandInset ref
25749 LatexCommand ref
25750 reference "sec:回転フロート"
25751
25752 \end_inset
25753
25754
25755 \family roman
25756 \series medium
25757 \shape up
25758 \size normal
25759 \emph off
25760 \bar no
25761 \noun off
25762 \color none
25763 節をご参照ください.
25764 \end_layout
25765
25766 \begin_layout Standard
25767
25768 \family roman
25769 \series medium
25770 \shape up
25771 \size normal
25772 \emph off
25773 \bar no
25774 \noun off
25775 \color none
25776 フロートダイアログでは,
25777 \family sans
25778 \series default
25779 \shape default
25780 \size default
25781 \emph default
25782 \bar default
25783 \noun default
25784 \color inherit
25785 既定の配置を使う
25786 \family roman
25787 \series medium
25788 \shape up
25789 \size normal
25790 \emph off
25791 \bar no
25792 \noun off
25793 \color none
25794 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25795 \end_layout
25796
25797 \begin_layout Description
25798 可能ならば現在位置に: 
25799 \family roman
25800 \series medium
25801 \shape up
25802 \size normal
25803 \emph off
25804 \bar no
25805 \noun off
25806 \color none
25807 フロートを挿入位置に配置することを試みます
25808 \end_layout
25809
25810 \begin_layout Description
25811 ページ上部: 
25812 \family roman
25813 \series medium
25814 \shape up
25815 \size normal
25816 \emph off
25817 \bar no
25818 \noun off
25819 \color none
25820 フロートを現在ページの上部に配置することを試みます
25821 \end_layout
25822
25823 \begin_layout Description
25824 ページ下部: 
25825 \family roman
25826 \series medium
25827 \shape up
25828 \size normal
25829 \emph off
25830 \bar no
25831 \noun off
25832 \color none
25833 フロートを現在ページの下部に配置することを試みます
25834 \end_layout
25835
25836 \begin_layout Description
25837 フロートを独立したページに: 
25838 \family roman
25839 \series medium
25840 \shape up
25841 \size normal
25842 \emph off
25843 \bar no
25844 \noun off
25845 \color none
25846 フロートを独立したページに配置することを試みます
25847 \end_layout
25848
25849 \begin_layout Standard
25850 \SpecialChar LaTeX
25851 は,
25852 \emph on
25853 つねに
25854 \emph default
25855 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25856 はまず
25857 \family sans
25858 可能ならば現在位置に
25859 \family default
25860 を試み,次に
25861 \family sans
25862 ページの上部
25863 \family default
25864 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25865 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25866 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25867 \end_layout
25868
25869 \begin_layout Standard
25870 既定では,各オプションはそれぞれ以下の規則を持っています.
25871 \end_layout
25872
25873 \begin_layout Labeling
25874 \labelwidthstring 00.00.0000
25875
25876 \family sans
25877 ページ上部
25878 \family default
25879  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25880 \series bold
25881
25882 \backslash
25883 topfraction
25884 \series default
25885 ).
25886 \end_layout
25887
25888 \begin_layout Labeling
25889 \labelwidthstring 00.00.0000
25890
25891 \family sans
25892 ページ下部
25893 \family default
25894  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25895 \series bold
25896
25897 \backslash
25898 bottomfraction
25899 \series default
25900 ).
25901 \end_layout
25902
25903 \begin_layout Labeling
25904 \labelwidthstring 00.00.0000
25905
25906 \family sans
25907 フロートを独立したページ 
25908 \family default
25909 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25910 \series bold
25911
25912 \backslash
25913 floatpagefraction
25914 \series default
25915 ).
25916 \end_layout
25917
25918 \begin_layout Standard
25919 これらの規則に従いたくないときは,
25920 \family sans
25921 \SpecialChar LaTeX
25922 の規則を無視する
25923 \family default
25924 オプションを追加することによって,これらを無視することができます.
25925 \begin_inset Newline newline
25926 \end_inset
25927
25928 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
25929 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
25930 5割に変えるには,文書プリアンブルに
25931 \end_layout
25932
25933 \begin_layout Standard
25934
25935 \series bold
25936
25937 \backslash
25938 renewcommand{
25939 \backslash
25940 bottomfraction}{0.5}
25941 \end_layout
25942
25943 \begin_layout Standard
25944 という行を加えてください.
25945 \end_layout
25946
25947 \begin_layout Standard
25948 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
25949 \family sans
25950 何としても現在位置に置く
25951 \family default
25952 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
25953 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
25954 からです.
25955 \end_layout
25956
25957 \begin_layout Standard
25958 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
25959 \end_layout
25960
25961 \begin_layout Standard
25962 \begin_inset VSpace bigskip
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
25970 することがあります.この問題を避けるには,\SpecialChar LaTeX
25971 コマンドの
25972 \backslash
25973 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
25974 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
25975 \end_layout
25976
25977 \begin_layout Standard
25978
25979 \series bold
25980
25981 \backslash
25982 let
25983 \backslash
25984 mySection
25985 \backslash
25986 section
25987 \begin_inset Newline newline
25988 \end_inset
25989
25990
25991 \backslash
25992 renewcommand{
25993 \backslash
25994 section}{
25995 \backslash
25996 suppressfloats[t]
25997 \backslash
25998 mySection}
25999 \end_layout
26000
26001 \begin_layout Standard
26002 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
26003 が適当な配置を見つけるのに失敗することが
26004 あるので,これらに対する定義はお勧めしません.
26005 \end_layout
26006
26007 \begin_layout Standard
26008 \begin_inset VSpace bigskip
26009 \end_inset
26010
26011 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
26012 パッケージ
26013 \series bold
26014 endfloat
26015 \series default
26016
26017 \begin_inset Index idx
26018 status collapsed
26019
26020 \begin_layout Plain Layout
26021 \SpecialChar LaTeX
26022 ぱっけーじ@\SpecialChar LaTeX
26023 パッケージ ! endfloat
26024 \end_layout
26025
26026 \end_inset
26027
26028 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
26029 \begin_inset Quotes eld
26030 \end_inset
26031
26032
26033 \family sans
26034 [Figure
26035 \begin_inset space ~
26036 \end_inset
26037
26038 3.2 about here.]
26039 \family default
26040
26041 \begin_inset Quotes erd
26042 \end_inset
26043
26044 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
26045 \end_layout
26046
26047 \begin_layout Standard
26048
26049 \series bold
26050
26051 \backslash
26052 usepackage[options]{endfloat}
26053 \end_layout
26054
26055 \begin_layout Standard
26056 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
26057 \series bold
26058 endfloat
26059 \series default
26060 取扱説明書
26061 \begin_inset CommandInset citation
26062 LatexCommand cite
26063 key "endfloat"
26064 literal "true"
26065
26066 \end_inset
26067
26068 をご参照ください.
26069 \begin_inset Newline newline
26070 \end_inset
26071
26072
26073 \begin_inset Note Greyedout
26074 status open
26075
26076 \begin_layout Plain Layout
26077
26078 \series bold
26079 【註】endfloat
26080 \series default
26081 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26082 \begin_inset CommandInset citation
26083 LatexCommand cite
26084 key "endfloat"
26085 literal "true"
26086
26087 \end_inset
26088
26089 の第4節をご参照ください.
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \begin_inset Newline newline
26096 \end_inset
26097
26098
26099 \begin_inset Note Greyedout
26100 status open
26101
26102 \begin_layout Plain Layout
26103
26104 \series bold
26105 【註】
26106 \series default
26107 現在のところ,
26108 \series bold
26109 endfloat
26110 \series default
26111 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26112 コードで「
26113 \series bold
26114
26115 \backslash
26116 ss
26117 \series default
26118 」コマンドを使用してください.
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \begin_layout Standard
26127 \begin_inset VSpace bigskip
26128 \end_inset
26129
26130 フロートの割付に関する詳細は,\SpecialChar LaTeX
26131 関連書
26132 \begin_inset CommandInset citation
26133 LatexCommand cite
26134 key "latexcompanion,latexguide,latexbook"
26135 literal "true"
26136
26137 \end_inset
26138
26139 をご覧ください.
26140 \end_layout
26141
26142 \begin_layout Section
26143 回転フロート
26144 \begin_inset CommandInset label
26145 LatexCommand label
26146 name "sec:回転フロート"
26147
26148 \end_inset
26149
26150
26151 \begin_inset Index idx
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155 ふろーと@フロート ! かいてん@回転
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \begin_layout Standard
26164 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26165 \family sans
26166 横倒しに回転
26167 \family default
26168 オプションを有効にします.
26169 \end_layout
26170
26171 \begin_layout Standard
26172 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26173 \family sans
26174 段をまたぐ
26175 \family default
26176 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26177 たって回転方向を強制したい場合には,文書クラスオプションに
26178 \series bold
26179 figuresleft
26180 \series default
26181 オプションあるいは
26182 \series bold
26183 figuresright
26184 \series default
26185 オプションを加えることができます.
26186 \end_layout
26187
26188 \begin_layout Standard
26189 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26190 \begin_inset CommandInset ref
26191 LatexCommand ref
26192 reference "tab:回転した表"
26193
26194 \end_inset
26195
26196 が回転表フロートの例です.
26197 \end_layout
26198
26199 \begin_layout Standard
26200 \begin_inset Note Greyedout
26201 status open
26202
26203 \begin_layout Plain Layout
26204
26205 \series bold
26206 【註】
26207 \series default
26208 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Standard
26217 \begin_inset Float table
26218 wide false
26219 sideways true
26220 status open
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Caption Standard
26224
26225 \begin_layout Plain Layout
26226 \begin_inset CommandInset label
26227 LatexCommand label
26228 name "tab:回転した表"
26229
26230 \end_inset
26231
26232 回転した表
26233 \end_layout
26234
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \begin_layout Plain Layout
26241 \align center
26242 \begin_inset Tabular
26243 <lyxtabular version="3" rows="1" columns="5">
26244 <features tabularvalignment="middle">
26245 <column alignment="center" valignment="top">
26246 <column alignment="center" valignment="top">
26247 <column alignment="center" valignment="top">
26248 <column alignment="center" valignment="top">
26249 <column alignment="center" valignment="top">
26250 <row>
26251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255 試験
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 </row>
26297 </lyxtabular>
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Section
26310 従属フロート
26311 \begin_inset Index idx
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \begin_layout Standard
26324 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26325 \begin_inset CommandInset ref
26326 LatexCommand ref
26327 reference "tab:従属表を横に並べたもの"
26328
26329 \end_inset
26330
26331 と表
26332 \begin_inset CommandInset ref
26333 LatexCommand ref
26334 reference "tab:従属表を縦に並べたもの"
26335
26336 \end_inset
26337
26338 に示されているように段落と同様に指定することができます.
26339 \end_layout
26340
26341 \begin_layout Standard
26342 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26343 \begin_inset CommandInset ref
26344 LatexCommand ref
26345 reference "tab:これは従属表a"
26346
26347 \end_inset
26348
26349 と表
26350 \begin_inset CommandInset ref
26351 LatexCommand ref
26352 reference "tab:これは従属表b"
26353
26354 \end_inset
26355
26356 は表
26357 \begin_inset CommandInset ref
26358 LatexCommand ref
26359 reference "tab:従属表を横に並べたもの"
26360
26361 \end_inset
26362
26363 の従属フロートです.
26364 \begin_inset Float table
26365 wide false
26366 sideways false
26367 status open
26368
26369 \begin_layout Plain Layout
26370 \begin_inset Caption Standard
26371
26372 \begin_layout Plain Layout
26373 \begin_inset CommandInset label
26374 LatexCommand label
26375 name "tab:従属表を横に並べたもの"
26376
26377 \end_inset
26378
26379 従属表を横に並べたもの
26380 \end_layout
26381
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \begin_layout Plain Layout
26388 \begin_inset space \hfill{}
26389 \end_inset
26390
26391
26392 \begin_inset Float table
26393 wide false
26394 sideways false
26395 status collapsed
26396
26397 \begin_layout Plain Layout
26398 \begin_inset Caption Standard
26399
26400 \begin_layout Plain Layout
26401 \begin_inset CommandInset label
26402 LatexCommand label
26403 name "tab:これは従属表a"
26404
26405 \end_inset
26406
26407 これは従属表aです.
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Plain Layout
26416 \align center
26417 \begin_inset Tabular
26418 <lyxtabular version="3" rows="1" columns="5">
26419 <features tabularvalignment="middle">
26420 <column alignment="center" valignment="top">
26421 <column alignment="center" valignment="top">
26422 <column alignment="center" valignment="top">
26423 <column alignment="center" valignment="top">
26424 <column alignment="center" valignment="top">
26425 <row>
26426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 試験
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Plain Layout
26457
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 </row>
26472 </lyxtabular>
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \begin_inset space \hfill{}
26483 \end_inset
26484
26485
26486 \begin_inset Float table
26487 wide false
26488 sideways false
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492 \begin_inset Caption Standard
26493
26494 \begin_layout Plain Layout
26495 \begin_inset CommandInset label
26496 LatexCommand label
26497 name "tab:これは従属表b"
26498
26499 \end_inset
26500
26501 これは従属表bです.
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \begin_layout Plain Layout
26510 \align center
26511 \begin_inset Tabular
26512 <lyxtabular version="3" rows="1" columns="5">
26513 <features tabularvalignment="middle">
26514 <column alignment="center" valignment="top">
26515 <column alignment="center" valignment="top">
26516 <column alignment="center" valignment="top">
26517 <column alignment="center" valignment="top">
26518 <column alignment="center" valignment="top">
26519 <row>
26520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542
26543 \end_layout
26544
26545 \end_inset
26546 </cell>
26547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551
26552 \end_layout
26553
26554 \end_inset
26555 </cell>
26556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560 試験
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 </row>
26566 </lyxtabular>
26567
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \begin_inset space \hfill{}
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \end_inset
26583
26584
26585 \begin_inset Float table
26586 wide false
26587 sideways false
26588 status open
26589
26590 \begin_layout Plain Layout
26591 \begin_inset Caption Standard
26592
26593 \begin_layout Plain Layout
26594 \begin_inset CommandInset label
26595 LatexCommand label
26596 name "tab:従属表を縦に並べたもの"
26597
26598 \end_inset
26599
26600 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \begin_layout Plain Layout
26609 \noindent
26610 \align center
26611 \begin_inset Float table
26612 wide false
26613 sideways false
26614 status collapsed
26615
26616 \begin_layout Plain Layout
26617 \begin_inset Caption Standard
26618
26619 \begin_layout Plain Layout
26620
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Plain Layout
26629 \align center
26630 \begin_inset Tabular
26631 <lyxtabular version="3" rows="1" columns="4">
26632 <features tabularvalignment="middle">
26633 <column alignment="center" valignment="top">
26634 <column alignment="center" valignment="top">
26635 <column alignment="center" valignment="top">
26636 <column alignment="center" valignment="top">
26637 <row>
26638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 試験
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651 試験
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660 試験
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 試験
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 </row>
26675 </lyxtabular>
26676
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \begin_layout Plain Layout
26688 \noindent
26689 \align center
26690 \begin_inset Float table
26691 wide false
26692 sideways false
26693 status collapsed
26694
26695 \begin_layout Plain Layout
26696 \begin_inset Caption Standard
26697
26698 \begin_layout Plain Layout
26699
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \begin_layout Plain Layout
26708 \align center
26709 \begin_inset Tabular
26710 <lyxtabular version="3" rows="1" columns="5">
26711 <features tabularvalignment="middle">
26712 <column alignment="center" valignment="top">
26713 <column alignment="center" valignment="top">
26714 <column alignment="center" valignment="top">
26715 <column alignment="center" valignment="top">
26716 <column alignment="center" valignment="top">
26717 <row>
26718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722
26723 \end_layout
26724
26725 \end_inset
26726 </cell>
26727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Plain Layout
26731
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 </row>
26764 </lyxtabular>
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \begin_layout Section
26782 横並びのフロート
26783 \begin_inset Index idx
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787 ふろーと@フロート ! よこならび@横並び
26788 \end_layout
26789
26790 \end_inset
26791
26792
26793 \end_layout
26794
26795 \begin_layout Standard
26796
26797 \begin_inset CommandInset ref
26798 LatexCommand ref
26799 reference "fig:左側のフロート"
26800
26801 \end_inset
26802
26803 や図
26804 \begin_inset CommandInset ref
26805 LatexCommand ref
26806 reference "fig:右側のフロート"
26807
26808 \end_inset
26809
26810 のようにフロートを横並びに配置するには,
26811 \emph on
26812 ひとつの
26813 \emph default
26814 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26815 \begin_inset Foot
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819 Minipageは第
26820 \begin_inset CommandInset ref
26821 LatexCommand ref
26822 reference "sec:ミニページ"
26823
26824 \end_inset
26825
26826 節に説明があります.
26827 \end_layout
26828
26829 \end_inset
26830
26831 .幅は45
26832 \begin_inset space \thinspace{}
26833 \end_inset
26834
26835 -50
26836 \begin_inset space \thinspace{}
26837 \end_inset
26838
26839 列幅%とし,各minipageのボックス配置を
26840 \family sans
26841
26842 \family default
26843 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26844 \family sans
26845 列幅%
26846 \family default
26847 がここではminipageボックスの幅によって計算されることです.
26848 \end_layout
26849
26850 \begin_layout Standard
26851 \begin_inset Float figure
26852 wide false
26853 sideways false
26854 status open
26855
26856 \begin_layout Plain Layout
26857 \begin_inset Box Frameless
26858 position "b"
26859 hor_pos "c"
26860 has_inner_box 1
26861 inner_pos "t"
26862 use_parbox 0
26863 use_makebox 0
26864 width "45col%"
26865 special "none"
26866 height "1in"
26867 height_special "totalheight"
26868 thickness "0.4pt"
26869 separation "3pt"
26870 shadowsize "4pt"
26871 framecolor "black"
26872 backgroundcolor "none"
26873 status open
26874
26875 \begin_layout Plain Layout
26876 \align center
26877 \begin_inset Graphics
26878         filename ../clipart/2D-intensity-plot.pdf
26879         width 100col%
26880         scaleBeforeRotation
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \begin_layout Plain Layout
26888 \begin_inset Caption Standard
26889
26890 \begin_layout Plain Layout
26891 \begin_inset CommandInset label
26892 LatexCommand label
26893 name "fig:左側のフロート"
26894
26895 \end_inset
26896
26897 左側のフロート
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \begin_inset space \hfill{}
26909 \end_inset
26910
26911
26912 \begin_inset Box Frameless
26913 position "b"
26914 hor_pos "c"
26915 has_inner_box 1
26916 inner_pos "t"
26917 use_parbox 0
26918 use_makebox 0
26919 width "45col%"
26920 special "none"
26921 height "1in"
26922 height_special "totalheight"
26923 thickness "0.4pt"
26924 separation "3pt"
26925 shadowsize "4pt"
26926 framecolor "black"
26927 backgroundcolor "none"
26928 status open
26929
26930 \begin_layout Plain Layout
26931 \align center
26932 \begin_inset Graphics
26933         filename ../clipart/Star-structure.pdf
26934         width 100col%
26935         scaleBeforeRotation
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \begin_layout Plain Layout
26943 \begin_inset Caption Standard
26944
26945 \begin_layout Plain Layout
26946 \begin_inset CommandInset label
26947 LatexCommand label
26948 name "fig:右側のフロート"
26949
26950 \end_inset
26951
26952 右側のフロート
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \begin_layout Plain Layout
26966
26967 \end_layout
26968
26969 \end_inset
26970
26971 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
26972 \begin_inset CommandInset ref
26973 LatexCommand ref
26974 reference "sec:ミニページ"
26975
26976 \end_inset
26977
26978 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
26979 \family typewriter
26980 examples/varwidth-floats-side-by-side.lyx
26981 \family default
26982 に,この方法の例があります.
26983 \end_layout
26984
26985 \begin_layout Section
26986 キャプションの書式設定
26987 \begin_inset Index idx
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991 きゃぷしょん@キャプション ! しょしきせってい@書式設定
26992 \end_layout
26993
26994 \end_inset
26995
26996
26997 \begin_inset Index idx
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \begin_inset CommandInset label
27008 LatexCommand label
27009 name "sec:キャプションの書式設定"
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \begin_layout Standard
27017
27018 \family sans
27019 キャプション
27020 \family default
27021 環境は,
27022 \family sans
27023 フロート
27024 \family default
27025 の既定の段落環境です.キャプションは,\SpecialChar LyX
27026 画面上では,例えば「
27027 \family sans
27028 図 #:
27029 \family default
27030 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
27031 \family sans
27032 #
27033 \family default
27034 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
27035 .このキャプション書式は,すべての文書書式に適しているわけではありません.
27036 \end_layout
27037
27038 \begin_layout Standard
27039 既定のキャプション書式を変更するには,文書プリアンブルに
27040 \end_layout
27041
27042 \begin_layout Standard
27043
27044 \series bold
27045
27046 \backslash
27047 usepackage[format definition]{caption}
27048 \end_layout
27049
27050 \begin_layout Standard
27051 という行を加えて,\SpecialChar LaTeX
27052 パッケージ
27053 \series bold
27054 caption
27055 \series default
27056
27057 \begin_inset Index idx
27058 status collapsed
27059
27060 \begin_layout Plain Layout
27061 \SpecialChar LaTeX
27062 ぱっけーじ@\SpecialChar LaTeX
27063 パッケージ ! caption
27064 \end_layout
27065
27066 \end_inset
27067
27068 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27069 \end_layout
27070
27071 \begin_layout Standard
27072
27073 \series bold
27074
27075 \backslash
27076 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27077 \end_layout
27078
27079 \begin_layout Standard
27080 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27081 \series bold
27082 caption
27083 \series default
27084 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27085 \end_layout
27086
27087 \begin_layout Standard
27088
27089 \series bold
27090
27091 \backslash
27092 captionsetup[フロート型]{書式定義}
27093 \end_layout
27094
27095 \begin_layout Standard
27096 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27097 \begin_inset CommandInset ref
27098 LatexCommand ref
27099 reference "fig:図キャプション"
27100
27101 \end_inset
27102
27103 と表
27104 \begin_inset CommandInset ref
27105 LatexCommand ref
27106 reference "tab:表キャプション"
27107
27108 \end_inset
27109
27110 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27111 \end_layout
27112
27113 \begin_layout Standard
27114
27115 \series bold
27116
27117 \backslash
27118 usepackage[tableposition=top]{caption}
27119 \series default
27120
27121 \begin_inset Newline newline
27122 \end_inset
27123
27124
27125 \series bold
27126
27127 \backslash
27128 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27129 \begin_inset Newline newline
27130 \end_inset
27131
27132
27133 \begin_inset Phantom HPhantom
27134 status open
27135
27136 \begin_layout Plain Layout
27137
27138 \backslash
27139 captionsetup[figure]{
27140 \end_layout
27141
27142 \end_inset
27143
27144 labelsep=period}
27145 \begin_inset Newline newline
27146 \end_inset
27147
27148
27149 \backslash
27150 captionsetup[table]{labelfont={bf,sf}}
27151 \end_layout
27152
27153 \begin_layout Standard
27154 \begin_inset Note Greyedout
27155 status open
27156
27157 \begin_layout Plain Layout
27158
27159 \series bold
27160 【註】
27161 \series default
27162 オプションのうち,
27163 \series bold
27164 tableposition=top
27165 \series default
27166 は,文書クラスに
27167 \series bold
27168 KOMA-script
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 パッケージ ! KOMA-script
27178 \end_layout
27179
27180 \end_inset
27181
27182 が使われているときには,無効になります.この場合には,文書クラスオプション
27183 \series bold
27184 captions=tableheading
27185 \series default
27186 を指定しなくてはなりません.
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \begin_layout Standard
27195
27196 \series bold
27197 caption
27198 \series default
27199 パッケージについての詳細は,その取扱説明書
27200 \begin_inset CommandInset citation
27201 LatexCommand cite
27202 key "caption"
27203 literal "true"
27204
27205 \end_inset
27206
27207 をご覧ください.
27208 \end_layout
27209
27210 \begin_layout Standard
27211 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27212 \end_layout
27213
27214 \begin_layout Standard
27215
27216 \series bold
27217
27218 \backslash
27219 renewcommand{
27220 \backslash
27221 fnum@figure}{画像~
27222 \backslash
27223 thefigure}
27224 \end_layout
27225
27226 \begin_layout Standard
27227 なお,
27228 \series bold
27229
27230 \backslash
27231 thefigure
27232 \series default
27233 は表番号を挿入し,「
27234 \series bold
27235 ~
27236 \series default
27237 」は保護された空白を入れます.
27238 \end_layout
27239
27240 \begin_layout Standard
27241 \begin_inset VSpace bigskip
27242 \end_inset
27243
27244
27245 \series bold
27246 KOMA-script
27247 \series default
27248
27249 \begin_inset Index idx
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253 \SpecialChar LaTeX
27254 ぱっけーじ@\SpecialChar LaTeX
27255 パッケージ ! KOMA-script
27256 \end_layout
27257
27258 \end_inset
27259
27260 文書クラス(
27261 \family sans
27262 article (KOMA-script)
27263 \family default
27264
27265 \family sans
27266 book (KOMA-script)
27267 \family default
27268
27269 \family sans
27270 letter (KOMA-script)
27271 \family default
27272
27273 \family sans
27274 report (KOMA-script)
27275 \family default
27276 )を使用している場合には,
27277 \series bold
27278 caption
27279 \series default
27280 パッケージの代わりに
27281 \series bold
27282 KOMA-script
27283 \series default
27284 のビルトインコマンド
27285 \series bold
27286 etkomafont
27287 \series default
27288 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27289 \end_layout
27290
27291 \begin_layout Standard
27292
27293 \series bold
27294
27295 \backslash
27296 setkomafont{captionlabel}{
27297 \backslash
27298 bfseries}
27299 \end_layout
27300
27301 \begin_layout Standard
27302
27303 \series bold
27304
27305 \backslash
27306 setkomafont
27307 \series default
27308 についての詳細は,
27309 \series bold
27310 KOMA-script
27311 \series default
27312 の取扱説明書
27313 \begin_inset CommandInset citation
27314 LatexCommand cite
27315 key "koma-script"
27316 literal "true"
27317
27318 \end_inset
27319
27320 をご覧ください.
27321 \end_layout
27322
27323 \begin_layout Standard
27324 \begin_inset ERT
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328
27329
27330 \backslash
27331 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27332 }
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \begin_inset Note Note
27339 status open
27340
27341 \begin_layout Plain Layout
27342 キャプション書式は,この例のみ変更してあります.
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \begin_inset Float figure
27352 placement !p
27353 wide false
27354 sideways false
27355 status open
27356
27357 \begin_layout Plain Layout
27358 \align center
27359 \begin_inset Graphics
27360         filename ../clipart/2D-intensity-plot.pdf
27361         scaleBeforeRotation
27362
27363 \end_inset
27364
27365
27366 \end_layout
27367
27368 \begin_layout Plain Layout
27369 \begin_inset Caption Standard
27370
27371 \begin_layout Plain Layout
27372 \begin_inset CommandInset label
27373 LatexCommand label
27374 name "fig:図キャプション"
27375
27376 \end_inset
27377
27378 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \begin_layout Standard
27392 \begin_inset ERT
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396
27397
27398 \backslash
27399 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27400 on}
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Standard
27409 \begin_inset Float table
27410 placement !p
27411 wide false
27412 sideways false
27413 status open
27414
27415 \begin_layout Plain Layout
27416 \begin_inset Caption Standard
27417
27418 \begin_layout Plain Layout
27419 \begin_inset CommandInset label
27420 LatexCommand label
27421 name "tab:表キャプション"
27422
27423 \end_inset
27424
27425 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27426 \end_layout
27427
27428 \end_inset
27429
27430
27431 \end_layout
27432
27433 \begin_layout Plain Layout
27434 \align center
27435 \begin_inset Tabular
27436 <lyxtabular version="3" rows="1" columns="5">
27437 <features tabularvalignment="middle">
27438 <column alignment="center" valignment="top">
27439 <column alignment="center" valignment="top">
27440 <column alignment="center" valignment="top">
27441 <column alignment="center" valignment="top">
27442 <column alignment="center" valignment="top">
27443 <row>
27444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Plain Layout
27448
27449 \end_layout
27450
27451 \end_inset
27452 </cell>
27453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Plain Layout
27457
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27463 \begin_inset Text
27464
27465 \begin_layout Plain Layout
27466
27467 \end_layout
27468
27469 \end_inset
27470 </cell>
27471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27472 \begin_inset Text
27473
27474 \begin_layout Plain Layout
27475
27476 \end_layout
27477
27478 \end_inset
27479 </cell>
27480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27481 \begin_inset Text
27482
27483 \begin_layout Plain Layout
27484
27485 \end_layout
27486
27487 \end_inset
27488 </cell>
27489 </row>
27490 </lyxtabular>
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \begin_layout Section
27503 キャプションの配置
27504 \begin_inset Index idx
27505 status collapsed
27506
27507 \begin_layout Plain Layout
27508 きゃぷしょん@キャプション ! はいち@配置
27509 \end_layout
27510
27511 \end_inset
27512
27513
27514 \begin_inset Index idx
27515 status collapsed
27516
27517 \begin_layout Plain Layout
27518 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \begin_inset CommandInset label
27525 LatexCommand label
27526 name "sec:キャプションの配置"
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \begin_layout Standard
27534 通常,キャプションの配置原則は,
27535 \end_layout
27536
27537 \begin_layout Description
27538 図の場合: キャプションを図の下に置く
27539 \end_layout
27540
27541 \begin_layout Description
27542 表の場合: キャプションを表の上に置く
27543 \end_layout
27544
27545 \begin_layout Standard
27546 という風になっています.\SpecialChar LaTeX
27547 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27548 \family sans
27549 article
27550 \family default
27551
27552 \family sans
27553 book
27554 \family default
27555
27556 \family sans
27557 letter
27558 \family default
27559
27560 \family sans
27561 report
27562 \family default
27563 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27564 eXパッケージ
27565 \series bold
27566 caption
27567 \series default
27568 を読み込むコマンドに
27569 \end_layout
27570
27571 \begin_layout Standard
27572
27573 \series bold
27574 tableposition=top
27575 \end_layout
27576
27577 \begin_layout Standard
27578 というオプションを追加してください
27579 \begin_inset Foot
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583
27584 \series bold
27585 caption
27586 \series default
27587 パッケージについての詳細な情報は,第
27588 \begin_inset CommandInset ref
27589 LatexCommand ref
27590 reference "sec:キャプションの書式設定"
27591
27592 \end_inset
27593
27594 節をご覧ください.
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \series bold
27601 KOMA-script
27602 \series default
27603
27604 \begin_inset Index idx
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608 \SpecialChar LaTeX
27609 ぱっけーじ@\SpecialChar LaTeX
27610 パッケージ ! KOMA-script
27611 \end_layout
27612
27613 \end_inset
27614
27615 文書クラス(
27616 \family sans
27617 article (KOMA-script)
27618 \family default
27619
27620 \family sans
27621 book (KOMA-script)
27622 \family default
27623
27624 \family sans
27625 letter (KOMA-script)
27626 \family default
27627
27628 \family sans
27629 report (KOMA-script)
27630 \family default
27631
27632 \begin_inset space \thinspace{}
27633 \end_inset
27634
27635 )をお使いの場合には,
27636 \series bold
27637 caption
27638 \series default
27639 パッケージにオプションを与える代わりに,文書クラスオプション
27640 \end_layout
27641
27642 \begin_layout Standard
27643
27644 \series bold
27645 captions=tableheading
27646 \end_layout
27647
27648 \begin_layout Standard
27649 を設定することもできます
27650 \begin_inset Foot
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 このオプションは本文書で使用されています.
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Standard
27663 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27664 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27665 \begin_inset CommandInset ref
27666 LatexCommand ref
27667 reference "tab:指定付きキャプション"
27668
27669 \end_inset
27670
27671 は,キャプションは,\SpecialChar LyX
27672 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27673 \begin_inset CommandInset ref
27674 LatexCommand ref
27675 reference "tab:標準表"
27676
27677 \end_inset
27678
27679 のキャプションでは,指定が為されていません.
27680 \end_layout
27681
27682 \begin_layout Standard
27683 \begin_inset Float table
27684 wide false
27685 sideways false
27686 status open
27687
27688 \begin_layout Plain Layout
27689 \begin_inset Caption Below
27690
27691 \begin_layout Plain Layout
27692 \begin_inset CommandInset label
27693 LatexCommand label
27694 name "tab:指定付きキャプション"
27695
27696 \end_inset
27697
27698 表下に来るように指定されたキャプション
27699 \end_layout
27700
27701 \end_inset
27702
27703
27704 \end_layout
27705
27706 \begin_layout Plain Layout
27707 \align center
27708 \begin_inset Tabular
27709 <lyxtabular version="3" rows="3" columns="3">
27710 <features tabularvalignment="middle">
27711 <column alignment="center" valignment="top" width="0pt">
27712 <column alignment="center" valignment="top" width="0pt">
27713 <column alignment="center" valignment="top" width="0pt">
27714 <row>
27715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Plain Layout
27719 1
27720 \end_layout
27721
27722 \end_inset
27723 </cell>
27724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27725 \begin_inset Text
27726
27727 \begin_layout Plain Layout
27728 2
27729 \end_layout
27730
27731 \end_inset
27732 </cell>
27733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27734 \begin_inset Text
27735
27736 \begin_layout Plain Layout
27737 3
27738 \end_layout
27739
27740 \end_inset
27741 </cell>
27742 </row>
27743 <row>
27744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Plain Layout
27748 森嶋
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27754 \begin_inset Text
27755
27756 \begin_layout Plain Layout
27757 宇沢
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27763 \begin_inset Text
27764
27765 \begin_layout Plain Layout
27766 二階堂
27767 \end_layout
27768
27769 \end_inset
27770 </cell>
27771 </row>
27772 <row>
27773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27774 \begin_inset Text
27775
27776 \begin_layout Plain Layout
27777 \begin_inset Formula $\int x^{2}dx$
27778 \end_inset
27779
27780
27781 \end_layout
27782
27783 \end_inset
27784 </cell>
27785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Plain Layout
27789 \begin_inset Formula $\left[\begin{array}{cc}
27790 a & b\\
27791 c & d
27792 \end{array}\right]$
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27801 \begin_inset Text
27802
27803 \begin_layout Plain Layout
27804 \begin_inset Formula $1+1=2$
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 </row>
27813 </lyxtabular>
27814
27815 \end_inset
27816
27817
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \begin_layout Standard
27826 \begin_inset Float table
27827 wide false
27828 sideways false
27829 status open
27830
27831 \begin_layout Plain Layout
27832 \begin_inset Caption Standard
27833
27834 \begin_layout Plain Layout
27835 \begin_inset CommandInset label
27836 LatexCommand label
27837 name "tab:標準表"
27838
27839 \end_inset
27840
27841 標準の表キャプション
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Plain Layout
27850 \align center
27851 \begin_inset Tabular
27852 <lyxtabular version="3" rows="3" columns="3">
27853 <features tabularvalignment="middle">
27854 <column alignment="center" valignment="top" width="0pt">
27855 <column alignment="center" valignment="top" width="0pt">
27856 <column alignment="center" valignment="top" width="0pt">
27857 <row>
27858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27859 \begin_inset Text
27860
27861 \begin_layout Plain Layout
27862 1
27863 \end_layout
27864
27865 \end_inset
27866 </cell>
27867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27868 \begin_inset Text
27869
27870 \begin_layout Plain Layout
27871 2
27872 \end_layout
27873
27874 \end_inset
27875 </cell>
27876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27877 \begin_inset Text
27878
27879 \begin_layout Plain Layout
27880 3
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 </row>
27886 <row>
27887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27888 \begin_inset Text
27889
27890 \begin_layout Plain Layout
27891 森嶋
27892 \end_layout
27893
27894 \end_inset
27895 </cell>
27896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27897 \begin_inset Text
27898
27899 \begin_layout Plain Layout
27900 宇沢
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27906 \begin_inset Text
27907
27908 \begin_layout Plain Layout
27909 二階堂
27910 \end_layout
27911
27912 \end_inset
27913 </cell>
27914 </row>
27915 <row>
27916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Plain Layout
27920 \begin_inset Formula $\int x^{2}dx$
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Plain Layout
27932 \begin_inset Formula $\left[\begin{array}{cc}
27933 a & b\\
27934 c & d
27935 \end{array}\right]$
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \end_inset
27942 </cell>
27943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27944 \begin_inset Text
27945
27946 \begin_layout Plain Layout
27947 \begin_inset Formula $1+1=2$
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \end_inset
27954 </cell>
27955 </row>
27956 </lyxtabular>
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Standard
27969 \begin_inset VSpace bigskip
27970 \end_inset
27971
27972 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
27973 \end_layout
27974
27975 \begin_layout Standard
27976
27977 \series bold
27978
27979 \backslash
27980 usepackage[option]{sidecap}
27981 \end_layout
27982
27983 \begin_layout Standard
27984 という行を入れて,\SpecialChar LaTeX
27985 パッケージ
27986 \series bold
27987 sidecap
27988 \series default
27989
27990 \begin_inset Index idx
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994 \SpecialChar LaTeX
27995 ぱっけーじ@\SpecialChar LaTeX
27996 パッケージ ! sidecap
27997 \end_layout
27998
27999 \end_inset
28000
28001 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
28002 \series bold
28003 innercaption
28004 \series default
28005 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
28006 \series bold
28007 rightcaption
28008 \series default
28009 ないし
28010 \series bold
28011 leftcaption
28012 \series default
28013 オプションを用います.
28014 \end_layout
28015
28016 \begin_layout Standard
28017 \begin_inset ERT
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021
28022
28023 \backslash
28024 ifsidecap
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \begin_inset Note Note
28031 status open
28032
28033 \begin_layout Plain Layout
28034 以下の部分は,\SpecialChar LaTeX
28035 パッケージ
28036 \series bold
28037 sidecap
28038 \series default
28039 が導入されているときのみ表示されます.
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Standard
28048 \SpecialChar LyX
28049 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
28050 \end_layout
28051
28052 \begin_layout Standard
28053 \noindent
28054 \begin_inset CommandInset line
28055 LatexCommand rule
28056 offset "0.5ex"
28057 width "100line%"
28058 height "1pt"
28059
28060 \end_inset
28061
28062
28063 \end_layout
28064
28065 \begin_layout Standard
28066
28067 \series bold
28068
28069 \backslash
28070 newcommand{
28071 \backslash
28072 TabBesBeg}[1][1.0]{%
28073 \begin_inset Newline newline
28074 \end_inset
28075
28076
28077 \begin_inset Phantom HPhantom
28078 status open
28079
28080 \begin_layout Plain Layout
28081 \begin_inset space ~
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \backslash
28091 let
28092 \backslash
28093 MyTable
28094 \backslash
28095 table
28096 \begin_inset Newline newline
28097 \end_inset
28098
28099
28100 \begin_inset Phantom HPhantom
28101 status open
28102
28103 \begin_layout Plain Layout
28104
28105 \series medium
28106 \begin_inset space ~
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \backslash
28116 let
28117 \backslash
28118 MyEndtable
28119 \backslash
28120 endtable
28121 \begin_inset Newline newline
28122 \end_inset
28123
28124
28125 \begin_inset Phantom HPhantom
28126 status open
28127
28128 \begin_layout Plain Layout
28129
28130 \series medium
28131 \begin_inset space ~
28132 \end_inset
28133
28134
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \backslash
28141 renewenvironment{table}[1]{
28142 \backslash
28143 begin{SCtable}[#1]##1}{
28144 \backslash
28145 end{SCtable}}}
28146 \end_layout
28147
28148 \begin_layout Standard
28149
28150 \series bold
28151
28152 \backslash
28153 newcommand{
28154 \backslash
28155 TabBesEnd}{%
28156 \begin_inset Newline newline
28157 \end_inset
28158
28159
28160 \begin_inset Phantom HPhantom
28161 status open
28162
28163 \begin_layout Plain Layout
28164 \begin_inset space ~
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \backslash
28174 let
28175 \backslash
28176 table
28177 \backslash
28178 MyTable
28179 \begin_inset Newline newline
28180 \end_inset
28181
28182
28183 \begin_inset Phantom HPhantom
28184 status open
28185
28186 \begin_layout Plain Layout
28187 \begin_inset space ~
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \backslash
28197 let
28198 \backslash
28199 endtable
28200 \backslash
28201 MyEndtable
28202 \end_layout
28203
28204 \begin_layout Standard
28205
28206 \series bold
28207
28208 \backslash
28209 newcommand{
28210 \backslash
28211 FigBesBeg}[1][1.0]{%
28212 \begin_inset Newline newline
28213 \end_inset
28214
28215
28216 \begin_inset Phantom HPhantom
28217 status open
28218
28219 \begin_layout Plain Layout
28220 \begin_inset space ~
28221 \end_inset
28222
28223
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \backslash
28230 let
28231 \backslash
28232 MyFigure
28233 \backslash
28234 figure
28235 \begin_inset Newline newline
28236 \end_inset
28237
28238
28239 \begin_inset Phantom HPhantom
28240 status open
28241
28242 \begin_layout Plain Layout
28243 \begin_inset space ~
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \backslash
28253 let
28254 \backslash
28255 MyEndfigure
28256 \backslash
28257 endfigure
28258 \begin_inset Newline newline
28259 \end_inset
28260
28261
28262 \begin_inset Phantom HPhantom
28263 status open
28264
28265 \begin_layout Plain Layout
28266 \begin_inset space ~
28267 \end_inset
28268
28269
28270 \end_layout
28271
28272 \end_inset
28273
28274
28275 \backslash
28276 renewenvironment{figure}[1]{
28277 \backslash
28278 begin{SCfigure}[#1]##1}{
28279 \backslash
28280 end{SCfigure}}}
28281 \end_layout
28282
28283 \begin_layout Standard
28284
28285 \series bold
28286
28287 \backslash
28288 newcommand{
28289 \backslash
28290 FigBesEnd}{%
28291 \begin_inset Newline newline
28292 \end_inset
28293
28294
28295 \begin_inset Phantom HPhantom
28296 status open
28297
28298 \begin_layout Plain Layout
28299 \begin_inset space ~
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \end_inset
28306
28307
28308 \backslash
28309 let
28310 \backslash
28311 figure
28312 \backslash
28313 MyFigure
28314 \begin_inset Newline newline
28315 \end_inset
28316
28317
28318 \begin_inset Phantom HPhantom
28319 status open
28320
28321 \begin_layout Plain Layout
28322 \begin_inset space ~
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \backslash
28332 let
28333 \backslash
28334 endfigure
28335 \backslash
28336 MyEndfigure}
28337 \end_layout
28338
28339 \begin_layout Standard
28340 \noindent
28341 \begin_inset CommandInset line
28342 LatexCommand rule
28343 offset "0.5ex"
28344 width "100line%"
28345 height "1pt"
28346
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \begin_layout Standard
28353 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28354 \end_layout
28355
28356 \begin_layout Standard
28357
28358 \series bold
28359
28360 \backslash
28361 FigBesBeg
28362 \end_layout
28363
28364 \begin_layout Standard
28365 というコマンドを,フロートの前に\SpecialChar TeX
28366 コードで入れてください.そして,元のフロート定義に戻したいところで,
28367 \end_layout
28368
28369 \begin_layout Standard
28370
28371 \series bold
28372
28373 \backslash
28374 FigBesEnd
28375 \end_layout
28376
28377 \begin_layout Standard
28378 という\SpecialChar TeX
28379 コードを入れてください.
28380 \end_layout
28381
28382 \begin_layout Standard
28383 表フロートに対しては,対応するコマンド
28384 \end_layout
28385
28386 \begin_layout Standard
28387
28388 \series bold
28389
28390 \backslash
28391 TabBesBeg
28392 \series default
28393 および
28394 \series bold
28395
28396 \backslash
28397 TabBesEnd
28398 \end_layout
28399
28400 \begin_layout Standard
28401 を使用してください.図
28402 \begin_inset CommandInset ref
28403 LatexCommand ref
28404 reference "fig:図横キャプション"
28405
28406 \end_inset
28407
28408 と表
28409 \begin_inset CommandInset ref
28410 LatexCommand ref
28411 reference "tab:表横キャプション"
28412
28413 \end_inset
28414
28415 がキャプションを脇に設定した例です.
28416 \end_layout
28417
28418 \begin_layout Standard
28419 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28420 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28421 コードとして
28422 \end_layout
28423
28424 \begin_layout Standard
28425
28426 \series bold
28427
28428 \backslash
28429 sidecaptionvpos{フロート型}{配置}
28430 \end_layout
28431
28432 \begin_layout Standard
28433 というコマンドを使用します.ここで「フロート型」は
28434 \family sans
28435 figure
28436 \family default
28437
28438 \family sans
28439 table
28440 \family default
28441 であり,「配置」は,上揃えの場合はtopの
28442 \end_layout
28443
28444 \begin_layout Standard
28445
28446 \family sans
28447 t
28448 \family default
28449 」,中央揃えの場合はcenterの「
28450 \family sans
28451 c
28452 \family default
28453 」,下揃えの場合はbottomの「
28454 \family sans
28455 b
28456 \family default
28457 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28458 \end_layout
28459
28460 \begin_layout Standard
28461
28462 \series bold
28463
28464 \backslash
28465 sidecaptionvpos{figure}{c}
28466 \end_layout
28467
28468 \begin_layout Standard
28469 というコマンドを使用します.これは,図
28470 \begin_inset CommandInset ref
28471 LatexCommand ref
28472 reference "fig:図横キャプション-2"
28473
28474 \end_inset
28475
28476 で使用されています.
28477 \end_layout
28478
28479 \begin_layout Standard
28480 \begin_inset VSpace medskip
28481 \end_inset
28482
28483
28484 \end_layout
28485
28486 \begin_layout Standard
28487 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28488 \begin_inset CommandInset ref
28489 LatexCommand ref
28490 reference "tab:表横キャプション"
28491
28492 \end_inset
28493
28494 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28495 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28496 \emph on
28497 因数
28498 \emph default
28499 は,
28500 \end_layout
28501
28502 \begin_layout Standard
28503
28504 \series bold
28505
28506 \backslash
28507 FigBesBeg[因数]
28508 \end_layout
28509
28510 \begin_layout Standard
28511 のように,
28512 \series bold
28513
28514 \backslash
28515 FigBesBeg
28516 \series default
28517 への非必須引数として与えることもできますし,
28518 \series bold
28519
28520 \backslash
28521 FigBesBeg
28522 \series default
28523 の定義中で
28524 \series bold
28525 1.0
28526 \series default
28527 を他の値に変更することもできます.表
28528 \begin_inset CommandInset ref
28529 LatexCommand ref
28530 reference "tab:図横幅広"
28531
28532 \end_inset
28533
28534 では,因子5が指定されています.
28535 \end_layout
28536
28537 \begin_layout Standard
28538 \begin_inset Note Greyedout
28539 status open
28540
28541 \begin_layout Plain Layout
28542
28543 \series bold
28544 【註】
28545 \series default
28546 キャプションを横につけたフロートでは,フロート配置オプションの
28547 \family sans
28548 何としても現在地に置く
28549 \family default
28550 は,
28551 \series bold
28552 sidecap
28553 \series default
28554 がサポートしていないので,使用することができません..
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \end_layout
28561
28562 \begin_layout Standard
28563 \begin_inset VSpace medskip
28564 \end_inset
28565
28566
28567 \series bold
28568 sidecap
28569 \series default
28570 パッケージについての詳細は,
28571 \begin_inset CommandInset citation
28572 LatexCommand cite
28573 key "sidecap"
28574 literal "true"
28575
28576 \end_inset
28577
28578 の説明書をご参照ください.
28579 \end_layout
28580
28581 \begin_layout Standard
28582 \begin_inset Note Greyedout
28583 status open
28584
28585 \begin_layout Plain Layout
28586
28587 \series bold
28588 【註】
28589 \series default
28590
28591 \begin_inset CommandInset ref
28592 LatexCommand ref
28593 reference "subsec:参照位置"
28594
28595 \end_inset
28596
28597 節に説明がある\SpecialChar LaTeX
28598 パッケージ
28599 \series bold
28600 hypcap
28601 \series default
28602
28603 \begin_inset Index idx
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607 \SpecialChar LaTeX
28608 ぱっけーじ@\SpecialChar LaTeX
28609 パッケージ ! hypcap
28610 \end_layout
28611
28612 \end_inset
28613
28614 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Standard
28623 \begin_inset Note Greyedout
28624 status open
28625
28626 \begin_layout Plain Layout
28627
28628 \series bold
28629 【訳註】
28630 \series default
28631 \SpecialChar LaTeX
28632 パッケージ
28633 \series bold
28634 sidecap
28635 \series default
28636
28637 \begin_inset Index idx
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641 \SpecialChar LaTeX
28642 ぱっけーじ@\SpecialChar LaTeX
28643 パッケージ ! sidecap
28644 \end_layout
28645
28646 \end_inset
28647
28648 は,p\SpecialChar LaTeX
28649 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28650 取扱説明書『
28651 \emph on
28652 埋め込み機能篇
28653 \emph default
28654 』(つまりこの文書)の\SpecialChar LyX
28655 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \begin_inset ERT
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665
28666
28667 \backslash
28668 FigBesBeg 
28669 \end_layout
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \begin_layout Standard
28677 \begin_inset Float figure
28678 wide false
28679 sideways false
28680 status open
28681
28682 \begin_layout Plain Layout
28683 \begin_inset Graphics
28684         filename ../clipart/3D-structure-distort.pdf
28685         scale 50
28686         scaleBeforeRotation
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \begin_layout Plain Layout
28694 \begin_inset Caption Standard
28695
28696 \begin_layout Plain Layout
28697 \begin_inset CommandInset label
28698 LatexCommand label
28699 name "fig:図横キャプション"
28700
28701 \end_inset
28702
28703 これは図の横にあるキャプションです.
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \end_layout
28715
28716 \begin_layout Standard
28717 \begin_inset ERT
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721
28722
28723 \backslash
28724 FigBesEnd
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \end_layout
28731
28732 \begin_layout Standard
28733 \begin_inset ERT
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737
28738
28739 \backslash
28740 TabBesBeg 
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Standard
28749 \begin_inset Float table
28750 wide false
28751 sideways false
28752 status open
28753
28754 \begin_layout Plain Layout
28755 \begin_inset Caption Standard
28756
28757 \begin_layout Plain Layout
28758 \begin_inset CommandInset label
28759 LatexCommand label
28760 name "tab:表横キャプション"
28761
28762 \end_inset
28763
28764 これは表の横にあるキャプションです.
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Plain Layout
28773 \begin_inset Tabular
28774 <lyxtabular version="3" rows="4" columns="5">
28775 <features tabularvalignment="middle">
28776 <column alignment="center" valignment="top">
28777 <column alignment="center" valignment="top">
28778 <column alignment="center" valignment="top">
28779 <column alignment="center" valignment="top">
28780 <column alignment="center" valignment="top">
28781 <row>
28782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28783 \begin_inset Text
28784
28785 \begin_layout Plain Layout
28786
28787 \end_layout
28788
28789 \end_inset
28790 </cell>
28791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28792 \begin_inset Text
28793
28794 \begin_layout Plain Layout
28795
28796 \end_layout
28797
28798 \end_inset
28799 </cell>
28800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28801 \begin_inset Text
28802
28803 \begin_layout Plain Layout
28804
28805 \end_layout
28806
28807 \end_inset
28808 </cell>
28809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Plain Layout
28813
28814 \end_layout
28815
28816 \end_inset
28817 </cell>
28818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28819 \begin_inset Text
28820
28821 \begin_layout Plain Layout
28822
28823 \end_layout
28824
28825 \end_inset
28826 </cell>
28827 </row>
28828 <row>
28829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28830 \begin_inset Text
28831
28832 \begin_layout Plain Layout
28833
28834 \end_layout
28835
28836 \end_inset
28837 </cell>
28838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28839 \begin_inset Text
28840
28841 \begin_layout Plain Layout
28842
28843 \end_layout
28844
28845 \end_inset
28846 </cell>
28847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Plain Layout
28851
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Plain Layout
28860
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 </row>
28875 <row>
28876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28877 \begin_inset Text
28878
28879 \begin_layout Plain Layout
28880
28881 \end_layout
28882
28883 \end_inset
28884 </cell>
28885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28886 \begin_inset Text
28887
28888 \begin_layout Plain Layout
28889
28890 \end_layout
28891
28892 \end_inset
28893 </cell>
28894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916
28917 \end_layout
28918
28919 \end_inset
28920 </cell>
28921 </row>
28922 <row>
28923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28924 \begin_inset Text
28925
28926 \begin_layout Plain Layout
28927
28928 \end_layout
28929
28930 \end_inset
28931 </cell>
28932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28933 \begin_inset Text
28934
28935 \begin_layout Plain Layout
28936
28937 \end_layout
28938
28939 \end_inset
28940 </cell>
28941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 </row>
28969 </lyxtabular>
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \end_inset
28977
28978
28979 \end_layout
28980
28981 \begin_layout Standard
28982 \begin_inset ERT
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986
28987
28988 \backslash
28989 TabBesEnd
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 \begin_inset ERT
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002
29003
29004 \backslash
29005 FigBesBeg 
29006 \end_layout
29007
29008 \end_inset
29009
29010
29011 \begin_inset ERT
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015
29016
29017 \backslash
29018 sidecaptionvpos{figure}{c}
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \begin_inset Float figure
29025 wide false
29026 sideways false
29027 status open
29028
29029 \begin_layout Plain Layout
29030 \begin_inset Graphics
29031         filename ../clipart/3D-structure-distort.pdf
29032         scale 50
29033         scaleBeforeRotation
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Plain Layout
29041 \begin_inset Caption Standard
29042
29043 \begin_layout Plain Layout
29044 \begin_inset CommandInset label
29045 LatexCommand label
29046 name "fig:図横キャプション-2"
29047
29048 \end_inset
29049
29050 これは図の横にある縦方向中央揃えのキャプションです.
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \begin_layout Standard
29064 \begin_inset ERT
29065 status collapsed
29066
29067 \begin_layout Plain Layout
29068
29069
29070 \backslash
29071 FigBesEnd
29072 \end_layout
29073
29074 \end_inset
29075
29076
29077 \end_layout
29078
29079 \begin_layout Standard
29080 \begin_inset ERT
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084
29085
29086 \backslash
29087 TabBesBeg[5]
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Standard
29096 \begin_inset Float table
29097 wide false
29098 sideways false
29099 status open
29100
29101 \begin_layout Plain Layout
29102 \begin_inset Caption Standard
29103
29104 \begin_layout Plain Layout
29105 \begin_inset CommandInset label
29106 LatexCommand label
29107 name "tab:図横幅広"
29108
29109 \end_inset
29110
29111 これは表
29112 \begin_inset CommandInset ref
29113 LatexCommand ref
29114 reference "tab:表横キャプション"
29115
29116 \end_inset
29117
29118 よりも幅広のキャプションです
29119 \end_layout
29120
29121 \end_inset
29122
29123
29124 \end_layout
29125
29126 \begin_layout Plain Layout
29127 \begin_inset Tabular
29128 <lyxtabular version="3" rows="4" columns="5">
29129 <features tabularvalignment="middle">
29130 <column alignment="center" valignment="top">
29131 <column alignment="center" valignment="top">
29132 <column alignment="center" valignment="top">
29133 <column alignment="center" valignment="top">
29134 <column alignment="center" valignment="top">
29135 <row>
29136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29137 \begin_inset Text
29138
29139 \begin_layout Plain Layout
29140 a
29141 \end_layout
29142
29143 \end_inset
29144 </cell>
29145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29146 \begin_inset Text
29147
29148 \begin_layout Plain Layout
29149
29150 \end_layout
29151
29152 \end_inset
29153 </cell>
29154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29155 \begin_inset Text
29156
29157 \begin_layout Plain Layout
29158 b
29159 \end_layout
29160
29161 \end_inset
29162 </cell>
29163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29164 \begin_inset Text
29165
29166 \begin_layout Plain Layout
29167
29168 \end_layout
29169
29170 \end_inset
29171 </cell>
29172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29173 \begin_inset Text
29174
29175 \begin_layout Plain Layout
29176 c
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 </row>
29182 <row>
29183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29184 \begin_inset Text
29185
29186 \begin_layout Plain Layout
29187
29188 \end_layout
29189
29190 \end_inset
29191 </cell>
29192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29193 \begin_inset Text
29194
29195 \begin_layout Plain Layout
29196 d
29197 \end_layout
29198
29199 \end_inset
29200 </cell>
29201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29211 \begin_inset Text
29212
29213 \begin_layout Plain Layout
29214 e
29215 \end_layout
29216
29217 \end_inset
29218 </cell>
29219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29220 \begin_inset Text
29221
29222 \begin_layout Plain Layout
29223
29224 \end_layout
29225
29226 \end_inset
29227 </cell>
29228 </row>
29229 <row>
29230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29231 \begin_inset Text
29232
29233 \begin_layout Plain Layout
29234 f
29235 \end_layout
29236
29237 \end_inset
29238 </cell>
29239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29240 \begin_inset Text
29241
29242 \begin_layout Plain Layout
29243
29244 \end_layout
29245
29246 \end_inset
29247 </cell>
29248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29249 \begin_inset Text
29250
29251 \begin_layout Plain Layout
29252 g
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29258 \begin_inset Text
29259
29260 \begin_layout Plain Layout
29261
29262 \end_layout
29263
29264 \end_inset
29265 </cell>
29266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29267 \begin_inset Text
29268
29269 \begin_layout Plain Layout
29270 h
29271 \end_layout
29272
29273 \end_inset
29274 </cell>
29275 </row>
29276 <row>
29277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29278 \begin_inset Text
29279
29280 \begin_layout Plain Layout
29281
29282 \end_layout
29283
29284 \end_inset
29285 </cell>
29286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Plain Layout
29290 i
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29296 \begin_inset Text
29297
29298 \begin_layout Plain Layout
29299
29300 \end_layout
29301
29302 \end_inset
29303 </cell>
29304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29305 \begin_inset Text
29306
29307 \begin_layout Plain Layout
29308 j
29309 \end_layout
29310
29311 \end_inset
29312 </cell>
29313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29314 \begin_inset Text
29315
29316 \begin_layout Plain Layout
29317
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 </row>
29323 </lyxtabular>
29324
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \begin_layout Standard
29336 \begin_inset ERT
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340
29341
29342 \backslash
29343 TabBesEnd
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352 \begin_inset ERT
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356
29357
29358 \backslash
29359 else
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \begin_inset Note Note
29366 status open
29367
29368 \begin_layout Plain Layout
29369 以下の部分は,\SpecialChar LaTeX
29370 パッケージ
29371 \series bold
29372 sidecap
29373 \series default
29374 が導入されていないときのみ表示されます.
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29384 パッケージ
29385 \series bold
29386 sidecap
29387 \series default
29388 を導入する必要があります.
29389 \end_layout
29390
29391 \begin_layout Standard
29392 \begin_inset ERT
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396
29397
29398 \backslash
29399 fi
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Section
29408 フロート一覧
29409 \begin_inset Index idx
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413 ふろーと@フロート ! ふろーといちらん@フロート一覧
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \begin_layout Standard
29422 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29423 \family sans
29424 挿入\SpecialChar menuseparator
29425 一覧/目次
29426 \family default
29427 メニューで挿入することができます.
29428 \end_layout
29429
29430 \begin_layout Standard
29431 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29432 \end_layout
29433
29434 \begin_layout Standard
29435 本文書の終わりに,図一覧と表一覧があります.
29436 \end_layout
29437
29438 \begin_layout Chapter
29439 註釈
29440 \end_layout
29441
29442 \begin_layout Section
29443 \SpecialChar LyX
29444 註釈
29445 \begin_inset Index idx
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449 ちゅうしゃく@註釈 ! \SpecialChar LyX
29450 のーと@\SpecialChar LyX
29451 ノート
29452 \end_layout
29453
29454 \end_inset
29455
29456
29457 \end_layout
29458
29459 \begin_layout Standard
29460 註釈は,ツールバーボタン
29461 \family sans
29462
29463 \begin_inset Info
29464 type  "icon"
29465 arg   "note-insert"
29466 \end_inset
29467
29468
29469 \family default
29470 か,
29471 \family sans
29472 挿入\SpecialChar menuseparator
29473 註釈
29474 \family default
29475 メニューで挿入することができます.註釈には,以下の三つの型があります.
29476 \end_layout
29477
29478 \begin_layout Description
29479 \SpecialChar LyX
29480 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29481 \begin_inset Newline newline
29482 \end_inset
29483
29484
29485 \begin_inset Newline newline
29486 \end_inset
29487
29488
29489 \begin_inset Graphics
29490         filename clipart/LyXNoteImage.png
29491         display false
29492         scale 50
29493         scaleBeforeRotation
29494
29495 \end_inset
29496
29497
29498 \begin_inset Note Note
29499 status open
29500
29501 \begin_layout Plain Layout
29502 これは,出力には現れない註釈ボックスに書かれた文章です.
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Description
29511 コメント この註釈も出力には現れませんが,
29512 \family sans
29513 ファイル\SpecialChar menuseparator
29514 書き出し\SpecialChar menuseparator
29515 LaTeX
29516 \begin_inset space ~
29517 \end_inset
29518
29519 (pdflatex) / (平文)
29520 \family default
29521  メニューを使って文書を\SpecialChar LaTeX
29522 にエクスポートする際には,\SpecialChar LaTeX
29523 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29524 \begin_inset Newline newline
29525 \end_inset
29526
29527
29528 \begin_inset Newline newline
29529 \end_inset
29530
29531
29532 \begin_inset Graphics
29533         filename clipart/CommentNoteImage.png
29534         display false
29535         scale 50
29536         scaleBeforeRotation
29537
29538 \end_inset
29539
29540  
29541 \begin_inset Note Comment
29542 status open
29543
29544 \begin_layout Plain Layout
29545 これは,\SpecialChar LaTeX
29546 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Description
29555 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29556 \begin_inset Newline newline
29557 \end_inset
29558
29559
29560 \begin_inset Newline newline
29561 \end_inset
29562
29563
29564 \begin_inset Graphics
29565         filename clipart/GreyedOutNoteImage.png
29566         display false
29567         scale 50
29568         scaleBeforeRotation
29569
29570 \end_inset
29571
29572
29573 \begin_inset Newline newline
29574 \end_inset
29575
29576
29577 \begin_inset ERT
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581
29582
29583 \backslash
29584 renewenvironment{lyxgreyedout}
29585 \end_layout
29586
29587 \begin_layout Plain Layout
29588
29589 {
29590 \backslash
29591 textcolor[gray]{0.8}
29592 \backslash
29593 bgroup}{
29594 \backslash
29595 egroup}
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \begin_inset Note Greyedout
29602 status open
29603
29604 \begin_layout Plain Layout
29605 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29606 \begin_inset Foot
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610 これは,淡色註釈内に脚註を用いた例です.
29611 \end_layout
29612
29613 \end_inset
29614
29615 です.
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \begin_inset ERT
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625
29626
29627 \backslash
29628 renewenvironment{lyxgreyedout}
29629 \end_layout
29630
29631 \begin_layout Plain Layout
29632
29633 {
29634 \backslash
29635 textcolor{blue}
29636 \backslash
29637 bgroup}{
29638 \backslash
29639 egroup}
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \begin_inset Note Note
29646 status open
29647
29648 \begin_layout Plain Layout
29649 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29650 本来の定義で表示されるように再定義さ
29651 れています.
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \begin_inset Newline newline
29658 \end_inset
29659
29660
29661 \begin_inset Newline newline
29662 \end_inset
29663
29664 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29665 \end_layout
29666
29667 \begin_layout Standard
29668 \begin_inset VSpace bigskip
29669 \end_inset
29670
29671 註釈を挿入するのにツールバーボタン
29672 \family sans
29673
29674 \begin_inset Info
29675 type  "icon"
29676 arg   "note-insert"
29677 \end_inset
29678
29679
29680 \family default
29681 を使用すると,
29682 \family sans
29683 \SpecialChar LyX
29684 註釈
29685 \family default
29686 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29687 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29688 さい.
29689 \end_layout
29690
29691 \begin_layout Standard
29692 \begin_inset VSpace bigskip
29693 \end_inset
29694
29695 淡色註釈の文字色は,
29696 \family sans
29697 文書\SpecialChar menuseparator
29698 設定\SpecialChar menuseparator
29699
29700 \family default
29701 メニューで変更することができます.
29702 \end_layout
29703
29704 \begin_layout Section
29705 脚註
29706 \begin_inset CommandInset label
29707 LatexCommand label
29708 name "sec:脚注"
29709
29710 \end_inset
29711
29712
29713 \begin_inset Index idx
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \begin_inset Index idx
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727 きゃくちゅう@脚註
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Standard
29736 脚註は,ツールバーボタン
29737 \family sans
29738
29739 \begin_inset Info
29740 type  "icon"
29741 arg   "footnote-insert"
29742 \end_inset
29743
29744
29745 \family default
29746 か,
29747 \family sans
29748 挿入\SpecialChar menuseparator
29749 脚註
29750 \family default
29751 メニューを使って挿入することができます.すると,脚註文を挿入したとこ
29752 \begin_inset Graphics
29753         filename clipart/footnote.png
29754         scale 95
29755         scaleBeforeRotation
29756
29757 \end_inset
29758
29759 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29760 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29761 \end_layout
29762
29763 \begin_layout Standard
29764 これが脚註の例です
29765 \begin_inset Foot
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769 \begin_inset CommandInset label
29770 LatexCommand label
29771 name "fn:これは脚注の一例"
29772
29773 \end_inset
29774
29775 これは脚註の一例です.
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \begin_inset ERT
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785
29786
29787 \backslash
29788 newcounter{MyRepeatFoot}
29789 \end_layout
29790
29791 \begin_layout Plain Layout
29792
29793
29794 \backslash
29795 setcounter{MyRepeatFoot}{
29796 \backslash
29797 thefootnote}
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29807 が計算を行い,連番が付けられます.
29808 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29809 \end_layout
29810
29811 \begin_layout Standard
29812 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29813 \begin_inset CommandInset ref
29814 LatexCommand ref
29815 reference "sec:フロートの参照"
29816
29817 \end_inset
29818
29819 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29820 \begin_inset Newline newline
29821 \end_inset
29822
29823 これは脚註
29824 \begin_inset CommandInset ref
29825 LatexCommand ref
29826 reference "fn:これは脚注の一例"
29827
29828 \end_inset
29829
29830 の相互参照です.
29831 \end_layout
29832
29833 \begin_layout Standard
29834 \begin_inset VSpace defskip
29835 \end_inset
29836
29837 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29838 \end_layout
29839
29840 \begin_layout Standard
29841 多頁表中の脚註は,第
29842 \begin_inset CommandInset ref
29843 LatexCommand ref
29844 reference "subsec:多頁表での脚注"
29845
29846 \end_inset
29847
29848 節で述べられています.
29849 \end_layout
29850
29851 \begin_layout Standard
29852 \begin_inset VSpace defskip
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Standard
29859 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
29860 \begin_inset CommandInset ref
29861 LatexCommand ref
29862 reference "sec:ミニページ"
29863
29864 \end_inset
29865
29866 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29867 コードで
29868 \series bold
29869
29870 \backslash
29871 footnotemark{}
29872 \series default
29873 コマンドを入れてください.脚註の本文は.表の後で\SpecialChar TeX
29874 コード
29875 \series bold
29876
29877 \backslash
29878 footnotetext
29879 \series default
29880 コマンドの引数として入力します
29881 \lang english
29882 minipage
29883 \lang japanese
29884
29885 \begin_inset Newline newline
29886 \end_inset
29887
29888 以下の表ではコマンド
29889 \begin_inset Newline newline
29890 \end_inset
29891
29892
29893 \series bold
29894
29895 \backslash
29896 footnotetext{
29897 \series default
29898 ミニページ外の脚註です.
29899 \series bold
29900 }
29901 \series default
29902
29903 \begin_inset Newline newline
29904 \end_inset
29905
29906 を用いています
29907 \lang english
29908 minipage
29909 \lang japanese
29910
29911 \end_layout
29912
29913 \begin_layout Standard
29914 \begin_inset Box Frameless
29915 position "t"
29916 hor_pos "c"
29917 has_inner_box 1
29918 inner_pos "t"
29919 use_parbox 0
29920 use_makebox 0
29921 width "100col%"
29922 special "none"
29923 height "1in"
29924 height_special "totalheight"
29925 thickness "0.4pt"
29926 separation "3pt"
29927 shadowsize "4pt"
29928 framecolor "black"
29929 backgroundcolor "none"
29930 status open
29931
29932 \begin_layout Plain Layout
29933 これはミニページ中の例文です.
29934 \begin_inset Foot
29935 status open
29936
29937 \begin_layout Plain Layout
29938 ミニページ中の脚註です.
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Plain Layout
29947 これはミニページ中の例文です.
29948 \begin_inset ERT
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952
29953
29954 \backslash
29955 footnotemark{}
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Standard
29969 \begin_inset ERT
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973
29974
29975 \backslash
29976 footnotetext{
29977 \end_layout
29978
29979 \end_inset
29980
29981 ミニページ外の脚註です.
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987 }
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \begin_inset VSpace defskip
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30001 コードでコマンド
30002 \series bold
30003
30004 \backslash
30005 footnotemark[番号]
30006 \series default
30007 を使用してください.
30008 \begin_inset Newline newline
30009 \end_inset
30010
30011 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30012 \begin_inset CommandInset ref
30013 LatexCommand ref
30014 reference "fn:これは脚注の一例"
30015
30016 \end_inset
30017
30018 の後に,\SpecialChar TeX
30019 コードで
30020 \end_layout
30021
30022 \begin_layout Standard
30023
30024 \series bold
30025
30026 \backslash
30027 newcounter{MyRepeatFoot}
30028 \begin_inset Newline newline
30029 \end_inset
30030
30031
30032 \backslash
30033 setcounter{MyRepeatFoot}{
30034 \backslash
30035 thefootnote}
30036 \end_layout
30037
30038 \begin_layout Standard
30039 というコマンドを挿入しています.そして脚註マークは,
30040 \end_layout
30041
30042 \begin_layout Standard
30043
30044 \series bold
30045
30046 \backslash
30047 footnotemark[
30048 \backslash
30049 theMyRepeatFoot]
30050 \end_layout
30051
30052 \begin_layout Standard
30053 で作成します.
30054 \end_layout
30055
30056 \begin_layout Standard
30057 これは繰り返し脚註の例です.
30058 \begin_inset ERT
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062
30063
30064 \backslash
30065 footnotemark[
30066 \backslash
30067 theMyRepeatFoot]
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \end_layout
30074
30075 \begin_layout Standard
30076 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30077 \end_layout
30078
30079 \begin_layout Standard
30080
30081 \series bold
30082
30083 \backslash
30084 footnotemark[
30085 \backslash
30086 thefootnote]
30087 \end_layout
30088
30089 \begin_layout Standard
30090 を使用してください.
30091 \end_layout
30092
30093 \begin_layout Standard
30094 これは繰り返し脚註の例です.
30095 \begin_inset ERT
30096 status collapsed
30097
30098 \begin_layout Plain Layout
30099
30100
30101 \backslash
30102 footnotemark[
30103 \backslash
30104 thefootnote]
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Subsection
30113 脚註の付番
30114 \begin_inset CommandInset label
30115 LatexCommand label
30116 name "subsec:脚注の付番"
30117
30118 \end_inset
30119
30120
30121 \begin_inset Index idx
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125 きゃくちゅう@脚註 ! ふばん@付番
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \end_layout
30132
30133 \begin_layout Standard
30134 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30135 \end_layout
30136
30137 \begin_layout Standard
30138
30139 \series bold
30140
30141 \backslash
30142 @addtoreset{footnote}{section}
30143 \end_layout
30144
30145 \begin_layout Standard
30146 というコマンドを加えてください.
30147 \end_layout
30148
30149 \begin_layout Standard
30150 \begin_inset VSpace bigskip
30151 \end_inset
30152
30153 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30154 \end_layout
30155
30156 \begin_layout Standard
30157
30158 \series bold
30159
30160 \backslash
30161 renewcommand{
30162 \backslash
30163 thefootnote}{
30164 \backslash
30165 roman{footnote}}
30166 \end_layout
30167
30168 \begin_layout Standard
30169 \begin_inset ERT
30170 status collapsed
30171
30172 \begin_layout Plain Layout
30173
30174
30175 \backslash
30176 renewcommand{
30177 \backslash
30178 thefootnote}{
30179 \backslash
30180 roman{footnote}}
30181 \end_layout
30182
30183 \end_inset
30184
30185 これは,ローマ数字を使った脚註です
30186 \begin_inset Foot
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190 これは,ローマ数字を使った脚註の例です.
30191 \end_layout
30192
30193 \end_inset
30194
30195
30196 \end_layout
30197
30198 \begin_layout Standard
30199 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30200 \series bold
30201
30202 \backslash
30203 roman
30204 \series default
30205
30206 \series bold
30207
30208 \backslash
30209 Roman
30210 \series default
30211 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30212 \series bold
30213
30214 \backslash
30215 Alph
30216 \series default
30217 または
30218 \series bold
30219
30220 \backslash
30221 alph
30222 \series default
30223 を使用してください.記号を使って付「番」するには,
30224 \series bold
30225
30226 \backslash
30227 fnsymbol
30228 \series default
30229 を使ってください.
30230 \end_layout
30231
30232 \begin_layout Standard
30233 \begin_inset Note Greyedout
30234 status open
30235
30236 \begin_layout Plain Layout
30237
30238 \series bold
30239 【註】
30240 \series default
30241 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \begin_inset Newline newline
30248 \end_inset
30249
30250
30251 \begin_inset Note Greyedout
30252 status open
30253
30254 \begin_layout Plain Layout
30255
30256 \series bold
30257 【註】
30258 \series default
30259 記号を使うと9個の脚註しか番号を振ることができません.
30260 \end_layout
30261
30262 \end_inset
30263
30264
30265 \end_layout
30266
30267 \begin_layout Standard
30268 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30269 \series bold
30270
30271 \backslash
30272 roman
30273 \series default
30274
30275 \series bold
30276
30277 \backslash
30278 arabic
30279 \series default
30280 に置き換えて使用してください.
30281 \begin_inset ERT
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286
30287 \backslash
30288 renewcommand{
30289 \backslash
30290 thefootnote}{
30291 \backslash
30292 arabic{footnote}}
30293 \end_layout
30294
30295 \end_inset
30296
30297
30298 \end_layout
30299
30300 \begin_layout Standard
30301 \begin_inset VSpace bigskip
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Standard
30308 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30309 \end_layout
30310
30311 \begin_layout Standard
30312
30313 \series bold
30314
30315 \backslash
30316 numberwithin{footnote}{chapter}
30317 \end_layout
30318
30319 \begin_layout Standard
30320 というコマンドを加えてください.
30321 \series bold
30322
30323 \backslash
30324 numberwithin
30325 \series default
30326 コマンドを使用できるようにするためには,文書設定の
30327 \family sans
30328 数式オプション
30329 \family default
30330 タブで
30331 \family sans
30332 AMS
30333 \begin_inset space ~
30334 \end_inset
30335
30336 mathパッケージを使う
30337 \family default
30338 オプションを有効にしてください.
30339 \end_layout
30340
30341 \begin_layout Standard
30342 \begin_inset ERT
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346
30347
30348 \backslash
30349 numberwithin{footnote}{chapter}
30350 \end_layout
30351
30352 \end_inset
30353
30354 これは,脚註のもう一つの例です
30355 \series bold
30356
30357 \begin_inset Foot
30358 status open
30359
30360 \begin_layout Plain Layout
30361
30362 \series bold
30363 これは,
30364 \series default
30365 「章番号.脚註番号」スキームで番号を振られた脚註です.
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \series default
30372
30373 \begin_inset ERT
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378
30379 \backslash
30380 renewcommand{
30381 \backslash
30382 thefootnote}{
30383 \backslash
30384 arabic{footnote}}
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Standard
30393 \begin_inset Note Greyedout
30394 status open
30395
30396 \begin_layout Plain Layout
30397
30398 \series bold
30399 【註】
30400 \backslash
30401 numberwithin
30402 \series default
30403 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 また,例えば「章番号.
30413 \backslash
30414 Roman{footnote}」スキームを得るには,
30415 \series bold
30416
30417 \backslash
30418 numberwithin
30419 \series default
30420 の代わりに以下のコマンドを使用してください.
30421 \end_layout
30422
30423 \begin_layout Standard
30424
30425 \series bold
30426
30427 \backslash
30428 renewcommand{
30429 \backslash
30430 thefootnote}{
30431 \backslash
30432 thechapter.
30433 \backslash
30434 Roman{footnote}}
30435 \end_layout
30436
30437 \begin_layout Subsection
30438 脚註の配置
30439 \begin_inset Index idx
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443 きゃくちゅう@脚註 ! はいち@配置
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \begin_layout Standard
30452 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30453 ブルに足して,1.5
30454 \begin_inset space \thinspace{}
30455 \end_inset
30456
30457 mmの余白を追加することもできます.
30458 \end_layout
30459
30460 \begin_layout Standard
30461
30462 \series bold
30463
30464 \backslash
30465 let
30466 \backslash
30467 myFoot
30468 \backslash
30469 footnote
30470 \begin_inset Newline newline
30471 \end_inset
30472
30473
30474 \backslash
30475 renewcommand{
30476 \backslash
30477 footnote}[1]{
30478 \backslash
30479 myFoot{#1
30480 \backslash
30481 vspace{1.5mm}}}
30482 \end_layout
30483
30484 \begin_layout Standard
30485 \begin_inset VSpace bigskip
30486 \end_inset
30487
30488 二段組文書では,脚註は各段底部に表示されます(図
30489 \begin_inset CommandInset ref
30490 LatexCommand ref
30491 reference "fig:標準的脚注配置"
30492
30493 \end_inset
30494
30495 ).図
30496 \begin_inset CommandInset ref
30497 LatexCommand ref
30498 reference "fig:ftnright脚注配置"
30499
30500 \end_inset
30501
30502 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30503 \end_layout
30504
30505 \begin_layout Standard
30506
30507 \series bold
30508
30509 \backslash
30510 usepackage{ftnright}
30511 \end_layout
30512
30513 \begin_layout Standard
30514 というコマンドを書いて,\SpecialChar LaTeX
30515 パッケージ
30516 \series bold
30517 ftnright
30518 \series default
30519
30520 \begin_inset Index idx
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524 \SpecialChar LaTeX
30525 ぱっけーじ@\SpecialChar LaTeX
30526 パッケージ ! ftnright
30527 \end_layout
30528
30529 \end_inset
30530
30531 を読み込みます.
30532 \begin_inset Float figure
30533 placement !h
30534 wide false
30535 sideways false
30536 status open
30537
30538 \begin_layout Plain Layout
30539 \noindent
30540 \align center
30541 \begin_inset Box Boxed
30542 position "t"
30543 hor_pos "c"
30544 has_inner_box 0
30545 inner_pos "t"
30546 use_parbox 0
30547 use_makebox 0
30548 width ""
30549 special "none"
30550 height "1in"
30551 height_special "totalheight"
30552 thickness "0.4pt"
30553 separation "3pt"
30554 shadowsize "4pt"
30555 framecolor "black"
30556 backgroundcolor "none"
30557 status open
30558
30559 \begin_layout Plain Layout
30560 \begin_inset Graphics
30561         filename ../clipart/without_fntright.pdf
30562         width 100col%
30563         scaleBeforeRotation
30564
30565 \end_inset
30566
30567
30568 \end_layout
30569
30570 \end_inset
30571
30572
30573 \end_layout
30574
30575 \begin_layout Plain Layout
30576 \begin_inset Caption Standard
30577
30578 \begin_layout Plain Layout
30579 \begin_inset CommandInset label
30580 LatexCommand label
30581 name "fig:標準的脚注配置"
30582
30583 \end_inset
30584
30585 二段組文書の標準的な脚註配置
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Standard
30599 \begin_inset Float figure
30600 placement !h
30601 wide false
30602 sideways false
30603 status open
30604
30605 \begin_layout Plain Layout
30606 \noindent
30607 \align center
30608 \begin_inset Box Boxed
30609 position "t"
30610 hor_pos "c"
30611 has_inner_box 0
30612 inner_pos "t"
30613 use_parbox 0
30614 use_makebox 0
30615 width ""
30616 special "none"
30617 height "1in"
30618 height_special "totalheight"
30619 thickness "0.4pt"
30620 separation "3pt"
30621 shadowsize "4pt"
30622 framecolor "black"
30623 backgroundcolor "none"
30624 status open
30625
30626 \begin_layout Plain Layout
30627 \begin_inset Graphics
30628         filename ../clipart/with_fntright.pdf
30629         width 100col%
30630         scaleBeforeRotation
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \begin_layout Plain Layout
30643 \begin_inset Caption Standard
30644
30645 \begin_layout Plain Layout
30646 \begin_inset CommandInset label
30647 LatexCommand label
30648 name "fig:ftnright脚注配置"
30649
30650 \end_inset
30651
30652 \SpecialChar LaTeX
30653 パッケージ
30654 \series bold
30655 ftnright
30656 \series default
30657 を使用したときの二段組文書の脚註配置
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \end_layout
30669
30670 \begin_layout Standard
30671 \begin_inset VSpace bigskip
30672 \end_inset
30673
30674 科学的文献においては,図
30675 \begin_inset CommandInset ref
30676 LatexCommand ref
30677 reference "fig:後註"
30678
30679 \end_inset
30680
30681 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30682 \begin_inset Index idx
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686 こちゆう@後註
30687 \end_layout
30688
30689 \end_inset
30690
30691 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30692 \family sans
30693 文書\SpecialChar menuseparator
30694 設定\SpecialChar menuseparator
30695 モジュール
30696 \family default
30697 メニューで
30698 \family sans
30699 脚註から後註へ
30700 \family default
30701 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30702 コードで
30703 \end_layout
30704
30705 \begin_layout Standard
30706
30707 \series bold
30708
30709 \backslash
30710 theendnotes
30711 \end_layout
30712
30713 \begin_layout Standard
30714 というコマンドを挿入してください.
30715 \end_layout
30716
30717 \begin_layout Standard
30718 \begin_inset Float figure
30719 wide false
30720 sideways false
30721 status open
30722
30723 \begin_layout Plain Layout
30724 \align center
30725 \begin_inset Box Boxed
30726 position "t"
30727 hor_pos "c"
30728 has_inner_box 0
30729 inner_pos "t"
30730 use_parbox 0
30731 use_makebox 0
30732 width ""
30733 special "none"
30734 height "1in"
30735 height_special "totalheight"
30736 thickness "0.4pt"
30737 separation "3pt"
30738 shadowsize "4pt"
30739 framecolor "black"
30740 backgroundcolor "none"
30741 status open
30742
30743 \begin_layout Plain Layout
30744 \begin_inset Graphics
30745         filename ../clipart/endnotes.pdf
30746         width 100col%
30747         scaleBeforeRotation
30748
30749 \end_inset
30750
30751
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \end_layout
30758
30759 \begin_layout Plain Layout
30760 \begin_inset Caption Standard
30761
30762 \begin_layout Plain Layout
30763 \begin_inset CommandInset label
30764 LatexCommand label
30765 name "fig:後註"
30766
30767 \end_inset
30768
30769 後註 – 注を節ないし章末に別段落として印字します.
30770 \end_layout
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \end_layout
30781
30782 \begin_layout Standard
30783 \begin_inset VSpace medskip
30784 \end_inset
30785
30786 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30787 \end_layout
30788
30789 \begin_layout Standard
30790
30791 \series bold
30792
30793 \backslash
30794 renewcommand{
30795 \backslash
30796 notesname}{Anmerkungen}
30797 \end_layout
30798
30799 \begin_layout Standard
30800 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30801 \end_layout
30802
30803 \begin_layout Standard
30804 \begin_inset VSpace medskip
30805 \end_inset
30806
30807
30808 \begin_inset CommandInset ref
30809 LatexCommand ref
30810 reference "subsec:脚注の付番"
30811
30812 \end_inset
30813
30814 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30815 \series bold
30816
30817 \backslash
30818 thefootnote
30819 \series default
30820 コマンドの代わりに
30821 \series bold
30822
30823 \backslash
30824 theendnote
30825 \series default
30826 を用いてください.後註番号をリセットするには,第
30827 \begin_inset CommandInset ref
30828 LatexCommand ref
30829 reference "subsec:脚注の付番"
30830
30831 \end_inset
30832
30833 節で述べたコマンド
30834 \series bold
30835
30836 \backslash
30837 @addtoreset
30838 \series default
30839 の,パラメータ
30840 \series bold
30841 footnote
30842 \series default
30843
30844 \series bold
30845 endnote
30846 \series default
30847 に変えて,使用してください.
30848 \end_layout
30849
30850 \begin_layout Standard
30851 後註の印だけを作成するには,第
30852 \begin_inset CommandInset ref
30853 LatexCommand ref
30854 reference "sec:脚注"
30855
30856 \end_inset
30857
30858 節で説明した
30859 \series bold
30860
30861 \backslash
30862 footnotemark
30863 \series default
30864 コマンドの代わりに,
30865 \series bold
30866
30867 \backslash
30868 endnotemark[番号]
30869 \series default
30870 コマンドを使用してください.
30871 \end_layout
30872
30873 \begin_layout Standard
30874 \begin_inset VSpace bigskip
30875 \end_inset
30876
30877 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
30878 パッケージ
30879 \series bold
30880 footmisc
30881 \series default
30882
30883 \begin_inset Index idx
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887 \SpecialChar LaTeX
30888 ぱっけーじ@\SpecialChar LaTeX
30889 パッケージ ! footmisc
30890 \end_layout
30891
30892 \end_inset
30893
30894
30895 \begin_inset CommandInset citation
30896 LatexCommand cite
30897 key "footmisc"
30898 literal "true"
30899
30900 \end_inset
30901
30902 を参照してください.
30903 \end_layout
30904
30905 \begin_layout Standard
30906 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
30907 関連書籍
30908 \begin_inset CommandInset citation
30909 LatexCommand cite
30910 key "latexcompanion,latexguide,latexbook"
30911 literal "true"
30912
30913 \end_inset
30914
30915 に載っています.
30916 \series bold
30917 KOMA-Script
30918 \series default
30919
30920 \begin_inset Index idx
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924 \SpecialChar LaTeX
30925 ぱっけーじ@\SpecialChar LaTeX
30926 パッケージ ! KOMA-Script
30927 \end_layout
30928
30929 \end_inset
30930
30931 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
30932 \begin_inset CommandInset citation
30933 LatexCommand cite
30934 key "KOMA-Script"
30935 literal "true"
30936
30937 \end_inset
30938
30939 参照).
30940 \end_layout
30941
30942 \begin_layout Section
30943 傍註
30944 \begin_inset Index idx
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Standard
30957 \SpecialChar LyX
30958 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
30959 \family sans
30960 挿入\SpecialChar menuseparator
30961 傍註
30962 \family default
30963 メニューかツールバーボタン
30964 \family sans
30965
30966 \begin_inset Info
30967 type  "icon"
30968 arg   "marginalnote-insert"
30969 \end_inset
30970
30971
30972 \family default
30973 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
30974 \end_layout
30975
30976 \begin_layout Standard
30977 横にあるのが傍註です
30978 \begin_inset Marginal
30979 status open
30980
30981 \begin_layout Plain Layout
30982 これは傍註文です.
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Standard
30991 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
30992 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
30993 \end_layout
30994
30995 \begin_layout Standard
30996 \begin_inset VSpace bigskip
30997 \end_inset
30998
30999 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
31000 コードで
31001 \end_layout
31002
31003 \begin_layout Standard
31004
31005 \series bold
31006
31007 \backslash
31008 reversemarginpar
31009 \end_layout
31010
31011 \begin_layout Standard
31012 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018
31019 \backslash
31020 reversemarginpar 
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \begin_inset Marginal
31027 status open
31028
31029 \begin_layout Plain Layout
31030 これは内側余白の傍註です.
31031 \end_layout
31032
31033 \end_inset
31034
31035
31036 \series bold
31037
31038 \begin_inset Newline newline
31039 \end_inset
31040
31041
31042 \series default
31043
31044 \begin_inset Note Greyedout
31045 status open
31046
31047 \begin_layout Plain Layout
31048
31049 \series bold
31050 【註】
31051 \series default
31052 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 既定の配置に戻すには,\SpecialChar TeX
31062 コードで
31063 \end_layout
31064
31065 \begin_layout Standard
31066
31067 \series bold
31068
31069 \backslash
31070 normalmarginpar
31071 \end_layout
31072
31073 \begin_layout Standard
31074 というコマンドを書き加えてください.
31075 \begin_inset ERT
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079
31080
31081 \backslash
31082 normalmarginpar 
31083 \end_layout
31084
31085 \end_inset
31086
31087  
31088 \begin_inset Note Greyedout
31089 status open
31090
31091 \begin_layout Plain Layout
31092
31093 \series bold
31094 【註】
31095 \backslash
31096 reversemarginpar
31097 \series default
31098 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset VSpace bigskip
31108 \end_inset
31109
31110
31111 \begin_inset Marginal
31112 status open
31113
31114 \begin_layout Plain Layout
31115 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \begin_inset CommandInset ref
31122 LatexCommand ref
31123 reference "subsec:複数行"
31124
31125 \end_inset
31126
31127 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31128 \begin_inset space \thinspace{}
31129 \end_inset
31130
31131 pt水平空白を挿入してください 
31132 \begin_inset Marginal
31133 status open
31134
31135 \begin_layout Plain Layout
31136 \begin_inset space \hspace*{}
31137 \length 0pt
31138 \end_inset
31139
31140 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31141 \end_layout
31142
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \begin_layout Standard
31149 \begin_inset VSpace bigskip
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \begin_layout Standard
31156 \begin_inset Note Greyedout
31157 status open
31158
31159 \begin_layout Plain Layout
31160
31161 \series bold
31162 【註】
31163 \series default
31164 通常,傍註は表やフロート,脚註の中では使用することができません.
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Standard
31173 \begin_inset VSpace bigskip
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset ERT
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184
31185
31186 \backslash
31187 ifmarginnote
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \begin_inset Note Note
31194 status open
31195
31196 \begin_layout Plain Layout
31197 以下の部分は,\SpecialChar LaTeX
31198 パッケージ
31199 \series bold
31200 marginnote
31201 \series default
31202 が導入されているときのみ表示されます.
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \end_layout
31209
31210 \begin_layout Standard
31211 この制約は,\SpecialChar LaTeX
31212 パッケージ
31213 \series bold
31214 marginnote
31215 \series default
31216
31217 \begin_inset Index idx
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221 \SpecialChar LaTeX
31222 ぱっけーじ@\SpecialChar LaTeX
31223 パッケージ ! marginnote
31224 \end_layout
31225
31226 \end_inset
31227
31228 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31229 が傍註に使うコマンドが再定義されて,
31230 \series bold
31231 marginnote
31232 \series default
31233 パッケージが提供するコマンドを使うようになります.
31234 \end_layout
31235
31236 \begin_layout Standard
31237
31238 \series bold
31239
31240 \backslash
31241 usepackage{marginnote}
31242 \begin_inset Newline newline
31243 \end_inset
31244
31245
31246 \backslash
31247 let
31248 \backslash
31249 marginpar
31250 \backslash
31251 marginnote
31252 \end_layout
31253
31254 \begin_layout Standard
31255
31256 \series bold
31257 marginnote
31258 \series default
31259 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31260 \series bold
31261 marginnote
31262 \series default
31263 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31264 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31265 中の傍註の後ろに\SpecialChar TeX
31266 コードで直接
31267 \end_layout
31268
31269 \begin_layout Standard
31270
31271 \series bold
31272 [オフセット]
31273 \end_layout
31274
31275 \begin_layout Standard
31276 という形で書くことで設定することができます.ここで「オフセット」には,表
31277 \begin_inset CommandInset ref
31278 LatexCommand ref
31279 reference "tab:単位"
31280
31281 \end_inset
31282
31283 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31284 コードコマンド「
31285 \series bold
31286 [-1.5cm]
31287 \series default
31288 」を使用して,1.5
31289 \begin_inset space \thinspace{}
31290 \end_inset
31291
31292 cm上にずらしてあります
31293 \begin_inset Marginal
31294 status open
31295
31296 \begin_layout Plain Layout
31297 この傍註は,本来の位置よりも1.5
31298 \begin_inset space \thinspace{}
31299 \end_inset
31300
31301 cm上にずらしてあります.
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \begin_inset ERT
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311
31312 [-1.5cm]
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \end_layout
31319
31320 \begin_layout Standard
31321 \begin_inset VSpace medskip
31322 \end_inset
31323
31324
31325 \series bold
31326 marginnote
31327 \series default
31328 を使うと,傍註の揃えを変更することもできます.たとえば,
31329 \end_layout
31330
31331 \begin_layout Standard
31332
31333 \series bold
31334
31335 \backslash
31336 renewcommand*{
31337 \backslash
31338 raggedleftmarginnote}{
31339 \backslash
31340 centering}
31341 \begin_inset Newline newline
31342 \end_inset
31343
31344
31345 \backslash
31346 renewcommand*{
31347 \backslash
31348 raggedrightmarginnote}{
31349 \backslash
31350 centering}
31351 \end_layout
31352
31353 \begin_layout Standard
31354 というコマンドを使うと,中央揃えになります.
31355 \series bold
31356
31357 \backslash
31358 raggedleftmarginnote
31359 \series default
31360 とは,左側に表示されている傍註のことを指します
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366
31367 \backslash
31368 renewcommand*{
31369 \backslash
31370 raggedleftmarginnote}{
31371 \backslash
31372 centering}
31373 \end_layout
31374
31375 \begin_layout Plain Layout
31376
31377
31378 \backslash
31379 renewcommand*{
31380 \backslash
31381 raggedrightmarginnote}{
31382 \backslash
31383 centering}
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset Marginal
31390 status open
31391
31392 \begin_layout Plain Layout
31393 この傍註の文章は中央揃えになっています.
31394 \end_layout
31395
31396 \end_inset
31397
31398 .既定の設定は,
31399 \end_layout
31400
31401 \begin_layout Standard
31402
31403 \series bold
31404
31405 \backslash
31406 renewcommand*{
31407 \backslash
31408 raggedleftmarginnote}{
31409 \backslash
31410 raggedleft}
31411 \begin_inset Newline newline
31412 \end_inset
31413
31414
31415 \backslash
31416 renewcommand*{
31417 \backslash
31418 raggedrightmarginnote}{
31419 \backslash
31420 raggedright}
31421 \series default
31422
31423 \begin_inset ERT
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427
31428
31429 \backslash
31430 renewcommand*{
31431 \backslash
31432 raggedleftmarginnote}{
31433 \backslash
31434 raggedleft}
31435 \end_layout
31436
31437 \begin_layout Plain Layout
31438
31439
31440 \backslash
31441 renewcommand*{
31442 \backslash
31443 raggedrightmarginnote}{
31444 \backslash
31445 raggedright}
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 です.
31455 \end_layout
31456
31457 \begin_layout Standard
31458 \begin_inset VSpace medskip
31459 \end_inset
31460
31461
31462 \series bold
31463 marginnote
31464 \series default
31465 の他の機能については,
31466 \begin_inset CommandInset citation
31467 LatexCommand cite
31468 key "marginnote"
31469 literal "true"
31470
31471 \end_inset
31472
31473 の取扱説明書をご参照ください.
31474 \end_layout
31475
31476 \begin_layout Standard
31477 \begin_inset VSpace bigskip
31478 \end_inset
31479
31480 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31481 \family sans
31482 \series bold
31483 \bar under
31484 注意!
31485 \family default
31486 \series default
31487 \bar default
31488 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31489 \end_layout
31490
31491 \begin_layout Standard
31492
31493 \series bold
31494
31495 \backslash
31496 let
31497 \backslash
31498 myMarginpar
31499 \backslash
31500 marginpar
31501 \begin_inset Newline newline
31502 \end_inset
31503
31504
31505 \backslash
31506 renewcommand{
31507 \backslash
31508 marginpar}[1]{
31509 \backslash
31510 myMarginpar{%
31511 \begin_inset Newline newline
31512 \end_inset
31513
31514
31515 \begin_inset Phantom HPhantom
31516 status open
31517
31518 \begin_layout Plain Layout
31519
31520 \series bold
31521 \begin_inset space ~
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \end_inset
31528
31529
31530 \backslash
31531 hspace{0pt}
31532 \backslash
31533 textsf{
31534 \backslash
31535 textbf{
31536 \backslash
31537 underbar{注意!}}}%
31538 \begin_inset Newline newline
31539 \end_inset
31540
31541
31542 \begin_inset Phantom HPhantom
31543 status open
31544
31545 \begin_layout Plain Layout
31546
31547 \series bold
31548 \begin_inset space ~
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \end_inset
31555
31556
31557 \backslash
31558 vspace{1.5mm}
31559 \backslash
31560
31561 \backslash
31562 #1}}
31563 \end_layout
31564
31565 \begin_layout Standard
31566 \begin_inset ERT
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570
31571
31572 \backslash
31573 let
31574 \backslash
31575 myMarginpar
31576 \backslash
31577 marginpar
31578 \end_layout
31579
31580 \begin_layout Plain Layout
31581
31582
31583 \backslash
31584 renewcommand{
31585 \backslash
31586 marginpar}[1]{
31587 \backslash
31588 myMarginpar{%
31589 \end_layout
31590
31591 \begin_layout Plain Layout
31592
31593    
31594 \backslash
31595 textsf{
31596 \backslash
31597 textbf{
31598 \backslash
31599 underbar{注意!}}}%
31600 \end_layout
31601
31602 \begin_layout Plain Layout
31603
31604    
31605 \backslash
31606 vspace{1.5mm}
31607 \backslash
31608
31609 \backslash
31610 #1}}
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \begin_inset Marginal
31617 status open
31618
31619 \begin_layout Plain Layout
31620 これは,定義したヘッダをつけた傍註です.
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631 [-1.5cm]
31632 \end_layout
31633
31634 \end_inset
31635
31636
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 renewcommand{
31645 \backslash
31646 marginpar}[1]{
31647 \backslash
31648 myMarginpar{#1}}
31649 \end_layout
31650
31651 \end_inset
31652
31653
31654 \begin_inset Note Note
31655 status open
31656
31657 \begin_layout Plain Layout
31658 傍註書式は,この例の分だけ変更してあります.
31659 \end_layout
31660
31661 \end_inset
31662
31663
31664 \end_layout
31665
31666 \begin_layout Standard
31667 \begin_inset ERT
31668 status collapsed
31669
31670 \begin_layout Plain Layout
31671
31672
31673 \backslash
31674 else
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset Note Note
31681 status open
31682
31683 \begin_layout Plain Layout
31684 以下の部分は,\SpecialChar LaTeX
31685 パッケージ
31686 \series bold
31687 marginnote
31688 \series default
31689 が導入されていないときのみ表示されます.
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Standard
31698 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31699 パッケージ
31700 \series bold
31701 marginnote
31702 \series default
31703 を導入する必要があります.
31704 \end_layout
31705
31706 \begin_layout Standard
31707 \begin_inset ERT
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711
31712
31713 \backslash
31714 fi
31715 \end_layout
31716
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \begin_layout Chapter
31723 ボックス
31724 \end_layout
31725
31726 \begin_layout Section
31727 はじめに
31728 \begin_inset Index idx
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732 ぼっくす@ボックス ! はじめに
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Standard
31741 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31742 \begin_inset CommandInset ref
31743 LatexCommand ref
31744 reference "sec:ミニページ"
31745
31746 \end_inset
31747
31748 節参照),文章を囲ったり(第
31749 \begin_inset CommandInset ref
31750 LatexCommand ref
31751 reference "sec:装飾"
31752
31753 \end_inset
31754
31755 節参照),単語がハイフネートされるのを予防したり(第
31756 \begin_inset CommandInset ref
31757 LatexCommand ref
31758 reference "sec:ハイフネーションの回避"
31759
31760 \end_inset
31761
31762 節参照),文章を揃えたり(第
31763 \begin_inset CommandInset ref
31764 LatexCommand ref
31765 reference "subsec:垂直揃え"
31766
31767 \end_inset
31768
31769 節参照),あるいは文章の背景色を設定したり(第
31770 \begin_inset CommandInset ref
31771 LatexCommand ref
31772 reference "sec:色付きボックス"
31773
31774 \end_inset
31775
31776 節参照)するのに使用します.
31777 \end_layout
31778
31779 \begin_layout Standard
31780 ボックスは,
31781 \family sans
31782 挿入\SpecialChar menuseparator
31783 ボックス
31784 \family default
31785 メニューかツールバーボタン
31786 \family sans
31787
31788 \begin_inset Info
31789 type  "icon"
31790 arg   "box-insert Frameless"
31791 \end_inset
31792
31793
31794 \family default
31795 を使って挿入することができます.すると,
31796 \begin_inset Graphics
31797         filename clipart/BoxInsetDefault.png
31798         scale 95
31799         scaleBeforeRotation
31800
31801 \end_inset
31802
31803 のように
31804 \family sans
31805 ボックス(minipage環境)
31806 \family default
31807 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31808 \family sans
31809 設定
31810 \family default
31811 メニューを選択すると現れるボックスダイアログでは,
31812 \family sans
31813 parboxコマンド
31814 \family default
31815
31816 \family sans
31817 minipage環境
31818 \family default
31819 の二つの
31820 \family sans
31821 内部ボックス
31822 \family default
31823 型を選択することができます.
31824 \family sans
31825 minipage
31826 \family default
31827 型は,新規ボックスの既定値となっており,第
31828 \begin_inset CommandInset ref
31829 LatexCommand ref
31830 reference "sec:ミニページ"
31831
31832 \end_inset
31833
31834 節で説明します.
31835 \family sans
31836 parbox
31837 \family default
31838 型については第
31839 \begin_inset CommandInset ref
31840 LatexCommand ref
31841 reference "sec:Parboxes"
31842
31843 \end_inset
31844
31845 節,
31846 \family sans
31847 makebox
31848 \family default
31849 型については第
31850 \begin_inset CommandInset ref
31851 LatexCommand ref
31852 reference "sec:ハイフネーションの回避"
31853
31854 \end_inset
31855
31856 節で述べます.
31857 \end_layout
31858
31859 \begin_layout Standard
31860 ボックスは付番されないので,フロートや脚註のように参照することはできません.
31861 \end_layout
31862
31863 \begin_layout Standard
31864 \begin_inset Note Greyedout
31865 status open
31866
31867 \begin_layout Plain Layout
31868
31869 \series bold
31870 【註】
31871 \series default
31872 ボックスは,
31873 \family sans
31874 箇条書き(記号)
31875 \family default
31876 環境や
31877 \family sans
31878 箇条書き(記述)
31879 \family default
31880 環境の単独要素とすべきではありません.
31881 \end_layout
31882
31883 \end_inset
31884
31885
31886 \end_layout
31887
31888 \begin_layout Standard
31889 \begin_inset Note Greyedout
31890 status open
31891
31892 \begin_layout Plain Layout
31893
31894 \series bold
31895 【註】
31896 \series default
31897 理由は不明ですが,枠付きボックスを使用している場合には,
31898 \family sans
31899 内部ボックス
31900 \family default
31901 型は
31902 \family sans
31903 なし
31904 \family default
31905 にしか設定することができません.
31906 \family sans
31907 内部ボックス
31908 \family default
31909 型や枠のないボックスについては,第
31910 \begin_inset CommandInset ref
31911 LatexCommand ref
31912 reference "sec:ハイフネーションの回避"
31913
31914 \end_inset
31915
31916 節で説明します.
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Section
31925 ボックスダイアログ
31926 \begin_inset CommandInset label
31927 LatexCommand label
31928 name "sec:ボックスダイアログ"
31929
31930 \end_inset
31931
31932
31933 \begin_inset Index idx
31934 status collapsed
31935
31936 \begin_layout Plain Layout
31937 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
31938 \end_layout
31939
31940 \end_inset
31941
31942
31943 \end_layout
31944
31945 \begin_layout Subsection
31946 寸法
31947 \begin_inset Index idx
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951 ぼっくす@ボックス ! すんぽう@寸法
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \end_layout
31958
31959 \begin_layout Standard
31960 ボックスダイアログでは,
31961 \family sans
31962
31963 \family default
31964
31965 \family sans
31966 高さ
31967 \family default
31968 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
31969 \begin_inset CommandInset ref
31970 LatexCommand ref
31971 reference "tab:単位"
31972
31973 \end_inset
31974
31975 に説明されています.
31976 \family sans
31977 高さ
31978 \family default
31979 フィールドには,加えて以下の寸法を使用することができます.
31980 \end_layout
31981
31982 \begin_layout Description
31983 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
31984 \begin_inset Newline newline
31985 \end_inset
31986
31987
31988 \begin_inset Newline newline
31989 \end_inset
31990
31991
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995
31996 \begin_inset Box Boxed
31997 position "c"
31998 hor_pos "c"
31999 has_inner_box 1
32000 inner_pos "c"
32001 use_parbox 0
32002 use_makebox 0
32003 width "12col%"
32004 special "none"
32005 height "1in"
32006 height_special "depth"
32007 thickness "0.4pt"
32008 separation "3pt"
32009 shadowsize "4pt"
32010 framecolor "black"
32011 backgroundcolor "none"
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015 \align center
32016 高さを1階層に設定したボックス
32017 \end_layout
32018
32019 \end_inset
32020
32021
32022 \begin_inset Newline newline
32023 \end_inset
32024
32025
32026 \begin_inset Newline newline
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Description
32033 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32034 \begin_inset Box Boxed
32035 position "c"
32036 hor_pos "c"
32037 has_inner_box 1
32038 inner_pos "c"
32039 use_parbox 0
32040 use_makebox 0
32041 width "20col%"
32042 special "none"
32043 height "2in"
32044 height_special "height"
32045 thickness "0.4pt"
32046 separation "3pt"
32047 shadowsize "4pt"
32048 framecolor "black"
32049 backgroundcolor "none"
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053 \align center
32054 高さを2高さに設定したボックス
32055 \end_layout
32056
32057 \end_inset
32058
32059
32060 \end_layout
32061
32062 \begin_layout Description
32063 全高 これは「高さ」+「階層」です.
32064 \begin_inset Box Boxed
32065 position "c"
32066 hor_pos "c"
32067 has_inner_box 1
32068 inner_pos "c"
32069 use_parbox 0
32070 use_makebox 0
32071 width "20col%"
32072 special "none"
32073 height "1in"
32074 height_special "totalheight"
32075 thickness "0.4pt"
32076 separation "3pt"
32077 shadowsize "4pt"
32078 framecolor "black"
32079 backgroundcolor "none"
32080 status collapsed
32081
32082 \begin_layout Plain Layout
32083 \align center
32084 高さを1全高に設定したボックス
32085 \end_layout
32086
32087 \end_inset
32088
32089
32090 \end_layout
32091
32092 \begin_layout Description
32093 幅 これはボックスの幅を高さに設定します.
32094 \begin_inset Box Boxed
32095 position "c"
32096 hor_pos "c"
32097 has_inner_box 1
32098 inner_pos "c"
32099 use_parbox 0
32100 use_makebox 0
32101 width "12col%"
32102 special "none"
32103 height "1in"
32104 height_special "width"
32105 thickness "0.4pt"
32106 separation "3pt"
32107 shadowsize "4pt"
32108 framecolor "black"
32109 backgroundcolor "none"
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 \align center
32114 高さを1幅に設定したボックス
32115 \end_layout
32116
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \begin_layout Subsection
32123 文字揃え
32124 \begin_inset Index idx
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128 ぼっくす@ボックス ! もじそろえ@文字揃え
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137
32138 \family sans
32139 内部ボックス
32140 \family default
32141 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32142 \end_layout
32143
32144 \begin_layout Description
32145 上 これは例示のための本文行です.
32146 \begin_inset Box Boxed
32147 position "t"
32148 hor_pos "c"
32149 has_inner_box 1
32150 inner_pos "c"
32151 use_parbox 0
32152 use_makebox 0
32153 width "12col%"
32154 special "none"
32155 height "1in"
32156 height_special "totalheight"
32157 thickness "0.4pt"
32158 separation "3pt"
32159 shadowsize "4pt"
32160 framecolor "black"
32161 backgroundcolor "none"
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165 \align center
32166 このボックスは上揃えです.
32167 \end_layout
32168
32169 \end_inset
32170
32171 これは例示のための本文行です.
32172 \end_layout
32173
32174 \begin_layout Description
32175 中央 これは例示のための本文行です.
32176 \begin_inset Box Boxed
32177 position "c"
32178 hor_pos "c"
32179 has_inner_box 1
32180 inner_pos "c"
32181 use_parbox 0
32182 use_makebox 0
32183 width "12col%"
32184 special "none"
32185 height "1in"
32186 height_special "totalheight"
32187 thickness "0.4pt"
32188 separation "3pt"
32189 shadowsize "4pt"
32190 framecolor "black"
32191 backgroundcolor "none"
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195 \align center
32196 このボックスは中央揃えです.
32197 \end_layout
32198
32199 \end_inset
32200
32201 これは例示のための本文行です.
32202 \end_layout
32203
32204 \begin_layout Description
32205 下 これは例示のための本文行です.
32206 \begin_inset Box Boxed
32207 position "b"
32208 hor_pos "c"
32209 has_inner_box 1
32210 inner_pos "c"
32211 use_parbox 0
32212 use_makebox 0
32213 width "12col%"
32214 special "none"
32215 height "1in"
32216 height_special "totalheight"
32217 thickness "0.4pt"
32218 separation "3pt"
32219 shadowsize "4pt"
32220 framecolor "black"
32221 backgroundcolor "none"
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225 \align center
32226 このボックスは下揃えです.
32227 \end_layout
32228
32229 \end_inset
32230
32231 これは例示のための本文行です.
32232 \end_layout
32233
32234 \begin_layout Standard
32235 \begin_inset Note Greyedout
32236 status open
32237
32238 \begin_layout Plain Layout
32239
32240 \series bold
32241 【註】
32242 \series default
32243 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \begin_layout Standard
32252 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32253 の段落ダイアログから設定できます.
32254 \end_layout
32255
32256 \begin_layout Standard
32257 \begin_inset VSpace bigskip
32258 \end_inset
32259
32260
32261 \family sans
32262 内部ボックス
32263 \family default
32264 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32265 \end_layout
32266
32267 \begin_layout Description
32268 上 これは例示のための本文行です.
32269 \begin_inset Box Boxed
32270 position "c"
32271 hor_pos "c"
32272 has_inner_box 1
32273 inner_pos "t"
32274 use_parbox 0
32275 use_makebox 0
32276 width "12col%"
32277 special "none"
32278 height "1.5in"
32279 height_special "totalheight"
32280 thickness "0.4pt"
32281 separation "3pt"
32282 shadowsize "4pt"
32283 framecolor "black"
32284 backgroundcolor "none"
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288 \align center
32289 このボックスの文章は上揃えです.
32290 \end_layout
32291
32292 \end_inset
32293
32294 これは例示のための本文行です.
32295 \end_layout
32296
32297 \begin_layout Description
32298 中央 これは例示のための本文行です.
32299 \begin_inset Box Boxed
32300 position "c"
32301 hor_pos "c"
32302 has_inner_box 1
32303 inner_pos "c"
32304 use_parbox 0
32305 use_makebox 0
32306 width "12col%"
32307 special "none"
32308 height "1.5in"
32309 height_special "totalheight"
32310 thickness "0.4pt"
32311 separation "3pt"
32312 shadowsize "4pt"
32313 framecolor "black"
32314 backgroundcolor "none"
32315 status collapsed
32316
32317 \begin_layout Plain Layout
32318 \align center
32319 このボックスの文章は中央揃えです.
32320 \end_layout
32321
32322 \end_inset
32323
32324 これは例示のための本文行です.
32325 \end_layout
32326
32327 \begin_layout Description
32328 下 これは例示のための本文行です.
32329 \begin_inset Box Boxed
32330 position "c"
32331 hor_pos "c"
32332 has_inner_box 1
32333 inner_pos "b"
32334 use_parbox 0
32335 use_makebox 0
32336 width "12col%"
32337 special "none"
32338 height "1.5in"
32339 height_special "totalheight"
32340 thickness "0.4pt"
32341 separation "3pt"
32342 shadowsize "4pt"
32343 framecolor "black"
32344 backgroundcolor "none"
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348 \align center
32349 このボックスの文章は下揃えです.
32350 \end_layout
32351
32352 \end_inset
32353
32354 これは例示のための本文行です.
32355 \end_layout
32356
32357 \begin_layout Description
32358 広げる これは例示のための本文行です.
32359 \begin_inset Box Boxed
32360 position "c"
32361 hor_pos "c"
32362 has_inner_box 1
32363 inner_pos "s"
32364 use_parbox 0
32365 use_makebox 0
32366 width "17col%"
32367 special "none"
32368 height "1.5in"
32369 height_special "totalheight"
32370 thickness "0.4pt"
32371 separation "3pt"
32372 shadowsize "4pt"
32373 framecolor "black"
32374 backgroundcolor "none"
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378 \align center
32379 このボックスの
32380 \end_layout
32381
32382 \begin_layout Plain Layout
32383 \align center
32384 文章は広げて
32385 \end_layout
32386
32387 \begin_layout Plain Layout
32388 \align center
32389 あります.
32390 \end_layout
32391
32392 \end_inset
32393
32394 これは例示のための本文行です.
32395 \end_layout
32396
32397 \begin_layout Standard
32398 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32399 \end_layout
32400
32401 \begin_layout Standard
32402 \begin_inset VSpace bigskip
32403 \end_inset
32404
32405
32406 \family sans
32407 内部ボックス
32408 \family default
32409 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32410 の段落ダイアログを用います.
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \align center
32415 \begin_inset Box Boxed
32416 position "c"
32417 hor_pos "c"
32418 has_inner_box 1
32419 inner_pos "s"
32420 use_parbox 0
32421 use_makebox 0
32422 width "25col%"
32423 special "none"
32424 height "1.25in"
32425 height_special "totalheight"
32426 thickness "0.4pt"
32427 separation "3pt"
32428 shadowsize "4pt"
32429 framecolor "black"
32430 backgroundcolor "none"
32431 status collapsed
32432
32433 \begin_layout Plain Layout
32434 \align left
32435 このボックスの
32436 \end_layout
32437
32438 \begin_layout Plain Layout
32439 \align center
32440 文章は広げて
32441 \end_layout
32442
32443 \begin_layout Plain Layout
32444 \align right
32445 あります.
32446 \end_layout
32447
32448 \end_inset
32449
32450
32451 \end_layout
32452
32453 \begin_layout Standard
32454
32455 \family sans
32456 内部ボックス
32457 \family default
32458 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32459 \end_layout
32460
32461 \begin_layout Standard
32462 \align center
32463 \begin_inset Box Boxed
32464 position "c"
32465 hor_pos "s"
32466 has_inner_box 0
32467 inner_pos "s"
32468 use_parbox 0
32469 use_makebox 0
32470 width "90col%"
32471 special "none"
32472 height "1.25in"
32473 height_special "totalheight"
32474 thickness "0.4pt"
32475 separation "3pt"
32476 shadowsize "4pt"
32477 framecolor "black"
32478 backgroundcolor "none"
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482 このボックスの文章は水平方向に広げてあります.
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Subsection
32491 装飾
32492 \begin_inset CommandInset label
32493 LatexCommand label
32494 name "sec:装飾"
32495
32496 \end_inset
32497
32498
32499 \begin_inset Index idx
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503 ぼっくす@ボックス ! そうしょく@装飾
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \end_layout
32510
32511 \begin_layout Standard
32512 ボックス型は,ボックスダイアログ中の
32513 \family sans
32514 装飾
32515 \family default
32516 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32517 \end_layout
32518
32519 \begin_layout Description
32520 枠なし 枠を描きません.
32521 \end_layout
32522
32523 \begin_layout Description
32524 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32525 \begin_inset Box Boxed
32526 position "c"
32527 hor_pos "c"
32528 has_inner_box 1
32529 inner_pos "c"
32530 use_parbox 0
32531 use_makebox 0
32532 width "20col%"
32533 special "none"
32534 height "1in"
32535 height_special "totalheight"
32536 thickness "0.4pt"
32537 separation "3pt"
32538 shadowsize "4pt"
32539 framecolor "black"
32540 backgroundcolor "none"
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544 \align center
32545 長方形の箱型
32546 \end_layout
32547
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \begin_layout Description
32554 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32555 \begin_inset space \thinspace{}
32556 \end_inset
32557
32558 ptです. 
32559 \begin_inset Box ovalbox
32560 position "c"
32561 hor_pos "c"
32562 has_inner_box 1
32563 inner_pos "c"
32564 use_parbox 0
32565 use_makebox 0
32566 width "20col%"
32567 special "none"
32568 height "1in"
32569 height_special "totalheight"
32570 thickness "0.4pt"
32571 separation "3pt"
32572 shadowsize "4pt"
32573 framecolor "black"
32574 backgroundcolor "none"
32575 status collapsed
32576
32577 \begin_layout Plain Layout
32578 \align center
32579 楕円形の箱型(細線)
32580 \end_layout
32581
32582 \end_inset
32583
32584
32585 \end_layout
32586
32587 \begin_layout Description
32588 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32589 \begin_inset space \thinspace{}
32590 \end_inset
32591
32592 ptです. 
32593 \begin_inset Box Ovalbox
32594 position "c"
32595 hor_pos "c"
32596 has_inner_box 1
32597 inner_pos "c"
32598 use_parbox 0
32599 use_makebox 0
32600 width "20col%"
32601 special "none"
32602 height "1in"
32603 height_special "totalheight"
32604 thickness "0.4pt"
32605 separation "3pt"
32606 shadowsize "4pt"
32607 framecolor "black"
32608 backgroundcolor "none"
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612 \align center
32613 楕円形の箱型(太線)
32614 \end_layout
32615
32616 \end_inset
32617
32618
32619 \end_layout
32620
32621 \begin_layout Description
32622 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32623 \begin_inset Box Shadowbox
32624 position "c"
32625 hor_pos "c"
32626 has_inner_box 1
32627 inner_pos "c"
32628 use_parbox 0
32629 use_makebox 0
32630 width "20col%"
32631 special "none"
32632 height "1in"
32633 height_special "totalheight"
32634 thickness "0.4pt"
32635 separation "3pt"
32636 shadowsize "4pt"
32637 framecolor "black"
32638 backgroundcolor "none"
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642 \align center
32643 影付きの箱型
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Description
32652 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32653 \begin_inset Foot
32654 status collapsed
32655
32656 \begin_layout Plain Layout
32657
32658 \begin_inset CommandInset ref
32659 LatexCommand ref
32660 reference "sec:色付きボックス"
32661
32662 \end_inset
32663
32664 節を参照のこと.
32665 \end_layout
32666
32667 \end_inset
32668
32669 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32670 \begin_inset Box Shaded
32671 position "t"
32672 hor_pos "c"
32673 has_inner_box 0
32674 inner_pos "t"
32675 use_parbox 0
32676 use_makebox 0
32677 width "50col%"
32678 special "none"
32679 height "1in"
32680 height_special "totalheight"
32681 thickness "0.4pt"
32682 separation "3pt"
32683 shadowsize "4pt"
32684 framecolor "black"
32685 backgroundcolor "none"
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689 影付き背景の箱型
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \begin_layout Description
32698 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32699 は,線幅の1.5倍+0.5
32700 \begin_inset space \thinspace{}
32701 \end_inset
32702
32703 ptです.
32704 \begin_inset Box Doublebox
32705 position "c"
32706 hor_pos "c"
32707 has_inner_box 1
32708 inner_pos "c"
32709 use_parbox 0
32710 use_makebox 0
32711 width "20col%"
32712 special "none"
32713 height "1in"
32714 height_special "totalheight"
32715 thickness "0.4pt"
32716 separation "3pt"
32717 shadowsize "4pt"
32718 framecolor "black"
32719 backgroundcolor "none"
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723 \align center
32724 二重の長方形の箱型
32725 \end_layout
32726
32727 \end_inset
32728
32729
32730 \end_layout
32731
32732 \begin_layout Standard
32733 \begin_inset VSpace bigskip
32734 \end_inset
32735
32736 \SpecialChar LyX
32737 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32738 パッケージ
32739 \series bold
32740 fancybox
32741 \series default
32742
32743 \begin_inset Index idx
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747 \SpecialChar LaTeX
32748 ぱっけーじ@\SpecialChar LaTeX
32749 パッケージ ! fancybox
32750 \end_layout
32751
32752 \end_inset
32753
32754 が導入済みでなくてはなりません.
32755 \end_layout
32756
32757 \begin_layout Standard
32758 \begin_inset VSpace bigskip
32759 \end_inset
32760
32761
32762 \family sans
32763 簡素な長方形の枠
32764 \family default
32765 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32766 ボックスは独立の段落として設定されることに注意してください.
32767 \begin_inset Box Framed
32768 position "t"
32769 hor_pos "c"
32770 has_inner_box 0
32771 inner_pos "t"
32772 use_parbox 0
32773 use_makebox 0
32774 width "100col%"
32775 special "none"
32776 height "1in"
32777 height_special "totalheight"
32778 thickness "0.4pt"
32779 separation "3pt"
32780 shadowsize "4pt"
32781 framecolor "black"
32782 backgroundcolor "none"
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 改行可能な箱型
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Section
32795 ボックスの詳細な設定
32796 \begin_inset Index idx
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32801 \end_layout
32802
32803 \end_inset
32804
32805
32806 \end_layout
32807
32808 \begin_layout Standard
32809 楕円形ボックスの丸い角の直径は,コマンド
32810 \series bold
32811
32812 \backslash
32813 cornersize
32814 \series default
32815 で設定することができます.
32816 \end_layout
32817
32818 \begin_layout Standard
32819
32820 \series bold
32821
32822 \backslash
32823 cornersize*{1cm}
32824 \end_layout
32825
32826 \begin_layout Standard
32827 というコマンドは,直径を1
32828 \begin_inset space \thinspace{}
32829 \end_inset
32830
32831 cmに設定します.
32832 \end_layout
32833
32834 \begin_layout Standard
32835
32836 \series bold
32837
32838 \backslash
32839 cornersize{数値}
32840 \end_layout
32841
32842 \begin_layout Standard
32843 というコマンドは,直径を
32844 \family sans
32845 数値
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849
32850 \family default
32851
32852 \begin_inset Formula $\times$
32853 \end_inset
32854
32855
32856 \family sans
32857
32858 \begin_inset space \thinspace{}
32859 \end_inset
32860
32861 (ボックスの幅と高さの小さい方)
32862 \family default
32863 に設定します.既定値は
32864 \series bold
32865
32866 \backslash
32867 cornersize{0.5}
32868 \series default
32869 です.
32870 \end_layout
32871
32872 \begin_layout Standard
32873 \begin_inset ERT
32874 status collapsed
32875
32876 \begin_layout Plain Layout
32877
32878
32879 \backslash
32880 cornersize*{1.5cm}
32881 \end_layout
32882
32883 \end_inset
32884
32885
32886 \begin_inset Box Ovalbox
32887 position "c"
32888 hor_pos "c"
32889 has_inner_box 1
32890 inner_pos "c"
32891 use_parbox 0
32892 use_makebox 0
32893 width "25col%"
32894 special "none"
32895 height "1in"
32896 height_special "totalheight"
32897 thickness "0.4pt"
32898 separation "3pt"
32899 shadowsize "4pt"
32900 framecolor "black"
32901 backgroundcolor "none"
32902 status open
32903
32904 \begin_layout Plain Layout
32905 \align center
32906
32907 \series bold
32908
32909 \backslash
32910 cornersize
32911 \series default
32912
32913 \begin_inset space \thinspace{}
32914 \end_inset
32915
32916 =
32917 \begin_inset space \thinspace{}
32918 \end_inset
32919
32920 1.5
32921 \begin_inset space \thinspace{}
32922 \end_inset
32923
32924 cmの楕円形の箱型
32925 \end_layout
32926
32927 \end_inset
32928
32929
32930 \begin_inset ERT
32931 status collapsed
32932
32933 \begin_layout Plain Layout
32934
32935
32936 \backslash
32937 cornersize{0.5}
32938 \end_layout
32939
32940 \end_inset
32941
32942
32943 \end_layout
32944
32945 \begin_layout Standard
32946 \begin_inset VSpace bigskip
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Standard
32953
32954 \family sans
32955 影付き背景
32956 \family default
32957 ボックスの赤色の既定背景色は,
32958 \series bold
32959
32960 \backslash
32961 definecolor{shadebox}
32962 \series default
32963 コマンドで局所的に変更することもできますし,
32964 \family sans
32965 ツール\SpecialChar menuseparator
32966 設定\SpecialChar menuseparator
32967 色\SpecialChar menuseparator
32968 影付きボックス
32969 \family default
32970 メニューからグローバルに変更することもできます.
32971 \series bold
32972
32973 \backslash
32974 definecolor
32975 \series default
32976 コマンドの用法は第
32977 \begin_inset CommandInset ref
32978 LatexCommand ref
32979 reference "sec:色付きの表"
32980
32981 \end_inset
32982
32983
32984 \begin_inset Foot
32985 status collapsed
32986
32987 \begin_layout Plain Layout
32988 N
32989 \series bold
32990
32991 \backslash
32992 definecolor
32993 \series default
32994 は,\SpecialChar LaTeX
32995 パッケージの
32996 \series bold
32997 color
32998 \series default
32999 をプリアンブルに読み込む必要があります.第
33000 \begin_inset CommandInset ref
33001 LatexCommand ref
33002 reference "sec:色付きボックス"
33003
33004 \end_inset
33005
33006 節をご参照ください..
33007 \end_layout
33008
33009 \end_inset
33010
33011 で説明されています.
33012 \end_layout
33013
33014 \begin_layout Standard
33015 たとえば,下記の影付き背景ボックスの外見は
33016 \end_layout
33017
33018 \begin_layout Standard
33019
33020 \series bold
33021
33022 \backslash
33023 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33024 \end_layout
33025
33026 \begin_layout Standard
33027 という\SpecialChar TeX
33028 コードコマンドを使って設定してあります.
33029 \end_layout
33030
33031 \begin_layout Standard
33032 \begin_inset ERT
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036
33037
33038 \backslash
33039 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \begin_inset Box Shaded
33046 position "t"
33047 hor_pos "c"
33048 has_inner_box 0
33049 inner_pos "t"
33050 use_parbox 0
33051 use_makebox 0
33052 width "100col%"
33053 special "none"
33054 height "1in"
33055 height_special "totalheight"
33056 thickness "0.4pt"
33057 separation "3pt"
33058 shadowsize "4pt"
33059 framecolor "black"
33060 backgroundcolor "none"
33061 status open
33062
33063 \begin_layout Plain Layout
33064
33065 \color yellow
33066 これは,濃緑色の背景の
33067 \family sans
33068 影付き背景
33069 \family default
33070 ボックスに入れた黄色の文章です.
33071 \end_layout
33072
33073 \end_inset
33074
33075
33076 \begin_inset ERT
33077 status collapsed
33078
33079 \begin_layout Plain Layout
33080
33081
33082 \backslash
33083 definecolor{shadecolor}{rgb}{1,0,0}
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \end_layout
33090
33091 \begin_layout Standard
33092 \begin_inset VSpace bigskip
33093 \end_inset
33094
33095 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33096 \end_layout
33097
33098 \begin_layout Section
33099 ミニページ
33100 \begin_inset CommandInset label
33101 LatexCommand label
33102 name "sec:ミニページ"
33103
33104 \end_inset
33105
33106
33107 \begin_inset Index idx
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111 ぼっくす@ボックス ! みにぺーじ@ミニページ
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \begin_layout Standard
33120 ミニページは,\SpecialChar LaTeX
33121 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33122 \end_layout
33123
33124 \begin_layout Standard
33125 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33126 \end_layout
33127
33128 \begin_layout Standard
33129 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33130 \family sans
33131 挿入
33132 \family default
33133 \SpecialChar menuseparator
33134
33135 \family sans
33136 整形
33137 \family default
33138 \SpecialChar menuseparator
33139
33140 \family sans
33141 水平方向の空白
33142 \family default
33143 メニューで挿入した水平フィルで隔てられています.
33144 \begin_inset Newpage newpage
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 \begin_inset Box Frameless
33152 position "t"
33153 hor_pos "c"
33154 has_inner_box 1
33155 inner_pos "c"
33156 use_parbox 0
33157 use_makebox 0
33158 width "45col%"
33159 special "none"
33160 height "1in"
33161 height_special "totalheight"
33162 thickness "0.4pt"
33163 separation "3pt"
33164 shadowsize "4pt"
33165 framecolor "black"
33166 backgroundcolor "none"
33167 status open
33168
33169 \begin_layout Plain Layout
33170 Dies ist ein deutscher Text.
33171  Dies ist ein deutscher Text.
33172  Dies ist ein deutscher Text.
33173  Dies ist ein deutscher Text.
33174  Dies ist ein deutscher Text.
33175  Dies ist ein deutscher Text.
33176  Dies ist ein deutscher Text.
33177  Dies ist ein deutscher Text.
33178  Dies ist ein deutscher Text.
33179  Dies ist ein deutscher Text.
33180  Dies ist ein deutscher Text.
33181  Dies ist ein deutscher Text.
33182  Dies ist ein deutscher Text
33183 \begin_inset Foot
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187 Dies ist eine deutsche Fußnote.
33188 \end_layout
33189
33190 \end_inset
33191
33192 .
33193  Dies ist ein deutscher Text.
33194  Dies ist ein deutscher Text.
33195 \end_layout
33196
33197 \end_inset
33198
33199
33200 \begin_inset space \hfill{}
33201 \end_inset
33202
33203
33204 \begin_inset Box Frameless
33205 position "t"
33206 hor_pos "c"
33207 has_inner_box 1
33208 inner_pos "c"
33209 use_parbox 0
33210 use_makebox 0
33211 width "45col%"
33212 special "none"
33213 height "1in"
33214 height_special "totalheight"
33215 thickness "0.4pt"
33216 separation "3pt"
33217 shadowsize "4pt"
33218 framecolor "black"
33219 backgroundcolor "none"
33220 status open
33221
33222 \begin_layout Plain Layout
33223 This is an English Text.
33224  This is an English Text.
33225  This is an English Text.
33226  This is an English Text.
33227  This is an English Text.
33228  This is an English Text.
33229  This is an English Text.
33230  This is an English Text.
33231  This is an English Text.
33232  This is an English Text.
33233  This is an English Text.
33234  This is an English Text.
33235  This is an English Text.
33236  This is an English Text.
33237  This is an English Text.
33238  This is an English Text.
33239 \begin_inset Foot
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243 This is an English footnote.
33244 \end_layout
33245
33246 \end_inset
33247
33248  This is an English Text.
33249 \end_layout
33250
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \begin_layout Standard
33257 \begin_inset VSpace bigskip
33258 \end_inset
33259
33260 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33261 \family sans
33262 中スキップ
33263 \family default
33264 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33265 \end_layout
33266
33267 \begin_layout Standard
33268 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33269 \begin_inset CommandInset ref
33270 LatexCommand ref
33271 reference "sec:色付きボックス"
33272
33273 \end_inset
33274
33275 節をご参照ください.
33276 \end_layout
33277
33278 \begin_layout Standard
33279 \begin_inset Note Greyedout
33280 status open
33281
33282 \begin_layout Plain Layout
33283
33284 \series bold
33285 【註】
33286 \series default
33287 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33288 \end_layout
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \begin_layout Standard
33296 \begin_inset VSpace bigskip
33297 \end_inset
33298
33299
33300 \end_layout
33301
33302 \begin_layout Standard
33303 \SpecialChar LyX
33304 は,
33305 \emph on
33306 可変幅ミニページ
33307 \emph default
33308 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33309 \family typewriter
33310 examples/varwidth-floats-side-by-side.lyx
33311 \family default
33312 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33313 \family typewriter
33314 Varwidth
33315 \family default
33316  \SpecialChar LaTeX
33317 パッケージが必要です.
33318 \end_layout
33319
33320 \begin_layout Section
33321 段落ボックス(parbox)
33322 \begin_inset CommandInset label
33323 LatexCommand label
33324 name "sec:Parboxes"
33325
33326 \end_inset
33327
33328
33329 \begin_inset Index idx
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333 ほっくす@ボックス ! たんらく@段落—(parbox)
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Standard
33342 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33343 \end_layout
33344
33345 \begin_layout Standard
33346 \align center
33347 \begin_inset Box Frameless
33348 position "t"
33349 hor_pos "c"
33350 has_inner_box 1
33351 inner_pos "t"
33352 use_parbox 1
33353 use_makebox 0
33354 width "33col%"
33355 special "none"
33356 height "1in"
33357 height_special "totalheight"
33358 thickness "0.4pt"
33359 separation "3pt"
33360 shadowsize "4pt"
33361 framecolor "black"
33362 backgroundcolor "none"
33363 status open
33364
33365 \begin_layout Plain Layout
33366 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33367 \end_layout
33368
33369 \begin_layout Plain Layout
33370 右の脚註は表示されません.
33371 \begin_inset Foot
33372 status collapsed
33373
33374 \begin_layout Plain Layout
33375 これはparbox内の脚註であり,したがって表示はされません.
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \begin_layout Section
33389 単語や文字のボックス
33390 \begin_inset Index idx
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394 ぼっくす@ボックス ! もじよう@文字用
33395 \end_layout
33396
33397 \end_inset
33398
33399
33400 \end_layout
33401
33402 \begin_layout Subsection
33403 ハイフネーションの回避
33404 \begin_inset CommandInset label
33405 LatexCommand label
33406 name "sec:ハイフネーションの回避"
33407
33408 \end_inset
33409
33410
33411 \begin_inset Index idx
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33416 \end_layout
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \begin_layout Standard
33424 単語や文章がハイフネートされるのを防ぐには,
33425 \family sans
33426 makebox
33427 \family default
33428 型ボックスを使うことができます.
33429 \begin_inset Newline newline
33430 \end_inset
33431
33432 以下が例示用の文章です.
33433 \end_layout
33434
33435 \begin_layout Standard
33436 This line is an example to show how you can prevent the hyphenation of 
33437 \begin_inset Quotes eld
33438 \end_inset
33439
33440 veryverylongword
33441 \begin_inset Quotes erd
33442 \end_inset
33443
33444 .
33445 \end_layout
33446
33447 \begin_layout Standard
33448 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33449 \family sans
33450 内部ボックス
33451 \family default
33452
33453 \family sans
33454 makebox
33455 \family default
33456 コマンドに設定し,幅は指定しません.
33457 \end_layout
33458
33459 \begin_layout Standard
33460 以下がその結果です.
33461 \end_layout
33462
33463 \begin_layout Standard
33464 This line is an example to show how you can prevent the hyphenation of 
33465 \begin_inset Box Frameless
33466 position "t"
33467 hor_pos "c"
33468 has_inner_box 1
33469 inner_pos "t"
33470 use_parbox 0
33471 use_makebox 1
33472 width ""
33473 special "none"
33474 height "1in"
33475 height_special "totalheight"
33476 thickness "0.4pt"
33477 separation "3pt"
33478 shadowsize "4pt"
33479 framecolor "black"
33480 backgroundcolor "none"
33481 status open
33482
33483 \begin_layout Plain Layout
33484 \begin_inset Quotes eld
33485 \end_inset
33486
33487 veryverylongword
33488 \begin_inset Quotes erd
33489 \end_inset
33490
33491
33492 \end_layout
33493
33494 \end_inset
33495
33496 .
33497 \end_layout
33498
33499 \begin_layout Standard
33500 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33501 コードで「
33502 \series bold
33503
33504 \backslash
33505 -
33506 \series default
33507 」コマンドを設定する方法もあります.
33508 \end_layout
33509
33510 \begin_layout Standard
33511 This line is an example to show how you can prevent the hyphenation of 
33512 \begin_inset Quotes eld
33513 \end_inset
33514
33515
33516 \begin_inset ERT
33517 status collapsed
33518
33519 \begin_layout Plain Layout
33520
33521
33522 \backslash
33523 -
33524 \end_layout
33525
33526 \end_inset
33527
33528 veryverylongword
33529 \begin_inset Quotes erd
33530 \end_inset
33531
33532 .
33533 \end_layout
33534
33535 \begin_layout Standard
33536 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33537 \family sans
33538 挿入
33539 \family default
33540 \SpecialChar menuseparator
33541
33542 \family sans
33543 整形
33544 \family default
33545 \SpecialChar menuseparator
33546
33547 \family sans
33548 整形なし改行
33549 \family default
33550 メニュー(
33551 \begin_inset Flex Ruby
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 捷径
33556 \begin_inset Argument post:1
33557 status collapsed
33558
33559 \begin_layout Plain Layout
33560 ショートカット
33561 \end_layout
33562
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \begin_inset Info
33572 type  "shortcut"
33573 arg   "newline-insert newline"
33574 \end_inset
33575
33576 )から改行を単語の前に入れてください.
33577 \end_layout
33578
33579 \begin_layout Standard
33580 This line is an example to show how you can prevent the hyphenation of 
33581 \begin_inset Newline newline
33582 \end_inset
33583
33584
33585 \begin_inset Box Frameless
33586 position "t"
33587 hor_pos "c"
33588 has_inner_box 1
33589 inner_pos "t"
33590 use_parbox 0
33591 use_makebox 1
33592 width ""
33593 special "none"
33594 height "1in"
33595 height_special "totalheight"
33596 thickness "0.4pt"
33597 separation "3pt"
33598 shadowsize "4pt"
33599 framecolor "black"
33600 backgroundcolor "none"
33601 status open
33602
33603 \begin_layout Plain Layout
33604 \begin_inset Quotes eld
33605 \end_inset
33606
33607 veryverylongword
33608 \begin_inset Quotes erd
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \end_inset
33615
33616 .
33617 \end_layout
33618
33619 \begin_layout Subsection
33620 垂直揃え
33621 \begin_inset CommandInset label
33622 LatexCommand label
33623 name "subsec:垂直揃え"
33624
33625 \end_inset
33626
33627
33628 \begin_inset Index idx
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \begin_inset Index idx
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 ぼっくす@ボックス ! Raiseboxes
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \end_layout
33649
33650 \begin_layout Standard
33651
33652 \series bold
33653
33654 \backslash
33655 raisebox
33656 \series default
33657 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33658 \series bold
33659
33660 \backslash
33661 raisebox
33662 \series default
33663 は以下の書式で使用します.
33664 \end_layout
33665
33666 \begin_layout Standard
33667
33668 \series bold
33669
33670 \backslash
33671 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33672 \end_layout
33673
33674 \begin_layout Standard
33675 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33676 \end_layout
33677
33678 \begin_layout Standard
33679 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33680 コードで
33681 \end_layout
33682
33683 \begin_layout Standard
33684
33685 \series bold
33686
33687 \backslash
33688 raisebox{
33689 \backslash
33690 depth}{
33691 \end_layout
33692
33693 \begin_layout Standard
33694 というコマンドを挿入してください.単語の後には,閉じ括弧「
33695 \series bold
33696 }
33697 \series default
33698 」を\SpecialChar TeX
33699 コードで挿入してください.
33700 \begin_inset Newline newline
33701 \end_inset
33702
33703 以下がその出力です.
33704 \end_layout
33705
33706 \begin_layout Standard
33707 This is a text line with the word 
33708 \begin_inset ERT
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712
33713
33714 \backslash
33715 raisebox{
33716 \backslash
33717 depth}{
33718 \end_layout
33719
33720 \end_inset
33721
33722
33723 \begin_inset Quotes eld
33724 \end_inset
33725
33726 preventing
33727 \begin_inset Quotes erd
33728 \end_inset
33729
33730
33731 \begin_inset ERT
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735
33736 }
33737 \end_layout
33738
33739 \end_inset
33740
33741  as raised word.
33742 \end_layout
33743
33744 \begin_layout Standard
33745 \begin_inset VSpace bigskip
33746 \end_inset
33747
33748 行中の文字を上げ下げすると,以下のように行間が広がります.
33749 \end_layout
33750
33751 \begin_layout Standard
33752 This is a text line with the word 
33753 \begin_inset ERT
33754 status collapsed
33755
33756 \begin_layout Plain Layout
33757
33758
33759 \backslash
33760 raisebox{-
33761 \backslash
33762 depth}{
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \begin_inset Quotes eld
33769 \end_inset
33770
33771 preventing
33772 \begin_inset Quotes erd
33773 \end_inset
33774
33775
33776 \begin_inset ERT
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780
33781 }
33782 \end_layout
33783
33784 \end_inset
33785
33786  as lowered word.
33787 \begin_inset Newline newline
33788 \end_inset
33789
33790 This is a text line with the word 
33791 \begin_inset ERT
33792 status collapsed
33793
33794 \begin_layout Plain Layout
33795
33796
33797 \backslash
33798 raisebox{0.5cm}{
33799 \end_layout
33800
33801 \end_inset
33802
33803
33804 \begin_inset Quotes eld
33805 \end_inset
33806
33807 testing
33808 \begin_inset Quotes erd
33809 \end_inset
33810
33811
33812 \begin_inset ERT
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816
33817 }
33818 \end_layout
33819
33820 \end_inset
33821
33822  as raised word.
33823 \end_layout
33824
33825 \begin_layout Standard
33826 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33827 \end_layout
33828
33829 \begin_layout Standard
33830
33831 \series bold
33832
33833 \backslash
33834 raisebox{-
33835 \backslash
33836 depth}[0pt]{
33837 \end_layout
33838
33839 \begin_layout Standard
33840 とすると,以下のようになります.
33841 \end_layout
33842
33843 \begin_layout Standard
33844 This is a text line with the word 
33845 \begin_inset ERT
33846 status collapsed
33847
33848 \begin_layout Plain Layout
33849
33850
33851 \backslash
33852 raisebox{-
33853 \backslash
33854 depth}[0pt]{
33855 \end_layout
33856
33857 \end_inset
33858
33859
33860 \begin_inset Quotes eld
33861 \end_inset
33862
33863 preventing
33864 \begin_inset Quotes erd
33865 \end_inset
33866
33867
33868 \begin_inset ERT
33869 status collapsed
33870
33871 \begin_layout Plain Layout
33872
33873 }
33874 \end_layout
33875
33876 \end_inset
33877
33878  as lowered word.
33879 \begin_inset Newline newline
33880 \end_inset
33881
33882
33883 \begin_inset Newline newline
33884 \end_inset
33885
33886 This is a text line with the word 
33887 \begin_inset ERT
33888 status collapsed
33889
33890 \begin_layout Plain Layout
33891
33892
33893 \backslash
33894 raisebox{0.5cm}[0pt]{
33895 \end_layout
33896
33897 \end_inset
33898
33899
33900 \begin_inset Quotes eld
33901 \end_inset
33902
33903 testing
33904 \begin_inset Quotes erd
33905 \end_inset
33906
33907
33908 \begin_inset ERT
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912
33913 }
33914 \end_layout
33915
33916 \end_inset
33917
33918  as raised word.
33919 \end_layout
33920
33921 \begin_layout Section
33922 色付きボックス
33923 \begin_inset CommandInset label
33924 LatexCommand label
33925 name "sec:色付きボックス"
33926
33927 \end_inset
33928
33929
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 ぼっくす@ボックス ! いろつき@色付き
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Standard
33943 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
33944 \begin_inset Box Frameless
33945 position "t"
33946 hor_pos "c"
33947 has_inner_box 1
33948 inner_pos "t"
33949 use_parbox 0
33950 use_makebox 1
33951 width ""
33952 special "none"
33953 height "1in"
33954 height_special "totalheight"
33955 thickness "0.4pt"
33956 separation "3pt"
33957 shadowsize "4pt"
33958 framecolor "black"
33959 backgroundcolor "orange"
33960 status open
33961
33962 \begin_layout Plain Layout
33963 橙色背景のボックス
33964 \end_layout
33965
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \begin_layout Standard
33972 装飾を
33973 \family sans
33974 簡素な長方形の枠
33975 \family default
33976 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
33977 は白を既定色として設定します).
33978 \begin_inset Newline newline
33979 \end_inset
33980
33981 例:
33982 \begin_inset Box Boxed
33983 position "t"
33984 hor_pos "c"
33985 has_inner_box 0
33986 inner_pos "t"
33987 use_parbox 0
33988 use_makebox 0
33989 width ""
33990 special "none"
33991 height "1in"
33992 height_special "totalheight"
33993 thickness "0.4pt"
33994 separation "3pt"
33995 shadowsize "4pt"
33996 framecolor "teal"
33997 backgroundcolor "yellow"
33998 status open
33999
34000 \begin_layout Plain Layout
34001 ティール色の枠と黄色の背景を持つボックス
34002 \end_layout
34003
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \begin_layout Standard
34010 \begin_inset VSpace bigskip
34011 \end_inset
34012
34013 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34014 \begin_inset Newline newline
34015 \end_inset
34016
34017
34018 \begin_inset Box Boxed
34019 position "t"
34020 hor_pos "c"
34021 has_inner_box 0
34022 inner_pos "t"
34023 use_parbox 0
34024 use_makebox 0
34025 width ""
34026 special "none"
34027 height "1in"
34028 height_special "totalheight"
34029 thickness "0.4pt"
34030 separation "3pt"
34031 shadowsize "4pt"
34032 framecolor "cyan"
34033 backgroundcolor "magenta"
34034 status open
34035
34036 \begin_layout Plain Layout
34037
34038 \color yellow
34039 これは着色した色付きボックス中の色付き文章です.
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \begin_layout Standard
34048 \begin_inset VSpace bigskip
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \begin_layout Standard
34055 事前に設定された色以外の色が欲しいときは,第
34056 \begin_inset CommandInset ref
34057 LatexCommand ref
34058 reference "sec:色付きの表"
34059
34060 \end_inset
34061
34062 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34063 \end_layout
34064
34065 \begin_layout Standard
34066 枠なしの色付きボックスは,
34067 \series bold
34068
34069 \backslash
34070 colorbox
34071 \series default
34072 コマンドで作ります.これは,以下のような書式で使われます.
34073 \end_layout
34074
34075 \begin_layout Standard
34076
34077 \series bold
34078
34079 \backslash
34080 colorbox{色}{ボックスの内容}
34081 \end_layout
34082
34083 \begin_layout Standard
34084 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34085 コードで
34086 \end_layout
34087
34088 \begin_layout Standard
34089
34090 \series bold
34091
34092 \backslash
34093 colorbox{darkgreen}{
34094 \end_layout
34095
34096 \begin_layout Standard
34097 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34098 コードで閉じ括弧「
34099 \series bold
34100 }
34101 \series default
34102 」を入れてください.
34103 \begin_inset Newline newline
34104 \end_inset
34105
34106 以下がその結果です.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 この行では,
34111 \begin_inset ERT
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115
34116
34117 \backslash
34118 colorbox{darkgreen}{
34119 \end_layout
34120
34121 \end_inset
34122
34123 「注意!」
34124 \begin_inset ERT
34125 status collapsed
34126
34127 \begin_layout Plain Layout
34128
34129 }
34130 \end_layout
34131
34132 \end_inset
34133
34134 という単語が濃緑の背景になっています.
34135 \end_layout
34136
34137 \begin_layout Standard
34138 枠付き色付きのボックスは,下記のように
34139 \series bold
34140
34141 \backslash
34142 fcolorbox
34143 \series default
34144 コマンドを使って作ります.
34145 \end_layout
34146
34147 \begin_layout Standard
34148
34149 \series bold
34150
34151 \backslash
34152 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34153 \end_layout
34154
34155 \begin_layout Section
34156 ボックスの伸縮回転
34157 \end_layout
34158
34159 \begin_layout Standard
34160 本節に述べられているボックスを使うには,
34161 \family sans
34162 画像ボックス
34163 \family default
34164 モジュールを文書設定で読み込んでおく必要があります.
34165 \end_layout
34166
34167 \begin_layout Standard
34168 \begin_inset Note Greyedout
34169 status open
34170
34171 \begin_layout Plain Layout
34172
34173 \series bold
34174 【註】
34175 \series default
34176 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 \begin_inset Note Greyedout
34186 status open
34187
34188 \begin_layout Plain Layout
34189
34190 \series bold
34191 【註】
34192 \series default
34193 フロートは回転伸縮したボックスの中に入れることはできません.
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Subsection
34202 ボックスの回転
34203 \begin_inset Index idx
34204 status collapsed
34205
34206 \begin_layout Plain Layout
34207 ぼっくす@ボックス ! かいてんした@回転した
34208 \end_layout
34209
34210 \end_inset
34211
34212
34213 \begin_inset Index idx
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217 かいてん@回転 ! そざいの@素材の—
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \begin_inset Index idx
34224 status collapsed
34225
34226 \begin_layout Plain Layout
34227 ず@図 ! のかいてん@—の回転
34228 \end_layout
34229
34230 \end_inset
34231
34232
34233 \begin_inset Index idx
34234 status collapsed
34235
34236 \begin_layout Plain Layout
34237 ひょうのちょうせい@表の調整 ! かいてん@回転
34238 \end_layout
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \begin_layout Standard
34246 ものを回転するならば,
34247 \family sans
34248 回転ボックス
34249 \family default
34250 に入れることができます.このボックスは,
34251 \family sans
34252 挿入\SpecialChar menuseparator
34253 拡張差込枠\SpecialChar menuseparator
34254 回転ボックス
34255 \family default
34256 で挿入することができます.
34257 \end_layout
34258
34259 \begin_layout Standard
34260 回転の原点は,原点差込枠(メニュー「
34261 \family sans
34262 挿入\SpecialChar menuseparator
34263 原点
34264 \family default
34265 」)に
34266 \series bold
34267 origin=位置
34268 \series default
34269 の形で指定することができます.位置として指定可能なのは,
34270 \emph on
34271 c
34272 \emph default
34273 (中央揃え)・
34274 \emph on
34275 l
34276 \emph default
34277 (左揃え)・
34278 \emph on
34279 r
34280 \emph default
34281 (右揃え)・
34282 \emph on
34283 b
34284 \emph default
34285 (下揃え)・
34286 \emph on
34287 t
34288 \emph default
34289 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34290 \emph on
34291 lt
34292 \emph default
34293 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34294 \emph on
34295 l
34296 \emph default
34297 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34298 \end_layout
34299
34300 \begin_layout Standard
34301 下の例では,
34302 \family sans
34303 原点
34304 \family default
34305 差込枠に
34306 \series bold
34307 origin=c
34308 \series default
34309
34310 \family sans
34311 回転
34312 \family default
34313 差込枠に
34314 \series bold
34315 60
34316 \series default
34317 と入れています.
34318 \end_layout
34319
34320 \begin_layout Standard
34321 これは,
34322 \begin_inset Flex Rotatebox
34323 status open
34324
34325 \begin_layout Plain Layout
34326 \begin_inset Argument 1
34327 status open
34328
34329 \begin_layout Plain Layout
34330 origin=c
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \begin_inset Argument 2
34337 status open
34338
34339 \begin_layout Plain Layout
34340 60
34341 \end_layout
34342
34343 \end_inset
34344
34345 回転した
34346 \end_layout
34347
34348 \end_inset
34349
34350 文章を含む行です.
34351 \end_layout
34352
34353 \begin_layout Standard
34354 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34355 \end_layout
34356
34357 \begin_layout Standard
34358 これは,
34359 \begin_inset Flex Rotatebox
34360 status open
34361
34362 \begin_layout Plain Layout
34363 \begin_inset Argument 1
34364 status open
34365
34366 \begin_layout Plain Layout
34367 origin=r
34368 \end_layout
34369
34370 \end_inset
34371
34372
34373 \begin_inset Argument 2
34374 status open
34375
34376 \begin_layout Plain Layout
34377 60
34378 \end_layout
34379
34380 \end_inset
34381
34382
34383 \begin_inset Box Doublebox
34384 position "c"
34385 hor_pos "c"
34386 has_inner_box 0
34387 inner_pos "c"
34388 use_parbox 0
34389 use_makebox 0
34390 width "1in"
34391 special "width"
34392 height "1in"
34393 height_special "totalheight"
34394 thickness "0.4pt"
34395 separation "3pt"
34396 shadowsize "4pt"
34397 framecolor "black"
34398 backgroundcolor "none"
34399 status open
34400
34401 \begin_layout Plain Layout
34402 回転した
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \end_inset
34411
34412 枠付き文章と
34413 \begin_inset Flex Rotatebox
34414 status open
34415
34416 \begin_layout Plain Layout
34417 \begin_inset Argument 1
34418 status open
34419
34420 \begin_layout Plain Layout
34421 origin=lb
34422 \end_layout
34423
34424 \end_inset
34425
34426
34427 \begin_inset Argument 2
34428 status open
34429
34430 \begin_layout Plain Layout
34431 60
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \end_inset
34444
34445 数式を含む行です.
34446 \end_layout
34447
34448 \begin_layout Standard
34449 あるいは,以下のように図や表を入れることもできます.
34450 \end_layout
34451
34452 \begin_layout Standard
34453 これは,
34454 \begin_inset Flex Rotatebox
34455 status open
34456
34457 \begin_layout Plain Layout
34458 \begin_inset Argument 1
34459 status open
34460
34461 \begin_layout Plain Layout
34462 origin=lb
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \begin_inset Argument 2
34469 status open
34470
34471 \begin_layout Plain Layout
34472 90
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \begin_inset Graphics
34479         filename ../clipart/Star-structure.pdf
34480         lyxscale 50
34481         width 25col%
34482
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \end_inset
34489
34490 回転した画像と
34491 \begin_inset Flex Rotatebox
34492 status open
34493
34494 \begin_layout Plain Layout
34495 \begin_inset Argument 2
34496 status open
34497
34498 \begin_layout Plain Layout
34499 -90
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \begin_inset Tabular
34506 <lyxtabular version="3" rows="2" columns="2">
34507 <features tabularvalignment="middle">
34508 <column alignment="center" valignment="top">
34509 <column alignment="center" valignment="top">
34510 <row>
34511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34512 \begin_inset Text
34513
34514 \begin_layout Plain Layout
34515 q
34516 \end_layout
34517
34518 \end_inset
34519 </cell>
34520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34521 \begin_inset Text
34522
34523 \begin_layout Plain Layout
34524 w
34525 \end_layout
34526
34527 \end_inset
34528 </cell>
34529 </row>
34530 <row>
34531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34532 \begin_inset Text
34533
34534 \begin_layout Plain Layout
34535 e
34536 \end_layout
34537
34538 \end_inset
34539 </cell>
34540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34541 \begin_inset Text
34542
34543 \begin_layout Plain Layout
34544 r
34545 \end_layout
34546
34547 \end_inset
34548 </cell>
34549 </row>
34550 </lyxtabular>
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \end_inset
34558
34559 表を含む行です.
34560 \end_layout
34561
34562 \begin_layout Standard
34563 \begin_inset Note Greyedout
34564 status open
34565
34566 \begin_layout Plain Layout
34567
34568 \series bold
34569 【註】
34570 \family sans
34571 \series default
34572 角度
34573 \family default
34574 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34575 エラーが発生します.
34576 \end_layout
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Subsection
34584 ボックスの伸縮
34585 \begin_inset Index idx
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34590 \end_layout
34591
34592 \end_inset
34593
34594
34595 \begin_inset Index idx
34596 status collapsed
34597
34598 \begin_layout Plain Layout
34599 しんしゅく@伸縮 ! そざいの@素材の—
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \begin_inset Index idx
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 ず@図 ! のしんしゅく@—の伸縮
34610 \end_layout
34611
34612 \end_inset
34613
34614
34615 \begin_inset Index idx
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34620 \end_layout
34621
34622 \end_inset
34623
34624
34625 \end_layout
34626
34627 \begin_layout Standard
34628 ものを伸縮するならば,
34629 \family sans
34630 伸縮ボックス
34631 \family default
34632 に入れることができます.このボックスは,
34633 \family sans
34634 挿入\SpecialChar menuseparator
34635 拡張差込枠\SpecialChar menuseparator
34636 伸縮ボックス
34637 \family default
34638 で挿入することができます.
34639 \end_layout
34640
34641 \begin_layout Standard
34642
34643 \family sans
34644 伸縮ボックス
34645 \family default
34646 には,必須差込枠「
34647 \family sans
34648 水平因子
34649 \family default
34650 」と,非必須差込枠「
34651 \family sans
34652 垂直因子
34653 \family default
34654 」(「
34655 \family sans
34656 挿入\SpecialChar menuseparator
34657 垂直因子
34658 \family default
34659 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34660 \family sans
34661 垂直因子
34662 \family default
34663 を使わない場合には,水平因子が垂直因子としても使われます.
34664 \end_layout
34665
34666 \begin_layout Standard
34667 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34668 \family sans
34669 水平因子
34670 \family default
34671 差込枠に
34672 \series bold
34673 2
34674 \series default
34675 と入力してください.例:
34676 \begin_inset Flex Scalebox
34677 status open
34678
34679 \begin_layout Plain Layout
34680 \begin_inset Argument 1
34681 status open
34682
34683 \begin_layout Plain Layout
34684 2
34685 \end_layout
34686
34687 \end_inset
34688
34689 こんにちは
34690 \end_layout
34691
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \begin_layout Standard
34698
34699 \family sans
34700 水平因子
34701 \family default
34702
34703 \series bold
34704 2
34705 \series default
34706
34707 \family sans
34708 垂直因子
34709 \family default
34710
34711 \series bold
34712 1
34713 \series default
34714 にすると,このようにゆがみます:
34715 \begin_inset Flex Scalebox
34716 status open
34717
34718 \begin_layout Plain Layout
34719 \begin_inset Argument 1
34720 status open
34721
34722 \begin_layout Plain Layout
34723 2
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \begin_inset Argument 2
34730 status open
34731
34732 \begin_layout Plain Layout
34733 1
34734 \end_layout
34735
34736 \end_inset
34737
34738 こんにちは
34739 \end_layout
34740
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Standard
34747 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
34748 \family sans
34749 水平因子
34750 \family default
34751
34752 \series bold
34753 -1
34754 \series default
34755
34756 \family sans
34757 垂直因子
34758 \family default
34759
34760 \series bold
34761 1
34762 \series default
34763 にします:
34764 \begin_inset Flex Scalebox
34765 status open
34766
34767 \begin_layout Plain Layout
34768 \begin_inset Argument 1
34769 status open
34770
34771 \begin_layout Plain Layout
34772 -1
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \begin_inset Argument 2
34779 status open
34780
34781 \begin_layout Plain Layout
34782 1
34783 \end_layout
34784
34785 \end_inset
34786
34787 こんにちは
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \begin_layout Standard
34796
34797 \family sans
34798 水平因子
34799 \family default
34800
34801 \series bold
34802 1
34803 \series default
34804
34805 \family sans
34806 垂直因子
34807 \family default
34808
34809 \series bold
34810 -1
34811 \series default
34812 にすると,ベースラインでひっくり返した形になります:
34813 \begin_inset Flex Scalebox
34814 status open
34815
34816 \begin_layout Plain Layout
34817 \begin_inset Argument 1
34818 status open
34819
34820 \begin_layout Plain Layout
34821 1
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \begin_inset Argument 2
34828 status open
34829
34830 \begin_layout Plain Layout
34831 -1
34832 \end_layout
34833
34834 \end_inset
34835
34836 こんにちは
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \begin_layout Standard
34845
34846 \family sans
34847 反転ボックス
34848 \family default
34849 (「
34850 \family sans
34851 挿入\SpecialChar menuseparator
34852 拡張差込枠\SpecialChar menuseparator
34853 反転ボックス
34854 \family default
34855 」メニュー)は,
34856 \family sans
34857 伸縮ボックス
34858 \family default
34859
34860 \family sans
34861 水平因子
34862 \family default
34863
34864 \series bold
34865 -1
34866 \series default
34867
34868 \family sans
34869 垂直因子
34870 \family default
34871
34872 \series bold
34873 1
34874 \series default
34875 にしたものと同じです.
34876 \end_layout
34877
34878 \begin_layout Standard
34879 \begin_inset Note Greyedout
34880 status open
34881
34882 \begin_layout Plain Layout
34883
34884 \series bold
34885 【註】
34886 \family sans
34887 \series default
34888 水平因子
34889 \family default
34890 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34891 エラーが発生します.
34892 \end_layout
34893
34894 \end_inset
34895
34896
34897 \end_layout
34898
34899 \begin_layout Standard
34900 \begin_inset VSpace bigskip
34901 \end_inset
34902
34903 中身を決まった幅と高さに伸縮したい場合には,
34904 \family sans
34905 寸法変更ボックス
34906 \family default
34907 (「
34908 \family sans
34909 挿入\SpecialChar menuseparator
34910 拡張差込枠\SpecialChar menuseparator
34911 寸法変更ボックス
34912 \family default
34913 」メニュー)を使うことができます.
34914 \family sans
34915 寸法変更ボックス
34916 \family default
34917 には,必須差込枠「
34918 \family sans
34919
34920 \family default
34921 」と,非必須差込枠「
34922 \family sans
34923 高さ
34924 \family default
34925 」(「
34926 \family sans
34927 挿入\SpecialChar menuseparator
34928 高さ
34929 \family default
34930 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
34931 \begin_inset CommandInset ref
34932 LatexCommand ref
34933 reference "tab:単位"
34934
34935 \end_inset
34936
34937 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
34938 \series bold
34939 !
34940 \series default
34941 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
34942 \family sans
34943 高さ
34944 \family default
34945 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
34946 \end_layout
34947
34948 \begin_layout Standard
34949
34950 \series bold
34951 2cm
34952 \series default
34953
34954 \family sans
34955
34956 \family default
34957 に,
34958 \series bold
34959 1cm
34960 \series default
34961
34962 \family sans
34963 高さ
34964 \family default
34965 に使用するとこうなります:
34966 \begin_inset Flex Resizebox
34967 status open
34968
34969 \begin_layout Plain Layout
34970 \begin_inset Argument 1
34971 status open
34972
34973 \begin_layout Plain Layout
34974 2cm
34975 \end_layout
34976
34977 \end_inset
34978
34979
34980 \begin_inset Argument 2
34981 status open
34982
34983 \begin_layout Plain Layout
34984 1cm
34985 \end_layout
34986
34987 \end_inset
34988
34989 こんにちは
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \begin_inset Newline newline
34996 \end_inset
34997
34998
34999 \series bold
35000 2cm
35001 \series default
35002
35003 \family sans
35004
35005 \family default
35006 に,
35007 \series bold
35008 !
35009 \series default
35010
35011 \family sans
35012 高さ
35013 \family default
35014 に使用すると(あるいは
35015 \family sans
35016 高さ
35017 \family default
35018 なし)こうなります:
35019 \begin_inset Flex Resizebox
35020 status open
35021
35022 \begin_layout Plain Layout
35023 \begin_inset Argument 1
35024 status open
35025
35026 \begin_layout Plain Layout
35027 2cm
35028 \end_layout
35029
35030 \end_inset
35031
35032
35033 \begin_inset Argument 2
35034 status open
35035
35036 \begin_layout Plain Layout
35037 !
35038 \end_layout
35039
35040 \end_inset
35041
35042 こんにちは
35043 \end_layout
35044
35045 \end_inset
35046
35047
35048 \end_layout
35049
35050 \begin_layout Standard
35051 \begin_inset Note Greyedout
35052 status open
35053
35054 \begin_layout Plain Layout
35055
35056 \series bold
35057 【註】
35058 \family sans
35059 \series default
35060
35061 \family default
35062 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35063 エラーが発生します.
35064 \end_layout
35065
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \begin_layout Standard
35072 \begin_inset VSpace bigskip
35073 \end_inset
35074
35075
35076 \end_layout
35077
35078 \begin_layout Standard
35079 ボックスは好きな順序で組み合わせることができます.
35080 \family sans
35081 回転ボックス
35082 \family default
35083 の中に
35084 \family sans
35085 寸法変更ボックス
35086 \family default
35087 が入り,さらにその中に
35088 \family sans
35089 反転ボックス
35090 \family default
35091 が入っている例です:
35092 \end_layout
35093
35094 \begin_layout Standard
35095 \noindent
35096 \align center
35097 \begin_inset Flex Rotatebox
35098 status open
35099
35100 \begin_layout Plain Layout
35101 \begin_inset Argument 1
35102 status open
35103
35104 \begin_layout Plain Layout
35105 origin=c
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \begin_inset Argument 2
35112 status open
35113
35114 \begin_layout Plain Layout
35115 -45
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \begin_inset Flex Resizebox
35122 status open
35123
35124 \begin_layout Plain Layout
35125 \begin_inset Argument 1
35126 status open
35127
35128 \begin_layout Plain Layout
35129 2cm
35130 \end_layout
35131
35132 \end_inset
35133
35134
35135 \begin_inset Flex Reflectbox
35136 status open
35137
35138 \begin_layout Plain Layout
35139 こんにちは
35140 \end_layout
35141
35142 \end_inset
35143
35144
35145 \end_layout
35146
35147 \end_inset
35148
35149
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Standard
35158 \noindent
35159 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35160 \end_layout
35161
35162 \begin_layout Standard
35163 \noindent
35164 \align center
35165 \begin_inset Flex Resizebox
35166 status open
35167
35168 \begin_layout Plain Layout
35169 \begin_inset Argument 1
35170 status open
35171
35172 \begin_layout Plain Layout
35173 2cm
35174 \end_layout
35175
35176 \end_inset
35177
35178
35179 \begin_inset Flex Reflectbox
35180 status open
35181
35182 \begin_layout Plain Layout
35183 \begin_inset Graphics
35184         filename ../clipart/Star-structure.pdf
35185         lyxscale 50
35186         width 25col%
35187
35188 \end_inset
35189
35190
35191 \end_layout
35192
35193 \end_inset
35194
35195
35196 \end_layout
35197
35198 \end_inset
35199
35200  
35201 \begin_inset Flex Resizebox
35202 status open
35203
35204 \begin_layout Plain Layout
35205 \begin_inset Argument 1
35206 status open
35207
35208 \begin_layout Plain Layout
35209 2cm
35210 \end_layout
35211
35212 \end_inset
35213
35214
35215 \begin_inset Flex Reflectbox
35216 status open
35217
35218 \begin_layout Plain Layout
35219 \begin_inset Tabular
35220 <lyxtabular version="3" rows="2" columns="2">
35221 <features tabularvalignment="middle">
35222 <column alignment="center" valignment="top">
35223 <column alignment="center" valignment="top">
35224 <row>
35225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35226 \begin_inset Text
35227
35228 \begin_layout Plain Layout
35229 q
35230 \end_layout
35231
35232 \end_inset
35233 </cell>
35234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35235 \begin_inset Text
35236
35237 \begin_layout Plain Layout
35238 w
35239 \end_layout
35240
35241 \end_inset
35242 </cell>
35243 </row>
35244 <row>
35245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35246 \begin_inset Text
35247
35248 \begin_layout Plain Layout
35249 e
35250 \end_layout
35251
35252 \end_inset
35253 </cell>
35254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35255 \begin_inset Text
35256
35257 \begin_layout Plain Layout
35258 r
35259 \end_layout
35260
35261 \end_inset
35262 </cell>
35263 </row>
35264 </lyxtabular>
35265
35266 \end_inset
35267
35268
35269 \end_layout
35270
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \end_inset
35277
35278  
35279 \begin_inset Flex Resizebox
35280 status open
35281
35282 \begin_layout Plain Layout
35283 \begin_inset Argument 1
35284 status open
35285
35286 \begin_layout Plain Layout
35287 3cm
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \begin_inset Flex Reflectbox
35294 status open
35295
35296 \begin_layout Plain Layout
35297 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35298 \end_inset
35299
35300
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \begin_layout Standard
35314 文書で大域的に数式様式
35315 \series bold
35316 fleqn
35317 \series default
35318 を使用している場合
35319 \begin_inset Foot
35320 status collapsed
35321
35322 \begin_layout Plain Layout
35323 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35324 \end_layout
35325
35326 \end_inset
35327
35328 には,別行建て数式も伸縮させることができます.
35329 \end_layout
35330
35331 \begin_layout Chapter
35332 本文回り込みオブジェクト
35333 \begin_inset Index idx
35334 status collapsed
35335
35336 \begin_layout Plain Layout
35337 ほんぶんまわりこみ@本文回り込み
35338 \end_layout
35339
35340 \end_inset
35341
35342
35343 \end_layout
35344
35345 \begin_layout Section
35346 折返しフロート
35347 \begin_inset CommandInset label
35348 LatexCommand label
35349 name "sec:折返しフロート"
35350
35351 \end_inset
35352
35353
35354 \begin_inset Index idx
35355 status collapsed
35356
35357 \begin_layout Plain Layout
35358 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35359 \end_layout
35360
35361 \end_inset
35362
35363
35364 \begin_inset Index idx
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \begin_layout Standard
35377 \begin_inset Wrap figure
35378 lines 0
35379 placement l
35380 overhang 1cm
35381 width "40col%"
35382 status open
35383
35384 \begin_layout Plain Layout
35385 \begin_inset Graphics
35386         filename ../clipart/2D-intensity-plot.pdf
35387         width 40col%
35388         scaleBeforeRotation
35389         rotateOrigin center
35390
35391 \end_inset
35392
35393
35394 \end_layout
35395
35396 \begin_layout Plain Layout
35397 \begin_inset Caption Standard
35398
35399 \begin_layout Plain Layout
35400 \begin_inset CommandInset label
35401 LatexCommand label
35402 name "fig:折返し図フロート"
35403
35404 \end_inset
35405
35406 これは折返し図フロートです.
35407 \end_layout
35408
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \end_inset
35415
35416 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35417 パッケージの
35418 \series bold
35419 wrapfig
35420 \series default
35421
35422 \begin_inset Index idx
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426 \SpecialChar LaTeX
35427 ぱっけーじ@\SpecialChar LaTeX
35428 パッケージ ! wrapfig
35429 \end_layout
35430
35431 \end_inset
35432
35433 を導入済みであれば,
35434 \family sans
35435 挿入\SpecialChar menuseparator
35436 フロート\SpecialChar menuseparator
35437 折返し図フロート
35438 \family default
35439
35440 \family sans
35441 折返し表フロート
35442 \family default
35443 メニューで挿入することができます
35444 \begin_inset Foot
35445 status collapsed
35446
35447 \begin_layout Plain Layout
35448 \SpecialChar LaTeX
35449 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35450 の設定』に説明されています.
35451 \end_layout
35452
35453 \end_inset
35454
35455 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35456 \family sans
35457 配置
35458 \family default
35459
35460 \family sans
35461
35462 \family default
35463 です.非必須項目として,
35464 \family sans
35465 ぶら下げ
35466 \family default
35467
35468 \family sans
35469 行幅
35470 \family default
35471 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35472 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35473 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35474 に許可するかを指定することができます.第
35475 \begin_inset CommandInset ref
35476 LatexCommand ref
35477 reference "fig:折返し図フロート"
35478
35479 \end_inset
35480
35481 図は,40
35482 \begin_inset space \thinspace{}
35483 \end_inset
35484
35485 列幅%の幅と1
35486 \begin_inset space \thinspace{}
35487 \end_inset
35488
35489 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35490 \end_layout
35491
35492 \begin_layout Standard
35493 \begin_inset Note Greyedout
35494 status open
35495
35496 \begin_layout Plain Layout
35497
35498 \series bold
35499 【註】
35500 \series default
35501 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35502 上書きされて出力されたりします.
35503 \end_layout
35504
35505 \end_inset
35506
35507
35508 \end_layout
35509
35510 \begin_layout Standard
35511 原則として,
35512 \end_layout
35513
35514 \begin_layout Itemize
35515 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35516 うになってから,正確な位置に挿入しなくてはなりません.
35517 \end_layout
35518
35519 \begin_layout Itemize
35520 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35521 \end_layout
35522
35523 \begin_layout Itemize
35524 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35525 \end_layout
35526
35527 \begin_layout Itemize
35528 折返しフロートは,節見出しや表中に入れることは認められていません.
35529 \end_layout
35530
35531 \begin_layout Itemize
35532 連番や参照は,第
35533 \begin_inset CommandInset ref
35534 LatexCommand ref
35535 reference "chap:フロート"
35536
35537 \end_inset
35538
35539 章で述べられているように動作します.
35540 \end_layout
35541
35542 \begin_layout Section
35543 固定回り込みオブジェクト
35544 \begin_inset Index idx
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35549 \end_layout
35550
35551 \end_inset
35552
35553
35554 \end_layout
35555
35556 \begin_layout Standard
35557
35558 \begin_inset CommandInset ref
35559 LatexCommand ref
35560 reference "sec:折返しフロート"
35561
35562 \end_inset
35563
35564 節の折返しフロートは,段落中で,以下のような配置がされます.
35565 \end_layout
35566
35567 \begin_layout Standard
35568 \noindent
35569 \align center
35570 \begin_inset Tabular
35571 <lyxtabular version="3" rows="2" columns="2">
35572 <features tabularvalignment="middle">
35573 <column alignment="center" valignment="top">
35574 <column alignment="center" valignment="top">
35575 <row>
35576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35577 \begin_inset Text
35578
35579 \begin_layout Plain Layout
35580 \begin_inset Info
35581 type  "icon"
35582 arg   "dialog-show-new-inset graphics"
35583 \end_inset
35584
35585
35586 \end_layout
35587
35588 \end_inset
35589 </cell>
35590 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35591 \begin_inset Text
35592
35593 \begin_layout Plain Layout
35594 文章
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 <row>
35601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605 文章
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35611 \begin_inset Text
35612
35613 \begin_layout Plain Layout
35614 文章
35615 \end_layout
35616
35617 \end_inset
35618 </cell>
35619 </row>
35620 </lyxtabular>
35621
35622 \end_inset
35623
35624  or 
35625 \begin_inset Tabular
35626 <lyxtabular version="3" rows="2" columns="2">
35627 <features tabularvalignment="middle">
35628 <column alignment="center" valignment="top">
35629 <column alignment="center" valignment="top">
35630 <row>
35631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35632 \begin_inset Text
35633
35634 \begin_layout Plain Layout
35635 文章
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35641 \begin_inset Text
35642
35643 \begin_layout Plain Layout
35644 \begin_inset Info
35645 type  "icon"
35646 arg   "dialog-show-new-inset graphics"
35647 \end_inset
35648
35649
35650 \end_layout
35651
35652 \end_inset
35653 </cell>
35654 </row>
35655 <row>
35656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35657 \begin_inset Text
35658
35659 \begin_layout Plain Layout
35660 文章
35661 \end_layout
35662
35663 \end_inset
35664 </cell>
35665 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35666 \begin_inset Text
35667
35668 \begin_layout Plain Layout
35669 文章
35670 \end_layout
35671
35672 \end_inset
35673 </cell>
35674 </row>
35675 </lyxtabular>
35676
35677 \end_inset
35678
35679
35680 \end_layout
35681
35682 \begin_layout Standard
35683 以下に示すいずれかのように,
35684 \begin_inset VSpace defskip
35685 \end_inset
35686
35687
35688 \end_layout
35689
35690 \begin_layout Standard
35691 \noindent
35692 \align center
35693 \begin_inset Tabular
35694 <lyxtabular version="3" rows="2" columns="2">
35695 <features tabularvalignment="middle">
35696 <column alignment="center" valignment="top">
35697 <column alignment="center" valignment="top">
35698 <row>
35699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35700 \begin_inset Text
35701
35702 \begin_layout Plain Layout
35703 文章
35704 \end_layout
35705
35706 \end_inset
35707 </cell>
35708 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35709 \begin_inset Text
35710
35711 \begin_layout Plain Layout
35712 文章
35713 \end_layout
35714
35715 \end_inset
35716 </cell>
35717 </row>
35718 <row>
35719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35720 \begin_inset Text
35721
35722 \begin_layout Plain Layout
35723 \begin_inset Info
35724 type  "icon"
35725 arg   "dialog-show-new-inset graphics"
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35734 \begin_inset Text
35735
35736 \begin_layout Plain Layout
35737 文章
35738 \end_layout
35739
35740 \end_inset
35741 </cell>
35742 </row>
35743 </lyxtabular>
35744
35745 \end_inset
35746
35747  
35748 \begin_inset Tabular
35749 <lyxtabular version="3" rows="2" columns="2">
35750 <features tabularvalignment="middle">
35751 <column alignment="center" valignment="top">
35752 <column alignment="center" valignment="top">
35753 <row>
35754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 文章
35759 \end_layout
35760
35761 \end_inset
35762 </cell>
35763 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35764 \begin_inset Text
35765
35766 \begin_layout Plain Layout
35767 文章
35768 \end_layout
35769
35770 \end_inset
35771 </cell>
35772 </row>
35773 <row>
35774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35775 \begin_inset Text
35776
35777 \begin_layout Plain Layout
35778 文章
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35784 \begin_inset Text
35785
35786 \begin_layout Plain Layout
35787 \begin_inset Info
35788 type  "icon"
35789 arg   "dialog-show-new-inset graphics"
35790 \end_inset
35791
35792
35793 \end_layout
35794
35795 \end_inset
35796 </cell>
35797 </row>
35798 </lyxtabular>
35799
35800 \end_inset
35801
35802  
35803 \begin_inset Tabular
35804 <lyxtabular version="3" rows="2" columns="3">
35805 <features tabularvalignment="middle">
35806 <column alignment="center" valignment="top">
35807 <column alignment="center" valignment="top">
35808 <column alignment="center" valignment="top">
35809 <row>
35810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35811 \begin_inset Text
35812
35813 \begin_layout Plain Layout
35814 文章
35815 \end_layout
35816
35817 \end_inset
35818 </cell>
35819 <cell alignment="center" valignment="top" topline="true" usebox="none">
35820 \begin_inset Text
35821
35822 \begin_layout Plain Layout
35823 \begin_inset Info
35824 type  "icon"
35825 arg   "dialog-show-new-inset graphics"
35826 \end_inset
35827
35828
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35834 \begin_inset Text
35835
35836 \begin_layout Plain Layout
35837 文章
35838 \end_layout
35839
35840 \end_inset
35841 </cell>
35842 </row>
35843 <row>
35844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35845 \begin_inset Text
35846
35847 \begin_layout Plain Layout
35848 文章
35849 \end_layout
35850
35851 \end_inset
35852 </cell>
35853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35854 \begin_inset Text
35855
35856 \begin_layout Plain Layout
35857 文章
35858 \end_layout
35859
35860 \end_inset
35861 </cell>
35862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35863 \begin_inset Text
35864
35865 \begin_layout Plain Layout
35866 文章
35867 \end_layout
35868
35869 \end_inset
35870 </cell>
35871 </row>
35872 </lyxtabular>
35873
35874 \end_inset
35875
35876  
35877 \begin_inset Tabular
35878 <lyxtabular version="3" rows="2" columns="3">
35879 <features tabularvalignment="middle">
35880 <column alignment="center" valignment="top">
35881 <column alignment="center" valignment="top">
35882 <column alignment="center" valignment="top">
35883 <row>
35884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35885 \begin_inset Text
35886
35887 \begin_layout Plain Layout
35888 文章
35889 \end_layout
35890
35891 \end_inset
35892 </cell>
35893 <cell alignment="center" valignment="top" topline="true" usebox="none">
35894 \begin_inset Text
35895
35896 \begin_layout Plain Layout
35897 文章
35898 \end_layout
35899
35900 \end_inset
35901 </cell>
35902 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35903 \begin_inset Text
35904
35905 \begin_layout Plain Layout
35906 文章
35907 \end_layout
35908
35909 \end_inset
35910 </cell>
35911 </row>
35912 <row>
35913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35914 \begin_inset Text
35915
35916 \begin_layout Plain Layout
35917 文章
35918 \end_layout
35919
35920 \end_inset
35921 </cell>
35922 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35923 \begin_inset Text
35924
35925 \begin_layout Plain Layout
35926 \begin_inset Info
35927 type  "icon"
35928 arg   "dialog-show-new-inset graphics"
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35937 \begin_inset Text
35938
35939 \begin_layout Plain Layout
35940 文章
35941 \end_layout
35942
35943 \end_inset
35944 </cell>
35945 </row>
35946 </lyxtabular>
35947
35948 \end_inset
35949
35950
35951 \end_layout
35952
35953 \begin_layout Standard
35954 \noindent
35955 \align center
35956 \begin_inset Tabular
35957 <lyxtabular version="3" rows="3" columns="2">
35958 <features tabularvalignment="middle">
35959 <column alignment="center" valignment="top">
35960 <column alignment="center" valignment="top">
35961 <row>
35962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 文章
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35972 \begin_inset Text
35973
35974 \begin_layout Plain Layout
35975 文章
35976 \end_layout
35977
35978 \end_inset
35979 </cell>
35980 </row>
35981 <row>
35982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35983 \begin_inset Text
35984
35985 \begin_layout Plain Layout
35986 \begin_inset Info
35987 type  "icon"
35988 arg   "dialog-show-new-inset graphics"
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \end_inset
35995 </cell>
35996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35997 \begin_inset Text
35998
35999 \begin_layout Plain Layout
36000 文章
36001 \end_layout
36002
36003 \end_inset
36004 </cell>
36005 </row>
36006 <row>
36007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36008 \begin_inset Text
36009
36010 \begin_layout Plain Layout
36011 文章
36012 \end_layout
36013
36014 \end_inset
36015 </cell>
36016 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36017 \begin_inset Text
36018
36019 \begin_layout Plain Layout
36020 文章
36021 \end_layout
36022
36023 \end_inset
36024 </cell>
36025 </row>
36026 </lyxtabular>
36027
36028 \end_inset
36029
36030  
36031 \begin_inset Tabular
36032 <lyxtabular version="3" rows="3" columns="3">
36033 <features tabularvalignment="middle">
36034 <column alignment="center" valignment="top">
36035 <column alignment="center" valignment="top">
36036 <column alignment="center" valignment="top">
36037 <row>
36038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36039 \begin_inset Text
36040
36041 \begin_layout Plain Layout
36042 文章
36043 \end_layout
36044
36045 \end_inset
36046 </cell>
36047 <cell alignment="center" valignment="top" topline="true" usebox="none">
36048 \begin_inset Text
36049
36050 \begin_layout Plain Layout
36051 文章
36052 \end_layout
36053
36054 \end_inset
36055 </cell>
36056 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060 文章
36061 \end_layout
36062
36063 \end_inset
36064 </cell>
36065 </row>
36066 <row>
36067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 文章
36072 \end_layout
36073
36074 \end_inset
36075 </cell>
36076 <cell alignment="center" valignment="top" usebox="none">
36077 \begin_inset Text
36078
36079 \begin_layout Plain Layout
36080 \begin_inset Info
36081 type  "icon"
36082 arg   "dialog-show-new-inset graphics"
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \end_inset
36089 </cell>
36090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Plain Layout
36094 文章
36095 \end_layout
36096
36097 \end_inset
36098 </cell>
36099 </row>
36100 <row>
36101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36102 \begin_inset Text
36103
36104 \begin_layout Plain Layout
36105 文章
36106 \end_layout
36107
36108 \end_inset
36109 </cell>
36110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114 文章
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123 文章
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 </row>
36129 </lyxtabular>
36130
36131 \end_inset
36132
36133  
36134 \begin_inset Tabular
36135 <lyxtabular version="3" rows="3" columns="2">
36136 <features tabularvalignment="middle">
36137 <column alignment="center" valignment="top">
36138 <column alignment="center" valignment="top">
36139 <row>
36140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36141 \begin_inset Text
36142
36143 \begin_layout Plain Layout
36144 文章
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36150 \begin_inset Text
36151
36152 \begin_layout Plain Layout
36153 文章
36154 \end_layout
36155
36156 \end_inset
36157 </cell>
36158 </row>
36159 <row>
36160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36161 \begin_inset Text
36162
36163 \begin_layout Plain Layout
36164 文章
36165 \end_layout
36166
36167 \end_inset
36168 </cell>
36169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36170 \begin_inset Text
36171
36172 \begin_layout Plain Layout
36173 \begin_inset Info
36174 type  "icon"
36175 arg   "dialog-show-new-inset graphics"
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \end_inset
36182 </cell>
36183 </row>
36184 <row>
36185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36186 \begin_inset Text
36187
36188 \begin_layout Plain Layout
36189 文章
36190 \end_layout
36191
36192 \end_inset
36193 </cell>
36194 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36195 \begin_inset Text
36196
36197 \begin_layout Plain Layout
36198 文章
36199 \end_layout
36200
36201 \end_inset
36202 </cell>
36203 </row>
36204 </lyxtabular>
36205
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Standard
36212 \noindent
36213 オブジェクトを挿入した場所に正確に配置したい時には,
36214 \series bold
36215 picinpar
36216 \series default
36217
36218 \begin_inset Index idx
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222 \SpecialChar LaTeX
36223 ぱっけーじ@\SpecialChar LaTeX
36224 パッケージ ! picinpar
36225 \end_layout
36226
36227 \end_inset
36228
36229 \SpecialChar LaTeX
36230 パッケージを使うことができます.下記はその用例です.
36231 \end_layout
36232
36233 \begin_layout Standard
36234 \begin_inset ERT
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238
36239
36240 \backslash
36241 ifpicinpar
36242 \end_layout
36243
36244 \end_inset
36245
36246
36247 \begin_inset Note Note
36248 status open
36249
36250 \begin_layout Plain Layout
36251 以下の部分は,\SpecialChar LaTeX
36252 パッケージ
36253 \series bold
36254 picinpar
36255 \series default
36256 が導入されているときのみ表示されます.
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \end_layout
36263
36264 \begin_layout Standard
36265 \begin_inset ERT
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269
36270
36271 \backslash
36272 begin{window}[2,c,{
36273 \end_layout
36274
36275 \end_inset
36276
36277
36278 \begin_inset Graphics
36279         filename ../clipart/2D-intensity-plot.pdf
36280         lyxscale 60
36281         width 40col%
36282         scaleBeforeRotation
36283         rotateOrigin center
36284
36285 \end_inset
36286
36287
36288 \begin_inset ERT
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292
36293 },]
36294 \end_layout
36295
36296 \begin_layout Plain Layout
36297
36298 {}
36299 \end_layout
36300
36301 \end_inset
36302
36303
36304 \size small
36305 It was in the spring of the year 1894 that all London was interested, and
36306  the fashionable world dismayed, by the murder of the Honourable Ronald
36307  Adair under most unusual and inexplicable circumstances.
36308  The public has already learned those particulars of the crime which
36309 \size default
36310
36311 \begin_inset ERT
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315
36316
36317 \backslash
36318 footnotemark{}
36319 \end_layout
36320
36321 \end_inset
36322
36323
36324 \size small
36325  came out in the police investigation, but a good deal was suppressed upon
36326  that occasion, since the case for the prosecution was so overwhelmingly
36327  strong that it was not necessary to bring forward all the facts.
36328  Only now, at the end of nearly ten years, am I allowed to supply those
36329  missing links which make up the whole of that remarkable chain.
36330 \size default
36331
36332 \begin_inset ERT
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336
36337
36338 \backslash
36339 end{window}
36340 \end_layout
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \begin_layout Standard
36348 \begin_inset ERT
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352
36353
36354 \backslash
36355 footnotetext{
36356 \end_layout
36357
36358 \end_inset
36359
36360 固定オブジェクトのある段落の脚註
36361 \begin_inset ERT
36362 status collapsed
36363
36364 \begin_layout Plain Layout
36365
36366 }
36367 \end_layout
36368
36369 \end_inset
36370
36371
36372 \end_layout
36373
36374 \begin_layout Standard
36375 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36376 ートとは違って,連番のキャプションをつけることはできません.
36377 \end_layout
36378
36379 \begin_layout Standard
36380 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36381 コードで
36382 \end_layout
36383
36384 \begin_layout Standard
36385
36386 \series bold
36387
36388 \backslash
36389 begin{window}[2,c,{
36390 \end_layout
36391
36392 \begin_layout Standard
36393 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36394 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36395 段幅の40
36396 \begin_inset space \thinspace{}
36397 \end_inset
36398
36399 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36400 \end_layout
36401
36402 \begin_layout Standard
36403
36404 \series bold
36405 },説明文]
36406 \begin_inset Newline newline
36407 \end_inset
36408
36409 {}
36410 \end_layout
36411
36412 \begin_layout Standard
36413 というコマンドが挿入されています.2行目に「
36414 \series bold
36415 {}
36416 \series default
36417 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36418 \series bold
36419 {}
36420 \series default
36421 の直後から書き始めてください.段落末には,
36422 \end_layout
36423
36424 \begin_layout Standard
36425
36426 \series bold
36427
36428 \backslash
36429 end{window}
36430 \end_layout
36431
36432 \begin_layout Standard
36433 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36434 \begin_inset CommandInset ref
36435 LatexCommand ref
36436 reference "sec:脚注"
36437
36438 \end_inset
36439
36440 節にあるように,代わりに,段落内で
36441 \series bold
36442
36443 \backslash
36444 footnotemark
36445 \series default
36446 コマンドを使用し,段落外に
36447 \series bold
36448
36449 \backslash
36450 footnotetext
36451 \series default
36452 コマンドを用いてください.
36453 \end_layout
36454
36455 \begin_layout Standard
36456 \begin_inset ERT
36457 status collapsed
36458
36459 \begin_layout Plain Layout
36460
36461
36462 \backslash
36463 else
36464 \end_layout
36465
36466 \end_inset
36467
36468
36469 \begin_inset Note Note
36470 status open
36471
36472 \begin_layout Plain Layout
36473 以下の部分は,\SpecialChar LaTeX
36474 パッケージ
36475 \series bold
36476 picinpar
36477 \series default
36478 が導入されていないときのみ表示されます.
36479 \end_layout
36480
36481 \end_inset
36482
36483
36484 \end_layout
36485
36486 \begin_layout Standard
36487 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36488 パッケージ
36489 \series bold
36490 picinpar
36491 \series default
36492 を導入する必要があります.
36493 \end_layout
36494
36495 \begin_layout Standard
36496 \begin_inset ERT
36497 status collapsed
36498
36499 \begin_layout Plain Layout
36500
36501
36502 \backslash
36503 fi
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Section
36512 頭文字
36513 \begin_inset Index idx
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517 かしらもじ@頭文字
36518 \end_layout
36519
36520 \end_inset
36521
36522
36523 \begin_inset Index idx
36524 status collapsed
36525
36526 \begin_layout Plain Layout
36527 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36528 \end_layout
36529
36530 \end_inset
36531
36532
36533 \end_layout
36534
36535 \begin_layout Standard
36536 頭文字を用いるには,\SpecialChar LaTeX
36537 パッケージ
36538 \begin_inset Index idx
36539 status collapsed
36540
36541 \begin_layout Plain Layout
36542 \SpecialChar LaTeX
36543 ぱっけーじ@\SpecialChar LaTeX
36544 パッケージ ! lettrine
36545 \end_layout
36546
36547 \end_inset
36548
36549 が導入済みでなくてはならず,文書中で
36550 \family sans
36551 頭文字
36552 \family default
36553 モジュールを使用する必要があります(
36554 \family sans
36555 文書\SpecialChar menuseparator
36556 設定\SpecialChar menuseparator
36557 モジュール
36558 \family default
36559 メニュー).頭文字を挿入するには,
36560 \family sans
36561 頭文字
36562 \family default
36563 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36564 \family sans
36565 挿入
36566 \family default
36567 メニューから挿入できます.必須引数
36568 \family sans
36569 頭文字
36570 \family default
36571 には,頭文字にする文字を入れ,引数
36572 \family sans
36573 頭文字の残り
36574 \family default
36575 には,頭文字の単語若しくは文字列の残りが入ります.引数
36576 \family sans
36577 オプション
36578 \family default
36579 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36580 \series bold
36581 lettrine
36582 \series default
36583 の取扱説明書
36584 \begin_inset CommandInset citation
36585 LatexCommand cite
36586 key "lettrine"
36587 literal "true"
36588
36589 \end_inset
36590
36591 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36592 \shape smallcaps
36593 スモールキャップ体(small caps
36594 \shape default
36595 )で印字されます.
36596 \end_layout
36597
36598 \begin_layout Standard
36599 下記がその例です.
36600 \end_layout
36601
36602 \begin_layout Standard
36603 \begin_inset ERT
36604 status collapsed
36605
36606 \begin_layout Plain Layout
36607
36608
36609 \backslash
36610 iflettrine
36611 \end_layout
36612
36613 \end_inset
36614
36615
36616 \begin_inset Note Note
36617 status open
36618
36619 \begin_layout Plain Layout
36620 以下の部分は,\SpecialChar LaTeX
36621 パッケージ
36622 \series bold
36623 lettrine
36624 \series default
36625 が導入されているときのみ表示されます.
36626 \end_layout
36627
36628 \end_inset
36629
36630
36631 \end_layout
36632
36633 \begin_layout Enumerate
36634 非必須引数なし.頭文字は,数式フォント
36635 \begin_inset Formula $\mathfrak{Fraktur}$
36636 \end_inset
36637
36638 の「I」.
36639 \end_layout
36640
36641 \begin_deeper
36642 \begin_layout Initial
36643 \begin_inset Argument 2
36644 status open
36645
36646 \begin_layout Plain Layout
36647 \begin_inset Formula $\mathfrak{I}$
36648 \end_inset
36649
36650
36651 \end_layout
36652
36653 \end_inset
36654
36655
36656 \begin_inset Argument 3
36657 status open
36658
36659 \begin_layout Plain Layout
36660 t
36661 \end_layout
36662
36663 \end_inset
36664
36665  was in the spring of the year 1894 that all London was interested, and
36666  the fashionable world dismayed, by the murder of the Honourable Ronald
36667  Adair under most unusual and inexplicable circumstances.
36668  The public has already learned those particulars of the crime which came
36669  out in the police investigation, but a good deal was suppressed upon that
36670  occasion, since the case for the prosecution was so overwhelmingly strong
36671  that it was not necessary to bring forward all the facts.
36672 \begin_inset Newpage newpage
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \end_deeper
36679 \begin_layout Enumerate
36680 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36681 \end_layout
36682
36683 \begin_deeper
36684 \begin_layout Initial
36685 \begin_inset Argument 1
36686 status open
36687
36688 \begin_layout Plain Layout
36689 lines=1
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \begin_inset Argument 2
36696 status open
36697
36698 \begin_layout Plain Layout
36699 It
36700 \end_layout
36701
36702 \end_inset
36703
36704  was in the spring of the year 1894 that all London was interested, and
36705  the fashionable world dismayed, by the murder of the Honourable Ronald
36706  Adair under most unusual and inexplicable circumstances.
36707  The public has already learned those particulars of the crime which came
36708  out in the police investigation, but a good deal was suppressed upon that
36709  occasion, since the case for the prosecution was so overwhelmingly strong
36710  that it was not necessary to bring forward all the facts.
36711 \end_layout
36712
36713 \end_deeper
36714 \begin_layout Enumerate
36715 ぶら下がり頭文字は,数式フォント
36716 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36717 \end_inset
36718
36719 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36720 \shape smallcaps
36721 スモールキャップ体
36722 \shape default
36723 .頭文字に色をつけるには,頭文字の前に
36724 \begin_inset Newline newline
36725 \end_inset
36726
36727
36728 \series bold
36729
36730 \backslash
36731 renewcommand{
36732 \backslash
36733 LettrineFontHook}{
36734 \backslash
36735 color{色}}
36736 \series default
36737
36738 \begin_inset Newline newline
36739 \end_inset
36740
36741 というコマンドを挿入しなくてはなりません.ここで,
36742 \emph on
36743
36744 \emph default
36745 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36746 ブルに
36747 \begin_inset Newline newline
36748 \end_inset
36749
36750
36751 \series bold
36752
36753 \backslash
36754 @ifundefined{textcolor}
36755 \begin_inset Newline newline
36756 \end_inset
36757
36758
36759 \begin_inset space ~
36760 \end_inset
36761
36762 {
36763 \backslash
36764 usepackage{color}}{}
36765 \begin_inset Newline newline
36766 \end_inset
36767
36768
36769 \series default
36770 というコマンドを書きこんでおかなくてはなりません.
36771 \end_layout
36772
36773 \begin_deeper
36774 \begin_layout Standard
36775 \begin_inset ERT
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779
36780
36781 \backslash
36782 renewcommand{
36783 \backslash
36784 LettrineFontHook}{
36785 \backslash
36786 color{magenta}}
36787 \end_layout
36788
36789 \end_inset
36790
36791
36792 \begin_inset Note Note
36793 status collapsed
36794
36795 \begin_layout Plain Layout
36796
36797 \lang english
36798 makes the initial magenta
36799 \end_layout
36800
36801 \end_inset
36802
36803
36804 \end_layout
36805
36806 \begin_layout Initial
36807 \begin_inset Argument 1
36808 status open
36809
36810 \begin_layout Plain Layout
36811 lines=3, lhang=0.33, loversize=0.25
36812 \end_layout
36813
36814 \end_inset
36815
36816
36817 \begin_inset Argument 2
36818 status open
36819
36820 \begin_layout Plain Layout
36821 \begin_inset Formula $\mathcal{I}$
36822 \end_inset
36823
36824
36825 \end_layout
36826
36827 \end_inset
36828
36829
36830 \begin_inset Argument 3
36831 status open
36832
36833 \begin_layout Plain Layout
36834 t was in the spring
36835 \end_layout
36836
36837 \end_inset
36838
36839  of the year 1894 that all London was interested, and the fashionable world
36840  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36841  and inexplicable circumstances.
36842  The public has already learned those particulars of the crime which came
36843  out in the police investigation, but a good deal was suppressed upon that
36844  occasion, since the case for the prosecution was so overwhelmingly strong
36845  that it was not necessary to bring forward all the facts.
36846 \end_layout
36847
36848 \end_deeper
36849 \begin_layout Standard
36850 \begin_inset ERT
36851 status collapsed
36852
36853 \begin_layout Plain Layout
36854
36855
36856 \backslash
36857 else
36858 \end_layout
36859
36860 \end_inset
36861
36862
36863 \begin_inset Note Note
36864 status open
36865
36866 \begin_layout Plain Layout
36867 以下の部分は,\SpecialChar LaTeX
36868 パッケージ
36869 \series bold
36870 lettrine
36871 \series default
36872 が導入されていないときのみ表示されます.
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \begin_layout Standard
36881 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36882 パッケージ
36883 \series bold
36884 lettrine
36885 \series default
36886 を導入する必要があります.
36887 \end_layout
36888
36889 \begin_layout Standard
36890 \begin_inset ERT
36891 status collapsed
36892
36893 \begin_layout Plain Layout
36894
36895
36896 \backslash
36897 fi
36898 \end_layout
36899
36900 \end_inset
36901
36902
36903 \end_layout
36904
36905 \begin_layout Chapter
36906 外部文書構成要素
36907 \begin_inset Index idx
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 がいぶぶんしょこうせいようそ@外部文書構成要素
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \end_layout
36918
36919 \begin_layout Standard
36920
36921 \family sans
36922 挿入\SpecialChar menuseparator
36923 ファイル
36924 \family default
36925 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
36926 \end_layout
36927
36928 \begin_layout Description
36929 \SpecialChar LyX
36930 文書 別の\SpecialChar LyX
36931 文書.その内容は直接使用中の文書に挿入されます.
36932 \end_layout
36933
36934 \begin_layout Description
36935 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
36936 \end_layout
36937
36938 \begin_layout Description
36939 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
36940 \end_layout
36941
36942 \begin_layout Description
36943 外部素材 様々な書式のファイル.
36944 \end_layout
36945
36946 \begin_layout Description
36947 子文書 \SpecialChar LyX
36948 あるいは\SpecialChar LaTeX
36949 文書.
36950 \end_layout
36951
36952 \begin_layout Section
36953 外部素材
36954 \begin_inset Index idx
36955 status collapsed
36956
36957 \begin_layout Plain Layout
36958 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36959 \end_layout
36960
36961 \end_inset
36962
36963
36964 \end_layout
36965
36966 \begin_layout Standard
36967 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
36968 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
36969 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
36970 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
36971 設定の
36972 \family sans
36973 操作性\SpecialChar menuseparator
36974 表示
36975 \family default
36976 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
36977 中に表示されるようになります.
36978 \end_layout
36979
36980 \begin_layout Standard
36981 外部素材は,
36982 \family sans
36983 挿入
36984 \family default
36985 \SpecialChar menuseparator
36986
36987 \family sans
36988 ファイル
36989 \family default
36990 \SpecialChar menuseparator
36991
36992 \family sans
36993 外部素材
36994 \family default
36995 メニューで開くことのできる
36996 \family sans
36997 外部素材
36998 \family default
36999 ダイアログから挿入することができます.目下,以下のファイル形式(
37000 \family sans
37001 ひな型
37002 \family default
37003 )が使用できます.
37004 \end_layout
37005
37006 \begin_layout Description
37007 チェス棋譜 このひな型は,
37008 \series bold
37009
37010 \begin_inset CommandInset href
37011 LatexCommand href
37012 name "XBoard"
37013 target "http://en.wikipedia.org/wiki/XBoard"
37014 literal "false"
37015
37016 \end_inset
37017
37018
37019 \series default
37020 プログラムで作成されたチェス棋譜をサポートします.
37021 \end_layout
37022
37023 \begin_layout Description
37024 Dia このひな型は,
37025 \series bold
37026
37027 \begin_inset CommandInset href
37028 LatexCommand href
37029 name "Dia"
37030 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"
37031 literal "false"
37032
37033 \end_inset
37034
37035
37036 \series default
37037 プログラムで作成したダイアグラムをサポートします.
37038 \end_layout
37039
37040 \begin_layout Description
37041 Gnumeric表計算表 このひな型では,
37042 \series bold
37043
37044 \begin_inset CommandInset href
37045 LatexCommand href
37046 name "Gnumeric"
37047 target "http://ja.wikipedia.org/wiki/Gnumeric"
37048 literal "false"
37049
37050 \end_inset
37051
37052
37053 \series default
37054
37055 \begin_inset CommandInset href
37056 LatexCommand href
37057 name "OpenDocument"
37058 target "http://ja.wikipedia.org/wiki/OpenDocument"
37059 literal "false"
37060
37061 \end_inset
37062
37063
37064 \begin_inset CommandInset href
37065 LatexCommand href
37066 name "Microsoft Office XML"
37067 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37068 literal "false"
37069
37070 \end_inset
37071
37072
37073 \begin_inset CommandInset href
37074 LatexCommand href
37075 name "Office Open XML"
37076 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
37077 literal "false"
37078
37079 \end_inset
37080
37081 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37082 の初期設定中に
37083 \family typewriter
37084 ssconvert
37085 \family default
37086 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37087 みである必要があります.用例と制約については,\SpecialChar LyX
37088 用例ファイル
37089 \emph on
37090 spreadsheet.lyx
37091 \emph default
37092 をご覧ください.
37093 \end_layout
37094
37095 \begin_layout Description
37096 Inkscape
37097 \lang english
37098  This template supports specific scalable images derived from scalable vector
37099  graphics (SVG), in which the contained text is replaced by a version typeset
37100  by \SpecialChar LaTeX
37101  (and hence in the current document font).
37102  It relies on a feature of the program 
37103 \series bold
37104 \lang japanese
37105
37106 \begin_inset CommandInset href
37107 LatexCommand href
37108 name "Inkscape"
37109 target "https://inkscape.org/ja"
37110 literal "false"
37111
37112 \end_inset
37113
37114
37115 \series default
37116 \lang english
37117  which creates a special PDF or EPS and \SpecialChar LaTeX
37118  file from a given SVG file (in
37119  
37120 \noun on
37121 Inkscape
37122 \noun default
37123  itself, the feature is available via the option 
37124 \family sans
37125 Omit text in PDF and create LaTeX file
37126 \family default
37127  when saving a drawing as PDF or EPS).
37128  The benefit of such files is a uniform text style throughout the whole
37129  document.
37130 \begin_inset Newline newline
37131 \end_inset
37132
37133 The external template reads SVG files and uses a converter program to generate
37134  the respective PDF\SpecialChar breakableslash
37135 EPS and \SpecialChar LaTeX
37136  files (via
37137 \noun on
37138  
37139 \noun default
37140 Inkscape
37141 \noun on
37142 )
37143 \noun default
37144  on the fly, so you don't have to export those files yourself.
37145  If you prefer the latter and want use given 
37146 \family typewriter
37147 *.pdf
37148 \family default
37149  and 
37150 \family typewriter
37151 *.pdf_tex
37152 \family default
37153  or 
37154 \family typewriter
37155 *.eps
37156 \family default
37157  and 
37158 \family typewriter
37159 *.eps_tex
37160 \family default
37161  files instead, simply input the respective 
37162 \family typewriter
37163 *.pdf_tex
37164 \family default
37165  or 
37166 \family typewriter
37167 *.eps_tex
37168 \family default
37169  file via the 
37170 \family sans
37171 Child Documents
37172 \family default
37173  dialog (see sec.
37174 \begin_inset space ~
37175 \end_inset
37176
37177
37178 \lang japanese
37179
37180 \begin_inset CommandInset ref
37181 LatexCommand ref
37182 reference "sec:子文書"
37183
37184 \end_inset
37185
37186
37187 \lang english
37188 ) rather than using this template.
37189 \begin_inset Newline newline
37190 \end_inset
37191
37192 You can use \SpecialChar TeX
37193  code commands such as 
37194 \series bold
37195
37196 \backslash
37197 Large
37198 \series default
37199
37200 \series bold
37201
37202 \backslash
37203 small
37204 \series default
37205 , etc.
37206 \begin_inset space \space{}
37207 \end_inset
37208
37209 in the text of the SVG.
37210  The size of the font will be taken from the settings of the \SpecialChar LyX
37211  document.
37212  Please refer to 
37213 \begin_inset CommandInset citation
37214 LatexCommand cite
37215 key "Inkscape"
37216 literal "false"
37217
37218 \end_inset
37219
37220  for more information and examples.
37221 \end_layout
37222
37223 \begin_layout Description
37224 この外部ひな型は,\SpecialChar LaTeX
37225 で書かれたテキストを含むベクトルグラフィック画像(SVG)をサポートします.ただし,
37226 \noun on
37227 Inkscape
37228 \noun default
37229  
37230 \begin_inset CommandInset citation
37231 LatexCommand cite
37232 key "Inkscape"
37233 literal "false"
37234
37235 \end_inset
37236
37237 プログラムで図をPDFとして保存する際に,
37238 \family sans
37239 Omit text in PDF and create LaTeX file
37240 \family default
37241 オプションを指定することが前提です.これによって,\SpecialChar LaTeX
37242 がテキストを組版できる形で,SVG画像をインクルードすることができます.このようなSVGを使う利点として,文書
37243 全体で文字様式を統一することができることが挙げられます.
37244 \begin_inset Newline newline
37245 \end_inset
37246
37247 SVGのテキスト中では, 
37248 \series bold
37249
37250 \backslash
37251 Large
37252 \series default
37253
37254 \series bold
37255
37256 \backslash
37257 small
37258 \series default
37259 のような\SpecialChar TeX
37260 コードコマンドを使用することができます.フォントの大きさは,\SpecialChar LyX
37261 文書の設定から採用されます.詳しい情報と用例については
37262 \begin_inset CommandInset citation
37263 LatexCommand cite
37264 key "Inkscape"
37265 literal "false"
37266
37267 \end_inset
37268
37269 を参照してください.
37270 \begin_inset Newline newline
37271 \end_inset
37272
37273 このように画像テキストは,周囲のフォント設定を考慮に入れますが,\SpecialChar LyX
37274 中のプレビューではそうならないことに注意してください.外部差込枠をプレビュー差込枠の中に入れると
37275
37276 \family sans
37277 挿入\SpecialChar menuseparator
37278 プレビュー
37279 \family default
37280 メニュー),より良い結果が得られます.
37281 \begin_inset Newline newline
37282 \end_inset
37283
37284 このひな型は,Xfigサポートと非常に似た動作をします.\SpecialChar LyX
37285 は画像中のテキストを独立した\SpecialChar TeX
37286 ファイルに抜き出し,残りをPDFファイルに生成します.
37287 \end_layout
37288
37289 \begin_layout Description
37290 Lilypond組版楽譜 このひな型は,
37291 \series bold
37292
37293 \begin_inset CommandInset href
37294 LatexCommand href
37295 name "LilyPond"
37296 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
37297 literal "false"
37298
37299 \end_inset
37300
37301
37302 \series default
37303 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37304 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37305 用例ファイル
37306 \emph on
37307 lilypond.lyx
37308 \emph default
37309 をご覧ください.
37310 \end_layout
37311
37312 \begin_layout Description
37313 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37314 \family sans
37315 \SpecialChar LaTeX
37316 と\SpecialChar LyX
37317 オプション
37318 \family default
37319 タブ中の
37320 \family sans
37321 オプション
37322 \family default
37323 フィールドに
37324 \emph on
37325 pages
37326 \emph default
37327 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37328 \series bold
37329 pages={3,5,6,8}
37330 \series default
37331 の形で入れる)やページ範囲(
37332 \series bold
37333 pages={4-9}
37334 \series default
37335 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37336 \series bold
37337 pages={3,{},8-11,15}
37338 \series default
37339 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37340 \emph on
37341 開始頁-終了頁
37342 \emph default
37343 の文法で指定します.これは,
37344 \emph on
37345 開始頁
37346 \emph default
37347
37348 \emph on
37349 終了頁
37350 \emph default
37351 の間のすべてのページを選択します.
37352 \emph on
37353 開始頁
37354 \emph default
37355 を省略すると,1ページ目を指定したのと同じ事になり,
37356 \emph on
37357 終了頁
37358 \emph default
37359 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37360 \series bold
37361 last
37362 \series default
37363 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37364 \series bold
37365 pages=-
37366 \series default
37367 は文書の全ページを挿入することになり,
37368 \series bold
37369 pages=last-1
37370 \series default
37371 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37372 \begin_inset Newline newline
37373 \end_inset
37374
37375
37376 \series bold
37377 noautoscale
37378 \series default
37379 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37380 \family sans
37381 寸法と回転
37382 \family default
37383 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37384 \series bold
37385 noautoscale
37386 \series default
37387 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37388 パッケージ
37389 \series bold
37390 pdfpages
37391 \series default
37392 の取扱説明書
37393 \begin_inset CommandInset citation
37394 LatexCommand cite
37395 key "pdfpages"
37396 literal "true"
37397
37398 \end_inset
37399
37400 をご参照ください.
37401 \begin_inset Index idx
37402 status collapsed
37403
37404 \begin_layout Plain Layout
37405 \SpecialChar LaTeX
37406 ぱっけーじ@\SpecialChar LaTeX
37407 パッケージ ! pdfpages
37408 \end_layout
37409
37410 \end_inset
37411
37412
37413 \begin_inset Newline newline
37414 \end_inset
37415
37416 このひな型を
37417 \family sans
37418 Beamer
37419 \family default
37420 プレゼンテーションで使用するには,まず
37421 \family sans
37422 フレーム終了
37423 \family default
37424 環境を挿入して,続く段落で\SpecialChar TeX
37425 コードボックスを挿入し,
37426 \series bold
37427
37428 \backslash
37429 setbeamertemplate{background canvas}{}
37430 \series default
37431 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37432 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37433 に,ひな型を含む段落には,
37434 \family sans
37435 既定
37436 \family default
37437 配置を用いるようにしてください.
37438 \begin_inset Newline newline
37439 \end_inset
37440
37441 下記は,-5度回転させたPDFを取り込んだものです.
37442 \begin_inset Newline newline
37443 \end_inset
37444
37445
37446 \begin_inset Graphics
37447         filename ../clipart/Abstract.pdf
37448         rotateAngle -5
37449         rotateOrigin leftBottom
37450
37451 \end_inset
37452
37453
37454 \begin_inset Newline newline
37455 \end_inset
37456
37457
37458 \begin_inset Note Greyedout
37459 status open
37460
37461 \begin_layout Plain Layout
37462
37463 \series bold
37464 【訳註】
37465 \series default
37466 \SpecialChar LaTeX
37467 パッケージ
37468 \series bold
37469 pdfpages
37470 \series default
37471 は,pdflatexに基づいており,\SpecialChar LaTeX
37472 では組版ができない(\SpecialChar LaTeX
37473 パッケージ
37474 \series bold
37475 pdfpages
37476 \series default
37477 取扱説明書
37478 \begin_inset CommandInset citation
37479 LatexCommand cite
37480 key "pdfpages"
37481 literal "true"
37482
37483 \end_inset
37484
37485 参照)ため,この外部素材はp\SpecialChar LaTeX
37486 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37487 \family sans
37488 挿入\SpecialChar menuseparator
37489 ファイル\SpecialChar menuseparator
37490 外部素材
37491 \family default
37492
37493 \family sans
37494 ひな型
37495 \family default
37496
37497 \family sans
37498 PDFページ
37499 \family default
37500 を指定して挿入されていますが,ここでは
37501 \family sans
37502 挿入\SpecialChar menuseparator
37503 画像
37504 \family default
37505 を使用して挿入しています.
37506 \end_layout
37507
37508 \end_inset
37509
37510
37511 \end_layout
37512
37513 \begin_layout Description
37514 ラスター画像 これはビットマップ画像に使用します.
37515 \family sans
37516 外部素材
37517 \family default
37518 ダイアログを使って入れる画像は,第
37519 \begin_inset CommandInset ref
37520 LatexCommand ref
37521 reference "sec:画像ダイアログ"
37522
37523 \end_inset
37524
37525 節にあるように
37526 \family sans
37527 画像
37528 \family default
37529 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37530 \begin_inset External
37531         template RasterImage
37532         filename clipart/ToolbarEnvBox.png
37533
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \begin_layout Description
37540 ベクトル画像 これは,ベクトル画像に使用することができます. 
37541 \family sans
37542 外部素材
37543 \family default
37544 ダイアログを使って入れる画像は,第
37545 \begin_inset CommandInset ref
37546 LatexCommand ref
37547 reference "sec:画像ダイアログ"
37548
37549 \end_inset
37550
37551 節にあるように
37552 \family sans
37553 画像
37554 \family default
37555 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37556 \begin_inset External
37557         template VectorGraphics
37558         filename ../clipart/SVG-Drawing.svg
37559         lyxscale 50
37560         scale 33
37561
37562 \end_inset
37563
37564
37565 \end_layout
37566
37567 \begin_layout Description
37568 XFig このひな型は,
37569 \begin_inset CommandInset href
37570 LatexCommand href
37571 name "Xfig"
37572 target "http://ja.wikipedia.org/wiki/Xfig"
37573 literal "false"
37574
37575 \end_inset
37576
37577 プログラムで作成した画像をサポートします.
37578 \end_layout
37579
37580 \begin_layout Standard
37581
37582 \family sans
37583 外部素材
37584 \family default
37585 ダイアログの
37586 \family sans
37587 ファイル
37588 \family default
37589 タブ中で
37590 \family sans
37591 下書き
37592 \family default
37593 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37594 \begin_inset Newline newline
37595 \end_inset
37596
37597 \SpecialChar LyX
37598 中での外部素材は,ダイアログ内の
37599 \family sans
37600 LaTeXとLyXのオプション
37601 \family default
37602 タブにある
37603 \family sans
37604 LyX内に表示
37605 \family default
37606 オプションの指定に従って,
37607 \begin_inset Graphics
37608         filename clipart/ExternalMaterial.png
37609         scale 95
37610         scaleBeforeRotation
37611
37612 \end_inset
37613
37614 のようなボックスとして表示されるか,画像として表示されます.
37615 \end_layout
37616
37617 \begin_layout Standard
37618 取扱説明書
37619 \family sans
37620 \emph on
37621 カスタマイズ篇
37622 \family default
37623 \emph default
37624 には,自製のひな型を定義する方法が説明されています.
37625 \end_layout
37626
37627 \begin_layout Section
37628 子文書
37629 \begin_inset CommandInset label
37630 LatexCommand label
37631 name "sec:子文書"
37632
37633 \end_inset
37634
37635
37636 \begin_inset Index idx
37637 status collapsed
37638
37639 \begin_layout Plain Layout
37640 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37641 \end_layout
37642
37643 \end_inset
37644
37645
37646 \begin_inset Index idx
37647 status collapsed
37648
37649 \begin_layout Plain Layout
37650 ふぁいる@ファイル ! いんくるーど@インクルード
37651 \end_layout
37652
37653 \end_inset
37654
37655
37656 \end_layout
37657
37658 \begin_layout Standard
37659 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37660 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37661 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37662 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37663 \end_layout
37664
37665 \begin_layout Standard
37666 親文書を開くことなく子文書で作業できるようにするには,子文書の
37667 \family sans
37668 文書
37669 \family default
37670 \SpecialChar menuseparator
37671
37672 \family sans
37673 設定
37674 \family default
37675 \SpecialChar menuseparator
37676
37677 \family sans
37678 文書クラス
37679 \family default
37680 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37681 がバックグラウンドでこの親文書を扱うようになります.
37682 \end_layout
37683
37684 \begin_layout Standard
37685 取り込んだ文書は,\SpecialChar LyX
37686 中で
37687 \begin_inset Graphics
37688         filename clipart/ChildDocument.png
37689         scale 95
37690         scaleBeforeRotation
37691
37692 \end_inset
37693
37694 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37695 \family sans
37696 挿入
37697 \family default
37698 \SpecialChar menuseparator
37699
37700 \family sans
37701 ファイル
37702 \family default
37703 \SpecialChar menuseparator
37704
37705 \family sans
37706 子文書
37707 \family default
37708 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37709 \end_layout
37710
37711 \begin_layout Description
37712 内包(include) \SpecialChar LyX
37713 文書と\SpecialChar LaTeX
37714 文書は,内包することができます.
37715 \family sans
37716 子文書
37717 \family default
37718 ダイアログの
37719 \family sans
37720 編集
37721 \family default
37722 ボタンを押すと,内包された文書が,\SpecialChar LyX
37723 中に新規ファイルタブとして開き,修正ができるようになります.
37724 \begin_inset Newline newline
37725 \end_inset
37726
37727
37728 \end_layout
37729
37730 \begin_layout Standard
37731 以下は,
37732 \family sans
37733 内包(include)
37734 \family default
37735 を使用して挿入した子文書です. 
37736 \begin_inset CommandInset include
37737 LatexCommand include
37738 filename "DummyDocument1.lyx"
37739
37740 \end_inset
37741
37742
37743 \end_layout
37744
37745 \begin_layout Standard
37746 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37747 あります.取り込んだ文書のラベルは,第
37748 \begin_inset CommandInset ref
37749 LatexCommand ref
37750 reference "subsec:外部文書の第1小節"
37751
37752 \end_inset
37753
37754 小節,のように参照することができます.
37755 \end_layout
37756
37757 \begin_layout Standard
37758 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37759 は,新規頁から始まるように挿入され,改頁して終わります.
37760 \end_layout
37761
37762 \begin_layout Standard
37763 \begin_inset Note Greyedout
37764 status open
37765
37766 \begin_layout Plain Layout
37767
37768 \series bold
37769 【註】
37770 \series default
37771 \SpecialChar LyX
37772 または\SpecialChar LaTeX
37773 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37774
37775 \end_layout
37776
37777 \end_inset
37778
37779
37780 \end_layout
37781
37782 \begin_layout Description
37783 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37784 \end_layout
37785
37786 \begin_deeper
37787 \begin_layout Itemize
37788 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37789 \end_layout
37790
37791 \begin_layout Itemize
37792 入力ファイルは,\SpecialChar LyX
37793 設定の操作性
37794 \family sans
37795 \SpecialChar menuseparator
37796 表示
37797 \family default
37798 の下にある
37799 \family sans
37800 画像を表示
37801 \family default
37802 を有効にすると,\SpecialChar LyX
37803 中でプレビューすることができます.
37804 \end_layout
37805
37806 \begin_layout Itemize
37807 \SpecialChar LaTeX
37808 コマンドの
37809 \series bold
37810
37811 \backslash
37812 includeonly
37813 \series default
37814 は使用することができません.
37815 \end_layout
37816
37817 \end_deeper
37818 \begin_layout Standard
37819 右は,
37820 \family sans
37821 入力(input)
37822 \family default
37823 を使って挿入した子文書です. 
37824 \begin_inset CommandInset include
37825 LatexCommand input
37826 filename "DummyDocument2.lyx"
37827
37828 \end_inset
37829
37830
37831 \end_layout
37832
37833 \begin_layout Description
37834 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37835 用いられているコマンドは実行されません.
37836 \family sans
37837 出力の空白に印付けをする
37838 \family default
37839 オプションを有効にすると,ソースコード中のすべての空白文字に「
37840 \begin_inset ERT
37841 status collapsed
37842
37843 \begin_layout Plain Layout
37844
37845
37846 \backslash
37847 textvisiblespace 
37848 \end_layout
37849
37850 \end_inset
37851
37852 」文字を表示させることができます.
37853 \family sans
37854 挿入\SpecialChar menuseparator
37855 ファイル\SpecialChar menuseparator
37856 平文
37857 \family default
37858 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37859 中に表示されないことです.
37860 \end_layout
37861
37862 \begin_layout Standard
37863 以下は,原文儘として挿入された子文書です. 
37864 \begin_inset CommandInset include
37865 LatexCommand verbatiminput
37866 filename "DummyTextDocument.txt"
37867
37868 \end_inset
37869
37870
37871 \begin_inset VSpace bigskip
37872 \end_inset
37873
37874 以下は,
37875 \family sans
37876 出力の空白に印付けをする
37877 \family default
37878 オプションを指定して,原文儘として挿入された子文書です. 
37879 \begin_inset CommandInset include
37880 LatexCommand verbatiminput*
37881 filename "DummyTextDocument.txt"
37882
37883 \end_inset
37884
37885
37886 \end_layout
37887
37888 \begin_layout Standard
37889 \begin_inset VSpace bigskip
37890 \end_inset
37891
37892
37893 \end_layout
37894
37895 \begin_layout Standard
37896 \begin_inset Note Greyedout
37897 status open
37898
37899 \begin_layout Plain Layout
37900
37901 \series bold
37902 【註】
37903 \series default
37904 上記の例でわかるように,
37905 \family sans
37906 原文儘(verbatim)
37907 \family default
37908 として取り込んだ文書の文章は,文書行の終わりで改行されません.
37909 \end_layout
37910
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \begin_layout Standard
37917 \begin_inset Note Greyedout
37918 status open
37919
37920 \begin_layout Plain Layout
37921
37922 \series bold
37923 【訳註】
37924 \series default
37925 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
37926 \end_layout
37927
37928 \end_inset
37929
37930
37931 \end_layout
37932
37933 \begin_layout Description
37934 プログラムリスト この型については,第
37935 \begin_inset CommandInset ref
37936 LatexCommand ref
37937 reference "cha:プログラムコードリスト"
37938
37939 \end_inset
37940
37941 章に説明されています.
37942 \end_layout
37943
37944 \begin_layout Standard
37945 \begin_inset Note Greyedout
37946 status open
37947
37948 \begin_layout Plain Layout
37949
37950 \series bold
37951 【註】
37952 \series default
37953 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
37954 で問題が発生する可能性があります.
37955 \end_layout
37956
37957 \end_inset
37958
37959
37960 \end_layout
37961
37962 \begin_layout Standard
37963 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
37964 一部を出力から排除することができます.これは,
37965 \family sans
37966 文書\SpecialChar menuseparator
37967 設定\SpecialChar menuseparator
37968 子文書
37969 \family default
37970 メニューから行うことができます.そこの一覧中の各子文書の
37971 \family sans
37972 出力に含める
37973 \family default
37974 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
37975 とにご注意ください).
37976 \family sans
37977 カウンタと引用を維持
37978 \family default
37979 オプションを有効にすると,\SpecialChar LyX
37980 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
37981 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
37982 はバックグラウンドで文書全体を処理しなくてはなりません.
37983 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
37984 \end_layout
37985
37986 \begin_layout Standard
37987 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
37988 \begin_inset Foot
37989 status collapsed
37990
37991 \begin_layout Plain Layout
37992 派生枝は,\SpecialChar LyX
37993
37994 \emph on
37995 ユーザーの手引き
37996 \emph default
37997
37998 \emph on
37999 派生枝
38000 \emph default
38001 の節に説明されています.
38002 \end_layout
38003
38004 \end_inset
38005
38006 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38007 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38008 \end_layout
38009
38010 \begin_layout Chapter
38011 プログラムコードリスト
38012 \begin_inset CommandInset label
38013 LatexCommand label
38014 name "cha:プログラムコードリスト"
38015
38016 \end_inset
38017
38018
38019 \begin_inset Index idx
38020 status collapsed
38021
38022 \begin_layout Plain Layout
38023 りすと@リスト
38024 \end_layout
38025
38026 \end_inset
38027
38028
38029 \begin_inset Index idx
38030 status collapsed
38031
38032 \begin_layout Plain Layout
38033 ぷろぐらむこーど@プログラムコード
38034 \end_layout
38035
38036 \end_inset
38037
38038
38039 \begin_inset Index idx
38040 status collapsed
38041
38042 \begin_layout Plain Layout
38043 ふろーと@フロート ! りすと@リスト
38044 \end_layout
38045
38046 \end_inset
38047
38048
38049 \end_layout
38050
38051 \begin_layout Standard
38052 プログラムコードを取り込んで組版するには,
38053 \family sans
38054 挿入
38055 \family default
38056 \SpecialChar menuseparator
38057
38058 \family sans
38059 プログラムリスト
38060 \family default
38061 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38062 パッケージ
38063 \series bold
38064 listings
38065 \series default
38066
38067 \begin_inset Index idx
38068 status collapsed
38069
38070 \begin_layout Plain Layout
38071 \SpecialChar LaTeX
38072 ぱっけーじ@\SpecialChar LaTeX
38073 パッケージ ! listings
38074 \end_layout
38075
38076 \end_inset
38077
38078 または
38079 \series bold
38080 minted
38081 \series default
38082
38083 \begin_inset Index idx
38084 status collapsed
38085
38086 \begin_layout Plain Layout
38087 \SpecialChar LaTeX
38088 ぱっけーじ@\SpecialChar LaTeX
38089 パッケージ ! minted
38090 \end_layout
38091
38092 \end_inset
38093
38094 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,これらのパッケージのうち一つしか使うことができません.既定値では,
38095 \series bold
38096 listings
38097 \series default
38098 が用いられます.
38099 \end_layout
38100
38101 \begin_layout Standard
38102 \begin_inset Note Note
38103 status open
38104
38105 \begin_layout Plain Layout
38106
38107 \series bold
38108 【註】
38109 \series default
38110 \SpecialChar LyX
38111 は,ユーザーが変換子の定義に
38112 \family typewriter
38113 -shell-escape
38114 \family default
38115 オプションを付けることを推奨したく
38116 \emph on
38117 ありません
38118 \emph default
38119 .これは動作しますが,莫大なセキュリティリスクを背負い込むことになります.これへの対処については,活発な議論が交わされています.これは,解決次第,適切にアップデ
38120 ートされる可能性があります.
38121 \end_layout
38122
38123 \begin_layout Plain Layout
38124 =====
38125 \end_layout
38126
38127 \begin_layout Plain Layout
38128
38129 \series bold
38130 minted
38131 \series default
38132 を使うためには,文書設定の
38133 \family sans
38134 プログラムリスト
38135 \family default
38136 で,文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
38137 \series bold
38138 minted
38139 \series default
38140 は,追加的に
38141 \noun on
38142 Python
38143 \noun default
38144 ソフトウェアの
38145 \family sans
38146 pygments
38147 \family default
38148 モジュールを必要とし
38149 \begin_inset Foot
38150 status collapsed
38151
38152 \begin_layout Plain Layout
38153 Windows版\SpecialChar LyX
38154 では,
38155 \family sans
38156 pygments
38157 \family default
38158 はすでに導入済みです.
38159 \end_layout
38160
38161 \end_inset
38162
38163 ,\SpecialChar LaTeX
38164 処理子に
38165 \family typewriter
38166 -shell-escape
38167 \family default
38168 オプションを付ける必要があります.例えば,文書を
38169 \family sans
38170 PDF
38171 \begin_inset space ~
38172 \end_inset
38173
38174 (pdflatex)
38175 \family default
38176 形式で閲覧・書き出ししたい場合には,\SpecialChar LyX
38177 設定の
38178 \family sans
38179 ファイル処理\SpecialChar menuseparator
38180 変換子
38181 \family default
38182 に行って,
38183 \family sans
38184 LaTeX
38185 \begin_inset space ~
38186 \end_inset
38187
38188 (pdflatex) -> PDF
38189 \begin_inset space ~
38190 \end_inset
38191
38192 (pdflatex)
38193 \family default
38194 項目を開き,
38195 \family sans
38196 変換子
38197 \family default
38198 フィールドを見ます.この内容は,既定では
38199 \begin_inset Newline newline
38200 \end_inset
38201
38202
38203 \series bold
38204 pdflatex $$i
38205 \series default
38206
38207 \begin_inset Newline newline
38208 \end_inset
38209
38210 となっているはずですが,これを
38211 \begin_inset Newline newline
38212 \end_inset
38213
38214
38215 \series bold
38216 pdflatex $$i -shell-escape
38217 \begin_inset Newline newline
38218 \end_inset
38219
38220
38221 \series default
38222 に変更して,
38223 \family sans
38224 修正
38225 \family default
38226 ボタンを押し,引き続き
38227 \family sans
38228 適用
38229 \family default
38230
38231 \family sans
38232 保存
38233 \family default
38234 を押してください.
38235 \family sans
38236 PDF
38237 \begin_inset space ~
38238 \end_inset
38239
38240 (LuaTeX)
38241 \family default
38242
38243 \family sans
38244 PDF
38245 \begin_inset space ~
38246 \end_inset
38247
38248 (XeTeX)
38249 \family default
38250 の出力形式に対しても,同じことを行います.
38251 \end_layout
38252
38253 \end_inset
38254
38255
38256 \end_layout
38257
38258 \begin_layout Standard
38259 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38260 \end_layout
38261
38262 \begin_layout Standard
38263 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38264 \family sans
38265 行内リスト
38266 \family default
38267 を指定すると,リストは
38268 \begin_inset listings
38269 lstparams "language={C++}"
38270 inline true
38271 status collapsed
38272
38273 \begin_layout Plain Layout
38274
38275 int a=5;
38276 \end_layout
38277
38278 \end_inset
38279
38280 のように行内に印字されます.
38281 \begin_inset Newline newline
38282 \end_inset
38283
38284
38285 \family sans
38286 フロート
38287 \family default
38288 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38289 \begin_inset CommandInset ref
38290 LatexCommand ref
38291 reference "sec:フロートの配置"
38292
38293 \end_inset
38294
38295 節に説明されているフロート配置オプションに従って,「
38296 \family sans
38297 h
38298 \family default
38299 」「
38300 \family sans
38301 t
38302 \family default
38303 」「
38304 \family sans
38305 b
38306 \family default
38307 」「
38308 \family sans
38309 p
38310 \family default
38311 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38312 \family sans
38313 htbp
38314 \family default
38315 」のように区切りを入れることなく入力することができます.「
38316 \family sans
38317 h
38318 \family default
38319 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38320 \family sans
38321 フロート
38322 \family default
38323 オプションを使用しなければ大丈夫です.
38324 \end_layout
38325
38326 \begin_layout Standard
38327
38328 \family sans
38329 挿入
38330 \family default
38331 \SpecialChar menuseparator
38332
38333 \family sans
38334 キャプション
38335 \family default
38336 メニューを使えば,行中でないプログラムリストには,キャプションを付けることができます.プログラムリストは,フロート同様,リスト
38337 \begin_inset CommandInset ref
38338 LatexCommand ref
38339 reference "lst:ListFloat"
38340
38341 \end_inset
38342
38343 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38344 \family sans
38345 挿入\SpecialChar menuseparator
38346 一覧/目次\SpecialChar menuseparator
38347 プログラムリスト一覧
38348 \family default
38349 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38350 \end_layout
38351
38352 \begin_layout Standard
38353 \begin_inset listings
38354 lstparams "language=Python"
38355 inline false
38356 status open
38357
38358 \begin_layout Plain Layout
38359
38360 \begin_inset Caption Standard
38361
38362 \begin_layout Plain Layout
38363 \begin_inset CommandInset label
38364 LatexCommand label
38365 name "lst:ListFloat"
38366
38367 \end_inset
38368
38369 Example Listing Float
38370 \end_layout
38371
38372 \end_inset
38373
38374 # Example listing float
38375 \end_layout
38376
38377 \begin_layout Plain Layout
38378
38379 def func(param):
38380 \end_layout
38381
38382 \begin_layout Plain Layout
38383
38384     'this is a python function'
38385 \end_layout
38386
38387 \begin_layout Plain Layout
38388
38389     pass
38390 \end_layout
38391
38392 \end_inset
38393
38394
38395 \end_layout
38396
38397 \begin_layout Standard
38398 \begin_inset Note Greyedout
38399 status open
38400
38401 \begin_layout Plain Layout
38402
38403 \series bold
38404 【註】listings
38405 \series default
38406 パッケージは,既定ではプログラムリストの前にキャプションを置きます.
38407 \begin_inset Newline newline
38408 \end_inset
38409
38410
38411 \series bold
38412 minted
38413 \series default
38414 パッケージは,フロートの場合,既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,キャプションは,一行目に入れられた場合にはプログラム
38415 リストの前に組版され,そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,プリアンブルの最後に下記の行を加えてください.
38416 \begin_inset Newline newline
38417 \end_inset
38418
38419
38420 \series bold
38421
38422 \backslash
38423 @ifundefined{newfloat}
38424 \begin_inset Newline newline
38425 \end_inset
38426
38427
38428 \begin_inset Phantom HPhantom
38429 status open
38430
38431 \begin_layout Plain Layout
38432 \begin_inset space ~
38433 \end_inset
38434
38435
38436 \end_layout
38437
38438 \end_inset
38439
38440 {
38441 \backslash
38442 usepackage{float}}{}
38443 \begin_inset Newline newline
38444 \end_inset
38445
38446
38447 \backslash
38448 floatstyle{plaintop}
38449 \series default
38450
38451 \begin_inset Note Note
38452 status collapsed
38453
38454 \begin_layout Plain Layout
38455 文書全体を対象とするフロート配置設定を行うと,\SpecialChar LyX
38456 は自動的に
38457 \series bold
38458 float
38459 \series default
38460 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
38461 \series bold
38462
38463 \backslash
38464 @ifundefined
38465 \series default
38466 が使用されています.
38467 \end_layout
38468
38469 \end_inset
38470
38471
38472 \end_layout
38473
38474 \end_inset
38475
38476
38477 \end_layout
38478
38479 \begin_layout Standard
38480 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38481 onのキーワード「def」が識別され,ボールド体で出力されます.
38482 \end_layout
38483
38484 \begin_layout Standard
38485 \begin_inset Note Greyedout
38486 status open
38487
38488 \begin_layout Plain Layout
38489
38490 \series bold
38491 【註】
38492 \series default
38493 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38494 \family typewriter
38495 typewriter
38496 \family default
38497 フォントがボールド体を提供していません.この場合には,
38498 \family sans
38499 文書
38500 \family default
38501 \SpecialChar menuseparator
38502
38503 \family sans
38504 設定
38505 \family default
38506 \SpecialChar menuseparator
38507
38508 \family sans
38509 フォント
38510 \family default
38511 メニューで別のフォントを選択してください(
38512 \emph on
38513 LuxiMono
38514 \emph default
38515
38516 \emph on
38517 BeraMono
38518 \emph default
38519
38520 \emph on
38521 Courier
38522 \emph default
38523 の各フォントはボールド体を提供します).
38524 \end_layout
38525
38526 \end_inset
38527
38528
38529 \end_layout
38530
38531 \begin_layout Standard
38532 \begin_inset Note Greyedout
38533 status open
38534
38535 \begin_layout Plain Layout
38536
38537 \series bold
38538 【訳註】
38539 \series default
38540 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38541 \end_layout
38542
38543 \end_inset
38544
38545
38546 \end_layout
38547
38548 \begin_layout Standard
38549 プログラムリストダイアログの
38550 \family sans
38551 行番号
38552 \family default
38553 のセクションでは,行番号の様式を指定することができます.
38554 \family sans
38555 行間
38556 \family default
38557 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38558 \end_layout
38559
38560 \begin_layout Standard
38561 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.
38562 \family sans
38563 拡張文字コード表を使う
38564 \family default
38565 オプションは,
38566 \series bold
38567 listings
38568 \series default
38569 パッケージにのみ有効であり,プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
38570 \begin_inset Newline newline
38571 \end_inset
38572
38573
38574 \begin_inset Note Greyedout
38575 status open
38576
38577 \begin_layout Plain Layout
38578
38579 \series bold
38580 【訳註】
38581 \series default
38582 これは,p\SpecialChar LaTeX
38583 ではうまく動作しません.
38584 \end_layout
38585
38586 \end_inset
38587
38588
38589 \begin_inset Newline newline
38590 \end_inset
38591
38592 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38593 \begin_inset space \thinspace{}
38594 \end_inset
38595
38596 -
38597 \begin_inset space \thinspace{}
38598 \end_inset
38599
38600 8」で設定したプログラムリストの例です.
38601 \end_layout
38602
38603 \begin_layout Standard
38604 \begin_inset listings
38605 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38606 inline false
38607 status open
38608
38609 \begin_layout Plain Layout
38610
38611 def func(param):
38612 \end_layout
38613
38614 \begin_layout Plain Layout
38615
38616     'this is a python function'
38617 \end_layout
38618
38619 \begin_layout Plain Layout
38620
38621     pass
38622 \end_layout
38623
38624 \begin_layout Plain Layout
38625
38626 def func(param):
38627 \end_layout
38628
38629 \begin_layout Plain Layout
38630
38631 'This is a German word: Tschuss'
38632 \end_layout
38633
38634 \begin_layout Plain Layout
38635
38636 pass
38637 \end_layout
38638
38639 \begin_layout Plain Layout
38640
38641 def func(param):
38642 \end_layout
38643
38644 \begin_layout Plain Layout
38645
38646 'this is a python function'
38647 \end_layout
38648
38649 \begin_layout Plain Layout
38650
38651 pass
38652 \end_layout
38653
38654 \end_inset
38655
38656
38657 \end_layout
38658
38659 \begin_layout Standard
38660 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38661 \family sans
38662 タビュレータの大きさ
38663 \family default
38664 フィールドで指定することができます.
38665 \end_layout
38666
38667 \begin_layout Standard
38668 \begin_inset Note Greyedout
38669 status open
38670
38671 \begin_layout Plain Layout
38672
38673 \series bold
38674 【註】listings
38675 \series default
38676 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38677 に振られているのはこのためです.
38678 \end_layout
38679
38680 \end_inset
38681
38682
38683 \end_layout
38684
38685 \begin_layout Standard
38686 \begin_inset VSpace bigskip
38687 \end_inset
38688
38689
38690 \end_layout
38691
38692 \begin_layout Standard
38693 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
38694 \family sans
38695 挿入
38696 \family default
38697 \SpecialChar menuseparator
38698
38699 \family sans
38700 ファイル
38701 \family default
38702 \SpecialChar menuseparator
38703
38704 \family sans
38705 子文書
38706 \family default
38707 メニューを使用して
38708 \family sans
38709 プログラムリスト
38710 \family default
38711 型を選択してください
38712 \begin_inset Foot
38713 status collapsed
38714
38715 \begin_layout Plain Layout
38716 他の子文書型については,第 section
38717 \begin_inset space ~
38718 \end_inset
38719
38720
38721 \begin_inset CommandInset ref
38722 LatexCommand ref
38723 reference "sec:子文書"
38724
38725 \end_inset
38726
38727 節に説明があります.
38728 \end_layout
38729
38730 \end_inset
38731
38732 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38733 疑問符「?」を打鍵してください.
38734 \end_layout
38735
38736 \begin_layout Standard
38737 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38738 \family sans
38739 挿入
38740 \family default
38741 \SpecialChar menuseparator
38742
38743 \family sans
38744 相互参照
38745 \family default
38746 メニューを使って参照できるようになります.
38747 \end_layout
38748
38749 \begin_layout Standard
38750 プログラムリスト
38751 \begin_inset CommandInset ref
38752 LatexCommand ref
38753 reference "lst:file-listing"
38754
38755 \end_inset
38756
38757 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38758 ファイルの10行目から15行目が表示されています.
38759 \end_layout
38760
38761 \begin_layout Standard
38762 \begin_inset CommandInset include
38763 LatexCommand lstinputlisting
38764 filename "EmbeddedObjects.lyx"
38765 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38766
38767 \end_inset
38768
38769
38770 \end_layout
38771
38772 \begin_layout Standard
38773 \begin_inset VSpace bigskip
38774 \end_inset
38775
38776
38777 \end_layout
38778
38779 \begin_layout Standard
38780 リストに数式を入れるには,以下のようにします.
38781 \end_layout
38782
38783 \begin_layout Enumerate
38784 リストダイアログを開き,
38785 \family sans
38786 詳細
38787 \family default
38788 タブのフィールド中に
38789 \begin_inset Newline newline
38790 \end_inset
38791
38792
38793 \family sans
38794 mathescape=true
38795 \family default
38796
38797 \begin_inset Newline newline
38798 \end_inset
38799
38800 と書き加えます.
38801 \end_layout
38802
38803 \begin_layout Enumerate
38804 リスト外で数式を作成します.
38805 \end_layout
38806
38807 \begin_layout Enumerate
38808 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38809 \begin_inset Info
38810 type  "shortcut"
38811 arg   "copy"
38812 \end_inset
38813
38814 ).
38815 \end_layout
38816
38817 \begin_layout Enumerate
38818 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38819 \begin_inset Info
38820 type  "shortcut"
38821 arg   "paste"
38822 \end_inset
38823
38824 ).
38825 \end_layout
38826
38827 \begin_layout Standard
38828 \begin_inset listings
38829 lstparams "language=Python,mathescape=true"
38830 inline false
38831 status open
38832
38833 \begin_layout Plain Layout
38834
38835 \begin_inset Caption Standard
38836
38837 \begin_layout Plain Layout
38838 Example Listing float containing a formula
38839 \end_layout
38840
38841 \end_inset
38842
38843 # Example listing float
38844 \end_layout
38845
38846 \begin_layout Plain Layout
38847
38848 def func(param):
38849 \end_layout
38850
38851 \begin_layout Plain Layout
38852
38853     # $
38854 \backslash
38855 prod_{n=1}^{
38856 \backslash
38857 infty}
38858 \backslash
38859 ,
38860 \backslash
38861 frac{1}{x^{2}}$
38862 \end_layout
38863
38864 \begin_layout Plain Layout
38865
38866     pass
38867 \end_layout
38868
38869 \end_inset
38870
38871
38872 \end_layout
38873
38874 \begin_layout Standard
38875 \begin_inset VSpace bigskip
38876 \end_inset
38877
38878
38879 \end_layout
38880
38881 \begin_layout Standard
38882 大域的なプログラムリストの設定は,
38883 \family sans
38884 文書
38885 \family default
38886 \SpecialChar menuseparator
38887
38888 \family sans
38889 設定
38890 \family default
38891 \SpecialChar menuseparator
38892
38893 \family sans
38894 リスト
38895 \family default
38896 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38897 \family sans
38898 プログラムリスト設定
38899 \family default
38900 フィールドで疑問符「?」を打鍵してください.
38901 \end_layout
38902
38903 \begin_layout Standard
38904
38905 \series bold
38906 listings
38907 \series default
38908 及び
38909 \series bold
38910 minted
38911 \series default
38912 パッケージについての詳しい情報については,取扱説明書
38913 \begin_inset CommandInset citation
38914 LatexCommand cite
38915 key "listings,minted"
38916 literal "true"
38917
38918 \end_inset
38919
38920 をご参照ください.
38921 \end_layout
38922
38923 \begin_layout Standard
38924 \begin_inset Newpage newpage
38925 \end_inset
38926
38927
38928 \end_layout
38929
38930 \begin_layout Chapter
38931 \start_of_appendix
38932 \SpecialChar LyX
38933 で使用できる単位
38934 \begin_inset Index idx
38935 status collapsed
38936
38937 \begin_layout Plain Layout
38938 たんい@単位
38939 \end_layout
38940
38941 \end_inset
38942
38943
38944 \begin_inset CommandInset label
38945 LatexCommand label
38946 name "cha:LyXで使用できる単位"
38947
38948 \end_inset
38949
38950
38951 \end_layout
38952
38953 \begin_layout Standard
38954 この文書で用いられる単位の理解のために,表
38955 \begin_inset CommandInset ref
38956 LatexCommand ref
38957 reference "tab:単位"
38958
38959 \end_inset
38960
38961 に,\SpecialChar LyX
38962 で使うことのできる単位をまとめておきます.
38963 \end_layout
38964
38965 \begin_layout Standard
38966 \begin_inset Float table
38967 placement h
38968 wide false
38969 sideways false
38970 status open
38971
38972 \begin_layout Plain Layout
38973 \begin_inset Caption Standard
38974
38975 \begin_layout Plain Layout
38976 \begin_inset CommandInset label
38977 LatexCommand label
38978 name "tab:単位"
38979
38980 \end_inset
38981
38982 単位
38983 \end_layout
38984
38985 \end_inset
38986
38987
38988 \end_layout
38989
38990 \begin_layout Plain Layout
38991 \begin_inset VSpace medskip
38992 \end_inset
38993
38994
38995 \end_layout
38996
38997 \begin_layout Plain Layout
38998 \align center
38999 \begin_inset Tabular
39000 <lyxtabular version="3" rows="21" columns="3">
39001 <features tabularvalignment="middle">
39002 <column alignment="center" valignment="top">
39003 <column alignment="center" valignment="middle" width="50col%">
39004 <column alignment="center" valignment="top">
39005 <row>
39006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39007 \begin_inset Text
39008
39009 \begin_layout Plain Layout
39010 単位
39011 \end_layout
39012
39013 \end_inset
39014 </cell>
39015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39016 \begin_inset Text
39017
39018 \begin_layout Plain Layout
39019 名称/摘要
39020 \end_layout
39021
39022 \end_inset
39023 </cell>
39024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39025 \begin_inset Text
39026
39027 \begin_layout Plain Layout
39028 \SpecialChar LaTeX
39029  コマンド
39030 \end_layout
39031
39032 \end_inset
39033 </cell>
39034 </row>
39035 <row>
39036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39037 \begin_inset Text
39038
39039 \begin_layout Plain Layout
39040 bp
39041 \end_layout
39042
39043 \end_inset
39044 </cell>
39045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39046 \begin_inset Text
39047
39048 \begin_layout Plain Layout
39049 ビッグポイント (72
39050 \begin_inset space \thinspace{}
39051 \end_inset
39052
39053 bp = 1
39054 \begin_inset space \thinspace{}
39055 \end_inset
39056
39057 in)
39058 \end_layout
39059
39060 \end_inset
39061 </cell>
39062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39063 \begin_inset Text
39064
39065 \begin_layout Plain Layout
39066 -
39067 \end_layout
39068
39069 \end_inset
39070 </cell>
39071 </row>
39072 <row>
39073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39074 \begin_inset Text
39075
39076 \begin_layout Plain Layout
39077 cc
39078 \end_layout
39079
39080 \end_inset
39081 </cell>
39082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39083 \begin_inset Text
39084
39085 \begin_layout Plain Layout
39086 シセロ (1
39087 \begin_inset space \thinspace{}
39088 \end_inset
39089
39090 cc = 12
39091 \begin_inset space \thinspace{}
39092 \end_inset
39093
39094 dd)
39095 \end_layout
39096
39097 \end_inset
39098 </cell>
39099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39100 \begin_inset Text
39101
39102 \begin_layout Plain Layout
39103 -
39104 \end_layout
39105
39106 \end_inset
39107 </cell>
39108 </row>
39109 <row>
39110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39111 \begin_inset Text
39112
39113 \begin_layout Plain Layout
39114 cm
39115 \end_layout
39116
39117 \end_inset
39118 </cell>
39119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39120 \begin_inset Text
39121
39122 \begin_layout Plain Layout
39123 センチメートル
39124 \end_layout
39125
39126 \end_inset
39127 </cell>
39128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39129 \begin_inset Text
39130
39131 \begin_layout Plain Layout
39132 -
39133 \end_layout
39134
39135 \end_inset
39136 </cell>
39137 </row>
39138 <row>
39139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39140 \begin_inset Text
39141
39142 \begin_layout Plain Layout
39143 dd
39144 \end_layout
39145
39146 \end_inset
39147 </cell>
39148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39149 \begin_inset Text
39150
39151 \begin_layout Plain Layout
39152 ディドー (72
39153 \begin_inset space \thinspace{}
39154 \end_inset
39155
39156 dd 
39157 \begin_inset Formula $\approx$
39158 \end_inset
39159
39160  37.6
39161 \begin_inset space \thinspace{}
39162 \end_inset
39163
39164 mm)
39165 \end_layout
39166
39167 \end_inset
39168 </cell>
39169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39170 \begin_inset Text
39171
39172 \begin_layout Plain Layout
39173 -
39174 \end_layout
39175
39176 \end_inset
39177 </cell>
39178 </row>
39179 <row>
39180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39181 \begin_inset Text
39182
39183 \begin_layout Plain Layout
39184 em
39185 \end_layout
39186
39187 \end_inset
39188 </cell>
39189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39190 \begin_inset Text
39191
39192 \begin_layout Plain Layout
39193 現在のフォントの文字「M」の幅
39194 \end_layout
39195
39196 \end_inset
39197 </cell>
39198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39199 \begin_inset Text
39200
39201 \begin_layout Plain Layout
39202 -
39203 \end_layout
39204
39205 \end_inset
39206 </cell>
39207 </row>
39208 <row>
39209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39210 \begin_inset Text
39211
39212 \begin_layout Plain Layout
39213 ex
39214 \end_layout
39215
39216 \end_inset
39217 </cell>
39218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39219 \begin_inset Text
39220
39221 \begin_layout Plain Layout
39222 現在のフォントの文字「x」の高さ
39223 \end_layout
39224
39225 \end_inset
39226 </cell>
39227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39228 \begin_inset Text
39229
39230 \begin_layout Plain Layout
39231 -
39232 \end_layout
39233
39234 \end_inset
39235 </cell>
39236 </row>
39237 <row>
39238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39239 \begin_inset Text
39240
39241 \begin_layout Plain Layout
39242 in
39243 \end_layout
39244
39245 \end_inset
39246 </cell>
39247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39248 \begin_inset Text
39249
39250 \begin_layout Plain Layout
39251 インチ
39252 \end_layout
39253
39254 \end_inset
39255 </cell>
39256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39257 \begin_inset Text
39258
39259 \begin_layout Plain Layout
39260 -
39261 \end_layout
39262
39263 \end_inset
39264 </cell>
39265 </row>
39266 <row>
39267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39268 \begin_inset Text
39269
39270 \begin_layout Plain Layout
39271 mm
39272 \end_layout
39273
39274 \end_inset
39275 </cell>
39276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39277 \begin_inset Text
39278
39279 \begin_layout Plain Layout
39280 ミリメートル
39281 \end_layout
39282
39283 \end_inset
39284 </cell>
39285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39286 \begin_inset Text
39287
39288 \begin_layout Plain Layout
39289 -
39290 \end_layout
39291
39292 \end_inset
39293 </cell>
39294 </row>
39295 <row>
39296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39297 \begin_inset Text
39298
39299 \begin_layout Plain Layout
39300 mu
39301 \end_layout
39302
39303 \end_inset
39304 </cell>
39305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39306 \begin_inset Text
39307
39308 \begin_layout Plain Layout
39309 数式単位 (1
39310 \begin_inset space \thinspace{}
39311 \end_inset
39312
39313 mu = 1/18
39314 \begin_inset space \thinspace{}
39315 \end_inset
39316
39317 em)
39318 \end_layout
39319
39320 \end_inset
39321 </cell>
39322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39323 \begin_inset Text
39324
39325 \begin_layout Plain Layout
39326 -
39327 \end_layout
39328
39329 \end_inset
39330 </cell>
39331 </row>
39332 <row>
39333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39334 \begin_inset Text
39335
39336 \begin_layout Plain Layout
39337 pt
39338 \end_layout
39339
39340 \end_inset
39341 </cell>
39342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39343 \begin_inset Text
39344
39345 \begin_layout Plain Layout
39346 ポイント (72.27
39347 \begin_inset space \thinspace{}
39348 \end_inset
39349
39350 pt = 1
39351 \begin_inset space \thinspace{}
39352 \end_inset
39353
39354 in)
39355 \end_layout
39356
39357 \end_inset
39358 </cell>
39359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39360 \begin_inset Text
39361
39362 \begin_layout Plain Layout
39363 -
39364 \end_layout
39365
39366 \end_inset
39367 </cell>
39368 </row>
39369 <row>
39370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39371 \begin_inset Text
39372
39373 \begin_layout Plain Layout
39374 pc
39375 \end_layout
39376
39377 \end_inset
39378 </cell>
39379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39380 \begin_inset Text
39381
39382 \begin_layout Plain Layout
39383 パイカ (1
39384 \begin_inset space \thinspace{}
39385 \end_inset
39386
39387 pc = 12
39388 \begin_inset space \thinspace{}
39389 \end_inset
39390
39391 pt)
39392 \end_layout
39393
39394 \end_inset
39395 </cell>
39396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39397 \begin_inset Text
39398
39399 \begin_layout Plain Layout
39400 -
39401 \end_layout
39402
39403 \end_inset
39404 </cell>
39405 </row>
39406 <row>
39407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39408 \begin_inset Text
39409
39410 \begin_layout Plain Layout
39411 sp
39412 \end_layout
39413
39414 \end_inset
39415 </cell>
39416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39417 \begin_inset Text
39418
39419 \begin_layout Plain Layout
39420 スケールポイント (65536
39421 \begin_inset space \thinspace{}
39422 \end_inset
39423
39424 sp = 1
39425 \begin_inset space \thinspace{}
39426 \end_inset
39427
39428 pt)
39429 \end_layout
39430
39431 \end_inset
39432 </cell>
39433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39434 \begin_inset Text
39435
39436 \begin_layout Plain Layout
39437 -
39438 \end_layout
39439
39440 \end_inset
39441 </cell>
39442 </row>
39443 <row>
39444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39445 \begin_inset Text
39446
39447 \begin_layout Plain Layout
39448 画像の縮尺%
39449 \end_layout
39450
39451 \end_inset
39452 </cell>
39453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39454 \begin_inset Text
39455
39456 \begin_layout Plain Layout
39457 元の画像幅の%
39458 \end_layout
39459
39460 \end_inset
39461 </cell>
39462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39463 \begin_inset Text
39464
39465 \begin_layout Plain Layout
39466
39467 \end_layout
39468
39469 \end_inset
39470 </cell>
39471 </row>
39472 <row>
39473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39474 \begin_inset Text
39475
39476 \begin_layout Plain Layout
39477 本文幅%
39478 \end_layout
39479
39480 \end_inset
39481 </cell>
39482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39483 \begin_inset Text
39484
39485 \begin_layout Plain Layout
39486 テキスト幅の%
39487 \end_layout
39488
39489 \end_inset
39490 </cell>
39491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39492 \begin_inset Text
39493
39494 \begin_layout Plain Layout
39495
39496 \backslash
39497 textwidth
39498 \end_layout
39499
39500 \end_inset
39501 </cell>
39502 </row>
39503 <row>
39504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39505 \begin_inset Text
39506
39507 \begin_layout Plain Layout
39508 列幅%
39509 \end_layout
39510
39511 \end_inset
39512 </cell>
39513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39514 \begin_inset Text
39515
39516 \begin_layout Plain Layout
39517 組段幅の%
39518 \end_layout
39519
39520 \end_inset
39521 </cell>
39522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39523 \begin_inset Text
39524
39525 \begin_layout Plain Layout
39526
39527 \backslash
39528 columnwidth
39529 \end_layout
39530
39531 \end_inset
39532 </cell>
39533 </row>
39534 <row>
39535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39536 \begin_inset Text
39537
39538 \begin_layout Plain Layout
39539 ページ幅%
39540 \end_layout
39541
39542 \end_inset
39543 </cell>
39544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39545 \begin_inset Text
39546
39547 \begin_layout Plain Layout
39548 用紙幅の%
39549 \end_layout
39550
39551 \end_inset
39552 </cell>
39553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39554 \begin_inset Text
39555
39556 \begin_layout Plain Layout
39557
39558 \backslash
39559 paperwidth
39560 \end_layout
39561
39562 \end_inset
39563 </cell>
39564 </row>
39565 <row>
39566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39567 \begin_inset Text
39568
39569 \begin_layout Plain Layout
39570 行幅%
39571 \end_layout
39572
39573 \end_inset
39574 </cell>
39575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39576 \begin_inset Text
39577
39578 \begin_layout Plain Layout
39579 行幅の%
39580 \end_layout
39581
39582 \end_inset
39583 </cell>
39584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39585 \begin_inset Text
39586
39587 \begin_layout Plain Layout
39588
39589 \backslash
39590 linewidth
39591 \end_layout
39592
39593 \end_inset
39594 </cell>
39595 </row>
39596 <row>
39597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39598 \begin_inset Text
39599
39600 \begin_layout Plain Layout
39601 本文高%
39602 \end_layout
39603
39604 \end_inset
39605 </cell>
39606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39607 \begin_inset Text
39608
39609 \begin_layout Plain Layout
39610 テキスト高さの%
39611 \end_layout
39612
39613 \end_inset
39614 </cell>
39615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39616 \begin_inset Text
39617
39618 \begin_layout Plain Layout
39619
39620 \backslash
39621 textheight
39622 \end_layout
39623
39624 \end_inset
39625 </cell>
39626 </row>
39627 <row>
39628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39629 \begin_inset Text
39630
39631 \begin_layout Plain Layout
39632 ページ高%
39633 \end_layout
39634
39635 \end_inset
39636 </cell>
39637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39638 \begin_inset Text
39639
39640 \begin_layout Plain Layout
39641 用紙高さの%
39642 \end_layout
39643
39644 \end_inset
39645 </cell>
39646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39647 \begin_inset Text
39648
39649 \begin_layout Plain Layout
39650
39651 \backslash
39652 paperheight
39653 \end_layout
39654
39655 \end_inset
39656 </cell>
39657 </row>
39658 <row>
39659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39660 \begin_inset Text
39661
39662 \begin_layout Plain Layout
39663 行幅%
39664 \end_layout
39665
39666 \end_inset
39667 </cell>
39668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39669 \begin_inset Text
39670
39671 \begin_layout Plain Layout
39672
39673 \lang english
39674 % of height between baselines of two subsequent text lines
39675 \end_layout
39676
39677 \end_inset
39678 </cell>
39679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39680 \begin_inset Text
39681
39682 \begin_layout Plain Layout
39683
39684 \backslash
39685 baselineskip
39686 \end_layout
39687
39688 \end_inset
39689 </cell>
39690 </row>
39691 </lyxtabular>
39692
39693 \end_inset
39694
39695
39696 \end_layout
39697
39698 \end_inset
39699
39700
39701 \end_layout
39702
39703 \begin_layout Chapter
39704 画像を含む場合のファイル出力形式
39705 \begin_inset CommandInset label
39706 LatexCommand label
39707 name "cha:ファイル出力形式"
39708
39709 \end_inset
39710
39711
39712 \end_layout
39713
39714 \begin_layout Section
39715 DVI
39716 \begin_inset Index idx
39717 status collapsed
39718
39719 \begin_layout Plain Layout
39720 ふぁいるしょしき@ファイル書式 ! DVI
39721 \end_layout
39722
39723 \end_inset
39724
39725
39726 \begin_inset Index idx
39727 status collapsed
39728
39729 \begin_layout Plain Layout
39730 DVI
39731 \begin_inset ERT
39732 status collapsed
39733
39734 \begin_layout Plain Layout
39735
39736 |see{
39737 \end_layout
39738
39739 \end_inset
39740
39741 ファイル書式
39742 \begin_inset ERT
39743 status collapsed
39744
39745 \begin_layout Plain Layout
39746
39747 }
39748 \end_layout
39749
39750 \end_inset
39751
39752
39753 \end_layout
39754
39755 \end_inset
39756
39757
39758 \end_layout
39759
39760 \begin_layout Standard
39761 このファイル型の拡張子は「
39762 \family typewriter
39763 .dvi
39764 \family default
39765 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39766 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39767 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39768 \end_layout
39769
39770 \begin_layout Standard
39771 \begin_inset Note Greyedout
39772 status open
39773
39774 \begin_layout Plain Layout
39775
39776 \series bold
39777 【註】
39778 \series default
39779 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39780 \end_layout
39781
39782 \end_inset
39783
39784 ですから,お使いの
39785 \family typewriter
39786 .dvi
39787 \family default
39788 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39789 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39790 DFを使用することをお勧めします.
39791 \end_layout
39792
39793 \begin_layout Standard
39794 使用中の文書は,
39795 \family sans
39796 ファイル
39797 \family default
39798 \SpecialChar menuseparator
39799
39800 \family sans
39801 書き出し
39802 \family default
39803 \SpecialChar menuseparator
39804
39805 \family sans
39806 DVI
39807 \family default
39808 メニューを使用して,DVIに書き出すことができます.
39809 \family sans
39810 表示
39811 \family default
39812 メニューから,文書をDVIとして表示させることもできます.
39813 \end_layout
39814
39815 \begin_layout Section
39816 PostScript
39817 \begin_inset Index idx
39818 status collapsed
39819
39820 \begin_layout Plain Layout
39821 ふぁいるしょしき@ファイル書式 ! PostScript
39822 \end_layout
39823
39824 \end_inset
39825
39826
39827 \begin_inset Index idx
39828 status collapsed
39829
39830 \begin_layout Plain Layout
39831 PostScript
39832 \begin_inset ERT
39833 status collapsed
39834
39835 \begin_layout Plain Layout
39836
39837 |see{
39838 \end_layout
39839
39840 \end_inset
39841
39842 ファイル書式
39843 \begin_inset ERT
39844 status collapsed
39845
39846 \begin_layout Plain Layout
39847
39848 }
39849 \end_layout
39850
39851 \end_inset
39852
39853
39854 \end_layout
39855
39856 \end_inset
39857
39858
39859 \end_layout
39860
39861 \begin_layout Standard
39862 このファイル型の拡張子は「
39863 \family typewriter
39864 .ps
39865 \family default
39866 」です.PostScriptは,
39867 \family typewriter
39868 Adobe
39869 \family default
39870 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39871 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39872 \begin_inset Foot
39873 status collapsed
39874
39875 \begin_layout Plain Layout
39876 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39877 パッケージ
39878 \series bold
39879 PSTricks
39880 \series default
39881
39882 \begin_inset CommandInset citation
39883 LatexCommand cite
39884 key "pstricks"
39885 literal "true"
39886
39887 \end_inset
39888
39889 を見てみてください.
39890 \end_layout
39891
39892 \end_inset
39893
39894 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39895 \end_layout
39896
39897 \begin_layout Standard
39898 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39899 \family typewriter
39900 .eps
39901 \family default
39902 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39903 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39904 はバックグラウンドで画像をEP
39905 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39906 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39907 で行う
39908 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39909 おく方がよいでしょう.
39910 \end_layout
39911
39912 \begin_layout Standard
39913 文書は,
39914 \family sans
39915 ファイル
39916 \family default
39917 \SpecialChar menuseparator
39918
39919 \family sans
39920 書き出し
39921 \family default
39922 \SpecialChar menuseparator
39923
39924 \family sans
39925 Postscript
39926 \family default
39927 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
39928 \family sans
39929 表示
39930 \family default
39931 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
39932 \end_layout
39933
39934 \begin_layout Section
39935 PDF
39936 \begin_inset Index idx
39937 status collapsed
39938
39939 \begin_layout Plain Layout
39940 ふぁいるしょしき@ファイル書式 ! PDF
39941 \end_layout
39942
39943 \end_inset
39944
39945
39946 \begin_inset Index idx
39947 status collapsed
39948
39949 \begin_layout Plain Layout
39950 PDF
39951 \end_layout
39952
39953 \end_inset
39954
39955
39956 \end_layout
39957
39958 \begin_layout Standard
39959 このファイル型の拡張子は「
39960 \family typewriter
39961 .pdf
39962 \family default
39963 」です.この「Portable Document Format (PDF)」は,
39964 \family typewriter
39965 Adobe
39966 \family default
39967 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
39968 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
39969 \end_layout
39970
39971 \begin_layout Standard
39972 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
39973 \family typewriter
39974 .jpg
39975 \family default
39976 」または「
39977 \family typewriter
39978 .jpeg
39979 \family default
39980 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
39981 \family typewriter
39982 .png
39983 \family default
39984 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
39985 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
39986 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
39987 勧めします.
39988 \end_layout
39989
39990 \begin_layout Standard
39991 使用中の文書は,
39992 \family sans
39993 ファイル
39994 \family default
39995 \SpecialChar menuseparator
39996
39997 \family sans
39998 書き出し
39999 \family default
40000 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
40001 \end_layout
40002
40003 \begin_layout Description
40004 PDF
40005 \begin_inset space ~
40006 \end_inset
40007
40008 (ps2pdf) これは
40009 \family typewriter
40010 ps2pdf
40011 \family default
40012 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
40013 \family typewriter
40014 dvips
40015 \family default
40016 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
40017 \end_layout
40018
40019 \begin_layout Description
40020 PDF
40021 \begin_inset space ~
40022 \end_inset
40023
40024 (dvipdfm) これは
40025 \family typewriter
40026 dvipdfm
40027 \family default
40028 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
40029 \end_layout
40030
40031 \begin_layout Description
40032 PDF
40033 \begin_inset space ~
40034 \end_inset
40035
40036 (pdflatex) これは
40037 \family typewriter
40038 pdftex
40039 \family default
40040 プログラムを使って,現在のファイルを直接PDFに変換します.
40041 \end_layout
40042
40043 \begin_layout Standard
40044
40045 \family typewriter
40046 pdftex
40047 \family default
40048 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
40049 \family sans
40050 PDF
40051 \begin_inset space ~
40052 \end_inset
40053
40054 (pdflatex)
40055 \family default
40056 を使用することが推奨されます.
40057 \family typewriter
40058 dvipdfm
40059 \family default
40060 プログラムは開発が停止しており,若干時代遅れになっています.
40061 \end_layout
40062
40063 \begin_layout Standard
40064 使用中の文書をPDFとして表示するには,
40065 \family sans
40066 表示
40067 \family default
40068 メニューかツールバーボタン(これは
40069 \family sans
40070 PDF
40071 \begin_inset space ~
40072 \end_inset
40073
40074 (pdflatex)
40075 \family default
40076 を使用します)を用います.
40077 \end_layout
40078
40079 \begin_layout Chapter
40080 dvips色名一覧
40081 \begin_inset CommandInset label
40082 LatexCommand label
40083 name "chap:dvips色名一覧"
40084
40085 \end_inset
40086
40087
40088 \end_layout
40089
40090 \begin_layout Standard
40091 \begin_inset Tabular
40092 <lyxtabular version="3" rows="17" columns="4">
40093 <features tabularvalignment="middle">
40094 <column alignment="left" valignment="top" width="0pt">
40095 <column alignment="left" valignment="top" width="0pt">
40096 <column alignment="left" valignment="top" width="0pt">
40097 <column alignment="left" valignment="top" width="0pt">
40098 <row>
40099 <cell alignment="left" valignment="top" usebox="none">
40100 \begin_inset Text
40101
40102 \begin_layout Plain Layout
40103 \begin_inset ERT
40104 status collapsed
40105
40106 \begin_layout Plain Layout
40107
40108
40109 \backslash
40110 fcolorbox{black}{
40111 \end_layout
40112
40113 \end_inset
40114
40115 white
40116 \begin_inset ERT
40117 status collapsed
40118
40119 \begin_layout Plain Layout
40120
40121 }{
40122 \end_layout
40123
40124 \end_inset
40125
40126
40127 \begin_inset ERT
40128 status collapsed
40129
40130 \begin_layout Plain Layout
40131
40132 }
40133 \end_layout
40134
40135 \end_inset
40136
40137  色名
40138 \end_layout
40139
40140 \end_inset
40141 </cell>
40142 <cell alignment="left" valignment="top" usebox="none">
40143 \begin_inset Text
40144
40145 \begin_layout Plain Layout
40146 \begin_inset ERT
40147 status collapsed
40148
40149 \begin_layout Plain Layout
40150
40151
40152 \backslash
40153 fcolorbox{black}{
40154 \end_layout
40155
40156 \end_inset
40157
40158 white
40159 \begin_inset ERT
40160 status collapsed
40161
40162 \begin_layout Plain Layout
40163
40164 }{
40165 \end_layout
40166
40167 \end_inset
40168
40169
40170 \begin_inset ERT
40171 status collapsed
40172
40173 \begin_layout Plain Layout
40174
40175 }
40176 \end_layout
40177
40178 \end_inset
40179
40180  色名
40181 \end_layout
40182
40183 \end_inset
40184 </cell>
40185 <cell alignment="left" valignment="top" usebox="none">
40186 \begin_inset Text
40187
40188 \begin_layout Plain Layout
40189 \begin_inset ERT
40190 status collapsed
40191
40192 \begin_layout Plain Layout
40193
40194
40195 \backslash
40196 fcolorbox{black}{
40197 \end_layout
40198
40199 \end_inset
40200
40201 white
40202 \begin_inset ERT
40203 status collapsed
40204
40205 \begin_layout Plain Layout
40206
40207 }{
40208 \end_layout
40209
40210 \end_inset
40211
40212
40213 \begin_inset ERT
40214 status collapsed
40215
40216 \begin_layout Plain Layout
40217
40218 }
40219 \end_layout
40220
40221 \end_inset
40222
40223  色名
40224 \end_layout
40225
40226 \end_inset
40227 </cell>
40228 <cell alignment="left" valignment="top" usebox="none">
40229 \begin_inset Text
40230
40231 \begin_layout Plain Layout
40232 \begin_inset ERT
40233 status collapsed
40234
40235 \begin_layout Plain Layout
40236
40237
40238 \backslash
40239 fcolorbox{black}{
40240 \end_layout
40241
40242 \end_inset
40243
40244 white
40245 \begin_inset ERT
40246 status collapsed
40247
40248 \begin_layout Plain Layout
40249
40250 }{
40251 \end_layout
40252
40253 \end_inset
40254
40255
40256 \begin_inset ERT
40257 status collapsed
40258
40259 \begin_layout Plain Layout
40260
40261 }
40262 \end_layout
40263
40264 \end_inset
40265
40266  色名
40267 \end_layout
40268
40269 \end_inset
40270 </cell>
40271 </row>
40272 <row>
40273 <cell alignment="center" valignment="top" usebox="none">
40274 \begin_inset Text
40275
40276 \begin_layout Plain Layout
40277 \begin_inset ERT
40278 status collapsed
40279
40280 \begin_layout Plain Layout
40281
40282
40283 \backslash
40284 fcolorbox{black}{
40285 \end_layout
40286
40287 \end_inset
40288
40289 Apricot
40290 \begin_inset ERT
40291 status collapsed
40292
40293 \begin_layout Plain Layout
40294
40295 }{
40296 \end_layout
40297
40298 \end_inset
40299
40300
40301 \begin_inset Phantom Phantom
40302 status open
40303
40304 \begin_layout Plain Layout
40305 W
40306 \end_layout
40307
40308 \end_inset
40309
40310
40311 \begin_inset ERT
40312 status collapsed
40313
40314 \begin_layout Plain Layout
40315
40316 }
40317 \end_layout
40318
40319 \end_inset
40320
40321  Apricot
40322 \end_layout
40323
40324 \end_inset
40325 </cell>
40326 <cell alignment="center" valignment="top" usebox="none">
40327 \begin_inset Text
40328
40329 \begin_layout Plain Layout
40330 \begin_inset ERT
40331 status collapsed
40332
40333 \begin_layout Plain Layout
40334
40335
40336 \backslash
40337 fcolorbox{black}{
40338 \end_layout
40339
40340 \end_inset
40341
40342 Aquamarine
40343 \begin_inset ERT
40344 status collapsed
40345
40346 \begin_layout Plain Layout
40347
40348 }{
40349 \end_layout
40350
40351 \end_inset
40352
40353
40354 \begin_inset Phantom Phantom
40355 status open
40356
40357 \begin_layout Plain Layout
40358 W
40359 \end_layout
40360
40361 \end_inset
40362
40363
40364 \begin_inset ERT
40365 status collapsed
40366
40367 \begin_layout Plain Layout
40368
40369 }
40370 \end_layout
40371
40372 \end_inset
40373
40374  Aquamarine
40375 \end_layout
40376
40377 \end_inset
40378 </cell>
40379 <cell alignment="center" valignment="top" usebox="none">
40380 \begin_inset Text
40381
40382 \begin_layout Plain Layout
40383 \begin_inset ERT
40384 status collapsed
40385
40386 \begin_layout Plain Layout
40387
40388
40389 \backslash
40390 fcolorbox{black}{
40391 \end_layout
40392
40393 \end_inset
40394
40395 Bittersweet
40396 \begin_inset ERT
40397 status collapsed
40398
40399 \begin_layout Plain Layout
40400
40401 }{
40402 \end_layout
40403
40404 \end_inset
40405
40406
40407 \begin_inset Phantom Phantom
40408 status open
40409
40410 \begin_layout Plain Layout
40411 W
40412 \end_layout
40413
40414 \end_inset
40415
40416
40417 \begin_inset ERT
40418 status collapsed
40419
40420 \begin_layout Plain Layout
40421
40422 }
40423 \end_layout
40424
40425 \end_inset
40426
40427  Bittersweet
40428 \end_layout
40429
40430 \end_inset
40431 </cell>
40432 <cell alignment="center" valignment="top" usebox="none">
40433 \begin_inset Text
40434
40435 \begin_layout Plain Layout
40436 \begin_inset ERT
40437 status collapsed
40438
40439 \begin_layout Plain Layout
40440
40441
40442 \backslash
40443 fcolorbox{black}{
40444 \end_layout
40445
40446 \end_inset
40447
40448 BlueGreen
40449 \begin_inset ERT
40450 status collapsed
40451
40452 \begin_layout Plain Layout
40453
40454 }{
40455 \end_layout
40456
40457 \end_inset
40458
40459
40460 \begin_inset Phantom Phantom
40461 status open
40462
40463 \begin_layout Plain Layout
40464 W
40465 \end_layout
40466
40467 \end_inset
40468
40469
40470 \begin_inset ERT
40471 status collapsed
40472
40473 \begin_layout Plain Layout
40474
40475 }
40476 \end_layout
40477
40478 \end_inset
40479
40480  BlueGreen
40481 \end_layout
40482
40483 \end_inset
40484 </cell>
40485 </row>
40486 <row>
40487 <cell alignment="left" valignment="top" usebox="none">
40488 \begin_inset Text
40489
40490 \begin_layout Plain Layout
40491 \begin_inset ERT
40492 status collapsed
40493
40494 \begin_layout Plain Layout
40495
40496
40497 \backslash
40498 fcolorbox{black}{
40499 \end_layout
40500
40501 \end_inset
40502
40503 BlueViolet
40504 \begin_inset ERT
40505 status collapsed
40506
40507 \begin_layout Plain Layout
40508
40509 }{
40510 \end_layout
40511
40512 \end_inset
40513
40514
40515 \begin_inset Phantom Phantom
40516 status open
40517
40518 \begin_layout Plain Layout
40519 W
40520 \end_layout
40521
40522 \end_inset
40523
40524
40525 \begin_inset ERT
40526 status collapsed
40527
40528 \begin_layout Plain Layout
40529
40530 }
40531 \end_layout
40532
40533 \end_inset
40534
40535  BlueViolet
40536 \end_layout
40537
40538 \end_inset
40539 </cell>
40540 <cell alignment="left" valignment="top" usebox="none">
40541 \begin_inset Text
40542
40543 \begin_layout Plain Layout
40544 \begin_inset ERT
40545 status collapsed
40546
40547 \begin_layout Plain Layout
40548
40549
40550 \backslash
40551 fcolorbox{black}{
40552 \end_layout
40553
40554 \end_inset
40555
40556 BrickRed
40557 \begin_inset ERT
40558 status collapsed
40559
40560 \begin_layout Plain Layout
40561
40562 }{
40563 \end_layout
40564
40565 \end_inset
40566
40567
40568 \begin_inset Phantom Phantom
40569 status open
40570
40571 \begin_layout Plain Layout
40572 W
40573 \end_layout
40574
40575 \end_inset
40576
40577
40578 \begin_inset ERT
40579 status collapsed
40580
40581 \begin_layout Plain Layout
40582
40583 }
40584 \end_layout
40585
40586 \end_inset
40587
40588  BrickRed
40589 \end_layout
40590
40591 \end_inset
40592 </cell>
40593 <cell alignment="left" valignment="top" usebox="none">
40594 \begin_inset Text
40595
40596 \begin_layout Plain Layout
40597 \begin_inset ERT
40598 status collapsed
40599
40600 \begin_layout Plain Layout
40601
40602
40603 \backslash
40604 fcolorbox{black}{
40605 \end_layout
40606
40607 \end_inset
40608
40609 Brown
40610 \begin_inset ERT
40611 status collapsed
40612
40613 \begin_layout Plain Layout
40614
40615 }{
40616 \end_layout
40617
40618 \end_inset
40619
40620
40621 \begin_inset Phantom Phantom
40622 status open
40623
40624 \begin_layout Plain Layout
40625 W
40626 \end_layout
40627
40628 \end_inset
40629
40630
40631 \begin_inset ERT
40632 status collapsed
40633
40634 \begin_layout Plain Layout
40635
40636 }
40637 \end_layout
40638
40639 \end_inset
40640
40641  Brown
40642 \end_layout
40643
40644 \end_inset
40645 </cell>
40646 <cell alignment="left" valignment="top" usebox="none">
40647 \begin_inset Text
40648
40649 \begin_layout Plain Layout
40650 \begin_inset ERT
40651 status collapsed
40652
40653 \begin_layout Plain Layout
40654
40655
40656 \backslash
40657 fcolorbox{black}{
40658 \end_layout
40659
40660 \end_inset
40661
40662 BurntOrange
40663 \begin_inset ERT
40664 status collapsed
40665
40666 \begin_layout Plain Layout
40667
40668 }{
40669 \end_layout
40670
40671 \end_inset
40672
40673
40674 \begin_inset Phantom Phantom
40675 status open
40676
40677 \begin_layout Plain Layout
40678 W
40679 \end_layout
40680
40681 \end_inset
40682
40683
40684 \begin_inset ERT
40685 status collapsed
40686
40687 \begin_layout Plain Layout
40688
40689 }
40690 \end_layout
40691
40692 \end_inset
40693
40694  BurntOrange
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 </row>
40700 <row>
40701 <cell alignment="left" valignment="top" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 \begin_inset ERT
40706 status collapsed
40707
40708 \begin_layout Plain Layout
40709
40710
40711 \backslash
40712 fcolorbox{black}{
40713 \end_layout
40714
40715 \end_inset
40716
40717 CadetBlue
40718 \begin_inset ERT
40719 status collapsed
40720
40721 \begin_layout Plain Layout
40722
40723 }{
40724 \end_layout
40725
40726 \end_inset
40727
40728
40729 \begin_inset Phantom Phantom
40730 status open
40731
40732 \begin_layout Plain Layout
40733 W
40734 \end_layout
40735
40736 \end_inset
40737
40738
40739 \begin_inset ERT
40740 status collapsed
40741
40742 \begin_layout Plain Layout
40743
40744 }
40745 \end_layout
40746
40747 \end_inset
40748
40749  CadetBlue
40750 \end_layout
40751
40752 \end_inset
40753 </cell>
40754 <cell alignment="left" valignment="top" usebox="none">
40755 \begin_inset Text
40756
40757 \begin_layout Plain Layout
40758 \begin_inset ERT
40759 status collapsed
40760
40761 \begin_layout Plain Layout
40762
40763
40764 \backslash
40765 fcolorbox{black}{
40766 \end_layout
40767
40768 \end_inset
40769
40770 CarnationPink
40771 \begin_inset ERT
40772 status collapsed
40773
40774 \begin_layout Plain Layout
40775
40776 }{
40777 \end_layout
40778
40779 \end_inset
40780
40781
40782 \begin_inset Phantom Phantom
40783 status open
40784
40785 \begin_layout Plain Layout
40786 W
40787 \end_layout
40788
40789 \end_inset
40790
40791
40792 \begin_inset ERT
40793 status collapsed
40794
40795 \begin_layout Plain Layout
40796
40797 }
40798 \end_layout
40799
40800 \end_inset
40801
40802  CarnationPink
40803 \end_layout
40804
40805 \end_inset
40806 </cell>
40807 <cell alignment="left" valignment="top" usebox="none">
40808 \begin_inset Text
40809
40810 \begin_layout Plain Layout
40811 \begin_inset ERT
40812 status collapsed
40813
40814 \begin_layout Plain Layout
40815
40816
40817 \backslash
40818 fcolorbox{black}{
40819 \end_layout
40820
40821 \end_inset
40822
40823 Cerulean
40824 \begin_inset ERT
40825 status collapsed
40826
40827 \begin_layout Plain Layout
40828
40829 }{
40830 \end_layout
40831
40832 \end_inset
40833
40834
40835 \begin_inset Phantom Phantom
40836 status open
40837
40838 \begin_layout Plain Layout
40839 W
40840 \end_layout
40841
40842 \end_inset
40843
40844
40845 \begin_inset ERT
40846 status collapsed
40847
40848 \begin_layout Plain Layout
40849
40850 }
40851 \end_layout
40852
40853 \end_inset
40854
40855  Cerulean
40856 \end_layout
40857
40858 \end_inset
40859 </cell>
40860 <cell alignment="left" valignment="top" usebox="none">
40861 \begin_inset Text
40862
40863 \begin_layout Plain Layout
40864 \begin_inset ERT
40865 status collapsed
40866
40867 \begin_layout Plain Layout
40868
40869
40870 \backslash
40871 fcolorbox{black}{
40872 \end_layout
40873
40874 \end_inset
40875
40876 CornflowerBlue
40877 \begin_inset ERT
40878 status collapsed
40879
40880 \begin_layout Plain Layout
40881
40882 }{
40883 \end_layout
40884
40885 \end_inset
40886
40887
40888 \begin_inset Phantom Phantom
40889 status open
40890
40891 \begin_layout Plain Layout
40892 W
40893 \end_layout
40894
40895 \end_inset
40896
40897
40898 \begin_inset ERT
40899 status collapsed
40900
40901 \begin_layout Plain Layout
40902
40903 }
40904 \end_layout
40905
40906 \end_inset
40907
40908  CornflowerBlue
40909 \end_layout
40910
40911 \end_inset
40912 </cell>
40913 </row>
40914 <row>
40915 <cell alignment="left" valignment="top" usebox="none">
40916 \begin_inset Text
40917
40918 \begin_layout Plain Layout
40919 \begin_inset ERT
40920 status collapsed
40921
40922 \begin_layout Plain Layout
40923
40924
40925 \backslash
40926 fcolorbox{black}{
40927 \end_layout
40928
40929 \end_inset
40930
40931 Dandelion
40932 \begin_inset ERT
40933 status collapsed
40934
40935 \begin_layout Plain Layout
40936
40937 }{
40938 \end_layout
40939
40940 \end_inset
40941
40942
40943 \begin_inset Phantom Phantom
40944 status open
40945
40946 \begin_layout Plain Layout
40947 W
40948 \end_layout
40949
40950 \end_inset
40951
40952
40953 \begin_inset ERT
40954 status collapsed
40955
40956 \begin_layout Plain Layout
40957
40958 }
40959 \end_layout
40960
40961 \end_inset
40962
40963  Dandelion
40964 \end_layout
40965
40966 \end_inset
40967 </cell>
40968 <cell alignment="left" valignment="top" usebox="none">
40969 \begin_inset Text
40970
40971 \begin_layout Plain Layout
40972 \begin_inset ERT
40973 status collapsed
40974
40975 \begin_layout Plain Layout
40976
40977
40978 \backslash
40979 fcolorbox{black}{
40980 \end_layout
40981
40982 \end_inset
40983
40984 DarkOrchid
40985 \begin_inset ERT
40986 status collapsed
40987
40988 \begin_layout Plain Layout
40989
40990 }{
40991 \end_layout
40992
40993 \end_inset
40994
40995
40996 \begin_inset Phantom Phantom
40997 status open
40998
40999 \begin_layout Plain Layout
41000 W
41001 \end_layout
41002
41003 \end_inset
41004
41005
41006 \begin_inset ERT
41007 status collapsed
41008
41009 \begin_layout Plain Layout
41010
41011 }
41012 \end_layout
41013
41014 \end_inset
41015
41016  DarkOrchid
41017 \end_layout
41018
41019 \end_inset
41020 </cell>
41021 <cell alignment="left" valignment="top" usebox="none">
41022 \begin_inset Text
41023
41024 \begin_layout Plain Layout
41025 \begin_inset ERT
41026 status collapsed
41027
41028 \begin_layout Plain Layout
41029
41030
41031 \backslash
41032 fcolorbox{black}{
41033 \end_layout
41034
41035 \end_inset
41036
41037 Emerald
41038 \begin_inset ERT
41039 status collapsed
41040
41041 \begin_layout Plain Layout
41042
41043 }{
41044 \end_layout
41045
41046 \end_inset
41047
41048
41049 \begin_inset Phantom Phantom
41050 status open
41051
41052 \begin_layout Plain Layout
41053 W
41054 \end_layout
41055
41056 \end_inset
41057
41058
41059 \begin_inset ERT
41060 status collapsed
41061
41062 \begin_layout Plain Layout
41063
41064 }
41065 \end_layout
41066
41067 \end_inset
41068
41069  Emerald
41070 \end_layout
41071
41072 \end_inset
41073 </cell>
41074 <cell alignment="left" valignment="top" usebox="none">
41075 \begin_inset Text
41076
41077 \begin_layout Plain Layout
41078 \begin_inset ERT
41079 status collapsed
41080
41081 \begin_layout Plain Layout
41082
41083
41084 \backslash
41085 fcolorbox{black}{
41086 \end_layout
41087
41088 \end_inset
41089
41090 ForestGreen
41091 \begin_inset ERT
41092 status collapsed
41093
41094 \begin_layout Plain Layout
41095
41096 }{
41097 \end_layout
41098
41099 \end_inset
41100
41101
41102 \begin_inset Phantom Phantom
41103 status open
41104
41105 \begin_layout Plain Layout
41106 W
41107 \end_layout
41108
41109 \end_inset
41110
41111
41112 \begin_inset ERT
41113 status collapsed
41114
41115 \begin_layout Plain Layout
41116
41117 }
41118 \end_layout
41119
41120 \end_inset
41121
41122  ForestGreen
41123 \end_layout
41124
41125 \end_inset
41126 </cell>
41127 </row>
41128 <row>
41129 <cell alignment="left" valignment="top" usebox="none">
41130 \begin_inset Text
41131
41132 \begin_layout Plain Layout
41133 \begin_inset ERT
41134 status collapsed
41135
41136 \begin_layout Plain Layout
41137
41138
41139 \backslash
41140 fcolorbox{black}{
41141 \end_layout
41142
41143 \end_inset
41144
41145 Fuchsia
41146 \begin_inset ERT
41147 status collapsed
41148
41149 \begin_layout Plain Layout
41150
41151 }{
41152 \end_layout
41153
41154 \end_inset
41155
41156
41157 \begin_inset Phantom Phantom
41158 status open
41159
41160 \begin_layout Plain Layout
41161 W
41162 \end_layout
41163
41164 \end_inset
41165
41166
41167 \begin_inset ERT
41168 status collapsed
41169
41170 \begin_layout Plain Layout
41171
41172 }
41173 \end_layout
41174
41175 \end_inset
41176
41177  Fuchsia
41178 \end_layout
41179
41180 \end_inset
41181 </cell>
41182 <cell alignment="left" valignment="top" usebox="none">
41183 \begin_inset Text
41184
41185 \begin_layout Plain Layout
41186 \begin_inset ERT
41187 status collapsed
41188
41189 \begin_layout Plain Layout
41190
41191
41192 \backslash
41193 fcolorbox{black}{
41194 \end_layout
41195
41196 \end_inset
41197
41198 Goldenrod
41199 \begin_inset ERT
41200 status collapsed
41201
41202 \begin_layout Plain Layout
41203
41204 }{
41205 \end_layout
41206
41207 \end_inset
41208
41209
41210 \begin_inset Phantom Phantom
41211 status open
41212
41213 \begin_layout Plain Layout
41214 W
41215 \end_layout
41216
41217 \end_inset
41218
41219
41220 \begin_inset ERT
41221 status collapsed
41222
41223 \begin_layout Plain Layout
41224
41225 }
41226 \end_layout
41227
41228 \end_inset
41229
41230  Goldenrod
41231 \end_layout
41232
41233 \end_inset
41234 </cell>
41235 <cell alignment="left" valignment="top" usebox="none">
41236 \begin_inset Text
41237
41238 \begin_layout Plain Layout
41239 \begin_inset ERT
41240 status collapsed
41241
41242 \begin_layout Plain Layout
41243
41244
41245 \backslash
41246 fcolorbox{black}{
41247 \end_layout
41248
41249 \end_inset
41250
41251 Gray
41252 \begin_inset ERT
41253 status collapsed
41254
41255 \begin_layout Plain Layout
41256
41257 }{
41258 \end_layout
41259
41260 \end_inset
41261
41262
41263 \begin_inset Phantom Phantom
41264 status open
41265
41266 \begin_layout Plain Layout
41267 W
41268 \end_layout
41269
41270 \end_inset
41271
41272
41273 \begin_inset ERT
41274 status collapsed
41275
41276 \begin_layout Plain Layout
41277
41278 }
41279 \end_layout
41280
41281 \end_inset
41282
41283  Gray
41284 \end_layout
41285
41286 \end_inset
41287 </cell>
41288 <cell alignment="left" valignment="top" usebox="none">
41289 \begin_inset Text
41290
41291 \begin_layout Plain Layout
41292 \begin_inset ERT
41293 status collapsed
41294
41295 \begin_layout Plain Layout
41296
41297
41298 \backslash
41299 fcolorbox{black}{
41300 \end_layout
41301
41302 \end_inset
41303
41304 GreenYellow
41305 \begin_inset ERT
41306 status collapsed
41307
41308 \begin_layout Plain Layout
41309
41310 }{
41311 \end_layout
41312
41313 \end_inset
41314
41315
41316 \begin_inset Phantom Phantom
41317 status open
41318
41319 \begin_layout Plain Layout
41320 W
41321 \end_layout
41322
41323 \end_inset
41324
41325
41326 \begin_inset ERT
41327 status collapsed
41328
41329 \begin_layout Plain Layout
41330
41331 }
41332 \end_layout
41333
41334 \end_inset
41335
41336  GreenYellow
41337 \end_layout
41338
41339 \end_inset
41340 </cell>
41341 </row>
41342 <row>
41343 <cell alignment="center" valignment="top" usebox="none">
41344 \begin_inset Text
41345
41346 \begin_layout Plain Layout
41347 \begin_inset ERT
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351
41352
41353 \backslash
41354 fcolorbox{black}{
41355 \end_layout
41356
41357 \end_inset
41358
41359 JungleGreen
41360 \begin_inset ERT
41361 status collapsed
41362
41363 \begin_layout Plain Layout
41364
41365 }{
41366 \end_layout
41367
41368 \end_inset
41369
41370
41371 \begin_inset Phantom Phantom
41372 status open
41373
41374 \begin_layout Plain Layout
41375 W
41376 \end_layout
41377
41378 \end_inset
41379
41380
41381 \begin_inset ERT
41382 status collapsed
41383
41384 \begin_layout Plain Layout
41385
41386 }
41387 \end_layout
41388
41389 \end_inset
41390
41391  JungleGreen
41392 \end_layout
41393
41394 \end_inset
41395 </cell>
41396 <cell alignment="center" valignment="top" usebox="none">
41397 \begin_inset Text
41398
41399 \begin_layout Plain Layout
41400 \begin_inset ERT
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404
41405
41406 \backslash
41407 fcolorbox{black}{
41408 \end_layout
41409
41410 \end_inset
41411
41412 Lavender
41413 \begin_inset ERT
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417
41418 }{
41419 \end_layout
41420
41421 \end_inset
41422
41423
41424 \begin_inset Phantom Phantom
41425 status open
41426
41427 \begin_layout Plain Layout
41428 W
41429 \end_layout
41430
41431 \end_inset
41432
41433
41434 \begin_inset ERT
41435 status collapsed
41436
41437 \begin_layout Plain Layout
41438
41439 }
41440 \end_layout
41441
41442 \end_inset
41443
41444  Lavender
41445 \end_layout
41446
41447 \end_inset
41448 </cell>
41449 <cell alignment="center" valignment="top" usebox="none">
41450 \begin_inset Text
41451
41452 \begin_layout Plain Layout
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458
41459 \backslash
41460 fcolorbox{black}{
41461 \end_layout
41462
41463 \end_inset
41464
41465 LimeGreen
41466 \begin_inset ERT
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470
41471 }{
41472 \end_layout
41473
41474 \end_inset
41475
41476
41477 \begin_inset Phantom Phantom
41478 status open
41479
41480 \begin_layout Plain Layout
41481 W
41482 \end_layout
41483
41484 \end_inset
41485
41486
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }
41493 \end_layout
41494
41495 \end_inset
41496
41497  LimeGreen
41498 \end_layout
41499
41500 \end_inset
41501 </cell>
41502 <cell alignment="center" valignment="top" usebox="none">
41503 \begin_inset Text
41504
41505 \begin_layout Plain Layout
41506 \begin_inset ERT
41507 status collapsed
41508
41509 \begin_layout Plain Layout
41510
41511
41512 \backslash
41513 fcolorbox{black}{
41514 \end_layout
41515
41516 \end_inset
41517
41518 Mahogany
41519 \begin_inset ERT
41520 status collapsed
41521
41522 \begin_layout Plain Layout
41523
41524 }{
41525 \end_layout
41526
41527 \end_inset
41528
41529
41530 \begin_inset Phantom Phantom
41531 status open
41532
41533 \begin_layout Plain Layout
41534 W
41535 \end_layout
41536
41537 \end_inset
41538
41539
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545 }
41546 \end_layout
41547
41548 \end_inset
41549
41550  Mahogany
41551 \end_layout
41552
41553 \end_inset
41554 </cell>
41555 </row>
41556 <row>
41557 <cell alignment="left" valignment="top" usebox="none">
41558 \begin_inset Text
41559
41560 \begin_layout Plain Layout
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566
41567 \backslash
41568 fcolorbox{black}{
41569 \end_layout
41570
41571 \end_inset
41572
41573 Mahogany
41574 \begin_inset ERT
41575 status collapsed
41576
41577 \begin_layout Plain Layout
41578
41579 }{
41580 \end_layout
41581
41582 \end_inset
41583
41584
41585 \begin_inset Phantom Phantom
41586 status open
41587
41588 \begin_layout Plain Layout
41589 W
41590 \end_layout
41591
41592 \end_inset
41593
41594
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600 }
41601 \end_layout
41602
41603 \end_inset
41604
41605  Mahogany
41606 \end_layout
41607
41608 \end_inset
41609 </cell>
41610 <cell alignment="left" valignment="top" usebox="none">
41611 \begin_inset Text
41612
41613 \begin_layout Plain Layout
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619
41620 \backslash
41621 fcolorbox{black}{
41622 \end_layout
41623
41624 \end_inset
41625
41626 Maroon
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632 }{
41633 \end_layout
41634
41635 \end_inset
41636
41637
41638 \begin_inset Phantom Phantom
41639 status open
41640
41641 \begin_layout Plain Layout
41642 W
41643 \end_layout
41644
41645 \end_inset
41646
41647
41648 \begin_inset ERT
41649 status collapsed
41650
41651 \begin_layout Plain Layout
41652
41653 }
41654 \end_layout
41655
41656 \end_inset
41657
41658  Maroon
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 <cell alignment="left" valignment="top" usebox="none">
41664 \begin_inset Text
41665
41666 \begin_layout Plain Layout
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672
41673 \backslash
41674 fcolorbox{black}{
41675 \end_layout
41676
41677 \end_inset
41678
41679 Melon
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685 }{
41686 \end_layout
41687
41688 \end_inset
41689
41690
41691 \begin_inset Phantom Phantom
41692 status open
41693
41694 \begin_layout Plain Layout
41695 W
41696 \end_layout
41697
41698 \end_inset
41699
41700
41701 \begin_inset ERT
41702 status collapsed
41703
41704 \begin_layout Plain Layout
41705
41706 }
41707 \end_layout
41708
41709 \end_inset
41710
41711  Melon
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 <cell alignment="left" valignment="top" usebox="none">
41717 \begin_inset Text
41718
41719 \begin_layout Plain Layout
41720 \begin_inset ERT
41721 status collapsed
41722
41723 \begin_layout Plain Layout
41724
41725
41726 \backslash
41727 fcolorbox{black}{
41728 \end_layout
41729
41730 \end_inset
41731
41732 MidnightBlue
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738 }{
41739 \end_layout
41740
41741 \end_inset
41742
41743
41744 \begin_inset Phantom Phantom
41745 status open
41746
41747 \begin_layout Plain Layout
41748 W
41749 \end_layout
41750
41751 \end_inset
41752
41753
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759 }
41760 \end_layout
41761
41762 \end_inset
41763
41764  MidnightBlue
41765 \end_layout
41766
41767 \end_inset
41768 </cell>
41769 </row>
41770 <row>
41771 <cell alignment="left" valignment="top" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780
41781 \backslash
41782 fcolorbox{black}{
41783 \end_layout
41784
41785 \end_inset
41786
41787 Mulberry
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793 }{
41794 \end_layout
41795
41796 \end_inset
41797
41798
41799 \begin_inset Phantom Phantom
41800 status open
41801
41802 \begin_layout Plain Layout
41803 W
41804 \end_layout
41805
41806 \end_inset
41807
41808
41809 \begin_inset ERT
41810 status collapsed
41811
41812 \begin_layout Plain Layout
41813
41814 }
41815 \end_layout
41816
41817 \end_inset
41818
41819  Mulberry
41820 \end_layout
41821
41822 \end_inset
41823 </cell>
41824 <cell alignment="left" valignment="top" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833
41834 \backslash
41835 fcolorbox{black}{
41836 \end_layout
41837
41838 \end_inset
41839
41840 NavyBlue
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846 }{
41847 \end_layout
41848
41849 \end_inset
41850
41851
41852 \begin_inset Phantom Phantom
41853 status open
41854
41855 \begin_layout Plain Layout
41856 W
41857 \end_layout
41858
41859 \end_inset
41860
41861
41862 \begin_inset ERT
41863 status collapsed
41864
41865 \begin_layout Plain Layout
41866
41867 }
41868 \end_layout
41869
41870 \end_inset
41871
41872  NavyBlue
41873 \end_layout
41874
41875 \end_inset
41876 </cell>
41877 <cell alignment="left" valignment="top" usebox="none">
41878 \begin_inset Text
41879
41880 \begin_layout Plain Layout
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886
41887 \backslash
41888 fcolorbox{black}{
41889 \end_layout
41890
41891 \end_inset
41892
41893 OliveGreen
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899 }{
41900 \end_layout
41901
41902 \end_inset
41903
41904
41905 \begin_inset Phantom Phantom
41906 status open
41907
41908 \begin_layout Plain Layout
41909 W
41910 \end_layout
41911
41912 \end_inset
41913
41914
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }
41921 \end_layout
41922
41923 \end_inset
41924
41925  OliveGreen
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 \begin_inset ERT
41935 status collapsed
41936
41937 \begin_layout Plain Layout
41938
41939
41940 \backslash
41941 fcolorbox{black}{
41942 \end_layout
41943
41944 \end_inset
41945
41946 Orange
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952 }{
41953 \end_layout
41954
41955 \end_inset
41956
41957
41958 \begin_inset Phantom Phantom
41959 status open
41960
41961 \begin_layout Plain Layout
41962 W
41963 \end_layout
41964
41965 \end_inset
41966
41967
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973 }
41974 \end_layout
41975
41976 \end_inset
41977
41978  Orange
41979 \end_layout
41980
41981 \end_inset
41982 </cell>
41983 </row>
41984 <row>
41985 <cell alignment="left" valignment="top" usebox="none">
41986 \begin_inset Text
41987
41988 \begin_layout Plain Layout
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994
41995 \backslash
41996 fcolorbox{black}{
41997 \end_layout
41998
41999 \end_inset
42000
42001 OrangeRed
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007 }{
42008 \end_layout
42009
42010 \end_inset
42011
42012
42013 \begin_inset Phantom Phantom
42014 status open
42015
42016 \begin_layout Plain Layout
42017 W
42018 \end_layout
42019
42020 \end_inset
42021
42022
42023 \begin_inset ERT
42024 status collapsed
42025
42026 \begin_layout Plain Layout
42027
42028 }
42029 \end_layout
42030
42031 \end_inset
42032
42033  OrangeRed
42034 \end_layout
42035
42036 \end_inset
42037 </cell>
42038 <cell alignment="left" valignment="top" usebox="none">
42039 \begin_inset Text
42040
42041 \begin_layout Plain Layout
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047
42048 \backslash
42049 fcolorbox{black}{
42050 \end_layout
42051
42052 \end_inset
42053
42054 Orchid
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060 }{
42061 \end_layout
42062
42063 \end_inset
42064
42065
42066 \begin_inset Phantom Phantom
42067 status open
42068
42069 \begin_layout Plain Layout
42070 W
42071 \end_layout
42072
42073 \end_inset
42074
42075
42076 \begin_inset ERT
42077 status collapsed
42078
42079 \begin_layout Plain Layout
42080
42081 }
42082 \end_layout
42083
42084 \end_inset
42085
42086  Orchid
42087 \end_layout
42088
42089 \end_inset
42090 </cell>
42091 <cell alignment="left" valignment="top" usebox="none">
42092 \begin_inset Text
42093
42094 \begin_layout Plain Layout
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100
42101 \backslash
42102 fcolorbox{black}{
42103 \end_layout
42104
42105 \end_inset
42106
42107 Peach
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113 }{
42114 \end_layout
42115
42116 \end_inset
42117
42118
42119 \begin_inset Phantom Phantom
42120 status open
42121
42122 \begin_layout Plain Layout
42123 W
42124 \end_layout
42125
42126 \end_inset
42127
42128
42129 \begin_inset ERT
42130 status collapsed
42131
42132 \begin_layout Plain Layout
42133
42134 }
42135 \end_layout
42136
42137 \end_inset
42138
42139  Peach
42140 \end_layout
42141
42142 \end_inset
42143 </cell>
42144 <cell alignment="left" valignment="top" usebox="none">
42145 \begin_inset Text
42146
42147 \begin_layout Plain Layout
42148 \begin_inset ERT
42149 status collapsed
42150
42151 \begin_layout Plain Layout
42152
42153
42154 \backslash
42155 fcolorbox{black}{
42156 \end_layout
42157
42158 \end_inset
42159
42160 Periwinkle
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166 }{
42167 \end_layout
42168
42169 \end_inset
42170
42171
42172 \begin_inset Phantom Phantom
42173 status open
42174
42175 \begin_layout Plain Layout
42176 W
42177 \end_layout
42178
42179 \end_inset
42180
42181
42182 \begin_inset ERT
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186
42187 }
42188 \end_layout
42189
42190 \end_inset
42191
42192  Periwinkle
42193 \end_layout
42194
42195 \end_inset
42196 </cell>
42197 </row>
42198 <row>
42199 <cell alignment="left" valignment="top" usebox="none">
42200 \begin_inset Text
42201
42202 \begin_layout Plain Layout
42203 \begin_inset ERT
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207
42208
42209 \backslash
42210 fcolorbox{black}{
42211 \end_layout
42212
42213 \end_inset
42214
42215 PineGreen
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221 }{
42222 \end_layout
42223
42224 \end_inset
42225
42226
42227 \begin_inset Phantom Phantom
42228 status open
42229
42230 \begin_layout Plain Layout
42231 W
42232 \end_layout
42233
42234 \end_inset
42235
42236
42237 \begin_inset ERT
42238 status collapsed
42239
42240 \begin_layout Plain Layout
42241
42242 }
42243 \end_layout
42244
42245 \end_inset
42246
42247  PineGreen
42248 \end_layout
42249
42250 \end_inset
42251 </cell>
42252 <cell alignment="left" valignment="top" usebox="none">
42253 \begin_inset Text
42254
42255 \begin_layout Plain Layout
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261
42262 \backslash
42263 fcolorbox{black}{
42264 \end_layout
42265
42266 \end_inset
42267
42268 Plum
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274 }{
42275 \end_layout
42276
42277 \end_inset
42278
42279
42280 \begin_inset Phantom Phantom
42281 status open
42282
42283 \begin_layout Plain Layout
42284 W
42285 \end_layout
42286
42287 \end_inset
42288
42289
42290 \begin_inset ERT
42291 status collapsed
42292
42293 \begin_layout Plain Layout
42294
42295 }
42296 \end_layout
42297
42298 \end_inset
42299
42300  Plum
42301 \end_layout
42302
42303 \end_inset
42304 </cell>
42305 <cell alignment="left" valignment="top" usebox="none">
42306 \begin_inset Text
42307
42308 \begin_layout Plain Layout
42309 \begin_inset ERT
42310 status collapsed
42311
42312 \begin_layout Plain Layout
42313
42314
42315 \backslash
42316 fcolorbox{black}{
42317 \end_layout
42318
42319 \end_inset
42320
42321 ProcessBlue
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327 }{
42328 \end_layout
42329
42330 \end_inset
42331
42332
42333 \begin_inset Phantom Phantom
42334 status open
42335
42336 \begin_layout Plain Layout
42337 W
42338 \end_layout
42339
42340 \end_inset
42341
42342
42343 \begin_inset ERT
42344 status collapsed
42345
42346 \begin_layout Plain Layout
42347
42348 }
42349 \end_layout
42350
42351 \end_inset
42352
42353  ProcessBlue
42354 \end_layout
42355
42356 \end_inset
42357 </cell>
42358 <cell alignment="left" valignment="top" usebox="none">
42359 \begin_inset Text
42360
42361 \begin_layout Plain Layout
42362 \begin_inset ERT
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366
42367
42368 \backslash
42369 fcolorbox{black}{
42370 \end_layout
42371
42372 \end_inset
42373
42374 Purple
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380 }{
42381 \end_layout
42382
42383 \end_inset
42384
42385
42386 \begin_inset Phantom Phantom
42387 status open
42388
42389 \begin_layout Plain Layout
42390 W
42391 \end_layout
42392
42393 \end_inset
42394
42395
42396 \begin_inset ERT
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400
42401 }
42402 \end_layout
42403
42404 \end_inset
42405
42406  Purple
42407 \end_layout
42408
42409 \end_inset
42410 </cell>
42411 </row>
42412 <row>
42413 <cell alignment="left" valignment="top" usebox="none">
42414 \begin_inset Text
42415
42416 \begin_layout Plain Layout
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422
42423 \backslash
42424 fcolorbox{black}{
42425 \end_layout
42426
42427 \end_inset
42428
42429 RawSienna
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435 }{
42436 \end_layout
42437
42438 \end_inset
42439
42440
42441 \begin_inset Phantom Phantom
42442 status open
42443
42444 \begin_layout Plain Layout
42445 W
42446 \end_layout
42447
42448 \end_inset
42449
42450
42451 \begin_inset ERT
42452 status collapsed
42453
42454 \begin_layout Plain Layout
42455
42456 }
42457 \end_layout
42458
42459 \end_inset
42460
42461  RawSienna
42462 \end_layout
42463
42464 \end_inset
42465 </cell>
42466 <cell alignment="left" valignment="top" usebox="none">
42467 \begin_inset Text
42468
42469 \begin_layout Plain Layout
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475
42476 \backslash
42477 fcolorbox{black}{
42478 \end_layout
42479
42480 \end_inset
42481
42482 RedOrange
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488 }{
42489 \end_layout
42490
42491 \end_inset
42492
42493
42494 \begin_inset Phantom Phantom
42495 status open
42496
42497 \begin_layout Plain Layout
42498 W
42499 \end_layout
42500
42501 \end_inset
42502
42503
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }
42510 \end_layout
42511
42512 \end_inset
42513
42514  RedOrange
42515 \end_layout
42516
42517 \end_inset
42518 </cell>
42519 <cell alignment="left" valignment="top" usebox="none">
42520 \begin_inset Text
42521
42522 \begin_layout Plain Layout
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528
42529 \backslash
42530 fcolorbox{black}{
42531 \end_layout
42532
42533 \end_inset
42534
42535 RedViolet
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }{
42542 \end_layout
42543
42544 \end_inset
42545
42546
42547 \begin_inset Phantom Phantom
42548 status open
42549
42550 \begin_layout Plain Layout
42551 W
42552 \end_layout
42553
42554 \end_inset
42555
42556
42557 \begin_inset ERT
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561
42562 }
42563 \end_layout
42564
42565 \end_inset
42566
42567  RedViolet
42568 \end_layout
42569
42570 \end_inset
42571 </cell>
42572 <cell alignment="left" valignment="top" usebox="none">
42573 \begin_inset Text
42574
42575 \begin_layout Plain Layout
42576 \begin_inset ERT
42577 status collapsed
42578
42579 \begin_layout Plain Layout
42580
42581
42582 \backslash
42583 fcolorbox{black}{
42584 \end_layout
42585
42586 \end_inset
42587
42588 Rhodamine
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594 }{
42595 \end_layout
42596
42597 \end_inset
42598
42599
42600 \begin_inset Phantom Phantom
42601 status open
42602
42603 \begin_layout Plain Layout
42604 W
42605 \end_layout
42606
42607 \end_inset
42608
42609
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615 }
42616 \end_layout
42617
42618 \end_inset
42619
42620  Rhodamine
42621 \end_layout
42622
42623 \end_inset
42624 </cell>
42625 </row>
42626 <row>
42627 <cell alignment="left" valignment="top" usebox="none">
42628 \begin_inset Text
42629
42630 \begin_layout Plain Layout
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636
42637 \backslash
42638 fcolorbox{black}{
42639 \end_layout
42640
42641 \end_inset
42642
42643 RoyalBlue
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649 }{
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset Phantom Phantom
42656 status open
42657
42658 \begin_layout Plain Layout
42659 W
42660 \end_layout
42661
42662 \end_inset
42663
42664
42665 \begin_inset ERT
42666 status collapsed
42667
42668 \begin_layout Plain Layout
42669
42670 }
42671 \end_layout
42672
42673 \end_inset
42674
42675  RoyalBlue
42676 \end_layout
42677
42678 \end_inset
42679 </cell>
42680 <cell alignment="left" valignment="top" usebox="none">
42681 \begin_inset Text
42682
42683 \begin_layout Plain Layout
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689
42690 \backslash
42691 fcolorbox{black}{
42692 \end_layout
42693
42694 \end_inset
42695
42696 RoyalPurple
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702 }{
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset Phantom Phantom
42709 status open
42710
42711 \begin_layout Plain Layout
42712 W
42713 \end_layout
42714
42715 \end_inset
42716
42717
42718 \begin_inset ERT
42719 status collapsed
42720
42721 \begin_layout Plain Layout
42722
42723 }
42724 \end_layout
42725
42726 \end_inset
42727
42728  RoyalPurple
42729 \end_layout
42730
42731 \end_inset
42732 </cell>
42733 <cell alignment="left" valignment="top" usebox="none">
42734 \begin_inset Text
42735
42736 \begin_layout Plain Layout
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742
42743 \backslash
42744 fcolorbox{black}{
42745 \end_layout
42746
42747 \end_inset
42748
42749 RubineRed
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755 }{
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset Phantom Phantom
42762 status open
42763
42764 \begin_layout Plain Layout
42765 W
42766 \end_layout
42767
42768 \end_inset
42769
42770
42771 \begin_inset ERT
42772 status collapsed
42773
42774 \begin_layout Plain Layout
42775
42776 }
42777 \end_layout
42778
42779 \end_inset
42780
42781  RubineRed
42782 \end_layout
42783
42784 \end_inset
42785 </cell>
42786 <cell alignment="left" valignment="top" usebox="none">
42787 \begin_inset Text
42788
42789 \begin_layout Plain Layout
42790 \begin_inset ERT
42791 status collapsed
42792
42793 \begin_layout Plain Layout
42794
42795
42796 \backslash
42797 fcolorbox{black}{
42798 \end_layout
42799
42800 \end_inset
42801
42802 Salmon
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808 }{
42809 \end_layout
42810
42811 \end_inset
42812
42813
42814 \begin_inset Phantom Phantom
42815 status open
42816
42817 \begin_layout Plain Layout
42818 W
42819 \end_layout
42820
42821 \end_inset
42822
42823
42824 \begin_inset ERT
42825 status collapsed
42826
42827 \begin_layout Plain Layout
42828
42829 }
42830 \end_layout
42831
42832 \end_inset
42833
42834  Salmon
42835 \end_layout
42836
42837 \end_inset
42838 </cell>
42839 </row>
42840 <row>
42841 <cell alignment="left" valignment="top" usebox="none">
42842 \begin_inset Text
42843
42844 \begin_layout Plain Layout
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850
42851 \backslash
42852 fcolorbox{black}{
42853 \end_layout
42854
42855 \end_inset
42856
42857 SeaGreen
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863 }{
42864 \end_layout
42865
42866 \end_inset
42867
42868
42869 \begin_inset Phantom Phantom
42870 status open
42871
42872 \begin_layout Plain Layout
42873 W
42874 \end_layout
42875
42876 \end_inset
42877
42878
42879 \begin_inset ERT
42880 status collapsed
42881
42882 \begin_layout Plain Layout
42883
42884 }
42885 \end_layout
42886
42887 \end_inset
42888
42889  SeaGreen
42890 \end_layout
42891
42892 \end_inset
42893 </cell>
42894 <cell alignment="left" valignment="top" usebox="none">
42895 \begin_inset Text
42896
42897 \begin_layout Plain Layout
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903
42904 \backslash
42905 fcolorbox{black}{
42906 \end_layout
42907
42908 \end_inset
42909
42910 Sepia
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916 }{
42917 \end_layout
42918
42919 \end_inset
42920
42921
42922 \begin_inset Phantom Phantom
42923 status open
42924
42925 \begin_layout Plain Layout
42926 W
42927 \end_layout
42928
42929 \end_inset
42930
42931
42932 \begin_inset ERT
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936
42937 }
42938 \end_layout
42939
42940 \end_inset
42941
42942  Sepia
42943 \end_layout
42944
42945 \end_inset
42946 </cell>
42947 <cell alignment="left" valignment="top" usebox="none">
42948 \begin_inset Text
42949
42950 \begin_layout Plain Layout
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956
42957 \backslash
42958 fcolorbox{black}{
42959 \end_layout
42960
42961 \end_inset
42962
42963 SkyBlue
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969 }{
42970 \end_layout
42971
42972 \end_inset
42973
42974
42975 \begin_inset Phantom Phantom
42976 status open
42977
42978 \begin_layout Plain Layout
42979 W
42980 \end_layout
42981
42982 \end_inset
42983
42984
42985 \begin_inset ERT
42986 status collapsed
42987
42988 \begin_layout Plain Layout
42989
42990 }
42991 \end_layout
42992
42993 \end_inset
42994
42995  SkyBlue
42996 \end_layout
42997
42998 \end_inset
42999 </cell>
43000 <cell alignment="left" valignment="top" usebox="none">
43001 \begin_inset Text
43002
43003 \begin_layout Plain Layout
43004 \begin_inset ERT
43005 status collapsed
43006
43007 \begin_layout Plain Layout
43008
43009
43010 \backslash
43011 fcolorbox{black}{
43012 \end_layout
43013
43014 \end_inset
43015
43016 SpringGreen
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022 }{
43023 \end_layout
43024
43025 \end_inset
43026
43027
43028 \begin_inset Phantom Phantom
43029 status open
43030
43031 \begin_layout Plain Layout
43032 W
43033 \end_layout
43034
43035 \end_inset
43036
43037
43038 \begin_inset ERT
43039 status collapsed
43040
43041 \begin_layout Plain Layout
43042
43043 }
43044 \end_layout
43045
43046 \end_inset
43047
43048  SpringGreen
43049 \end_layout
43050
43051 \end_inset
43052 </cell>
43053 </row>
43054 <row>
43055 <cell alignment="left" valignment="top" usebox="none">
43056 \begin_inset Text
43057
43058 \begin_layout Plain Layout
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064
43065 \backslash
43066 fcolorbox{black}{
43067 \end_layout
43068
43069 \end_inset
43070
43071 Tan
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077 }{
43078 \end_layout
43079
43080 \end_inset
43081
43082
43083 \begin_inset Phantom Phantom
43084 status open
43085
43086 \begin_layout Plain Layout
43087 W
43088 \end_layout
43089
43090 \end_inset
43091
43092
43093 \begin_inset ERT
43094 status collapsed
43095
43096 \begin_layout Plain Layout
43097
43098 }
43099 \end_layout
43100
43101 \end_inset
43102
43103  Tan
43104 \end_layout
43105
43106 \end_inset
43107 </cell>
43108 <cell alignment="left" valignment="top" usebox="none">
43109 \begin_inset Text
43110
43111 \begin_layout Plain Layout
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117
43118 \backslash
43119 fcolorbox{black}{
43120 \end_layout
43121
43122 \end_inset
43123
43124 TealBlue
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130 }{
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \begin_inset Phantom Phantom
43137 status open
43138
43139 \begin_layout Plain Layout
43140 W
43141 \end_layout
43142
43143 \end_inset
43144
43145
43146 \begin_inset ERT
43147 status collapsed
43148
43149 \begin_layout Plain Layout
43150
43151 }
43152 \end_layout
43153
43154 \end_inset
43155
43156  TealBlue
43157 \end_layout
43158
43159 \end_inset
43160 </cell>
43161 <cell alignment="left" valignment="top" usebox="none">
43162 \begin_inset Text
43163
43164 \begin_layout Plain Layout
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170
43171 \backslash
43172 fcolorbox{black}{
43173 \end_layout
43174
43175 \end_inset
43176
43177 Thistle
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183 }{
43184 \end_layout
43185
43186 \end_inset
43187
43188
43189 \begin_inset Phantom Phantom
43190 status open
43191
43192 \begin_layout Plain Layout
43193 W
43194 \end_layout
43195
43196 \end_inset
43197
43198
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }
43205 \end_layout
43206
43207 \end_inset
43208
43209  Thistle
43210 \end_layout
43211
43212 \end_inset
43213 </cell>
43214 <cell alignment="left" valignment="top" usebox="none">
43215 \begin_inset Text
43216
43217 \begin_layout Plain Layout
43218 \begin_inset ERT
43219 status collapsed
43220
43221 \begin_layout Plain Layout
43222
43223
43224 \backslash
43225 fcolorbox{black}{
43226 \end_layout
43227
43228 \end_inset
43229
43230 Turquoise
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236 }{
43237 \end_layout
43238
43239 \end_inset
43240
43241
43242 \begin_inset Phantom Phantom
43243 status open
43244
43245 \begin_layout Plain Layout
43246 W
43247 \end_layout
43248
43249 \end_inset
43250
43251
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }
43258 \end_layout
43259
43260 \end_inset
43261
43262  Turquoise
43263 \end_layout
43264
43265 \end_inset
43266 </cell>
43267 </row>
43268 <row>
43269 <cell alignment="left" valignment="top" usebox="none">
43270 \begin_inset Text
43271
43272 \begin_layout Plain Layout
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278
43279 \backslash
43280 fcolorbox{black}{
43281 \end_layout
43282
43283 \end_inset
43284
43285 Violet
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291 }{
43292 \end_layout
43293
43294 \end_inset
43295
43296
43297 \begin_inset Phantom Phantom
43298 status open
43299
43300 \begin_layout Plain Layout
43301 W
43302 \end_layout
43303
43304 \end_inset
43305
43306
43307 \begin_inset ERT
43308 status collapsed
43309
43310 \begin_layout Plain Layout
43311
43312 }
43313 \end_layout
43314
43315 \end_inset
43316
43317  Violet
43318 \end_layout
43319
43320 \end_inset
43321 </cell>
43322 <cell alignment="left" valignment="top" usebox="none">
43323 \begin_inset Text
43324
43325 \begin_layout Plain Layout
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331
43332 \backslash
43333 fcolorbox{black}{
43334 \end_layout
43335
43336 \end_inset
43337
43338 VioletRed
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344 }{
43345 \end_layout
43346
43347 \end_inset
43348
43349
43350 \begin_inset Phantom Phantom
43351 status open
43352
43353 \begin_layout Plain Layout
43354 W
43355 \end_layout
43356
43357 \end_inset
43358
43359
43360 \begin_inset ERT
43361 status collapsed
43362
43363 \begin_layout Plain Layout
43364
43365 }
43366 \end_layout
43367
43368 \end_inset
43369
43370  VioletRed
43371 \end_layout
43372
43373 \end_inset
43374 </cell>
43375 <cell alignment="left" valignment="top" usebox="none">
43376 \begin_inset Text
43377
43378 \begin_layout Plain Layout
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384
43385 \backslash
43386 fcolorbox{black}{
43387 \end_layout
43388
43389 \end_inset
43390
43391 WildStrawberry
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397 }{
43398 \end_layout
43399
43400 \end_inset
43401
43402
43403 \begin_inset Phantom Phantom
43404 status open
43405
43406 \begin_layout Plain Layout
43407 W
43408 \end_layout
43409
43410 \end_inset
43411
43412
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }
43419 \end_layout
43420
43421 \end_inset
43422
43423  WildStrawberry
43424 \end_layout
43425
43426 \end_inset
43427 </cell>
43428 <cell alignment="left" valignment="top" usebox="none">
43429 \begin_inset Text
43430
43431 \begin_layout Plain Layout
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437
43438 \backslash
43439 fcolorbox{black}{
43440 \end_layout
43441
43442 \end_inset
43443
43444 YellowGreen
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450 }{
43451 \end_layout
43452
43453 \end_inset
43454
43455
43456 \begin_inset Phantom Phantom
43457 status open
43458
43459 \begin_layout Plain Layout
43460 W
43461 \end_layout
43462
43463 \end_inset
43464
43465
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471 }
43472 \end_layout
43473
43474 \end_inset
43475
43476  YellowGreen
43477 \end_layout
43478
43479 \end_inset
43480 </cell>
43481 </row>
43482 <row>
43483 <cell alignment="left" valignment="top" usebox="none">
43484 \begin_inset Text
43485
43486 \begin_layout Plain Layout
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492
43493 \backslash
43494 fcolorbox{black}{
43495 \end_layout
43496
43497 \end_inset
43498
43499 YellowOrange
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505 }{
43506 \end_layout
43507
43508 \end_inset
43509
43510
43511 \begin_inset Phantom Phantom
43512 status open
43513
43514 \begin_layout Plain Layout
43515 W
43516 \end_layout
43517
43518 \end_inset
43519
43520
43521 \begin_inset ERT
43522 status collapsed
43523
43524 \begin_layout Plain Layout
43525
43526 }
43527 \end_layout
43528
43529 \end_inset
43530
43531  YellowOrange
43532 \end_layout
43533
43534 \end_inset
43535 </cell>
43536 <cell alignment="left" valignment="top" usebox="none">
43537 \begin_inset Text
43538
43539 \begin_layout Plain Layout
43540
43541 \end_layout
43542
43543 \end_inset
43544 </cell>
43545 <cell alignment="left" valignment="top" usebox="none">
43546 \begin_inset Text
43547
43548 \begin_layout Plain Layout
43549
43550 \end_layout
43551
43552 \end_inset
43553 </cell>
43554 <cell alignment="left" valignment="top" usebox="none">
43555 \begin_inset Text
43556
43557 \begin_layout Plain Layout
43558
43559 \end_layout
43560
43561 \end_inset
43562 </cell>
43563 </row>
43564 </lyxtabular>
43565
43566 \end_inset
43567
43568
43569 \end_layout
43570
43571 \begin_layout Chapter
43572 第(
43573 \begin_inset CommandInset ref
43574 LatexCommand ref
43575 reference "eq:Wgn"
43576
43577 \end_inset
43578
43579 )式の説明
43580 \begin_inset CommandInset label
43581 LatexCommand label
43582 name "cha:式の説明"
43583
43584 \end_inset
43585
43586
43587 \end_layout
43588
43589 \begin_layout Standard
43590 \begin_inset Formula $n$
43591 \end_inset
43592
43593 個の表セルの全幅
43594 \begin_inset Formula $W_{\text{全}:n}$
43595 \end_inset
43596
43597
43598 \begin_inset Formula 
43599 \begin{equation}
43600 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43601 \end{equation}
43602
43603 \end_inset
43604
43605
43606 \end_layout
43607
43608 \begin_layout Standard
43609 で計算できます.ここで
43610 \begin_inset Formula $W_{\text{指}:n}$
43611 \end_inset
43612
43613 は,すべてのセルが持つ固定幅です.
43614 \series bold
43615
43616 \backslash
43617 tabcolsep
43618 \series default
43619 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43620 長であり,既定値は6
43621 \begin_inset space \thinspace{}
43622 \end_inset
43623
43624 ptです.
43625 \series bold
43626
43627 \backslash
43628 arrayrulewidth
43629 \series default
43630 は,セル罫線幅であり,既定値は0.4
43631 \begin_inset space \thinspace{}
43632 \end_inset
43633
43634 ptです.
43635 \end_layout
43636
43637 \begin_layout Standard
43638
43639 \begin_inset CommandInset ref
43640 LatexCommand eqref
43641 reference "eq:Wtot_n"
43642
43643 \end_inset
43644
43645 式にしたがえば,連結列の全幅
43646 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43647 \end_inset
43648
43649
43650 \begin_inset Formula 
43651 \begin{equation}
43652 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43653 \end{equation}
43654
43655 \end_inset
43656
43657
43658 \end_layout
43659
43660 \begin_layout Standard
43661 となります.
43662 \begin_inset Formula $n$
43663 \end_inset
43664
43665 列を連結する時には各列の全幅は
43666 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43667 \end_inset
43668
43669 となるので,第
43670 \begin_inset CommandInset ref
43671 LatexCommand eqref
43672 reference "eq:Wtot_n"
43673
43674 \end_inset
43675
43676 式と第
43677 \begin_inset CommandInset ref
43678 LatexCommand eqref
43679 reference "eq:Wtot_mult"
43680
43681 \end_inset
43682
43683 式が等しいものと置けば,必要となる固定幅
43684 \begin_inset Formula $W_{\text{指}:n}$
43685 \end_inset
43686
43687 を計算することができて,
43688 \begin_inset Formula 
43689 \begin{equation}
43690 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43691 \end{equation}
43692
43693 \end_inset
43694
43695 となります.
43696 \end_layout
43697
43698 \begin_layout Bibliography
43699 \labelwidthstring 参考文献
43700 \begin_inset CommandInset bibitem
43701 LatexCommand bibitem
43702 key "latexcompanion"
43703 literal "true"
43704
43705 \end_inset
43706
43707 Frank Mittelbach and Michel Goossens: 
43708 \emph on
43709 The \SpecialChar LaTeX
43710  Companion Second Edition.
43711
43712 \emph default
43713  Addison-Wesley, 2004
43714 \end_layout
43715
43716 \begin_layout Bibliography
43717 \labelwidthstring 参考文献
43718 \begin_inset CommandInset bibitem
43719 LatexCommand bibitem
43720 key "latexguide"
43721 literal "true"
43722
43723 \end_inset
43724
43725 Helmut Kopka and Patrick W.
43726  Daly: 
43727 \emph on
43728 A Guide to \SpecialChar LaTeX
43729  Fourth Edition.
43730
43731 \emph default
43732  Addison-Wesley, 2003
43733 \end_layout
43734
43735 \begin_layout Bibliography
43736 \labelwidthstring 参考文献
43737 \begin_inset CommandInset bibitem
43738 LatexCommand bibitem
43739 key "latexbook"
43740 literal "true"
43741
43742 \end_inset
43743
43744 Leslie Lamport: 
43745 \emph on
43746 \SpecialChar LaTeX
43747 : A Document Preparation System.
43748
43749 \emph default
43750  Addison-Wesley, second edition, 1994
43751 \end_layout
43752
43753 \begin_layout Bibliography
43754 \labelwidthstring 参考文献
43755 \begin_inset CommandInset bibitem
43756 LatexCommand bibitem
43757 key "arydshln"
43758 literal "true"
43759
43760 \end_inset
43761
43762 \SpecialChar LaTeX
43763 パッケージ
43764 \series bold
43765
43766 \begin_inset CommandInset href
43767 LatexCommand href
43768 name "arydshln"
43769 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43770 literal "false"
43771
43772 \end_inset
43773
43774
43775 \series default
43776
43777 \begin_inset Index idx
43778 status collapsed
43779
43780 \begin_layout Plain Layout
43781 \SpecialChar LaTeX
43782 ぱっけーじ@\SpecialChar LaTeX
43783 パッケージ ! arydshln
43784 \end_layout
43785
43786 \end_inset
43787
43788
43789 \end_layout
43790
43791 \begin_layout Bibliography
43792 \labelwidthstring 参考文献
43793 \begin_inset CommandInset bibitem
43794 LatexCommand bibitem
43795 key "booktabs"
43796 literal "true"
43797
43798 \end_inset
43799
43800 \SpecialChar LaTeX
43801 パッケージ
43802 \series bold
43803
43804 \begin_inset CommandInset href
43805 LatexCommand href
43806 name "booktabs"
43807 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43808 literal "false"
43809
43810 \end_inset
43811
43812
43813 \series default
43814
43815 \begin_inset Index idx
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819 \SpecialChar LaTeX
43820 ぱっけーじ@\SpecialChar LaTeX
43821 パッケージ ! booktabs
43822 \end_layout
43823
43824 \end_inset
43825
43826 の取扱説明書
43827 \end_layout
43828
43829 \begin_layout Bibliography
43830 \labelwidthstring 参考文献
43831 \begin_inset CommandInset bibitem
43832 LatexCommand bibitem
43833 key "caption"
43834 literal "true"
43835
43836 \end_inset
43837
43838 \SpecialChar LaTeX
43839 パッケージ
43840 \series bold
43841
43842 \begin_inset CommandInset href
43843 LatexCommand href
43844 name "caption"
43845 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
43846 literal "false"
43847
43848 \end_inset
43849
43850
43851 \series default
43852
43853 \begin_inset Index idx
43854 status collapsed
43855
43856 \begin_layout Plain Layout
43857 \SpecialChar LaTeX
43858 ぱっけーじ@\SpecialChar LaTeX
43859 パッケージ ! caption
43860 \end_layout
43861
43862 \end_inset
43863
43864 の取扱説明書
43865 \end_layout
43866
43867 \begin_layout Bibliography
43868 \labelwidthstring 参考文献
43869 \begin_inset CommandInset bibitem
43870 LatexCommand bibitem
43871 key "diagbox"
43872 literal "true"
43873
43874 \end_inset
43875
43876 \SpecialChar LaTeX
43877 パッケージ
43878 \series bold
43879
43880 \begin_inset CommandInset href
43881 LatexCommand href
43882 name "diagbox"
43883 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43884 literal "false"
43885
43886 \end_inset
43887
43888
43889 \series default
43890
43891 \begin_inset Index idx
43892 status collapsed
43893
43894 \begin_layout Plain Layout
43895 \SpecialChar LaTeX
43896 ぱっけーじ@\SpecialChar LaTeX
43897 パッケージ ! diagbox
43898 \end_layout
43899
43900 \end_inset
43901
43902
43903 \end_layout
43904
43905 \begin_layout Bibliography
43906 \labelwidthstring 参考文献
43907 \begin_inset CommandInset bibitem
43908 LatexCommand bibitem
43909 key "endfloat"
43910 literal "true"
43911
43912 \end_inset
43913
43914 \SpecialChar LaTeX
43915 パッケージ
43916 \series bold
43917
43918 \begin_inset CommandInset href
43919 LatexCommand href
43920 name "endfloat"
43921 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43922 literal "false"
43923
43924 \end_inset
43925
43926
43927 \series default
43928
43929 \begin_inset Index idx
43930 status collapsed
43931
43932 \begin_layout Plain Layout
43933 \SpecialChar LaTeX
43934 ぱっけーじ@\SpecialChar LaTeX
43935 パッケージ ! endfloat
43936 \end_layout
43937
43938 \end_inset
43939
43940 の取扱説明書
43941 \end_layout
43942
43943 \begin_layout Bibliography
43944 \labelwidthstring 参考文献
43945 \begin_inset CommandInset bibitem
43946 LatexCommand bibitem
43947 key "footmisc"
43948 literal "true"
43949
43950 \end_inset
43951
43952 \SpecialChar LaTeX
43953 パッケージ
43954 \series bold
43955
43956 \begin_inset CommandInset href
43957 LatexCommand href
43958 name "footmisc"
43959 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43960 literal "false"
43961
43962 \end_inset
43963
43964
43965 \series default
43966
43967 \begin_inset Index idx
43968 status collapsed
43969
43970 \begin_layout Plain Layout
43971 \SpecialChar LaTeX
43972 ぱっけーじ@\SpecialChar LaTeX
43973 パッケージ ! footmisc
43974 \end_layout
43975
43976 \end_inset
43977
43978 の取扱説明書
43979 \end_layout
43980
43981 \begin_layout Bibliography
43982 \labelwidthstring 参考文献
43983 \begin_inset CommandInset bibitem
43984 LatexCommand bibitem
43985 key "hypcap"
43986 literal "true"
43987
43988 \end_inset
43989
43990 \SpecialChar LaTeX
43991 パッケージ
43992 \series bold
43993
43994 \begin_inset CommandInset href
43995 LatexCommand href
43996 name "hypcap"
43997 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43998 literal "false"
43999
44000 \end_inset
44001
44002
44003 \series default
44004
44005 \begin_inset Index idx
44006 status collapsed
44007
44008 \begin_layout Plain Layout
44009 \SpecialChar LaTeX
44010 ぱっけーじ@\SpecialChar LaTeX
44011 パッケージ ! hyperref
44012 \end_layout
44013
44014 \end_inset
44015
44016 の取扱説明書
44017 \end_layout
44018
44019 \begin_layout Bibliography
44020 \labelwidthstring 参考文献
44021 \begin_inset CommandInset bibitem
44022 LatexCommand bibitem
44023 key "hyperref"
44024 literal "true"
44025
44026 \end_inset
44027
44028 \SpecialChar LaTeX
44029 パッケージ
44030 \series bold
44031
44032 \begin_inset CommandInset href
44033 LatexCommand href
44034 name "hyperref"
44035 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44036 literal "false"
44037
44038 \end_inset
44039
44040
44041 \series default
44042
44043 \begin_inset Index idx
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047 \SpecialChar LaTeX
44048 ぱっけーじ@\SpecialChar LaTeX
44049 パッケージ ! hyperref
44050 \end_layout
44051
44052 \end_inset
44053
44054 の取扱説明書
44055 \end_layout
44056
44057 \begin_layout Bibliography
44058 \labelwidthstring 参考文献
44059 \begin_inset CommandInset bibitem
44060 LatexCommand bibitem
44061 key "KOMA-script"
44062 literal "true"
44063
44064 \end_inset
44065
44066 \SpecialChar LaTeX
44067 パッケージ
44068 \series bold
44069
44070 \begin_inset CommandInset href
44071 LatexCommand href
44072 name "KOMA-script"
44073 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44074 literal "false"
44075
44076 \end_inset
44077
44078
44079 \series default
44080
44081 \begin_inset Index idx
44082 status collapsed
44083
44084 \begin_layout Plain Layout
44085 \SpecialChar LaTeX
44086 ぱっけーじ@\SpecialChar LaTeX
44087 パッケージ ! KOMA-script
44088 \end_layout
44089
44090 \end_inset
44091
44092 の取扱説明書
44093 \end_layout
44094
44095 \begin_layout Bibliography
44096 \labelwidthstring 参考文献
44097 \begin_inset CommandInset bibitem
44098 LatexCommand bibitem
44099 key "lettrine"
44100 literal "true"
44101
44102 \end_inset
44103
44104 \SpecialChar LaTeX
44105 パッケージ
44106 \series bold
44107
44108 \begin_inset CommandInset href
44109 LatexCommand href
44110 name "lettrine"
44111 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44112 literal "false"
44113
44114 \end_inset
44115
44116
44117 \series default
44118 及び
44119 \begin_inset CommandInset href
44120 LatexCommand href
44121 name "用例"
44122 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44123 literal "false"
44124
44125 \end_inset
44126
44127
44128 \begin_inset Index idx
44129 status collapsed
44130
44131 \begin_layout Plain Layout
44132 \SpecialChar LaTeX
44133 ぱっけーじ@\SpecialChar LaTeX
44134 パッケージ ! lettrine
44135 \end_layout
44136
44137 \end_inset
44138
44139
44140 \end_layout
44141
44142 \begin_layout Bibliography
44143 \labelwidthstring 参考文献
44144 \begin_inset CommandInset bibitem
44145 LatexCommand bibitem
44146 key "listings"
44147 literal "true"
44148
44149 \end_inset
44150
44151 \SpecialChar LaTeX
44152 パッケージ
44153 \series bold
44154
44155 \begin_inset CommandInset href
44156 LatexCommand href
44157 name "listings"
44158 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44159 literal "false"
44160
44161 \end_inset
44162
44163
44164 \series default
44165
44166 \begin_inset Index idx
44167 status collapsed
44168
44169 \begin_layout Plain Layout
44170 \SpecialChar LaTeX
44171 ぱっけーじ@\SpecialChar LaTeX
44172 パッケージ ! listings
44173 \end_layout
44174
44175 \end_inset
44176
44177 の取扱説明書
44178 \end_layout
44179
44180 \begin_layout Bibliography
44181 \labelwidthstring 参考文献
44182 \begin_inset CommandInset bibitem
44183 LatexCommand bibitem
44184 key "minted"
44185 literal "true"
44186
44187 \end_inset
44188
44189 \SpecialChar LaTeX
44190 パッケージ
44191 \series bold
44192
44193 \begin_inset CommandInset href
44194 LatexCommand href
44195 name "minted"
44196 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
44197 literal "false"
44198
44199 \end_inset
44200
44201
44202 \series default
44203
44204 \begin_inset Index idx
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208 \SpecialChar LaTeX
44209 ぱっけーじ@\SpecialChar LaTeX
44210 パッケージ ! minted
44211 \end_layout
44212
44213 \end_inset
44214
44215 の取扱説明書
44216 \end_layout
44217
44218 \begin_layout Bibliography
44219 \labelwidthstring 参考文献
44220 \begin_inset CommandInset bibitem
44221 LatexCommand bibitem
44222 key "marginnote"
44223 literal "true"
44224
44225 \end_inset
44226
44227 \SpecialChar LaTeX
44228 パッケージ
44229 \series bold
44230
44231 \begin_inset CommandInset href
44232 LatexCommand href
44233 name "marginnote"
44234 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44235 literal "false"
44236
44237 \end_inset
44238
44239
44240 \series default
44241
44242 \begin_inset Index idx
44243 status collapsed
44244
44245 \begin_layout Plain Layout
44246 \SpecialChar LaTeX
44247 ぱっけーじ@\SpecialChar LaTeX
44248 パッケージ ! marginnote
44249 \end_layout
44250
44251 \end_inset
44252
44253 の取扱説明書
44254 \end_layout
44255
44256 \begin_layout Bibliography
44257 \labelwidthstring 参考文献
44258 \begin_inset CommandInset bibitem
44259 LatexCommand bibitem
44260 key "pdfpages"
44261 literal "true"
44262
44263 \end_inset
44264
44265 \SpecialChar LaTeX
44266 パッケージ
44267 \series bold
44268
44269 \begin_inset CommandInset href
44270 LatexCommand href
44271 name "pdfpages"
44272 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44273 literal "false"
44274
44275 \end_inset
44276
44277
44278 \series default
44279
44280 \begin_inset Index idx
44281 status collapsed
44282
44283 \begin_layout Plain Layout
44284 \SpecialChar LaTeX
44285 ぱっけーじ@\SpecialChar LaTeX
44286 パッケージ ! pdfpages
44287 \end_layout
44288
44289 \end_inset
44290
44291 の取扱説明書
44292 \end_layout
44293
44294 \begin_layout Bibliography
44295 \labelwidthstring 参考文献
44296 \begin_inset CommandInset bibitem
44297 LatexCommand bibitem
44298 key "prettyref"
44299 literal "true"
44300
44301 \end_inset
44302
44303 \SpecialChar LaTeX
44304 パッケージ
44305 \series bold
44306
44307 \begin_inset CommandInset href
44308 LatexCommand href
44309 name "prettyref"
44310 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44311 literal "false"
44312
44313 \end_inset
44314
44315
44316 \series default
44317
44318 \begin_inset Index idx
44319 status collapsed
44320
44321 \begin_layout Plain Layout
44322 \SpecialChar LaTeX
44323 ぱっけーじ@\SpecialChar LaTeX
44324 パッケージ! prettyref
44325 \end_layout
44326
44327 \end_inset
44328
44329 の取扱説明書
44330 \end_layout
44331
44332 \begin_layout Bibliography
44333 \labelwidthstring 参考文献
44334 \begin_inset CommandInset bibitem
44335 LatexCommand bibitem
44336 key "pstricks"
44337 literal "true"
44338
44339 \end_inset
44340
44341 \SpecialChar LaTeX
44342 パッケージ
44343 \series bold
44344
44345 \begin_inset CommandInset href
44346 LatexCommand href
44347 name "PSTricks"
44348 target "http://tug.org/PSTricks/"
44349 literal "false"
44350
44351 \end_inset
44352
44353
44354 \series default
44355
44356 \begin_inset Index idx
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360 \SpecialChar LaTeX
44361 ぱっけーじ@\SpecialChar LaTeX
44362 パッケージ ! PSTricks
44363 \end_layout
44364
44365 \end_inset
44366
44367 のウェブページ
44368 \end_layout
44369
44370 \begin_layout Bibliography
44371 \labelwidthstring 参考文献
44372 \begin_inset CommandInset bibitem
44373 LatexCommand bibitem
44374 key "refstyle"
44375 literal "true"
44376
44377 \end_inset
44378
44379 \SpecialChar LaTeX
44380 パッケージ
44381 \series bold
44382
44383 \begin_inset CommandInset href
44384 LatexCommand href
44385 name "refstyle"
44386 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44387 literal "false"
44388
44389 \end_inset
44390
44391
44392 \series default
44393
44394 \begin_inset Index idx
44395 status collapsed
44396
44397 \begin_layout Plain Layout
44398 \SpecialChar LaTeX
44399 ぱっけーじ@\SpecialChar LaTeX
44400 パッケージ ! refstyle
44401 \end_layout
44402
44403 \end_inset
44404
44405 の取扱説明書
44406 \end_layout
44407
44408 \begin_layout Bibliography
44409 \labelwidthstring 参考文献
44410 \begin_inset CommandInset bibitem
44411 LatexCommand bibitem
44412 key "sidecap"
44413 literal "true"
44414
44415 \end_inset
44416
44417 \SpecialChar LaTeX
44418 パッケージ
44419 \series bold
44420
44421 \begin_inset CommandInset href
44422 LatexCommand href
44423 name "sidecap"
44424 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44425 literal "false"
44426
44427 \end_inset
44428
44429
44430 \series default
44431
44432 \begin_inset Index idx
44433 status collapsed
44434
44435 \begin_layout Plain Layout
44436 \SpecialChar LaTeX
44437 ぱっけーじ@\SpecialChar LaTeX
44438 パッケージ ! sidecap
44439 \end_layout
44440
44441 \end_inset
44442
44443 の取扱説明書
44444 \end_layout
44445
44446 \begin_layout Bibliography
44447 \labelwidthstring 参考文献
44448 \begin_inset CommandInset bibitem
44449 LatexCommand bibitem
44450 key "Inkscape"
44451 literal "true"
44452
44453 \end_inset
44454
44455
44456 \noun on
44457
44458 \begin_inset CommandInset href
44459 LatexCommand href
44460 name "Inkscape"
44461 target "https://inkscape.org/ja/"
44462 literal "false"
44463
44464 \end_inset
44465
44466 プログラムの
44467 \noun default
44468
44469 \begin_inset CommandInset href
44470 LatexCommand href
44471 name "Omit text in PDF"
44472 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
44473 literal "false"
44474
44475 \end_inset
44476
44477 オプションの取扱説明書
44478 \end_layout
44479
44480 \begin_layout Standard
44481 \begin_inset CommandInset index_print
44482 LatexCommand printindex
44483 type "idx"
44484 name "索引"
44485 literal "false"
44486
44487 \end_inset
44488
44489
44490 \end_layout
44491
44492 \end_body
44493 \end_document