]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
* Additional.lyx from Koji
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 614
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 % Added by lyx2lyx
171 \setlength{\parskip}{\medskipamount}
172 \setlength{\parindent}{0pt}
173 \end_preamble
174 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table,bookmarkpackage=false
175 \use_default_options false
176 \begin_modules
177 initials
178 graphicboxes
179 varwidth
180 ruby
181 \end_modules
182 \maintain_unincluded_children no
183 \language japanese
184 \language_package default
185 \inputencoding utf8
186 \fontencoding auto
187 \font_roman "lmodern" "IPAexMincho"
188 \font_sans "default" "IPAexGothic"
189 \font_typewriter "default" "default"
190 \font_math "auto" "auto"
191 \font_default_family default
192 \use_non_tex_fonts false
193 \font_sc false
194 \font_roman_osf false
195 \font_sans_osf false
196 \font_typewriter_osf false
197 \font_sf_scale 100 100
198 \font_tt_scale 100 100
199 \use_microtype false
200 \use_dash_ligatures false
201 \graphics default
202 \default_output_format default
203 \output_sync 0
204 \bibtex_command default
205 \index_command default
206 \paperfontsize 12
207 \spacing single
208 \use_hyperref true
209 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
210 \pdf_author "LyX Team, Uwe Stohr"
211 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
212 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
213 \pdf_bookmarks false
214 \pdf_bookmarksnumbered true
215 \pdf_bookmarksopen true
216 \pdf_bookmarksopenlevel 1
217 \pdf_breaklinks false
218 \pdf_pdfborder false
219 \pdf_colorlinks true
220 \pdf_backref false
221 \pdf_pdfusetitle false
222 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
223 \papersize default
224 \use_geometry false
225 \use_package amsmath 1
226 \use_package amssymb 1
227 \use_package cancel 1
228 \use_package esint 1
229 \use_package mathdots 1
230 \use_package mathtools 1
231 \use_package mhchem 1
232 \use_package stackrel 1
233 \use_package stmaryrd 1
234 \use_package undertilde 1
235 \cite_engine basic
236 \cite_engine_type default
237 \biblio_style plain
238 \use_bibtopic false
239 \use_indices false
240 \paperorientation portrait
241 \suppress_date false
242 \justification true
243 \use_refstyle 0
244 \use_minted 0
245 \use_lineno 0
246 \notefontcolor #0000ff
247 \index 索引
248 \shortcut idx
249 \color #008000
250 \end_index
251 \leftmargin 2.5cm
252 \topmargin 2.5cm
253 \rightmargin 2.5cm
254 \bottommargin 3cm
255 \secnumdepth 3
256 \tocdepth 3
257 \paragraph_separation indent
258 \paragraph_indentation default
259 \is_math_indent 0
260 \math_numbering_side default
261 \quotes_style english
262 \dynamic_quotes 0
263 \papercolumns 1
264 \papersides 2
265 \paperpagestyle default
266 \tablestyle default
267 \bullet 1 1 34 -1
268 \bullet 2 2 35 -1
269 \bullet 3 2 7 -1
270 \tracking_changes false
271 \output_changes false
272 \change_bars false
273 \postpone_fragile_content false
274 \html_math_output 0
275 \html_css_as_file 0
276 \html_be_strict false
277 \docbook_table_output 0
278 \docbook_mathml_prefix 1
279 \end_header
280
281 \begin_body
282
283 \begin_layout Title
284 \SpecialChar LyX
285 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
286 \end_layout
287
288 \begin_layout Author
289 \SpecialChar LyX
290 プロジェクトチーム
291 \begin_inset Foot
292 status collapsed
293
294 \begin_layout Plain Layout
295 \noindent
296 コメントや間違いの指摘がありましたら,
297 \SpecialChar LyX
298 文書化メーリングリスト 
299 \begin_inset CommandInset href
300 LatexCommand href
301 name "lyx-docs@lists.lyx.org"
302 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
303 type "mailto:"
304 literal "false"
305
306 \end_inset
307
308  までお送り下さい.
309 \end_layout
310
311 \end_inset
312
313
314 \begin_inset Note Note
315 status collapsed
316
317 \begin_layout Plain Layout
318 著者:
319 Uwe Stöhr
320 \end_layout
321
322 \end_inset
323
324
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \begin_inset Newline newline
330 \end_inset
331
332
333 \family sans
334 第2.3.x版
335 \end_layout
336
337 \begin_layout Standard
338 \begin_inset CommandInset toc
339 LatexCommand tableofcontents
340
341 \end_inset
342
343
344 \end_layout
345
346 \begin_layout Standard
347 \begin_inset Note Note
348 status open
349
350 \begin_layout Plain Layout
351 本文書の全体をPDFやPS,
352 DVIに書き出すには,
353
354 \series bold
355 arydshln
356 \series default
357
358 \series bold
359 colortbl
360 \series default
361
362 \series bold
363 diagbox
364 \series default
365
366 \series bold
367 lettrine
368 \series default
369
370 \series bold
371 marginnote
372 \series default
373
374 \series bold
375 picinpar
376 \series default
377
378 \series bold
379 sidecap
380 \series default
381 の各\SpecialChar LaTeX
382 パッケージが導入されている必要があります.これらが導入されていなくても,
383 文書を書き出すことはできますが,
384 これらのパッケージが必要な節は出力には表示されません.
385 \end_layout
386
387 \begin_layout Plain Layout
388 本文書の最新PDF版は
389 \begin_inset Newline newline
390 \end_inset
391
392
393 \series bold
394 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
395 \series default
396
397 \begin_inset Newline newline
398 \end_inset
399
400 にあります.
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Chapter
409
410 \begin_inset Index idx
411 range none
412 pageformat default
413 status collapsed
414
415 \begin_layout Plain Layout
416 ず@図
417 \end_layout
418
419 \end_inset
420
421
422 \begin_inset Index idx
423 range none
424 pageformat default
425 status collapsed
426
427 \begin_layout Plain Layout
428 がぞう@画像
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434 |see{
435 \end_layout
436
437 \end_inset
438
439
440 \begin_inset ERT
441 status collapsed
442
443 \begin_layout Plain Layout
444
445 }
446 \end_layout
447
448 \end_inset
449
450
451 \end_layout
452
453 \end_inset
454
455
456 \end_layout
457
458 \begin_layout Section
459 画像ダイアログ
460 \begin_inset Index idx
461 range none
462 pageformat default
463 status collapsed
464
465 \begin_layout Plain Layout
466 ず@図 !
467  がぞうだいあろぐ@画像ダイアログ
468 \end_layout
469
470 \end_inset
471
472
473 \begin_inset CommandInset label
474 LatexCommand label
475 name "sec:画像ダイアログ"
476
477 \end_inset
478
479
480 \end_layout
481
482 \begin_layout Standard
483 画像を文書に挿入するには,
484 文中の挿入箇所にカーソルを置いて,
485 ツールバーアイコン
486 \family sans
487
488 \begin_inset Info
489 type  "icon"
490 arg   "dialog-show-new-inset graphics"
491 \end_inset
492
493
494 \family default
495 をクリックするか,
496
497 \family sans
498 挿入\SpecialChar menuseparator
499 画像
500 \family default
501 メニューを使用して下さい.すると,
502 ダイアログが現れるので,
503 読み込むファイルを選択して下さい.出力中での画像は,
504 本文中の挿入位置に正確に出力されます.
505 \end_layout
506
507 \begin_layout Standard
508 画像ダイアログは,
509 画像をクリックすることによって,
510 いつでも呼び出すことができます.このダイアログには,
511 以下の三つのタブがあります.
512 \end_layout
513
514 \begin_layout Description
515
516 \family sans
517 画像
518 \family default
519  ここでは,
520 画像ファイルを選択し,
521 その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
522 \begin_inset CommandInset ref
523 LatexCommand ref
524 reference "cha:LyXで使用できる単位"
525 nolink "false"
526
527 \end_inset
528
529 に説明があります.
530 \begin_inset Newline newline
531 \end_inset
532
533
534 \begin_inset Index idx
535 range none
536 pageformat default
537 status collapsed
538
539 \begin_layout Plain Layout
540 ず@図 !
541  のかいてん@—
542 の回転
543 \end_layout
544
545 \end_inset
546
547 回転角と回転原点を指定することによって,
548 反時計廻り方向へ画像を回転することができます.画像は,
549 \SpecialChar LyX
550 内でも回転して表示されます.
551 \begin_inset Newline newline
552 \end_inset
553
554
555 \begin_inset Index idx
556 range none
557 pageformat default
558 status collapsed
559
560 \begin_layout Plain Layout
561 ず@図 !
562  のしんしゅく@—
563 の伸縮
564 \end_layout
565
566 \end_inset
567
568 画像は,
569 パーセント値を指定するか,
570 幅と高さを明示的に設定することによって,
571 伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,
572 残りの寸法は自動的に決定されます.両方とも指定した場合には,
573 指定した寸法に画像が変換されますので,
574 変形してしまう可能性があります.画像が変形するのを防ぐには,
575
576 \family sans
577 縦横比を維持する
578 \family default
579 オプションを指定して下さい.すると画像は,
580 幅と高さが指定した寸法を越えないように伸縮されます.
581 \begin_inset Newline newline
582 \end_inset
583
584 画像を右クリックすると現れるコンテクストメニューで
585 \family sans
586 外部で編集
587 \family default
588 という項目を選ぶことによって,
589 画像を指定したプログラムで開くことができます.このプログラムは,
590 \SpecialChar LyX
591 設定のファイル書式設定で,
592 各画像書式ごとに設定することができます.
593 \end_layout
594
595 \begin_layout Description
596
597 \family sans
598 切り抜き
599 \family default
600  伸縮単位を使用する代わりに,
601 出力における画像の縦横の長さを調整するのに,
602 画像座標の設定をすることができます.座標は,
603
604 \family sans
605 ファイルから取得
606 \family default
607 ボタンを押すことによって,
608 自動的に計算することもできます.
609 \family sans
610 境界枠で切り抜く
611 \family default
612 オプションは,
613 指定された座標内の画像領域のみ印字します.通常は,
614 画像座標を気にする必要はないので,
615 このタブは無視して構いません.
616 \end_layout
617
618 \begin_layout Description
619
620 \family sans
621 \SpecialChar LaTeX
622 と\SpecialChar LyX
623 のオプション
624 \family default
625  このタブでは,
626 \SpecialChar LyX
627 内での画像表示法を調整できる他,
628 \SpecialChar LaTeX
629 のエキスパート向けに\SpecialChar LaTeX
630 オプションを追加することができるようになっています.
631 \family sans
632
633 \begin_inset Newline newline
634 \end_inset
635
636 下書きモード
637 \family default
638 オプションを指定すると,
639 画像は出力には現れず,
640 画像と同じ大きさの枠だけが表示されます.
641 \family sans
642
643 \begin_inset Newline newline
644 \end_inset
645
646 画像グループ
647 \family default
648 のセクションでは,
649 画像設定グループを定義したり,
650 既存のものに所属させたりすることができます.
651 \begin_inset Index idx
652 range none
653 pageformat default
654 status collapsed
655
656 \begin_layout Plain Layout
657 ず@図 !
658  せっていぐるーぷ@設定グループ
659 \end_layout
660
661 \end_inset
662
663 これらのグループ内の画像は,
664 共通した設定を持つので,
665 グループ内の一つの画像の設定をいじると,
666 自動的にグループ内の全ての画像の設定が同じように変更されます.したがって,
667 たとえば,
668 たくさんの画像の寸法を変更したいときにも,
669 一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,
670 画像のコンテクストメニューを使用して,
671 望むグループ名をチェックすることで行うこともできます.
672 \end_layout
673
674 \begin_layout Standard
675 \begin_inset VSpace bigskip
676 \end_inset
677
678
679 \end_layout
680
681 \begin_layout Standard
682 下記はPDF書式
683 \begin_inset Foot
684 status collapsed
685
686 \begin_layout Plain Layout
687 画像書式は,
688
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "sec:画像形式"
692 nolink "false"
693
694 \end_inset
695
696 節に説明されています.
697 \end_layout
698
699 \end_inset
700
701 の画像の例で,
702 単独の中央揃えの段落に置いてあります.
703 \end_layout
704
705 \begin_layout Standard
706 \align center
707 \begin_inset Graphics
708         filename ../clipart/2D-intensity-plot.pdf
709         scaleBeforeRotation
710         rotateOrigin center
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 下記は上と同じ画像ですが,
719 下書きモードのものです.
720 \end_layout
721
722 \begin_layout Standard
723 \align center
724 \begin_inset Graphics
725         filename ../clipart/2D-intensity-plot.pdf
726         draft
727         scaleBeforeRotation
728         rotateOrigin center
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 \begin_inset Newpage newpage
737 \end_inset
738
739
740 \end_layout
741
742 \begin_layout Section
743 図フロート
744 \begin_inset CommandInset label
745 LatexCommand label
746 name "sec:図フロート"
747
748 \end_inset
749
750
751 \begin_inset Index idx
752 range none
753 pageformat default
754 status collapsed
755
756 \begin_layout Plain Layout
757 ふろーと@フロート !
758  ず@図
759 \end_layout
760
761 \end_inset
762
763
764 \begin_inset Index idx
765 range none
766 pageformat default
767 status collapsed
768
769 \begin_layout Plain Layout
770 ず@図 !
771  ふろーと@フロート
772 \end_layout
773
774 \end_inset
775
776
777 \end_layout
778
779 \begin_layout Standard
780 フロートについての一般的な説明は,
781
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "sec:フロートはじめに"
785 nolink "false"
786
787 \end_inset
788
789 節をご覧下さい.
790 \end_layout
791
792 \begin_layout Standard
793 ツールバーボタンの
794 \family sans
795
796 \begin_inset Info
797 type  "icon"
798 arg   "float-insert figure"
799 \end_inset
800
801
802 \family default
803
804 \family sans
805 挿入\SpecialChar menuseparator
806 フロート\SpecialChar menuseparator
807
808 \family default
809 メニューを用いると,
810 「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,
811
812 \begin_inset CommandInset ref
813 LatexCommand ref
814 reference "fig:星形"
815 nolink "false"
816
817 \end_inset
818
819 のようにキャプションの上に置くこともできますし,
820
821 \begin_inset CommandInset ref
822 LatexCommand ref
823 reference "fig:3Dオブジェクト"
824 nolink "false"
825
826 \end_inset
827
828 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,
829
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "sec:キャプションの配置"
833 nolink "false"
834
835 \end_inset
836
837 節に述べられています.
838 \end_layout
839
840 \begin_layout Standard
841 \begin_inset Float figure
842 placement document
843 alignment document
844 wide false
845 sideways false
846 status open
847
848 \begin_layout Plain Layout
849 \align center
850 \begin_inset Graphics
851         filename ../clipart/Star-structure.pdf
852         lyxscale 60
853         width 50col%
854         scaleBeforeRotation
855         rotateOrigin center
856
857 \end_inset
858
859
860 \end_layout
861
862 \begin_layout Plain Layout
863 \begin_inset Caption Standard
864
865 \begin_layout Plain Layout
866 \begin_inset CommandInset label
867 LatexCommand label
868 name "fig:星形"
869
870 \end_inset
871
872 フロート中の星形
873 \end_layout
874
875 \end_inset
876
877
878 \end_layout
879
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Standard
886 \begin_inset Float figure
887 placement document
888 alignment document
889 wide false
890 sideways false
891 status open
892
893 \begin_layout Plain Layout
894 \begin_inset Caption Standard
895
896 \begin_layout Plain Layout
897 \begin_inset CommandInset label
898 LatexCommand label
899 name "fig:3Dオブジェクト"
900
901 \end_inset
902
903 3Dオブジェクト
904 \end_layout
905
906 \end_inset
907
908
909 \end_layout
910
911 \begin_layout Plain Layout
912 \align center
913 \begin_inset Graphics
914         filename ../clipart/3D-structure-distort.pdf
915         lyxscale 60
916         scale 80
917         scaleBeforeRotation
918         rotateOrigin center
919
920 \end_inset
921
922
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Standard
931 \begin_inset Index idx
932 range none
933 pageformat default
934 status collapsed
935
936 \begin_layout Plain Layout
937 さんしょう@参照 !
938  ずへの@図への —
939
940 \end_layout
941
942 \end_inset
943
944
945 \begin_inset CommandInset ref
946 LatexCommand ref
947 reference "fig:星形"
948 nolink "false"
949
950 \end_inset
951
952 図と第
953 \begin_inset CommandInset ref
954 LatexCommand ref
955 reference "fig:3Dオブジェクト"
956 nolink "false"
957
958 \end_inset
959
960 図は,
961 参照された図の例です.図は,
962 本文中でラベルを参照することによって参照できます.これをするには,
963 まず,
964
965 \family sans
966 挿入\SpecialChar menuseparator
967 ラベル
968 \family default
969 メニューかツールバーボタン
970 \family sans
971
972 \begin_inset Info
973 type  "icon"
974 arg   "label-insert"
975 \end_inset
976
977
978 \family default
979 を使用して,
980 キャプションにラベルを挿入してください.その後,
981
982 \family sans
983 挿入\SpecialChar menuseparator
984 相互参照
985 \family default
986 メニューかツールバーボタン
987 \family sans
988
989 \begin_inset Info
990 type  "icon"
991 arg   "dialog-show-new-inset ref"
992 \end_inset
993
994
995 \family default
996 を使用して,
997 ラベルを参照することができます.\SpecialChar LaTeX
998 は仕上文書でのフロートの位置を調整するので,
999 「上図」のような曖昧な参照のしかたをするのではなく,
1000 フロートを直接参照することが重要です.仕上文書では,
1001 「上図」ではないことが,
1002 大いにありうるからです.
1003 \begin_inset Newline newline
1004 \end_inset
1005
1006 参照は,
1007
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "sec:フロートの参照"
1011 nolink "false"
1012
1013 \end_inset
1014
1015 節で詳細に説明されています.
1016 \end_layout
1017
1018 \begin_layout Standard
1019 通常,
1020 図フロートには一つの画像だけを挿入しますが,
1021 場合によっては,
1022 二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,
1023 既存の図フロートの中に図フロートを入れ込むことによって,
1024 実現することができます.ただし,
1025 図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "fig:歪められた二つの像"
1029 nolink "false"
1030
1031 \end_inset
1032
1033 は,
1034 二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
1035 \begin_inset CommandInset ref
1036 LatexCommand ref
1037 reference "fig:Pink-object"
1038 nolink "false"
1039
1040 \end_inset
1041
1042 と図
1043 \begin_inset CommandInset ref
1044 LatexCommand ref
1045 reference "fig:A-star"
1046 nolink "false"
1047
1048 \end_inset
1049
1050 が内部図になります.
1051 \end_layout
1052
1053 \begin_layout Standard
1054 \begin_inset Float figure
1055 placement document
1056 alignment document
1057 wide false
1058 sideways false
1059 status open
1060
1061 \begin_layout Plain Layout
1062 \begin_inset space \hfill{}
1063 \end_inset
1064
1065
1066 \begin_inset Float figure
1067 placement document
1068 alignment document
1069 wide false
1070 sideways false
1071 status collapsed
1072
1073 \begin_layout Plain Layout
1074 \begin_inset Caption Standard
1075
1076 \begin_layout Plain Layout
1077 \begin_inset CommandInset label
1078 LatexCommand label
1079 name "fig:Pink-object"
1080
1081 \end_inset
1082
1083 ももいろオブジェクト
1084 \end_layout
1085
1086 \end_inset
1087
1088
1089 \end_layout
1090
1091 \begin_layout Plain Layout
1092 \begin_inset Graphics
1093         filename ../clipart/3D-structure-distort.pdf
1094         width 45col%
1095         scaleBeforeRotation
1096         groupId distorted
1097
1098 \end_inset
1099
1100
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \begin_inset space \hfill{}
1107 \end_inset
1108
1109
1110 \begin_inset Float figure
1111 placement document
1112 alignment document
1113 wide false
1114 sideways false
1115 status collapsed
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Caption Standard
1119
1120 \begin_layout Plain Layout
1121 \begin_inset CommandInset label
1122 LatexCommand label
1123 name "fig:A-star"
1124
1125 \end_inset
1126
1127 ほし
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Graphics
1137         filename ../clipart/Star-structure.pdf
1138         width 45col%
1139         scaleBeforeRotation
1140         groupId distorted
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Caption Standard
1158
1159 \begin_layout Plain Layout
1160 \begin_inset CommandInset label
1161 LatexCommand label
1162 name "fig:歪められた二つの像"
1163
1164 \end_inset
1165
1166 二つの像.両画像とも「distorted」画像設定グループに属しています.
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \end_layout
1173
1174 \end_inset
1175
1176
1177 \end_layout
1178
1179 \begin_layout Standard
1180 \begin_inset Newpage newpage
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Section
1187 画像形式
1188 \begin_inset CommandInset label
1189 LatexCommand label
1190 name "sec:画像形式"
1191
1192 \end_inset
1193
1194
1195 \begin_inset Index idx
1196 range none
1197 pageformat default
1198 status collapsed
1199
1200 \begin_layout Plain Layout
1201 がぞうけいしき@画像形式
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \begin_inset Index idx
1208 range none
1209 pageformat default
1210 status collapsed
1211
1212 \begin_layout Plain Layout
1213 ず@図 !
1214  がぞうけいしき@画像形式
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \end_layout
1221
1222 \begin_layout Standard
1223 画像は,
1224 既知のファイル形式であれば,
1225 どのような形式でも挿入することができます.しかし,
1226 付録
1227 \begin_inset CommandInset ref
1228 LatexCommand ref
1229 reference "cha:ファイル出力形式"
1230 nolink "false"
1231
1232 \end_inset
1233
1234 で説明されているように,
1235 出力に関しては,
1236 どの出力文書形式も,
1237 いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1238 は,
1239 画像を正しい形式に変換するのに,
1240 バックグラウンドで
1241 \family typewriter
1242 ImageMagick
1243 \family default
1244 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,
1245 出力ファイル形式に直接埋め込める画像形式のみを使用するとよいでしょう.出力ファイル形式は,
1246 付録
1247 \begin_inset CommandInset ref
1248 LatexCommand ref
1249 reference "cha:ファイル出力形式"
1250 nolink "false"
1251
1252 \end_inset
1253
1254 に説明されています.
1255 \end_layout
1256
1257 \begin_layout Standard
1258 フォントと同じく,
1259 画像形式にも以下の二つの型があります.
1260 \end_layout
1261
1262 \begin_layout Description
1263 ビットマップ画像 は,
1264 ピクセル値を(時により圧縮された形で)保持しています.したがって,
1265 この画像形式は完全に伸縮可能ではなく,
1266 拡大するとピクセルが目立つようになります.よく知られたビットマップ画像形式には,
1267 「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1268 \family typewriter
1269 .gif
1270 \family default
1271 」)
1272 \begin_inset Index idx
1273 range none
1274 pageformat default
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278 GIF
1279 \begin_inset ERT
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283
1284 |see{
1285 \end_layout
1286
1287 \end_inset
1288
1289 画像書式
1290 \begin_inset ERT
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294
1295 }
1296 \end_layout
1297
1298 \end_inset
1299
1300
1301 \end_layout
1302
1303 \end_inset
1304
1305
1306 「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1307 \family typewriter
1308 .png
1309 \family default
1310 」)
1311 \begin_inset Index idx
1312 range none
1313 pageformat default
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 PNG
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 |see{
1324 \end_layout
1325
1326 \end_inset
1327
1328 画像書式
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1346 \family typewriter
1347 .jpg
1348 \family default
1349 」または「
1350 \family typewriter
1351 .jpeg
1352 \family default
1353 」)
1354 \begin_inset Index idx
1355 range none
1356 pageformat default
1357 status collapsed
1358
1359 \begin_layout Plain Layout
1360 JPG
1361 \begin_inset ERT
1362 status collapsed
1363
1364 \begin_layout Plain Layout
1365
1366 |see{
1367 \end_layout
1368
1369 \end_inset
1370
1371 画像書式
1372 \begin_inset ERT
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376
1377 }
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \end_inset
1386
1387 などがあります.
1388 \end_layout
1389
1390 \begin_layout Description
1391 ベクトル画像 はベクトル値を保持しているので,
1392 データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,
1393 ビデオプロジェクタがかならず伸縮操作を行うことになるので,
1394 プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,
1395 伸縮性は,
1396 オンライン文書でユーザーが図の拡大ができるようにするのに便利です.
1397 \begin_inset Newline newline
1398 \end_inset
1399
1400 よく知られた伸縮可能画像形式には,
1401 「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1402 \family typewriter
1403 .svg
1404 \family default
1405 」)
1406 \begin_inset Index idx
1407 range none
1408 pageformat default
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 SVG
1413 \begin_inset ERT
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417
1418 |see{
1419 \end_layout
1420
1421 \end_inset
1422
1423 画像書式
1424 \begin_inset ERT
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428
1429 }
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1441 \family typewriter
1442 .eps
1443 \family default
1444 」)
1445 \begin_inset Index idx
1446 range none
1447 pageformat default
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 EPS
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 |see{
1458 \end_layout
1459
1460 \end_inset
1461
1462 画像書式
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1480 \family typewriter
1481 .pdf
1482 \family default
1483 」)
1484 \begin_inset Index idx
1485 range none
1486 pageformat default
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490 PDF
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 「Windowsメタファイル」(WMF・ファイル拡張子は「
1497 \family typewriter
1498 .wmf
1499 \family default
1500 」)
1501 \begin_inset Index idx
1502 range none
1503 pageformat default
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507 SVG
1508 \begin_inset ERT
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512
1513 |see{
1514 \end_layout
1515
1516 \end_inset
1517
1518 画像書式
1519 \begin_inset ERT
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523
1524 }
1525 \end_layout
1526
1527 \end_inset
1528
1529
1530 \end_layout
1531
1532 \end_inset
1533
1534 がありえます.「ありえます」と言ったのは,
1535 ビットマップ画像はいつでもPDFやEPSに変換することができますが,
1536 変換後も依然としてビットマップ画像のままだからです.このような場合には,
1537 画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1538 \begin_inset Foot
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542 PDFの場合には,
1543 さらに元画像が圧縮されます.
1544 \end_layout
1545
1546 \end_inset
1547
1548 .たとえば,
1549
1550 \family typewriter
1551 Adobe Photoshop
1552 \family default
1553 が生成するPDFファイルは,
1554 ビットマップ画像です.
1555 \end_layout
1556
1557 \begin_layout Standard
1558 通常,
1559 ビットマップ画像を伸縮可能画像には変換できず,
1560 その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,
1561 それぞれPDF画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1562 \begin_inset Formula $\to$
1563 \end_inset
1564
1565 PDF/EPS変換子がないので,
1566 SVGおよびWMF画像は,
1567 出力ファイルが生成される際にビットマップに計算し直されます.
1568 \end_layout
1569
1570 \begin_layout Chapter
1571
1572 \begin_inset Index idx
1573 range none
1574 pageformat default
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578 ひょう@表
1579 \end_layout
1580
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \begin_layout Section
1587 はじめに
1588 \begin_inset Index idx
1589 range none
1590 pageformat default
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 ひょう@表 !
1595  はじめに
1596 \end_layout
1597
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \begin_layout Standard
1604
1605 \family roman
1606 \series medium
1607 \shape up
1608 \size normal
1609 \emph off
1610 \bar no
1611 \noun off
1612 \color none
1613 表を挿入するには,
1614 ツールバーボタ
1615 \family default
1616 \series default
1617 \shape default
1618 \size default
1619 \emph default
1620 \bar default
1621 \noun default
1622 \color inherit
1623
1624 \begin_inset Info
1625 type  "icon"
1626 arg   "tabular-insert"
1627 \end_inset
1628
1629
1630 \family roman
1631 \series medium
1632 \shape up
1633 \size normal
1634 \emph off
1635 \bar no
1636 \noun off
1637 \color none
1638
1639
1640 \family sans
1641 \series default
1642 \shape default
1643 \size default
1644 \emph default
1645 \bar default
1646 \noun default
1647 \color inherit
1648 挿入\SpecialChar menuseparator
1649
1650 \family default
1651 メニューを選択します.ツールバーボタンを押すと,
1652 グラフィカルな選択ができます.マウスを動かして,
1653 生成する表の行数・列数を設定し,
1654 マウスボタンを押して下さい.表を作るのにメニューを使う場合は,
1655 ダイアログが現れ,
1656 行数と列数を訊いてきます.
1657 \begin_inset Newline newline
1658 \end_inset
1659
1660 既定の表では,
1661 各セルの周囲に罫線が引かれ,
1662 第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っているのと同時に,
1663 第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1664 \end_layout
1665
1666 \begin_layout Standard
1667 \align center
1668 \begin_inset Tabular
1669 <lyxtabular version="3" rows="4" columns="4">
1670 <features tabularvalignment="middle">
1671 <column alignment="center" valignment="top">
1672 <column alignment="center" valignment="top">
1673 <column alignment="center" valignment="top">
1674 <column alignment="center" valignment="top">
1675 <row>
1676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Plain Layout
1680
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Plain Layout
1689 1
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 2
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707 3
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 </row>
1713 <row>
1714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 </row>
1751 <row>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 </row>
1789 <row>
1790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 </row>
1827 </lyxtabular>
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \begin_layout Section
1835 表ダイアログ
1836 \begin_inset Index idx
1837 range none
1838 pageformat default
1839 status collapsed
1840
1841 \begin_layout Plain Layout
1842 ひょう@表 !
1843  だいあろぐ@ダイアログ
1844 \end_layout
1845
1846 \end_inset
1847
1848
1849 \end_layout
1850
1851 \begin_layout Standard
1852
1853 \family roman
1854 \series medium
1855 \shape up
1856 \size normal
1857 \emph off
1858 \bar no
1859 \noun off
1860 \color none
1861 表を右クリックすると,
1862 文脈依存メニューが表示されて,
1863 表を変更することができます.メニュー項目
1864 \family sans
1865 \series default
1866 \shape default
1867 \size default
1868 \emph default
1869 \bar default
1870 \noun default
1871 \color inherit
1872 詳細
1873 \family roman
1874 \series medium
1875 \shape up
1876 \size normal
1877 \emph off
1878 \bar no
1879 \noun off
1880 \color none
1881 以下では,
1882 現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1883 \family sans
1884 \series default
1885 \shape default
1886 \size default
1887 \emph default
1888 \bar default
1889 \noun default
1890 \color inherit
1891 詳細\SpecialChar menuseparator
1892 設定
1893 \family roman
1894 \series medium
1895 \shape up
1896 \size normal
1897 \emph off
1898 \bar no
1899 \noun off
1900 \color none
1901 を選ぶと,
1902 ダイアログボックスが開いて,
1903 更に詳細な設定を行うことができます.また,
1904 ダイアログオプションのほとんどは,
1905 選択範囲に対しても動作します.つまり,
1906 複数のセルや行・列を選択していれば,
1907 操作は選択範囲の全てに対して行われます.
1908 \family default
1909 \series default
1910 \shape default
1911 \size default
1912 \emph default
1913 \bar default
1914 \noun default
1915 \color inherit
1916 セルの
1917 \emph on
1918 内容
1919 \emph default
1920 を選択するのと,
1921 セル自体を選択するのは異なることに注意して下さい.
1922 \begin_inset Newline newline
1923 \end_inset
1924
1925 ダイアログオプションの
1926 \family sans
1927 直ちに適用
1928 \family default
1929 を使用すると,
1930 ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,
1931 ダイアログも新しいセルのパラメーターに更新されます.ダイアログ中の長さの値を変更した場合には,
1932 リターンを押さないと変更が適用されません.
1933 \begin_inset Newline newline
1934 \end_inset
1935
1936 表ダイアログの以下の各タブを使用して,
1937 表に変更を加えることができます.
1938 \end_layout
1939
1940 \begin_layout Description
1941 表の設定 ここでは,
1942 現在列の幅と水平揃えを設定することができます.
1943 \family sans
1944 小数点で
1945 \family default
1946 とある揃えは,
1947
1948 \begin_inset CommandInset ref
1949 LatexCommand ref
1950 reference "subsec:特殊なセル揃え"
1951 nolink "false"
1952
1953 \end_inset
1954
1955 で説明されています.幅を設定した場合には,
1956 現在行の垂直揃えも調整することができます.列幅を与えると,
1957 改行や多段落の文章をセルに入れることができます.これに関しては,
1958
1959 \begin_inset CommandInset ref
1960 LatexCommand ref
1961 reference "subsec:複数行"
1962 nolink "false"
1963
1964 \end_inset
1965
1966 節をご参照下さい.列幅を設定しない場合には,
1967 列幅は,
1968 もっとも幅の広いセル内容の幅になります.
1969 \begin_inset Newline newline
1970 \end_inset
1971
1972 さらに,
1973 同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,
1974
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "subsec:連結列"
1978 nolink "false"
1979
1980 \end_inset
1981
1982 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,
1983
1984 \begin_inset CommandInset ref
1985 LatexCommand ref
1986 reference "subsec:連結行"
1987 nolink "false"
1988
1989 \end_inset
1990
1991 節をご参照ください.
1992 \begin_inset Newline newline
1993 \end_inset
1994
1995 回転関連のチェックボックスは,
1996 現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,
1997 \SpecialChar LyX
1998 内部では反映されず,
1999 出力にのみ現れます.詳細については,
2000
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "sec:表セルの回転"
2004 nolink "false"
2005
2006 \end_inset
2007
2008 節をご覧下さい.
2009 \begin_inset Newline newline
2010 \end_inset
2011
2012
2013 \begin_inset Note Greyedout
2014 status open
2015
2016 \begin_layout Plain Layout
2017
2018 \series bold
2019 【註】
2020 \series default
2021 DVIビューアのすべてが回転を表示できるわけではありません.
2022 \end_layout
2023
2024 \end_inset
2025
2026
2027 \begin_inset Newline newline
2028 \end_inset
2029
2030 下記は,
2031 本文行中の表に,
2032 表全体の垂直揃えを適用したものです.
2033 \begin_inset Newline newline
2034 \end_inset
2035
2036 各種の揃えを適用した同一行中の表:
2037
2038 \begin_inset Tabular
2039 <lyxtabular version="3" rows="2" columns="2">
2040 <features tabularvalignment="top">
2041 <column alignment="center" valignment="top" width="0pt">
2042 <column alignment="center" valignment="top">
2043 <row>
2044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057 1
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 </row>
2063 <row>
2064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068 A
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Plain Layout
2077
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 </row>
2083 </lyxtabular>
2084
2085 \end_inset
2086
2087  
2088 \begin_inset Tabular
2089 <lyxtabular version="3" rows="2" columns="2">
2090 <features tabularvalignment="middle">
2091 <column alignment="center" valignment="top">
2092 <column alignment="center" valignment="top">
2093 <row>
2094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Plain Layout
2107 1
2108 \end_layout
2109
2110 \end_inset
2111 </cell>
2112 </row>
2113 <row>
2114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118 A
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 </row>
2133 </lyxtabular>
2134
2135 \end_inset
2136
2137  
2138 \begin_inset Tabular
2139 <lyxtabular version="3" rows="2" columns="2">
2140 <features tabularvalignment="bottom">
2141 <column alignment="center" valignment="top" width="0pt">
2142 <column alignment="center" valignment="top">
2143 <row>
2144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148
2149 \end_layout
2150
2151 \end_inset
2152 </cell>
2153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2154 \begin_inset Text
2155
2156 \begin_layout Plain Layout
2157 1
2158 \end_layout
2159
2160 \end_inset
2161 </cell>
2162 </row>
2163 <row>
2164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2165 \begin_inset Text
2166
2167 \begin_layout Plain Layout
2168 A
2169 \end_layout
2170
2171 \end_inset
2172 </cell>
2173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2174 \begin_inset Text
2175
2176 \begin_layout Plain Layout
2177
2178 \end_layout
2179
2180 \end_inset
2181 </cell>
2182 </row>
2183 </lyxtabular>
2184
2185 \end_inset
2186
2187
2188 \begin_inset Newline newline
2189 \end_inset
2190
2191 また,
2192 特殊な表設定に必要な\SpecialChar LaTeX
2193 引数を入力することもできます.これに関しては,
2194
2195 \begin_inset CommandInset ref
2196 LatexCommand ref
2197 reference "subsec:連結列の計算"
2198 nolink "false"
2199
2200 \end_inset
2201
2202 節および第
2203 \begin_inset CommandInset ref
2204 LatexCommand ref
2205 reference "sec:色付きの表"
2206 nolink "false"
2207
2208 \end_inset
2209
2210 節をご参照下さい.
2211 \end_layout
2212
2213 \begin_layout Description
2214 罫線 このタブでは,
2215 現在列ないし現在行の罫線を引いたり消したりすることができます.
2216 \begin_inset Newline newline
2217 \end_inset
2218
2219 様式オプションとして
2220 \family sans
2221 フォーマル様式
2222 \family default
2223 を使用すると,
2224
2225 \begin_inset CommandInset ref
2226 LatexCommand ref
2227 reference "sec:フォーマル様式の表"
2228 nolink "false"
2229
2230 \end_inset
2231
2232 節に述べられているフォーマル様式の表に表を変換します.
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236 またここで,
2237
2238 \begin_inset CommandInset ref
2239 LatexCommand ref
2240 reference "subsec:行の余白取り"
2241 nolink "false"
2242
2243 \end_inset
2244
2245 節に述べられているように,
2246 表の行に空白を追加することもできます.
2247 \end_layout
2248
2249 \begin_layout Description
2250 多頁表 このタブは,
2251 複数のページにわたる,
2252 いわゆる「
2253 \emph on
2254 多頁表
2255 \emph default
2256 」を作るためのものです.第
2257 \begin_inset CommandInset ref
2258 LatexCommand ref
2259 reference "sec:多頁表"
2260 nolink "false"
2261
2262 \end_inset
2263
2264 節および第
2265 \begin_inset CommandInset ref
2266 LatexCommand ref
2267 reference "sec:多頁表にまつわる諸点"
2268 nolink "false"
2269
2270 \end_inset
2271
2272 節に,
2273 多頁表の機能に関する詳細な説明があります.
2274 \end_layout
2275
2276 \begin_layout Section
2277 表ツールバー
2278 \begin_inset Index idx
2279 range none
2280 pageformat default
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 ひょう@表 !
2285  つーるばー@ツールバー
2286 \end_layout
2287
2288 \end_inset
2289
2290
2291 \end_layout
2292
2293 \begin_layout Standard
2294 表ツールバーは,
2295 表ダイアログの代わりに,
2296 表をすばやく変更できるようにするためのものです.通常,
2297 カーソルが表の内部にあるときに,
2298 \SpecialChar LyX
2299 のメインウィンドウの底部に表示されます.ご希望であれば,
2300 \SpecialChar LyX
2301 のメインメニューバーを右クリックすることによって,
2302 つねに表示されるように切り替えることもできます.
2303 \end_layout
2304
2305 \begin_layout Standard
2306 ツールバーには,
2307 以下のアイコンがあります.
2308 \end_layout
2309
2310 \begin_layout Labeling
2311 \labelwidthstring 00.00.0000
2312
2313 \family sans
2314 \begin_inset Info
2315 type  "icon"
2316 arg   "tabular-feature append-row"
2317 \end_inset
2318
2319
2320 \family default
2321  は,
2322 現在セルあるいは選択範囲の下に行を追加します.
2323 \end_layout
2324
2325 \begin_layout Labeling
2326 \labelwidthstring 00.00.0000
2327
2328 \family sans
2329 \begin_inset Info
2330 type  "icon"
2331 arg   "tabular-feature append-column"
2332 \end_inset
2333
2334
2335 \family default
2336  は,
2337 現在セルあるいは選択範囲の右に列を追加します.
2338 \end_layout
2339
2340 \begin_layout Labeling
2341 \labelwidthstring 00.00.0000
2342
2343 \family sans
2344 \begin_inset Info
2345 type  "icon"
2346 arg   "tabular-feature delete-row"
2347 \end_inset
2348
2349
2350 \family default
2351  は,
2352 現在行あるいは選択範囲行を削除します.
2353 \end_layout
2354
2355 \begin_layout Labeling
2356 \labelwidthstring 00.00.0000
2357
2358 \family sans
2359 \begin_inset Info
2360 type  "icon"
2361 arg   "tabular-feature delete-column"
2362 \end_inset
2363
2364
2365 \family default
2366  は,
2367 現在列あるいは選択範囲列を削除します.
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372 \begin_inset Info
2373 type  "icon"
2374 arg   "tabular-feature move-row-up"
2375 \end_inset
2376
2377  は,
2378 行を上に移動します.
2379 \end_layout
2380
2381 \begin_layout Labeling
2382 \labelwidthstring 00.00.0000
2383 \begin_inset Info
2384 type  "icon"
2385 arg   "tabular-feature move-column-left"
2386 \end_inset
2387
2388  は,
2389 列を左に移動します.
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394 \begin_inset Info
2395 type  "icon"
2396 arg   "tabular-feature move-row-down"
2397 \end_inset
2398
2399  は,
2400 行を下に移動します.
2401 \end_layout
2402
2403 \begin_layout Labeling
2404 \labelwidthstring 00.00.0000
2405 \begin_inset Info
2406 type  "icon"
2407 arg   "tabular-feature move-column-right"
2408 \end_inset
2409
2410  は,
2411 列を右に移動します.
2412 \end_layout
2413
2414 \begin_layout Labeling
2415 \labelwidthstring 00.00.0000
2416
2417 \family sans
2418 \begin_inset Info
2419 type  "icon"
2420 arg   "tabular-feature toggle-line-top"
2421 \end_inset
2422
2423
2424 \family default
2425  は,
2426 現在セルや現在行,
2427 あるいは選択範囲の上部に罫線を描画します.
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432
2433 \family sans
2434 \begin_inset Info
2435 type  "icon"
2436 arg   "tabular-feature toggle-line-bottom"
2437 \end_inset
2438
2439
2440 \family default
2441  は,
2442 現在セルや現在行,
2443 あるいは選択範囲の下部に罫線を描画します.
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448
2449 \family sans
2450 \begin_inset Info
2451 type  "icon"
2452 arg   "tabular-feature toggle-line-left"
2453 \end_inset
2454
2455
2456 \family default
2457  は,
2458 現在セルや現在行,
2459 あるいは選択範囲の左側に罫線を描画します.
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464
2465 \family sans
2466 \begin_inset Info
2467 type  "icon"
2468 arg   "tabular-feature toggle-line-right"
2469 \end_inset
2470
2471
2472 \family default
2473  は,
2474 現在セルや現在行,
2475 あるいは選択範囲の右側に罫線を描画します.
2476 \end_layout
2477
2478 \begin_layout Labeling
2479 \labelwidthstring 00.00.0000
2480
2481 \family sans
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "tabular-feature set-all-lines"
2485 \end_inset
2486
2487
2488 \family default
2489  は,
2490 現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,
2491 現在行と現在列にも影響します.
2492 \end_layout
2493
2494 \begin_layout Labeling
2495 \labelwidthstring 00.00.0000
2496
2497 \family sans
2498 \begin_inset Info
2499 type  "icon"
2500 arg   "tabular-feature unset-all-lines"
2501 \end_inset
2502
2503
2504 \family default
2505  は,
2506 現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,
2507 現在行と現在列にも影響します.
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512
2513 \family sans
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "tabular-feature m-align-left"
2517 \end_inset
2518
2519
2520 \family default
2521  は,
2522 現在セルあるいは現在列の内容を左揃えにします.
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527
2528 \family sans
2529 \begin_inset Info
2530 type  "icon"
2531 arg   "tabular-feature m-align-center"
2532 \end_inset
2533
2534
2535 \family default
2536  は,
2537 現在セルあるいは現在列の内容を水平方向中央揃えにします.
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542
2543 \family sans
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "tabular-feature m-align-right"
2547 \end_inset
2548
2549
2550 \family default
2551  は,
2552 現在セルあるいは現在列の内容を右揃えにします.
2553 \end_layout
2554
2555 \begin_layout Labeling
2556 \labelwidthstring 00.00.0000
2557
2558 \family sans
2559 \begin_inset Info
2560 type  "icon"
2561 arg   "tabular-feature align-decimal"
2562 \end_inset
2563
2564
2565 \family default
2566  は,
2567 現在セルの内容を特定文字位置で揃えます.
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572
2573 \family sans
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "tabular-feature m-valign-top"
2577 \end_inset
2578
2579
2580 \family default
2581  は,
2582 現在セルの内容を垂直方向上揃えにします.
2583 \end_layout
2584
2585 \begin_layout Labeling
2586 \labelwidthstring 00.00.0000
2587
2588 \family sans
2589 \begin_inset Info
2590 type  "icon"
2591 arg   "tabular-feature m-valign-middle"
2592 \end_inset
2593
2594
2595 \family default
2596  は,
2597 現在セルの内容を垂直方向中央揃えにします.
2598 \end_layout
2599
2600 \begin_layout Labeling
2601 \labelwidthstring 00.00.0000
2602
2603 \family sans
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "tabular-feature m-valign-bottom"
2607 \end_inset
2608
2609
2610 \family default
2611  は,
2612 現在セルの内容を垂直方向下揃えにします.
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617
2618 \family sans
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "tabular-feature set-rotate-cell"
2622 \end_inset
2623
2624
2625 \family default
2626  は,
2627 現在セルあるいは選択範囲を反時計廻りに90度回転します.
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632
2633 \family sans
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "tabular-feature set-rotate-tabular"
2637 \end_inset
2638
2639
2640 \family default
2641  は,
2642 表全体を反時計廻りに90度回転します.
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647
2648 \family sans
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "tabular-feature multicolumn"
2652 \end_inset
2653
2654
2655 \family default
2656  は,
2657 現在セルあるいは選択範囲を連結列にします.
2658 \end_layout
2659
2660 \begin_layout Labeling
2661 \labelwidthstring 00.00.0000
2662
2663 \family sans
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "tabular-feature multirow"
2667 \end_inset
2668
2669
2670 \family default
2671  は,
2672 現在セルあるいは選択範囲を連結行にします.
2673 \end_layout
2674
2675 \begin_layout Standard
2676 \begin_inset Note Greyedout
2677 status open
2678
2679 \begin_layout Plain Layout
2680
2681 \series bold
2682 【註】
2683 \series default
2684 出力では,
2685 行の最初のセルの垂直揃えが,
2686 同一行の他のセルすべてに適用されます.
2687 \end_layout
2688
2689 \end_inset
2690
2691
2692 \end_layout
2693
2694 \begin_layout Section
2695 表編集メニュー
2696 \begin_inset Index idx
2697 range none
2698 pageformat default
2699 status collapsed
2700
2701 \begin_layout Plain Layout
2702 ひょう@表 !
2703  へんしゅうめにゅー@編集メニュー
2704 \end_layout
2705
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \begin_layout Standard
2712 表ダイアログと表ツールバーの他に,
2713
2714 \family sans
2715 編集\SpecialChar menuseparator
2716
2717 \family default
2718 メニューでも,
2719 現在行や現在列の罫線を引いたり消したりすることができ,
2720 あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,
2721 カーソルが表内部にあるときのみ,
2722 表示されます.
2723 \end_layout
2724
2725 \begin_layout Section
2726 表フロート
2727 \begin_inset CommandInset label
2728 LatexCommand label
2729 name "sec:表フロート"
2730
2731 \end_inset
2732
2733
2734 \begin_inset Index idx
2735 range none
2736 pageformat default
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 ふろーと@フロート !
2741  ひょう@表
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \begin_inset Index idx
2748 range none
2749 pageformat default
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 ひょう@表 !
2754  ふろーと@フロート
2755 \end_layout
2756
2757 \end_inset
2758
2759
2760 \end_layout
2761
2762 \begin_layout Standard
2763 フロートの一般的な説明については,
2764
2765 \begin_inset CommandInset ref
2766 LatexCommand ref
2767 reference "sec:フロートはじめに"
2768 nolink "false"
2769
2770 \end_inset
2771
2772 節をご覧下さい.
2773 \end_layout
2774
2775 \begin_layout Standard
2776 \begin_inset Float table
2777 placement h
2778 alignment document
2779 wide false
2780 sideways false
2781 status open
2782
2783 \begin_layout Plain Layout
2784 \begin_inset Caption Standard
2785
2786 \begin_layout Plain Layout
2787 \begin_inset CommandInset label
2788 LatexCommand label
2789 name "tab:表フロート"
2790
2791 \end_inset
2792
2793 表フロート
2794 \end_layout
2795
2796 \end_inset
2797
2798
2799 \end_layout
2800
2801 \begin_layout Plain Layout
2802 \align center
2803 \begin_inset Tabular
2804 <lyxtabular version="3" rows="3" columns="3">
2805 <features tabularvalignment="middle">
2806 <column alignment="center" valignment="top" width="0pt">
2807 <column alignment="center" valignment="top" width="0pt">
2808 <column alignment="center" valignment="top" width="0pt">
2809 <row>
2810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814
2815 \family roman
2816 \series medium
2817 \shape up
2818 \size normal
2819 \emph off
2820 \bar no
2821 \noun off
2822 \color none
2823 1
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832
2833 \family roman
2834 \series medium
2835 \shape up
2836 \size normal
2837 \emph off
2838 \bar no
2839 \noun off
2840 \color none
2841 2
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850
2851 \family roman
2852 \series medium
2853 \shape up
2854 \size normal
2855 \emph off
2856 \bar no
2857 \noun off
2858 \color none
2859 3
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row>
2866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870 森嶋
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879 宇沢
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888 二階堂
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 </row>
2894 <row>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899
2900 \family roman
2901 \series medium
2902 \shape up
2903 \size normal
2904 \emph off
2905 \bar no
2906 \noun off
2907 \color none
2908 \begin_inset Formula $\int x^{2}dx$
2909 \end_inset
2910
2911
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \family roman
2922 \series medium
2923 \shape up
2924 \size normal
2925 \emph off
2926 \bar no
2927 \noun off
2928 \color none
2929 \begin_inset Formula $\left[\begin{array}{cc}
2930 a & b\\
2931 c & d
2932 \end{array}\right]$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944
2945 \family roman
2946 \series medium
2947 \shape up
2948 \size normal
2949 \emph off
2950 \bar no
2951 \noun off
2952 \color none
2953 \begin_inset Formula $1+1=2$
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 </lyxtabular>
2963
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \begin_layout Standard
2975 表フロートは,
2976
2977 \family sans
2978 挿入
2979 \shape up
2980 \SpecialChar menuseparator
2981 フロート\SpecialChar menuseparator
2982
2983 \family default
2984 \shape default
2985 メニューかツールバーボタン
2986 \family sans
2987
2988 \begin_inset Info
2989 type  "icon"
2990 arg   "float-insert table"
2991 \end_inset
2992
2993
2994 \family default
2995 を使うと挿入することができます.
2996 \end_layout
2997
2998 \begin_layout Standard
2999 フロートは折りたたむことのできるボックスとして表示され,
3000 中には「表
3001 \begin_inset space ~
3002 \end_inset
3003
3004 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,
3005 このキャプションの上にも下にも入れることができます.
3006 \end_layout
3007
3008 \begin_layout Standard
3009
3010 \begin_inset space ~
3011 \end_inset
3012
3013
3014 \begin_inset CommandInset ref
3015 LatexCommand ref
3016 reference "tab:表フロート"
3017 nolink "false"
3018
3019 \end_inset
3020
3021 は,
3022 表フロートに入れた表の例です.
3023 \end_layout
3024
3025 \begin_layout Standard
3026 キャプションを表の上に入れるのは,
3027 標準的な組版方法ですが,
3028 残念ながら\SpecialChar LaTeX
3029 の標準クラスではサポートされていません.つまり,
3030 article・book・letter・reportのような文書クラスを使用した場合には,
3031 キャプションと表のあいだに余白が入りません.必要な余白を入れるには,
3032 使用中の文書のプリアンブルに,
3033 LaTeXパッケージの
3034 \series bold
3035 caption
3036 \series default
3037
3038 \begin_inset Index idx
3039 range none
3040 pageformat default
3041 status collapsed
3042
3043 \begin_layout Plain Layout
3044 \SpecialChar LaTeX
3045 ぱっけーじ@\SpecialChar LaTeX
3046 パッケージ !
3047  caption
3048 \end_layout
3049
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \begin_layout Standard
3056
3057 \series bold
3058 tableposition=top
3059 \end_layout
3060
3061 \begin_layout Standard
3062 というオプションとともにloadコマンドを使って読み込んでください
3063 \begin_inset Foot
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067 詳しくは,
3068
3069 \begin_inset CommandInset ref
3070 LatexCommand ref
3071 reference "sec:キャプションの配置"
3072 nolink "false"
3073
3074 \end_inset
3075
3076 節をご覧下さい.
3077 \end_layout
3078
3079 \end_inset
3080
3081 .キャプション書式を調整するには,
3082
3083 \begin_inset CommandInset ref
3084 LatexCommand ref
3085 reference "sec:キャプションの書式設定"
3086 nolink "false"
3087
3088 \end_inset
3089
3090 節にものべられているように
3091 \series bold
3092 caption
3093 \series default
3094 パッケージを使用します.
3095 \end_layout
3096
3097 \begin_layout Standard
3098 \begin_inset Index idx
3099 range none
3100 pageformat default
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 さんしょう@参照 !
3105  ひょうへの@表への
3106 \end_layout
3107
3108 \end_inset
3109
3110 表は,
3111 本文中において,
3112 ラベルを参照することによって相互参照することができます.そのためには,
3113
3114 \family sans
3115 挿入\SpecialChar menuseparator
3116 ラベル
3117 \family default
3118 メニューかツールバーボタンの
3119 \family sans
3120
3121 \begin_inset Info
3122 type  "icon"
3123 arg   "label-insert"
3124 \end_inset
3125
3126
3127 \family default
3128 を用いて,
3129 キャプションにラベルを挿入して下さい.然る後に,
3130 挿入\SpecialChar menuseparator
3131 相互参照メニューかツールバーボタンの
3132 \family sans
3133
3134 \begin_inset Info
3135 type  "icon"
3136 arg   "dialog-show-new-inset ref"
3137 \end_inset
3138
3139
3140 \family default
3141 を用いて,
3142 このラベルを参照することができます.
3143 \begin_inset Newline newline
3144 \end_inset
3145
3146 参照は,
3147
3148 \begin_inset CommandInset ref
3149 LatexCommand ref
3150 reference "sec:フロートの参照"
3151 nolink "false"
3152
3153 \end_inset
3154
3155 節で詳細に説明されています.
3156 \end_layout
3157
3158 \begin_layout Section
3159 多頁表
3160 \begin_inset CommandInset label
3161 LatexCommand label
3162 name "sec:多頁表"
3163
3164 \end_inset
3165
3166
3167 \begin_inset Index idx
3168 range none
3169 pageformat default
3170 status collapsed
3171
3172 \begin_layout Plain Layout
3173 たへえしひよう@多頁表
3174 \end_layout
3175
3176 \end_inset
3177
3178
3179 \begin_inset Index idx
3180 range none
3181 pageformat default
3182 status collapsed
3183
3184 \begin_layout Plain Layout
3185 ひょう@表 !
3186  たへえしひよう@多頁—
3187
3188 \end_layout
3189
3190 \end_inset
3191
3192
3193 \end_layout
3194
3195 \begin_layout Standard
3196 表が長すぎて1ページに収まりきらないときには,
3197 表ダイアログの
3198 \family sans
3199 多頁表
3200 \family default
3201 タブにある
3202 \family sans
3203 多頁表を使う
3204 \family default
3205 オプションを使用して,
3206 複数ページに自動的に分割させることができます.このオプションを有効にすると,
3207 いくつかのチェックボックスが使えるようになり,
3208 以下のものを定義することができるようになります.
3209 \end_layout
3210
3211 \begin_layout Description
3212 ヘッダ:
3213  カーソル位置の行が,
3214 多頁表の全ページに表示されるヘッダ行として定義されます.
3215 \family roman
3216 \series medium
3217 \shape up
3218 \size normal
3219 \emph off
3220 \bar no
3221 \noun off
3222 \color none
3223 ただし,
3224
3225 \family sans
3226 \series default
3227 \shape default
3228 \size default
3229 \emph default
3230 \bar default
3231 \noun default
3232 \color inherit
3233 冒頭ヘッダ
3234 \family roman
3235 \series medium
3236 \shape up
3237 \size normal
3238 \emph off
3239 \bar no
3240 \noun off
3241 \color none
3242 が定義されているときは,
3243 冒頭ページを除きます.
3244 \family default
3245 \series default
3246 \shape default
3247 \size default
3248 \emph default
3249 \bar default
3250 \noun default
3251 \color inherit
3252 これと区別して,
3253 このヘッダは本体ヘッダと呼びます.
3254 \end_layout
3255
3256 \begin_layout Description
3257 冒頭ヘッダ:
3258  カーソル位置の行が,
3259 多頁表の最初のページに表示されるヘッダ行として定義されます.
3260 \end_layout
3261
3262 \begin_layout Description
3263 フッタ:
3264  カーソル位置の行が,
3265 多頁表の全ページに表示されるフッタ行として定義されます.
3266 \family roman
3267 \series medium
3268 \shape up
3269 \size normal
3270 \emph off
3271 \bar no
3272 \noun off
3273 \color none
3274 ただし,
3275
3276 \family sans
3277 \series default
3278 \shape default
3279 \size default
3280 \emph default
3281 \bar default
3282 \noun default
3283 \color inherit
3284 末尾フッタ
3285 \family roman
3286 \series medium
3287 \shape up
3288 \size normal
3289 \emph off
3290 \bar no
3291 \noun off
3292 \color none
3293 が定義されているときは,
3294 末尾ページを除きます.
3295 \end_layout
3296
3297 \begin_layout Description
3298 末尾フッタ:
3299  カーソル位置の行が,
3300 多頁表の最後のページに表示されるフッタ行として定義されます.
3301 \end_layout
3302
3303 \begin_layout Description
3304 キャプション:
3305  カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,
3306 キャプションが挿入されます.多頁表のキャプションについての詳細は,
3307
3308 \begin_inset CommandInset ref
3309 LatexCommand ref
3310 reference "subsec:多頁表のキャプション"
3311 nolink "false"
3312
3313 \end_inset
3314
3315 節で説明されています.
3316 \end_layout
3317
3318 \begin_layout Standard
3319 加えて,
3320 表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
3321 \end_layout
3322
3323 \begin_layout Standard
3324 \align center
3325 \begin_inset Tabular
3326 <lyxtabular version="3" rows="69" columns="3">
3327 <features islongtable="true" longtabularalignment="center">
3328 <column alignment="left" valignment="top" width="0cm">
3329 <column alignment="left" valignment="top" width="0pt">
3330 <column alignment="center" valignment="top" width="0pt">
3331 <row endfirsthead="true">
3332 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \series bold
3338 例示用電話帳(名前は無視してください)
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row endfirsthead="true">
3363 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 氏名
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385
3386 \series bold
3387 TEL.
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 </row>
3393 <row endhead="true">
3394 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398
3399 \series bold
3400 例示用電話帳
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 <row endhead="true">
3425 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 氏名
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447
3448 \series bold
3449 TEL.
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 <row endfoot="true">
3456 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 次頁へつづく
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row>
3485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491 Annovi
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 Silvia
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 111
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520
3521 \series bold
3522 Bertoli
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 Stefano
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 111
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 </row>
3546 <row>
3547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551
3552 \series bold
3553 Bozzi
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 Walter
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 111
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row>
3578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582
3583 \series bold
3584 Cachia
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 Maria
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 111
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 <row>
3609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615 Cachia
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Maurizio
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 111
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 </row>
3639 <row>
3640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644
3645 \series bold
3646 Cinquemani
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 Giusi
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 111
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675
3676 \series bold
3677 Colin
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 Bernard
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 111
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 </row>
3701 <row>
3702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706
3707 \series bold
3708 Concli
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 Gianfranco
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 111
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739 Dal Bosco
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 Carolina
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 111
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768
3769 \series bold
3770 Dalpiaz
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 Annamaria
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 111
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799
3800 \series bold
3801 Feliciello
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 Domenico
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 111
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 </row>
3825 <row>
3826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \series bold
3832 Focarelli
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 Paola
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 111
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \series bold
3863 Galletti
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 Oreste
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 111
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 </row>
3887 <row>
3888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \series bold
3894 Gasparini
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 Franca
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 111
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row>
3919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923
3924 \series bold
3925 Rizzardi
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 Paola
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 111
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 </row>
3949 <row>
3950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954
3955 \series bold
3956 Lassini
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 Giancarlo
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 111
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \series bold
3987 Malfatti
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 Luciano
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 111
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 </row>
4011 <row>
4012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016
4017 \series bold
4018 Malfatti
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 Valeriano
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 111
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 </row>
4042 <row>
4043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \series bold
4049 Meneguzzo
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 Roberto
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 111
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080 Mezzadra
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 Roberto
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 111
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109
4110 \series bold
4111 Pirpamer
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 Erich
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 111
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 </row>
4135 <row>
4136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \series bold
4142 Pochiesa
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Paolo
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 111,
4161  222
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 </row>
4167 <row>
4168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172
4173 \series bold
4174 Radina
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 Claudio
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 111
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 </row>
4198 <row>
4199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203
4204 \series bold
4205 Stuffer
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 Oskar
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 111
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 </row>
4229 <row>
4230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234
4235 \series bold
4236 Tacchelli
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 Ugo
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 111
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 </row>
4260 <row>
4261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265
4266 \series bold
4267 Tezzele
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 Margit
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 111
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 <row>
4292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296
4297 \series bold
4298 Unterkalmsteiner
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 Frieda
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 111
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 </row>
4322 <row>
4323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327
4328 \series bold
4329 Vieider
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 Hilde
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 111
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358
4359 \series bold
4360 Vigna
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 Jürgen
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 111
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389
4390 \series bold
4391 Weber
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 Maurizio
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 111
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420
4421 \series bold
4422 Winkler
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 Franz
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 111
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 </row>
4446 <row>
4447 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451  
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 </row>
4475 <row>
4476 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480
4481 \series bold
4482 Annovi
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 Silvia
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 555
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 </row>
4506 <row>
4507 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511
4512 \series bold
4513 Bertoli
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 Stefano
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 555
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 </row>
4537 <row>
4538 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542
4543 \series bold
4544 Bozzi
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 Walter
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 555
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 </row>
4568 <row>
4569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573
4574 \series bold
4575 Cachia
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 Maria
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 555
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row>
4600 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604
4605 \series bold
4606 Cachia
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 Maurizio
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 555
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row>
4631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635
4636 \series bold
4637 Cinquemani
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 Giusi
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 555
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 </row>
4661 <row>
4662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666
4667 \series bold
4668 Colin
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 Bernard
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 555
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row>
4693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697
4698 \series bold
4699 Concli
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 Gianfranco
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 555
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 </row>
4723 <row>
4724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728
4729 \series bold
4730 Dal Bosco
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 Carolina
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 555
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 </row>
4754 <row>
4755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759
4760 \series bold
4761 Dalpiaz
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 Annamaria
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 555
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 </row>
4785 <row>
4786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790
4791 \series bold
4792 Feliciello
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 Domenico
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 555
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \series bold
4823 Focarelli
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 Paola
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 555
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 </row>
4847 <row>
4848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852
4853 \series bold
4854 Galletti
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 Oreste
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 555
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 </row>
4878 <row>
4879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883
4884 \series bold
4885 Gasparini
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 Franca
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 555
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 </row>
4909 <row>
4910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914
4915 \series bold
4916 Rizzardi
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 Paola
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 555
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 </row>
4940 <row>
4941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945
4946 \series bold
4947 Lassini
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 Giancarlo
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 555
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 </row>
4971 <row>
4972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976
4977 \series bold
4978 Malfatti
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 Luciano
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 555
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 </row>
5002 <row>
5003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007
5008 \series bold
5009 Malfatti
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 Valeriano
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 555
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 </row>
5033 <row>
5034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038
5039 \series bold
5040 Meneguzzo
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 Roberto
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 555
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 </row>
5064 <row>
5065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \series bold
5071 Mezzadra
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 Roberto
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 555
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 </row>
5095 <row>
5096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100
5101 \series bold
5102 Pirpamer
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 Erich
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 555
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 </row>
5126 <row>
5127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131
5132 \series bold
5133 Pochiesa
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 Paolo
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 555,
5152  222
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row>
5159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165 Radina
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Claudio
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 555
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \series bold
5196 Stuffer
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Oskar
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214 555
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row>
5221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \series bold
5227 Tacchelli
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 Ugo
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 555
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \series bold
5258 Tezzele
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 Margit
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 555
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \series bold
5289 Unterkalmsteiner
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 Frieda
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 555
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row>
5314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318
5319 \series bold
5320 Vieider
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 Hilde
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 555
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 </row>
5344 <row>
5345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \series bold
5351 Vigna
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 Jürgen
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 999
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380
5381 \series bold
5382 Weber
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 Maurizio
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 555
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411
5412 \series bold
5413 Winkler
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 Franz
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 555
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row endlastfoot="true">
5438 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 以上
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 </lyxtabular>
5467
5468 \end_inset
5469
5470
5471 \begin_inset ERT
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475
5476
5477 \backslash
5478 addtocounter{table}{-1}
5479 \end_layout
5480
5481 \end_inset
5482
5483
5484 \begin_inset Note Note
5485 status collapsed
5486
5487 \begin_layout Plain Layout
5488 本コマンドの説明については,
5489
5490 \begin_inset CommandInset ref
5491 LatexCommand ref
5492 reference "subsec:多頁表のキャプション"
5493 nolink "false"
5494
5495 \end_inset
5496
5497 節の最初の淡色註釈をご覧下さい.
5498 \end_layout
5499
5500 \end_inset
5501
5502
5503 \end_layout
5504
5505 \begin_layout Subsection
5506 多頁表での脚註
5507 \begin_inset CommandInset label
5508 LatexCommand label
5509 name "subsec:多頁表での脚注"
5510
5511 \end_inset
5512
5513
5514 \begin_inset Index idx
5515 range none
5516 pageformat default
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520 たへえしひよう@多頁表 !
5521  きやくちゆう@脚註
5522 \end_layout
5523
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \begin_layout Standard
5530 脚註は,
5531 どの多頁表セルにも入れることができます.脚註は,
5532 脚註のついた表セルのあるページの下部に表示されます.たとえば,
5533
5534 \begin_inset CommandInset ref
5535 LatexCommand ref
5536 reference "tab:別キャプション"
5537 nolink "false"
5538
5539 \end_inset
5540
5541 には脚註が付いています.
5542 \end_layout
5543
5544 \begin_layout Subsection
5545 多頁表の縦横揃え
5546 \begin_inset Index idx
5547 range none
5548 pageformat default
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552 たへえしひよう@多頁表 !
5553  たてよこぞろえ@縦横揃え
5554 \end_layout
5555
5556 \end_inset
5557
5558
5559 \end_layout
5560
5561 \begin_layout Standard
5562 表設定ダイアログでは,
5563 多頁表の水平揃えを指定することができます.左揃えや右揃えでは,
5564 表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,
5565 中央揃えに設定してから
5566 \end_layout
5567
5568 \begin_layout Standard
5569
5570 \series bold
5571
5572 \backslash
5573 setlength{
5574 \backslash
5575 LTleft}{値}
5576 \end_layout
5577
5578 \begin_layout Standard
5579 という行を当該多頁表の前に\SpecialChar TeX
5580 コードとして挿入して,
5581 長さ
5582 \series bold
5583
5584 \backslash
5585 LTleft
5586 \series default
5587 および
5588 \series bold
5589
5590 \backslash
5591 LTright
5592 \series default
5593 の値を変更しなくてはなりません.ここで「値」は,
5594
5595 \begin_inset CommandInset ref
5596 LatexCommand ref
5597 reference "tab:単位"
5598 nolink "false"
5599
5600 \end_inset
5601
5602 表に挙げてある単位であれば,
5603 どの単位を取ることもできます.
5604 \series bold
5605
5606 \backslash
5607 LTleft
5608 \series default
5609 は,
5610 左頁余白から多頁表までの水平方向の距離を制御し,
5611
5612 \series bold
5613
5614 \backslash
5615 LTright
5616 \series default
5617 は,
5618 右頁余白からの距離を制御します.これらの長さの既定値は
5619 \series bold
5620
5621 \backslash
5622 fill
5623 \series default
5624 となっており,
5625 \SpecialChar LyX
5626 の水平フィルと同等になっています.
5627 \end_layout
5628
5629 \begin_layout Standard
5630 以下の多頁表は,
5631 中央揃えの上,
5632
5633 \series bold
5634
5635 \backslash
5636 LTleft
5637 \series default
5638
5639 \family sans
5640 0.1
5641 \backslash
5642 columnwidth
5643 \family default
5644 に設定してあります.
5645 \begin_inset ERT
5646 status collapsed
5647
5648 \begin_layout Plain Layout
5649
5650
5651 \backslash
5652 setlength{
5653 \backslash
5654 LTleft}{0.1
5655 \backslash
5656 columnwidth}
5657 \end_layout
5658
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \begin_layout Standard
5665 \begin_inset Tabular
5666 <lyxtabular version="3" rows="5" columns="5">
5667 <features islongtable="true" longtabularalignment="center">
5668 <column alignment="center" valignment="top">
5669 <column alignment="center" valignment="top">
5670 <column alignment="center" valignment="top">
5671 <column alignment="center" valignment="top">
5672 <column alignment="center" valignment="top">
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 1
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 2
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 3
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 4
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 5
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 いろは
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 いろは
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 いろは
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 いろは
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 いろは
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 </row>
5861 <row>
5862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 いろは
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 いろは
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 いろは
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 いろは
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 いろは
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 </row>
5908 </lyxtabular>
5909
5910 \end_inset
5911
5912
5913 \begin_inset ERT
5914 status collapsed
5915
5916 \begin_layout Plain Layout
5917
5918
5919 \backslash
5920 setlength{
5921 \backslash
5922 LTleft}{
5923 \backslash
5924 fill}
5925 \end_layout
5926
5927 \end_inset
5928
5929
5930 \begin_inset ERT
5931 status collapsed
5932
5933 \begin_layout Plain Layout
5934
5935
5936 \backslash
5937 addtocounter{table}{-1}
5938 \end_layout
5939
5940 \end_inset
5941
5942
5943 \begin_inset Note Note
5944 status collapsed
5945
5946 \begin_layout Plain Layout
5947 このコマンドの説明に関しては,
5948
5949 \begin_inset CommandInset ref
5950 LatexCommand ref
5951 reference "subsec:多頁表のキャプション"
5952 nolink "false"
5953
5954 \end_inset
5955
5956 節の最初の淡色註釈をご覧下さい.
5957 \end_layout
5958
5959 \end_inset
5960
5961
5962 \end_layout
5963
5964 \begin_layout Subsection
5965 多頁表のキャプション
5966 \begin_inset Index idx
5967 range none
5968 pageformat default
5969 status collapsed
5970
5971 \begin_layout Plain Layout
5972 たへえしひよう@多頁表 !
5973  きやふしよん@キャプション
5974 \end_layout
5975
5976 \end_inset
5977
5978
5979 \begin_inset CommandInset label
5980 LatexCommand label
5981 name "subsec:多頁表のキャプション"
5982
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \begin_layout Standard
5989 フロートは一頁に収まらなくてはならないので,
5990 多頁表を表フロートに入れることはできません.しかし,
5991
5992 \begin_inset CommandInset ref
5993 LatexCommand ref
5994 reference "sec:多頁表"
5995 nolink "false"
5996
5997 \end_inset
5998
5999 節に述べられているように,
6000 ある行で多頁表オプションの
6001 \family sans
6002 キャプション
6003 \family default
6004 を使用すれば,
6005 フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
6006
6007 \family sans
6008 冒頭ヘッダ
6009 \family default
6010
6011 \family sans
6012 ヘッダ
6013 \family default
6014
6015 \family sans
6016 フッタ
6017 \family default
6018
6019 \family sans
6020 末尾フッタ
6021 \family default
6022 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,
6023 ひとつだけです.
6024 \end_layout
6025
6026 \begin_layout Standard
6027 以下は,
6028 動作を確認するための短い多頁表です.
6029 \end_layout
6030
6031 \begin_layout Standard
6032 \begin_inset Tabular
6033 <lyxtabular version="3" rows="6" columns="5">
6034 <features islongtable="true" longtabularalignment="center">
6035 <column alignment="center" valignment="top">
6036 <column alignment="center" valignment="top">
6037 <column alignment="center" valignment="top">
6038 <column alignment="center" valignment="top">
6039 <column alignment="center" valignment="top">
6040 <row endfirsthead="true" caption="true">
6041 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 \begin_inset Caption Standard
6046
6047 \begin_layout Plain Layout
6048 キャプション付き多頁表
6049 \begin_inset Argument 1
6050 status collapsed
6051
6052 \begin_layout Plain Layout
6053 多頁表
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \end_inset
6062
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 </row>
6105 <row>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 1
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 2
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 3
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 4
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 5
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 </row>
6152 <row>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 いろは
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 いろは
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 </row>
6199 <row>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 いろは
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 いろは
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 </row>
6246 <row>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 いろは
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 いろは
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 </row>
6293 <row>
6294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 いろは
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 いろは
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 いろは
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 いろは
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 いろは
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 </row>
6340 </lyxtabular>
6341
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \begin_layout Standard
6348 \begin_inset VSpace medskip
6349 \end_inset
6350
6351
6352 \begin_inset Note Greyedout
6353 status open
6354
6355 \begin_layout Plain Layout
6356
6357 \series bold
6358 【註1】
6359 \series default
6360 表番号は,
6361 多頁表にキャプションを付けなかったとしても,
6362 各多頁表毎に加番されます.このため,
6363 あいだにキャプションのない二つの多頁表が挟まっていたならば,
6364 表一覧では,
6365 たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,
6366 キャプションのないすべての多頁表の後に,
6367 \SpecialChar TeX
6368 コードで
6369 \end_layout
6370
6371 \begin_layout Plain Layout
6372
6373 \series bold
6374
6375 \backslash
6376 addtocounter{table}{-1}
6377 \end_layout
6378
6379 \begin_layout Plain Layout
6380 というコマンドを挿入する方法があります.
6381 \end_layout
6382
6383 \begin_layout Plain Layout
6384 全多頁表にキャプションがなかったり,
6385 文書プリアンブルに以下のコードを書き加えていれば,
6386 以上のことは必要ありません.
6387 \end_layout
6388
6389 \begin_layout Plain Layout
6390
6391 \series bold
6392
6393 \backslash
6394 let
6395 \backslash
6396 myEnd
6397 \backslash
6398 endlongtable
6399 \begin_inset Newline newline
6400 \end_inset
6401
6402
6403 \backslash
6404 renewcommand{
6405 \backslash
6406 endlongtable}{
6407 \backslash
6408 myEnd
6409 \backslash
6410 addtocounter{table}{-1}}
6411 \end_layout
6412
6413 \end_inset
6414
6415
6416 \end_layout
6417
6418 \begin_layout Standard
6419 \begin_inset Note Greyedout
6420 status open
6421
6422 \begin_layout Plain Layout
6423
6424 \series bold
6425 【註2】
6426 \series default
6427 相互参照をリンクするために,
6428
6429 \family sans
6430 文書設定
6431 \family default
6432 ダイアログの
6433 \family sans
6434 PDF特性
6435 \family default
6436
6437 \series bold
6438 hyperref
6439 \series default
6440
6441 \begin_inset Index idx
6442 range none
6443 pageformat default
6444 status collapsed
6445
6446 \begin_layout Plain Layout
6447 \SpecialChar LaTeX
6448 ぱっけーじ@\SpecialChar LaTeX
6449 パッケージ !
6450  hyperref
6451 \end_layout
6452
6453 \end_inset
6454
6455 を使用している場合,
6456 多頁表キャプションへのリンクは,
6457 つねに文頭に向けられます.
6458 \end_layout
6459
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \begin_layout Subsubsection
6466 多頁表への参照
6467 \begin_inset Index idx
6468 range none
6469 pageformat default
6470 status collapsed
6471
6472 \begin_layout Plain Layout
6473 たへえしひよう@多頁表 !
6474  さんしよう@参照
6475 \end_layout
6476
6477 \end_inset
6478
6479
6480 \end_layout
6481
6482 \begin_layout Standard
6483 \begin_inset Tabular
6484 <lyxtabular version="3" rows="6" columns="5">
6485 <features islongtable="true" longtabularalignment="center">
6486 <column alignment="center" valignment="top">
6487 <column alignment="center" valignment="top">
6488 <column alignment="center" valignment="top">
6489 <column alignment="center" valignment="top">
6490 <column alignment="center" valignment="top">
6491 <row endfirsthead="true" caption="true">
6492 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496 \begin_inset Caption Standard
6497
6498 \begin_layout Plain Layout
6499 参照された多頁表
6500 \begin_inset CommandInset label
6501 LatexCommand label
6502 name "tab:参照例"
6503
6504 \end_inset
6505
6506
6507 \end_layout
6508
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 </row>
6553 <row>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 1
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 2
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 3
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 4
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 5
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 </row>
6600 <row>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 いろは
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 いろは
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 </row>
6647 <row>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 いろは
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 いろは
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 </row>
6694 <row>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 いろは
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 いろは
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 </row>
6741 <row>
6742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 いろは
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 いろは
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 いろは
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 いろは
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 いろは
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 </row>
6788 </lyxtabular>
6789
6790 \end_inset
6791
6792
6793 \end_layout
6794
6795 \begin_layout Standard
6796 多頁表を参照するには,
6797 キャプションにラベルを挿入してください.
6798 \end_layout
6799
6800 \begin_layout Standard
6801 これは表
6802 \begin_inset CommandInset ref
6803 LatexCommand ref
6804 reference "tab:参照例"
6805 nolink "false"
6806
6807 \end_inset
6808
6809 への参照です.
6810 \end_layout
6811
6812 \begin_layout Standard
6813 キャプションのレイアウトは,
6814 文書中の他のすべてのキャプションと一緒に,
6815 \SpecialChar LaTeX
6816 パッケージの
6817 \series bold
6818 caption
6819 \series default
6820
6821 \begin_inset Index idx
6822 range none
6823 pageformat default
6824 status collapsed
6825
6826 \begin_layout Plain Layout
6827 \SpecialChar LaTeX
6828 ぱっけーじ@\SpecialChar LaTeX
6829 パッケージ !
6830  caption
6831 \end_layout
6832
6833 \end_inset
6834
6835 を使用して設定することができます.第
6836 \begin_inset CommandInset ref
6837 LatexCommand ref
6838 reference "sec:キャプションの書式設定"
6839 nolink "false"
6840
6841 \end_inset
6842
6843 節をご覧下さい.
6844 \end_layout
6845
6846 \begin_layout Subsubsection
6847 キャプションの幅
6848 \begin_inset Index idx
6849 range none
6850 pageformat default
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854 たへえしひよう@多頁表 !
6855  きやふしよんのはは@キャプションの幅
6856 \end_layout
6857
6858 \end_inset
6859
6860
6861 \end_layout
6862
6863 \begin_layout Standard
6864 キャプション行の最大長は,
6865 長さ
6866 \series bold
6867
6868 \backslash
6869 LTcapwidth
6870 \series default
6871 によって指定することができます.既定値は4
6872 \begin_inset space \thinspace{}
6873 \end_inset
6874
6875 inです.これを変更するには,
6876 現文書の文書プリアンブルか,
6877 調整したい多頁表の前の文中に\SpecialChar TeX
6878 コードとして
6879 \end_layout
6880
6881 \begin_layout Standard
6882
6883 \series bold
6884
6885 \backslash
6886 setlength{
6887 \backslash
6888 LTcapwidth}{幅}
6889 \end_layout
6890
6891 \begin_layout Standard
6892 というコマンドを書き加えて下さい.ここで「幅」には,
6893 付録
6894 \begin_inset CommandInset ref
6895 LatexCommand ref
6896 reference "cha:LyXで使用できる単位"
6897 nolink "false"
6898
6899 \end_inset
6900
6901 に挙げられている単位を取ることができます.
6902 \end_layout
6903
6904 \begin_layout Standard
6905 以下の各表で違いを示します.
6906 \end_layout
6907
6908 \begin_layout Standard
6909 \begin_inset Tabular
6910 <lyxtabular version="3" rows="6" columns="5">
6911 <features islongtable="true" longtabularalignment="center">
6912 <column alignment="center" valignment="top">
6913 <column alignment="center" valignment="top">
6914 <column alignment="center" valignment="top">
6915 <column alignment="center" valignment="top">
6916 <column alignment="center" valignment="top">
6917 <row endfirsthead="true" caption="true">
6918 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 \begin_inset Caption Standard
6923
6924 \begin_layout Plain Layout
6925 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6926 \begin_inset Argument 1
6927 status collapsed
6928
6929 \begin_layout Plain Layout
6930 既定幅のキャプション
6931 \end_layout
6932
6933 \end_inset
6934
6935
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 </row>
6982 <row>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 1
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 2
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 3
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 4
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 5
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 </row>
7029 <row>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 いろは
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 いろは
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 </row>
7076 <row>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 いろは
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 いろは
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 </row>
7123 <row>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 いろは
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 いろは
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 </row>
7170 <row>
7171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 いろは
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 いろは
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 いろは
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 いろは
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 いろは
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 </row>
7217 </lyxtabular>
7218
7219 \end_inset
7220
7221
7222 \end_layout
7223
7224 \begin_layout Standard
7225 \begin_inset ERT
7226 status collapsed
7227
7228 \begin_layout Plain Layout
7229
7230
7231 \backslash
7232 setlength{
7233 \backslash
7234 LTcapwidth}{5cm}
7235 \end_layout
7236
7237 \end_inset
7238
7239
7240 \begin_inset Tabular
7241 <lyxtabular version="3" rows="6" columns="5">
7242 <features islongtable="true" longtabularalignment="center">
7243 <column alignment="center" valignment="top">
7244 <column alignment="center" valignment="top">
7245 <column alignment="center" valignment="top">
7246 <column alignment="center" valignment="top">
7247 <column alignment="center" valignment="top">
7248 <row endfirsthead="true" caption="true">
7249 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 \begin_inset Caption Standard
7254
7255 \begin_layout Plain Layout
7256 5
7257 \begin_inset space \thinspace{}
7258 \end_inset
7259
7260 cm幅のなが〜いフルタイトル・5
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 cm幅のなが〜いフルタイトル・5
7265 \begin_inset space \thinspace{}
7266 \end_inset
7267
7268 cm幅のなが〜いフルタイトル
7269 \begin_inset Argument 1
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273 5
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 cm幅のキャプション
7278 \end_layout
7279
7280 \end_inset
7281
7282
7283 \end_layout
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 </row>
7329 <row>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 1
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343 2
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 3
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 4
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 5
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 </row>
7376 <row>
7377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 いろは
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 いろは
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 </row>
7423 <row>
7424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 いろは
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 いろは
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 </row>
7470 <row>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 いろは
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 いろは
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 </row>
7517 <row>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 いろは
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 いろは
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 いろは
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 いろは
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 </lyxtabular>
7565
7566 \end_inset
7567
7568
7569 \end_layout
7570
7571 \begin_layout Standard
7572 \begin_inset ERT
7573 status collapsed
7574
7575 \begin_layout Plain Layout
7576
7577
7578 \backslash
7579 setlength{
7580 \backslash
7581 LTcapwidth}{4in}
7582 \end_layout
7583
7584 \end_inset
7585
7586
7587 \end_layout
7588
7589 \begin_layout Standard
7590 \begin_inset Note Greyedout
7591 status open
7592
7593 \begin_layout Plain Layout
7594
7595 \series bold
7596 【註】
7597 \series default
7598 この文書のように\SpecialChar LaTeX
7599 パッケージの
7600 \series bold
7601 caption
7602 \series default
7603
7604 \begin_inset Index idx
7605 range none
7606 pageformat default
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610 \SpecialChar LaTeX
7611 ぱっけーじ@\SpecialChar LaTeX
7612 パッケージ !
7613  caption
7614 \end_layout
7615
7616 \end_inset
7617
7618 を使用している時には,
7619
7620 \series bold
7621
7622 \backslash
7623 LTcapwidth
7624 \series default
7625 に既定値の4
7626 \begin_inset space \thinspace{}
7627 \end_inset
7628
7629 inを使用している場合,
7630 ページの全幅が用いられます.この場合,
7631 正確に4
7632 \begin_inset space \thinspace{}
7633 \end_inset
7634
7635 in幅のキャプションを作るには,
7636 3.99
7637 \begin_inset space \thinspace{}
7638 \end_inset
7639
7640 inのように4.0
7641 \begin_inset space \thinspace{}
7642 \end_inset
7643
7644 inと少し違う値を指定するか,
7645
7646 \series bold
7647 caption
7648 \series default
7649 パッケージが提供している
7650 \series bold
7651
7652 \backslash
7653 captionsetup{width=値}
7654 \series default
7655 という\SpecialChar LaTeX
7656 コマンドを用いる方法があります.
7657 \end_layout
7658
7659 \end_inset
7660
7661
7662 \end_layout
7663
7664 \begin_layout Subsubsection
7665 表の各ページごとに異なるキャプション
7666 \begin_inset Index idx
7667 range none
7668 pageformat default
7669 status collapsed
7670
7671 \begin_layout Plain Layout
7672 たへえしひよう@多頁表 !
7673  へえしことにことなるきやふしよん@ページごとに異なるキャプション
7674 \end_layout
7675
7676 \end_inset
7677
7678
7679 \end_layout
7680
7681 \begin_layout Standard
7682 次頁以降の表キャプションを,
7683 1頁めとは異なるものにしたい場合には,
7684 キャプションを入れる空行をヘッダに指定して下さい.それから,
7685 キャプションを右クリックして,
7686 文脈依存メニューから
7687 \family sans
7688 キャプション(無番多頁表)
7689 \family default
7690 を選択してください.表
7691 \begin_inset CommandInset ref
7692 LatexCommand ref
7693 reference "tab:別キャプション"
7694 nolink "false"
7695
7696 \end_inset
7697
7698 は,
7699 異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7700 \end_layout
7701
7702 \begin_layout Standard
7703 \align center
7704 \begin_inset Tabular
7705 <lyxtabular version="3" rows="59" columns="3">
7706 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7707 <column alignment="left" valignment="top" width="0cm">
7708 <column alignment="left" valignment="top" width="0pt">
7709 <column alignment="center" valignment="top" width="0pt">
7710 <row endfirsthead="true" caption="true">
7711 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715 \begin_inset Caption Standard
7716
7717 \begin_layout Plain Layout
7718 例示用電話帳
7719 \begin_inset CommandInset label
7720 LatexCommand label
7721 name "tab:別キャプション"
7722
7723 \end_inset
7724
7725
7726 \begin_inset Argument 1
7727 status collapsed
7728
7729 \begin_layout Plain Layout
7730 例示用電話帳
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row endfirsthead="true">
7765 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \series bold
7771 例示用電話帳(名前は無視の事)
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row endfirsthead="true">
7796 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \series bold
7802 氏名
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 TEL.
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row endhead="true">
7829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 \begin_inset ERT
7834 status collapsed
7835
7836 \begin_layout Plain Layout
7837
7838
7839 \backslash
7840 caption*{例示用電話帳の続き}
7841 \backslash
7842
7843 \backslash
7844 %
7845 \end_layout
7846
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row endhead="true">
7874 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 例示用電話帳
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row endhead="true">
7905 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \series bold
7911 氏名
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \series bold
7931 TEL.
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row endfoot="true">
7938 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 次頁に続く
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Annovi
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 Silvia
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 111
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 Bertoli
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Stefano
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 111
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 Bozzi
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 Walter
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \series bold
8066 Cachia
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Maria
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 111
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Cachia
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Maurizio
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Cinquemani
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Giusi
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Colin
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Bernard
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Concli
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Gianfranco
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Dal Bosco
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Carolina
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Dalpiaz
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Annamaria
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Feliciello
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Domenico
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Focarelli
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Paola
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Galletti
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Oreste
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Gasparini
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Franca
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 111
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \series bold
8407 Rizzardi
8408 \series default
8409
8410 \begin_inset Foot
8411 status collapsed
8412
8413 \begin_layout Plain Layout
8414 例示用脚註
8415 \end_layout
8416
8417 \end_inset
8418
8419
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Paola
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 111
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 Lassini
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Giancarlo
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 111
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 Malfatti
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Luciano
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 111
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \series bold
8512 Malfatti
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Valeriano
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 111
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Meneguzzo
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Roberto
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Mezzadra
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Roberto
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Pirpamer
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Erich
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 111
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Pochiesa
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Paolo
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 111,
8655  222
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \series bold
8668 Radina
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 Claudio
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 111
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \series bold
8699 Stuffer
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 Oskar
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 111
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \series bold
8730 Tacchelli
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Ugo
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 111
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759
8760 \series bold
8761 Tezzele
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Margit
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 111
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \series bold
8792 Unterkalmsteiner
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Frieda
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 111
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \series bold
8823 Vieider
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Hilde
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 111
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Vigna
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Jürgen
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 111
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Weber
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Maurizio
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 111
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Winkler
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Franz
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 111
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945  
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \series bold
8976 Annovi
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 Silvia
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 555
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \series bold
9007 Bertoli
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 Stefano
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 555
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \series bold
9038 Bozzi
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 Walter
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 555
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row>
9063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \series bold
9069 Cachia
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 Maria
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 555
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row>
9094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \series bold
9100 Cachia
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 Maurizio
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 555
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row>
9125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129
9130 \series bold
9131 Cinquemani
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Giusi
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 555
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \series bold
9162 Colin
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 Bernard
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 555
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \series bold
9193 Concli
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 Gianfranco
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 555
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \series bold
9224 Dal Bosco
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 Carolina
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 555
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255 Dalpiaz
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Annamaria
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 555
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row>
9280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \series bold
9286 Feliciello
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 Domenico
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 555
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \series bold
9317 Focarelli
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Paola
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 555
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348 Galletti
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 Oreste
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 555
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 <row>
9373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377
9378 \series bold
9379 Gasparini
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Franca
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 555
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \series bold
9410 Rizzardi
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 Paola
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 555
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 </row>
9434 <row>
9435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441 Lassini
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 Giancarlo
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 555
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \series bold
9472 Malfatti
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 Luciano
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 555
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 <row>
9497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \series bold
9503 Malfatti
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 Valeriano
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 555
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row>
9528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532
9533 \series bold
9534 Meneguzzo
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 Roberto
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 555
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 <row>
9559 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563
9564 \series bold
9565 Mezzadra
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 Roberto
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 555
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 </row>
9589 </lyxtabular>
9590
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \begin_layout Section
9597 多頁表にまつわる諸点
9598 \begin_inset CommandInset label
9599 LatexCommand label
9600 name "sec:多頁表にまつわる諸点"
9601
9602 \end_inset
9603
9604
9605 \end_layout
9606
9607 \begin_layout Subsection
9608 多頁表の計算
9609 \begin_inset Index idx
9610 range none
9611 pageformat default
9612 status collapsed
9613
9614 \begin_layout Plain Layout
9615 たへえしひよう@多頁表 !
9616  けいさん@計算
9617 \end_layout
9618
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \begin_layout Standard
9625 \SpecialChar LaTeX
9626 は,
9627 表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,
9628 一度に\SpecialChar LaTeX
9629 のメモリに読み込まれる表の断片です.歴史上の経緯から,
9630 既定値はたった表20行分に設定されています.多頁にわたる多頁表がある場合,
9631 この設定では文書の生成に時間がかかるかもしれません.この場合,
9632
9633 \end_layout
9634
9635 \begin_layout Standard
9636
9637 \series bold
9638
9639 \backslash
9640 setcounter{LTchunksize}{100}
9641 \end_layout
9642
9643 \begin_layout Standard
9644 というコマンド行を文書のプリアンブルに書き加えることで,
9645 単位塊の大きさを100から1000の値に支障なく増やすことができます.
9646 \end_layout
9647
9648 \begin_layout Subsection
9649 フロートと多頁表
9650 \begin_inset Index idx
9651 range none
9652 pageformat default
9653 status collapsed
9654
9655 \begin_layout Plain Layout
9656 たへえしひよう@多頁表 !
9657  ふろおと@フロート
9658 \end_layout
9659
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \begin_layout Standard
9666 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9667
9668 \series bold
9669
9670 \backslash
9671 clearpage
9672 \series default
9673 コマンドを多頁表の前に\SpecialChar TeX
9674 コードとして書き加えてください.
9675 \end_layout
9676
9677 \begin_layout Subsection
9678 強制改頁
9679 \begin_inset Index idx
9680 range none
9681 pageformat default
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685 たへえしひよう@多頁表 !
9686  きようせいかいへえし@強制改頁
9687 \end_layout
9688
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \begin_layout Standard
9695 既定の設定では,
9696 表は行の間でのみ改頁されます.もし複数行を含むセルがあり,
9697 そのセル中で改頁を行いたい時には,
9698 セル中の改頁してもよい場所に\SpecialChar TeX
9699 コードで改行コマンド「
9700 \series bold
9701
9702 \backslash
9703
9704 \backslash
9705
9706 \series default
9707 」を挿入します.
9708 \series bold
9709
9710 \backslash
9711
9712 \backslash
9713
9714 \series default
9715 コマンドの前には,
9716 現セルよりも右にある列数と同じ数の「
9717 \series bold
9718 &
9719 \series default
9720 」文字を,
9721 \SpecialChar TeX
9722 コードで挿入してやる必要があります.この
9723 \series bold
9724 &
9725 \series default
9726 は,
9727 表セルの区切り文字です.各
9728 \series bold
9729 &
9730 \series default
9731 の後に,
9732 右側の本来のセルに入るべき内容を\SpecialChar TeX
9733 コードで書き込み,
9734 右側のセルの内容は削除してください.
9735 \begin_inset Newline newline
9736 \end_inset
9737
9738
9739 \series bold
9740
9741 \backslash
9742
9743 \backslash
9744
9745 \series default
9746 コマンドの後ろには,
9747 現在列の左側にある列数と同じ数の
9748 \series bold
9749 &
9750 \series default
9751 文字を挿入してください.表
9752 \begin_inset CommandInset ref
9753 LatexCommand ref
9754 reference "tab:強制改頁"
9755 nolink "false"
9756
9757 \end_inset
9758
9759 では,
9760 改頁さるべきセルは,
9761 全3列中2列めにあります.したがって,
9762
9763 \end_layout
9764
9765 \begin_layout Standard
9766
9767 \series bold
9768 & 111
9769 \backslash
9770
9771 \backslash
9772  
9773 \backslash
9774 newpage
9775 \begin_inset Newline newline
9776 \end_inset
9777
9778 &
9779 \end_layout
9780
9781 \begin_layout Standard
9782 というコマンドが,
9783 セル中「
9784 \emph on
9785 Castelchiodato,
9786 \emph default
9787 」の後に\SpecialChar TeX
9788 コードとして挿入してあります.
9789 \end_layout
9790
9791 \begin_layout Standard
9792 同一行3列目の「111」は削除してあります.
9793 \series bold
9794
9795 \backslash
9796 newpage
9797 \series default
9798 は,
9799 改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,
9800 改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上罫線を引いていないけれども,
9801 セルを改頁する場所で水平線を引きたい場合には,
9802 代わりに
9803 \end_layout
9804
9805 \begin_layout Standard
9806
9807 \series bold
9808 & 111
9809 \backslash
9810
9811 \backslash
9812
9813 \begin_inset Newline newline
9814 \end_inset
9815
9816
9817 \backslash
9818 hline &
9819 \end_layout
9820
9821 \begin_layout Standard
9822 というコマンドを使用して下さい.
9823 \end_layout
9824
9825 \begin_layout Standard
9826 改頁をしたいセルが最右列にある場合には,
9827
9828 \end_layout
9829
9830 \begin_layout Standard
9831
9832 \series bold
9833
9834 \backslash
9835 setlength{
9836 \backslash
9837 parfillskip}{0pt}
9838 \end_layout
9839
9840 \begin_layout Standard
9841 というコマンドを当該セルの初めに\SpecialChar TeX
9842 コードで挿入しなくてはなりません.こうすることで,
9843 新規頁部分に表示されるセル内の部分が,
9844 正しく全幅を使用するようにできます.
9845 \end_layout
9846
9847 \begin_layout Standard
9848 \align center
9849 \begin_inset Tabular
9850 <lyxtabular version="3" rows="38" columns="3">
9851 <features islongtable="true" longtabularalignment="center">
9852 <column alignment="left" valignment="top" width="0pt">
9853 <column alignment="left" valignment="top" width="3cm">
9854 <column alignment="center" valignment="top" width="0pt">
9855 <row endfirsthead="true" caption="true">
9856 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 \begin_inset Caption Standard
9861
9862 \begin_layout Plain Layout
9863 表セル内で強制改頁をしている表
9864 \begin_inset CommandInset label
9865 LatexCommand label
9866 name "tab:強制改頁"
9867
9868 \end_inset
9869
9870
9871 \begin_inset Argument 1
9872 status collapsed
9873
9874 \begin_layout Plain Layout
9875 表セル内で強制改頁をしている表
9876 \end_layout
9877
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row endfirsthead="true">
9910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \series bold
9916 例示用電話帳(氏名は無視の事)
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 </row>
9940 <row endfirsthead="true">
9941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \series bold
9947 氏名
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 TEL.
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row endhead="true" caption="true">
9974 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 \begin_inset Caption Unnumbered
9979
9980 \begin_layout Plain Layout
9981 例示用電話帳の続き
9982 \end_layout
9983
9984 \end_inset
9985
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row endhead="true">
10011 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 例示用電話帳
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 </row>
10039 <row endhead="true">
10040 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046 氏名
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \series bold
10066 TEL.
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row endfoot="true">
10073 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 次頁に続く
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row>
10102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \series bold
10108 Annovi
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 Silvia
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 111
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row>
10133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \series bold
10139 Bertoli
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 Stefano
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 111
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row>
10164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \series bold
10170 Bozzi
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 Walter
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 111
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \series bold
10201 Cachia
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 Maria
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 111
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 <row>
10226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 Cachia
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Maurizio
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 111
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 Cinquemani
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 Giusi
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 111
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294 Colin
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Bernard
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 111
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \series bold
10325 Concli
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Gianfranco
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 111
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 </row>
10349 <row>
10350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \series bold
10356 Dal Bosco
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Carolina
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 111
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 </row>
10380 <row>
10381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \series bold
10387 Dalpiaz
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Annamaria
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 111
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Feliciello
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 Domenico
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 Focarelli
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Paola
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 111
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480 Galletti
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Oreste
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 111
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \series bold
10511 Gasparini
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Franca
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 111
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \series bold
10542 Lassini
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Giancarlo
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 111
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \series bold
10573 Malfatti
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Luciano
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 111
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row>
10598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \series bold
10604 Malfatti
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 Valeriano
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 111
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \series bold
10635 Meneguzzo
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 Roberto
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 111
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 <row>
10660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664
10665 \series bold
10666 Mezzadra
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 Roberto
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 111
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \series bold
10697 Pirpamer
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 Erich
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 111
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 <row>
10722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \series bold
10728 Pochiesa
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Paolo
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 111,
10747  222
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \series bold
10760 Radina
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 Claudio
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 111
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row>
10785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \series bold
10791 Rizzardi
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 Paolo,
10801  11.
10802  Fürst von Montecompatri,
10803  11.
10804  Fürst von Sulmona und Vivaro,
10805  10.
10806  Fürst von Rossano,
10807  5.
10808  Herzog von Canemorte,
10809  11.
10810  Herzog von Palombara,
10811  5.
10812  Herzog von Castelchiodato,
10813 \begin_inset ERT
10814 status collapsed
10815
10816 \begin_layout Plain Layout
10817
10818 & 111
10819 \backslash
10820
10821 \backslash
10822  
10823 \backslash
10824 newpage
10825 \end_layout
10826
10827 \begin_layout Plain Layout
10828
10829 &
10830 \end_layout
10831
10832 \end_inset
10833
10834  11.
10835  Herzog von Poggionativo,
10836  11.
10837  Markis von Mentana,
10838  Norma,
10839  Civitella,
10840  Pratica,
10841  Moricone und Percille,
10842  11.
10843  Graf von Valinfreda,
10844  11.
10845  Baron von Cropalati,
10846  11.
10847  Herr von Scarpa,
10848  Edelmann von Rom,
10849  Patrizier von Venedig,
10850  Neapel und Genua
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 <row>
10866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \series bold
10872 Stuffer
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881 Oskar
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 111
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 </row>
10896 <row>
10897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901
10902 \series bold
10903 Tacchelli
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 Ugo
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 111
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 </row>
10927 <row>
10928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932
10933 \series bold
10934 Tezzele
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 Margit
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 111
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 </row>
10958 <row>
10959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963
10964 \series bold
10965 Unterkalmsteiner
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 Frieda
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 111
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 </row>
10989 <row>
10990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \series bold
10996 Vieider
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 Hilde
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 111
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 <row>
11021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \series bold
11027 Vigna
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 Jürgen
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 111
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \series bold
11058 Weber
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Maurizio
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 111
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 </row>
11082 <row>
11083 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \series bold
11089 Winkler
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 Franz
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 111
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 </lyxtabular>
11114
11115 \end_inset
11116
11117
11118 \end_layout
11119
11120 \begin_layout Section
11121 複数行・連結列・連結行
11122 \end_layout
11123
11124 \begin_layout Subsection
11125 表セル内の複数行
11126 \begin_inset CommandInset label
11127 LatexCommand label
11128 name "subsec:複数行"
11129
11130 \end_inset
11131
11132
11133 \begin_inset Index idx
11134 range none
11135 pageformat default
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 ひょうせるないのふくすうぎょう@表セル内の複数行
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \begin_inset Index idx
11146 range none
11147 pageformat default
11148 status collapsed
11149
11150 \begin_layout Plain Layout
11151 ひょう@表 !
11152  かいぎょう@改行
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \begin_layout Standard
11161 \noindent
11162 \begin_inset Float table
11163 placement H
11164 alignment document
11165 wide false
11166 sideways false
11167 status open
11168
11169 \begin_layout Plain Layout
11170 \begin_inset Caption Standard
11171
11172 \begin_layout Plain Layout
11173 \begin_inset CommandInset label
11174 LatexCommand label
11175 name "tab:複数行表"
11176
11177 \end_inset
11178
11179 セル内に複数の行がある表
11180 \end_layout
11181
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \begin_layout Plain Layout
11188 \align center
11189 \begin_inset Tabular
11190 <lyxtabular version="3" rows="3" columns="3">
11191 <features tabularvalignment="middle">
11192 <column alignment="center" valignment="middle" width="2.5cm">
11193 <column alignment="center" valignment="middle">
11194 <column alignment="center" valignment="middle">
11195 <row>
11196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 複数の
11201 \begin_inset Newline linebreak
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 <row>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 </row>
11286 </lyxtabular>
11287
11288 \end_inset
11289
11290
11291 \end_layout
11292
11293 \end_inset
11294
11295
11296 \end_layout
11297
11298 \begin_layout Standard
11299 列に固定幅を指定することによって,
11300 文章をハイフネーションを伴った複数行の段落として,
11301 入れることができるようになります.
11302 \end_layout
11303
11304 \begin_layout Standard
11305
11306 \begin_inset CommandInset ref
11307 LatexCommand ref
11308 reference "tab:複数行表"
11309 nolink "false"
11310
11311 \end_inset
11312
11313 を生成するには,
11314 まず3
11315 \begin_inset Formula $\times$
11316 \end_inset
11317
11318 3表を作り,
11319 最初のセルを右クリックして現れるメニューから,
11320
11321 \family sans
11322 設定
11323 \family default
11324 メニューを選択します.すると表ダイアログが現れるので,
11325 セル幅を2.5
11326 \begin_inset space \thinspace{}
11327 \end_inset
11328
11329 cm幅とし,
11330 水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,
11331 その行のすべてのセルに適用されます.この例の文章は2.5
11332 \begin_inset space \thinspace{}
11333 \end_inset
11334
11335 cmよりも短いため,
11336 一行しか表示されません.そこで二行とも表示するために,
11337 両端揃え改行(
11338 \begin_inset Flex Ruby
11339 status collapsed
11340
11341 \begin_layout Plain Layout
11342 捷径
11343 \begin_inset Argument post:1
11344 status collapsed
11345
11346 \begin_layout Plain Layout
11347 ショートカット
11348 \end_layout
11349
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \end_inset
11356
11357
11358 \begin_inset Info
11359 type  "shortcut"
11360 arg   "newline-insert linebreak"
11361 \end_inset
11362
11363 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,
11364 文章は自動的にいくつかの行に改行されます.
11365 \end_layout
11366
11367 \begin_layout Standard
11368 固定幅のセルに長い単語を入れた場合,
11369 もしそれがセルの最初にあると,
11370 \SpecialChar LaTeX
11371 はハイフネーションを行うことができません.したがって,
11372 その単語がセルの最初に来ないようにするためには,
11373 何かを入れなくてはなりません.そこで,
11374 その単語の前に0
11375 \begin_inset space \thinspace{}
11376 \end_inset
11377
11378 pt幅の水平空白を挿入します.空白がゼロ幅なので,
11379 出力は変わりません.表
11380 \begin_inset CommandInset ref
11381 LatexCommand ref
11382 reference "tab:ハイフネーション表"
11383 nolink "false"
11384
11385 \end_inset
11386
11387 が違いを示しています
11388 \begin_inset Foot
11389 status open
11390
11391 \begin_layout Plain Layout
11392
11393 \series bold
11394 【訳註】
11395 \series default
11396 p\SpecialChar LaTeX
11397 を使用している場合,
11398 日本語の文章は正しく改行されます.
11399 \end_layout
11400
11401 \end_inset
11402
11403
11404 \end_layout
11405
11406 \begin_layout Standard
11407 \begin_inset Float table
11408 placement h
11409 alignment document
11410 wide false
11411 sideways false
11412 status open
11413
11414 \begin_layout Plain Layout
11415 \begin_inset Caption Standard
11416
11417 \begin_layout Plain Layout
11418 \begin_inset CommandInset label
11419 LatexCommand label
11420 name "tab:ハイフネーション表"
11421
11422 \end_inset
11423
11424 ハイフネーション有/無の表
11425 \end_layout
11426
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \begin_layout Plain Layout
11433 \begin_inset space \hfill{}
11434 \end_inset
11435
11436
11437 \begin_inset Tabular
11438 <lyxtabular version="3" rows="3" columns="3">
11439 <features tabularvalignment="middle">
11440 <column alignment="center" valignment="middle" width="2.5cm">
11441 <column alignment="center" valignment="middle">
11442 <column alignment="center" valignment="middle">
11443 <row>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 verylongtablecellword
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 </row>
11472 <row>
11473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 </row>
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 </row>
11530 </lyxtabular>
11531
11532 \end_inset
11533
11534
11535 \begin_inset space \hfill{}
11536 \end_inset
11537
11538
11539 \begin_inset Tabular
11540 <lyxtabular version="3" rows="3" columns="3">
11541 <features tabularvalignment="middle">
11542 <column alignment="center" valignment="middle" width="2.5cm">
11543 <column alignment="center" valignment="middle">
11544 <column alignment="center" valignment="middle">
11545 <row>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 \begin_inset space \hspace{}
11551 \length 0pt
11552 \end_inset
11553
11554 verylongtablecellword
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row>
11579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \begin_inset space \hfill{}
11642 \end_inset
11643
11644
11645 \end_layout
11646
11647 \end_inset
11648
11649
11650 \end_layout
11651
11652 \begin_layout Subsection
11653 連結列
11654 \begin_inset CommandInset label
11655 LatexCommand label
11656 name "subsec:連結列"
11657
11658 \end_inset
11659
11660
11661 \begin_inset Index idx
11662 range none
11663 pageformat default
11664 status collapsed
11665
11666 \begin_layout Plain Layout
11667 れんけつれつ@連結列
11668 \end_layout
11669
11670 \end_inset
11671
11672
11673 \begin_inset Index idx
11674 range none
11675 pageformat default
11676 status collapsed
11677
11678 \begin_layout Plain Layout
11679 ひょう@表 !
11680  れんけつれつ@連結列
11681 \end_layout
11682
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \begin_layout Subsubsection
11689 連結列の基礎
11690 \end_layout
11691
11692 \begin_layout Standard
11693 一つのセルが複数の列にまたがるようにするためには,
11694 行中から一つの連結セルにまとめるべき各セルを選択して,
11695 表ツールバーボタン
11696 \family sans
11697
11698 \begin_inset Info
11699 type  "icon"
11700 arg   "tabular-feature multicolumn"
11701 \end_inset
11702
11703
11704 \family default
11705 を押すか,
11706
11707 \family sans
11708 編集\SpecialChar menuseparator
11709 表\SpecialChar menuseparator
11710 連結列
11711 \family default
11712 メニューを使用するか,
11713 あるいは選択したセルを右クリックして現れるメニューから
11714 \family sans
11715 連結列
11716 \family default
11717 を有効にするかしてください.
11718 \end_layout
11719
11720 \begin_layout Standard
11721 連結列はセル設定が独立しています.つまり,
11722 セル罫線やセルの縦横揃え,
11723 幅設定等を変更した場合には,
11724 現在の連結列のみに適用されるのです.以下は,
11725 第一行に連結行があり,
11726 最下行に上罫線のない連結行がある表の例です.
11727 \end_layout
11728
11729 \begin_layout Standard
11730 \align center
11731 \begin_inset Tabular
11732 <lyxtabular version="3" rows="3" columns="4">
11733 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11734 <column alignment="center" valignment="top" width="0pt">
11735 <column alignment="center" valignment="middle">
11736 <column alignment="center" valignment="top" width="0in">
11737 <column alignment="center" valignment="top" width="0pt">
11738 <row>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 いろは
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 にほへとちり
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 ぬるを
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 </row>
11776 <row>
11777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 </row>
11814 <row>
11815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 </row>
11852 </lyxtabular>
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Subsubsection
11860 連結列の計算
11861 \begin_inset CommandInset label
11862 LatexCommand label
11863 name "subsec:連結列の計算"
11864
11865 \end_inset
11866
11867
11868 \begin_inset Index idx
11869 range none
11870 pageformat default
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874 れんけつれつ@連結列 !
11875  けいさん@計算
11876 \end_layout
11877
11878 \end_inset
11879
11880
11881 \end_layout
11882
11883 \begin_layout Standard
11884 \SpecialChar LyX
11885 は,
11886 連結列を直接にサポートしていますが,
11887 同列にある連結セル以外のセル幅については,
11888 考慮が必要です.
11889 \end_layout
11890
11891 \begin_layout Standard
11892 \begin_inset Float table
11893 placement h
11894 alignment document
11895 wide false
11896 sideways false
11897 status open
11898
11899 \begin_layout Plain Layout
11900 \begin_inset Caption Standard
11901
11902 \begin_layout Plain Layout
11903 \begin_inset CommandInset label
11904 LatexCommand label
11905 name "tab:中央揃え表"
11906
11907 \end_inset
11908
11909 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11910 \begin_inset Argument 1
11911 status collapsed
11912
11913 \begin_layout Plain Layout
11914 完全なる連結列表
11915 \end_layout
11916
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Plain Layout
11928 \align center
11929 \begin_inset Tabular
11930 <lyxtabular version="3" rows="3" columns="3">
11931 <features tabularvalignment="middle">
11932 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11933 <column alignment="center" valignment="middle">
11934 <column alignment="center" valignment="top">
11935 <row>
11936 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 複数行にわたる連結列
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 <row>
11965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 </row>
11993 <row>
11994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 </row>
12022 </lyxtabular>
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Standard
12035 たとえば,
12036
12037 \begin_inset CommandInset ref
12038 LatexCommand ref
12039 reference "tab:中央揃え表"
12040 nolink "false"
12041
12042 \end_inset
12043
12044 を生成するには,
12045 3
12046 \begin_inset Formula $\times$
12047 \end_inset
12048
12049 3表の第一行の最初の二つのセルを選択して,
12050 右クリックして現れるメニューから
12051 \family sans
12052 設定
12053 \family default
12054 を選択します.そして現れる表の設定ダイアログで,
12055 このセルを
12056 \emph on
12057 連結列
12058 \emph default
12059
12060
12061 \emph on
12062 中央揃え
12063 \emph default
12064
12065 2.5
12066 \begin_inset space \thinspace{}
12067 \end_inset
12068
12069 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,
12070 第一列の幅を1.25
12071 \begin_inset space \thinspace{}
12072 \end_inset
12073
12074 cm幅に設定します.すると第二列は自動的に1.25
12075 \begin_inset space \thinspace{}
12076 \end_inset
12077
12078 cm幅(連結列幅マイナス第一列の幅)になります.表
12079 \begin_inset CommandInset ref
12080 LatexCommand ref
12081 reference "tab:半分でない表"
12082 nolink "false"
12083
12084 \end_inset
12085
12086 もこのようにして作成してあります.
12087 \end_layout
12088
12089 \begin_layout Standard
12090 \begin_inset Float table
12091 placement document
12092 alignment document
12093 wide false
12094 sideways false
12095 status open
12096
12097 \begin_layout Plain Layout
12098 \begin_inset Caption Standard
12099
12100 \begin_layout Plain Layout
12101 \begin_inset CommandInset label
12102 LatexCommand label
12103 name "tab:半分でない表"
12104
12105 \end_inset
12106
12107 連結セルの下の列が正確に半分になっていない表
12108 \begin_inset Argument 1
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 不完全な連結列表
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \end_layout
12124
12125 \begin_layout Plain Layout
12126 \align center
12127 \begin_inset Tabular
12128 <lyxtabular version="3" rows="3" columns="3">
12129 <features tabularvalignment="middle">
12130 <column alignment="center" valignment="top" width="1.25cm">
12131 <column alignment="center" valignment="top">
12132 <column alignment="center" valignment="top">
12133 <row>
12134 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 複数行にわたる連結列
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 </row>
12162 <row>
12163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 </row>
12191 <row>
12192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 </row>
12220 </lyxtabular>
12221
12222 \end_inset
12223
12224
12225 \end_layout
12226
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \begin_layout Standard
12233 ご覧になって分かるように,
12234 第一列が,
12235 連結セルの幅の半分よりも少し大きくなっています.その原因は,
12236 セル幅が,
12237 指定された幅よりもつねに少しだけ大きく描かれるために,
12238 指定したセル幅
12239 \begin_inset Formula $W_{\text{指}}$
12240 \end_inset
12241
12242 がセルの全幅
12243 \begin_inset Formula $W_{\text{全}}$
12244 \end_inset
12245
12246 と等しくならないためです.付録
12247 \begin_inset CommandInset ref
12248 LatexCommand ref
12249 reference "cha:式の説明"
12250 nolink "false"
12251
12252 \end_inset
12253
12254 がこの事情を詳細に説明しています.
12255 \end_layout
12256
12257 \begin_layout Standard
12258
12259 \emph on
12260 n
12261 \emph default
12262 列を連結する際,
12263 各列の全幅が
12264 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
12265 \end_inset
12266
12267 となるために必要な指定幅
12268 \begin_inset Formula $W_{\text{指}:n}$
12269 \end_inset
12270
12271 は,
12272
12273 \begin_inset Formula 
12274 \begin{equation}
12275 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12276 \end{equation}
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \begin_layout Standard
12284 で計算することができます.上記の例では
12285 \begin_inset Formula $n=2$
12286 \end_inset
12287
12288 かつ
12289 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
12290 \end_inset
12291
12292 cmかつ長さは既定値ですから,
12293
12294 \begin_inset CommandInset ref
12295 LatexCommand ref
12296 reference "eq:Wgn"
12297 nolink "false"
12298
12299 \end_inset
12300
12301 式は
12302 \begin_inset Formula 
12303 \begin{equation}
12304 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12305 \end{equation}
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Standard
12313 となります.\SpecialChar LaTeX
12314 中で計算を可能にするには,
12315 文書プリアンブル行に
12316 \end_layout
12317
12318 \begin_layout Standard
12319
12320 \series bold
12321
12322 \backslash
12323 usepackage{calc}
12324 \end_layout
12325
12326 \begin_layout Standard
12327 と書いて,
12328 \SpecialChar LaTeX
12329 パッケージ
12330 \series bold
12331 calc
12332 \series default
12333
12334 \begin_inset Index idx
12335 range none
12336 pageformat default
12337 status collapsed
12338
12339 \begin_layout Plain Layout
12340 \SpecialChar LaTeX
12341 ぱっけーじ@\SpecialChar LaTeX
12342 パッケージ !
12343  calc
12344 \end_layout
12345
12346 \end_inset
12347
12348 を読み込まなくてはなりません.\SpecialChar LyX
12349 の「表の設定」ダイアログの幅フィールドでは,
12350 長さを計算することができません.したがって,
12351 ダイアログの\SpecialChar LaTeX
12352 の引数欄に書き込むことによって列を整形しなくてはなりません.以下は,
12353 その引数の概要です.
12354 \end_layout
12355
12356 \begin_layout Itemize
12357
12358 \series bold
12359 p{幅}
12360 \series default
12361 は固定幅セルを生成し,
12362 内容文は垂直方向上揃えになります.
12363 \end_layout
12364
12365 \begin_layout Itemize
12366
12367 \series bold
12368 m{幅}
12369 \series default
12370 は固定幅セルを生成し,
12371 内容文は垂直方向中央揃えになります.
12372 \end_layout
12373
12374 \begin_layout Itemize
12375
12376 \series bold
12377 b{幅}
12378 \series default
12379 は固定幅セルを生成し,
12380 内容文は垂直方向下揃えになります.
12381 \end_layout
12382
12383 \begin_layout Standard
12384 \SpecialChar LaTeX
12385 変数を入力すると,
12386 表ダイアログで設定されたすべてのセル設定は無効になります.
12387 \end_layout
12388
12389 \begin_layout Standard
12390 \begin_inset Note Greyedout
12391 status open
12392
12393 \begin_layout Plain Layout
12394
12395 \series bold
12396 【註】
12397 \series default
12398 バグのせいで,
12399 \SpecialChar LyX
12400 は無効にされた設定も表示してしまいます.
12401 \end_layout
12402
12403 \end_inset
12404
12405
12406 \end_layout
12407
12408 \begin_layout Standard
12409 文章を水平方向中央揃えにしたいので,
12410
12411 \series bold
12412
12413 \backslash
12414 centering
12415 \series default
12416 コマンドを入れます.したがって,
12417 以下のような\SpecialChar LaTeX
12418 変数を,
12419 最初の被連結列に入れます.
12420 \end_layout
12421
12422 \begin_layout Standard
12423
12424 \series bold
12425 >{
12426 \backslash
12427 centering}m{1.25cm-6.2pt}
12428 \end_layout
12429
12430 \begin_layout Standard
12431
12432 \series bold
12433 >{ }
12434 \series default
12435 コマンドは,
12436 セルが生成される前に中括弧内のコマンドを適用するという意味です.
12437 \end_layout
12438
12439 \begin_layout Standard
12440 こうして被連結列セルの文章に,
12441 中央揃えを選択しましたが,
12442 連結セルの文章は依然として左揃えになっています.これは,
12443 \SpecialChar LyX
12444 は揃えを一列分のみに適用するためです.したがって,
12445 連結セルには
12446 \end_layout
12447
12448 \begin_layout Standard
12449
12450 \series bold
12451 >{
12452 \backslash
12453 centering}m{2.5cm}
12454 \end_layout
12455
12456 \begin_layout Standard
12457 という\SpecialChar LaTeX
12458 変数を指定しなくてはなりません.
12459 \end_layout
12460
12461 \begin_layout Subsection
12462 連結行
12463 \begin_inset CommandInset label
12464 LatexCommand label
12465 name "subsec:連結行"
12466
12467 \end_inset
12468
12469
12470 \begin_inset Index idx
12471 range none
12472 pageformat default
12473 status collapsed
12474
12475 \begin_layout Plain Layout
12476 れんけつぎょう@連結行
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \begin_inset Index idx
12483 range none
12484 pageformat default
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488 ひょう@表 !
12489  れんけつぎょう@連結行
12490 \end_layout
12491
12492 \end_inset
12493
12494
12495 \end_layout
12496
12497 \begin_layout Standard
12498 複数行にかかるセルを連結するには,
12499 同一列中の統合したいセルをすべて選択し,
12500 ツールバーボタン
12501 \family sans
12502
12503 \begin_inset Info
12504 type  "icon"
12505 arg   "tabular-feature multirow"
12506 \end_inset
12507
12508
12509 \family default
12510 を押すか,
12511 メニュー
12512 \family sans
12513 編集\SpecialChar menuseparator
12514 表\SpecialChar menuseparator
12515 連結行
12516 \family default
12517 を選ぶか,
12518 選択したセルを右クリックして,
12519 コンテクストメニューから
12520 \family sans
12521 \SpecialChar menuseparator
12522 連結行
12523 \family default
12524 を選んでください.
12525 \end_layout
12526
12527 \begin_layout Standard
12528 下記は一列目に連結列を適用した表の例です.
12529 \end_layout
12530
12531 \begin_layout Standard
12532 \align center
12533 \begin_inset Tabular
12534 <lyxtabular version="3" rows="3" columns="3">
12535 <features tabularvalignment="middle">
12536 <column alignment="center" valignment="top" width="0pt">
12537 <column alignment="center" valignment="top">
12538 <column alignment="center" valignment="top">
12539 <row>
12540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 長いセル項目
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 </row>
12568 <row>
12569 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 連結列
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 </row>
12597 <row>
12598 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 </row>
12626 </lyxtabular>
12627
12628 \end_inset
12629
12630
12631 \end_layout
12632
12633 \begin_layout Standard
12634 連結列の幅は,
12635 列全体の幅と揃えを設定することによって設定することができます.
12636 \family sans
12637 垂直オフセット
12638 \family default
12639 は,
12640 正または負の値を与えると,
12641 連結列の内容を上下にシフトします.
12642 \end_layout
12643
12644 \begin_layout Standard
12645 連結行セルの列に明示的な幅が与えられていない場合,
12646 連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
12647
12648 \end_layout
12649
12650 \begin_layout Standard
12651
12652 \series bold
12653
12654 \backslash
12655 renewcommand{
12656 \backslash
12657 multirowsetup}{
12658 \backslash
12659 centering}
12660 \end_layout
12661
12662 \begin_layout Standard
12663 というコマンドを使用して,
12664 コマンド
12665 \series bold
12666
12667 \backslash
12668 multirowsetup
12669 \series default
12670 を書き換えて下さい.すると,
12671 文書中の連結行の中身が,
12672 すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,
12673 プリアンブルではなく表の直前にTeXコードボックスを入れて,
12674 このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
12675
12676 \series bold
12677
12678 \backslash
12679 centering
12680 \series default
12681 の代わりに
12682 \series bold
12683
12684 \backslash
12685 raggedleft
12686 \series default
12687 を使用して下さい.左揃えに戻すには,
12688
12689 \series bold
12690
12691 \backslash
12692 raggedright
12693 \series default
12694 とします.
12695 \end_layout
12696
12697 \begin_layout Standard
12698 下記は,
12699 -4ミリの垂直オフセットを設定し,
12700 3センチ幅の列中にある右揃えの連結列セルがある表の例です.
12701 \end_layout
12702
12703 \begin_layout Standard
12704 \noindent
12705 \align center
12706 \begin_inset ERT
12707 status collapsed
12708
12709 \begin_layout Plain Layout
12710
12711
12712 \backslash
12713 renewcommand{
12714 \backslash
12715 multirowsetup}{
12716 \backslash
12717 raggedleft}
12718 \end_layout
12719
12720 \end_inset
12721
12722
12723 \begin_inset Tabular
12724 <lyxtabular version="3" rows="4" columns="3">
12725 <features tabularvalignment="middle">
12726 <column alignment="center" valignment="top" width="3cm">
12727 <column alignment="center" valignment="top">
12728 <column alignment="center" valignment="top">
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 長いセル項目
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 </row>
12758 <row>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 </row>
12787 <row>
12788 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 連結列
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 </row>
12816 <row>
12817 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 </row>
12845 </lyxtabular>
12846
12847 \end_inset
12848
12849
12850 \begin_inset ERT
12851 status collapsed
12852
12853 \begin_layout Plain Layout
12854
12855
12856 \backslash
12857 renewcommand{
12858 \backslash
12859 multirowsetup}{
12860 \backslash
12861 raggedright}
12862 \end_layout
12863
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \begin_layout Standard
12870 連結行で新しい行に移るには,
12871 強制改行(
12872 \begin_inset Flex Ruby
12873 status collapsed
12874
12875 \begin_layout Plain Layout
12876 捷径
12877 \begin_inset Argument post:1
12878 status collapsed
12879
12880 \begin_layout Plain Layout
12881 ショートカット
12882 \end_layout
12883
12884 \end_inset
12885
12886
12887 \end_layout
12888
12889 \end_inset
12890
12891
12892 \begin_inset Info
12893 type  "shortcut"
12894 arg   "newline-insert newline"
12895 \end_inset
12896
12897 )を使用できますが,
12898 この場合,
12899 下記の例に示されているようにセル行との整合を顧慮しません.
12900 \end_layout
12901
12902 \begin_layout Standard
12903 \noindent
12904 \align center
12905 \begin_inset Tabular
12906 <lyxtabular version="3" rows="3" columns="2">
12907 <features tabularvalignment="middle">
12908 <column alignment="left" valignment="middle" width="2cm">
12909 <column alignment="center" valignment="top">
12910 <row>
12911 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 いいい
12916 \begin_inset Newline newline
12917 \end_inset
12918
12919 いいい
12920 \begin_inset Newline newline
12921 \end_inset
12922
12923 おかしなセル
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 ははは
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 </row>
12938 <row>
12939 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 ににに
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 </row>
12958 <row>
12959 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 ろろろ
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 ほほほ
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 </row>
12978 </lyxtabular>
12979
12980 \end_inset
12981
12982
12983 \end_layout
12984
12985 \begin_layout Standard
12986 したがって,
12987 強制改行を使うのは注意が必要です.
12988 \end_layout
12989
12990 \begin_layout Subsection
12991 対角線付きのセル
12992 \end_layout
12993
12994 \begin_layout Standard
12995 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,
12996 表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,
12997 \SpecialChar LaTeX
12998 パッケージの
12999 \series bold
13000 diagbox
13001 \series default
13002
13003 \begin_inset Index idx
13004 range none
13005 pageformat default
13006 status collapsed
13007
13008 \begin_layout Plain Layout
13009 \SpecialChar LaTeX
13010 ぱっけーじ@\SpecialChar LaTeX
13011 パッケージ !
13012  diagbox
13013 \end_layout
13014
13015 \end_inset
13016
13017 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
13018
13019 \series bold
13020
13021 \backslash
13022 diagbox
13023 \series default
13024 というコマンドがありますので,
13025 以下のように,
13026 これに2ないし3の引数をつけて,
13027 \SpecialChar TeX
13028 コードで挿入します.
13029 \end_layout
13030
13031 \begin_layout Standard
13032
13033 \series bold
13034
13035 \backslash
13036 diagbox[オプション]{左下}{右上}
13037 \end_layout
13038
13039 \begin_layout Standard
13040
13041 \series bold
13042
13043 \backslash
13044 diagbox[オプション]{左下}{左上}{右上}
13045 \end_layout
13046
13047 \begin_layout Standard
13048 最初の書式は,
13049 第1セルを一本の対角線で分割し,
13050 引数の内容がその上下に入れられます.二つ目の書式は,
13051 第1セルを二本の線で分割します.
13052 \end_layout
13053
13054 \begin_layout Standard
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060
13061 \backslash
13062 ifdiagbox
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \begin_inset Note Note
13069 status open
13070
13071 \begin_layout Plain Layout
13072 この節は,
13073 \SpecialChar LaTeX
13074 パッケージ
13075 \series bold
13076 diagbox
13077 \series default
13078 が導入済みの時のみ表示されます.
13079 \end_layout
13080
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \begin_layout Standard
13087 下記は,
13088
13089 \series bold
13090
13091 \backslash
13092 diagbox
13093 \series default
13094 を第1セル中に2引数書式で使用した表の例です.
13095 \begin_inset VSpace medskip
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \begin_layout Standard
13102 \noindent
13103 \begin_inset Tabular
13104 <lyxtabular version="3" rows="4" columns="4">
13105 <features tabularvalignment="middle">
13106 <column alignment="center" valignment="top">
13107 <column alignment="center" valignment="top">
13108 <column alignment="center" valignment="top">
13109 <column alignment="center" valignment="top">
13110 <row>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 \begin_inset ERT
13116 status collapsed
13117
13118 \begin_layout Plain Layout
13119
13120
13121 \backslash
13122 diagbox{
13123 \end_layout
13124
13125 \end_inset
13126
13127 名称
13128 \begin_inset ERT
13129 status collapsed
13130
13131 \begin_layout Plain Layout
13132
13133 }{
13134 \end_layout
13135
13136 \end_inset
13137
13138 パラメータ
13139 \begin_inset ERT
13140 status collapsed
13141
13142 \begin_layout Plain Layout
13143
13144 }
13145 \end_layout
13146
13147 \end_inset
13148
13149
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 厚み(nm)
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 透明度(%)
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 硬度(MPa)
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 </row>
13182 <row>
13183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 Perfect Green
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 45
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 80
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 504
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 </row>
13220 <row>
13221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 Dark Multi-P
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 60
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 72
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 982
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 </row>
13258 <row>
13259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 Crystal Clear Pro
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 18
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 86
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 374
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 </row>
13296 </lyxtabular>
13297
13298 \end_inset
13299
13300
13301 \begin_inset VSpace medskip
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \begin_layout Standard
13308 3引数書式は,
13309 例えばスポーツリーグや距離を示すクロス表に便利です.
13310 \end_layout
13311
13312 \begin_layout Standard
13313 \noindent
13314 \align center
13315 \begin_inset Tabular
13316 <lyxtabular version="3" rows="4" columns="4">
13317 <features tabularvalignment="middle">
13318 <column alignment="center" valignment="top" width="0pt">
13319 <column alignment="center" valignment="top">
13320 <column alignment="center" valignment="top">
13321 <column alignment="center" valignment="top">
13322 <row>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 \begin_inset ERT
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331
13332
13333 \backslash
13334 diagbox{
13335 \end_layout
13336
13337 \end_inset
13338
13339 ホームチーム
13340 \begin_inset ERT
13341 status collapsed
13342
13343 \begin_layout Plain Layout
13344
13345 }{
13346 \end_layout
13347
13348 \end_inset
13349
13350 結果
13351 \begin_inset ERT
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355
13356 }{
13357 \end_layout
13358
13359 \end_inset
13360
13361 アウェイチーム
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367 }
13368 \end_layout
13369
13370 \end_inset
13371
13372
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 Tigers
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 Panthers
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 Falcons
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 Tigers
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419
13420
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 1:3
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 0:1
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 </row>
13444 <row>
13445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 Panthers
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 3:1
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 0:0
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row>
13484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 Falcons
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 1:0
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 0:0
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515
13516
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 </row>
13522 </lyxtabular>
13523
13524 \end_inset
13525
13526
13527 \end_layout
13528
13529 \begin_layout Standard
13530 大きなクロス表では,
13531 下記のように,
13532 2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
13533 \end_layout
13534
13535 \begin_layout Standard
13536 \noindent
13537 \align center
13538 \begin_inset Tabular
13539 <lyxtabular version="3" rows="5" columns="5">
13540 <features tabularvalignment="middle">
13541 <column alignment="center" valignment="top" width="0pt">
13542 <column alignment="center" valignment="top">
13543 <column alignment="center" valignment="top">
13544 <column alignment="center" valignment="top">
13545 <column alignment="center" valignment="top">
13546 <row>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 \begin_inset ERT
13552 status open
13553
13554 \begin_layout Plain Layout
13555
13556
13557 \backslash
13558 diagbox{
13559 \end_layout
13560
13561 \end_inset
13562
13563 ホームチーム
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569 }{
13570 \end_layout
13571
13572 \end_inset
13573
13574 結果
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580 }{
13581 \end_layout
13582
13583 \end_inset
13584
13585 アウェイチーム
13586 \begin_inset ERT
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590
13591 }
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 Tigers
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 Panthers
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623 Falcons
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 \begin_inset ERT
13633 status open
13634
13635 \begin_layout Plain Layout
13636
13637
13638 \backslash
13639 diagbox[dir=NE]{
13640 \end_layout
13641
13642 \end_inset
13643
13644 ホームチーム
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650 }{
13651 \end_layout
13652
13653 \end_inset
13654
13655 結果
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }{
13662 \end_layout
13663
13664 \end_inset
13665
13666 アウェイチーム
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672 }
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 </row>
13683 <row>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 Tigers
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697
13698
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 1:3
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 0:1
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 Tigers
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 </row>
13731 <row>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 Panthers
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 3:1
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 0:0
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 Panthers
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 </row>
13779 <row>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Falcons
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 1:0
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 0:0
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 Falcons
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 </row>
13827 <row>
13828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 \begin_inset ERT
13833 status open
13834
13835 \begin_layout Plain Layout
13836
13837
13838 \backslash
13839 diagbox[dir=SW]{
13840 \end_layout
13841
13842 \end_inset
13843
13844 ホームチーム
13845 \begin_inset ERT
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849
13850 }{
13851 \end_layout
13852
13853 \end_inset
13854
13855 結果
13856 \begin_inset ERT
13857 status collapsed
13858
13859 \begin_layout Plain Layout
13860
13861 }{
13862 \end_layout
13863
13864 \end_inset
13865
13866 アウェイチーム
13867 \begin_inset ERT
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871
13872 }
13873 \end_layout
13874
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 Tigers
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 Panthers
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 Falcons
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 \begin_inset ERT
13914 status open
13915
13916 \begin_layout Plain Layout
13917
13918
13919 \backslash
13920 diagbox[dir=SE]{
13921 \end_layout
13922
13923 \end_inset
13924
13925 ホームチーム
13926 \begin_inset ERT
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930
13931 }{
13932 \end_layout
13933
13934 \end_inset
13935
13936 結果
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942 }{
13943 \end_layout
13944
13945 \end_inset
13946
13947 アウェイチーム
13948 \begin_inset ERT
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952
13953 }
13954 \end_layout
13955
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 </row>
13964 </lyxtabular>
13965
13966 \end_inset
13967
13968
13969 \end_layout
13970
13971 \begin_layout Standard
13972 対角線を廻すために,
13973 コマンドオプションとして
13974 \series bold
13975 dir=方角
13976 \series default
13977 を使用しています.
13978 \emph on
13979 方角
13980 \emph default
13981 は,
13982
13983 \series bold
13984 NE
13985 \series default
13986
13987 \series bold
13988 SE
13989 \series default
13990
13991 \series bold
13992 SW
13993 \series default
13994
13995 \series bold
13996 NW
13997 \series default
13998 のいずれかで,
13999 コンパスでの位置を示します.例えば,
14000
14001 \series bold
14002 SW
14003 \series default
14004 は南西かど(south-west)を示します.したがって,
14005 上の表の左下のセルでは,
14006  
14007 \end_layout
14008
14009 \begin_layout Standard
14010
14011 \series bold
14012
14013 \backslash
14014 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
14015 \end_layout
14016
14017 \begin_layout Standard
14018 というコマンドを使用しています.方角を指定しなければ,
14019 NWを指定したのと同じ事になります.
14020 \end_layout
14021
14022 \begin_layout Standard
14023 対角線を引いたセルに必要な幅は,
14024 自動的に計算されます.したがって,
14025 計算された幅よりも小さい固定列幅を指定してしまうと,
14026 下記の例のように,
14027 セルの中身がはみ出てしまいます.
14028 \end_layout
14029
14030 \begin_layout Standard
14031 \noindent
14032 \align center
14033 \begin_inset Tabular
14034 <lyxtabular version="3" rows="2" columns="2">
14035 <features tabularvalignment="middle">
14036 <column alignment="center" valignment="top" width="3cm">
14037 <column alignment="center" valignment="top">
14038 <row>
14039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 \begin_inset ERT
14044 status collapsed
14045
14046 \begin_layout Plain Layout
14047
14048
14049 \backslash
14050 diagbox{
14051 \end_layout
14052
14053 \end_inset
14054
14055 名称
14056 \begin_inset ERT
14057 status collapsed
14058
14059 \begin_layout Plain Layout
14060
14061 }{
14062 \end_layout
14063
14064 \end_inset
14065
14066 パラメータ
14067 \begin_inset ERT
14068 status collapsed
14069
14070 \begin_layout Plain Layout
14071
14072 }
14073 \end_layout
14074
14075 \end_inset
14076
14077
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 厚み(nm)
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 </row>
14092 <row>
14093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097 Perfect Green
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 45
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 </row>
14112 </lyxtabular>
14113
14114 \end_inset
14115
14116
14117 \end_layout
14118
14119 \begin_layout Standard
14120 対角線を引いたセルの列に一定の幅が必要な場合は,
14121 コマンドオプションとして
14122 \series bold
14123 width=3cm
14124 \series default
14125  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,
14126 第1列の幅が4
14127 \begin_inset space \thinspace{}
14128 \end_inset
14129
14130 cmに設定してあります.
14131 \series bold
14132
14133 \backslash
14134 diagbox
14135 \series default
14136 全体の幅は,
14137 本文幅(この場合は4
14138 \begin_inset space \thinspace{}
14139 \end_inset
14140
14141 cm)に,
14142 本文とセル罫線との間隔の2倍を加えたものになるので,
14143
14144 \series bold
14145
14146 \backslash
14147 diagbox
14148 \series default
14149 には4
14150 \begin_inset space \thinspace{}
14151 \end_inset
14152
14153 cm + 2
14154 \begin_inset space \thinspace{}
14155 \end_inset
14156
14157
14158 \backslash
14159 tabcolsepの幅が必要です.幅の計算は,
14160
14161 \series bold
14162
14163 \backslash
14164 diagbox
14165 \series default
14166 のコマンドオプション内では行うことができないので,
14167 前もって新しい長さを定義しておく必要があります.これは,
14168 \SpecialChar TeX
14169 コードコマンドで
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175
14176 \backslash
14177 newlength{
14178 \backslash
14179 diagtest}
14180 \begin_inset Newline newline
14181 \end_inset
14182
14183
14184 \backslash
14185 setlength{
14186 \backslash
14187 diagtest}{4cm+2
14188 \backslash
14189 tabcolsep}
14190 \end_layout
14191
14192 \begin_layout Standard
14193 \begin_inset ERT
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197
14198
14199 \backslash
14200 newlength{
14201 \backslash
14202 diagtest}
14203 \end_layout
14204
14205 \begin_layout Plain Layout
14206
14207
14208 \backslash
14209 setlength{
14210 \backslash
14211 diagtest}{4cm+2
14212 \backslash
14213 tabcolsep}
14214 \end_layout
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \begin_layout Standard
14222 とすれば実現できます.\SpecialChar LaTeX
14223 内で計算を行うには,
14224 文書プリアンブル中で
14225 \series bold
14226 calc
14227 \series default
14228
14229 \begin_inset Index idx
14230 range none
14231 pageformat default
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 \SpecialChar LaTeX
14236 ぱっけーじ@\SpecialChar LaTeX
14237 パッケージ !
14238  calc
14239 \end_layout
14240
14241 \end_inset
14242
14243 パッケージを読み込んでおく必要があります.
14244 \end_layout
14245
14246 \begin_layout Standard
14247 さて,
14248 この表の第1セルで
14249 \end_layout
14250
14251 \begin_layout Standard
14252
14253 \series bold
14254
14255 \backslash
14256 diagbox[width=
14257 \backslash
14258 diagtest]{A}{B}
14259 \end_layout
14260
14261 \begin_layout Standard
14262 というコマンドを使用します.
14263 \end_layout
14264
14265 \begin_layout Standard
14266 \noindent
14267 \align center
14268 \begin_inset Tabular
14269 <lyxtabular version="3" rows="2" columns="2">
14270 <features tabularvalignment="middle">
14271 <column alignment="center" valignment="top" width="4cm">
14272 <column alignment="center" valignment="top">
14273 <row>
14274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 \begin_inset ERT
14279 status open
14280
14281 \begin_layout Plain Layout
14282
14283
14284 \backslash
14285 diagbox[width=
14286 \backslash
14287 diagtest]{
14288 \end_layout
14289
14290 \end_inset
14291
14292 A
14293 \begin_inset ERT
14294 status collapsed
14295
14296 \begin_layout Plain Layout
14297
14298 }{
14299 \end_layout
14300
14301 \end_inset
14302
14303 B
14304 \begin_inset ERT
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308
14309 }
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 厚み (nm)
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 Perfect Green
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 45
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 </row>
14349 </lyxtabular>
14350
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \begin_layout Standard
14357 対角線の引いたセルは,
14358 当該列中で最も幅広くなっていなくてはなりません.さもないと,
14359 次の表のように,
14360 対角線の長さが正しく計算できなくなってしまいます.
14361 \end_layout
14362
14363 \begin_layout Standard
14364 \noindent
14365 \align center
14366 \begin_inset Tabular
14367 <lyxtabular version="3" rows="2" columns="2">
14368 <features tabularvalignment="middle">
14369 <column alignment="center" valignment="top" width="0pt">
14370 <column alignment="center" valignment="top">
14371 <row>
14372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376 \begin_inset ERT
14377 status collapsed
14378
14379 \begin_layout Plain Layout
14380
14381
14382 \backslash
14383 diagbox{
14384 \end_layout
14385
14386 \end_inset
14387
14388 A
14389 \begin_inset ERT
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393
14394 }{
14395 \end_layout
14396
14397 \end_inset
14398
14399 B
14400 \begin_inset ERT
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404
14405 }
14406 \end_layout
14407
14408 \end_inset
14409
14410
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 厚み (nm)
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 </row>
14425 <row>
14426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 Perfect Green
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 45
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 </lyxtabular>
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \begin_layout Standard
14453 このような場合には,
14454
14455 \series bold
14456
14457 \backslash
14458 diagbox
14459 \series default
14460 コマンドの
14461 \series bold
14462 width
14463 \series default
14464 オプションを使用してください.こうすると,
14465 セル幅が列幅に等しくなるので,
14466 2
14467 \backslash
14468 tabcolsepを足す必要はなくなります.下記の表では,
14469 3
14470 \begin_inset space \thinspace{}
14471 \end_inset
14472
14473 cm幅を使用しています.
14474 \end_layout
14475
14476 \begin_layout Standard
14477 \noindent
14478 \align center
14479 \begin_inset Tabular
14480 <lyxtabular version="3" rows="2" columns="2">
14481 <features tabularvalignment="middle">
14482 <column alignment="center" valignment="top" width="0pt">
14483 <column alignment="center" valignment="top">
14484 <row>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 \begin_inset ERT
14490 status open
14491
14492 \begin_layout Plain Layout
14493
14494
14495 \backslash
14496 diagbox[width=3cm]{
14497 \end_layout
14498
14499 \end_inset
14500
14501 A
14502 \begin_inset ERT
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506
14507 }{
14508 \end_layout
14509
14510 \end_inset
14511
14512 B
14513 \begin_inset ERT
14514 status collapsed
14515
14516 \begin_layout Plain Layout
14517
14518 }
14519 \end_layout
14520
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 厚み (nm)
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 Perfect Green
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 45
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 </row>
14558 </lyxtabular>
14559
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \begin_layout Standard
14566 対角線を引いたセルに複数行を入力するには,
14567 文章をセルに合わせるために高さを追加する必要があります.これは,
14568
14569 \series bold
14570
14571 \backslash
14572 diagbox
14573 \series default
14574 にオプション
14575 \series bold
14576 height=3cm
14577 \series default
14578 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,
14579 第1セルに
14580 \end_layout
14581
14582 \begin_layout Standard
14583
14584 \series bold
14585
14586 \backslash
14587 diagbox[width=3cm,height=1.4cm]{A
14588 \backslash
14589
14590 \backslash
14591 B}{C
14592 \backslash
14593
14594 \backslash
14595 D}
14596 \end_layout
14597
14598 \begin_layout Standard
14599 というコマンドを使用しています.ここでコマンド
14600 \series bold
14601
14602 \backslash
14603
14604 \backslash
14605
14606 \series default
14607 は改行をするためのものです
14608 \begin_inset Foot
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612
14613 \family sans
14614 Ctrl+Return
14615 \family default
14616 を使っての改行は,
14617 列が固定幅の時のみ,
14618 使用することができます.
14619 \end_layout
14620
14621 \end_inset
14622
14623
14624 \end_layout
14625
14626 \begin_layout Standard
14627 \noindent
14628 \align center
14629 \begin_inset Tabular
14630 <lyxtabular version="3" rows="2" columns="2">
14631 <features tabularvalignment="middle">
14632 <column alignment="center" valignment="top">
14633 <column alignment="center" valignment="top">
14634 <row>
14635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 \begin_inset ERT
14640 status open
14641
14642 \begin_layout Plain Layout
14643
14644
14645 \backslash
14646 diagbox[width=3cm,height=1.4cm]{
14647 \end_layout
14648
14649 \end_inset
14650
14651 A
14652 \begin_inset ERT
14653 status collapsed
14654
14655 \begin_layout Plain Layout
14656
14657
14658 \backslash
14659
14660 \backslash
14661
14662 \end_layout
14663
14664 \end_inset
14665
14666 B
14667 \begin_inset ERT
14668 status collapsed
14669
14670 \begin_layout Plain Layout
14671
14672 }{
14673 \end_layout
14674
14675 \end_inset
14676
14677 C
14678 \begin_inset ERT
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682
14683
14684 \backslash
14685
14686 \backslash
14687
14688 \end_layout
14689
14690 \end_inset
14691
14692 D
14693 \begin_inset ERT
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697
14698 }
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712 厚み (nm)
14713 \end_layout
14714
14715 \end_inset
14716 </cell>
14717 </row>
14718 <row>
14719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14720 \begin_inset Text
14721
14722 \begin_layout Plain Layout
14723 Perfect Green
14724 \end_layout
14725
14726 \end_inset
14727 </cell>
14728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Plain Layout
14732 45
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 </row>
14738 </lyxtabular>
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Standard
14746 \begin_inset ERT
14747 status collapsed
14748
14749 \begin_layout Plain Layout
14750
14751
14752 \backslash
14753 else
14754 \end_layout
14755
14756 \end_inset
14757
14758
14759 \begin_inset Note Note
14760 status open
14761
14762 \begin_layout Plain Layout
14763 以下は,
14764 \SpecialChar LaTeX
14765 パッケージ
14766 \series bold
14767 diagbox
14768 \series default
14769 が導入済みでないときに表示されます.
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 本節の内容を出力に表示するためには,
14779
14780 \series bold
14781 diagbox
14782 \series default
14783 パッケージを導入しなくてはなりません.
14784 \end_layout
14785
14786 \begin_layout Standard
14787 \begin_inset ERT
14788 status collapsed
14789
14790 \begin_layout Plain Layout
14791
14792
14793 \backslash
14794 fi
14795 \end_layout
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \begin_layout Standard
14803 \SpecialChar LaTeX
14804 パッケージ
14805 \series bold
14806 diagbox
14807 \series default
14808 についての詳しい情報は,
14809 取扱説明書
14810 \begin_inset CommandInset citation
14811 LatexCommand cite
14812 key "diagbox"
14813 literal "true"
14814
14815 \end_inset
14816
14817 をご覧ください.
14818 \end_layout
14819
14820 \begin_layout Section
14821 フォーマル様式の表
14822 \begin_inset CommandInset label
14823 LatexCommand label
14824 name "sec:フォーマル様式の表"
14825
14826 \end_inset
14827
14828
14829 \begin_inset Index idx
14830 range none
14831 pageformat default
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835 ひょう@表 !
14836  ふぉーまるけいしき@フォーマル様式
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \begin_layout Standard
14845 書籍中の表は,
14846 よく表
14847 \begin_inset CommandInset ref
14848 LatexCommand ref
14849 reference "tab:ブックタブ表の例"
14850 nolink "false"
14851
14852 \end_inset
14853
14854 のように組版されます.この種の表は,
14855
14856 \emph on
14857 フォーマル様式
14858 \emph default
14859 」と呼ばれます.表をフォーマル様式にするには,
14860 表の設定ダイアログの罫線タブでフォーマル様式オプションを有効にして下さい.
14861 \end_layout
14862
14863 \begin_layout Standard
14864 \begin_inset Float table
14865 placement h
14866 alignment document
14867 wide false
14868 sideways false
14869 status open
14870
14871 \begin_layout Plain Layout
14872 \begin_inset Caption Standard
14873
14874 \begin_layout Plain Layout
14875 \begin_inset CommandInset label
14876 LatexCommand label
14877 name "tab:ブックタブ表の例"
14878
14879 \end_inset
14880
14881 ブックタブ表の例
14882 \end_layout
14883
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \begin_layout Plain Layout
14890 \align center
14891 \begin_inset Tabular
14892 <lyxtabular version="3" rows="8" columns="4">
14893 <features booktabs="true" tabularvalignment="middle">
14894 <column alignment="center" valignment="top">
14895 <column alignment="center" valignment="top">
14896 <column alignment="center" valignment="top">
14897 <column alignment="center" valignment="top">
14898 <row>
14899 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 システム
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" topline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912 Medipix
14913 \begin_inset space \thinspace{}
14914 \end_inset
14915
14916 1
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 Medipix
14926 \begin_inset space \thinspace{}
14927 \end_inset
14928
14929 2
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 </row>
14944 <row>
14945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949 \begin_inset ERT
14950 status collapsed
14951
14952 \begin_layout Plain Layout
14953
14954
14955 \backslash
14956 cmidrule(r){2-2}
14957 \end_layout
14958
14959 \end_inset
14960
14961
14962 \begin_inset ERT
14963 status collapsed
14964
14965 \begin_layout Plain Layout
14966
14967
14968 \backslash
14969 cmidrule(l){3-4}
14970 \end_layout
14971
14972 \end_inset
14973
14974 検知器の厚み [
14975 \begin_inset Formula $\mu m$
14976 \end_inset
14977
14978 ]
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 300
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 300
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 700
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 エッジ角 [度]
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 3.55
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 2.71
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" topline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 7.99
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 </row>
15049 <row topspace="default">
15050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 空間分解能 [
15055 \begin_inset Formula $\mu m$
15056 \end_inset
15057
15058 ]
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 4.26
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 10.17
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 10.56
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 </row>
15091 <row topspace="default">
15092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 \begin_inset Formula $f_{\mathrm{max}}$
15097 \end_inset
15098
15099 におけるMTF
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 0.53
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 0.37
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 0.39
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row topspace="default">
15133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 \begin_inset ERT
15138 status collapsed
15139
15140 \begin_layout Plain Layout
15141
15142
15143 \backslash
15144 cmidrule[2pt](l{10pt}){1-1}
15145 \end_layout
15146
15147 \end_inset
15148
15149 LSF空間分解能
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row>
15183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset Formula $\mu m$
15188 \end_inset
15189
15190 表示
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 129.7
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 52.75
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 50.78
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 </row>
15223 <row>
15224 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 ピクセルサイズに対する%表示
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 76.3
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 95.9
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 92.3
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 </row>
15261 </lyxtabular>
15262
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \begin_layout Standard
15274 表中の行に余白を加えるには,
15275
15276 \begin_inset CommandInset ref
15277 LatexCommand ref
15278 reference "subsec:行の余白取り"
15279 nolink "false"
15280
15281 \end_inset
15282
15283 節に述べられているように,
15284 表の設定ダイアログの
15285 \family sans
15286 罫線
15287 \family default
15288 タブを使用します.
15289 \end_layout
15290
15291 \begin_layout Standard
15292 通常の表と違って,
15293 フォーマル様式の表には縦罫線がありません.表の横罫線は,
15294 通常の表と同様に指定することができますが,
15295 出力でこれらの線幅は異なります.
15296 \begin_inset Newline newline
15297 \end_inset
15298
15299 最初と最後の表罫線の既定幅は0.08
15300 \begin_inset space \thinspace{}
15301 \end_inset
15302
15303 emですが,
15304 他の罫線の既定幅は0.05
15305 \begin_inset space \thinspace{}
15306 \end_inset
15307
15308 emです.
15309 \end_layout
15310
15311 \begin_layout Standard
15312 これらの既定幅は,
15313 以下のプリアンブル行を指定することによって変更することができます.
15314 \end_layout
15315
15316 \begin_layout Standard
15317
15318 \series bold
15319
15320 \backslash
15321 let
15322 \backslash
15323 mytoprule
15324 \backslash
15325 toprule
15326 \begin_inset Newline newline
15327 \end_inset
15328
15329
15330 \backslash
15331 renewcommand{
15332 \backslash
15333 toprule}{
15334 \backslash
15335 mytoprule[幅]}
15336 \end_layout
15337
15338 \begin_layout Standard
15339 上の例は,
15340
15341 \series bold
15342 toprule
15343 \series default
15344 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
15345
15346 \series bold
15347 toprule
15348 \series default
15349
15350 \series bold
15351 bottomrule
15352 \series default
15353 に置き換えて下さい.他の罫線の線幅を変更するには,
15354
15355 \series bold
15356 toprule
15357 \series default
15358
15359 \series bold
15360 midrule
15361 \series default
15362 に置き換えます.線幅を設定する上では,
15363 付録
15364 \begin_inset CommandInset ref
15365 LatexCommand ref
15366 reference "cha:LyXで使用できる単位"
15367 nolink "false"
15368
15369 \end_inset
15370
15371 に挙げてあるすべての単位を使用することができます.
15372 \end_layout
15373
15374 \begin_layout Standard
15375 全列にまたがらない罫線は,
15376 連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
15377 は,
15378 内部的に
15379 \series bold
15380
15381 \backslash
15382 cmidrule
15383 \series default
15384 コマンドを使用して,
15385 このような罫線を引きます.このコマンドの完全な書式は
15386 \end_layout
15387
15388 \begin_layout Standard
15389
15390 \series bold
15391
15392 \backslash
15393 cmidrule[幅](刈込){開始列-終了列}
15394 \end_layout
15395
15396 \begin_layout Standard
15397 です.
15398 \series bold
15399
15400 \backslash
15401 cmidrule
15402 \series default
15403 のオプションは,
15404 現在のところ\SpecialChar LyX
15405 がサポートしていないので,
15406 オプションを使用するためには,
15407 \SpecialChar TeX
15408 コードを使わなくてはなりません.
15409 \series bold
15410
15411 \backslash
15412 cmidrule
15413 \series default
15414 は,
15415 行の第一列の中に,
15416 最初に\SpecialChar TeX
15417 コードでこのコマンドを入れることによって,
15418 手動で指定することができます.この罫線は,
15419 出力では現在行の上に引かれることになります.
15420 \end_layout
15421
15422 \begin_layout Standard
15423 この線幅の既定値は0.03
15424 \begin_inset space \thinspace{}
15425 \end_inset
15426
15427 emです.「開始列」は罫線を開始する列番号で,
15428 「終了列」は罫線を終了する列番号です.終了列は,
15429 罫線を一列だけに引きたいときも含めて,
15430 常に指定しなくてはなりません.非必須パラメーターの「刈込」は,
15431
15432 \emph on
15433 l{刈込幅}
15434 \emph default
15435 あるいは
15436 \emph on
15437 r{刈込幅}
15438 \emph default
15439 の値を取り,
15440 刈込幅の指定は非必須です.たとえば,
15441
15442 \emph on
15443 l{2pt}
15444 \emph default
15445 というパラメーターを使うと,
15446 罫線が左端から2
15447 \begin_inset space \thinspace{}
15448 \end_inset
15449
15450 ptだけ刈り込まれます.刈込幅を指定しないと,
15451 罫線は既定値の0.5
15452 \begin_inset space \thinspace{}
15453 \end_inset
15454
15455 emだけ刈り込まれます.
15456 \end_layout
15457
15458 \begin_layout Standard
15459 \begin_inset VSpace bigskip
15460 \end_inset
15461
15462
15463 \begin_inset CommandInset ref
15464 LatexCommand ref
15465 reference "tab:ブックタブ表の例"
15466 nolink "false"
15467
15468 \end_inset
15469
15470 は,
15471
15472 \end_layout
15473
15474 \begin_layout Standard
15475
15476 \series bold
15477
15478 \backslash
15479 cmidrule(r){2-2}
15480 \backslash
15481 cmidrule(l){3-4}
15482 \end_layout
15483
15484 \begin_layout Standard
15485 というコマンドを第二行の初めに使用し,
15486
15487 \end_layout
15488
15489 \begin_layout Standard
15490
15491 \series bold
15492
15493 \backslash
15494 cmidrule[2pt](l{10pt}){1-1}
15495 \end_layout
15496
15497 \begin_layout Standard
15498 を第六行に使用して作成されています.
15499 \end_layout
15500
15501 \begin_layout Standard
15502 \begin_inset VSpace bigskip
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \begin_layout Standard
15509 ときには,
15510
15511 \begin_inset CommandInset ref
15512 LatexCommand ref
15513 reference "tab:特殊なブックタブ表"
15514 nolink "false"
15515
15516 \end_inset
15517
15518 のような重なり合った
15519 \series bold
15520
15521 \backslash
15522 cmidrule
15523 \series default
15524 が欲しいことがあるかもしれません.これは,
15525 \SpecialChar TeX
15526 コードで
15527 \end_layout
15528
15529 \begin_layout Standard
15530
15531 \series bold
15532
15533 \backslash
15534 morecmidrules
15535 \end_layout
15536
15537 \begin_layout Standard
15538 コマンドを使用することによって実現することができます.表
15539 \begin_inset CommandInset ref
15540 LatexCommand ref
15541 reference "tab:特殊なブックタブ表"
15542 nolink "false"
15543
15544 \end_inset
15545
15546 の第二列には
15547 \end_layout
15548
15549 \begin_layout Standard
15550
15551 \series bold
15552
15553 \backslash
15554 cmidrule(r){2-2}
15555 \backslash
15556 cmidrule(l){3-4}
15557 \backslash
15558 morecmidrules
15559 \backslash
15560 cmidrule{2-4}
15561 \end_layout
15562
15563 \begin_layout Standard
15564 というコマンドが使用されており,
15565 第六列には
15566 \end_layout
15567
15568 \begin_layout Standard
15569
15570 \series bold
15571
15572 \backslash
15573 midrule
15574 \backslash
15575 morecmidrules
15576 \backslash
15577 cmidrule{3-4}
15578 \end_layout
15579
15580 \begin_layout Standard
15581 というコマンドが使用されています.
15582 \end_layout
15583
15584 \begin_layout Standard
15585 \begin_inset VSpace bigskip
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \begin_layout Standard
15592 罫線の余白取りにどうしても満足が行かない場合には,
15593
15594 \end_layout
15595
15596 \begin_layout Standard
15597
15598 \series bold
15599
15600 \backslash
15601 specialrule{幅}{上余白}{下余白}
15602 \end_layout
15603
15604 \begin_layout Standard
15605 というコマンドを使用すれば,
15606 全列にわたる罫線を生成することができます.これらの特殊機能については,
15607 \SpecialChar LaTeX
15608 パッケージ
15609 \series bold
15610 booktabs
15611 \series default
15612  
15613 \begin_inset CommandInset citation
15614 LatexCommand cite
15615 key "booktabs"
15616 literal "true"
15617
15618 \end_inset
15619
15620
15621 \begin_inset Index idx
15622 range none
15623 pageformat default
15624 status collapsed
15625
15626 \begin_layout Plain Layout
15627 \SpecialChar LaTeX
15628 ぱっけーじ@\SpecialChar LaTeX
15629 パッケージ !
15630  booktabs
15631 \end_layout
15632
15633 \end_inset
15634
15635 の取扱説明書をご参照下さい.
15636 \end_layout
15637
15638 \begin_layout Standard
15639 \begin_inset Float table
15640 placement h
15641 alignment document
15642 wide false
15643 sideways false
15644 status open
15645
15646 \begin_layout Plain Layout
15647 \begin_inset Caption Standard
15648
15649 \begin_layout Plain Layout
15650 \begin_inset CommandInset label
15651 LatexCommand label
15652 name "tab:特殊なブックタブ表"
15653
15654 \end_inset
15655
15656 特殊なブックタブ表
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Plain Layout
15665 \align center
15666 \begin_inset Tabular
15667 <lyxtabular version="3" rows="8" columns="4">
15668 <features booktabs="true" tabularvalignment="middle">
15669 <column alignment="center" valignment="top">
15670 <column alignment="center" valignment="top">
15671 <column alignment="center" valignment="top">
15672 <column alignment="center" valignment="top">
15673 <row>
15674 <cell alignment="center" valignment="top" topline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 システム
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 Medipix
15688 \begin_inset space \thinspace{}
15689 \end_inset
15690
15691 1
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 Medipix
15701 \begin_inset space \thinspace{}
15702 \end_inset
15703
15704 2
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row>
15720 <cell alignment="center" valignment="top" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724 \begin_inset ERT
15725 status collapsed
15726
15727 \begin_layout Plain Layout
15728
15729
15730 \backslash
15731 cmidrule(r){2-2}
15732 \end_layout
15733
15734 \end_inset
15735
15736
15737 \begin_inset ERT
15738 status collapsed
15739
15740 \begin_layout Plain Layout
15741
15742
15743 \backslash
15744 cmidrule(l){3-4}
15745 \end_layout
15746
15747 \end_inset
15748
15749
15750 \begin_inset ERT
15751 status collapsed
15752
15753 \begin_layout Plain Layout
15754
15755
15756 \backslash
15757 morecmidrules 
15758 \end_layout
15759
15760 \end_inset
15761
15762
15763 \begin_inset ERT
15764 status collapsed
15765
15766 \begin_layout Plain Layout
15767
15768
15769 \backslash
15770 cmidrule{2-4}
15771 \end_layout
15772
15773 \end_inset
15774
15775 検知器の厚み [
15776 \begin_inset Formula $\mu m$
15777 \end_inset
15778
15779 ]
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 300
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 300
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806 700
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 <row>
15813 <cell alignment="center" valignment="top" topline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 エッジ角 [度]
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 3.55
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 2.71
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 7.99
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 </row>
15850 <row topspace="default">
15851 <cell alignment="center" valignment="top" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 空間分解能 [
15856 \begin_inset Formula $\mu m$
15857 \end_inset
15858
15859 ]
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 4.26
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 10.17
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 10.56
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row topspace="default">
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 \begin_inset Formula $f_{\mathrm{max}}$
15898 \end_inset
15899
15900 におけるMTF
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 0.53
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 0.37
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 0.39
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 </row>
15933 <row>
15934 <cell alignment="center" valignment="top" topline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 \begin_inset ERT
15939 status collapsed
15940
15941 \begin_layout Plain Layout
15942
15943
15944 \backslash
15945 morecmidrules 
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \begin_inset ERT
15952 status collapsed
15953
15954 \begin_layout Plain Layout
15955
15956
15957 \backslash
15958 cmidrule{3-4}
15959 \end_layout
15960
15961 \end_inset
15962
15963 LSF空間分解能
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" topline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 <row>
15997 <cell alignment="center" valignment="top" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 \begin_inset Formula $\mu m$
16002 \end_inset
16003
16004 表示
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 <cell alignment="center" valignment="top" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013 129.7
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 52.75
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031 50.78
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 <row>
16038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 ピクセルサイズに対する%表示
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 76.3
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 95.9
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 92.3
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 </row>
16075 </lyxtabular>
16076
16077 \end_inset
16078
16079
16080 \end_layout
16081
16082 \end_inset
16083
16084
16085 \end_layout
16086
16087 \begin_layout Section
16088 表の垂直揃え
16089 \begin_inset Index idx
16090 range none
16091 pageformat default
16092 status collapsed
16093
16094 \begin_layout Plain Layout
16095 ひょう@表 !
16096  そろえ@揃え
16097 \end_layout
16098
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \begin_layout Standard
16105 本文行中で表の垂直揃えをするには,
16106 その表をボックスの中に入れなくてはなりません.そうした上で,
16107
16108 \begin_inset CommandInset ref
16109 LatexCommand ref
16110 reference "sec:ボックスダイアログ"
16111 nolink "false"
16112
16113 \end_inset
16114
16115 節に述べられているように,
16116 ボックスの垂直揃えを行います.
16117 \end_layout
16118
16119 \begin_layout Standard
16120 以下の例では,
16121 各表は15
16122 \begin_inset space \thinspace{}
16123 \end_inset
16124
16125 列幅%を持つminipage
16126 \begin_inset Foot
16127 status collapsed
16128
16129 \begin_layout Plain Layout
16130 minipageは第
16131 \begin_inset CommandInset ref
16132 LatexCommand ref
16133 reference "sec:ミニページ"
16134 nolink "false"
16135
16136 \end_inset
16137
16138 節で説明されています.
16139 \end_layout
16140
16141 \end_inset
16142
16143 ボックスの中に入れてあります.
16144 \end_layout
16145
16146 \begin_layout Itemize
16147 動作試験 
16148 \begin_inset Box Frameless
16149 position "t"
16150 hor_pos "c"
16151 has_inner_box 1
16152 inner_pos "c"
16153 use_parbox 0
16154 use_makebox 0
16155 width "15col%"
16156 special "none"
16157 height "1in"
16158 height_special "totalheight"
16159 thickness "0.4pt"
16160 separation "3pt"
16161 shadowsize "4pt"
16162 framecolor "black"
16163 backgroundcolor "none"
16164 status collapsed
16165
16166 \begin_layout Plain Layout
16167 \begin_inset Tabular
16168 <lyxtabular version="3" rows="3" columns="3">
16169 <features tabularvalignment="middle">
16170 <column alignment="center" valignment="top">
16171 <column alignment="center" valignment="top">
16172 <column alignment="center" valignment="top">
16173 <row>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 </row>
16202 <row>
16203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 </row>
16231 <row>
16232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Plain Layout
16236
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 </row>
16260 </lyxtabular>
16261
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \end_inset
16268
16269  動作試験 
16270 \begin_inset ERT
16271 status collapsed
16272
16273 \begin_layout Plain Layout
16274
16275
16276 \backslash
16277 raisebox{0.85
16278 \backslash
16279 baselineskip}{
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \begin_inset Box Frameless
16286 position "t"
16287 hor_pos "c"
16288 has_inner_box 1
16289 inner_pos "c"
16290 use_parbox 0
16291 use_makebox 0
16292 width "15col%"
16293 special "none"
16294 height "1in"
16295 height_special "totalheight"
16296 thickness "0.4pt"
16297 separation "3pt"
16298 shadowsize "4pt"
16299 framecolor "black"
16300 backgroundcolor "none"
16301 status collapsed
16302
16303 \begin_layout Plain Layout
16304 \begin_inset Tabular
16305 <lyxtabular version="3" rows="3" columns="3">
16306 <features tabularvalignment="middle">
16307 <column alignment="center" valignment="top">
16308 <column alignment="center" valignment="top">
16309 <column alignment="center" valignment="top">
16310 <row>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 </row>
16339 <row>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row>
16369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 </row>
16397 </lyxtabular>
16398
16399 \end_inset
16400
16401
16402 \end_layout
16403
16404 \end_inset
16405
16406
16407 \begin_inset ERT
16408 status collapsed
16409
16410 \begin_layout Plain Layout
16411
16412 }
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Itemize
16421 動作試験 
16422 \begin_inset Box Frameless
16423 position "c"
16424 hor_pos "c"
16425 has_inner_box 1
16426 inner_pos "c"
16427 use_parbox 0
16428 use_makebox 0
16429 width "15col%"
16430 special "none"
16431 height "1in"
16432 height_special "totalheight"
16433 thickness "0.4pt"
16434 separation "3pt"
16435 shadowsize "4pt"
16436 framecolor "black"
16437 backgroundcolor "none"
16438 status collapsed
16439
16440 \begin_layout Plain Layout
16441 \begin_inset Tabular
16442 <lyxtabular version="3" rows="3" columns="3">
16443 <features tabularvalignment="middle">
16444 <column alignment="center" valignment="top">
16445 <column alignment="center" valignment="top">
16446 <column alignment="center" valignment="top">
16447 <row>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 <row>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 </row>
16505 <row>
16506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 </lyxtabular>
16535
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \begin_layout Itemize
16547 動作試験 
16548 \begin_inset Box Frameless
16549 position "b"
16550 hor_pos "c"
16551 has_inner_box 1
16552 inner_pos "c"
16553 use_parbox 0
16554 use_makebox 0
16555 width "15col%"
16556 special "none"
16557 height "1in"
16558 height_special "totalheight"
16559 thickness "0.4pt"
16560 separation "3pt"
16561 shadowsize "4pt"
16562 framecolor "black"
16563 backgroundcolor "none"
16564 status collapsed
16565
16566 \begin_layout Plain Layout
16567 \begin_inset Tabular
16568 <lyxtabular version="3" rows="3" columns="3">
16569 <features tabularvalignment="middle">
16570 <column alignment="center" valignment="top">
16571 <column alignment="center" valignment="top">
16572 <column alignment="center" valignment="top">
16573 <row>
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 <row>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 </lyxtabular>
16661
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \end_inset
16668
16669  動作試験 
16670 \begin_inset ERT
16671 status collapsed
16672
16673 \begin_layout Plain Layout
16674
16675
16676 \backslash
16677 raisebox{-0.32
16678 \backslash
16679 baselineskip}{
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \begin_inset Box Frameless
16686 position "b"
16687 hor_pos "c"
16688 has_inner_box 1
16689 inner_pos "c"
16690 use_parbox 0
16691 use_makebox 0
16692 width "15col%"
16693 special "none"
16694 height "1in"
16695 height_special "totalheight"
16696 thickness "0.4pt"
16697 separation "3pt"
16698 shadowsize "4pt"
16699 framecolor "black"
16700 backgroundcolor "none"
16701 status collapsed
16702
16703 \begin_layout Plain Layout
16704 \begin_inset Tabular
16705 <lyxtabular version="3" rows="3" columns="3">
16706 <features tabularvalignment="middle">
16707 <column alignment="center" valignment="top">
16708 <column alignment="center" valignment="top">
16709 <column alignment="center" valignment="top">
16710 <row>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row>
16769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 </lyxtabular>
16798
16799 \end_inset
16800
16801
16802 \end_layout
16803
16804 \end_inset
16805
16806
16807 \begin_inset ERT
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811
16812 }
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \begin_layout Standard
16821 上記のとおり,
16822 表の第一行あるいは最終行の中身が,
16823 表外の本文行と揃っていません.これらを揃えるには,
16824 minipageボックスをraisebox
16825 \begin_inset Foot
16826 status collapsed
16827
16828 \begin_layout Plain Layout
16829 raiseboxは,
16830
16831 \begin_inset CommandInset ref
16832 LatexCommand ref
16833 reference "subsec:垂直揃え"
16834 nolink "false"
16835
16836 \end_inset
16837
16838 節で説明されています.
16839 \end_layout
16840
16841 \end_inset
16842
16843 の中に入れなくてはなりません.上記の例では,
16844 最初の項目の第二表は,
16845 ボックスの前に
16846 \end_layout
16847
16848 \begin_layout Standard
16849
16850 \series bold
16851
16852 \backslash
16853 raisebox{0.85
16854 \backslash
16855 baselineskip}{
16856 \end_layout
16857
16858 \begin_layout Standard
16859 という\SpecialChar TeX
16860 コードコマンドを使用して揃えています.ボックスの後には,
16861 閉じ括弧
16862 \series bold
16863 }
16864 \series default
16865 を\SpecialChar TeX
16866 コードとして挿入してあります.最後の項目の第二表には,
16867
16868 \end_layout
16869
16870 \begin_layout Standard
16871
16872 \series bold
16873
16874 \backslash
16875 raisebox{-0.32
16876 \backslash
16877 baselineskip}{
16878 \end_layout
16879
16880 \begin_layout Standard
16881 というコマンドを使用しています.
16882 \end_layout
16883
16884 \begin_layout Standard
16885 \begin_inset Note Greyedout
16886 status open
16887
16888 \begin_layout Plain Layout
16889
16890 \series bold
16891 【註】
16892 \series default
16893 表の行の中身の周囲の本文行への揃えは,
16894 つねに同じ値をとるわけではありません.この揃え方に必要な
16895 \series bold
16896
16897 \backslash
16898 raisebox
16899 \series default
16900 コマンドの値は,
16901 文書フォントやフォント寸法,
16902 表罫線の線幅によって変わります.
16903 \end_layout
16904
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \begin_layout Section
16911 色付きの表
16912 \begin_inset CommandInset label
16913 LatexCommand label
16914 name "sec:色付きの表"
16915
16916 \end_inset
16917
16918
16919 \begin_inset Index idx
16920 range none
16921 pageformat default
16922 status collapsed
16923
16924 \begin_layout Plain Layout
16925 ひょう@表 !
16926  いろつき@色付き
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \begin_layout Subsection
16935 色付きのセル
16936 \begin_inset Index idx
16937 range none
16938 pageformat default
16939 status collapsed
16940
16941 \begin_layout Plain Layout
16942 ひょうのいろ@表の色 !
16943  せるぶ@セル部
16944 \end_layout
16945
16946 \end_inset
16947
16948
16949 \begin_inset Index idx
16950 range none
16951 pageformat default
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955 いろつき@色付き !
16956  ひょうせるぶ@表セル部
16957 \end_layout
16958
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \begin_layout Standard
16965 \begin_inset Float table
16966 placement h
16967 alignment document
16968 wide false
16969 sideways false
16970 status open
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Caption Standard
16974
16975 \begin_layout Plain Layout
16976 \begin_inset CommandInset label
16977 LatexCommand label
16978 name "tab:colortblなしの表"
16979
16980 \end_inset
16981
16982
16983 \series bold
16984 colortbl
16985 \series default
16986 パッケージを使用しない色付き表
16987 \begin_inset Argument 1
16988 status collapsed
16989
16990 \begin_layout Plain Layout
16991 colortblなしの表
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \begin_layout Plain Layout
17005 \align center
17006 \begin_inset Tabular
17007 <lyxtabular version="3" rows="3" columns="3">
17008 <features tabularvalignment="middle">
17009 <column alignment="center" valignment="top">
17010 <column alignment="center" valignment="top">
17011 <column alignment="center" valignment="top">
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \color green
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \color red
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \color red
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \color green
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \color blue
17065
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \color blue
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087
17088 \color green
17089
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \color blue
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \color blue
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 </lyxtabular>
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \begin_layout Standard
17130 もし色の付いた文章が欲しいだけならば,
17131 そのセルを選択して,
17132
17133 \family sans
17134 編集\SpecialChar menuseparator
17135 文字様式
17136 \family default
17137 メニューで色を選んでください.表
17138 \begin_inset CommandInset ref
17139 LatexCommand ref
17140 reference "tab:colortblなしの表"
17141 nolink "false"
17142
17143 \end_inset
17144
17145 を作るのに,
17146 この方法が使われています.それ以外の場合には,
17147 \SpecialChar LaTeX
17148 パッケージの
17149 \series bold
17150 colortbl
17151 \series default
17152
17153 \begin_inset Index idx
17154 range none
17155 pageformat default
17156 status collapsed
17157
17158 \begin_layout Plain Layout
17159 \SpecialChar LaTeX
17160 ぱっけーじ@\SpecialChar LaTeX
17161 パッケージ !
17162  colortbl
17163 \end_layout
17164
17165 \end_inset
17166
17167 を使用しなくてはなりません.
17168 \end_layout
17169
17170 \begin_layout Standard
17171 \begin_inset ERT
17172 status collapsed
17173
17174 \begin_layout Plain Layout
17175
17176
17177 \backslash
17178 ifcolortbl
17179 \end_layout
17180
17181 \end_inset
17182
17183
17184 \begin_inset Note Note
17185 status open
17186
17187 \begin_layout Plain Layout
17188 本節の以下の部分は,
17189 \SpecialChar LaTeX
17190 パッケージ
17191 \series bold
17192 colortbl
17193 \series default
17194 が導入済みのときのみ表示されます.
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Standard
17203 色付きの表を作成するには,
17204 プリアンブルに
17205 \end_layout
17206
17207 \begin_layout Standard
17208
17209 \series bold
17210
17211 \backslash
17212 usepackage{colortbl}
17213 \end_layout
17214
17215 \begin_layout Standard
17216 という行を書いて
17217 \series bold
17218 colortbl
17219 \series default
17220 を読み込まなくてはなりません.列の色は,
17221
17222 \series bold
17223 >{ }
17224 \series default
17225 コマンドの中に
17226 \end_layout
17227
17228 \begin_layout Standard
17229
17230 \series bold
17231
17232 \backslash
17233 columncolor{色彩名}
17234 \end_layout
17235
17236 \begin_layout Standard
17237 というコマンドを書いて指定することができます.
17238 \series bold
17239 >{}
17240 \series default
17241 コマンドに関する詳細は,
17242
17243 \begin_inset CommandInset ref
17244 LatexCommand ref
17245 reference "subsec:連結列の計算"
17246 nolink "false"
17247
17248 \end_inset
17249
17250 節に述べられています.
17251 \end_layout
17252
17253 \begin_layout Standard
17254 以下の色彩名が事前に定義されています.
17255 \end_layout
17256
17257 \begin_layout Standard
17258
17259 \family sans
17260 red
17261 \family default
17262
17263 \family sans
17264 green
17265 \family default
17266
17267 \family sans
17268 yellow
17269 \family default
17270
17271 \family sans
17272 blue
17273 \family default
17274
17275 \family sans
17276 cyan
17277 \family default
17278
17279 \family sans
17280 magenta
17281 \family default
17282
17283 \family sans
17284 black
17285 \family default
17286
17287 \family sans
17288 white
17289 \end_layout
17290
17291 \begin_layout Standard
17292 \begin_inset VSpace medskip
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \begin_layout Standard
17299 また,
17300 文書設定中で,
17301 文書クラスオプションに
17302 \end_layout
17303
17304 \begin_layout Standard
17305
17306 \series bold
17307 dvipsnames
17308 \end_layout
17309
17310 \begin_layout Standard
17311 を与えると,
17312 さらに61色を使用することができます.これらの色は,
17313 附録
17314 \begin_inset CommandInset ref
17315 LatexCommand ref
17316 reference "chap:dvips色名一覧"
17317 nolink "false"
17318
17319 \end_inset
17320
17321 に列挙されています.それらの色の1つ,
17322
17323 \family sans
17324 Maroon
17325 \family default
17326 が,
17327 例として表
17328 \begin_inset CommandInset ref
17329 LatexCommand ref
17330 reference "tab:色付き表"
17331 nolink "false"
17332
17333 \end_inset
17334
17335 に使用されています.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 \begin_inset VSpace medskip
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \begin_layout Standard
17346 また
17347 \end_layout
17348
17349 \begin_layout Standard
17350
17351 \series bold
17352
17353 \backslash
17354 definecolor{色彩名}{色彩モデル}{色彩値}
17355 \end_layout
17356
17357 \begin_layout Standard
17358 というコマンドを使用すれば,
17359 自分自身の色彩を定義することができます.ここで色彩モデルは
17360 \end_layout
17361
17362 \begin_layout Labeling
17363 \labelwidthstring 00.00.0000
17364 cmyk:
17365  シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
17366 \end_layout
17367
17368 \begin_layout Labeling
17369 \labelwidthstring 00.00.0000
17370 rgb:
17371  赤(red)・緑(green)・青(blue)
17372 \end_layout
17373
17374 \begin_layout Labeling
17375 \labelwidthstring 00.00.0000
17376 gray:
17377  グレー
17378 \end_layout
17379
17380 \begin_layout Standard
17381 から選択することができ,
17382 色彩値は,
17383 0から1の間の数字をコンマで区切ったもので,
17384 それぞれ当該色彩モデルにおける各色彩の大きさを示します.
17385 \end_layout
17386
17387 \begin_layout Standard
17388 たとえば,
17389 プリアンブルに
17390 \end_layout
17391
17392 \begin_layout Standard
17393
17394 \series bold
17395
17396 \backslash
17397 definecolor{darkgreen}{cmyk}{0.5,
17398  0,
17399  1,
17400  0.5}
17401 \end_layout
17402
17403 \begin_layout Standard
17404 と書くことによって,
17405
17406 \emph on
17407 darkgreen
17408 \emph default
17409 」色を定義することができますし,
17410
17411 \end_layout
17412
17413 \begin_layout Standard
17414
17415 \series bold
17416
17417 \backslash
17418 definecolor{lightgray}{gray}{0.8}
17419 \end_layout
17420
17421 \begin_layout Standard
17422 と書けば,
17423
17424 \emph on
17425 lightgray
17426 \emph default
17427 」色を定義することができます.
17428 \end_layout
17429
17430 \begin_layout Standard
17431 \begin_inset VSpace medskip
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \begin_layout Standard
17438 罫線は
17439 \end_layout
17440
17441 \begin_layout Standard
17442
17443 \series bold
17444
17445 \backslash
17446 rowcolor{色彩名}
17447 \end_layout
17448
17449 \begin_layout Standard
17450 というコマンドを使用して色付けすることができ,
17451 セルは
17452 \end_layout
17453
17454 \begin_layout Standard
17455
17456 \series bold
17457
17458 \backslash
17459 cellcolor{色彩名}
17460 \end_layout
17461
17462 \begin_layout Standard
17463 というコマンドで色付けすることができます.どちらのコマンドも,
17464 セルの冒頭に\SpecialChar TeX
17465 コードで書き込みます.
17466 \end_layout
17467
17468 \begin_layout Standard
17469 表中の文字に色付けをするには,
17470 セルを選択してから,
17471 \SpecialChar LyX
17472 のメニュー
17473 \family sans
17474 編集\SpecialChar menuseparator
17475 文字様式
17476 \family default
17477 を使用します.セルに\SpecialChar TeX
17478 コードが入っている場合には,
17479 文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
17480 コードが\SpecialChar LaTeX
17481 エラーを引き起こしてしまいます.
17482 \end_layout
17483
17484 \begin_layout Standard
17485 \begin_inset Note Greyedout
17486 status open
17487
17488 \begin_layout Plain Layout
17489
17490 \series bold
17491 【註】
17492 \series default
17493 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
17494 \end_layout
17495
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \begin_layout Standard
17502 \begin_inset VSpace bigskip
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \begin_layout Standard
17509
17510 \begin_inset CommandInset ref
17511 LatexCommand ref
17512 reference "tab:色付き表"
17513 nolink "false"
17514
17515 \end_inset
17516
17517 を作成するには,
17518 以下のようにしてください.第一列の色は
17519 \emph on
17520 darkgreen
17521 \emph default
17522 にしたいので,
17523 この列の\SpecialChar LaTeX
17524 変数として
17525 \end_layout
17526
17527 \begin_layout Standard
17528
17529 \series bold
17530 >{
17531 \backslash
17532 columncolor{darkgreen}
17533 \backslash
17534 centering}c
17535 \end_layout
17536
17537 \begin_layout Standard
17538 と書き込みます.第一列は青にしたいので,
17539 この列の最初のセルに
17540 \end_layout
17541
17542 \begin_layout Standard
17543
17544 \series bold
17545
17546 \backslash
17547 rowcolow{cyan}
17548 \end_layout
17549
17550 \begin_layout Standard
17551 という\SpecialChar TeX
17552 コードコマンドを書き込みます.これによって,
17553 第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
17554
17555 \end_layout
17556
17557 \begin_layout Standard
17558
17559 \series bold
17560
17561 \backslash
17562 cellcolor{Maroon}
17563 \end_layout
17564
17565 \begin_layout Standard
17566 という\SpecialChar TeX
17567 コードコマンドを書き込むことで,
17568 マルーンに色づけされています.この後,
17569
17570 \family sans
17571 編集\SpecialChar menuseparator
17572 文字様式
17573 \family default
17574 メニューを使って,
17575 各文字に色付けをすることができます.
17576 \end_layout
17577
17578 \begin_layout Standard
17579 \begin_inset Float table
17580 placement h
17581 alignment document
17582 wide false
17583 sideways false
17584 status open
17585
17586 \begin_layout Plain Layout
17587 \begin_inset Caption Standard
17588
17589 \begin_layout Plain Layout
17590
17591 \series bold
17592 \begin_inset CommandInset label
17593 LatexCommand label
17594 name "tab:色付き表"
17595
17596 \end_inset
17597
17598 colortbl
17599 \series default
17600 パッケージを使用した色付き表
17601 \begin_inset Argument 1
17602 status collapsed
17603
17604 \begin_layout Plain Layout
17605 colortblを使った表
17606 \end_layout
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \begin_layout Plain Layout
17619 \align center
17620 \begin_inset Tabular
17621 <lyxtabular version="3" rows="3" columns="3">
17622 <features tabularvalignment="middle">
17623 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17624 <column alignment="center" valignment="top">
17625 <column alignment="center" valignment="top">
17626 <row>
17627 <cell alignment="center" valignment="top" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 \begin_inset ERT
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635
17636
17637 \backslash
17638 rowcolor{cyan}
17639 \end_layout
17640
17641 \end_inset
17642
17643
17644 \color magenta
17645
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 <cell alignment="center" valignment="top" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654
17655 \color red
17656
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665
17666 \color red
17667
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 </row>
17673 <row>
17674 <cell alignment="center" valignment="top" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678
17679 \color yellow
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \color blue
17691
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \color blue
17702
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 </row>
17708 <row>
17709 <cell alignment="center" valignment="top" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713
17714 \color yellow
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \color blue
17726
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 \begin_inset ERT
17736 status collapsed
17737
17738 \begin_layout Plain Layout
17739
17740
17741 \backslash
17742 cellcolor{Maroon}
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \color green
17749
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 </row>
17755 </lyxtabular>
17756
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \begin_layout Standard
17768 \begin_inset ERT
17769 status collapsed
17770
17771 \begin_layout Plain Layout
17772
17773
17774 \backslash
17775 else
17776 \end_layout
17777
17778 \end_inset
17779
17780
17781 \begin_inset Note Note
17782 status open
17783
17784 \begin_layout Plain Layout
17785 以下は,
17786 \SpecialChar LaTeX
17787 パッケージ
17788 \series bold
17789 colortbl
17790 \series default
17791 が導入されていないときに表示されます.
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Standard
17800 この節の内容を出力で表示させるには,
17801
17802 \series bold
17803 colortbl
17804 \series default
17805 パッケージを導入する必要があります.
17806 \end_layout
17807
17808 \begin_layout Standard
17809 \begin_inset ERT
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813
17814
17815 \backslash
17816 fi
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \begin_layout Subsection
17825 色付き行
17826 \begin_inset Index idx
17827 range none
17828 pageformat default
17829 status collapsed
17830
17831 \begin_layout Plain Layout
17832 ひょうのいろ@表の色 !
17833  ぎょうぜんたい@行全体
17834 \end_layout
17835
17836 \end_inset
17837
17838
17839 \begin_inset Index idx
17840 range none
17841 pageformat default
17842 status collapsed
17843
17844 \begin_layout Plain Layout
17845 いろつき@色付き !
17846  ひょうのぎょう@表の行
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \begin_layout Standard
17855 表の行を交互に色付けする必要がある場合,
17856 前節に述べたのとは別な方法があります.文書プリアンブルに
17857 \end_layout
17858
17859 \begin_layout Standard
17860
17861 \series bold
17862
17863 \backslash
17864 usepackage[table]{xcolor}
17865 \end_layout
17866
17867 \begin_layout Standard
17868 というコマンドを使用して,
17869
17870 \series bold
17871 xcolor
17872 \series default
17873
17874 \begin_inset Index idx
17875 range none
17876 pageformat default
17877 status collapsed
17878
17879 \begin_layout Plain Layout
17880 \SpecialChar LaTeX
17881 ぱっけーじ@\SpecialChar LaTeX
17882 パッケージ !
17883  xcolor
17884 \begin_inset ERT
17885 status collapsed
17886
17887 \begin_layout Plain Layout
17888
17889
17890 \backslash
17891 vspace{4mm}
17892 \end_layout
17893
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \end_inset
17900
17901 パッケージを読み込むのです.
17902 \series bold
17903 xcolor
17904 \series default
17905 は,
17906 自動的に
17907 \series bold
17908 colortbl
17909 \series default
17910
17911 \begin_inset Index idx
17912 range none
17913 pageformat default
17914 status collapsed
17915
17916 \begin_layout Plain Layout
17917 \SpecialChar LaTeX
17918 ぱっけーじ@\SpecialChar LaTeX
17919 パッケージ !
17920  colortbl
17921 \end_layout
17922
17923 \end_inset
17924
17925 パッケージも読み込むので,
17926 \SpecialChar LaTeX
17927 エラーを防ぐためには,
17928 お使いの\SpecialChar LaTeX
17929 頒布版中に
17930 \series bold
17931 colortbl
17932 \series default
17933 も導入されていなくてはなりません.
17934 \end_layout
17935
17936 \begin_layout Standard
17937 \begin_inset ERT
17938 status collapsed
17939
17940 \begin_layout Plain Layout
17941
17942
17943 \backslash
17944 ifcolortbl
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \begin_inset Note Note
17951 status open
17952
17953 \begin_layout Plain Layout
17954 本節の以下の部分は,
17955 \SpecialChar LaTeX
17956 パッケージ
17957 \series bold
17958 colortbl
17959 \series default
17960 が導入済みのときのみ表示されます.
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \begin_layout Standard
17969 表の行は,
17970 文書プリアンブル中か,
17971 色付けする最初の表の前に\SpecialChar TeX
17972 コードで
17973 \end_layout
17974
17975 \begin_layout Standard
17976
17977 \series bold
17978
17979 \backslash
17980 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17981 \end_layout
17982
17983 \begin_layout Standard
17984 というコマンドを使用すれば,
17985 色付けすることができます.ここで,
17986 「行番号」は,
17987 奇数行色で色付けする最初の行の番号です.「コマンド」は,
17988 各行の前で実行したいコマンドを付加する時に用います.したがって,
17989 例えば
17990 \end_layout
17991
17992 \begin_layout Standard
17993
17994 \series bold
17995
17996 \backslash
17997 rowcolors{1}{white}{lightgray}
17998 \end_layout
17999
18000 \begin_layout Standard
18001 というコマンドは,
18002
18003 \begin_inset CommandInset ref
18004 LatexCommand ref
18005 reference "tab:表-行色"
18006 nolink "false"
18007
18008 \end_inset
18009
18010 のようなカラースキームをもたらします.また,
18011
18012 \end_layout
18013
18014 \begin_layout Standard
18015
18016 \series bold
18017
18018 \backslash
18019 rowcolors[
18020 \backslash
18021 hline]{1}{lightgray}{cyan}
18022 \end_layout
18023
18024 \begin_layout Standard
18025 というコマンドを用いると,
18026
18027 \begin_inset CommandInset ref
18028 LatexCommand ref
18029 reference "tab:表-行色-2"
18030 nolink "false"
18031
18032 \end_inset
18033
18034 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,
18035 色付けはされませんので,
18036
18037 \end_layout
18038
18039 \begin_layout Standard
18040
18041 \series bold
18042
18043 \backslash
18044 rowcolors{1}{}{}
18045 \end_layout
18046
18047 \begin_layout Standard
18048 というコマンドはすべての色付けを削除することになります.
18049 \series bold
18050
18051 \backslash
18052 rowcolors
18053 \series default
18054 は,
18055 コマンドに続くすべての表に影響を及ぼします.
18056 \end_layout
18057
18058 \begin_layout Standard
18059 \begin_inset ERT
18060 status open
18061
18062 \begin_layout Plain Layout
18063
18064
18065 \backslash
18066 rowcolors{1}{white}{lightgray}
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \begin_layout Standard
18075 \begin_inset Float table
18076 placement h
18077 alignment document
18078 wide false
18079 sideways false
18080 status open
18081
18082 \begin_layout Plain Layout
18083 \begin_inset Caption Standard
18084
18085 \begin_layout Plain Layout
18086 \begin_inset CommandInset label
18087 LatexCommand label
18088 name "tab:表-行色"
18089
18090 \end_inset
18091
18092 隔行が灰色に着色された表
18093 \end_layout
18094
18095 \end_inset
18096
18097
18098 \end_layout
18099
18100 \begin_layout Plain Layout
18101 \align center
18102 \begin_inset Tabular
18103 <lyxtabular version="3" rows="4" columns="3">
18104 <features tabularvalignment="middle">
18105 <column alignment="center" valignment="top">
18106 <column alignment="center" valignment="top" width="0pt">
18107 <column alignment="center" valignment="top" width="0pt">
18108 <row>
18109 <cell alignment="center" valignment="top" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 <row>
18138 <cell alignment="center" valignment="top" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 1
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 2
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 3
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 4
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 5
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 6
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 </row>
18195 <row>
18196 <cell alignment="center" valignment="top" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 7
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 8
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 9
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 </row>
18224 </lyxtabular>
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset ERT
18238 status open
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 rowcolors[
18245 \backslash
18246 hline]{1}{lightgray}{cyan}
18247 \end_layout
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \begin_layout Standard
18255 \begin_inset Float table
18256 placement h
18257 alignment document
18258 wide false
18259 sideways false
18260 status open
18261
18262 \begin_layout Plain Layout
18263 \begin_inset Caption Standard
18264
18265 \begin_layout Plain Layout
18266 \begin_inset CommandInset label
18267 LatexCommand label
18268 name "tab:表-行色-2"
18269
18270 \end_inset
18271
18272 隔行でシアン色に着色され,
18273 行間に線の入った表
18274 \end_layout
18275
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \begin_layout Plain Layout
18282 \align center
18283 \begin_inset Tabular
18284 <lyxtabular version="3" rows="4" columns="3">
18285 <features tabularvalignment="middle">
18286 <column alignment="center" valignment="top">
18287 <column alignment="center" valignment="top">
18288 <column alignment="center" valignment="top" width="0pt">
18289 <row>
18290 <cell alignment="center" valignment="top" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294
18295 \end_layout
18296
18297 \end_inset
18298 </cell>
18299 <cell alignment="center" valignment="top" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 <cell alignment="center" valignment="top" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 </row>
18318 <row>
18319 <cell alignment="center" valignment="top" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 1
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 2
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 3
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 </row>
18347 <row>
18348 <cell alignment="center" valignment="top" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352 4
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 5
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 <cell alignment="center" valignment="top" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370 6
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 </row>
18376 <row>
18377 <cell alignment="center" valignment="top" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 7
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 8
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 9
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 </row>
18405 </lyxtabular>
18406
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \begin_layout Standard
18418 \begin_inset ERT
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422
18423
18424 \backslash
18425 rowcolors{1}{}{}
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \begin_inset Note Note
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435 行色を解除
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 \begin_inset ERT
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448
18449
18450 \backslash
18451 else
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \begin_inset Note Note
18458 status open
18459
18460 \begin_layout Plain Layout
18461 以下は,
18462 \SpecialChar LaTeX
18463 パッケージ
18464 \series bold
18465 colortbl
18466 \series default
18467 が導入されていないときに表示されます.
18468 \end_layout
18469
18470 \end_inset
18471
18472
18473 \end_layout
18474
18475 \begin_layout Standard
18476 この節の内容を出力で表示させるには,
18477
18478 \series bold
18479 colortbl
18480 \series default
18481 パッケージを導入する必要があります.
18482 \end_layout
18483
18484 \begin_layout Standard
18485 \begin_inset ERT
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489
18490
18491 \backslash
18492 fi
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \begin_layout Subsection
18501 色付き罫線
18502 \begin_inset Index idx
18503 range none
18504 pageformat default
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508 ひょうのいろ@表の色 !
18509  けいせんぶ@罫線部
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \begin_inset Index idx
18516 range none
18517 pageformat default
18518 status collapsed
18519
18520 \begin_layout Plain Layout
18521 いろつき@色付き !
18522  ひょうけいせんぶ@表罫線部
18523 \end_layout
18524
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \begin_layout Standard
18531
18532 \begin_inset CommandInset ref
18533 LatexCommand ref
18534 reference "subsec:罫線幅"
18535 nolink "false"
18536
18537 \end_inset
18538
18539 節に述べられているように,
18540 表中の全罫線の線幅は,
18541 長さ
18542 \series bold
18543
18544 \backslash
18545 arrayrulewidth
18546 \series default
18547 を使って調節することができます.本節の表では,
18548 すべて1.5
18549 \begin_inset space \thinspace{}
18550 \end_inset
18551
18552 ptに設定されています.
18553 \begin_inset ERT
18554 status collapsed
18555
18556 \begin_layout Plain Layout
18557
18558
18559 \backslash
18560 setlength{
18561 \backslash
18562 arrayrulewidth}{1.5pt}
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \begin_layout Standard
18571 たとえば縦罫線を緑に着色するには,
18572
18573 \begin_inset CommandInset ref
18574 LatexCommand ref
18575 reference "subsec:自製書式"
18576 nolink "false"
18577
18578 \end_inset
18579
18580 節の説明にしたがって,
18581 以下の列書式を文書プリアンブル中で作成して下さい.
18582 \end_layout
18583
18584 \begin_layout Standard
18585
18586 \series bold
18587
18588 \backslash
18589 newcolumntype{W}{!{
18590 \backslash
18591 color{green}
18592 \backslash
18593 vline}}
18594 \end_layout
18595
18596 \begin_layout Standard
18597
18598 \begin_inset CommandInset ref
18599 LatexCommand ref
18600 reference "tab:色付き縦罫線の表"
18601 nolink "false"
18602
18603 \end_inset
18604
18605 では,
18606 最右列に\SpecialChar LaTeX
18607 変数
18608 \series bold
18609 WcW
18610 \series default
18611
18612 他の列に\SpecialChar LaTeX
18613 変数
18614 \series bold
18615 Wc
18616 \series default
18617 が使用されています.
18618 \end_layout
18619
18620 \begin_layout Standard
18621 複数の色を用いたいときには,
18622 列書式をもっと定義してください.
18623 \end_layout
18624
18625 \begin_layout Standard
18626 \begin_inset Float table
18627 placement h
18628 alignment document
18629 wide false
18630 sideways false
18631 status open
18632
18633 \begin_layout Plain Layout
18634 \begin_inset Caption Standard
18635
18636 \begin_layout Plain Layout
18637 \begin_inset CommandInset label
18638 LatexCommand label
18639 name "tab:色付き縦罫線の表"
18640
18641 \end_inset
18642
18643 色付き縦罫線の表
18644 \end_layout
18645
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \begin_layout Plain Layout
18652 \align center
18653 \begin_inset Tabular
18654 <lyxtabular version="3" rows="3" columns="3">
18655 <features tabularvalignment="middle">
18656 <column alignment="center" valignment="top" special="Wc">
18657 <column alignment="center" valignment="top" special="Wc">
18658 <column alignment="center" valignment="top" special="WcW">
18659 <row>
18660 <cell alignment="center" valignment="top" topline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 sd
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 </row>
18688 <row>
18689 <cell alignment="center" valignment="top" topline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702 sd
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 <cell alignment="center" valignment="top" topline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 </row>
18717 <row>
18718 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740 sd
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 </row>
18746 </lyxtabular>
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 \begin_inset VSpace bigskip
18760 \end_inset
18761
18762
18763 \begin_inset CommandInset ref
18764 LatexCommand ref
18765 reference "tab:色付き横罫線の表"
18766 nolink "false"
18767
18768 \end_inset
18769
18770 のように,
18771 たとえば横罫線を赤にしたいときには,
18772 表ないし表フロートの前に\SpecialChar TeX
18773 コードで
18774 \end_layout
18775
18776 \begin_layout Standard
18777
18778 \series bold
18779
18780 \backslash
18781 let
18782 \backslash
18783 myHlineC
18784 \backslash
18785 hline
18786 \begin_inset Newline newline
18787 \end_inset
18788
18789
18790 \backslash
18791 renewcommand{
18792 \backslash
18793 hline}
18794 \begin_inset Newline newline
18795 \end_inset
18796
18797
18798 \begin_inset Phantom HPhantom
18799 status open
18800
18801 \begin_layout Plain Layout
18802 \begin_inset space ~
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \end_inset
18809
18810 {
18811 \backslash
18812 arrayrulecolor{red}
18813 \backslash
18814 myHlineC
18815 \backslash
18816 arrayrulecolor{black}}
18817 \end_layout
18818
18819 \begin_layout Standard
18820 というコマンドを入力して下さい.
18821 \end_layout
18822
18823 \begin_layout Standard
18824 \begin_inset ERT
18825 status collapsed
18826
18827 \begin_layout Plain Layout
18828
18829
18830 \backslash
18831 let
18832 \backslash
18833 myHlineC
18834 \backslash
18835 hline
18836 \end_layout
18837
18838 \begin_layout Plain Layout
18839
18840
18841 \backslash
18842 renewcommand{
18843 \backslash
18844 hline}
18845 \end_layout
18846
18847 \begin_layout Plain Layout
18848
18849  {
18850 \backslash
18851 arrayrulecolor{red}
18852 \backslash
18853 myHlineC
18854 \backslash
18855 arrayrulecolor{black}}
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \begin_inset Float table
18862 placement h
18863 alignment document
18864 wide false
18865 sideways false
18866 status open
18867
18868 \begin_layout Plain Layout
18869 \begin_inset Caption Standard
18870
18871 \begin_layout Plain Layout
18872 \begin_inset CommandInset label
18873 LatexCommand label
18874 name "tab:色付き横罫線の表"
18875
18876 \end_inset
18877
18878 色付き横罫線の表
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Plain Layout
18887 \align center
18888 \begin_inset Tabular
18889 <lyxtabular version="3" rows="3" columns="3">
18890 <features tabularvalignment="middle">
18891 <column alignment="center" valignment="top">
18892 <column alignment="center" valignment="top">
18893 <column alignment="center" valignment="top">
18894 <row>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 sd
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 </row>
18923 <row>
18924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 sd
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 sd
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 </lyxtabular>
18982
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \begin_layout Standard
18994 既定値の黒罫線に戻るには,
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999
19000 \series bold
19001
19002 \backslash
19003 renewcommand{
19004 \backslash
19005 hline}{
19006 \backslash
19007 myHlineC}
19008 \end_layout
19009
19010 \begin_layout Standard
19011 というコマンドを,
19012 表ないし表フロートの後に\SpecialChar TeX
19013 コードで入力して下さい.表
19014 \begin_inset CommandInset ref
19015 LatexCommand ref
19016 reference "tab:色付き罫線の表"
19017 nolink "false"
19018
19019 \end_inset
19020
19021 は,
19022 縦横罫線を着色した例です.
19023 \end_layout
19024
19025 \begin_layout Standard
19026 \begin_inset Float table
19027 placement h
19028 alignment document
19029 wide false
19030 sideways false
19031 status open
19032
19033 \begin_layout Plain Layout
19034 \begin_inset Caption Standard
19035
19036 \begin_layout Plain Layout
19037 \begin_inset CommandInset label
19038 LatexCommand label
19039 name "tab:色付き罫線の表"
19040
19041 \end_inset
19042
19043 色付き罫線の表
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \begin_layout Plain Layout
19052 \align center
19053 \begin_inset Tabular
19054 <lyxtabular version="3" rows="3" columns="3">
19055 <features tabularvalignment="middle">
19056 <column alignment="center" valignment="top" special="Wc">
19057 <column alignment="center" valignment="top" special="Wc">
19058 <column alignment="center" valignment="top" special="WcW">
19059 <row>
19060 <cell alignment="center" valignment="top" topline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064 sd
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 <cell alignment="center" valignment="top" topline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 </row>
19088 <row>
19089 <cell alignment="center" valignment="top" topline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 <cell alignment="center" valignment="top" topline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102 sd
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 <cell alignment="center" valignment="top" topline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 <row topspace="default">
19118 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140 sd
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 </row>
19146 </lyxtabular>
19147
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \end_inset
19154
19155
19156 \end_layout
19157
19158 \begin_layout Standard
19159 \begin_inset ERT
19160 status collapsed
19161
19162 \begin_layout Plain Layout
19163
19164
19165 \backslash
19166 renewcommand{
19167 \backslash
19168 hline}{
19169 \backslash
19170 myHlineC}
19171 \end_layout
19172
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \begin_layout Standard
19179 \begin_inset ERT
19180 status collapsed
19181
19182 \begin_layout Plain Layout
19183
19184
19185 \backslash
19186 setlength{
19187 \backslash
19188 arrayrulewidth}{1.2pt}
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \begin_layout Standard
19197 一部の罫線のみを着色するには,
19198 別の攻略法が必要です.以後の横罫線を全て着色するには,
19199 下記のコマンドを,
19200 最初の着色罫線の直前に来る行の,
19201 行末の\SpecialChar TeX
19202 コードとして挿入してください.
19203 \end_layout
19204
19205 \begin_layout Standard
19206
19207 \series bold
19208
19209 \backslash
19210
19211 \backslash
19212
19213 \backslash
19214 arrayrulecolor{blue}%
19215 \end_layout
19216
19217 \begin_layout Standard
19218 黒色の罫線に戻るには,
19219 黒色罫線の直前に来る行の行頭に下記のコマンドを加えてください.
19220 \end_layout
19221
19222 \begin_layout Standard
19223
19224 \series bold
19225
19226 \backslash
19227 arrayrulecolor{black}
19228 \end_layout
19229
19230 \begin_layout Standard
19231 このようにして,
19232
19233 \begin_inset CommandInset ref
19234 LatexCommand ref
19235 reference "tab:着色水平罫線表"
19236 nolink "false"
19237
19238 \end_inset
19239
19240 のように罫線に色をつけることができます.しかしながら,
19241 この方法では,
19242 表の最初の行の上の罫線は着色することはできません.
19243 \end_layout
19244
19245 \begin_layout Standard
19246 \begin_inset Float table
19247 placement document
19248 alignment document
19249 wide false
19250 sideways false
19251 status open
19252
19253 \begin_layout Plain Layout
19254 \begin_inset Caption Standard
19255
19256 \begin_layout Plain Layout
19257 \begin_inset CommandInset label
19258 LatexCommand label
19259 name "tab:着色水平罫線表"
19260
19261 \end_inset
19262
19263 異なる色の横罫線を持つ表
19264 \end_layout
19265
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \begin_layout Plain Layout
19272 \align center
19273 \begin_inset Tabular
19274 <lyxtabular version="3" rows="6" columns="7">
19275 <features tabularvalignment="middle">
19276 <column alignment="center" valignment="top">
19277 <column alignment="center" valignment="top">
19278 <column alignment="center" valignment="top">
19279 <column alignment="center" valignment="top">
19280 <column alignment="center" valignment="top">
19281 <column alignment="center" valignment="top">
19282 <column alignment="center" valignment="top">
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 \begin_inset ERT
19343 status open
19344
19345 \begin_layout Plain Layout
19346
19347
19348 \backslash
19349
19350 \backslash
19351
19352 \backslash
19353 arrayrulecolor{blue}%
19354 \end_layout
19355
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 Y
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 Y
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset ERT
19435 status open
19436
19437 \begin_layout Plain Layout
19438
19439
19440 \backslash
19441 arrayrulecolor{black}
19442 \end_layout
19443
19444 \end_inset
19445
19446
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 <cell alignment="center" valignment="top" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 </row>
19506 <row>
19507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 <cell alignment="center" valignment="top" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 \begin_inset ERT
19566 status collapsed
19567
19568 \begin_layout Plain Layout
19569
19570
19571 \backslash
19572
19573 \backslash
19574
19575 \backslash
19576 arrayrulecolor{green}%
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Plain Layout
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657 \begin_inset ERT
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661
19662
19663 \backslash
19664 arrayrulecolor{black}
19665 \end_layout
19666
19667 \end_inset
19668
19669 B
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset ERT
19724 status collapsed
19725
19726 \begin_layout Plain Layout
19727
19728
19729 \backslash
19730
19731 \backslash
19732
19733 \backslash
19734 arrayrulecolor{blue}%
19735 \end_layout
19736
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 </row>
19745 </lyxtabular>
19746
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753
19754
19755 \end_layout
19756
19757 \begin_layout Standard
19758
19759 \begin_inset CommandInset ref
19760 LatexCommand ref
19761 reference "tab:別色縦罫線表"
19762 nolink "false"
19763
19764 \end_inset
19765
19766 のように行内の縦罫線の色を変更するには,
19767 連結列を使う必要があります.まず始めに,
19768 列全体に渡らない縦罫線を全て削除します.それから,
19769 前例のように,
19770 全罫線を以下のコマンドを使って着色します.
19771 \end_layout
19772
19773 \begin_layout Standard
19774
19775 \series bold
19776
19777 \backslash
19778
19779 \backslash
19780
19781 \backslash
19782 arrayrulecolor{blue}%
19783 \end_layout
19784
19785 \begin_layout Standard
19786 最後に,
19787 縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
19788 コードで下記のコマンドを挿入します.
19789 \end_layout
19790
19791 \begin_layout Standard
19792
19793 \series bold
19794
19795 \backslash
19796 multicolumn{1}{!{
19797 \backslash
19798 color{green}
19799 \backslash
19800 vline}c!{
19801 \backslash
19802 color{red}
19803 \backslash
19804 vline}}{
19805 \end_layout
19806
19807 \begin_layout Standard
19808 これで,
19809 セルの両側に縦罫線が追加され,
19810 左側の罫線は緑,
19811 右側の罫線は赤になります.色を変える必要がなければ,
19812 上記コマンド中,
19813
19814 \series bold
19815
19816 \backslash
19817 color
19818 \series default
19819 コマンドは要りません.黒の左罫線と青の右罫線を得るには,
19820 全罫線がすでに青に設定されていますので,
19821
19822 \end_layout
19823
19824 \begin_layout Standard
19825
19826 \series bold
19827
19828 \backslash
19829 multicolumn{1}{!{
19830 \backslash
19831 color{black}
19832 \backslash
19833 vline}c|}{
19834 \end_layout
19835
19836 \begin_layout Standard
19837 と書きます.ここで,
19838
19839 \series bold
19840 |
19841 \series default
19842 は縦罫線を生成しますが,
19843
19844 \series bold
19845
19846 \backslash
19847 color
19848 \series default
19849 が使用されている時には,
19850
19851 \series bold
19852
19853 \backslash
19854 vline
19855 \series default
19856 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
19857
19858 \end_layout
19859
19860 \begin_layout Standard
19861
19862 \series bold
19863
19864 \backslash
19865 multicolumn{1}{|c|}{
19866 \end_layout
19867
19868 \begin_layout Standard
19869 とします.このコマンドの後に,
19870 セルの内容を通常通り挿入し,
19871 \SpecialChar TeX
19872 コードで閉じ括弧
19873 \series bold
19874 }
19875 \series default
19876 を入れてセルを終わります.
19877 \end_layout
19878
19879 \begin_layout Standard
19880 \begin_inset Float table
19881 placement document
19882 alignment document
19883 wide false
19884 sideways false
19885 status open
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Caption Standard
19889
19890 \begin_layout Plain Layout
19891 \begin_inset CommandInset label
19892 LatexCommand label
19893 name "tab:別色縦罫線表"
19894
19895 \end_inset
19896
19897 一行中に異なる色の縦罫線を持つ表
19898 \end_layout
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout Plain Layout
19906 \align center
19907 \begin_inset Tabular
19908 <lyxtabular version="3" rows="5" columns="7">
19909 <features tabularvalignment="middle">
19910 <column alignment="center" valignment="top">
19911 <column alignment="center" valignment="top">
19912 <column alignment="center" valignment="top">
19913 <column alignment="center" valignment="top">
19914 <column alignment="center" valignment="top">
19915 <column alignment="center" valignment="top">
19916 <column alignment="center" valignment="top">
19917 <row>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" topline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 <cell alignment="center" valignment="top" topline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976 \begin_inset ERT
19977 status open
19978
19979 \begin_layout Plain Layout
19980
19981
19982 \backslash
19983
19984 \backslash
19985
19986 \backslash
19987 arrayrulecolor{red}%
19988 \end_layout
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset ERT
20004 status open
20005
20006 \begin_layout Plain Layout
20007
20008
20009 \backslash
20010 multicolumn{1}{!{
20011 \backslash
20012 color{black}
20013 \backslash
20014 vline}c|}{
20015 \end_layout
20016
20017 \end_inset
20018
20019 Y
20020 \begin_inset ERT
20021 status collapsed
20022
20023 \begin_layout Plain Layout
20024
20025 }
20026 \end_layout
20027
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset ERT
20076 status open
20077
20078 \begin_layout Plain Layout
20079
20080
20081 \backslash
20082 multicolumn{1}{c|}{
20083 \end_layout
20084
20085 \end_inset
20086
20087
20088 \begin_inset ERT
20089 status collapsed
20090
20091 \begin_layout Plain Layout
20092
20093 }
20094 \end_layout
20095
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset ERT
20108 status open
20109
20110 \begin_layout Plain Layout
20111
20112
20113 \backslash
20114 multicolumn{1}{c!{
20115 \backslash
20116 color{black}
20117 \backslash
20118 vline}}{
20119 \end_layout
20120
20121 \end_inset
20122
20123 Y
20124 \begin_inset ERT
20125 status collapsed
20126
20127 \begin_layout Plain Layout
20128
20129 }
20130 \end_layout
20131
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row>
20141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145 \begin_inset ERT
20146 status collapsed
20147
20148 \begin_layout Plain Layout
20149
20150
20151 \backslash
20152 arrayrulecolor{black}
20153 \end_layout
20154
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 <cell alignment="center" valignment="top" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset ERT
20212 status collapsed
20213
20214 \begin_layout Plain Layout
20215
20216
20217 \backslash
20218
20219 \backslash
20220
20221 \backslash
20222 arrayrulecolor{magenta}%
20223 \end_layout
20224
20225 \end_inset
20226
20227
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 </row>
20233 <row>
20234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset ERT
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242
20243
20244 \backslash
20245 multicolumn{1}{|c!{
20246 \backslash
20247 color{red}
20248 \backslash
20249 vline}}{
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \begin_inset ERT
20256 status collapsed
20257
20258 \begin_layout Plain Layout
20259
20260 }
20261 \end_layout
20262
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274 \begin_inset ERT
20275 status collapsed
20276
20277 \begin_layout Plain Layout
20278
20279
20280 \backslash
20281 multicolumn{1}{c!{
20282 \backslash
20283 color{green}
20284 \backslash
20285 vline}}{
20286 \end_layout
20287
20288 \end_inset
20289
20290
20291 \begin_inset ERT
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295
20296 }
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset ERT
20311 status collapsed
20312
20313 \begin_layout Plain Layout
20314
20315
20316 \backslash
20317 multicolumn{1}{c!{
20318 \backslash
20319 color{yellow}
20320 \backslash
20321 vline}}{
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \begin_inset ERT
20328 status collapsed
20329
20330 \begin_layout Plain Layout
20331
20332 }
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset ERT
20347 status collapsed
20348
20349 \begin_layout Plain Layout
20350
20351
20352 \backslash
20353 multicolumn{1}{c!{
20354 \backslash
20355 color{blue}
20356 \backslash
20357 vline}}{
20358 \end_layout
20359
20360 \end_inset
20361
20362
20363 \begin_inset ERT
20364 status collapsed
20365
20366 \begin_layout Plain Layout
20367
20368 }
20369 \end_layout
20370
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 \begin_inset ERT
20383 status collapsed
20384
20385 \begin_layout Plain Layout
20386
20387
20388 \backslash
20389 multicolumn{1}{c!{
20390 \backslash
20391 color{cyan}
20392 \backslash
20393 vline}}{
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \begin_inset ERT
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403
20404 }
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 \begin_inset ERT
20419 status collapsed
20420
20421 \begin_layout Plain Layout
20422
20423
20424 \backslash
20425 multicolumn{1}{c!{
20426 \backslash
20427 color{black}
20428 \backslash
20429 vline}}{
20430 \end_layout
20431
20432 \end_inset
20433
20434
20435 \begin_inset ERT
20436 status collapsed
20437
20438 \begin_layout Plain Layout
20439
20440 }
20441 \end_layout
20442
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454 \begin_inset ERT
20455 status collapsed
20456
20457 \begin_layout Plain Layout
20458
20459
20460 \backslash
20461 multicolumn{1}{c|}{
20462 \end_layout
20463
20464 \end_inset
20465
20466
20467 \begin_inset ERT
20468 status collapsed
20469
20470 \begin_layout Plain Layout
20471
20472 }
20473 \end_layout
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 \begin_inset ERT
20489 status collapsed
20490
20491 \begin_layout Plain Layout
20492
20493
20494 \backslash
20495 arrayrulecolor{black}
20496 \end_layout
20497
20498 \end_inset
20499
20500 B
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 </lyxtabular>
20561
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \begin_layout Standard
20573 \begin_inset ERT
20574 status collapsed
20575
20576 \begin_layout Plain Layout
20577
20578
20579 \backslash
20580 setlength{
20581 \backslash
20582 arrayrulewidth}{0.4pt}
20583 \end_layout
20584
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \begin_layout Section
20591 表セルの回転
20592 \begin_inset CommandInset label
20593 LatexCommand label
20594 name "sec:表セルの回転"
20595
20596 \end_inset
20597
20598
20599 \begin_inset Index idx
20600 range none
20601 pageformat default
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 ひょう@表 !
20606  せるのかいてん@セルの回転
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \begin_inset Index idx
20613 range none
20614 pageformat default
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618 かいてん@回転 !
20619  そざいの@素材の—
20620
20621 \end_layout
20622
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \begin_layout Standard
20629 \begin_inset Note Greyedout
20630 status open
20631
20632 \begin_layout Plain Layout
20633
20634 \series bold
20635 【註】
20636 \series default
20637 すべてのDVIビューアが回転表示できるわけではありません.
20638 \end_layout
20639
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \begin_layout Standard
20646 と入れてください.表
20647 \begin_inset CommandInset ref
20648 LatexCommand ref
20649 reference "tab:回転表"
20650 nolink "false"
20651
20652 \end_inset
20653
20654 は,
20655 3つのセルを45°回転させた用例です.
20656 \end_layout
20657
20658 \begin_layout Standard
20659 \begin_inset Float table
20660 placement document
20661 alignment document
20662 wide false
20663 sideways false
20664 status open
20665
20666 \begin_layout Plain Layout
20667 \begin_inset Caption Standard
20668
20669 \begin_layout Plain Layout
20670 \begin_inset CommandInset label
20671 LatexCommand label
20672 name "tab:回転表"
20673
20674 \end_inset
20675
20676 1行目に回転セルのある表
20677 \end_layout
20678
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \begin_layout Plain Layout
20685 \noindent
20686 \align center
20687 \begin_inset Tabular
20688 <lyxtabular version="3" rows="2" columns="3">
20689 <features tabularvalignment="middle">
20690 <column alignment="center" valignment="top" width="0pt">
20691 <column alignment="center" valignment="top" width="0pt">
20692 <column alignment="center" valignment="top" width="0pt">
20693 <row>
20694 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 コップ
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 受け皿
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727 45
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 33
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 21
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 </row>
20751 </lyxtabular>
20752
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \begin_layout Standard
20764 \begin_inset Note Greyedout
20765 status open
20766
20767 \begin_layout Plain Layout
20768
20769 \series bold
20770 【註】
20771 \series default
20772 回転セル中では,
20773 改行(
20774 \begin_inset Flex Ruby
20775 status collapsed
20776
20777 \begin_layout Plain Layout
20778 捷径
20779 \begin_inset Argument post:1
20780 status collapsed
20781
20782 \begin_layout Plain Layout
20783 ショートカット
20784 \end_layout
20785
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \end_inset
20792
20793
20794 \begin_inset Info
20795 type  "shortcut"
20796 arg   "newline-insert newline"
20797 \end_inset
20798
20799 )はできません.
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Standard
20808 改行を含むセルを回転させたい場合には,
20809 セルの内容をminipageかparboxに置かなくてはなりません
20810 \begin_inset Foot
20811 status collapsed
20812
20813 \begin_layout Plain Layout
20814 これらのボックスについて詳しくは,
20815
20816 \begin_inset CommandInset ref
20817 LatexCommand ref
20818 reference "sec:ミニページ"
20819 nolink "false"
20820
20821 \end_inset
20822
20823 節および第
20824 \begin_inset CommandInset ref
20825 LatexCommand ref
20826 reference "sec:Parboxes"
20827 nolink "false"
20828
20829 \end_inset
20830
20831 節をご覧ください.
20832 \end_layout
20833
20834 \end_inset
20835
20836 .このセルを90
20837 \begin_inset space \thinspace{}
20838 \end_inset
20839
20840 °回転させると,
20841 ボックス幅はセルの高さになります.
20842 \lang english
20843 To avoid to estimate a suitable box width one can use a minipage with a variable width.
20844  Such a box is inserted by loading the module 
20845 \family sans
20846 Variable-width
20847 \begin_inset space ~
20848 \end_inset
20849
20850 Minipages
20851 \family default
20852  in the document settings.
20853  Then one can use the menu 
20854 \family sans
20855 Insert\SpecialChar menuseparator
20856 Custom
20857 \begin_inset space ~
20858 \end_inset
20859
20860 Insets\SpecialChar menuseparator
20861 Minipage
20862 \begin_inset space ~
20863 \end_inset
20864
20865
20866 \family default
20867 (Var.
20868 \begin_inset space ~
20869 \end_inset
20870
20871 Width)
20872 \lang japanese
20873 .表
20874 \begin_inset CommandInset ref
20875 LatexCommand ref
20876 reference "tab:表多行回転"
20877 nolink "false"
20878
20879 \end_inset
20880
20881
20882 \lang english
20883 is an example for a rotated multiline cell where a variable width minipage is used
20884 \lang japanese
20885
20886 \end_layout
20887
20888 \begin_layout Standard
20889 \begin_inset Float table
20890 placement document
20891 alignment document
20892 wide false
20893 sideways false
20894 status open
20895
20896 \begin_layout Plain Layout
20897 \begin_inset Caption Standard
20898
20899 \begin_layout Plain Layout
20900 \begin_inset CommandInset label
20901 LatexCommand label
20902 name "tab:表多行回転"
20903
20904 \end_inset
20905
20906 多行セルを回転させた表
20907 \end_layout
20908
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \begin_layout Plain Layout
20915 \noindent
20916 \align center
20917 \begin_inset Tabular
20918 <lyxtabular version="3" rows="2" columns="3">
20919 <features tabularvalignment="middle">
20920 <column alignment="center" valignment="top">
20921 <column alignment="center" valignment="top" width="0pt">
20922 <column alignment="center" valignment="top">
20923 <row>
20924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Flex Minipage (Var. Width)
20938 status open
20939
20940 \begin_layout Plain Layout
20941 改行を含む
20942 \begin_inset Newline newline
20943 \end_inset
20944
20945 回転
20946 \begin_inset space ~
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 </row>
20969 <row>
20970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 </row>
20998 </lyxtabular>
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \begin_layout Section
21011 表幅の計算
21012 \begin_inset CommandInset label
21013 LatexCommand label
21014 name "sec:表幅の計算"
21015
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \begin_layout Standard
21022 幅広の表では,
21023 表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,
21024 では各列にどれくらいの幅を設ければ良いのでしょうか?
21025
21026 \end_layout
21027
21028 \begin_layout Standard
21029 表幅
21030 \begin_inset Formula $W_{\text{表}}$
21031 \end_inset
21032
21033 は計算することができます.各列の実際の幅は,
21034 指定した列幅
21035 \begin_inset Formula $W_{\text{列}}$
21036 \end_inset
21037
21038 に,
21039 列の内容と列罫線との間の余白(\SpecialChar LaTeX
21040
21041 \series bold
21042
21043 \backslash
21044 tabcolsep
21045 \series default
21046 ・既定値6
21047 \begin_inset space \thinspace{}
21048 \end_inset
21049
21050 pt)の2倍と,
21051 罫線幅(\SpecialChar LaTeX
21052
21053 \series bold
21054
21055 \backslash
21056 arrayrulewidth
21057 \series default
21058 ・既定値0.4
21059 \begin_inset space \thinspace{}
21060 \end_inset
21061
21062 pt)を加えたものになります.したがって,
21063 もし同じ幅の
21064 \begin_inset Formula $n$
21065 \end_inset
21066
21067 列を作るならば,
21068 表幅は
21069 \begin_inset Formula 
21070 \begin{equation}
21071 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21072 \end{equation}
21073
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \begin_layout Standard
21080 となります.表が使用できる幅は,
21081 ページ余白の間の幅か,
21082 本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
21083
21084 \series bold
21085
21086 \backslash
21087 columnwidth
21088 \series default
21089 ).表の列をすべて同じ幅にするとすれば,
21090
21091 \begin_inset Formula $W_{\text{表}}$
21092 \end_inset
21093
21094 が1
21095 \begin_inset space \thinspace{}
21096 \end_inset
21097
21098
21099 \backslash
21100 columnwidthになりますので,
21101
21102 \begin_inset Formula $W_{\text{列}}$
21103 \end_inset
21104
21105 は簡単に計算できます.
21106 \end_layout
21107
21108 \begin_layout Standard
21109 計算を行わせる場合には,
21110 文書プリアンブル中で\SpecialChar LaTeX
21111 パッケージ
21112 \series bold
21113 calc
21114 \series default
21115
21116 \begin_inset Index idx
21117 range none
21118 pageformat default
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122 \SpecialChar LaTeX
21123 ぱっけーじ@\SpecialChar LaTeX
21124 パッケージ !
21125  calc
21126 \end_layout
21127
21128 \end_inset
21129
21130 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
21131
21132 \family sans
21133 \SpecialChar LaTeX
21134 の引数
21135 \family default
21136 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,
21137
21138 \begin_inset CommandInset ref
21139 LatexCommand ref
21140 reference "subsec:連結列の計算"
21141 nolink "false"
21142
21143 \end_inset
21144
21145 節で説明したのと同様です.同幅中央揃え5列の表ならば,
21146 各列の同フィールドに
21147 \end_layout
21148
21149 \begin_layout Standard
21150
21151 \series bold
21152 >{
21153 \backslash
21154 centering}p{(1
21155 \backslash
21156 columnwidth-62.4pt)/5}
21157 \end_layout
21158
21159 \begin_layout Standard
21160 というコマンドを入力します.5列の表で,
21161 うち2列が他の3列の幅の0.75倍であるような表の場合には,
21162 計算は
21163 \begin_inset Formula 
21164 \begin{align}
21165 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21166  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21167  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
21168 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21169 \end{align}
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Standard
21177 となります.したがって,
21178 表中の広い列には
21179 \end_layout
21180
21181 \begin_layout Standard
21182
21183 \series bold
21184 >{
21185 \backslash
21186 centering}p{(1
21187 \backslash
21188 columnwidth-62.4pt)/
21189 \backslash
21190 real{4.5}}
21191 \end_layout
21192
21193 \begin_layout Standard
21194 というコマンドを用い,
21195 狭い列には
21196 \end_layout
21197
21198 \begin_layout Standard
21199
21200 \series bold
21201 >{
21202 \backslash
21203 centering}p{(1
21204 \backslash
21205 columnwidth-62.4pt)/
21206 \backslash
21207 real{4.5}*
21208 \backslash
21209 real{0.75}}
21210 \end_layout
21211
21212 \begin_layout Standard
21213 というコマンドを用いることにすると,
21214 以下の表が出来上がります.
21215 \end_layout
21216
21217 \begin_layout Standard
21218 \begin_inset Tabular
21219 <lyxtabular version="3" rows="2" columns="5">
21220 <features tabularvalignment="middle">
21221 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21222 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21223 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21224 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21225 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21226 <row>
21227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 1
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 2
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 3
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258 4
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 5
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 </row>
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 111111 1111111 111111 111111111 11111 11111 1111
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 2222 22222 222222 222222222 2222222 22 22222
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 333333 333333 333333 33333 3333333 333
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 </row>
21320 </lyxtabular>
21321
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \begin_layout Section
21328 表の調整
21329 \begin_inset Index idx
21330 range none
21331 pageformat default
21332 status collapsed
21333
21334 \begin_layout Plain Layout
21335 ひょうのちょうせい@表の調整
21336 \end_layout
21337
21338 \end_inset
21339
21340
21341 \begin_inset Index idx
21342 range none
21343 pageformat default
21344 status collapsed
21345
21346 \begin_layout Plain Layout
21347 ひょう@表 !
21348  ちょうせい@調整
21349 \end_layout
21350
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \begin_layout Subsection
21357 行の余白取り
21358 \begin_inset CommandInset label
21359 LatexCommand label
21360 name "subsec:行の余白取り"
21361
21362 \end_inset
21363
21364
21365 \begin_inset Index idx
21366 range none
21367 pageformat default
21368 status collapsed
21369
21370 \begin_layout Plain Layout
21371 ひょうのちょうせい@表の調整 !
21372  ぎょうのよはくどり@行の余白取り
21373 \end_layout
21374
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \begin_layout Standard
21381 表の設定ダイアログの
21382 \family sans
21383 罫線
21384 \family default
21385 タブで,
21386 表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
21387 \end_layout
21388
21389 \begin_layout Description
21390 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
21391 \begin_inset Foot
21392 status collapsed
21393
21394 \begin_layout Plain Layout
21395 フォーマル様式の表は第
21396 \begin_inset CommandInset ref
21397 LatexCommand ref
21398 reference "sec:フォーマル様式の表"
21399 nolink "false"
21400
21401 \end_inset
21402
21403 節で説明されています.
21404 \end_layout
21405
21406 \end_inset
21407
21408 ならば,
21409 \SpecialChar LyX
21410 は既定値として0.5
21411 \begin_inset space \thinspace{}
21412 \end_inset
21413
21414 emの余白を挿入します.通常の表の場合には,
21415 余白を追加すると,
21416 残念ながら以下の表のように縦罫線が破壊されてしまいます.
21417 \begin_inset VSpace medskip
21418 \end_inset
21419
21420
21421 \begin_inset Newline newline
21422 \end_inset
21423
21424
21425 \begin_inset space \hspace*{}
21426 \length 0pt
21427 \end_inset
21428
21429
21430 \begin_inset space \hfill{}
21431 \end_inset
21432
21433
21434 \begin_inset Tabular
21435 <lyxtabular version="3" rows="3" columns="1">
21436 <features tabularvalignment="middle">
21437 <column alignment="center" valignment="top">
21438 <row>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 </row>
21449 <row topspace="3mm">
21450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 行上に3
21455 \begin_inset space \thinspace{}
21456 \end_inset
21457
21458 mmの余白
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 </row>
21464 <row>
21465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 </row>
21475 </lyxtabular>
21476
21477 \end_inset
21478
21479
21480 \begin_inset space \hfill{}
21481 \end_inset
21482
21483
21484 \begin_inset space \hspace*{}
21485 \length 0pt
21486 \end_inset
21487
21488
21489 \begin_inset VSpace medskip
21490 \end_inset
21491
21492
21493 \begin_inset Newline newline
21494 \end_inset
21495
21496 したがって,
21497 通常表の行上に余白を加えるのは,
21498 縦罫線がないときのみに使用することができます.
21499 \end_layout
21500
21501 \begin_layout Description
21502 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,
21503 \SpecialChar LyX
21504 は既定値として0.5
21505 \begin_inset space \thinspace{}
21506 \end_inset
21507
21508 emの余白を挿入し,
21509 通常の表ならば既定値として2
21510 \begin_inset space \thinspace{}
21511 \end_inset
21512
21513 ptを挿入します.
21514 \end_layout
21515
21516 \begin_layout Description
21517 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,
21518 \SpecialChar LyX
21519 は既定値として0.5
21520 \begin_inset space \thinspace{}
21521 \end_inset
21522
21523 emの余白を挿入します.通常の表の場合には,
21524 余白を追加すると,
21525 残念ながら以下の表のように縦罫線が破壊されてしまいます.
21526 \begin_inset VSpace medskip
21527 \end_inset
21528
21529
21530 \begin_inset Newline newline
21531 \end_inset
21532
21533
21534 \begin_inset space \hspace*{}
21535 \length 0pt
21536 \end_inset
21537
21538
21539 \begin_inset space \hfill{}
21540 \end_inset
21541
21542
21543 \begin_inset Tabular
21544 <lyxtabular version="3" rows="3" columns="1">
21545 <features tabularvalignment="middle">
21546 <column alignment="center" valignment="top">
21547 <row>
21548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 </row>
21558 <row interlinespace="3mm">
21559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $\downarrow$
21564 \end_inset
21565
21566  行間に3
21567 \begin_inset space \thinspace{}
21568 \end_inset
21569
21570 mmの余白 
21571 \begin_inset Formula $\downarrow$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 </row>
21580 <row>
21581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 \begin_inset Formula $\uparrow$
21586 \end_inset
21587
21588  行間に3
21589 \begin_inset space \thinspace{}
21590 \end_inset
21591
21592 mmの余白 
21593 \begin_inset Formula $\uparrow$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 </lyxtabular>
21603
21604 \end_inset
21605
21606
21607 \begin_inset space \hfill{}
21608 \end_inset
21609
21610
21611 \begin_inset space \hspace*{}
21612 \length 0pt
21613 \end_inset
21614
21615
21616 \begin_inset VSpace medskip
21617 \end_inset
21618
21619
21620 \begin_inset Newline newline
21621 \end_inset
21622
21623 したがって,
21624 通常表の行間に余白を加えるのは,
21625 縦罫線がないときのみに使用することができます.
21626 \end_layout
21627
21628 \begin_layout Standard
21629 \begin_inset VSpace bigskip
21630 \end_inset
21631
21632 すべての表の全セルの高さを上げたい場合には,
21633 以下の行をプリアンブルに加えることによって実現できます.
21634 \end_layout
21635
21636 \begin_layout Standard
21637
21638 \series bold
21639
21640 \backslash
21641 @ifundefined{extrarowheight}
21642 \begin_inset Newline newline
21643 \end_inset
21644
21645
21646 \begin_inset Phantom HPhantom
21647 status open
21648
21649 \begin_layout Plain Layout
21650 \begin_inset space ~
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \end_inset
21657
21658 {
21659 \backslash
21660 usepackage{array}}{}
21661 \begin_inset Newline newline
21662 \end_inset
21663
21664
21665 \backslash
21666 setlength{
21667 \backslash
21668 extrarowheight}{高さ}
21669 \series default
21670
21671 \begin_inset Note Note
21672 status collapsed
21673
21674 \begin_layout Plain Layout
21675 自己定義の表書式を用いると,
21676 \SpecialChar LyX
21677 は自動的に
21678 \series bold
21679 array
21680 \series default
21681 パッケージを読み込みます.これが二度読み込まれることを防ぐために,
21682 上記のコマンドでは
21683 \series bold
21684
21685 \backslash
21686 @ifundefined
21687 \series default
21688 が使用されています.
21689 \end_layout
21690
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \begin_layout Standard
21697 というコマンドを書き加えて下さい.ここで「高さ」には,
21698 付録
21699 \begin_inset CommandInset ref
21700 LatexCommand ref
21701 reference "cha:LyXで使用できる単位"
21702 nolink "false"
21703
21704 \end_inset
21705
21706 に挙げられている単位を取ることができます.しかしこの方法は,
21707 セル内の文章が縦方向に中央揃えにならないという欠点があります.
21708 \end_layout
21709
21710 \begin_layout Standard
21711 標準大よりも大きいフォント寸法を使用している場合には,
21712 文字が表罫線に近寄りすぎることがよくあります.これは,
21713 表の行の最初に\SpecialChar TeX
21714 コードで
21715 \series bold
21716
21717 \backslash
21718 strut
21719 \series default
21720 コマンドを挿入することで補正することができます.表
21721 \begin_inset CommandInset ref
21722 LatexCommand ref
21723 reference "tab:垂直揃え"
21724 nolink "false"
21725
21726 \end_inset
21727
21728 は,
21729 この効果を示したものです.
21730 \end_layout
21731
21732 \begin_layout Standard
21733 \noindent
21734 \begin_inset Float table
21735 placement h
21736 alignment document
21737 wide false
21738 sideways false
21739 status open
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Caption Standard
21743
21744 \begin_layout Plain Layout
21745 \begin_inset CommandInset label
21746 LatexCommand label
21747 name "tab:垂直揃え"
21748
21749 \end_inset
21750
21751 大きなフォント寸法の文章の垂直揃え
21752 \end_layout
21753
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \begin_layout Plain Layout
21760 \begin_inset space \hfill{}
21761 \end_inset
21762
21763
21764 \begin_inset Float table
21765 placement document
21766 alignment document
21767 wide false
21768 sideways false
21769 status collapsed
21770
21771 \begin_layout Plain Layout
21772 \begin_inset Caption Standard
21773
21774 \begin_layout Plain Layout
21775 通常の表
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \begin_layout Plain Layout
21784 \noindent
21785 \align center
21786 \begin_inset Tabular
21787 <lyxtabular version="3" rows="6" columns="1">
21788 <features tabularvalignment="middle">
21789 <column alignment="left" valignment="top">
21790 <row>
21791 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 ふつう,
21796  g
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 <row>
21803 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807
21808 \size large
21809 やや大
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \size larger
21822
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 </row>
21828 <row>
21829 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833
21834 \size largest
21835 極大
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 </row>
21841 <row>
21842 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846
21847 \size huge
21848 極々大
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 <row>
21855 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859
21860 \size giant
21861 最大
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 </lyxtabular>
21868
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875
21876
21877 \begin_inset space \hfill{}
21878 \end_inset
21879
21880
21881 \begin_inset Float table
21882 placement document
21883 alignment document
21884 wide false
21885 sideways false
21886 status collapsed
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Caption Standard
21890
21891 \begin_layout Plain Layout
21892
21893 \series bold
21894
21895 \backslash
21896 strut
21897 \series default
21898 コマンドを使用した表
21899 \end_layout
21900
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \begin_layout Plain Layout
21907 \noindent
21908 \align center
21909 \begin_inset Tabular
21910 <lyxtabular version="3" rows="6" columns="1">
21911 <features tabularvalignment="middle">
21912 <column alignment="left" valignment="top">
21913 <row>
21914 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 ふつう,
21919  g
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 </row>
21925 <row>
21926 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930
21931 \size large
21932 \begin_inset ERT
21933 status collapsed
21934
21935 \begin_layout Plain Layout
21936
21937
21938 \backslash
21939 strut 
21940 \end_layout
21941
21942 \end_inset
21943
21944 やや大
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 </row>
21950 <row>
21951 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955
21956 \size larger
21957 \begin_inset ERT
21958 status collapsed
21959
21960 \begin_layout Plain Layout
21961
21962
21963 \backslash
21964 strut 
21965 \end_layout
21966
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 </row>
21975 <row>
21976 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980
21981 \size largest
21982 \begin_inset ERT
21983 status collapsed
21984
21985 \begin_layout Plain Layout
21986
21987
21988 \backslash
21989 strut 
21990 \end_layout
21991
21992 \end_inset
21993
21994 極大
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 </row>
22000 <row>
22001 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005
22006 \size huge
22007 \begin_inset ERT
22008 status collapsed
22009
22010 \begin_layout Plain Layout
22011
22012
22013 \backslash
22014 strut 
22015 \end_layout
22016
22017 \end_inset
22018
22019 極々大
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 </row>
22025 <row>
22026 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22027 \begin_inset Text
22028
22029 \begin_layout Plain Layout
22030
22031 \size giant
22032 \begin_inset ERT
22033 status collapsed
22034
22035 \begin_layout Plain Layout
22036
22037
22038 \backslash
22039 strut 
22040 \end_layout
22041
22042 \end_inset
22043
22044 最大
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 </row>
22050 </lyxtabular>
22051
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \begin_inset space \hfill{}
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Subsection
22072 特殊なセル揃え
22073 \begin_inset CommandInset label
22074 LatexCommand label
22075 name "subsec:特殊なセル揃え"
22076
22077 \end_inset
22078
22079
22080 \begin_inset Index idx
22081 range none
22082 pageformat default
22083 status collapsed
22084
22085 \begin_layout Plain Layout
22086 ひょうのちょうせい@表の調整 !
22087  とくしゅなせるぞろえ@特殊なセル揃え
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Standard
22096 ときには表
22097 \begin_inset CommandInset ref
22098 LatexCommand ref
22099 reference "tab:表セル"
22100 nolink "false"
22101
22102 \end_inset
22103
22104 の小数点のように,
22105 同一列の各セルの内容が,
22106 特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,
22107 当該列にカーソルを置いて,
22108 ツールバーボタン
22109 \begin_inset Info
22110 type  "icon"
22111 arg   "tabular-feature align-decimal"
22112 \end_inset
22113
22114 を押すか,
22115 表設定中で揃えを
22116 \family sans
22117 小数点で
22118 \family default
22119 に設定します.
22120 \end_layout
22121
22122 \begin_layout Standard
22123 \begin_inset Float table
22124 placement h
22125 alignment document
22126 wide false
22127 sideways false
22128 status open
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Caption Standard
22132
22133 \begin_layout Plain Layout
22134 \begin_inset CommandInset label
22135 LatexCommand label
22136 name "tab:表セル"
22137
22138 \end_inset
22139
22140 一列が小数点で揃えられた表セル
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \begin_layout Plain Layout
22149 \align center
22150 \begin_inset Tabular
22151 <lyxtabular version="3" rows="4" columns="1">
22152 <features booktabs="true" tabularvalignment="middle">
22153 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22154 <row>
22155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 見出し
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 </row>
22165 <row>
22166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 12.6
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 0.68
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 </row>
22187 <row>
22188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 -123.0
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 </lyxtabular>
22199
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \begin_layout Standard
22211 \begin_inset Float table
22212 placement h
22213 alignment document
22214 wide false
22215 sideways false
22216 status open
22217
22218 \begin_layout Plain Layout
22219 \begin_inset Caption Standard
22220
22221 \begin_layout Plain Layout
22222 \begin_inset CommandInset label
22223 LatexCommand label
22224 name "tab:演算子揃え表"
22225
22226 \end_inset
22227
22228 一列が演算子で揃えられた表セル
22229 \end_layout
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \begin_layout Plain Layout
22237 \align center
22238 \begin_inset Tabular
22239 <lyxtabular version="3" rows="4" columns="2">
22240 <features booktabs="true" tabularvalignment="middle">
22241 <column alignment="right" valignment="top" width="0pt">
22242 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22243 <row>
22244 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 見出し
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Formula $12\,+$
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 \begin_inset Formula $\,6$
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294 \begin_inset Formula $0\,-$
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 \begin_inset Formula $\,68$
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 </row>
22315 <row>
22316 <cell alignment="center" valignment="top" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 \begin_inset Formula $-123\,/$
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 \begin_inset Formula $\,0$
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 </lyxtabular>
22342
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \begin_layout Standard
22354 揃え文字を指定するフィールドには,
22355 数式を用いることができないので,
22356 この方法を使って,
22357 数式中の文字で揃えることはできません.このような場合には,
22358
22359 \begin_inset CommandInset ref
22360 LatexCommand ref
22361 reference "tab:演算子揃え表"
22362 nolink "false"
22363
22364 \end_inset
22365
22366 のような方法を用いる必要があります.この表は,
22367 4
22368 \begin_inset Formula $\times$
22369 \end_inset
22370
22371 2表として作成されており,
22372 見出しは中央揃え連結列です.第1列には,
22373 右揃えで演算子を含む前半部を収め,
22374 第2列には,
22375 左揃えで残りを収めます.演算子の周りに通常加えられる空白を得るために,
22376 第2列の各セルの冒頭には,
22377 小空白が加えられています.通常,
22378 表の列間に加えられる余白を削るために,
22379
22380 \end_layout
22381
22382 \begin_layout Standard
22383
22384 \series bold
22385 @{}l
22386 \end_layout
22387
22388 \begin_layout Standard
22389 という\SpecialChar LaTeX
22390 引数を第2列に指定します.
22391 \end_layout
22392
22393 \begin_layout Standard
22394
22395 \begin_inset CommandInset ref
22396 LatexCommand ref
22397 reference "tab:表セル揃え"
22398 nolink "false"
22399
22400 \end_inset
22401
22402 は,
22403 揃え方の例をいくつか示しています.関係子で揃えるために,
22404
22405 \begin_inset CommandInset ref
22406 LatexCommand ref
22407 reference "tab:演算子揃え表"
22408 nolink "false"
22409
22410 \end_inset
22411
22412 の冒頭には,
22413 小空白が加えられています.
22414 \end_layout
22415
22416 \begin_layout Standard
22417 \begin_inset Float table
22418 placement document
22419 alignment document
22420 wide false
22421 sideways false
22422 status open
22423
22424 \begin_layout Plain Layout
22425 \begin_inset Caption Standard
22426
22427 \begin_layout Plain Layout
22428 \begin_inset CommandInset label
22429 LatexCommand label
22430 name "tab:表セル揃え"
22431
22432 \end_inset
22433
22434 表セルの揃えの例
22435 \end_layout
22436
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \begin_layout Plain Layout
22443 \align center
22444 \begin_inset Tabular
22445 <lyxtabular version="3" rows="4" columns="6">
22446 <features tabularvalignment="middle">
22447 <column alignment="right" valignment="top">
22448 <column alignment="left" valignment="top" special="@{}l">
22449 <column alignment="right" valignment="top">
22450 <column alignment="left" valignment="top" special="@{}l">
22451 <column alignment="right" valignment="top">
22452 <column alignment="left" valignment="top" special="@{}l">
22453 <row>
22454 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 単位
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 冪数
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 関係子
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 12
22515 \begin_inset Formula $\times$
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 24本の瓶
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $10\cdot$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $10^{\mbox{-}17}$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 \begin_inset Formula $\Gamma(t)\propto$
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $\:\Upsilon(t)$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 <row>
22582 <cell alignment="center" valignment="top" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 1024
22587 \begin_inset Formula $\times$
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 768ピクセル
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Formula $5.78\cdot$
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Formula $10^{7}$
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 \begin_inset Formula $A\ne$
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 \begin_inset Formula $\:B_{\mathrm{red}}$
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 </row>
22653 <row>
22654 <cell alignment="center" valignment="top" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 32
22659 \begin_inset Formula $\times$
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 6
22672 \begin_inset space \thinspace{}
22673 \end_inset
22674
22675 cm
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 <cell alignment="center" valignment="top" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 -
22685 \begin_inset Formula $33.5\cdot$
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 \begin_inset Formula $10^{4}$
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 \begin_inset Formula $\sin(\alpha)\ge$
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 \begin_inset Formula $\:\sin(\beta)$
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 </row>
22730 </lyxtabular>
22731
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \begin_layout Subsection
22743 自製のセル書式および列書式
22744 \begin_inset CommandInset label
22745 LatexCommand label
22746 name "subsec:自製書式"
22747
22748 \end_inset
22749
22750
22751 \begin_inset Index idx
22752 range none
22753 pageformat default
22754 status collapsed
22755
22756 \begin_layout Plain Layout
22757 ひょうのちょうせい@表の調整 !
22758  せるとれつのしょしき@セルと列の書式
22759 \end_layout
22760
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \begin_layout Standard
22767
22768 \begin_inset CommandInset ref
22769 LatexCommand ref
22770 reference "sec:表幅の計算"
22771 nolink "false"
22772
22773 \end_inset
22774
22775 節のようにして通常列の必要幅を計算したり,
22776
22777 \begin_inset CommandInset ref
22778 LatexCommand ref
22779 reference "subsec:連結列の計算"
22780 nolink "false"
22781
22782 \end_inset
22783
22784 節のように連結列の必要幅を計算したりするのは,
22785 計算の必要な表が複数あるときには,
22786 とても大変です.そこで楽をするために,
22787 プリアンブルでセル・列書式を定義してしまえば,
22788 それを文書中のすべての表で使うことができます.書式は,
22789 以下のように定義します.
22790 \end_layout
22791
22792 \begin_layout Standard
22793
22794 \series bold
22795
22796 \backslash
22797 newcolumntype{書式名}[引数の数]{コマンド}
22798 \end_layout
22799
22800 \begin_layout Standard
22801 書式名は,
22802 一文字だけでも構いません.
22803 \emph on
22804 b
22805 \emph default
22806
22807 \emph on
22808 c
22809 \emph default
22810
22811 \emph on
22812 l
22813 \emph default
22814
22815 \emph on
22816 m
22817 \emph default
22818
22819 \emph on
22820 p
22821 \emph default
22822
22823 \emph on
22824 r
22825 \emph default
22826 の文字は定義済みですので使用することができませんが,
22827 これらの文字の大文字は使用可能です.
22828 \end_layout
22829
22830 \begin_layout Standard
22831 \begin_inset VSpace medskip
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \begin_layout Standard
22838 固定幅の縦横中央揃えの連結列セルの場合は,
22839 以下のセル書式を定義するとよいでしょう.
22840 \end_layout
22841
22842 \begin_layout Standard
22843
22844 \series bold
22845
22846 \backslash
22847 newcolumntype{M}[1]{>{
22848 \backslash
22849 centering
22850 \backslash
22851 hspace{0pt}}m{#1}}
22852 \end_layout
22853
22854 \begin_layout Standard
22855 ここで
22856 \series bold
22857
22858 \backslash
22859 hspace{0pt}
22860 \series default
22861 は,
22862
22863 \begin_inset CommandInset ref
22864 LatexCommand ref
22865 reference "subsec:複数行"
22866 nolink "false"
22867
22868 \end_inset
22869
22870 節で述べたように,
22871 最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,
22872 表ダイアログの
22873 \family sans
22874 \SpecialChar LaTeX
22875 の引数
22876 \family default
22877
22878 \end_layout
22879
22880 \begin_layout Standard
22881
22882 \series bold
22883 M{width}
22884 \end_layout
22885
22886 \begin_layout Standard
22887 と入力するだけですみます.
22888 \end_layout
22889
22890 \begin_layout Standard
22891 \begin_inset VSpace bigskip
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \begin_layout Standard
22898 連結列セルにまたがられる各セルについては,
22899 以下の書式を定義するとよいでしょう.
22900 \end_layout
22901
22902 \begin_layout Standard
22903
22904 \series bold
22905
22906 \backslash
22907 newcolumntype{S}[2]{>{
22908 \backslash
22909 centering
22910 \backslash
22911 hspace{0pt}}
22912 \begin_inset Newline newline
22913 \end_inset
22914
22915
22916 \begin_inset Phantom HPhantom
22917 status open
22918
22919 \begin_layout Plain Layout
22920
22921 \series bold
22922
22923 \backslash
22924 newcolumntype
22925 \end_layout
22926
22927 \end_inset
22928
22929 m{(#1+(2
22930 \backslash
22931 tabcolsep+
22932 \backslash
22933 arrayrulewidth)*(1-#2))/#2}}
22934 \end_layout
22935
22936 \begin_layout Standard
22937 この書式は,
22938 またがられる各セルが同じ幅になる幅を計算するのに,
22939
22940 \begin_inset CommandInset ref
22941 LatexCommand eqref
22942 reference "eq:Wgn"
22943 nolink "false"
22944
22945 \end_inset
22946
22947 式を使用しています.
22948 \end_layout
22949
22950 \begin_layout Standard
22951 こうしておけば,
22952 当該セルの\SpecialChar LaTeX
22953 引数に
22954 \end_layout
22955
22956 \begin_layout Standard
22957
22958 \series bold
22959 S{連結列セルの幅}{連結列セルがまたがる列の数}
22960 \end_layout
22961
22962 \begin_layout Standard
22963 と入力するだけですみます.
22964 \end_layout
22965
22966 \begin_layout Standard
22967 \begin_inset VSpace bigskip
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \begin_layout Standard
22974 色付き列については,
22975 以下のように定義するとよいでしょう.
22976 \end_layout
22977
22978 \begin_layout Standard
22979
22980 \series bold
22981
22982 \backslash
22983 newcolumntype{K}[1]{>{
22984 \backslash
22985 columncolor{#1}
22986 \backslash
22987 hspace{0pt}}c}
22988 \end_layout
22989
22990 \begin_layout Standard
22991 最後の「c」は,
22992 文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,
22993 \SpecialChar LaTeX
22994 引数に
22995 \end_layout
22996
22997 \begin_layout Standard
22998
22999 \series bold
23000 K{色名}
23001 \end_layout
23002
23003 \begin_layout Standard
23004 と入力します.
23005 \end_layout
23006
23007 \begin_layout Standard
23008 \begin_inset VSpace bigskip
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \begin_layout Standard
23015
23016 \begin_inset CommandInset ref
23017 LatexCommand ref
23018 reference "tab:ユーザー定義の表書式"
23019 nolink "false"
23020
23021 \end_inset
23022
23023 を生成するには,
23024 第1列と連結列に\SpecialChar LaTeX
23025 引数として
23026 \end_layout
23027
23028 \begin_layout Standard
23029
23030 \series bold
23031 M{2.5cm}
23032 \end_layout
23033
23034 \begin_layout Standard
23035 を指定し,
23036 最終列に
23037 \end_layout
23038
23039 \begin_layout Standard
23040
23041 \series bold
23042 K{red}
23043 \end_layout
23044
23045 \begin_layout Standard
23046 そして第2列の各セルに
23047 \end_layout
23048
23049 \begin_layout Standard
23050
23051 \series bold
23052 S{2.5cm}{2}
23053 \end_layout
23054
23055 \begin_layout Standard
23056 と指定します.
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset Float table
23061 placement h
23062 alignment document
23063 wide false
23064 sideways false
23065 status open
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Caption Standard
23069
23070 \begin_layout Plain Layout
23071 \begin_inset CommandInset label
23072 LatexCommand label
23073 name "tab:ユーザー定義の表書式"
23074
23075 \end_inset
23076
23077 ユーザー定義の表書式を使用した表
23078 \end_layout
23079
23080 \end_inset
23081
23082
23083 \end_layout
23084
23085 \begin_layout Plain Layout
23086 \align center
23087 \begin_inset Tabular
23088 <lyxtabular version="3" rows="3" columns="4">
23089 <features tabularvalignment="middle">
23090 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23091 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23092 <column alignment="center" valignment="middle">
23093 <column alignment="center" valignment="middle" special="K{red}">
23094 <row>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 とても長い表セル中の単語
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 複数行の連結列
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 </row>
23208 </lyxtabular>
23209
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \begin_layout Subsection
23221 罫線幅
23222 \begin_inset CommandInset label
23223 LatexCommand label
23224 name "subsec:罫線幅"
23225
23226 \end_inset
23227
23228
23229 \begin_inset Index idx
23230 range none
23231 pageformat default
23232 status collapsed
23233
23234 \begin_layout Plain Layout
23235 ひょうのちょうせい@表の調整 !
23236  けいせんはば@罫線幅
23237 \end_layout
23238
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \begin_layout Standard
23245 表中のすべての罫線の罫線幅を調整するには,
23246 長さ
23247 \series bold
23248
23249 \backslash
23250 arrayrulewidth
23251 \series default
23252 を使用します.たとえば,
23253
23254 \begin_inset CommandInset ref
23255 LatexCommand ref
23256 reference "tab:Table-with-1.5"
23257 nolink "false"
23258
23259 \end_inset
23260
23261 のように罫線幅を1.5
23262 \begin_inset space \thinspace{}
23263 \end_inset
23264
23265 ptにするには,
23266 表や表フロートの前に\SpecialChar TeX
23267 コードで
23268 \end_layout
23269
23270 \begin_layout Standard
23271
23272 \series bold
23273
23274 \backslash
23275 setlength{
23276 \backslash
23277 arrayrulewidth}{1.5pt}
23278 \end_layout
23279
23280 \begin_layout Standard
23281 というコマンドを挿入します.こうして変更した罫線幅は,
23282 これ以降のすべての表に適用されます.ふたたび既定値を使用するには,
23283 表か表フロートの前に\SpecialChar TeX
23284 コードで
23285 \series bold
23286
23287 \backslash
23288 arrayrulewidth
23289 \series default
23290 を0.4
23291 \begin_inset space \thinspace{}
23292 \end_inset
23293
23294 ptに設定してください.
23295 \end_layout
23296
23297 \begin_layout Standard
23298 \begin_inset ERT
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302
23303
23304 \backslash
23305 setlength{
23306 \backslash
23307 arrayrulewidth}{1.5pt}
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \begin_inset Float table
23314 placement document
23315 alignment document
23316 wide false
23317 sideways false
23318 status open
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Caption Standard
23322
23323 \begin_layout Plain Layout
23324 \begin_inset CommandInset label
23325 LatexCommand label
23326 name "tab:Table-with-1.5"
23327
23328 \end_inset
23329
23330 1.5
23331 \begin_inset space \thinspace{}
23332 \end_inset
23333
23334 pt幅罫線の表
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \begin_layout Plain Layout
23343 \align center
23344 \begin_inset Tabular
23345 <lyxtabular version="3" rows="3" columns="3">
23346 <features tabularvalignment="middle">
23347 <column alignment="center" valignment="top">
23348 <column alignment="center" valignment="top">
23349 <column alignment="center" valignment="top">
23350 <row>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 sd
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 </row>
23379 <row>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 sd
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 sd
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 </lyxtabular>
23438
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \end_inset
23445
23446
23447 \begin_inset ERT
23448 status collapsed
23449
23450 \begin_layout Plain Layout
23451
23452
23453 \backslash
23454 setlength{
23455 \backslash
23456 arrayrulewidth}{0.4pt}
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \begin_layout Standard
23465 \begin_inset VSpace bigskip
23466 \end_inset
23467
23468
23469 \begin_inset CommandInset ref
23470 LatexCommand ref
23471 reference "tab:1.5pt幅横罫"
23472 nolink "false"
23473
23474 \end_inset
23475
23476 のように横罫だけを1.5
23477 \begin_inset space \thinspace{}
23478 \end_inset
23479
23480 pt幅にするには,
23481 表または表フロートの前に\SpecialChar TeX
23482 コードとして以下のコマンドを挿入してください.
23483 \end_layout
23484
23485 \begin_layout Standard
23486
23487 \series bold
23488
23489 \backslash
23490 let
23491 \backslash
23492 myHline
23493 \backslash
23494 hline
23495 \begin_inset Newline newline
23496 \end_inset
23497
23498
23499 \backslash
23500 renewcommand{
23501 \backslash
23502 hline}
23503 \begin_inset Newline newline
23504 \end_inset
23505
23506  {
23507 \backslash
23508 noalign{
23509 \backslash
23510 global
23511 \backslash
23512 arrayrulewidth 1.5pt}
23513 \begin_inset Newline newline
23514 \end_inset
23515
23516  
23517 \backslash
23518 myHline
23519 \backslash
23520 noalign{
23521 \backslash
23522 global
23523 \backslash
23524 arrayrulewidth 0.4pt}}
23525 \end_layout
23526
23527 \begin_layout Standard
23528 既定幅に戻すには,
23529 表または表フロートの後に\SpecialChar TeX
23530 コードとして以下のコマンドを挿入します.
23531 \end_layout
23532
23533 \begin_layout Standard
23534
23535 \series bold
23536
23537 \backslash
23538 renewcommand{
23539 \backslash
23540 hline}{
23541 \backslash
23542 myHline}
23543 \end_layout
23544
23545 \begin_layout Standard
23546 \begin_inset ERT
23547 status collapsed
23548
23549 \begin_layout Plain Layout
23550
23551
23552 \backslash
23553 let
23554 \backslash
23555 myHline
23556 \backslash
23557 hline
23558 \end_layout
23559
23560 \begin_layout Plain Layout
23561
23562
23563 \backslash
23564 renewcommand{
23565 \backslash
23566 hline}
23567 \end_layout
23568
23569 \begin_layout Plain Layout
23570
23571  {
23572 \backslash
23573 noalign{
23574 \backslash
23575 global
23576 \backslash
23577 arrayrulewidth 1.5pt}
23578 \end_layout
23579
23580 \begin_layout Plain Layout
23581
23582   
23583 \backslash
23584 myHline
23585 \backslash
23586 noalign{
23587 \backslash
23588 global
23589 \backslash
23590 arrayrulewidth 0.4pt}}
23591 \end_layout
23592
23593 \end_inset
23594
23595
23596 \begin_inset Float table
23597 placement document
23598 alignment document
23599 wide false
23600 sideways false
23601 status open
23602
23603 \begin_layout Plain Layout
23604 \begin_inset Caption Standard
23605
23606 \begin_layout Plain Layout
23607 \begin_inset CommandInset label
23608 LatexCommand label
23609 name "tab:1.5pt幅横罫"
23610
23611 \end_inset
23612
23613 1.5
23614 \begin_inset space \thinspace{}
23615 \end_inset
23616
23617 pt幅横罫の表
23618 \end_layout
23619
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \begin_layout Plain Layout
23626 \align center
23627 \begin_inset Tabular
23628 <lyxtabular version="3" rows="3" columns="3">
23629 <features tabularvalignment="middle">
23630 <column alignment="center" valignment="top">
23631 <column alignment="center" valignment="top">
23632 <column alignment="center" valignment="top">
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 sd
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 sd
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 </row>
23691 <row>
23692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 sd
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 </row>
23720 </lyxtabular>
23721
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \end_inset
23728
23729
23730 \begin_inset ERT
23731 status collapsed
23732
23733 \begin_layout Plain Layout
23734
23735
23736 \backslash
23737 renewcommand{
23738 \backslash
23739 hline}{
23740 \backslash
23741 myHline}
23742 \end_layout
23743
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \begin_layout Standard
23750 \begin_inset VSpace bigskip
23751 \end_inset
23752
23753 縦罫だけを1.5
23754 \begin_inset space \thinspace{}
23755 \end_inset
23756
23757 pt幅にするには,
23758
23759 \begin_inset CommandInset ref
23760 LatexCommand ref
23761 reference "subsec:自製書式"
23762 nolink "false"
23763
23764 \end_inset
23765
23766 節の説明にしたがって,
23767 文書プリアンブルに以下のような列書式を作成してください.
23768 \end_layout
23769
23770 \begin_layout Standard
23771
23772 \series bold
23773
23774 \backslash
23775 newcolumntype{V}{!{
23776 \backslash
23777 vrule width 1.5pt}}
23778 \end_layout
23779
23780 \begin_layout Standard
23781
23782 \begin_inset CommandInset ref
23783 LatexCommand ref
23784 reference "tab:1.5pt幅縦罫"
23785 nolink "false"
23786
23787 \end_inset
23788
23789 を作るには,
23790 最右列に\SpecialChar LaTeX
23791 引数
23792 \end_layout
23793
23794 \begin_layout Standard
23795
23796 \series bold
23797 VcV
23798 \end_layout
23799
23800 \begin_layout Standard
23801 を指定し,
23802 他の列には
23803 \end_layout
23804
23805 \begin_layout Standard
23806
23807 \series bold
23808 Vc
23809 \end_layout
23810
23811 \begin_layout Standard
23812 を指定します.
23813 \end_layout
23814
23815 \begin_layout Standard
23816 \begin_inset Float table
23817 placement document
23818 alignment document
23819 wide false
23820 sideways false
23821 status open
23822
23823 \begin_layout Plain Layout
23824 \begin_inset Caption Standard
23825
23826 \begin_layout Plain Layout
23827 \begin_inset CommandInset label
23828 LatexCommand label
23829 name "tab:1.5pt幅縦罫"
23830
23831 \end_inset
23832
23833 1.5
23834 \begin_inset space \thinspace{}
23835 \end_inset
23836
23837 pt幅縦罫の表
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \end_layout
23844
23845 \begin_layout Plain Layout
23846 \align center
23847 \begin_inset Tabular
23848 <lyxtabular version="3" rows="3" columns="3">
23849 <features tabularvalignment="middle">
23850 <column alignment="center" valignment="top" special="Vc">
23851 <column alignment="center" valignment="top" special="Vc">
23852 <column alignment="center" valignment="top" special="VcV">
23853 <row>
23854 <cell alignment="center" valignment="top" topline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 sd
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 <row>
23883 <cell alignment="center" valignment="top" topline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 sd
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 sd
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 </row>
23940 </lyxtabular>
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \begin_layout Subsection
23953 点罫
23954 \begin_inset Index idx
23955 range none
23956 pageformat default
23957 status collapsed
23958
23959 \begin_layout Plain Layout
23960 ひょうのちょうせい@表の調整 !
23961  てんけい@点罫
23962 \end_layout
23963
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \begin_layout Standard
23970 \begin_inset ERT
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974
23975
23976 \backslash
23977 ifarydshln
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \begin_inset Note Note
23984 status open
23985
23986 \begin_layout Plain Layout
23987 この節は,
23988 \SpecialChar LaTeX
23989 パッケージ
23990 \series bold
23991 arydshln
23992 \series default
23993 が導入済みの時のみ表示されます.
23994 \end_layout
23995
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \begin_layout Standard
24002 \begin_inset Float table
24003 placement H
24004 alignment document
24005 wide false
24006 sideways false
24007 status open
24008
24009 \begin_layout Plain Layout
24010 \begin_inset Caption Standard
24011
24012 \begin_layout Plain Layout
24013 \begin_inset CommandInset label
24014 LatexCommand label
24015 name "tab:点罫表"
24016
24017 \end_inset
24018
24019 点罫を使用した表
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Plain Layout
24028 \align center
24029 \begin_inset Tabular
24030 <lyxtabular version="3" rows="5" columns="5">
24031 <features tabularvalignment="middle">
24032 <column alignment="center" valignment="top">
24033 <column alignment="center" valignment="top">
24034 <column alignment="center" valignment="top" special=":c">
24035 <column alignment="center" valignment="top">
24036 <column alignment="center" valignment="top">
24037 <row>
24038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 <row>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 \begin_inset ERT
24137 status collapsed
24138
24139 \begin_layout Plain Layout
24140
24141
24142 \backslash
24143 hdashline 
24144 \end_layout
24145
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 </row>
24190 <row>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 \begin_inset ERT
24196 status collapsed
24197
24198 \begin_layout Plain Layout
24199
24200
24201 \backslash
24202 cdashline{4-5}
24203 \end_layout
24204
24205 \end_inset
24206
24207
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 </row>
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 </lyxtabular>
24297
24298 \end_inset
24299
24300
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Standard
24309 \SpecialChar LyX
24310 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
24311 コードを使用する必要があります.必須要件として,
24312 文書プリアンブル中に
24313 \end_layout
24314
24315 \begin_layout Standard
24316
24317 \series bold
24318
24319 \backslash
24320 usepackage{arydshln}
24321 \end_layout
24322
24323 \begin_layout Standard
24324 というコマンドを書き,
24325 \SpecialChar LaTeX
24326 パッケージの
24327 \series bold
24328 arydshln
24329 \series default
24330
24331 \begin_inset Index idx
24332 range none
24333 pageformat default
24334 status collapsed
24335
24336 \begin_layout Plain Layout
24337 \SpecialChar LaTeX
24338 ぱっけーじ@\SpecialChar LaTeX
24339 パッケージ !
24340  arydshln
24341 \end_layout
24342
24343 \end_inset
24344
24345 を読み込んでおく必要があります.縦罫を点罫にするには,
24346 表セルダイアログの\SpecialChar LaTeX
24347 変数として,
24348 水平揃え用の文字とともにコロン「:」を入力してください.
24349 \end_layout
24350
24351 \begin_layout Standard
24352 横点罫を得るには,
24353 表中当該行の最初のセルの冒頭に,
24354 \SpecialChar TeX
24355 コードで
24356 \end_layout
24357
24358 \begin_layout Standard
24359
24360 \series bold
24361
24362 \backslash
24363 hdashline
24364 \end_layout
24365
24366 \begin_layout Standard
24367 というコマンドを加えてください.
24368 \end_layout
24369
24370 \begin_layout Standard
24371 連結列に点罫を書くには,
24372 表中当該行の最初のセルの冒頭に,
24373 \SpecialChar TeX
24374 コードで
24375 \end_layout
24376
24377 \begin_layout Standard
24378
24379 \series bold
24380
24381 \backslash
24382 cdashline{列番号
24383 \series default
24384 }
24385 \end_layout
24386
24387 \begin_layout Standard
24388 なるコマンドを使用してください.たとえば,
24389 第2列から第4列にわたる連結列があって,
24390 その上に点罫が欲しい場合には,
24391 連結列のある行の最初のセルの冒頭に
24392 \end_layout
24393
24394 \begin_layout Standard
24395
24396 \series bold
24397
24398 \backslash
24399 cdashline{2-4}
24400 \end_layout
24401
24402 \begin_layout Standard
24403 なるコマンドを置いてください.
24404 \end_layout
24405
24406 \begin_layout Standard
24407 \begin_inset VSpace bigskip
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \begin_layout Standard
24414
24415 \begin_inset CommandInset ref
24416 LatexCommand ref
24417 reference "tab:点罫表"
24418 nolink "false"
24419
24420 \end_inset
24421
24422 は,
24423 第3列の\SpecialChar LaTeX
24424 変数に「:c」を指定して作られています.第3行の最初のセルには,
24425 \SpecialChar TeX
24426 コードのコマンド
24427 \series bold
24428
24429 \backslash
24430 hdashline
24431 \series default
24432 が挿れられており,
24433 第4行の最初のセルには,
24434 \SpecialChar TeX
24435 コードのコマンド
24436 \begin_inset Newline newline
24437 \end_inset
24438
24439  
24440 \series bold
24441
24442 \backslash
24443 cdashline{4-5}
24444 \series default
24445 が挿れられています.
24446 \end_layout
24447
24448 \begin_layout Standard
24449 \begin_inset VSpace bigskip
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \begin_layout Standard
24456 点罫を持つ表も,
24457
24458 \begin_inset CommandInset ref
24459 LatexCommand ref
24460 reference "tab:Colored-table-with"
24461 nolink "false"
24462
24463 \end_inset
24464
24465 のように色付けをすることができます.
24466 \end_layout
24467
24468 \begin_layout Standard
24469 \begin_inset ERT
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473
24474
24475 \backslash
24476 setlength{
24477 \backslash
24478 arrayrulewidth}{1pt}
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \begin_inset Note Note
24485 status collapsed
24486
24487 \begin_layout Plain Layout
24488 罫線色が見易いように線を太く
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \begin_layout Standard
24497 \begin_inset ERT
24498 status collapsed
24499
24500 \begin_layout Plain Layout
24501
24502
24503 \backslash
24504 dashgapcolor{green}
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \begin_inset Note Note
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514 緑点罫の間の色付き余白
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 \begin_inset ERT
24524 status collapsed
24525
24526 \begin_layout Plain Layout
24527
24528
24529 \backslash
24530 let
24531 \backslash
24532 myHdashline
24533 \backslash
24534 hdashline
24535 \end_layout
24536
24537 \begin_layout Plain Layout
24538
24539
24540 \backslash
24541 renewcommand{
24542 \backslash
24543 hdashline}
24544 \end_layout
24545
24546 \begin_layout Plain Layout
24547
24548  {
24549 \backslash
24550 arrayrulecolor{red}
24551 \backslash
24552 myHdashline
24553 \backslash
24554 arrayrulecolor{black}}
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \begin_inset Note Note
24561 status collapsed
24562
24563 \begin_layout Plain Layout
24564 色付き水平線・点罫赤
24565 \end_layout
24566
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \begin_layout Standard
24573 \begin_inset ERT
24574 status collapsed
24575
24576 \begin_layout Plain Layout
24577
24578
24579 \backslash
24580 let
24581 \backslash
24582 myCdashline
24583 \backslash
24584 cdashline
24585 \end_layout
24586
24587 \begin_layout Plain Layout
24588
24589
24590 \backslash
24591 renewcommand{
24592 \backslash
24593 cdashline}[1]
24594 \end_layout
24595
24596 \begin_layout Plain Layout
24597
24598  {
24599 \backslash
24600 arrayrulecolor{yellow}
24601 \backslash
24602 myCdashline{#1}
24603 \backslash
24604 arrayrulecolor{black}}
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \begin_inset Note Note
24611 status collapsed
24612
24613 \begin_layout Plain Layout
24614 色付き部分水平線・点罫黄色
24615 \end_layout
24616
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \begin_layout Standard
24623 \begin_inset Float table
24624 placement h
24625 alignment document
24626 wide false
24627 sideways false
24628 status open
24629
24630 \begin_layout Plain Layout
24631 \begin_inset Caption Standard
24632
24633 \begin_layout Plain Layout
24634 \begin_inset CommandInset label
24635 LatexCommand label
24636 name "tab:Colored-table-with"
24637
24638 \end_inset
24639
24640 点罫線の色付き表
24641 \end_layout
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Plain Layout
24649 \align center
24650 \begin_inset Tabular
24651 <lyxtabular version="3" rows="5" columns="5">
24652 <features tabularvalignment="middle">
24653 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24654 <column alignment="center" valignment="top" width="0pt">
24655 <column alignment="center" valignment="top" width="0pt" special=":c">
24656 <column alignment="center" valignment="top">
24657 <column alignment="center" valignment="top">
24658 <row>
24659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 <cell alignment="center" valignment="top" topline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" topline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 </row>
24705 <row>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 <cell alignment="center" valignment="top" topline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell alignment="center" valignment="top" topline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 </row>
24752 <row>
24753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757 \begin_inset ERT
24758 status collapsed
24759
24760 \begin_layout Plain Layout
24761
24762
24763 \backslash
24764 hdashline 
24765 \end_layout
24766
24767 \end_inset
24768
24769
24770 \begin_inset ERT
24771 status collapsed
24772
24773 \begin_layout Plain Layout
24774
24775
24776 \backslash
24777 rowcolor{Gray}
24778 \end_layout
24779
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 <cell alignment="center" valignment="top" usebox="none">
24797 \begin_inset Text
24798
24799 \begin_layout Plain Layout
24800
24801 \end_layout
24802
24803 \end_inset
24804 </cell>
24805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 </row>
24824 <row>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829 \begin_inset ERT
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833
24834
24835 \backslash
24836 cdashline{4-5}
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 </row>
24883 <row>
24884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924 \begin_inset ERT
24925 status collapsed
24926
24927 \begin_layout Plain Layout
24928
24929
24930 \backslash
24931 cellcolor{Maroon}
24932 \end_layout
24933
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 </row>
24942 </lyxtabular>
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \begin_layout Standard
24955 \begin_inset ERT
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959
24960
24961 \backslash
24962 renewcommand{
24963 \backslash
24964 hdashline}{
24965 \backslash
24966 myHdashline}
24967 \end_layout
24968
24969 \end_inset
24970
24971
24972 \begin_inset Note Note
24973 status collapsed
24974
24975 \begin_layout Plain Layout
24976 既定値に戻す
24977 \end_layout
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Standard
24985 \begin_inset ERT
24986 status collapsed
24987
24988 \begin_layout Plain Layout
24989
24990
24991 \backslash
24992 renewcommand{
24993 \backslash
24994 cdashline}{
24995 \backslash
24996 myCdashline}
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \begin_inset Note Note
25003 status collapsed
25004
25005 \begin_layout Plain Layout
25006 既定値に戻す
25007 \end_layout
25008
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \begin_layout Standard
25015 \begin_inset ERT
25016 status collapsed
25017
25018 \begin_layout Plain Layout
25019
25020
25021 \backslash
25022 nodashgapcolor
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \begin_inset Note Note
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 既定値に戻す
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 \begin_inset ERT
25042 status collapsed
25043
25044 \begin_layout Plain Layout
25045
25046
25047 \backslash
25048 setlength{
25049 \backslash
25050 arrayrulewidth}{0.4pt}
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \begin_inset Note Note
25057 status collapsed
25058
25059 \begin_layout Plain Layout
25060 既定値に戻す
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \begin_layout Standard
25069 行や列,
25070 罫線の着色は,
25071
25072 \begin_inset CommandInset ref
25073 LatexCommand ref
25074 reference "sec:色付きの表"
25075 nolink "false"
25076
25077 \end_inset
25078
25079 節に述べられているように動作します.水平線の着色も,
25080
25081 \series bold
25082
25083 \backslash
25084 myHlineC
25085 \series default
25086 コマンドを
25087 \series bold
25088
25089 \backslash
25090 myHdashline
25091 \series default
25092 に置き換え,
25093
25094 \series bold
25095
25096 \backslash
25097 hline
25098 \series default
25099
25100 \series bold
25101
25102 \backslash
25103 hdashline
25104 \series default
25105 に置き換えれば,
25106 そこで述べられているのと同様に機能します.したがって,
25107 以下のようなコマンドを使います.
25108 \end_layout
25109
25110 \begin_layout Standard
25111
25112 \series bold
25113
25114 \backslash
25115 let
25116 \backslash
25117 myHdashline
25118 \backslash
25119 hdashline
25120 \begin_inset Newline newline
25121 \end_inset
25122
25123
25124 \backslash
25125 renewcommand{
25126 \backslash
25127 hdashline}
25128 \begin_inset Newline newline
25129 \end_inset
25130
25131
25132 \begin_inset Phantom HPhantom
25133 status open
25134
25135 \begin_layout Plain Layout
25136 \begin_inset space ~
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \end_inset
25143
25144 {
25145 \backslash
25146 arrayrulecolor{red}
25147 \backslash
25148 myHdashline
25149 \backslash
25150 arrayrulecolor{black}}
25151 \end_layout
25152
25153 \begin_layout Standard
25154
25155 \series bold
25156
25157 \backslash
25158 cdashline
25159 \series default
25160 に色をつけるならば,
25161 コマンドは
25162 \end_layout
25163
25164 \begin_layout Standard
25165
25166 \series bold
25167
25168 \backslash
25169 let
25170 \backslash
25171 myCdashline
25172 \backslash
25173 cdashline
25174 \begin_inset Newline newline
25175 \end_inset
25176
25177
25178 \backslash
25179 renewcommand{
25180 \backslash
25181 cdashline}[1]
25182 \begin_inset Newline newline
25183 \end_inset
25184
25185
25186 \begin_inset Phantom HPhantom
25187 status open
25188
25189 \begin_layout Plain Layout
25190 \begin_inset space ~
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \end_inset
25197
25198 {
25199 \backslash
25200 arrayrulecolor{red}
25201 \backslash
25202 myCdashline{#1}
25203 \backslash
25204 arrayrulecolor{black}}
25205 \end_layout
25206
25207 \begin_layout Standard
25208 のようになります.黒の罫線に戻すには,
25209 以下のコマンドを表の後ろに\SpecialChar TeX
25210 コードで挿入する必要があります.
25211 \end_layout
25212
25213 \begin_layout Standard
25214
25215 \series bold
25216
25217 \backslash
25218 hdashline
25219 \series default
25220 の場合は
25221 \end_layout
25222
25223 \begin_layout Standard
25224
25225 \series bold
25226
25227 \backslash
25228 renewcommand{
25229 \backslash
25230 hdashline}{
25231 \backslash
25232 myHdashline}
25233 \end_layout
25234
25235 \begin_layout Standard
25236 とし,
25237
25238 \series bold
25239
25240 \backslash
25241 cdashline
25242 \series default
25243 の場合は
25244 \end_layout
25245
25246 \begin_layout Standard
25247
25248 \series bold
25249
25250 \backslash
25251 renewcommand{
25252 \backslash
25253 cdashline}{
25254 \backslash
25255 myCdashline}
25256 \end_layout
25257
25258 \begin_layout Standard
25259 としてください.点線の間の余白に色をつけるには,
25260 表の前に\SpecialChar TeX
25261 コードで
25262 \end_layout
25263
25264 \begin_layout Standard
25265
25266 \series bold
25267
25268 \backslash
25269 dashgapcolor{色}
25270 \end_layout
25271
25272 \begin_layout Standard
25273 とすれば良いです.ここで「色」は,
25274 定義済みの色名です.
25275 \end_layout
25276
25277 \begin_layout Standard
25278
25279 \series bold
25280
25281 \backslash
25282 nodashgapcolor
25283 \end_layout
25284
25285 \begin_layout Standard
25286 というコマンドは,
25287
25288 \series bold
25289
25290 \backslash
25291 dashgapcolor
25292 \series default
25293 が行った変更を元に戻します.
25294 \end_layout
25295
25296 \begin_layout Standard
25297 \begin_inset Note Greyedout
25298 status open
25299
25300 \begin_layout Plain Layout
25301
25302 \series bold
25303 【註】
25304 \series default
25305 1つのセル中に複数のコマンドがある場合,
25306
25307 \series bold
25308 arydshln
25309 \series default
25310 のコマンドが,
25311 そのセル中で最初に来る必要があります.したがって,
25312
25313 \begin_inset CommandInset ref
25314 LatexCommand ref
25315 reference "tab:Colored-table-with"
25316 nolink "false"
25317
25318 \end_inset
25319
25320 のセル
25321 \emph on
25322 k
25323 \emph default
25324 では,
25325
25326 \series bold
25327
25328 \backslash
25329 hdashline
25330 \series default
25331 コマンドが
25332 \series bold
25333
25334 \backslash
25335 rowcolor
25336 \series default
25337 の前に来ています.
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Standard
25346 \begin_inset Note Greyedout
25347 status open
25348
25349 \begin_layout Plain Layout
25350
25351 \series bold
25352 【註】
25353 \series default
25354 \SpecialChar LaTeX
25355 パッケージ
25356 \series bold
25357 arydshln
25358 \series default
25359 は,
25360 文書プリアンブル中で\SpecialChar LaTeX
25361 パッケージ
25362 \series bold
25363 colortbl
25364 \series default
25365
25366 \begin_inset Index idx
25367 range none
25368 pageformat default
25369 status collapsed
25370
25371 \begin_layout Plain Layout
25372 \SpecialChar LaTeX
25373 ぱっけーじ@\SpecialChar LaTeX
25374 パッケージ !
25375  colortbl
25376 \end_layout
25377
25378 \end_inset
25379
25380 よりも前に読み込まれている必要があります.
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \begin_layout Standard
25389 \begin_inset ERT
25390 status collapsed
25391
25392 \begin_layout Plain Layout
25393
25394
25395 \backslash
25396 else
25397 \end_layout
25398
25399 \end_inset
25400
25401
25402 \begin_inset Note Note
25403 status open
25404
25405 \begin_layout Plain Layout
25406 以下は,
25407 \SpecialChar LaTeX
25408 パッケージ
25409 \series bold
25410 arydshln
25411 \series default
25412 が導入済みでないときに表示されます.
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \begin_layout Standard
25421 本節の内容を出力に表示するためには,
25422
25423 \series bold
25424 arydshln
25425 \series default
25426 パッケージを導入しなくてはなりません.
25427 \end_layout
25428
25429 \begin_layout Standard
25430 \begin_inset ERT
25431 status collapsed
25432
25433 \begin_layout Plain Layout
25434
25435
25436 \backslash
25437 fi
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Standard
25446 点罫について詳しい情報は,
25447
25448 \series bold
25449 arydshln
25450 \series default
25451 の取扱説明書
25452 \begin_inset CommandInset citation
25453 LatexCommand cite
25454 key "arydshln"
25455 literal "true"
25456
25457 \end_inset
25458
25459 をご覧ください.
25460 \end_layout
25461
25462 \begin_layout Chapter
25463 フロート
25464 \begin_inset CommandInset label
25465 LatexCommand label
25466 name "chap:フロート"
25467
25468 \end_inset
25469
25470
25471 \begin_inset Index idx
25472 range none
25473 pageformat default
25474 status collapsed
25475
25476 \begin_layout Plain Layout
25477 ふろーと@フロート
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Section
25486 はじめに
25487 \begin_inset CommandInset label
25488 LatexCommand label
25489 name "sec:フロートはじめに"
25490
25491 \end_inset
25492
25493
25494 \begin_inset Index idx
25495 range none
25496 pageformat default
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500 ふろーと@フロート !
25501  はじめに
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Standard
25510 フロートは,
25511 何かしらのラベルに関連付けられた文章の塊で,
25512 固定された居場所を持ちません.フロートはもっとも適した場所を求めて,
25513 1頁ないし2頁,
25514 前後にただよう(フロート)ことができます.
25515 \family sans
25516 脚註
25517 \family default
25518
25519 \family sans
25520 傍註
25521 \family default
25522 も,
25523 当該ページに註が多すぎる場合には次頁にただよって行きますので,
25524 フロートの一種です.
25525 \end_layout
25526
25527 \begin_layout Standard
25528 フロートを使うと,
25529 質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,
25530 文章のない空白やページが出ることを避けることができるためです.このようなフローティングは,
25531 文章と図表のあいだの連関を破壊してしまうことがあるので,
25532 各フロートは文中から参照することができるようになっています.このため,
25533 フロートには連番が割り当てられます.参照については,
25534
25535 \begin_inset CommandInset ref
25536 LatexCommand ref
25537 reference "sec:フロートの参照"
25538 nolink "false"
25539
25540 \end_inset
25541
25542 節で述べられています.
25543 \end_layout
25544
25545 \begin_layout Standard
25546 フロートを挿入するには,
25547
25548 \family sans
25549 挿入\SpecialChar menuseparator
25550 フロート
25551 \family default
25552 メニュー(
25553 \begin_inset Info
25554 type  "icon"
25555 arg   "float-insert figure"
25556 \end_inset
25557
25558 または
25559 \begin_inset Info
25560 type  "icon"
25561 arg   "float-insert table"
25562 \end_inset
25563
25564 ツールバーボタン)を使えば,
25565 ラベルのついたボックスすなわち
25566 \family sans
25567 キャプション
25568 \family default
25569 差込枠が挿入されます.このラベルは,
25570 出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,
25571 キャプションの文章を入れ,
25572 画像ないし表は,
25573 フロート中,
25574 キャプションの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,
25575
25576 \begin_inset CommandInset ref
25577 LatexCommand ref
25578 reference "sec:キャプションの配置"
25579 nolink "false"
25580
25581 \end_inset
25582
25583 節に述べられています.また,
25584 \SpecialChar LyX
25585 文書を読みやすくするために,
25586 ボックスラベルを左クリックすれば,
25587 フロートボックスを広げたり畳んだりすることができるようになっています.畳んだフロートボックスは,
25588
25589 \begin_inset Graphics
25590         filename clipart/float.png
25591         scale 95
25592         scaleBeforeRotation
25593
25594 \end_inset
25595
25596 のように,
25597 灰色ボタンに赤字ラベルで表示されます.
25598 \end_layout
25599
25600 \begin_layout Standard
25601 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
25602 エラーが発生し得るので,
25603 これを避けるために,
25604 フロートは独立した段落として挿入することをお勧めします.
25605 \end_layout
25606
25607 \begin_layout Standard
25608 既存の図表は,
25609 選択した後に新規フロートのツールバーボタンを押せば,
25610 フロート中の図表にすることができます.
25611 \end_layout
25612
25613 \begin_layout Section
25614 フロート型
25615 \end_layout
25616
25617 \begin_layout Standard
25618 \SpecialChar LyX
25619 には,
25620
25621 \begin_inset CommandInset ref
25622 LatexCommand ref
25623 reference "sec:図フロート"
25624 nolink "false"
25625
25626 \end_inset
25627
25628 節および第
25629 \begin_inset CommandInset ref
25630 LatexCommand ref
25631 reference "sec:表フロート"
25632 nolink "false"
25633
25634 \end_inset
25635
25636 節で各々説明されている図フロートと表フロート以外に,
25637
25638 \family sans
25639 アルゴリズム型
25640 \series bold
25641
25642 \series default
25643 折返し型
25644 \family default
25645 のフロート型があります.後者は,
25646
25647 \begin_inset CommandInset ref
25648 LatexCommand ref
25649 reference "sec:折返しフロート"
25650 nolink "false"
25651
25652 \end_inset
25653
25654 節に説明があります.
25655 \end_layout
25656
25657 \begin_layout Subsection
25658 アルゴリズムフロート
25659 \begin_inset Index idx
25660 range none
25661 pageformat default
25662 status collapsed
25663
25664 \begin_layout Plain Layout
25665 ふろーと@フロート !
25666  あるごりずむ@アルゴリズム
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \begin_layout Standard
25675 \begin_inset Float algorithm
25676 placement h
25677 alignment document
25678 wide false
25679 sideways false
25680 status open
25681
25682 \begin_layout Plain Layout
25683 \begin_inset Caption Standard
25684
25685 \begin_layout Plain Layout
25686 \begin_inset CommandInset label
25687 LatexCommand label
25688 name "alg:アルゴリズムフロートの例"
25689
25690 \end_inset
25691
25692 アルゴリズムフロートの例
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \begin_layout LyX-Code
25701 for I in 1..N loop
25702 \begin_inset Newline newline
25703 \end_inset
25704
25705  Sum:= Sum + A(I);
25706  /*comment*/
25707 \begin_inset Newline newline
25708 \end_inset
25709
25710 end loop
25711 \begin_inset VSpace -4mm
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723 このフロート型は,
25724
25725 \family sans
25726 挿入
25727 \shape up
25728 \SpecialChar menuseparator
25729 フロート\SpecialChar menuseparator
25730 アルゴリズム
25731 \family default
25732 \shape default
25733 メニューを使うと挿入することができます.これは,
25734 プログラムコードやアルゴリズムの記述に用いられ,
25735
25736 \begin_inset CommandInset ref
25737 LatexCommand ref
25738 reference "cha:プログラムコードリスト"
25739 nolink "false"
25740
25741 \end_inset
25742
25743 章で説明されているプログラムコードリストの代わりとみなすことができます.
25744 \emph on
25745 \SpecialChar LyX
25746 ユーザーの手引き
25747 \emph default
25748 に述べられているように,
25749 アルゴリズム向けの環境としては,
25750
25751 \family sans
25752 \SpecialChar LyX
25753 コード
25754 \family default
25755 があります. アルゴリズム
25756 \begin_inset CommandInset ref
25757 LatexCommand ref
25758 reference "alg:アルゴリズムフロートの例"
25759 nolink "false"
25760
25761 \end_inset
25762
25763 は,
25764 アルゴリズムフロートの一例であり,
25765 下の罫線が最後の文字行のちょうど下に来るように,
25766 フロートの終わりに-4
25767 \begin_inset space \thinspace{}
25768 \end_inset
25769
25770 mmの垂直空白が入れてあります.
25771 \end_layout
25772
25773 \begin_layout Standard
25774 フロートラベルは,
25775 自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,
25776 文書プリアンブルに
25777 \end_layout
25778
25779 \begin_layout Standard
25780
25781 \series bold
25782
25783 \backslash
25784 floatname{algorithm}{付けたい名称}
25785 \end_layout
25786
25787 \begin_layout Standard
25788 という行を手動で加える必要があります.ここで
25789 \family sans
25790 \series bold
25791 付けたい名称
25792 \family default
25793 \series default
25794 には,
25795 お使いの言語で「
25796 \emph on
25797 algorithm
25798 \emph default
25799 」に対応する単語を指定します.
25800 \end_layout
25801
25802 \begin_layout Standard
25803 アルゴリズム一覧を挿入するには,
25804 文書言語が\SpecialChar LyX
25805 のメニューに表示されている言語と同じであるならば,
25806
25807 \family sans
25808 挿入\SpecialChar menuseparator
25809 一覧/目次\SpecialChar menuseparator
25810 アルゴリズム一覧
25811 \family default
25812 メニューを使用します.それ以外の場合には,
25813 代わりに
25814 \end_layout
25815
25816 \begin_layout Standard
25817
25818 \series bold
25819
25820 \backslash
25821 listof{algorithm}{付けたい名称}
25822 \end_layout
25823
25824 \begin_layout Standard
25825 というコマンドを\SpecialChar TeX
25826 コードとして用います.ここで
25827 \family sans
25828 付けたい名称
25829 \family default
25830 とは,
25831
25832 \emph on
25833 List of Algorithm
25834 \emph default
25835 s」という単語に相当する,
25836 ご使用になりたい言語での単語です.
25837 \end_layout
25838
25839 \begin_layout Standard
25840 アルゴリズムフロートは,
25841 多くの文書クラスにおける図表フロートとは違って,
25842 「chapter.algorithm」スキームでは既定で付番されていません.このスキームでアルゴリズムフロートに連番を振るには,
25843 使用している文書のプリアンブルに
25844 \end_layout
25845
25846 \begin_layout Standard
25847
25848 \series bold
25849
25850 \backslash
25851 numberwithin{algorithm}{chapter}
25852 \end_layout
25853
25854 \begin_layout Standard
25855 というコマンドを追加してください.
25856 \series bold
25857
25858 \backslash
25859 numberwithin
25860 \series default
25861 というコマンドを使用するには,
25862 文書設定の
25863 \family sans
25864 数式オプション
25865 \family default
25866 タブで
25867 \family sans
25868 AMS mathパッケージを使用する
25869 \family default
25870 オプションを有効にしてください.
25871 \end_layout
25872
25873 \begin_layout Section
25874 フロートの連番
25875 \begin_inset Index idx
25876 range none
25877 pageformat default
25878 status collapsed
25879
25880 \begin_layout Plain Layout
25881 ふろーと@フロート !
25882  れんばん@連番
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \begin_layout Standard
25891 フロートは通常,
25892 フロートのある節とは関係なく番号が振られるか,
25893 あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,
25894 使用している文書クラスによって変わります.
25895 \end_layout
25896
25897 \begin_layout Standard
25898 節から独立して付けられている連番を変更するには,
25899 文書プリアンブルで
25900 \end_layout
25901
25902 \begin_layout Standard
25903
25904 \series bold
25905
25906 \backslash
25907 renewcommand{
25908 \backslash
25909 thetable}{
25910 \backslash
25911 roman{table}}
25912 \end_layout
25913
25914 \begin_layout Standard
25915
25916 \series bold
25917 というコマンドを使うと良いでしょう.
25918 \backslash
25919 thetable
25920 \series default
25921 は表番号を印字するコマンドで,
25922 図フロートの場合であれば,
25923 代わりに
25924 \series bold
25925
25926 \backslash
25927 thefigure
25928 \series default
25929 コマンドを使用します.上のコマンドで使用されている
25930 \series bold
25931
25932 \backslash
25933 roman
25934 \series default
25935 は,
25936 表番号を小文字のローマ数字で印字するコマンドです.
25937 \end_layout
25938
25939 \begin_layout Standard
25940 連番の付け方をたとえば「小節.番号」に変更するには,
25941 プリアンブルで
25942 \end_layout
25943
25944 \begin_layout Standard
25945
25946 \series bold
25947
25948 \backslash
25949 numberwithin{table}{subsection}
25950 \end_layout
25951
25952 \begin_layout Standard
25953 というコマンドを使用してください.
25954 \series bold
25955
25956 \backslash
25957 numberwithin
25958 \series default
25959 コマンドを使用可能にするためには,
25960 文書設定の
25961 \family sans
25962 数式オプション
25963 \family default
25964 タブで,
25965
25966 \family sans
25967 AMS
25968 \begin_inset space ~
25969 \end_inset
25970
25971 math数式パッケージを使用する
25972 \family default
25973 を使用します.
25974 \end_layout
25975
25976 \begin_layout Standard
25977 連番コマンドについての詳細と大切な注意点については,
25978
25979 \begin_inset CommandInset ref
25980 LatexCommand ref
25981 reference "subsec:脚注の付番"
25982 nolink "false"
25983
25984 \end_inset
25985
25986 節もご覧ください.
25987 \end_layout
25988
25989 \begin_layout Section
25990 フロートの参照
25991 \begin_inset CommandInset label
25992 LatexCommand label
25993 name "sec:フロートの参照"
25994
25995 \end_inset
25996
25997
25998 \begin_inset Index idx
25999 range none
26000 pageformat default
26001 status collapsed
26002
26003 \begin_layout Plain Layout
26004 ふろーと@フロート !
26005  さんしょう@参照
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \begin_inset Index idx
26012 range none
26013 pageformat default
26014 status collapsed
26015
26016 \begin_layout Plain Layout
26017 さんしょう@参照 !
26018  ふろーとにたいする@フロートに対する
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \begin_layout Standard
26027 フロートを参照するには,
26028
26029 \family sans
26030 挿入\SpecialChar menuseparator
26031 ラベル
26032 \family default
26033 メニューかツールバーボタンを使用して,
26034 フロートのキャプションにラベルを挿入してください.
26035 \begin_inset Graphics
26036         filename clipart/label.png
26037         scaleBeforeRotation
26038
26039 \end_inset
26040
26041 のような灰色のラベルボックスが挿入され,
26042 ラベルウィンドウがポップアップして,
26043 ラベルの字句を入力するよう促します.\SpecialChar LyX
26044 は,
26045 キャプションの最初の数単語に前置句をつけたものを候補として示します.前置句はフロート型に依存し,
26046 たとえば図フロートには「
26047 \family sans
26048 fig:
26049 \family default
26050 」という前置句がつけられます.
26051 \end_layout
26052
26053 \begin_layout Standard
26054 ラベルは,
26055 参照のための名称兼位置標として用いられます.
26056 \family sans
26057 挿入\SpecialChar menuseparator
26058 相互参照
26059 \family default
26060 メニューかツールバーボタン
26061 \family sans
26062
26063 \begin_inset Info
26064 type  "icon"
26065 arg   "dialog-show-new-inset ref"
26066 \end_inset
26067
26068
26069 \family default
26070 を使えば,
26071 ラベルを参照することができます.
26072 \begin_inset Graphics
26073         filename clipart/reference.png
26074         scaleBeforeRotation
26075
26076 \end_inset
26077
26078 のような灰色の相互参照ボックスが挿入され,
26079 文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
26080 文書が開かれている場合には,
26081 ダイアログの上方にあるドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,
26082 相互参照ボックスの位置にはフロート番号が表示されます.
26083 \end_layout
26084
26085 \begin_layout Standard
26086 相互参照名と数字の間に改行が入るのを防ぐために,
26087 両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
26088 出力では,
26089 参照の代わりに二つの疑問符が表示されることになります.
26090 \end_layout
26091
26092 \begin_layout Standard
26093 ラベルは,
26094 ラベルボックスをクリックすることによって,
26095 いつでも変更することができます.変更されたラベルへの参照は,
26096 自動的に新しいラベル文へのリンクに変更されますので,
26097 リンクの更新に手間を割く必要はありません.
26098 \end_layout
26099
26100 \begin_layout Standard
26101 相互参照ウィンドウの
26102 \family sans
26103 ラベルへ移動
26104 \family default
26105 ボタンは,
26106 参照されているラベルの前にカーソルを移動します.すると,
26107 ボタンの文字が
26108 \family sans
26109 戻る
26110 \family default
26111 に変わるので,
26112 相互参照にカーソルを戻すのに使用することができます.
26113 \end_layout
26114
26115 \begin_layout Subsection
26116 相互参照の書式
26117 \begin_inset CommandInset label
26118 LatexCommand label
26119 name "subsec:相互参照の書式"
26120
26121 \end_inset
26122
26123
26124 \begin_inset Index idx
26125 range none
26126 pageformat default
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130 さんしょう@参照 !
26131  しょしき@書式
26132 \end_layout
26133
26134 \end_inset
26135
26136
26137 \end_layout
26138
26139 \begin_layout Standard
26140 相互参照には,
26141 以下の6種類があります.
26142 \end_layout
26143
26144 \begin_layout Description
26145 <参照>:
26146  これはフロート番号を表示します.これが既定値です.例:
26147
26148 \begin_inset CommandInset ref
26149 LatexCommand ref
26150 reference "fig:歪められた二つの像"
26151 nolink "false"
26152
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \begin_layout Description
26159 (<参照>):
26160  これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,
26161 とくに参照名「Equation」を省略して参照する際に用いられる様式です.例:
26162
26163 \begin_inset CommandInset ref
26164 LatexCommand eqref
26165 reference "eq:Wgn"
26166 nolink "false"
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \begin_layout Description
26174 <参照ページ>:
26175  これはページ番号を表示します.例:
26176 Page
26177 \begin_inset space ~
26178 \end_inset
26179
26180
26181 \begin_inset CommandInset ref
26182 LatexCommand pageref
26183 reference "fig:歪められた二つの像"
26184 nolink "false"
26185
26186 \end_inset
26187
26188
26189 \end_layout
26190
26191 \begin_layout Description
26192 on
26193 \begin_inset space ~
26194 \end_inset
26195
26196 page
26197 \begin_inset space ~
26198 \end_inset
26199
26200 <参照ページ>:
26201  これは「on page」という文とページ番号を表示します.例:
26202
26203 \begin_inset CommandInset ref
26204 LatexCommand vpageref
26205 reference "fig:歪められた二つの像"
26206 nolink "false"
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \begin_layout Description
26214 <参照>
26215 \begin_inset space ~
26216 \end_inset
26217
26218 on
26219 \begin_inset space ~
26220 \end_inset
26221
26222 page
26223 \begin_inset space ~
26224 \end_inset
26225
26226 <参照ページ>:
26227  これはフロート番号と「on page」という文とページ番号を表示します.例:
26228
26229 \begin_inset CommandInset ref
26230 LatexCommand vref
26231 reference "fig:歪められた二つの像"
26232 nolink "false"
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Description
26240 整形された参照:
26241  これは自製の相互参照書式で出力します.
26242 \begin_inset Newline newline
26243 \end_inset
26244
26245
26246 \begin_inset Note Greyedout
26247 status open
26248
26249 \begin_layout Plain Layout
26250
26251 \series bold
26252 【註】
26253 \series default
26254 この機能は,
26255 \SpecialChar LaTeX
26256 パッケージ
26257 \series bold
26258 prettyref
26259 \series default
26260 または
26261 \series bold
26262 refstyle
26263 \series default
26264 が導入されている場合のみ使用することができます.
26265 \begin_inset Index idx
26266 range none
26267 pageformat default
26268 status collapsed
26269
26270 \begin_layout Plain Layout
26271 \SpecialChar LaTeX
26272 ぱっけーじ@\SpecialChar LaTeX
26273 パッケージ!
26274  prettyref
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \begin_inset Index idx
26281 range none
26282 pageformat default
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286 \SpecialChar LaTeX
26287 ぱっけーじ@\SpecialChar LaTeX
26288 パッケージ !
26289  refstyle
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \end_inset
26298
26299
26300 \begin_inset Newline newline
26301 \end_inset
26302
26303 メニュー
26304 \family sans
26305 文書\SpecialChar menuseparator
26306 設定\SpecialChar menuseparator
26307 文書クラス
26308 \family default
26309 でオプション
26310 \family sans
26311 相互参照に(prettyrefではなく)refstyleを使用
26312 \family default
26313 を設定すると,
26314 この機能で使用する\SpecialChar LaTeX
26315 パッケージを選択することができます.書式は,
26316 文書プリアンブルに
26317 \series bold
26318
26319 \backslash
26320 newrefformat
26321 \series default
26322 コマンド(prettyrefの場合)あるいは
26323 \series bold
26324
26325 \backslash
26326 newref
26327 \series default
26328 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,
26329 図への参照(これは短絡ラベル「
26330 \family sans
26331 fig
26332 \family default
26333 」を持ちます)をすべて定義し直すには,
26334
26335 \begin_inset Newline newline
26336 \end_inset
26337
26338
26339 \series bold
26340
26341 \backslash
26342 newref{fig}{refcmd={Image on page 
26343 \backslash
26344 pageref{#1}}}
26345 \begin_inset Newline newline
26346 \end_inset
26347
26348
26349 \series default
26350 というコマンドを用います.書式についての詳細は,
26351 パッケージの取扱説明書
26352 \begin_inset CommandInset citation
26353 LatexCommand cite
26354 key "prettyref,refstyle"
26355 literal "true"
26356
26357 \end_inset
26358
26359 をご覧ください.
26360 \begin_inset Newline newline
26361 \end_inset
26362
26363
26364 \family sans
26365 複数形
26366 \family default
26367
26368 \family sans
26369 大文字化
26370 \family default
26371 のオプションは,
26372 \SpecialChar LaTeX
26373 パッケージ
26374 \series bold
26375 refstyle
26376 \series default
26377 を使用している時のみ,
26378 利用可能になります.
26379 \family sans
26380 複数形
26381 \family default
26382 は,
26383 例えば「images」のように単語に
26384 \emph on
26385 s
26386 \emph default
26387 を付けるものであり,
26388
26389 \family sans
26390 大文字化
26391 \family default
26392 は「Image」のように単語を大文字にするものですので,
26393 日本語文書には有用ではありません.
26394 \end_layout
26395
26396 \begin_layout Description
26397 名称参照:
26398  これは,
26399 下のような参照のキャプションを出力します.
26400 \begin_inset Newline newline
26401 \end_inset
26402
26403  
26404 \begin_inset CommandInset ref
26405 LatexCommand nameref
26406 reference "fig:歪められた二つの像"
26407 nolink "false"
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Description
26415 ラベルのみ これは,
26416
26417 \begin_inset CommandInset ref
26418 LatexCommand labelonly
26419 reference "fig:歪められた二つの像"
26420 plural "false"
26421 caps "false"
26422 noprefix "false"
26423 nolink "false"
26424
26425 \end_inset
26426
26427 のように参照の\SpecialChar LaTeX
26428 ラベルのみ出力します.
26429 \begin_inset Newline newline
26430 \end_inset
26431
26432 これによって,
26433 ラベルを\SpecialChar TeX
26434 コード中でしようできるようになります.
26435 \family sans
26436 接頭辞なし
26437 \family default
26438 オプションを使えば,
26439 ラベル名の接頭辞を
26440 \begin_inset CommandInset ref
26441 LatexCommand labelonly
26442 reference "fig:歪められた二つの像"
26443 plural "false"
26444 caps "false"
26445 noprefix "true"
26446 nolink "false"
26447
26448 \end_inset
26449
26450 のように取り除くことができます.
26451 \end_layout
26452
26453 \begin_layout Standard
26454
26455 \family sans
26456 <参照ページ>
26457 \family default
26458 は,
26459 ラベルが同一あるいは前後ページにある場合には,
26460 ページ番号を出力しません.その代わりに「
26461 \family sans
26462 on this page
26463 \family default
26464 」のような文章が表示されます.様式
26465 \family sans
26466 <参照> on page <参照ページ>
26467 \family default
26468 では,
26469 ラベルが同一ページにある場合には,
26470 ページに関することは出力されません.
26471 \end_layout
26472
26473 \begin_layout Standard
26474 出力中で参照されている頁番号と文書中の位置は,
26475 \SpecialChar LaTeX
26476 が自動的に計算します.参照の種類は,
26477 相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
26478 \family sans
26479 書式
26480 \family default
26481 フィールドで選ぶことができます.
26482 \end_layout
26483
26484 \begin_layout Standard
26485 \begin_inset Note Greyedout
26486 status open
26487
26488 \begin_layout Plain Layout
26489
26490 \series bold
26491 【註】
26492 \series default
26493 \SpecialChar LaTeX
26494 パッケージ
26495 \series bold
26496 prettyref
26497 \series default
26498
26499 \begin_inset Index idx
26500 range none
26501 pageformat default
26502 status collapsed
26503
26504 \begin_layout Plain Layout
26505 \SpecialChar LaTeX
26506 ぱっけーじ@\SpecialChar LaTeX
26507 パッケージ!
26508  prettyref
26509 \end_layout
26510
26511 \end_inset
26512
26513 は,
26514 \SpecialChar LyX
26515 の取り得るラベル
26516 \begin_inset Flex Ruby
26517 status collapsed
26518
26519 \begin_layout Plain Layout
26520 捷径
26521 \begin_inset Argument post:1
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525 ショートカット
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \begin_inset Foot
26537 status collapsed
26538
26539 \begin_layout Plain Layout
26540 例えば,
26541
26542 \begin_inset Quotes eld
26543 \end_inset
26544
26545 fig:
26546 \begin_inset Quotes erd
26547 \end_inset
26548
26549 は図キャプションを表す\SpecialChar LyX
26550
26551 \begin_inset Flex Ruby
26552 status collapsed
26553
26554 \begin_layout Plain Layout
26555 捷径
26556 \begin_inset Argument post:1
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560 ショートカット
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \end_inset
26569
26570 です.
26571 \end_layout
26572
26573 \end_inset
26574
26575 を全部は解釈できず,
26576 国際化もされていないので,
26577
26578 \series bold
26579 refstyle
26580 \series default
26581
26582 \begin_inset Index idx
26583 range none
26584 pageformat default
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588 \SpecialChar LaTeX
26589 ぱっけーじ@\SpecialChar LaTeX
26590 パッケージ !
26591  refstyle
26592 \end_layout
26593
26594 \end_inset
26595
26596 を使用することを推奨します.
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Subsection
26605 参照名の自動命名
26606 \begin_inset Index idx
26607 range none
26608 pageformat default
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612 さんしょう@参照 !
26613  じどうめいめい@自動命名
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Standard
26622
26623 \family sans
26624 文書設定
26625 \family default
26626 ダイアログの
26627 \family sans
26628 PDF特性
26629 \family default
26630 で有効にされた
26631 \series bold
26632 hyperref
26633 \series default
26634
26635 \begin_inset Index idx
26636 range none
26637 pageformat default
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641 \SpecialChar LaTeX
26642 ぱっけーじ@\SpecialChar LaTeX
26643 パッケージ !
26644  hyperref
26645 \end_layout
26646
26647 \end_inset
26648
26649  \SpecialChar LaTeX
26650 パッケージは,
26651 相互参照が参照されたフロート(あるいは
26652 \emph on
26653
26654 \emph default
26655 のような文章中の箇所)の名称を自動的に取り入れてくれるという,
26656 たいへん便利な機能を提供します.つまり,
26657 図への参照毎に前に「図」と書き込む必要はなくなるのです.この機能を使用するには,
26658 hyperrefを有効にして,
26659
26660 \end_layout
26661
26662 \begin_layout Standard
26663
26664 \series bold
26665
26666 \backslash
26667 AtBeginDocument{
26668 \backslash
26669 renewcommand{
26670 \backslash
26671 ref}[1]{
26672 \backslash
26673 mbox{
26674 \backslash
26675 autoref{#1}}}}
26676 \end_layout
26677
26678 \begin_layout Standard
26679 という行を\SpecialChar LaTeX
26680 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
26681 \begin_inset space \thinspace{}
26682 \end_inset
26683
26684 」としたいなど,
26685 既定の参照名以外のものが欲しい場合には,
26686
26687 \end_layout
26688
26689 \begin_layout Standard
26690
26691 \series bold
26692
26693 \backslash
26694 addto
26695 \backslash
26696 extrasjapanese{
26697 \backslash
26698 renewcommand{
26699 \backslash
26700 sectionautorefname}
26701 \begin_inset Newline newline
26702 \end_inset
26703
26704
26705 \begin_inset Phantom HPhantom
26706 status open
26707
26708 \begin_layout Plain Layout
26709
26710 \series bold
26711 \begin_inset space ~
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \end_inset
26718
26719 {sec.
26720 \backslash
26721 negthinspace}}
26722 \end_layout
26723
26724 \begin_layout Standard
26725 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
26726
26727 \begin_inset Newline newline
26728 \end_inset
26729
26730
26731 \series bold
26732
26733 \backslash
26734 extrasjapaneseを
26735 \backslash
26736 extras***
26737 \series default
26738 に置き換えてください(***は使用中の言語名).
26739 \end_layout
26740
26741 \begin_layout Standard
26742 自動命名を行いたいけれども,
26743 ある参照型以外,
26744 たとえば数式以外に対して行いたいときには,
26745 以下のようなプリアンブルコードを書いてください.
26746 \end_layout
26747
26748 \begin_layout Standard
26749
26750 \series bold
26751
26752 \backslash
26753 addto
26754 \backslash
26755 extrasjapanese{
26756 \backslash
26757 renewcommand*{
26758 \backslash
26759 equationautorefname}[1]{}}
26760 \end_layout
26761
26762 \begin_layout Standard
26763 この話題に関する詳細は,
26764 hyperrefの説明書
26765 \begin_inset CommandInset citation
26766 LatexCommand cite
26767 key "hyperref"
26768 literal "true"
26769
26770 \end_inset
26771
26772 をお読みください.
26773 \end_layout
26774
26775 \begin_layout Standard
26776 \begin_inset Note Greyedout
26777 status open
26778
26779 \begin_layout Plain Layout
26780
26781 \series bold
26782 【註】
26783 \series default
26784 参照の自動命名は,
26785 相互参照を
26786 \family sans
26787 整形参照
26788 \family default
26789 様式(第
26790 \begin_inset CommandInset ref
26791 LatexCommand ref
26792 reference "subsec:相互参照の書式"
26793 nolink "false"
26794
26795 \end_inset
26796
26797 節)で使用しているときには,
26798 使用することができません.
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Standard
26807 \SpecialChar LyX
26808 の取扱説明書『
26809 \emph on
26810 数式篇
26811 \emph default
26812 』では,
26813 参照名の自動命名が使用されています.
26814 \end_layout
26815
26816 \begin_layout Subsection
26817 参照位置
26818 \begin_inset CommandInset label
26819 LatexCommand label
26820 name "subsec:参照位置"
26821
26822 \end_inset
26823
26824
26825 \begin_inset Index idx
26826 range none
26827 pageformat default
26828 status collapsed
26829
26830 \begin_layout Plain Layout
26831 さんしょう@参照 !
26832  さんしょういち@参照位置
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \begin_layout Standard
26841
26842 \family sans
26843 文書設定
26844 \family default
26845 ダイアログの
26846 \family sans
26847 PDF特性
26848 \family default
26849 で,
26850
26851 \series bold
26852 hyperref
26853 \series default
26854
26855 \begin_inset Index idx
26856 range none
26857 pageformat default
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861 \SpecialChar LaTeX
26862 ぱっけーじ@\SpecialChar LaTeX
26863 パッケージ !
26864  hyperref
26865 \end_layout
26866
26867 \end_inset
26868
26869 を使用して出力中で相互参照をリンクするようにした場合には,
26870 画像フロート参照をクリックすると,
26871 画像ラベルに移動できるようになります.キャプションは,
26872 スクリーン上のテキストの最初の部分なので,
26873 スクロールしないと画像を見ることができません.これは,
26874 参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
26875 パッケージの
26876 \series bold
26877 hyperref
26878 \series default
26879
26880 \begin_inset Index idx
26881 range none
26882 pageformat default
26883 status collapsed
26884
26885 \begin_layout Plain Layout
26886 \SpecialChar LaTeX
26887 ぱっけーじ@\SpecialChar LaTeX
26888 パッケージ !
26889  hyperref
26890 \end_layout
26891
26892 \end_inset
26893
26894 の一部である
26895 \series bold
26896 hyperref
26897 \series default
26898
26899 \begin_inset Index idx
26900 range none
26901 pageformat default
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905 \SpecialChar LaTeX
26906 ぱっけーじ@\SpecialChar LaTeX
26907 パッケージ !
26908  hyperref
26909 \end_layout
26910
26911 \end_inset
26912
26913 パッケージを使うと,
26914 リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,
26915 文書プリアンブルに
26916 \end_layout
26917
26918 \begin_layout Standard
26919
26920 \series bold
26921
26922 \backslash
26923 usepackage[figure]{hypcap}
26924 \end_layout
26925
26926 \begin_layout Standard
26927 という行を書いて,
26928 hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,
26929 安定性の問題から推奨できません.詳しくは,
26930 hypcapの説明書
26931 \begin_inset CommandInset citation
26932 LatexCommand cite
26933 key "hypcap"
26934 literal "true"
26935
26936 \end_inset
26937
26938 をご覧ください.
26939 \end_layout
26940
26941 \begin_layout Standard
26942 \begin_inset Note Greyedout
26943 status open
26944
26945 \begin_layout Plain Layout
26946
26947 \series bold
26948 【註】hypcap
26949 \series default
26950 は内部図への参照には効力がありません.
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \begin_layout Section
26959 フロートの配置
26960 \begin_inset CommandInset label
26961 LatexCommand label
26962 name "sec:フロートの配置"
26963
26964 \end_inset
26965
26966
26967 \begin_inset Index idx
26968 range none
26969 pageformat default
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973 ふろーと@フロート !
26974  はいち@配置
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \begin_layout Standard
26983
26984 \family roman
26985 \series medium
26986 \shape up
26987 \size normal
26988 \emph off
26989 \bar no
26990 \noun off
26991 \color none
26992 フロートボックスを右クリックすると,
26993 ダイアログが開いて,
26994 ここで\SpecialChar LaTeX
26995 がフロートを配置するのに使う配置オプションを変更できるようになります.
26996 \begin_inset Newline newline
26997 \end_inset
26998
26999
27000 \family sans
27001 \series default
27002 \shape default
27003 \size default
27004 \emph default
27005 \bar default
27006 \noun default
27007 \color inherit
27008 段をまたぐ
27009 \family roman
27010 \series medium
27011 \shape up
27012 \size normal
27013 \emph off
27014 \bar no
27015 \noun off
27016 \color none
27017 オプションは,
27018 二段組文書でのみ有効です.これを選択すると,
27019 フロートは段の中のみに収められないで,
27020 ページの両段にまたがって広がります.
27021 \begin_inset Newline newline
27022 \end_inset
27023
27024
27025 \family sans
27026 \series default
27027 \shape default
27028 \size default
27029 \emph default
27030 \bar default
27031 \noun default
27032 \color inherit
27033 横倒しに回転
27034 \family roman
27035 \series medium
27036 \shape up
27037 \size normal
27038 \emph off
27039 \bar no
27040 \noun off
27041 \color none
27042 オプションは,
27043 フロートを回転するのに用います.第
27044 \family default
27045 \series default
27046 \shape default
27047 \size default
27048 \emph default
27049 \bar default
27050 \noun default
27051 \color inherit
27052
27053 \begin_inset CommandInset ref
27054 LatexCommand ref
27055 reference "sec:回転フロート"
27056 nolink "false"
27057
27058 \end_inset
27059
27060
27061 \family roman
27062 \series medium
27063 \shape up
27064 \size normal
27065 \emph off
27066 \bar no
27067 \noun off
27068 \color none
27069 節をご参照ください.
27070 \end_layout
27071
27072 \begin_layout Standard
27073
27074 \family roman
27075 \series medium
27076 \shape up
27077 \size normal
27078 \emph off
27079 \bar no
27080 \noun off
27081 \color none
27082 フロートダイアログでは,
27083
27084 \family sans
27085 \series default
27086 \shape default
27087 \size default
27088 \emph default
27089 \bar default
27090 \noun default
27091 \color inherit
27092 既定の配置を使う
27093 \family roman
27094 \series medium
27095 \shape up
27096 \size normal
27097 \emph off
27098 \bar no
27099 \noun off
27100 \color none
27101 オプションを無効にしたときには,
27102 特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
27103 \end_layout
27104
27105 \begin_layout Description
27106 可能ならば現在位置に:
27107  
27108 \family roman
27109 \series medium
27110 \shape up
27111 \size normal
27112 \emph off
27113 \bar no
27114 \noun off
27115 \color none
27116 フロートを挿入位置に配置することを試みます
27117 \end_layout
27118
27119 \begin_layout Description
27120 ページ上部:
27121  
27122 \family roman
27123 \series medium
27124 \shape up
27125 \size normal
27126 \emph off
27127 \bar no
27128 \noun off
27129 \color none
27130 フロートを現在ページの上部に配置することを試みます
27131 \end_layout
27132
27133 \begin_layout Description
27134 ページ下部:
27135  
27136 \family roman
27137 \series medium
27138 \shape up
27139 \size normal
27140 \emph off
27141 \bar no
27142 \noun off
27143 \color none
27144 フロートを現在ページの下部に配置することを試みます
27145 \end_layout
27146
27147 \begin_layout Description
27148 フロートを独立したページに:
27149  
27150 \family roman
27151 \series medium
27152 \shape up
27153 \size normal
27154 \emph off
27155 \bar no
27156 \noun off
27157 \color none
27158 フロートを独立したページに配置することを試みます
27159 \end_layout
27160
27161 \begin_layout Standard
27162 \SpecialChar LaTeX
27163 は,
27164
27165 \emph on
27166 つねに
27167 \emph default
27168 上記のオプション順を用います.すなわち,
27169 既定の配置を使用すると,
27170 \SpecialChar LaTeX
27171 はまず
27172 \family sans
27173 可能ならば現在位置に
27174 \family default
27175 を試み,
27176 次に
27177 \family sans
27178 ページの上部
27179 \family default
27180
27181 その後他のオプションを試みます.既定値を使わないときには,
27182 \SpecialChar LaTeX
27183 は有効化されたオプションのみを使用しますが,
27184 やはり同じ順序でこれらを試みます.これら四つの配置がいずれも無理な場合は,
27185 フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
27186 \end_layout
27187
27188 \begin_layout Standard
27189 既定では,
27190 各オプションはそれぞれ以下の規則を持っています.
27191 \end_layout
27192
27193 \begin_layout Labeling
27194 \labelwidthstring 00.00.0000
27195
27196 \family sans
27197 ページ上部
27198 \family default
27199  は,
27200 フロートのページに占める割合が7割以下の場合のみ,
27201 ページ上部に配置します(
27202 \series bold
27203
27204 \backslash
27205 topfraction
27206 \series default
27207 ).
27208 \end_layout
27209
27210 \begin_layout Labeling
27211 \labelwidthstring 00.00.0000
27212
27213 \family sans
27214 ページ下部
27215 \family default
27216  は,
27217 フロートのページに占める割合が3割以下の場合のみ,
27218 ページ下部に配置します(
27219 \series bold
27220
27221 \backslash
27222 bottomfraction
27223 \series default
27224 ).
27225 \end_layout
27226
27227 \begin_layout Labeling
27228 \labelwidthstring 00.00.0000
27229
27230 \family sans
27231 フロートを独立したページ 
27232 \family default
27233 には,
27234 フロートのページに占める割合が5割以下の場合のみ,
27235 複数のフロートを同一ページに配置します(
27236 \series bold
27237
27238 \backslash
27239 floatpagefraction
27240 \series default
27241 ).
27242 \end_layout
27243
27244 \begin_layout Standard
27245 これらの規則に従いたくないときは,
27246
27247 \family sans
27248 \SpecialChar LaTeX
27249 の規則を無視する
27250 \family default
27251 オプションを追加することによって,
27252 これらを無視することができます.
27253 \begin_inset Newline newline
27254 \end_inset
27255
27256 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
27257 コマンドを使うと,
27258 これらの規則を定義しなおすこともできます.たとえば,
27259 往々にして小さすぎる,
27260 ページ下部規則の既定値を,
27261 ページの5割に変えるには,
27262 文書プリアンブルに
27263 \end_layout
27264
27265 \begin_layout Standard
27266
27267 \series bold
27268
27269 \backslash
27270 renewcommand{
27271 \backslash
27272 bottomfraction}{0.5}
27273 \end_layout
27274
27275 \begin_layout Standard
27276 という行を加えてください.
27277 \end_layout
27278
27279 \begin_layout Standard
27280 ときにはフロートを,
27281 挿入位置に正確に,
27282 しかもかならず配置させたい場合があるかもしれません.このような場合には,
27283
27284 \family sans
27285 何としても現在位置に置く
27286 \family default
27287 オプションを使用します.このオプションはできる限り使わないようにし,
27288 使う場合でも印刷する直前にまで文書が仕上がってから,
27289 使用するようにしてください.なぜならば,
27290 このオプションを使うことによって,
27291 フロートはもはや「漂う」ことができなくなりますから,
27292 文書に変更を加えてしまうと,
27293 ページのレイアウトが往々にして破壊されてしまうからです.
27294 \end_layout
27295
27296 \begin_layout Standard
27297 折返しフロートは,
27298 つねにどれかの段落の本文で囲まれますので,
27299 配置オプションはありません.
27300 \end_layout
27301
27302 \begin_layout Standard
27303 \begin_inset VSpace bigskip
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Standard
27310 対応する節がページの中程から始まるのというのに,
27311 フロートがページの先頭に置かれてしまうために,
27312 読者がフロートを前節の一部であると勘違いしてしまうという問題に直面することがあります.この問題を避けるには,
27313 \SpecialChar LaTeX
27314 コマンドの
27315 \backslash
27316 suppressfloatsを使用することができます.これは,
27317 これが挿入されたページの特定のフロートの配置を抑制するので,
27318 節が始まる前にフロートが設定されてしまうのを避けるのに使用することができます.これを用いるには,
27319 文書プリアンブルに以下のコマンドを加えてください.
27320 \end_layout
27321
27322 \begin_layout Standard
27323
27324 \series bold
27325
27326 \backslash
27327 let
27328 \backslash
27329 mySection
27330 \backslash
27331 section
27332 \begin_inset Newline newline
27333 \end_inset
27334
27335
27336 \backslash
27337 renewcommand{
27338 \backslash
27339 section}{
27340 \backslash
27341 suppressfloats[t]
27342 \backslash
27343 mySection}
27344 \end_layout
27345
27346 \begin_layout Standard
27347 これと同じものは,
27348 章や小節など,
27349 すべての節見出しに用いることができます.この定義は,
27350 小々節のような小さい文字の部分では,
27351 \SpecialChar LaTeX
27352 が適当な配置を見つけるのに失敗することがあるので,
27353 これらに対する定義はお勧めしません.
27354 \end_layout
27355
27356 \begin_layout Standard
27357 \begin_inset VSpace bigskip
27358 \end_inset
27359
27360 場合によっては,
27361 すべての図表を文末に置く必要があることがあります.この目的のために,
27362 \SpecialChar LaTeX
27363 パッケージ
27364 \series bold
27365 endfloat
27366 \series default
27367
27368 \begin_inset Index idx
27369 range none
27370 pageformat default
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374 \SpecialChar LaTeX
27375 ぱっけーじ@\SpecialChar LaTeX
27376 パッケージ !
27377  endfloat
27378 \end_layout
27379
27380 \end_inset
27381
27382 が開発されました.このパッケージは,
27383 すべての図表を文末に独立した節として置きます.元のフロート位置には,
27384
27385 \begin_inset Quotes eld
27386 \end_inset
27387
27388
27389 \family sans
27390 [Figure
27391 \begin_inset space ~
27392 \end_inset
27393
27394 3.2 about here.]
27395 \family default
27396
27397 \begin_inset Quotes erd
27398 \end_inset
27399
27400 というようなヒント文が挿入されます.endfloatパッケージは,
27401 プリアンブルに
27402 \end_layout
27403
27404 \begin_layout Standard
27405
27406 \series bold
27407
27408 \backslash
27409 usepackage[options]{endfloat}
27410 \end_layout
27411
27412 \begin_layout Standard
27413 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,
27414 さまざまなパッケージオプションがあります.詳細は,
27415
27416 \series bold
27417 endfloat
27418 \series default
27419 取扱説明書
27420 \begin_inset CommandInset citation
27421 LatexCommand cite
27422 key "endfloat"
27423 literal "true"
27424
27425 \end_inset
27426
27427 をご参照ください.
27428 \begin_inset Newline newline
27429 \end_inset
27430
27431
27432 \begin_inset Note Greyedout
27433 status open
27434
27435 \begin_layout Plain Layout
27436
27437 \series bold
27438 【註】endfloat
27439 \series default
27440 は,
27441 ヒント文の自動翻訳を行わないので,
27442 手動で行わなくてはなりません.
27443 \begin_inset CommandInset citation
27444 LatexCommand cite
27445 key "endfloat"
27446 literal "true"
27447
27448 \end_inset
27449
27450 の第4節をご参照ください.
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \begin_inset Newline newline
27457 \end_inset
27458
27459
27460 \begin_inset Note Greyedout
27461 status open
27462
27463 \begin_layout Plain Layout
27464
27465 \series bold
27466 【註】
27467 \series default
27468 現在のところ,
27469
27470 \series bold
27471 endfloat
27472 \series default
27473 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,
27474 「ß」の代わりに\SpecialChar TeX
27475 コードで「
27476 \series bold
27477
27478 \backslash
27479 ss
27480 \series default
27481 」コマンドを使用してください.
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \begin_layout Standard
27490 \begin_inset VSpace bigskip
27491 \end_inset
27492
27493 フロートの割付に関する詳細は,
27494 \SpecialChar LaTeX
27495 関連書
27496 \begin_inset CommandInset citation
27497 LatexCommand cite
27498 key "latexcompanion,latexguide,latexbook"
27499 literal "true"
27500
27501 \end_inset
27502
27503 をご覧ください.
27504 \end_layout
27505
27506 \begin_layout Section
27507 回転フロート
27508 \begin_inset CommandInset label
27509 LatexCommand label
27510 name "sec:回転フロート"
27511
27512 \end_inset
27513
27514
27515 \begin_inset Index idx
27516 range none
27517 pageformat default
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521 ふろーと@フロート !
27522  かいてん@回転
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Standard
27531 特に横長の表などの場合,
27532 フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,
27533 フロートボックスを右クリックして,
27534
27535 \family sans
27536 横倒しに回転
27537 \family default
27538 オプションを有効にします.
27539 \end_layout
27540
27541 \begin_layout Standard
27542 回転フロートは,
27543 つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
27544 \family sans
27545 段をまたぐ
27546 \family default
27547 オプションを有効にすれば,
27548 複数の段にまたがるようにすることができます.また,
27549 回転フロートは,
27550 外側余白方向から読むことができるような形に回転されます.全ページにわたって回転方向を強制したい場合には,
27551 文書クラスオプションに
27552 \series bold
27553 figuresleft
27554 \series default
27555 オプションあるいは
27556 \series bold
27557 figuresright
27558 \series default
27559 オプションを加えることができます.
27560 \end_layout
27561
27562 \begin_layout Standard
27563 回転フロートへの相互参照は,
27564 通常のフロートの場合と同じです.キャプションの形式も同じです.表
27565 \begin_inset CommandInset ref
27566 LatexCommand ref
27567 reference "tab:回転した表"
27568 nolink "false"
27569
27570 \end_inset
27571
27572 が回転表フロートの例です.
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \begin_inset Note Greyedout
27577 status open
27578
27579 \begin_layout Plain Layout
27580
27581 \series bold
27582 【註】
27583 \series default
27584 すべてのDVIビューアが回転フロートを表示できるわけではありません.
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \begin_layout Standard
27593 \begin_inset Float table
27594 placement document
27595 alignment document
27596 wide false
27597 sideways true
27598 status open
27599
27600 \begin_layout Plain Layout
27601 \begin_inset Caption Standard
27602
27603 \begin_layout Plain Layout
27604 \begin_inset CommandInset label
27605 LatexCommand label
27606 name "tab:回転した表"
27607
27608 \end_inset
27609
27610 回転した表
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Plain Layout
27619 \align center
27620 \begin_inset Tabular
27621 <lyxtabular version="3" rows="1" columns="5">
27622 <features tabularvalignment="middle">
27623 <column alignment="center" valignment="top">
27624 <column alignment="center" valignment="top">
27625 <column alignment="center" valignment="top">
27626 <column alignment="center" valignment="top">
27627 <column alignment="center" valignment="top">
27628 <row>
27629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Plain Layout
27633 試験
27634 \end_layout
27635
27636 \end_inset
27637 </cell>
27638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27639 \begin_inset Text
27640
27641 \begin_layout Plain Layout
27642
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 </row>
27675 </lyxtabular>
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Section
27688 従属フロート
27689 \begin_inset Index idx
27690 range none
27691 pageformat default
27692 status collapsed
27693
27694 \begin_layout Plain Layout
27695 ふろーと@フロート !
27696  じゅうぞくふろーと@従属フロート
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Standard
27705 従属フロートは,
27706 図が複数の画像から成るような場合に使用します.これは,
27707 フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,
27708
27709 \begin_inset CommandInset ref
27710 LatexCommand ref
27711 reference "tab:従属表を横に並べたもの"
27712 nolink "false"
27713
27714 \end_inset
27715
27716 と表
27717 \begin_inset CommandInset ref
27718 LatexCommand ref
27719 reference "tab:従属表を縦に並べたもの"
27720 nolink "false"
27721
27722 \end_inset
27723
27724 に示されているように段落と同様に指定することができます.
27725 \end_layout
27726
27727 \begin_layout Standard
27728 従属フロートの参照は,
27729 通常のフロートの参照と同様にすることができます.例:
27730
27731 \begin_inset CommandInset ref
27732 LatexCommand ref
27733 reference "tab:これは従属表a"
27734 nolink "false"
27735
27736 \end_inset
27737
27738 と表
27739 \begin_inset CommandInset ref
27740 LatexCommand ref
27741 reference "tab:これは従属表b"
27742 nolink "false"
27743
27744 \end_inset
27745
27746 は表
27747 \begin_inset CommandInset ref
27748 LatexCommand ref
27749 reference "tab:従属表を横に並べたもの"
27750 nolink "false"
27751
27752 \end_inset
27753
27754 の従属フロートです.
27755 \begin_inset Float table
27756 placement document
27757 alignment document
27758 wide false
27759 sideways false
27760 status open
27761
27762 \begin_layout Plain Layout
27763 \begin_inset Caption Standard
27764
27765 \begin_layout Plain Layout
27766 \begin_inset CommandInset label
27767 LatexCommand label
27768 name "tab:従属表を横に並べたもの"
27769
27770 \end_inset
27771
27772 従属表を横に並べたもの
27773 \end_layout
27774
27775 \end_inset
27776
27777
27778 \end_layout
27779
27780 \begin_layout Plain Layout
27781 \begin_inset space \hfill{}
27782 \end_inset
27783
27784
27785 \begin_inset Float table
27786 placement document
27787 alignment document
27788 wide false
27789 sideways false
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793 \begin_inset Caption Standard
27794
27795 \begin_layout Plain Layout
27796 \begin_inset CommandInset label
27797 LatexCommand label
27798 name "tab:これは従属表a"
27799
27800 \end_inset
27801
27802 これは従属表aです.
27803 \end_layout
27804
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \begin_layout Plain Layout
27811 \align center
27812 \begin_inset Tabular
27813 <lyxtabular version="3" rows="1" columns="5">
27814 <features tabularvalignment="middle">
27815 <column alignment="center" valignment="top">
27816 <column alignment="center" valignment="top">
27817 <column alignment="center" valignment="top">
27818 <column alignment="center" valignment="top">
27819 <column alignment="center" valignment="top">
27820 <row>
27821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Plain Layout
27825 試験
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Plain Layout
27834
27835 \end_layout
27836
27837 \end_inset
27838 </cell>
27839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27840 \begin_inset Text
27841
27842 \begin_layout Plain Layout
27843
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27849 \begin_inset Text
27850
27851 \begin_layout Plain Layout
27852
27853 \end_layout
27854
27855 \end_inset
27856 </cell>
27857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27858 \begin_inset Text
27859
27860 \begin_layout Plain Layout
27861
27862 \end_layout
27863
27864 \end_inset
27865 </cell>
27866 </row>
27867 </lyxtabular>
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \begin_inset space \hfill{}
27878 \end_inset
27879
27880
27881 \begin_inset Float table
27882 placement document
27883 alignment document
27884 wide false
27885 sideways false
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889 \begin_inset Caption Standard
27890
27891 \begin_layout Plain Layout
27892 \begin_inset CommandInset label
27893 LatexCommand label
27894 name "tab:これは従属表b"
27895
27896 \end_inset
27897
27898 これは従属表bです.
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \begin_layout Plain Layout
27907 \align center
27908 \begin_inset Tabular
27909 <lyxtabular version="3" rows="1" columns="5">
27910 <features tabularvalignment="middle">
27911 <column alignment="center" valignment="top">
27912 <column alignment="center" valignment="top">
27913 <column alignment="center" valignment="top">
27914 <column alignment="center" valignment="top">
27915 <column alignment="center" valignment="top">
27916 <row>
27917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27918 \begin_inset Text
27919
27920 \begin_layout Plain Layout
27921
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27927 \begin_inset Text
27928
27929 \begin_layout Plain Layout
27930
27931 \end_layout
27932
27933 \end_inset
27934 </cell>
27935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27936 \begin_inset Text
27937
27938 \begin_layout Plain Layout
27939
27940 \end_layout
27941
27942 \end_inset
27943 </cell>
27944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27945 \begin_inset Text
27946
27947 \begin_layout Plain Layout
27948
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Plain Layout
27957 試験
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 </row>
27963 </lyxtabular>
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \begin_inset space \hfill{}
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \begin_inset Float table
27983 placement document
27984 alignment document
27985 wide false
27986 sideways false
27987 status open
27988
27989 \begin_layout Plain Layout
27990 \begin_inset Caption Standard
27991
27992 \begin_layout Plain Layout
27993 \begin_inset CommandInset label
27994 LatexCommand label
27995 name "tab:従属表を縦に並べたもの"
27996
27997 \end_inset
27998
27999 従属表を縦に並べたもの.(a)は4セルから成る表,
28000 (b)は5セルから成る表.
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Plain Layout
28009 \noindent
28010 \align center
28011 \begin_inset Float table
28012 placement document
28013 alignment document
28014 wide false
28015 sideways false
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019 \begin_inset Caption Standard
28020
28021 \begin_layout Plain Layout
28022
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Plain Layout
28031 \align center
28032 \begin_inset Tabular
28033 <lyxtabular version="3" rows="1" columns="4">
28034 <features tabularvalignment="middle">
28035 <column alignment="center" valignment="top">
28036 <column alignment="center" valignment="top">
28037 <column alignment="center" valignment="top">
28038 <column alignment="center" valignment="top">
28039 <row>
28040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28041 \begin_inset Text
28042
28043 \begin_layout Plain Layout
28044 試験
28045 \end_layout
28046
28047 \end_inset
28048 </cell>
28049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28050 \begin_inset Text
28051
28052 \begin_layout Plain Layout
28053 試験
28054 \end_layout
28055
28056 \end_inset
28057 </cell>
28058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28059 \begin_inset Text
28060
28061 \begin_layout Plain Layout
28062 試験
28063 \end_layout
28064
28065 \end_inset
28066 </cell>
28067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28068 \begin_inset Text
28069
28070 \begin_layout Plain Layout
28071 試験
28072 \end_layout
28073
28074 \end_inset
28075 </cell>
28076 </row>
28077 </lyxtabular>
28078
28079 \end_inset
28080
28081
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Plain Layout
28090 \noindent
28091 \align center
28092 \begin_inset Float table
28093 placement document
28094 alignment document
28095 wide false
28096 sideways false
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 \begin_inset Caption Standard
28101
28102 \begin_layout Plain Layout
28103
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \begin_layout Plain Layout
28112 \align center
28113 \begin_inset Tabular
28114 <lyxtabular version="3" rows="1" columns="5">
28115 <features tabularvalignment="middle">
28116 <column alignment="center" valignment="top">
28117 <column alignment="center" valignment="top">
28118 <column alignment="center" valignment="top">
28119 <column alignment="center" valignment="top">
28120 <column alignment="center" valignment="top">
28121 <row>
28122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28123 \begin_inset Text
28124
28125 \begin_layout Plain Layout
28126
28127 \end_layout
28128
28129 \end_inset
28130 </cell>
28131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28132 \begin_inset Text
28133
28134 \begin_layout Plain Layout
28135
28136 \end_layout
28137
28138 \end_inset
28139 </cell>
28140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28141 \begin_inset Text
28142
28143 \begin_layout Plain Layout
28144
28145 \end_layout
28146
28147 \end_inset
28148 </cell>
28149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28150 \begin_inset Text
28151
28152 \begin_layout Plain Layout
28153
28154 \end_layout
28155
28156 \end_inset
28157 </cell>
28158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28159 \begin_inset Text
28160
28161 \begin_layout Plain Layout
28162
28163 \end_layout
28164
28165 \end_inset
28166 </cell>
28167 </row>
28168 </lyxtabular>
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Section
28186 横並びのフロート
28187 \begin_inset Index idx
28188 range none
28189 pageformat default
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193 ふろーと@フロート !
28194  よこならび@横並び
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \begin_layout Standard
28203
28204 \begin_inset CommandInset ref
28205 LatexCommand ref
28206 reference "fig:左側のフロート"
28207 nolink "false"
28208
28209 \end_inset
28210
28211 や図
28212 \begin_inset CommandInset ref
28213 LatexCommand ref
28214 reference "fig:右側のフロート"
28215 nolink "false"
28216
28217 \end_inset
28218
28219 のようにフロートを横並びに配置するには,
28220
28221 \emph on
28222 ひとつの
28223 \emph default
28224 フロートのみを使用し,
28225 その中に二つのminipageボックスを挿入します
28226 \begin_inset Foot
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230 Minipageは第
28231 \begin_inset CommandInset ref
28232 LatexCommand ref
28233 reference "sec:ミニページ"
28234 nolink "false"
28235
28236 \end_inset
28237
28238 節に説明があります.
28239 \end_layout
28240
28241 \end_inset
28242
28243 .幅は45
28244 \begin_inset space \thinspace{}
28245 \end_inset
28246
28247 -50
28248 \begin_inset space \thinspace{}
28249 \end_inset
28250
28251 列幅%とし,
28252 各minipageのボックス配置を
28253 \family sans
28254
28255 \family default
28256 に設定します.minipageボックスには,
28257 フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,
28258 画像単位
28259 \family sans
28260 列幅%
28261 \family default
28262 がここではminipageボックスの幅によって計算されることです.
28263 \end_layout
28264
28265 \begin_layout Standard
28266 \begin_inset Float figure
28267 placement document
28268 alignment document
28269 wide false
28270 sideways false
28271 status open
28272
28273 \begin_layout Plain Layout
28274 \begin_inset Box Frameless
28275 position "b"
28276 hor_pos "c"
28277 has_inner_box 1
28278 inner_pos "t"
28279 use_parbox 0
28280 use_makebox 0
28281 width "45col%"
28282 special "none"
28283 height "1in"
28284 height_special "totalheight"
28285 thickness "0.4pt"
28286 separation "3pt"
28287 shadowsize "4pt"
28288 framecolor "black"
28289 backgroundcolor "none"
28290 status open
28291
28292 \begin_layout Plain Layout
28293 \align center
28294 \begin_inset Graphics
28295         filename ../clipart/2D-intensity-plot.pdf
28296         width 100col%
28297         scaleBeforeRotation
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Plain Layout
28305 \begin_inset Caption Standard
28306
28307 \begin_layout Plain Layout
28308 \begin_inset CommandInset label
28309 LatexCommand label
28310 name "fig:左側のフロート"
28311
28312 \end_inset
28313
28314 左側のフロート
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \end_inset
28323
28324
28325 \begin_inset space \hfill{}
28326 \end_inset
28327
28328
28329 \begin_inset Box Frameless
28330 position "b"
28331 hor_pos "c"
28332 has_inner_box 1
28333 inner_pos "t"
28334 use_parbox 0
28335 use_makebox 0
28336 width "45col%"
28337 special "none"
28338 height "1in"
28339 height_special "totalheight"
28340 thickness "0.4pt"
28341 separation "3pt"
28342 shadowsize "4pt"
28343 framecolor "black"
28344 backgroundcolor "none"
28345 status open
28346
28347 \begin_layout Plain Layout
28348 \align center
28349 \begin_inset Graphics
28350         filename ../clipart/Star-structure.pdf
28351         width 100col%
28352         scaleBeforeRotation
28353
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \begin_layout Plain Layout
28360 \begin_inset Caption Standard
28361
28362 \begin_layout Plain Layout
28363 \begin_inset CommandInset label
28364 LatexCommand label
28365 name "fig:右側のフロート"
28366
28367 \end_inset
28368
28369 右側のフロート
28370 \end_layout
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Plain Layout
28383
28384 \end_layout
28385
28386 \end_inset
28387
28388 2つのフロートを横に並べるには,
28389 可変幅ミニページを使うと簡単にできます(第
28390 \begin_inset CommandInset ref
28391 LatexCommand ref
28392 reference "sec:ミニページ"
28393 nolink "false"
28394
28395 \end_inset
28396
28397 節参照).可変幅ミニページは,
28398 図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,
28399 図の水平方向の配置も調整してくれます.ファイル
28400 \family typewriter
28401 examples/varwidth-floats-side-by-side.lyx
28402 \family default
28403 に,
28404 この方法の例があります.
28405 \end_layout
28406
28407 \begin_layout Section
28408 キャプションの書式設定
28409 \begin_inset Index idx
28410 range none
28411 pageformat default
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415 きゃぷしょん@キャプション !
28416  しょしきせってい@書式設定
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \begin_inset Index idx
28423 range none
28424 pageformat default
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428 ふろーと@フロート !
28429  きゃぷしょんのしょしきせってい@キャプションの書式設定
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \begin_inset CommandInset label
28436 LatexCommand label
28437 name "sec:キャプションの書式設定"
28438
28439 \end_inset
28440
28441
28442 \end_layout
28443
28444 \begin_layout Standard
28445
28446 \family sans
28447 キャプション
28448 \family default
28449 環境は,
28450
28451 \family sans
28452 フロート
28453 \family default
28454 の既定の段落環境です.キャプションは,
28455 \SpecialChar LyX
28456 画面上では,
28457 例えば「
28458 \family sans
28459 図 #:
28460 \family default
28461 」のようなラベルの後に,
28462 キャプション文を伴って表示されます.ここで「
28463 \family sans
28464 #
28465 \family default
28466 」には,
28467 実際には参照番号が入ります.既定の設定では,
28468 ラベルと番号はキャプション文と同じフォントになっており,
28469 ラベルと文を分けるために,
28470 番号の後にコロンが入ります.このキャプション書式は,
28471 すべての文書書式に適しているわけではありません.
28472 \end_layout
28473
28474 \begin_layout Standard
28475 既定のキャプション書式を変更するには,
28476 文書プリアンブルに
28477 \end_layout
28478
28479 \begin_layout Standard
28480
28481 \series bold
28482
28483 \backslash
28484 usepackage[format definition]{caption}
28485 \end_layout
28486
28487 \begin_layout Standard
28488 という行を加えて,
28489 \SpecialChar LaTeX
28490 パッケージ
28491 \series bold
28492 caption
28493 \series default
28494
28495 \begin_inset Index idx
28496 range none
28497 pageformat default
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 \SpecialChar LaTeX
28502 ぱっけーじ@\SpecialChar LaTeX
28503 パッケージ !
28504  caption
28505 \end_layout
28506
28507 \end_inset
28508
28509 を読み込んでください.たとえば,
28510 ラベルと番号をサンセリフのボールド体にして,
28511 表キャプションを,
28512 この文書のように常に表の上に置くようにするには,
28513
28514 \end_layout
28515
28516 \begin_layout Standard
28517
28518 \series bold
28519
28520 \backslash
28521 usepackage[labelfont={bf,sf},
28522  tableposition=top]{caption}
28523 \end_layout
28524
28525 \begin_layout Standard
28526 というコマンドを使用してください.また,
28527 各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
28528
28529 \series bold
28530 caption
28531 \series default
28532 パッケージを書式関連オプション抜きで読み込み,
28533 文書プリアンブルに
28534 \end_layout
28535
28536 \begin_layout Standard
28537
28538 \series bold
28539
28540 \backslash
28541 captionsetup[フロート型]{書式定義}
28542 \end_layout
28543
28544 \begin_layout Standard
28545 というコマンドを使用して,
28546 個別の書式を指定してください.たとえば,
28547
28548 \begin_inset CommandInset ref
28549 LatexCommand ref
28550 reference "fig:図キャプション"
28551 nolink "false"
28552
28553 \end_inset
28554
28555 と表
28556 \begin_inset CommandInset ref
28557 LatexCommand ref
28558 reference "tab:表キャプション"
28559 nolink "false"
28560
28561 \end_inset
28562
28563 に使われているキャプション書式は,
28564 文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
28565 \end_layout
28566
28567 \begin_layout Standard
28568
28569 \series bold
28570
28571 \backslash
28572 usepackage[tableposition=top]{caption}
28573 \series default
28574
28575 \begin_inset Newline newline
28576 \end_inset
28577
28578
28579 \series bold
28580
28581 \backslash
28582 captionsetup[figure]{labelfont={tt},
28583  textfont=it,
28584  indention=1cm,%
28585 \begin_inset Newline newline
28586 \end_inset
28587
28588
28589 \begin_inset Phantom HPhantom
28590 status open
28591
28592 \begin_layout Plain Layout
28593
28594 \backslash
28595 captionsetup[figure]{
28596 \end_layout
28597
28598 \end_inset
28599
28600 labelsep=period}
28601 \begin_inset Newline newline
28602 \end_inset
28603
28604
28605 \backslash
28606 captionsetup[table]{labelfont={bf,sf}}
28607 \end_layout
28608
28609 \begin_layout Standard
28610 \begin_inset Note Greyedout
28611 status open
28612
28613 \begin_layout Plain Layout
28614
28615 \series bold
28616 【註】
28617 \series default
28618 オプションのうち,
28619
28620 \series bold
28621 tableposition=top
28622 \series default
28623 は,
28624 文書クラスに
28625 \series bold
28626 KOMA-script
28627 \series default
28628
28629 \begin_inset Index idx
28630 range none
28631 pageformat default
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 \SpecialChar LaTeX
28636 ぱっけーじ@\SpecialChar LaTeX
28637 パッケージ !
28638  KOMA-script
28639 \end_layout
28640
28641 \end_inset
28642
28643 が使われているときには,
28644 無効になります.この場合には,
28645 文書クラスオプション
28646 \series bold
28647 captions=tableheading
28648 \series default
28649 を指定しなくてはなりません.
28650 \end_layout
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \begin_layout Standard
28658
28659 \series bold
28660 caption
28661 \series default
28662 パッケージについての詳細は,
28663 その取扱説明書
28664 \begin_inset CommandInset citation
28665 LatexCommand cite
28666 key "caption"
28667 literal "true"
28668
28669 \end_inset
28670
28671 をご覧ください.
28672 \end_layout
28673
28674 \begin_layout Standard
28675 ラベル名を,
28676 たとえば「図」から「画像」に変更するには,
28677 以下のプリアンブルコマンドを使用してください.
28678 \end_layout
28679
28680 \begin_layout Standard
28681
28682 \series bold
28683
28684 \backslash
28685 renewcommand{
28686 \backslash
28687 fnum@figure}{画像~
28688 \backslash
28689 thefigure}
28690 \end_layout
28691
28692 \begin_layout Standard
28693 なお,
28694
28695 \series bold
28696
28697 \backslash
28698 thefigure
28699 \series default
28700 は表番号を挿入し,
28701
28702 \series bold
28703 ~
28704 \series default
28705 」は保護された空白を入れます.
28706 \end_layout
28707
28708 \begin_layout Standard
28709 \begin_inset VSpace bigskip
28710 \end_inset
28711
28712
28713 \series bold
28714 KOMA-script
28715 \series default
28716
28717 \begin_inset Index idx
28718 range none
28719 pageformat default
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723 \SpecialChar LaTeX
28724 ぱっけーじ@\SpecialChar LaTeX
28725 パッケージ !
28726  KOMA-script
28727 \end_layout
28728
28729 \end_inset
28730
28731 文書クラス(
28732 \family sans
28733 article (KOMA-script)
28734 \family default
28735
28736 \family sans
28737 book (KOMA-script)
28738 \family default
28739
28740 \family sans
28741 letter (KOMA-script)
28742 \family default
28743
28744 \family sans
28745 report (KOMA-script)
28746 \family default
28747 )を使用している場合には,
28748
28749 \series bold
28750 caption
28751 \series default
28752 パッケージの代わりに
28753 \series bold
28754 KOMA-script
28755 \series default
28756 のビルトインコマンド
28757 \series bold
28758 etkomafont
28759 \series default
28760 を使用することもできます.たとえば,
28761 キャプションラベルをボールド体にするには,
28762 以下のコマンドを文書プリアンブルに加えます.
28763 \end_layout
28764
28765 \begin_layout Standard
28766
28767 \series bold
28768
28769 \backslash
28770 setkomafont{captionlabel}{
28771 \backslash
28772 bfseries}
28773 \end_layout
28774
28775 \begin_layout Standard
28776
28777 \series bold
28778
28779 \backslash
28780 setkomafont
28781 \series default
28782 についての詳細は,
28783
28784 \series bold
28785 KOMA-script
28786 \series default
28787 の取扱説明書
28788 \begin_inset CommandInset citation
28789 LatexCommand cite
28790 key "KOMA-script"
28791 literal "true"
28792
28793 \end_inset
28794
28795 をご覧ください.
28796 \end_layout
28797
28798 \begin_layout Standard
28799 \begin_inset ERT
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804
28805 \backslash
28806 captionsetup[figure]{labelfont={tt},
28807  textfont=it,
28808  indention=1cm,
28809  labelsep=period}
28810 \end_layout
28811
28812 \end_inset
28813
28814
28815 \begin_inset Note Note
28816 status open
28817
28818 \begin_layout Plain Layout
28819 キャプション書式は,
28820 この例のみ変更してあります.
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Standard
28829 \begin_inset Float figure
28830 placement !p
28831 alignment document
28832 wide false
28833 sideways false
28834 status open
28835
28836 \begin_layout Plain Layout
28837 \align center
28838 \begin_inset Graphics
28839         filename ../clipart/2D-intensity-plot.pdf
28840         scaleBeforeRotation
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Plain Layout
28848 \begin_inset Caption Standard
28849
28850 \begin_layout Plain Layout
28851 \begin_inset CommandInset label
28852 LatexCommand label
28853 name "fig:図キャプション"
28854
28855 \end_inset
28856
28857 これは,
28858 別のキャプション書式を例示するための,
28859 一行よりも長い図キャプションです.ここでは,
28860 自製キャプション書式が使用されています.
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \begin_layout Standard
28874 \begin_inset ERT
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878
28879
28880 \backslash
28881 captionsetup[figure]{labelfont={bf,sf},
28882  textfont=rm,
28883  indention=0cm,
28884  labelsep=colon}
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 \begin_inset Float table
28894 placement !p
28895 alignment document
28896 wide false
28897 sideways false
28898 status open
28899
28900 \begin_layout Plain Layout
28901 \begin_inset Caption Standard
28902
28903 \begin_layout Plain Layout
28904 \begin_inset CommandInset label
28905 LatexCommand label
28906 name "tab:表キャプション"
28907
28908 \end_inset
28909
28910 これは,
28911 別のキャプション書式を例示するための,
28912 一行よりも長い表キャプションです.ここでは,
28913 この文書での表キャプションの標準書式が使用されています.
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \begin_layout Plain Layout
28922 \align center
28923 \begin_inset Tabular
28924 <lyxtabular version="3" rows="1" columns="5">
28925 <features tabularvalignment="middle">
28926 <column alignment="center" valignment="top">
28927 <column alignment="center" valignment="top">
28928 <column alignment="center" valignment="top">
28929 <column alignment="center" valignment="top">
28930 <column alignment="center" valignment="top">
28931 <row>
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" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 </row>
28978 </lyxtabular>
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Section
28991 キャプションの配置
28992 \begin_inset Index idx
28993 range none
28994 pageformat default
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998 きゃぷしょん@キャプション !
28999  はいち@配置
29000 \end_layout
29001
29002 \end_inset
29003
29004
29005 \begin_inset Index idx
29006 range none
29007 pageformat default
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 ふろーと@フロート !
29012  きゃぷしょんのはいち@キャプションの配置
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \begin_inset CommandInset label
29019 LatexCommand label
29020 name "sec:キャプションの配置"
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 通常,
29029 キャプションの配置原則は,
29030
29031 \end_layout
29032
29033 \begin_layout Description
29034 図の場合:
29035  キャプションを図の下に置く
29036 \end_layout
29037
29038 \begin_layout Description
29039 表の場合:
29040  キャプションを表の上に置く
29041 \end_layout
29042
29043 \begin_layout Standard
29044 という風になっています.\SpecialChar LaTeX
29045 の標準クラスでは,
29046 キャプションを表の上に置くことは,
29047 残念ながらサポートされていません.したがって,
29048
29049 \family sans
29050 article
29051 \family default
29052
29053 \family sans
29054 book
29055 \family default
29056
29057 \family sans
29058 letter
29059 \family default
29060
29061 \family sans
29062 report
29063 \family default
29064 といった文書クラスを使用している時には,
29065 キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,
29066 お使いの文書プリアンブルでLaTeXパッケージ
29067 \series bold
29068 caption
29069 \series default
29070 を読み込むコマンドに
29071 \end_layout
29072
29073 \begin_layout Standard
29074
29075 \series bold
29076 tableposition=top
29077 \end_layout
29078
29079 \begin_layout Standard
29080 というオプションを追加してください
29081 \begin_inset Foot
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086 \series bold
29087 caption
29088 \series default
29089 パッケージについての詳細な情報は,
29090
29091 \begin_inset CommandInset ref
29092 LatexCommand ref
29093 reference "sec:キャプションの書式設定"
29094 nolink "false"
29095
29096 \end_inset
29097
29098 節をご覧ください.
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \series bold
29105 KOMA-script
29106 \series default
29107
29108 \begin_inset Index idx
29109 range none
29110 pageformat default
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114 \SpecialChar LaTeX
29115 ぱっけーじ@\SpecialChar LaTeX
29116 パッケージ !
29117  KOMA-script
29118 \end_layout
29119
29120 \end_inset
29121
29122 文書クラス(
29123 \family sans
29124 article (KOMA-script)
29125 \family default
29126
29127 \family sans
29128 book (KOMA-script)
29129 \family default
29130
29131 \family sans
29132 letter (KOMA-script)
29133 \family default
29134
29135 \family sans
29136 report (KOMA-script)
29137 \family default
29138
29139 \begin_inset space \thinspace{}
29140 \end_inset
29141
29142 )をお使いの場合には,
29143
29144 \series bold
29145 caption
29146 \series default
29147 パッケージにオプションを与える代わりに,
29148 文書クラスオプション
29149 \end_layout
29150
29151 \begin_layout Standard
29152
29153 \series bold
29154 captions=tableheading
29155 \end_layout
29156
29157 \begin_layout Standard
29158 を設定することもできます
29159 \begin_inset Foot
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 このオプションは本文書で使用されています.
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \begin_layout Standard
29172 KOMA-Script文書クラスの文書では,
29173 キャプションを右クリックして,
29174 文脈依存メニューから,
29175 これが図表の上または下に来るべきキャプションかを指定することもできます.これによって,
29176 文書全体のキャプション配置指定にかかわらず,
29177 特定のキャプションの配置を変えることができます.表
29178 \begin_inset CommandInset ref
29179 LatexCommand ref
29180 reference "tab:指定付きキャプション"
29181 nolink "false"
29182
29183 \end_inset
29184
29185 は,
29186 キャプションは,
29187 \SpecialChar LyX
29188 中では上に置かれているけれども,
29189 表の下に来るように指定されている例です.比較のために,
29190
29191 \begin_inset CommandInset ref
29192 LatexCommand ref
29193 reference "tab:標準表"
29194 nolink "false"
29195
29196 \end_inset
29197
29198 のキャプションでは,
29199 指定が為されていません.
29200 \end_layout
29201
29202 \begin_layout Standard
29203 \begin_inset Float table
29204 placement document
29205 alignment document
29206 wide false
29207 sideways false
29208 status open
29209
29210 \begin_layout Plain Layout
29211 \begin_inset Caption Below
29212
29213 \begin_layout Plain Layout
29214 \begin_inset CommandInset label
29215 LatexCommand label
29216 name "tab:指定付きキャプション"
29217
29218 \end_inset
29219
29220 表下に来るように指定されたキャプション
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \begin_layout Plain Layout
29229 \align center
29230 \begin_inset Tabular
29231 <lyxtabular version="3" rows="3" columns="3">
29232 <features tabularvalignment="middle">
29233 <column alignment="center" valignment="top" width="0pt">
29234 <column alignment="center" valignment="top" width="0pt">
29235 <column alignment="center" valignment="top" width="0pt">
29236 <row>
29237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29238 \begin_inset Text
29239
29240 \begin_layout Plain Layout
29241 1
29242 \end_layout
29243
29244 \end_inset
29245 </cell>
29246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Plain Layout
29250 2
29251 \end_layout
29252
29253 \end_inset
29254 </cell>
29255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29256 \begin_inset Text
29257
29258 \begin_layout Plain Layout
29259 3
29260 \end_layout
29261
29262 \end_inset
29263 </cell>
29264 </row>
29265 <row>
29266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29267 \begin_inset Text
29268
29269 \begin_layout Plain Layout
29270 森嶋
29271 \end_layout
29272
29273 \end_inset
29274 </cell>
29275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29276 \begin_inset Text
29277
29278 \begin_layout Plain Layout
29279 宇沢
29280 \end_layout
29281
29282 \end_inset
29283 </cell>
29284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29285 \begin_inset Text
29286
29287 \begin_layout Plain Layout
29288 二階堂
29289 \end_layout
29290
29291 \end_inset
29292 </cell>
29293 </row>
29294 <row>
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 \begin_inset Formula $\int x^{2}dx$
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Plain Layout
29311 \begin_inset Formula $\left[\begin{array}{cc}
29312 a & b\\
29313 c & d
29314 \end{array}\right]$
29315 \end_inset
29316
29317
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29323 \begin_inset Text
29324
29325 \begin_layout Plain Layout
29326 \begin_inset Formula $1+1=2$
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \end_inset
29333 </cell>
29334 </row>
29335 </lyxtabular>
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \end_layout
29346
29347 \begin_layout Standard
29348 \begin_inset Float table
29349 placement document
29350 alignment document
29351 wide false
29352 sideways false
29353 status open
29354
29355 \begin_layout Plain Layout
29356 \begin_inset Caption Standard
29357
29358 \begin_layout Plain Layout
29359 \begin_inset CommandInset label
29360 LatexCommand label
29361 name "tab:標準表"
29362
29363 \end_inset
29364
29365 標準の表キャプション
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Plain Layout
29374 \align center
29375 \begin_inset Tabular
29376 <lyxtabular version="3" rows="3" columns="3">
29377 <features tabularvalignment="middle">
29378 <column alignment="center" valignment="top" width="0pt">
29379 <column alignment="center" valignment="top" width="0pt">
29380 <column alignment="center" valignment="top" width="0pt">
29381 <row>
29382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 1
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29392 \begin_inset Text
29393
29394 \begin_layout Plain Layout
29395 2
29396 \end_layout
29397
29398 \end_inset
29399 </cell>
29400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Plain Layout
29404 3
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 </row>
29410 <row>
29411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415 森嶋
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424 宇沢
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29430 \begin_inset Text
29431
29432 \begin_layout Plain Layout
29433 二階堂
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 </row>
29439 <row>
29440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444 \begin_inset Formula $\int x^{2}dx$
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \end_inset
29451 </cell>
29452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29453 \begin_inset Text
29454
29455 \begin_layout Plain Layout
29456 \begin_inset Formula $\left[\begin{array}{cc}
29457 a & b\\
29458 c & d
29459 \end{array}\right]$
29460 \end_inset
29461
29462
29463 \end_layout
29464
29465 \end_inset
29466 </cell>
29467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29468 \begin_inset Text
29469
29470 \begin_layout Plain Layout
29471 \begin_inset Formula $1+1=2$
29472 \end_inset
29473
29474
29475 \end_layout
29476
29477 \end_inset
29478 </cell>
29479 </row>
29480 </lyxtabular>
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Standard
29493 \begin_inset VSpace bigskip
29494 \end_inset
29495
29496 また,
29497 キャプションは,
29498 図表の横に置くこともできます.これを実現するには,
29499 文書プリアンブルに
29500 \end_layout
29501
29502 \begin_layout Standard
29503
29504 \series bold
29505
29506 \backslash
29507 usepackage[option]{sidecap}
29508 \end_layout
29509
29510 \begin_layout Standard
29511 という行を入れて,
29512 \SpecialChar LaTeX
29513 パッケージ
29514 \series bold
29515 sidecap
29516 \series default
29517
29518 \begin_inset Index idx
29519 range none
29520 pageformat default
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 \SpecialChar LaTeX
29525 ぱっけーじ@\SpecialChar LaTeX
29526 パッケージ !
29527  sidecap
29528 \end_layout
29529
29530 \end_inset
29531
29532 を読み込まなくてはなりません.オプションを与えなければ,
29533 ページの外側余白の側に—
29534 偶数ページでは右側,
29535 奇数頁では左側に—
29536 キャプションが置かれます.
29537 \series bold
29538 innercaption
29539 \series default
29540 オプションを与えれば,
29541 内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
29542
29543 \series bold
29544 rightcaption
29545 \series default
29546 ないし
29547 \series bold
29548 leftcaption
29549 \series default
29550 オプションを用います.
29551 \end_layout
29552
29553 \begin_layout Standard
29554 \begin_inset ERT
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558
29559
29560 \backslash
29561 ifsidecap
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \begin_inset Note Note
29568 status open
29569
29570 \begin_layout Plain Layout
29571 以下の部分は,
29572 \SpecialChar LaTeX
29573 パッケージ
29574 \series bold
29575 sidecap
29576 \series default
29577 が導入されているときのみ表示されます.
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Standard
29586 \SpecialChar LyX
29587 でフロートのキャプションを横に配置するには,
29588 以下のコマンド群を文書プリアンブルに追加する必要があります.
29589 \end_layout
29590
29591 \begin_layout Standard
29592 \noindent
29593 \begin_inset CommandInset line
29594 LatexCommand rule
29595 offset "0.5ex"
29596 width "100line%"
29597 height "1pt"
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Standard
29605
29606 \series bold
29607
29608 \backslash
29609 newcommand{
29610 \backslash
29611 TabBesBeg}[1][1.0]{%
29612 \begin_inset Newline newline
29613 \end_inset
29614
29615
29616 \begin_inset Phantom HPhantom
29617 status open
29618
29619 \begin_layout Plain Layout
29620 \begin_inset space ~
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \backslash
29630 let
29631 \backslash
29632 MyTable
29633 \backslash
29634 table
29635 \begin_inset Newline newline
29636 \end_inset
29637
29638
29639 \begin_inset Phantom HPhantom
29640 status open
29641
29642 \begin_layout Plain Layout
29643
29644 \series medium
29645 \begin_inset space ~
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \backslash
29655 let
29656 \backslash
29657 MyEndtable
29658 \backslash
29659 endtable
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663
29664 \begin_inset Phantom HPhantom
29665 status open
29666
29667 \begin_layout Plain Layout
29668
29669 \series medium
29670 \begin_inset space ~
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \end_inset
29677
29678
29679 \backslash
29680 renewenvironment{table}[1]{
29681 \backslash
29682 begin{SCtable}[#1]##1}{
29683 \backslash
29684 end{SCtable}}}
29685 \end_layout
29686
29687 \begin_layout Standard
29688
29689 \series bold
29690
29691 \backslash
29692 newcommand{
29693 \backslash
29694 TabBesEnd}{%
29695 \begin_inset Newline newline
29696 \end_inset
29697
29698
29699 \begin_inset Phantom HPhantom
29700 status open
29701
29702 \begin_layout Plain Layout
29703 \begin_inset space ~
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \backslash
29713 let
29714 \backslash
29715 table
29716 \backslash
29717 MyTable
29718 \begin_inset Newline newline
29719 \end_inset
29720
29721
29722 \begin_inset Phantom HPhantom
29723 status open
29724
29725 \begin_layout Plain Layout
29726 \begin_inset space ~
29727 \end_inset
29728
29729
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \backslash
29736 let
29737 \backslash
29738 endtable
29739 \backslash
29740 MyEndtable
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \series bold
29746
29747 \backslash
29748 newcommand{
29749 \backslash
29750 FigBesBeg}[1][1.0]{%
29751 \begin_inset Newline newline
29752 \end_inset
29753
29754
29755 \begin_inset Phantom HPhantom
29756 status open
29757
29758 \begin_layout Plain Layout
29759 \begin_inset space ~
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \backslash
29769 let
29770 \backslash
29771 MyFigure
29772 \backslash
29773 figure
29774 \begin_inset Newline newline
29775 \end_inset
29776
29777
29778 \begin_inset Phantom HPhantom
29779 status open
29780
29781 \begin_layout Plain Layout
29782 \begin_inset space ~
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \backslash
29792 let
29793 \backslash
29794 MyEndfigure
29795 \backslash
29796 endfigure
29797 \begin_inset Newline newline
29798 \end_inset
29799
29800
29801 \begin_inset Phantom HPhantom
29802 status open
29803
29804 \begin_layout Plain Layout
29805 \begin_inset space ~
29806 \end_inset
29807
29808
29809 \end_layout
29810
29811 \end_inset
29812
29813
29814 \backslash
29815 renewenvironment{figure}[1]{
29816 \backslash
29817 begin{SCfigure}[#1]##1}{
29818 \backslash
29819 end{SCfigure}}}
29820 \end_layout
29821
29822 \begin_layout Standard
29823
29824 \series bold
29825
29826 \backslash
29827 newcommand{
29828 \backslash
29829 FigBesEnd}{%
29830 \begin_inset Newline newline
29831 \end_inset
29832
29833
29834 \begin_inset Phantom HPhantom
29835 status open
29836
29837 \begin_layout Plain Layout
29838 \begin_inset space ~
29839 \end_inset
29840
29841
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \backslash
29848 let
29849 \backslash
29850 figure
29851 \backslash
29852 MyFigure
29853 \begin_inset Newline newline
29854 \end_inset
29855
29856
29857 \begin_inset Phantom HPhantom
29858 status open
29859
29860 \begin_layout Plain Layout
29861 \begin_inset space ~
29862 \end_inset
29863
29864
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \backslash
29871 let
29872 \backslash
29873 endfigure
29874 \backslash
29875 MyEndfigure}
29876 \end_layout
29877
29878 \begin_layout Standard
29879 \noindent
29880 \begin_inset CommandInset line
29881 LatexCommand rule
29882 offset "0.5ex"
29883 width "100line%"
29884 height "1pt"
29885
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \begin_layout Standard
29892 これらのコマンドは,
29893 キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898
29899 \series bold
29900
29901 \backslash
29902 FigBesBeg
29903 \end_layout
29904
29905 \begin_layout Standard
29906 というコマンドを,
29907 フロートの前に\SpecialChar TeX
29908 コードで入れてください.そして,
29909 元のフロート定義に戻したいところで,
29910
29911 \end_layout
29912
29913 \begin_layout Standard
29914
29915 \series bold
29916
29917 \backslash
29918 FigBesEnd
29919 \end_layout
29920
29921 \begin_layout Standard
29922 という\SpecialChar TeX
29923 コードを入れてください.
29924 \end_layout
29925
29926 \begin_layout Standard
29927 表フロートに対しては,
29928 対応するコマンド
29929 \end_layout
29930
29931 \begin_layout Standard
29932
29933 \series bold
29934
29935 \backslash
29936 TabBesBeg
29937 \series default
29938 および
29939 \series bold
29940
29941 \backslash
29942 TabBesEnd
29943 \end_layout
29944
29945 \begin_layout Standard
29946 を使用してください.図
29947 \begin_inset CommandInset ref
29948 LatexCommand ref
29949 reference "fig:図横キャプション"
29950 nolink "false"
29951
29952 \end_inset
29953
29954 と表
29955 \begin_inset CommandInset ref
29956 LatexCommand ref
29957 reference "tab:表横キャプション"
29958 nolink "false"
29959
29960 \end_inset
29961
29962 がキャプションを脇に設定した例です.
29963 \end_layout
29964
29965 \begin_layout Standard
29966 これらの例において,
29967 表フロートの場合には,
29968 キャプションの文章がフロート上部に表示され,
29969 図フロートではフロート下部に表示されることが確認いただけると思います.これを変更するには,
29970 文書プリアンブルかフロート直前に,
29971 \SpecialChar TeX
29972 コードとして
29973 \end_layout
29974
29975 \begin_layout Standard
29976
29977 \series bold
29978
29979 \backslash
29980 sidecaptionvpos{フロート型}{配置}
29981 \end_layout
29982
29983 \begin_layout Standard
29984 というコマンドを使用します.ここで「フロート型」は
29985 \family sans
29986 figure
29987 \family default
29988
29989 \family sans
29990 table
29991 \family default
29992 であり,
29993 「配置」は,
29994 上揃えの場合はtopの
29995 \end_layout
29996
29997 \begin_layout Standard
29998
29999 \family sans
30000 t
30001 \family default
30002 」,
30003 中央揃えの場合はcenterの「
30004 \family sans
30005 c
30006 \family default
30007 」,
30008 下揃えの場合はbottomの「
30009 \family sans
30010 b
30011 \family default
30012 」のいずれかになります.たとえば,
30013 図フロートのキャプションを縦方向中央揃えとしたい場合には,
30014
30015 \end_layout
30016
30017 \begin_layout Standard
30018
30019 \series bold
30020
30021 \backslash
30022 sidecaptionvpos{figure}{c}
30023 \end_layout
30024
30025 \begin_layout Standard
30026 というコマンドを使用します.これは,
30027
30028 \begin_inset CommandInset ref
30029 LatexCommand ref
30030 reference "fig:図横キャプション-2"
30031 nolink "false"
30032
30033 \end_inset
30034
30035 で使用されています.
30036 \end_layout
30037
30038 \begin_layout Standard
30039 \begin_inset VSpace medskip
30040 \end_inset
30041
30042
30043 \end_layout
30044
30045 \begin_layout Standard
30046 キャプション幅の既定値は,
30047 画像幅ないし表幅です.しかし,
30048
30049 \begin_inset CommandInset ref
30050 LatexCommand ref
30051 reference "tab:表横キャプション"
30052 nolink "false"
30053
30054 \end_inset
30055
30056 のように幅狭の表では,
30057 これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,
30058 画像幅ないし表幅に掛ける因数を指定することができます.指定した幅では,
30059 キャプションがページ余白ないし段余白に突き出てしまうような場合は,
30060 キャプション幅は自動的に再計算してくれます.
30061 \emph on
30062 因数
30063 \emph default
30064 は,
30065
30066 \end_layout
30067
30068 \begin_layout Standard
30069
30070 \series bold
30071
30072 \backslash
30073 FigBesBeg[因数]
30074 \end_layout
30075
30076 \begin_layout Standard
30077 のように,
30078
30079 \series bold
30080
30081 \backslash
30082 FigBesBeg
30083 \series default
30084 への非必須引数として与えることもできますし,
30085
30086 \series bold
30087
30088 \backslash
30089 FigBesBeg
30090 \series default
30091 の定義中で
30092 \series bold
30093 1.0
30094 \series default
30095 を他の値に変更することもできます.表
30096 \begin_inset CommandInset ref
30097 LatexCommand ref
30098 reference "tab:図横幅広"
30099 nolink "false"
30100
30101 \end_inset
30102
30103 では,
30104 因子5が指定されています.
30105 \end_layout
30106
30107 \begin_layout Standard
30108 \begin_inset Note Greyedout
30109 status open
30110
30111 \begin_layout Plain Layout
30112
30113 \series bold
30114 【註】
30115 \series default
30116 キャプションを横につけたフロートでは,
30117 フロート配置オプションの
30118 \family sans
30119 何としても現在地に置く
30120 \family default
30121 は,
30122
30123 \series bold
30124 sidecap
30125 \series default
30126 がサポートしていないので,
30127 使用することができません..
30128 \end_layout
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \begin_layout Standard
30136 \begin_inset VSpace medskip
30137 \end_inset
30138
30139
30140 \series bold
30141 sidecap
30142 \series default
30143 パッケージについての詳細は,
30144
30145 \begin_inset CommandInset citation
30146 LatexCommand cite
30147 key "sidecap"
30148 literal "true"
30149
30150 \end_inset
30151
30152 の説明書をご参照ください.
30153 \end_layout
30154
30155 \begin_layout Standard
30156 \begin_inset Note Greyedout
30157 status open
30158
30159 \begin_layout Plain Layout
30160
30161 \series bold
30162 【註】
30163 \series default
30164
30165 \begin_inset CommandInset ref
30166 LatexCommand ref
30167 reference "subsec:参照位置"
30168 nolink "false"
30169
30170 \end_inset
30171
30172 節に説明がある\SpecialChar LaTeX
30173 パッケージ
30174 \series bold
30175 hypcap
30176 \series default
30177
30178 \begin_inset Index idx
30179 range none
30180 pageformat default
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184 \SpecialChar LaTeX
30185 ぱっけーじ@\SpecialChar LaTeX
30186 パッケージ !
30187  hypcap
30188 \end_layout
30189
30190 \end_inset
30191
30192 は,
30193 キャプションを脇に表示したフロートに対しては,
30194 効果を持ちません.
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \end_layout
30201
30202 \begin_layout Standard
30203 \begin_inset Note Greyedout
30204 status open
30205
30206 \begin_layout Plain Layout
30207
30208 \series bold
30209 【訳註】
30210 \series default
30211 \SpecialChar LaTeX
30212 パッケージ
30213 \series bold
30214 sidecap
30215 \series default
30216
30217 \begin_inset Index idx
30218 range none
30219 pageformat default
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 \SpecialChar LaTeX
30224 ぱっけーじ@\SpecialChar LaTeX
30225 パッケージ !
30226  sidecap
30227 \end_layout
30228
30229 \end_inset
30230
30231 は,
30232 p\SpecialChar LaTeX
30233 と互換性がなく,
30234 特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,
30235 本日本語訳では当該パッケージを使用していません.その使用例については,
30236 取扱説明書『
30237 \emph on
30238 埋め込み機能篇
30239 \emph default
30240 』(つまりこの文書)の\SpecialChar LyX
30241 文書本体を見るか,
30242 出力結果を見たい場合には英語版を出力するようにしてください.
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \begin_inset ERT
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252
30253
30254 \backslash
30255 FigBesBeg 
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \begin_layout Standard
30264 \begin_inset Float figure
30265 placement document
30266 alignment document
30267 wide false
30268 sideways false
30269 status open
30270
30271 \begin_layout Plain Layout
30272 \begin_inset Graphics
30273         filename ../clipart/3D-structure-distort.pdf
30274         scale 50
30275         scaleBeforeRotation
30276
30277 \end_inset
30278
30279
30280 \end_layout
30281
30282 \begin_layout Plain Layout
30283 \begin_inset Caption Standard
30284
30285 \begin_layout Plain Layout
30286 \begin_inset CommandInset label
30287 LatexCommand label
30288 name "fig:図横キャプション"
30289
30290 \end_inset
30291
30292 これは図の横にあるキャプションです.
30293 \end_layout
30294
30295 \end_inset
30296
30297
30298 \end_layout
30299
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \begin_layout Standard
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311
30312 \backslash
30313 FigBesEnd
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Standard
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 TabBesBeg 
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \end_layout
30336
30337 \begin_layout Standard
30338 \begin_inset Float table
30339 placement document
30340 alignment document
30341 wide false
30342 sideways false
30343 status open
30344
30345 \begin_layout Plain Layout
30346 \begin_inset Caption Standard
30347
30348 \begin_layout Plain Layout
30349 \begin_inset CommandInset label
30350 LatexCommand label
30351 name "tab:表横キャプション"
30352
30353 \end_inset
30354
30355 これは表の横にあるキャプションです.
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Plain Layout
30364 \begin_inset Tabular
30365 <lyxtabular version="3" rows="4" columns="5">
30366 <features tabularvalignment="middle">
30367 <column alignment="center" valignment="top">
30368 <column alignment="center" valignment="top">
30369 <column alignment="center" valignment="top">
30370 <column alignment="center" valignment="top">
30371 <column alignment="center" valignment="top">
30372 <row>
30373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Plain Layout
30377
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30383 \begin_inset Text
30384
30385 \begin_layout Plain Layout
30386
30387 \end_layout
30388
30389 \end_inset
30390 </cell>
30391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30392 \begin_inset Text
30393
30394 \begin_layout Plain Layout
30395
30396 \end_layout
30397
30398 \end_inset
30399 </cell>
30400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30401 \begin_inset Text
30402
30403 \begin_layout Plain Layout
30404
30405 \end_layout
30406
30407 \end_inset
30408 </cell>
30409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 </row>
30419 <row>
30420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30439 \begin_inset Text
30440
30441 \begin_layout Plain Layout
30442
30443 \end_layout
30444
30445 \end_inset
30446 </cell>
30447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30448 \begin_inset Text
30449
30450 \begin_layout Plain Layout
30451
30452 \end_layout
30453
30454 \end_inset
30455 </cell>
30456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30457 \begin_inset Text
30458
30459 \begin_layout Plain Layout
30460
30461 \end_layout
30462
30463 \end_inset
30464 </cell>
30465 </row>
30466 <row>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30486 \begin_inset Text
30487
30488 \begin_layout Plain Layout
30489
30490 \end_layout
30491
30492 \end_inset
30493 </cell>
30494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30495 \begin_inset Text
30496
30497 \begin_layout Plain Layout
30498
30499 \end_layout
30500
30501 \end_inset
30502 </cell>
30503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 </row>
30513 <row>
30514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30515 \begin_inset Text
30516
30517 \begin_layout Plain Layout
30518
30519 \end_layout
30520
30521 \end_inset
30522 </cell>
30523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30524 \begin_inset Text
30525
30526 \begin_layout Plain Layout
30527
30528 \end_layout
30529
30530 \end_inset
30531 </cell>
30532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30533 \begin_inset Text
30534
30535 \begin_layout Plain Layout
30536
30537 \end_layout
30538
30539 \end_inset
30540 </cell>
30541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30542 \begin_inset Text
30543
30544 \begin_layout Plain Layout
30545
30546 \end_layout
30547
30548 \end_inset
30549 </cell>
30550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30551 \begin_inset Text
30552
30553 \begin_layout Plain Layout
30554
30555 \end_layout
30556
30557 \end_inset
30558 </cell>
30559 </row>
30560 </lyxtabular>
30561
30562 \end_inset
30563
30564
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \begin_layout Standard
30573 \begin_inset ERT
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577
30578
30579 \backslash
30580 TabBesEnd
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \end_layout
30587
30588 \begin_layout Standard
30589 \begin_inset ERT
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593
30594
30595 \backslash
30596 FigBesBeg 
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \begin_inset ERT
30603 status collapsed
30604
30605 \begin_layout Plain Layout
30606
30607
30608 \backslash
30609 sidecaptionvpos{figure}{c}
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \begin_inset Float figure
30616 placement document
30617 alignment document
30618 wide false
30619 sideways false
30620 status open
30621
30622 \begin_layout Plain Layout
30623 \begin_inset Graphics
30624         filename ../clipart/3D-structure-distort.pdf
30625         scale 50
30626         scaleBeforeRotation
30627
30628 \end_inset
30629
30630
30631 \end_layout
30632
30633 \begin_layout Plain Layout
30634 \begin_inset Caption Standard
30635
30636 \begin_layout Plain Layout
30637 \begin_inset CommandInset label
30638 LatexCommand label
30639 name "fig:図横キャプション-2"
30640
30641 \end_inset
30642
30643 これは図の横にある縦方向中央揃えのキャプションです.
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Standard
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 FigBesEnd
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 TabBesBeg[5]
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 \begin_inset Float table
30690 placement document
30691 alignment document
30692 wide false
30693 sideways false
30694 status open
30695
30696 \begin_layout Plain Layout
30697 \begin_inset Caption Standard
30698
30699 \begin_layout Plain Layout
30700 \begin_inset CommandInset label
30701 LatexCommand label
30702 name "tab:図横幅広"
30703
30704 \end_inset
30705
30706 これは表
30707 \begin_inset CommandInset ref
30708 LatexCommand ref
30709 reference "tab:表横キャプション"
30710 nolink "false"
30711
30712 \end_inset
30713
30714 よりも幅広のキャプションです
30715 \end_layout
30716
30717 \end_inset
30718
30719
30720 \end_layout
30721
30722 \begin_layout Plain Layout
30723 \begin_inset Tabular
30724 <lyxtabular version="3" rows="4" columns="5">
30725 <features tabularvalignment="middle">
30726 <column alignment="center" valignment="top">
30727 <column alignment="center" valignment="top">
30728 <column alignment="center" valignment="top">
30729 <column alignment="center" valignment="top">
30730 <column alignment="center" valignment="top">
30731 <row>
30732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30733 \begin_inset Text
30734
30735 \begin_layout Plain Layout
30736 a
30737 \end_layout
30738
30739 \end_inset
30740 </cell>
30741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30742 \begin_inset Text
30743
30744 \begin_layout Plain Layout
30745
30746 \end_layout
30747
30748 \end_inset
30749 </cell>
30750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30751 \begin_inset Text
30752
30753 \begin_layout Plain Layout
30754 b
30755 \end_layout
30756
30757 \end_inset
30758 </cell>
30759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30760 \begin_inset Text
30761
30762 \begin_layout Plain Layout
30763
30764 \end_layout
30765
30766 \end_inset
30767 </cell>
30768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30769 \begin_inset Text
30770
30771 \begin_layout Plain Layout
30772 c
30773 \end_layout
30774
30775 \end_inset
30776 </cell>
30777 </row>
30778 <row>
30779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30780 \begin_inset Text
30781
30782 \begin_layout Plain Layout
30783
30784 \end_layout
30785
30786 \end_inset
30787 </cell>
30788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30789 \begin_inset Text
30790
30791 \begin_layout Plain Layout
30792 d
30793 \end_layout
30794
30795 \end_inset
30796 </cell>
30797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30798 \begin_inset Text
30799
30800 \begin_layout Plain Layout
30801
30802 \end_layout
30803
30804 \end_inset
30805 </cell>
30806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30807 \begin_inset Text
30808
30809 \begin_layout Plain Layout
30810 e
30811 \end_layout
30812
30813 \end_inset
30814 </cell>
30815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30816 \begin_inset Text
30817
30818 \begin_layout Plain Layout
30819
30820 \end_layout
30821
30822 \end_inset
30823 </cell>
30824 </row>
30825 <row>
30826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30827 \begin_inset Text
30828
30829 \begin_layout Plain Layout
30830 f
30831 \end_layout
30832
30833 \end_inset
30834 </cell>
30835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30836 \begin_inset Text
30837
30838 \begin_layout Plain Layout
30839
30840 \end_layout
30841
30842 \end_inset
30843 </cell>
30844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30845 \begin_inset Text
30846
30847 \begin_layout Plain Layout
30848 g
30849 \end_layout
30850
30851 \end_inset
30852 </cell>
30853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30854 \begin_inset Text
30855
30856 \begin_layout Plain Layout
30857
30858 \end_layout
30859
30860 \end_inset
30861 </cell>
30862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30863 \begin_inset Text
30864
30865 \begin_layout Plain Layout
30866 h
30867 \end_layout
30868
30869 \end_inset
30870 </cell>
30871 </row>
30872 <row>
30873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30874 \begin_inset Text
30875
30876 \begin_layout Plain Layout
30877
30878 \end_layout
30879
30880 \end_inset
30881 </cell>
30882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30883 \begin_inset Text
30884
30885 \begin_layout Plain Layout
30886 i
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30892 \begin_inset Text
30893
30894 \begin_layout Plain Layout
30895
30896 \end_layout
30897
30898 \end_inset
30899 </cell>
30900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30901 \begin_inset Text
30902
30903 \begin_layout Plain Layout
30904 j
30905 \end_layout
30906
30907 \end_inset
30908 </cell>
30909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30910 \begin_inset Text
30911
30912 \begin_layout Plain Layout
30913
30914 \end_layout
30915
30916 \end_inset
30917 </cell>
30918 </row>
30919 </lyxtabular>
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \end_layout
30930
30931 \begin_layout Standard
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937
30938 \backslash
30939 TabBesEnd
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \end_layout
30946
30947 \begin_layout Standard
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 else
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \begin_inset Note Note
30962 status open
30963
30964 \begin_layout Plain Layout
30965 以下の部分は,
30966 \SpecialChar LaTeX
30967 パッケージ
30968 \series bold
30969 sidecap
30970 \series default
30971 が導入されていないときのみ表示されます.
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \end_layout
30978
30979 \begin_layout Standard
30980 本節の残りの部分を出力で表示するには,
30981 \SpecialChar LaTeX
30982 パッケージ
30983 \series bold
30984 sidecap
30985 \series default
30986 を導入する必要があります.
30987 \end_layout
30988
30989 \begin_layout Standard
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995
30996 \backslash
30997 fi
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Section
31006 フロート一覧
31007 \begin_inset Index idx
31008 range none
31009 pageformat default
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013 ふろーと@フロート !
31014  ふろーといちらん@フロート一覧
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \begin_layout Standard
31023 文書中の各節が列挙されたものである目次と同様,
31024 文書中の図など,
31025 すべてのフロート型に一覧があります.これらは,
31026
31027 \family sans
31028 挿入\SpecialChar menuseparator
31029 一覧/目次
31030 \family default
31031 メニューで挿入することができます.
31032 \end_layout
31033
31034 \begin_layout Standard
31035 一覧の見出しは,
31036 フロートのキャプションないし短縮タイトル,
31037 フロート番号,
31038 これらが文書中で現れるページ番号で構成されます.
31039 \end_layout
31040
31041 \begin_layout Standard
31042 本文書の終わりに,
31043 図一覧と表一覧があります.
31044 \end_layout
31045
31046 \begin_layout Chapter
31047 註釈
31048 \end_layout
31049
31050 \begin_layout Section
31051 \SpecialChar LyX
31052 註釈
31053 \begin_inset Index idx
31054 range none
31055 pageformat default
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059 ちゅうしゃく@註釈 !
31060  \SpecialChar LyX
31061 のーと@\SpecialChar LyX
31062 ノート
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \begin_layout Standard
31071 註釈は,
31072 ツールバーボタン
31073 \family sans
31074
31075 \begin_inset Info
31076 type  "icon"
31077 arg   "note-insert"
31078 \end_inset
31079
31080
31081 \family default
31082 か,
31083
31084 \family sans
31085 挿入\SpecialChar menuseparator
31086 註釈
31087 \family default
31088 メニューで挿入することができます.註釈には,
31089 以下の三つの型があります.
31090 \end_layout
31091
31092 \begin_layout Description
31093 \SpecialChar LyX
31094 註釈 この註釈型は,
31095 内部用途の註釈で出力には現れません.註釈ボックスは,
31096 以下のように表示されます.
31097 \begin_inset Newline newline
31098 \end_inset
31099
31100
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104
31105 \begin_inset Graphics
31106         filename clipart/LyXNoteImage.png
31107         display false
31108         scale 50
31109         scaleBeforeRotation
31110
31111 \end_inset
31112
31113
31114 \begin_inset Note Note
31115 status open
31116
31117 \begin_layout Plain Layout
31118 これは,
31119 出力には現れない註釈ボックスに書かれた文章です.
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \end_layout
31126
31127 \begin_layout Description
31128 コメント この註釈も出力には現れませんが,
31129
31130 \family sans
31131 ファイル\SpecialChar menuseparator
31132 書き出し\SpecialChar menuseparator
31133 LaTeX
31134 \begin_inset space ~
31135 \end_inset
31136
31137 (pdflatex) / (平文)
31138 \family default
31139  メニューを使って文書を\SpecialChar LaTeX
31140 にエクスポートする際には,
31141 \SpecialChar LaTeX
31142 コメントとして出力されます.註釈ボックスは,
31143 以下のように表示されます.
31144 \begin_inset Newline newline
31145 \end_inset
31146
31147
31148 \begin_inset Newline newline
31149 \end_inset
31150
31151
31152 \begin_inset Graphics
31153         filename clipart/CommentNoteImage.png
31154         display false
31155         scale 50
31156         scaleBeforeRotation
31157
31158 \end_inset
31159
31160  
31161 \begin_inset Note Comment
31162 status open
31163
31164 \begin_layout Plain Layout
31165 これは,
31166 \SpecialChar LaTeX
31167 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Description
31176 淡色表示 この註釈は,
31177 薄灰色の文章として出力に現れます.註釈ボックスは,
31178 以下のように表示されます.
31179 \begin_inset Newline newline
31180 \end_inset
31181
31182
31183 \begin_inset Newline newline
31184 \end_inset
31185
31186
31187 \begin_inset Graphics
31188         filename clipart/GreyedOutNoteImage.png
31189         display false
31190         scale 50
31191         scaleBeforeRotation
31192
31193 \end_inset
31194
31195
31196 \begin_inset Newline newline
31197 \end_inset
31198
31199
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205
31206 \backslash
31207 renewenvironment{lyxgreyedout}
31208 \end_layout
31209
31210 \begin_layout Plain Layout
31211
31212 {
31213 \backslash
31214 textcolor[gray]{0.8}
31215 \backslash
31216 bgroup}{
31217 \backslash
31218 egroup}
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \begin_inset Note Greyedout
31225 status open
31226
31227 \begin_layout Plain Layout
31228 これは,
31229 出力に薄灰色の文章として現れるコメントに書かれた文章
31230 \begin_inset Foot
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234 これは,
31235 淡色註釈内に脚註を用いた例です.
31236 \end_layout
31237
31238 \end_inset
31239
31240 です.
31241 \end_layout
31242
31243 \end_inset
31244
31245
31246 \begin_inset ERT
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250
31251
31252 \backslash
31253 renewenvironment{lyxgreyedout}
31254 \end_layout
31255
31256 \begin_layout Plain Layout
31257
31258 {
31259 \backslash
31260 textcolor{blue}
31261 \backslash
31262 bgroup}{
31263 \backslash
31264 egroup}
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \begin_inset Note Note
31271 status open
31272
31273 \begin_layout Plain Layout
31274 以下に述べられているように,
31275 淡色註釈は,
31276 青文字で表示されるよう本文書のプリアンブルで再定義されているため,
31277 ここの淡色註釈は,
31278 \SpecialChar LyX
31279 本来の定義で表示されるように再定義されています.
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \begin_inset Newline newline
31286 \end_inset
31287
31288
31289 \begin_inset Newline newline
31290 \end_inset
31291
31292 この例から分かるように,
31293 淡色註釈の最初の行は少し字下げされるほか,
31294 淡色註釈には脚註を入れることができます.
31295 \end_layout
31296
31297 \begin_layout Standard
31298 \begin_inset VSpace bigskip
31299 \end_inset
31300
31301 註釈を挿入するのにツールバーボタン
31302 \family sans
31303
31304 \begin_inset Info
31305 type  "icon"
31306 arg   "note-insert"
31307 \end_inset
31308
31309
31310 \family default
31311 を使用すると,
31312
31313 \family sans
31314 \SpecialChar LyX
31315 註釈
31316 \family default
31317 が挿入されます.註釈ボックスを右クリックすれば,
31318 五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,
31319 平文を選択して,
31320 註釈ツールバーボタンをクリックしてください.註釈を平文に変更するには,
31321 カーソルを註釈の先頭に置いてBackspaceキーを押すか,
31322 カーソルを註釈の最後に置いてDeleteキーを押してください.
31323 \end_layout
31324
31325 \begin_layout Standard
31326 \begin_inset VSpace bigskip
31327 \end_inset
31328
31329 淡色註釈の文字色は,
31330
31331 \family sans
31332 文書\SpecialChar menuseparator
31333 設定\SpecialChar menuseparator
31334
31335 \family default
31336 メニューで変更することができます.
31337 \end_layout
31338
31339 \begin_layout Section
31340 脚註
31341 \begin_inset CommandInset label
31342 LatexCommand label
31343 name "sec:脚注"
31344
31345 \end_inset
31346
31347
31348 \begin_inset Index idx
31349 range none
31350 pageformat default
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354 ちゅうしゃく@註釈 !
31355  きゃくちゅう@脚註
31356 \end_layout
31357
31358 \end_inset
31359
31360
31361 \begin_inset Index idx
31362 range none
31363 pageformat default
31364 status collapsed
31365
31366 \begin_layout Plain Layout
31367 きゃくちゅう@脚註
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \end_layout
31374
31375 \begin_layout Standard
31376 脚註は,
31377 ツールバーボタン
31378 \family sans
31379
31380 \begin_inset Info
31381 type  "icon"
31382 arg   "footnote-insert"
31383 \end_inset
31384
31385
31386 \family default
31387 か,
31388
31389 \family sans
31390 挿入\SpecialChar menuseparator
31391 脚註
31392 \family default
31393 メニューを使って挿入することができます.すると,
31394 脚註文を挿入したとこ
31395 \begin_inset Graphics
31396         filename clipart/footnote.png
31397         scale 95
31398         scaleBeforeRotation
31399
31400 \end_inset
31401
31402 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,
31403 その文章を選択して,
31404 脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,
31405 カーソルが脚註の先頭にある時にBackspaceキーを押すか,
31406 カーソルが脚註の最後にある時にDeleteキーを押します.
31407 \end_layout
31408
31409 \begin_layout Standard
31410 これが脚註の例です
31411 \begin_inset Foot
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415 \begin_inset CommandInset label
31416 LatexCommand label
31417 name "fn:これは脚注の一例"
31418
31419 \end_inset
31420
31421 これは脚註の一例です.
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432
31433 \backslash
31434 newcounter{MyRepeatFoot}
31435 \end_layout
31436
31437 \begin_layout Plain Layout
31438
31439
31440 \backslash
31441 setcounter{MyRepeatFoot}{
31442 \backslash
31443 thefootnote}
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452 出力に於いては,
31453 脚註は,
31454 文中の脚註ボックスを置いた位置に上付き数字として表示され,
31455 脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
31456 が計算を行い,
31457 連番が付けられます.脚註番号が章毎にリセットされるか否かは,
31458 使用する文書クラスに依ります.
31459 \end_layout
31460
31461 \begin_layout Standard
31462 脚註もフロート同様,
31463 参照することができます.脚註にラベルを挿入し,
31464
31465 \begin_inset CommandInset ref
31466 LatexCommand ref
31467 reference "sec:フロートの参照"
31468 nolink "false"
31469
31470 \end_inset
31471
31472 節に説明されているようにして,
31473 本文中でこのラベルを相互参照してください.
31474 \begin_inset Newline newline
31475 \end_inset
31476
31477 これは脚註
31478 \begin_inset CommandInset ref
31479 LatexCommand ref
31480 reference "fn:これは脚注の一例"
31481 nolink "false"
31482
31483 \end_inset
31484
31485 の相互参照です.
31486 \end_layout
31487
31488 \begin_layout Standard
31489 \begin_inset VSpace defskip
31490 \end_inset
31491
31492 表題環境における脚註は,
31493 通常,
31494 記号付きで付番はされず,
31495 複数の段落を含むことはできません.たとえば,
31496 この文書の表題の脚註をご覧ください.
31497 \end_layout
31498
31499 \begin_layout Standard
31500 多頁表中の脚註は,
31501
31502 \begin_inset CommandInset ref
31503 LatexCommand ref
31504 reference "subsec:多頁表での脚注"
31505 nolink "false"
31506
31507 \end_inset
31508
31509 節で述べられています.
31510 \end_layout
31511
31512 \begin_layout Standard
31513 \begin_inset VSpace defskip
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \begin_layout Standard
31520 ミニページ中の脚註は出力されますが,
31521 ミニボックスは頁中の頁のようなものなので,
31522 ボックス内に独立した連番として出力されます(ミニページについての詳細は,
31523
31524 \begin_inset CommandInset ref
31525 LatexCommand ref
31526 reference "sec:ミニページ"
31527 nolink "false"
31528
31529 \end_inset
31530
31531 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,
31532 しかし,
31533 それを行うには他の方法があり,
31534 まず脚註の代わりに\SpecialChar TeX
31535 コードで
31536 \series bold
31537
31538 \backslash
31539 footnotemark{}
31540 \series default
31541 コマンドを入れてください.脚註の本文は.表の後で\SpecialChar TeX
31542 コード
31543 \series bold
31544
31545 \backslash
31546 footnotetext
31547 \series default
31548 コマンドの引数として入力します
31549 \lang english
31550 minipage
31551 \lang japanese
31552
31553 \begin_inset Newline newline
31554 \end_inset
31555
31556 以下の表ではコマンド
31557 \begin_inset Newline newline
31558 \end_inset
31559
31560
31561 \series bold
31562
31563 \backslash
31564 footnotetext{
31565 \series default
31566 ミニページ外の脚註です.
31567 \series bold
31568 }
31569 \series default
31570
31571 \begin_inset Newline newline
31572 \end_inset
31573
31574 を用いています
31575 \lang english
31576 minipage
31577 \lang japanese
31578
31579 \end_layout
31580
31581 \begin_layout Standard
31582 \begin_inset Box Frameless
31583 position "t"
31584 hor_pos "c"
31585 has_inner_box 1
31586 inner_pos "t"
31587 use_parbox 0
31588 use_makebox 0
31589 width "100col%"
31590 special "none"
31591 height "1in"
31592 height_special "totalheight"
31593 thickness "0.4pt"
31594 separation "3pt"
31595 shadowsize "4pt"
31596 framecolor "black"
31597 backgroundcolor "none"
31598 status open
31599
31600 \begin_layout Plain Layout
31601 これはミニページ中の例文です.
31602 \begin_inset Foot
31603 status open
31604
31605 \begin_layout Plain Layout
31606 ミニページ中の脚註です.
31607 \end_layout
31608
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \begin_layout Plain Layout
31615 これはミニページ中の例文です.
31616 \begin_inset ERT
31617 status collapsed
31618
31619 \begin_layout Plain Layout
31620
31621
31622 \backslash
31623 footnotemark{}
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \begin_layout Standard
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 footnotetext{
31645 \end_layout
31646
31647 \end_inset
31648
31649 ミニページ外の脚註です.
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655 }
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \begin_inset VSpace defskip
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \begin_layout Standard
31668 毎回脚註本文を出力せずに,
31669 同じ脚註を何度か参照したい場合には,
31670 \SpecialChar TeX
31671 コードでコマンド
31672 \series bold
31673
31674 \backslash
31675 footnotemark[番号]
31676 \series default
31677 を使用してください.
31678 \begin_inset Newline newline
31679 \end_inset
31680
31681 文章を書いている途中には,
31682 繰り返す脚註の数はわからないので,
31683 その番号は保存しておかなくてはなりません.以下の脚註例では,
31684 脚註
31685 \begin_inset CommandInset ref
31686 LatexCommand ref
31687 reference "fn:これは脚注の一例"
31688 nolink "false"
31689
31690 \end_inset
31691
31692 の後に,
31693 \SpecialChar TeX
31694 コードで
31695 \end_layout
31696
31697 \begin_layout Standard
31698
31699 \series bold
31700
31701 \backslash
31702 newcounter{MyRepeatFoot}
31703 \begin_inset Newline newline
31704 \end_inset
31705
31706
31707 \backslash
31708 setcounter{MyRepeatFoot}{
31709 \backslash
31710 thefootnote}
31711 \end_layout
31712
31713 \begin_layout Standard
31714 というコマンドを挿入しています.そして脚註マークは,
31715
31716 \end_layout
31717
31718 \begin_layout Standard
31719
31720 \series bold
31721
31722 \backslash
31723 footnotemark[
31724 \backslash
31725 theMyRepeatFoot]
31726 \end_layout
31727
31728 \begin_layout Standard
31729 で作成します.
31730 \end_layout
31731
31732 \begin_layout Standard
31733 これは繰り返し脚註の例です.
31734 \begin_inset ERT
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738
31739
31740 \backslash
31741 footnotemark[
31742 \backslash
31743 theMyRepeatFoot]
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \begin_layout Standard
31752 直前の脚註を繰り返すには,
31753 脚註番号の保存を行わないで,
31754 直ちに
31755 \end_layout
31756
31757 \begin_layout Standard
31758
31759 \series bold
31760
31761 \backslash
31762 footnotemark[
31763 \backslash
31764 thefootnote]
31765 \end_layout
31766
31767 \begin_layout Standard
31768 を使用してください.
31769 \end_layout
31770
31771 \begin_layout Standard
31772 これは繰り返し脚註の例です.
31773 \begin_inset ERT
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777
31778
31779 \backslash
31780 footnotemark[
31781 \backslash
31782 thefootnote]
31783 \end_layout
31784
31785 \end_inset
31786
31787
31788 \end_layout
31789
31790 \begin_layout Subsection
31791 脚註の付番
31792 \begin_inset CommandInset label
31793 LatexCommand label
31794 name "subsec:脚注の付番"
31795
31796 \end_inset
31797
31798
31799 \begin_inset Index idx
31800 range none
31801 pageformat default
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 きゃくちゅう@脚註 !
31806  ふばん@付番
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \begin_layout Standard
31815 各節毎に脚註番号を1にリセットするには,
31816 文書プリアンブルに
31817 \end_layout
31818
31819 \begin_layout Standard
31820
31821 \series bold
31822
31823 \backslash
31824 @addtoreset{footnote}{section}
31825 \end_layout
31826
31827 \begin_layout Standard
31828 というコマンドを加えてください.
31829 \end_layout
31830
31831 \begin_layout Standard
31832 \begin_inset VSpace bigskip
31833 \end_inset
31834
31835 以下のプリアンブルコマンドを使うと,
31836 脚註の付番様式を小文字ローマ数字に変更することができます.
31837 \end_layout
31838
31839 \begin_layout Standard
31840
31841 \series bold
31842
31843 \backslash
31844 renewcommand{
31845 \backslash
31846 thefootnote}{
31847 \backslash
31848 roman{footnote}}
31849 \end_layout
31850
31851 \begin_layout Standard
31852 \begin_inset ERT
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856
31857
31858 \backslash
31859 renewcommand{
31860 \backslash
31861 thefootnote}{
31862 \backslash
31863 roman{footnote}}
31864 \end_layout
31865
31866 \end_inset
31867
31868 これは,
31869 ローマ数字を使った脚註です
31870 \begin_inset Foot
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874 これは,
31875 ローマ数字を使った脚註の例です.
31876 \end_layout
31877
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \begin_layout Standard
31884 付番様式を大文字ローマ数字に変更するには,
31885 上記コマンドの
31886 \series bold
31887
31888 \backslash
31889 roman
31890 \series default
31891
31892 \series bold
31893
31894 \backslash
31895 Roman
31896 \series default
31897 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,
31898 それぞれ
31899 \series bold
31900
31901 \backslash
31902 Alph
31903 \series default
31904 または
31905 \series bold
31906
31907 \backslash
31908 alph
31909 \series default
31910 を使用してください.記号を使って付「番」するには,
31911
31912 \series bold
31913
31914 \backslash
31915 fnsymbol
31916 \series default
31917 を使ってください.
31918 \end_layout
31919
31920 \begin_layout Standard
31921 \begin_inset Note Greyedout
31922 status open
31923
31924 \begin_layout Plain Layout
31925
31926 \series bold
31927 【註】
31928 \series default
31929 この付番方法には1文字しか使えないので,
31930 ラテン文字を使うと26個の脚註しか番号を振ることができません.
31931 \end_layout
31932
31933 \end_inset
31934
31935
31936 \begin_inset Newline newline
31937 \end_inset
31938
31939
31940 \begin_inset Note Greyedout
31941 status open
31942
31943 \begin_layout Plain Layout
31944
31945 \series bold
31946 【註】
31947 \series default
31948 記号を使うと9個の脚註しか番号を振ることができません.
31949 \end_layout
31950
31951 \end_inset
31952
31953
31954 \end_layout
31955
31956 \begin_layout Standard
31957 付番様式を変更した後,
31958 既定様式に戻すには,
31959 上記コマンドの
31960 \series bold
31961
31962 \backslash
31963 roman
31964 \series default
31965
31966 \series bold
31967
31968 \backslash
31969 arabic
31970 \series default
31971 に置き換えて使用してください.
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977
31978 \backslash
31979 renewcommand{
31980 \backslash
31981 thefootnote}{
31982 \backslash
31983 arabic{footnote}}
31984 \end_layout
31985
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \begin_layout Standard
31992 \begin_inset VSpace bigskip
31993 \end_inset
31994
31995
31996 \end_layout
31997
31998 \begin_layout Standard
31999 脚註を「章番号.脚註番号」スキームで付番したいときには,
32000 使用中文書のプリアンブルに
32001 \end_layout
32002
32003 \begin_layout Standard
32004
32005 \series bold
32006
32007 \backslash
32008 numberwithin{footnote}{chapter}
32009 \end_layout
32010
32011 \begin_layout Standard
32012 というコマンドを加えてください.
32013 \series bold
32014
32015 \backslash
32016 numberwithin
32017 \series default
32018 コマンドを使用できるようにするためには,
32019 文書設定の
32020 \family sans
32021 数式オプション
32022 \family default
32023 タブで
32024 \family sans
32025 AMS
32026 \begin_inset space ~
32027 \end_inset
32028
32029 mathパッケージを使う
32030 \family default
32031 オプションを有効にしてください.
32032 \end_layout
32033
32034 \begin_layout Standard
32035 \begin_inset ERT
32036 status collapsed
32037
32038 \begin_layout Plain Layout
32039
32040
32041 \backslash
32042 numberwithin{footnote}{chapter}
32043 \end_layout
32044
32045 \end_inset
32046
32047 これは,
32048 脚註のもう一つの例です
32049 \series bold
32050
32051 \begin_inset Foot
32052 status open
32053
32054 \begin_layout Plain Layout
32055
32056 \series bold
32057 これは,
32058
32059 \series default
32060 「章番号.脚註番号」スキームで番号を振られた脚註です.
32061 \end_layout
32062
32063 \end_inset
32064
32065
32066 \series default
32067
32068 \begin_inset ERT
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072
32073
32074 \backslash
32075 renewcommand{
32076 \backslash
32077 thefootnote}{
32078 \backslash
32079 arabic{footnote}}
32080 \end_layout
32081
32082 \end_inset
32083
32084
32085 \end_layout
32086
32087 \begin_layout Standard
32088 \begin_inset Note Greyedout
32089 status open
32090
32091 \begin_layout Plain Layout
32092
32093 \series bold
32094 【註】
32095 \backslash
32096 numberwithin
32097 \series default
32098 は,
32099 脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 また,
32109 例えば「章番号.
32110 \backslash
32111 Roman{footnote}」スキームを得るには,
32112
32113 \series bold
32114
32115 \backslash
32116 numberwithin
32117 \series default
32118 の代わりに以下のコマンドを使用してください.
32119 \end_layout
32120
32121 \begin_layout Standard
32122
32123 \series bold
32124
32125 \backslash
32126 renewcommand{
32127 \backslash
32128 thefootnote}{
32129 \backslash
32130 thechapter.
32131 \backslash
32132 Roman{footnote}}
32133 \end_layout
32134
32135 \begin_layout Subsection
32136 脚註の配置
32137 \begin_inset Index idx
32138 range none
32139 pageformat default
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143 きゃくちゅう@脚註 !
32144  はいち@配置
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \end_layout
32151
32152 \begin_layout Standard
32153 同一ページに複数の脚註がある場合,
32154 それらはページ底部に縦方向の余白を空けることなく,
32155 並べられます.これを読みやすくするには,
32156 例えば以下のようなコマンドをプリアンブルに足して,
32157 1.5
32158 \begin_inset space \thinspace{}
32159 \end_inset
32160
32161 mmの余白を追加することもできます.
32162 \end_layout
32163
32164 \begin_layout Standard
32165
32166 \series bold
32167
32168 \backslash
32169 let
32170 \backslash
32171 myFoot
32172 \backslash
32173 footnote
32174 \begin_inset Newline newline
32175 \end_inset
32176
32177
32178 \backslash
32179 renewcommand{
32180 \backslash
32181 footnote}[1]{
32182 \backslash
32183 myFoot{#1
32184 \backslash
32185 vspace{1.5mm}}}
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset VSpace bigskip
32190 \end_inset
32191
32192 二段組文書では,
32193 脚註は各段底部に表示されます(図
32194 \begin_inset CommandInset ref
32195 LatexCommand ref
32196 reference "fig:標準的脚注配置"
32197 nolink "false"
32198
32199 \end_inset
32200
32201 ).図
32202 \begin_inset CommandInset ref
32203 LatexCommand ref
32204 reference "fig:ftnright脚注配置"
32205 nolink "false"
32206
32207 \end_inset
32208
32209 のように,
32210 脚註を右段底部にのみ表示するようにするには,
32211 文書プリアンブルに
32212 \end_layout
32213
32214 \begin_layout Standard
32215
32216 \series bold
32217
32218 \backslash
32219 usepackage{ftnright}
32220 \end_layout
32221
32222 \begin_layout Standard
32223 というコマンドを書いて,
32224 \SpecialChar LaTeX
32225 パッケージ
32226 \series bold
32227 ftnright
32228 \series default
32229
32230 \begin_inset Index idx
32231 range none
32232 pageformat default
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236 \SpecialChar LaTeX
32237 ぱっけーじ@\SpecialChar LaTeX
32238 パッケージ !
32239  ftnright
32240 \end_layout
32241
32242 \end_inset
32243
32244 を読み込みます.
32245 \begin_inset Float figure
32246 placement !h
32247 alignment document
32248 wide false
32249 sideways false
32250 status open
32251
32252 \begin_layout Plain Layout
32253 \noindent
32254 \align center
32255 \begin_inset Box Boxed
32256 position "t"
32257 hor_pos "c"
32258 has_inner_box 0
32259 inner_pos "t"
32260 use_parbox 0
32261 use_makebox 0
32262 width ""
32263 special "none"
32264 height "1in"
32265 height_special "totalheight"
32266 thickness "0.4pt"
32267 separation "3pt"
32268 shadowsize "4pt"
32269 framecolor "black"
32270 backgroundcolor "none"
32271 status open
32272
32273 \begin_layout Plain Layout
32274 \begin_inset Graphics
32275         filename ../clipart/without_fntright.pdf
32276         width 100col%
32277         scaleBeforeRotation
32278
32279 \end_inset
32280
32281
32282 \end_layout
32283
32284 \end_inset
32285
32286
32287 \end_layout
32288
32289 \begin_layout Plain Layout
32290 \begin_inset Caption Standard
32291
32292 \begin_layout Plain Layout
32293 \begin_inset CommandInset label
32294 LatexCommand label
32295 name "fig:標準的脚注配置"
32296
32297 \end_inset
32298
32299 二段組文書の標準的な脚註配置
32300 \end_layout
32301
32302 \end_inset
32303
32304
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \end_layout
32311
32312 \begin_layout Standard
32313 \begin_inset Float figure
32314 placement !h
32315 alignment document
32316 wide false
32317 sideways false
32318 status open
32319
32320 \begin_layout Plain Layout
32321 \noindent
32322 \align center
32323 \begin_inset Box Boxed
32324 position "t"
32325 hor_pos "c"
32326 has_inner_box 0
32327 inner_pos "t"
32328 use_parbox 0
32329 use_makebox 0
32330 width ""
32331 special "none"
32332 height "1in"
32333 height_special "totalheight"
32334 thickness "0.4pt"
32335 separation "3pt"
32336 shadowsize "4pt"
32337 framecolor "black"
32338 backgroundcolor "none"
32339 status open
32340
32341 \begin_layout Plain Layout
32342 \begin_inset Graphics
32343         filename ../clipart/with_fntright.pdf
32344         width 100col%
32345         scaleBeforeRotation
32346
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \begin_layout Plain Layout
32358 \begin_inset Caption Standard
32359
32360 \begin_layout Plain Layout
32361 \begin_inset CommandInset label
32362 LatexCommand label
32363 name "fig:ftnright脚注配置"
32364
32365 \end_inset
32366
32367 \SpecialChar LaTeX
32368 パッケージ
32369 \series bold
32370 ftnright
32371 \series default
32372 を使用したときの二段組文書の脚註配置
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \begin_layout Standard
32386 \begin_inset VSpace bigskip
32387 \end_inset
32388
32389 科学的文献においては,
32390
32391 \begin_inset CommandInset ref
32392 LatexCommand ref
32393 reference "fig:後註"
32394 nolink "false"
32395
32396 \end_inset
32397
32398 のように,
32399 節の末尾に別段落を設けて,
32400 脚註をまとめて出力することも普通に行われます.これは「後註
32401 \begin_inset Index idx
32402 range none
32403 pageformat default
32404 status collapsed
32405
32406 \begin_layout Plain Layout
32407 こちゆう@後註
32408 \end_layout
32409
32410 \end_inset
32411
32412 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
32413
32414 \family sans
32415 文書\SpecialChar menuseparator
32416 設定\SpecialChar menuseparator
32417 モジュール
32418 \family default
32419 メニューで
32420 \family sans
32421 脚註から後註へ
32422 \family default
32423 を読み込んでください.まとめた注を出力するには,
32424 節ないし章末に\SpecialChar TeX
32425 コードで
32426 \end_layout
32427
32428 \begin_layout Standard
32429
32430 \series bold
32431
32432 \backslash
32433 theendnotes
32434 \end_layout
32435
32436 \begin_layout Standard
32437 というコマンドを挿入してください.
32438 \end_layout
32439
32440 \begin_layout Standard
32441 \begin_inset Float figure
32442 placement document
32443 alignment document
32444 wide false
32445 sideways false
32446 status open
32447
32448 \begin_layout Plain Layout
32449 \align center
32450 \begin_inset Box Boxed
32451 position "t"
32452 hor_pos "c"
32453 has_inner_box 0
32454 inner_pos "t"
32455 use_parbox 0
32456 use_makebox 0
32457 width ""
32458 special "none"
32459 height "1in"
32460 height_special "totalheight"
32461 thickness "0.4pt"
32462 separation "3pt"
32463 shadowsize "4pt"
32464 framecolor "black"
32465 backgroundcolor "none"
32466 status open
32467
32468 \begin_layout Plain Layout
32469 \begin_inset Graphics
32470         filename ../clipart/endnotes.pdf
32471         width 100col%
32472         scaleBeforeRotation
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Plain Layout
32485 \begin_inset Caption Standard
32486
32487 \begin_layout Plain Layout
32488 \begin_inset CommandInset label
32489 LatexCommand label
32490 name "fig:後註"
32491
32492 \end_inset
32493
32494 後註 – 注を節ないし章末に別段落として印字します.
32495 \end_layout
32496
32497 \end_inset
32498
32499
32500 \end_layout
32501
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \begin_layout Standard
32508 \begin_inset VSpace medskip
32509 \end_inset
32510
32511 後註の段落見出しは,
32512 文書言語に自動的に翻訳されることはありませんので,
32513 手動で翻訳しなくてはなりません.プリアンブルで
32514 \end_layout
32515
32516 \begin_layout Standard
32517
32518 \series bold
32519
32520 \backslash
32521 renewcommand{
32522 \backslash
32523 notesname}{Anmerkungen}
32524 \end_layout
32525
32526 \begin_layout Standard
32527 というコマンドを使えば,
32528 既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
32529 \end_layout
32530
32531 \begin_layout Standard
32532 \begin_inset VSpace medskip
32533 \end_inset
32534
32535
32536 \begin_inset CommandInset ref
32537 LatexCommand ref
32538 reference "subsec:脚注の付番"
32539 nolink "false"
32540
32541 \end_inset
32542
32543 節で述べた脚註の付番と同様に,
32544 後註の付番も変更することができます.
32545 \series bold
32546
32547 \backslash
32548 thefootnote
32549 \series default
32550 コマンドの代わりに
32551 \series bold
32552
32553 \backslash
32554 theendnote
32555 \series default
32556 を用いてください.後註番号をリセットするには,
32557
32558 \begin_inset CommandInset ref
32559 LatexCommand ref
32560 reference "subsec:脚注の付番"
32561 nolink "false"
32562
32563 \end_inset
32564
32565 節で述べたコマンド
32566 \series bold
32567
32568 \backslash
32569 @addtoreset
32570 \series default
32571 の,
32572 パラメータ
32573 \series bold
32574 footnote
32575 \series default
32576
32577 \series bold
32578 endnote
32579 \series default
32580 に変えて,
32581 使用してください.
32582 \end_layout
32583
32584 \begin_layout Standard
32585 後註の印だけを作成するには,
32586
32587 \begin_inset CommandInset ref
32588 LatexCommand ref
32589 reference "sec:脚注"
32590 nolink "false"
32591
32592 \end_inset
32593
32594 節で説明した
32595 \series bold
32596
32597 \backslash
32598 footnotemark
32599 \series default
32600 コマンドの代わりに,
32601
32602 \series bold
32603
32604 \backslash
32605 endnotemark[番号]
32606 \series default
32607 コマンドを使用してください.
32608 \end_layout
32609
32610 \begin_layout Standard
32611 \begin_inset VSpace bigskip
32612 \end_inset
32613
32614 脚註はページ余白に置くこともでき,
32615 脚註文の揃えも変更することができます.詳細は,
32616 \SpecialChar LaTeX
32617 パッケージ
32618 \series bold
32619 footmisc
32620 \series default
32621
32622 \begin_inset Index idx
32623 range none
32624 pageformat default
32625 status collapsed
32626
32627 \begin_layout Plain Layout
32628 \SpecialChar LaTeX
32629 ぱっけーじ@\SpecialChar LaTeX
32630 パッケージ !
32631  footmisc
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \begin_inset CommandInset citation
32638 LatexCommand cite
32639 key "footmisc"
32640 literal "true"
32641
32642 \end_inset
32643
32644 を参照してください.
32645 \end_layout
32646
32647 \begin_layout Standard
32648 脚註の整形にまつわるその他多くの話題が,
32649 \SpecialChar LaTeX
32650 関連書籍
32651 \begin_inset CommandInset citation
32652 LatexCommand cite
32653 key "latexcompanion,latexguide,latexbook"
32654 literal "true"
32655
32656 \end_inset
32657
32658 に載っています.
32659 \series bold
32660 KOMA-Script
32661 \series default
32662
32663 \begin_inset Index idx
32664 range none
32665 pageformat default
32666 status collapsed
32667
32668 \begin_layout Plain Layout
32669 \SpecialChar LaTeX
32670 ぱっけーじ@\SpecialChar LaTeX
32671 パッケージ !
32672  KOMA-Script
32673 \end_layout
32674
32675 \end_inset
32676
32677 文書クラスを使用している場合には,
32678 すべての脚註設定を,
32679 クラス固有のコマンドで調節することができます(
32680 \begin_inset CommandInset citation
32681 LatexCommand cite
32682 key "KOMA-script"
32683 literal "true"
32684
32685 \end_inset
32686
32687 参照).
32688 \end_layout
32689
32690 \begin_layout Section
32691 傍註
32692 \begin_inset Index idx
32693 range none
32694 pageformat default
32695 status collapsed
32696
32697 \begin_layout Plain Layout
32698 ちゅうしゃく@註釈 !
32699  ぼうちゅう@傍註
32700 \end_layout
32701
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \begin_layout Standard
32708 \SpecialChar LyX
32709 内において,
32710 傍註註釈は,
32711 脚註のような外見と挙動を示します.これは
32712 \family sans
32713 挿入\SpecialChar menuseparator
32714 傍註
32715 \family default
32716 メニューかツールバーボタン
32717 \family sans
32718
32719 \begin_inset Info
32720 type  "icon"
32721 arg   "marginalnote-insert"
32722 \end_inset
32723
32724
32725 \family default
32726 で挿入することができます.すると,
32727 紫字で「傍註」と書かれた灰色のボックスが現れて,
32728 そこに傍註文を入れることができます.
32729 \end_layout
32730
32731 \begin_layout Standard
32732 横にあるのが傍註です
32733 \begin_inset Marginal
32734 status open
32735
32736 \begin_layout Plain Layout
32737 これは傍註文です.
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Standard
32746 片面文書においては,
32747 傍註は右側に表示され,
32748 両面文書においては外側余白—
32749 偶数ページでは左側,
32750 奇数ページでは右側—
32751 に表示されます.傍註文は,
32752 外側余白の反対側に—
32753 注が左余白に現れるときには右揃えに—
32754 寄せられます.傍註文の一行目は,
32755 傍註が挿入された文書箇所と同じ行に来るように配置されます.
32756 \end_layout
32757
32758 \begin_layout Standard
32759 \begin_inset VSpace bigskip
32760 \end_inset
32761
32762 傍註を内側余白に置くには,
32763 傍註の前に\SpecialChar TeX
32764 コードで
32765 \end_layout
32766
32767 \begin_layout Standard
32768
32769 \series bold
32770
32771 \backslash
32772 reversemarginpar
32773 \end_layout
32774
32775 \begin_layout Standard
32776 というコマンドを書き加えてください.この新しい配置は,
32777 以後のすべての傍註に対して効力があります.
32778 \begin_inset ERT
32779 status collapsed
32780
32781 \begin_layout Plain Layout
32782
32783
32784 \backslash
32785 reversemarginpar 
32786 \end_layout
32787
32788 \end_inset
32789
32790
32791 \begin_inset Marginal
32792 status open
32793
32794 \begin_layout Plain Layout
32795 これは内側余白の傍註です.
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \series bold
32802
32803 \begin_inset Newline newline
32804 \end_inset
32805
32806
32807 \series default
32808
32809 \begin_inset Note Greyedout
32810 status open
32811
32812 \begin_layout Plain Layout
32813
32814 \series bold
32815 【註】
32816 \series default
32817 内側余白には充分な空白がないことがよくあり,
32818 出力で傍註が正しく表示されないことがあります.
32819 \end_layout
32820
32821 \end_inset
32822
32823
32824 \end_layout
32825
32826 \begin_layout Standard
32827 既定の配置に戻すには,
32828 \SpecialChar TeX
32829 コードで
32830 \end_layout
32831
32832 \begin_layout Standard
32833
32834 \series bold
32835
32836 \backslash
32837 normalmarginpar
32838 \end_layout
32839
32840 \begin_layout Standard
32841 というコマンドを書き加えてください.
32842 \begin_inset ERT
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846
32847
32848 \backslash
32849 normalmarginpar 
32850 \end_layout
32851
32852 \end_inset
32853
32854  
32855 \begin_inset Note Greyedout
32856 status open
32857
32858 \begin_layout Plain Layout
32859
32860 \series bold
32861 【註】
32862 \backslash
32863 reversemarginpar
32864 \series default
32865 コマンドが既に挿入されている段落内では,
32866 このコマンドは無視されます.
32867 \end_layout
32868
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \begin_layout Standard
32875 \begin_inset VSpace bigskip
32876 \end_inset
32877
32878
32879 \begin_inset Marginal
32880 status open
32881
32882 \begin_layout Plain Layout
32883 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
32884 \end_layout
32885
32886 \end_inset
32887
32888
32889 \begin_inset CommandInset ref
32890 LatexCommand ref
32891 reference "subsec:複数行"
32892 nolink "false"
32893
32894 \end_inset
32895
32896 節で述べられている事例と同様に,
32897 長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,
32898 その単語の前に0
32899 \begin_inset space \thinspace{}
32900 \end_inset
32901
32902 pt水平空白を挿入してください 
32903 \begin_inset Marginal
32904 status open
32905
32906 \begin_layout Plain Layout
32907 \begin_inset space \hspace*{}
32908 \length 0pt
32909 \end_inset
32910
32911 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
32912 \end_layout
32913
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \begin_layout Standard
32920 \begin_inset VSpace bigskip
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \begin_layout Standard
32927 \begin_inset Note Greyedout
32928 status open
32929
32930 \begin_layout Plain Layout
32931
32932 \series bold
32933 【註】
32934 \series default
32935 通常,
32936 傍註は表やフロート,
32937 脚註の中では使用することができません.
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 \begin_inset ERT
32954 status collapsed
32955
32956 \begin_layout Plain Layout
32957
32958
32959 \backslash
32960 ifmarginnote
32961 \end_layout
32962
32963 \end_inset
32964
32965
32966 \begin_inset Note Note
32967 status open
32968
32969 \begin_layout Plain Layout
32970 以下の部分は,
32971 \SpecialChar LaTeX
32972 パッケージ
32973 \series bold
32974 marginnote
32975 \series default
32976 が導入されているときのみ表示されます.
32977 \end_layout
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Standard
32985 この制約は,
32986 \SpecialChar LaTeX
32987 パッケージ
32988 \series bold
32989 marginnote
32990 \series default
32991
32992 \begin_inset Index idx
32993 range none
32994 pageformat default
32995 status collapsed
32996
32997 \begin_layout Plain Layout
32998 \SpecialChar LaTeX
32999 ぱっけーじ@\SpecialChar LaTeX
33000 パッケージ !
33001  marginnote
33002 \end_layout
33003
33004 \end_inset
33005
33006 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,
33007 \SpecialChar LyX
33008 が傍註に使うコマンドが再定義されて,
33009
33010 \series bold
33011 marginnote
33012 \series default
33013 パッケージが提供するコマンドを使うようになります.
33014 \end_layout
33015
33016 \begin_layout Standard
33017
33018 \series bold
33019
33020 \backslash
33021 usepackage{marginnote}
33022 \begin_inset Newline newline
33023 \end_inset
33024
33025
33026 \backslash
33027 let
33028 \backslash
33029 marginpar
33030 \backslash
33031 marginnote
33032 \end_layout
33033
33034 \begin_layout Standard
33035
33036 \series bold
33037 marginnote
33038 \series default
33039 には他にも便利な機能があるので,
33040 この方法が本文書でも使われています.というのは,
33041
33042 \series bold
33043 marginnote
33044 \series default
33045 を使うと,
33046 傍註文に垂直オフセットを設定することができるからです.これは,
33047 あまりにもたくさんの傍註が非常に近いところに集まっていたり,
33048 もっとよいページレイアウトが望まれるときなどに,
33049 よく必要とされます.オフセットは,
33050 \SpecialChar LyX
33051 中の傍註の後ろに\SpecialChar TeX
33052 コードで直接
33053 \end_layout
33054
33055 \begin_layout Standard
33056
33057 \series bold
33058 [オフセット]
33059 \end_layout
33060
33061 \begin_layout Standard
33062 という形で書くことで設定することができます.ここで「オフセット」には,
33063
33064 \begin_inset CommandInset ref
33065 LatexCommand ref
33066 reference "tab:単位"
33067 nolink "false"
33068
33069 \end_inset
33070
33071 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,
33072 正の値だと下にずれます.たとえば,
33073 この本文行の横にある傍註は,
33074 \SpecialChar TeX
33075 コードコマンド「
33076 \series bold
33077 [-1.5cm]
33078 \series default
33079 」を使用して,
33080 1.5
33081 \begin_inset space \thinspace{}
33082 \end_inset
33083
33084 cm上にずらしてあります
33085 \begin_inset Marginal
33086 status open
33087
33088 \begin_layout Plain Layout
33089 この傍註は,
33090 本来の位置よりも1.5
33091 \begin_inset space \thinspace{}
33092 \end_inset
33093
33094 cm上にずらしてあります.
33095 \end_layout
33096
33097 \end_inset
33098
33099
33100 \begin_inset ERT
33101 status collapsed
33102
33103 \begin_layout Plain Layout
33104
33105 [-1.5cm]
33106 \end_layout
33107
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Standard
33114 \begin_inset VSpace medskip
33115 \end_inset
33116
33117
33118 \series bold
33119 marginnote
33120 \series default
33121 を使うと,
33122 傍註の揃えを変更することもできます.たとえば,
33123
33124 \end_layout
33125
33126 \begin_layout Standard
33127
33128 \series bold
33129
33130 \backslash
33131 renewcommand*{
33132 \backslash
33133 raggedleftmarginnote}{
33134 \backslash
33135 centering}
33136 \begin_inset Newline newline
33137 \end_inset
33138
33139
33140 \backslash
33141 renewcommand*{
33142 \backslash
33143 raggedrightmarginnote}{
33144 \backslash
33145 centering}
33146 \end_layout
33147
33148 \begin_layout Standard
33149 というコマンドを使うと,
33150 中央揃えになります.
33151 \series bold
33152
33153 \backslash
33154 raggedleftmarginnote
33155 \series default
33156 とは,
33157 左側に表示されている傍註のことを指します
33158 \begin_inset ERT
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162
33163
33164 \backslash
33165 renewcommand*{
33166 \backslash
33167 raggedleftmarginnote}{
33168 \backslash
33169 centering}
33170 \end_layout
33171
33172 \begin_layout Plain Layout
33173
33174
33175 \backslash
33176 renewcommand*{
33177 \backslash
33178 raggedrightmarginnote}{
33179 \backslash
33180 centering}
33181 \end_layout
33182
33183 \end_inset
33184
33185
33186 \begin_inset Marginal
33187 status open
33188
33189 \begin_layout Plain Layout
33190 この傍註の文章は中央揃えになっています.
33191 \end_layout
33192
33193 \end_inset
33194
33195 .既定の設定は,
33196
33197 \end_layout
33198
33199 \begin_layout Standard
33200
33201 \series bold
33202
33203 \backslash
33204 renewcommand*{
33205 \backslash
33206 raggedleftmarginnote}{
33207 \backslash
33208 raggedleft}
33209 \begin_inset Newline newline
33210 \end_inset
33211
33212
33213 \backslash
33214 renewcommand*{
33215 \backslash
33216 raggedrightmarginnote}{
33217 \backslash
33218 raggedright}
33219 \series default
33220
33221 \begin_inset ERT
33222 status collapsed
33223
33224 \begin_layout Plain Layout
33225
33226
33227 \backslash
33228 renewcommand*{
33229 \backslash
33230 raggedleftmarginnote}{
33231 \backslash
33232 raggedleft}
33233 \end_layout
33234
33235 \begin_layout Plain Layout
33236
33237
33238 \backslash
33239 renewcommand*{
33240 \backslash
33241 raggedrightmarginnote}{
33242 \backslash
33243 raggedright}
33244 \end_layout
33245
33246 \end_inset
33247
33248
33249 \end_layout
33250
33251 \begin_layout Standard
33252 です.
33253 \end_layout
33254
33255 \begin_layout Standard
33256 \begin_inset VSpace medskip
33257 \end_inset
33258
33259
33260 \series bold
33261 marginnote
33262 \series default
33263 の他の機能については,
33264
33265 \begin_inset CommandInset citation
33266 LatexCommand cite
33267 key "marginnote"
33268 literal "true"
33269
33270 \end_inset
33271
33272 の取扱説明書をご参照ください.
33273 \end_layout
33274
33275 \begin_layout Standard
33276 \begin_inset VSpace bigskip
33277 \end_inset
33278
33279 傍註のレイアウトは,
33280 傍註の定義を変更することによって変えることができます.たとえば,
33281 すべての傍註に,
33282 下線を引いたサンセリフ体の太字で「
33283 \family sans
33284 \series bold
33285 \bar under
33286 注意!
33287
33288 \family default
33289 \series default
33290 \bar default
33291 」というヘッダ文をつけるには,
33292 以下を使用している文書プリアンブルに書き加えてください.
33293 \end_layout
33294
33295 \begin_layout Standard
33296
33297 \series bold
33298
33299 \backslash
33300 let
33301 \backslash
33302 myMarginpar
33303 \backslash
33304 marginpar
33305 \begin_inset Newline newline
33306 \end_inset
33307
33308
33309 \backslash
33310 renewcommand{
33311 \backslash
33312 marginpar}[1]{
33313 \backslash
33314 myMarginpar{%
33315 \begin_inset Newline newline
33316 \end_inset
33317
33318
33319 \begin_inset Phantom HPhantom
33320 status open
33321
33322 \begin_layout Plain Layout
33323
33324 \series bold
33325 \begin_inset space ~
33326 \end_inset
33327
33328
33329 \end_layout
33330
33331 \end_inset
33332
33333
33334 \backslash
33335 hspace{0pt}
33336 \backslash
33337 textsf{
33338 \backslash
33339 textbf{
33340 \backslash
33341 underbar{注意!
33342 }}}%
33343 \begin_inset Newline newline
33344 \end_inset
33345
33346
33347 \begin_inset Phantom HPhantom
33348 status open
33349
33350 \begin_layout Plain Layout
33351
33352 \series bold
33353 \begin_inset space ~
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \end_inset
33360
33361
33362 \backslash
33363 vspace{1.5mm}
33364 \backslash
33365
33366 \backslash
33367 #1}}
33368 \end_layout
33369
33370 \begin_layout Standard
33371 \begin_inset ERT
33372 status collapsed
33373
33374 \begin_layout Plain Layout
33375
33376
33377 \backslash
33378 let
33379 \backslash
33380 myMarginpar
33381 \backslash
33382 marginpar
33383 \end_layout
33384
33385 \begin_layout Plain Layout
33386
33387
33388 \backslash
33389 renewcommand{
33390 \backslash
33391 marginpar}[1]{
33392 \backslash
33393 myMarginpar{%
33394 \end_layout
33395
33396 \begin_layout Plain Layout
33397
33398    
33399 \backslash
33400 textsf{
33401 \backslash
33402 textbf{
33403 \backslash
33404 underbar{注意!
33405 }}}%
33406 \end_layout
33407
33408 \begin_layout Plain Layout
33409
33410    
33411 \backslash
33412 vspace{1.5mm}
33413 \backslash
33414
33415 \backslash
33416 #1}}
33417 \end_layout
33418
33419 \end_inset
33420
33421
33422 \begin_inset Marginal
33423 status open
33424
33425 \begin_layout Plain Layout
33426 これは,
33427 定義したヘッダをつけた傍註です.
33428 \end_layout
33429
33430 \end_inset
33431
33432
33433 \begin_inset ERT
33434 status collapsed
33435
33436 \begin_layout Plain Layout
33437
33438 [-1.5cm]
33439 \end_layout
33440
33441 \end_inset
33442
33443
33444 \begin_inset ERT
33445 status collapsed
33446
33447 \begin_layout Plain Layout
33448
33449
33450 \backslash
33451 renewcommand{
33452 \backslash
33453 marginpar}[1]{
33454 \backslash
33455 myMarginpar{#1}}
33456 \end_layout
33457
33458 \end_inset
33459
33460
33461 \begin_inset Note Note
33462 status open
33463
33464 \begin_layout Plain Layout
33465 傍註書式は,
33466 この例の分だけ変更してあります.
33467 \end_layout
33468
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \begin_layout Standard
33475 \begin_inset ERT
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479
33480
33481 \backslash
33482 else
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \begin_inset Note Note
33489 status open
33490
33491 \begin_layout Plain Layout
33492 以下の部分は,
33493 \SpecialChar LaTeX
33494 パッケージ
33495 \series bold
33496 marginnote
33497 \series default
33498 が導入されていないときのみ表示されます.
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \begin_layout Standard
33507 本節の以下の部分を出力に表示するには,
33508 \SpecialChar LaTeX
33509 パッケージ
33510 \series bold
33511 marginnote
33512 \series default
33513 を導入する必要があります.
33514 \end_layout
33515
33516 \begin_layout Standard
33517 \begin_inset ERT
33518 status collapsed
33519
33520 \begin_layout Plain Layout
33521
33522
33523 \backslash
33524 fi
33525 \end_layout
33526
33527 \end_inset
33528
33529
33530 \end_layout
33531
33532 \begin_layout Chapter
33533 ボックス
33534 \end_layout
33535
33536 \begin_layout Section
33537 はじめに
33538 \begin_inset Index idx
33539 range none
33540 pageformat default
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544 ぼっくす@ボックス !
33545  はじめに
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Standard
33554 ボックスは,
33555 一塊の文章を整形するのに使用します.ボックスは,
33556 多言語文書を書くのに使用したり(第
33557 \begin_inset CommandInset ref
33558 LatexCommand ref
33559 reference "sec:ミニページ"
33560 nolink "false"
33561
33562 \end_inset
33563
33564 節参照),
33565 文章を囲ったり(第
33566 \begin_inset CommandInset ref
33567 LatexCommand ref
33568 reference "sec:装飾"
33569 nolink "false"
33570
33571 \end_inset
33572
33573 節参照),
33574 単語がハイフネートされるのを予防したり(第
33575 \begin_inset CommandInset ref
33576 LatexCommand ref
33577 reference "sec:ハイフネーションの回避"
33578 nolink "false"
33579
33580 \end_inset
33581
33582 節参照),
33583 文章を揃えたり(第
33584 \begin_inset CommandInset ref
33585 LatexCommand ref
33586 reference "subsec:垂直揃え"
33587 nolink "false"
33588
33589 \end_inset
33590
33591 節参照),
33592 あるいは文章の背景色を設定したり(第
33593 \begin_inset CommandInset ref
33594 LatexCommand ref
33595 reference "sec:色付きボックス"
33596 nolink "false"
33597
33598 \end_inset
33599
33600 節参照)するのに使用します.
33601 \end_layout
33602
33603 \begin_layout Standard
33604 ボックスは,
33605
33606 \family sans
33607 挿入\SpecialChar menuseparator
33608 ボックス
33609 \family default
33610 メニューかツールバーボタン
33611 \family sans
33612
33613 \begin_inset Info
33614 type  "icon"
33615 arg   "box-insert Frameless"
33616 \end_inset
33617
33618
33619 \family default
33620 を使って挿入することができます.すると,
33621
33622 \begin_inset Graphics
33623         filename clipart/BoxInsetDefault.png
33624         scale 95
33625         scaleBeforeRotation
33626
33627 \end_inset
33628
33629 のように
33630 \family sans
33631 ボックス(minipage環境)
33632 \family default
33633 というラベルのついた灰色の箱形が挿入されます.ボックス型は,
33634 この箱形を右クリックすると出てくるメニューで指定することができます.
33635 \family sans
33636 設定
33637 \family default
33638 メニューを選択すると現れるボックスダイアログでは,
33639
33640 \family sans
33641 parboxコマンド
33642 \family default
33643
33644 \family sans
33645 minipage環境
33646 \family default
33647 の二つの
33648 \family sans
33649 内部ボックス
33650 \family default
33651 型を選択することができます.
33652 \family sans
33653 minipage
33654 \family default
33655 型は,
33656 新規ボックスの既定値となっており,
33657
33658 \begin_inset CommandInset ref
33659 LatexCommand ref
33660 reference "sec:ミニページ"
33661 nolink "false"
33662
33663 \end_inset
33664
33665 節で説明します.
33666 \family sans
33667 parbox
33668 \family default
33669 型については第
33670 \begin_inset CommandInset ref
33671 LatexCommand ref
33672 reference "sec:Parboxes"
33673 nolink "false"
33674
33675 \end_inset
33676
33677 節,
33678
33679 \family sans
33680 makebox
33681 \family default
33682 型については第
33683 \begin_inset CommandInset ref
33684 LatexCommand ref
33685 reference "sec:ハイフネーションの回避"
33686 nolink "false"
33687
33688 \end_inset
33689
33690 節で述べます.
33691 \end_layout
33692
33693 \begin_layout Standard
33694 ボックスは付番されないので,
33695 フロートや脚註のように参照することはできません.
33696 \end_layout
33697
33698 \begin_layout Standard
33699 \begin_inset Note Greyedout
33700 status open
33701
33702 \begin_layout Plain Layout
33703
33704 \series bold
33705 【註】
33706 \series default
33707 ボックスは,
33708
33709 \family sans
33710 箇条書き(記号)
33711 \family default
33712 環境や
33713 \family sans
33714 箇条書き(記述)
33715 \family default
33716 環境の単独要素とすべきではありません.
33717 \end_layout
33718
33719 \end_inset
33720
33721
33722 \end_layout
33723
33724 \begin_layout Standard
33725 \begin_inset Note Greyedout
33726 status open
33727
33728 \begin_layout Plain Layout
33729
33730 \series bold
33731 【註】
33732 \series default
33733 理由は不明ですが,
33734 枠付きボックスを使用している場合には,
33735
33736 \family sans
33737 内部ボックス
33738 \family default
33739 型は
33740 \family sans
33741 なし
33742 \family default
33743 にしか設定することができません.
33744 \family sans
33745 内部ボックス
33746 \family default
33747 型や枠のないボックスについては,
33748
33749 \begin_inset CommandInset ref
33750 LatexCommand ref
33751 reference "sec:ハイフネーションの回避"
33752 nolink "false"
33753
33754 \end_inset
33755
33756 節で説明します.
33757 \end_layout
33758
33759 \end_inset
33760
33761
33762 \end_layout
33763
33764 \begin_layout Section
33765 ボックスダイアログ
33766 \begin_inset CommandInset label
33767 LatexCommand label
33768 name "sec:ボックスダイアログ"
33769
33770 \end_inset
33771
33772
33773 \begin_inset Index idx
33774 range none
33775 pageformat default
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779 ぼっくす@ボックス !
33780  ぼっくすだいあろぐ@ボックスダイアログ
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Subsection
33789 寸法
33790 \begin_inset Index idx
33791 range none
33792 pageformat default
33793 status collapsed
33794
33795 \begin_layout Plain Layout
33796 ぼっくす@ボックス !
33797  すんぽう@寸法
33798 \end_layout
33799
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \begin_layout Standard
33806 ボックスダイアログでは,
33807
33808 \family sans
33809
33810 \family default
33811
33812 \family sans
33813 高さ
33814 \family default
33815 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,
33816
33817 \begin_inset CommandInset ref
33818 LatexCommand ref
33819 reference "tab:単位"
33820 nolink "false"
33821
33822 \end_inset
33823
33824 に説明されています.
33825 \family sans
33826 高さ
33827 \family default
33828 フィールドには,
33829 加えて以下の寸法を使用することができます.
33830 \end_layout
33831
33832 \begin_layout Description
33833 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,
33834 全体としての階層は無視されます.
33835 \begin_inset Newline newline
33836 \end_inset
33837
33838
33839 \begin_inset Newline newline
33840 \end_inset
33841
33842
33843 \begin_inset Newline newline
33844 \end_inset
33845
33846
33847 \begin_inset Box Boxed
33848 position "c"
33849 hor_pos "c"
33850 has_inner_box 1
33851 inner_pos "c"
33852 use_parbox 0
33853 use_makebox 0
33854 width "12col%"
33855 special "none"
33856 height "1in"
33857 height_special "depth"
33858 thickness "0.4pt"
33859 separation "3pt"
33860 shadowsize "4pt"
33861 framecolor "black"
33862 backgroundcolor "none"
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866 \align center
33867 高さを1階層に設定したボックス
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \begin_inset Newline newline
33874 \end_inset
33875
33876
33877 \begin_inset Newline newline
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Description
33884 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,
33885 ボックスの高さを文章の2倍の高さに設定します.
33886 \begin_inset Box Boxed
33887 position "c"
33888 hor_pos "c"
33889 has_inner_box 1
33890 inner_pos "c"
33891 use_parbox 0
33892 use_makebox 0
33893 width "20col%"
33894 special "none"
33895 height "2in"
33896 height_special "height"
33897 thickness "0.4pt"
33898 separation "3pt"
33899 shadowsize "4pt"
33900 framecolor "black"
33901 backgroundcolor "none"
33902 status collapsed
33903
33904 \begin_layout Plain Layout
33905 \align center
33906 高さを2高さに設定したボックス
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \begin_layout Description
33915 全高 これは「高さ」+「階層」です.
33916 \begin_inset Box Boxed
33917 position "c"
33918 hor_pos "c"
33919 has_inner_box 1
33920 inner_pos "c"
33921 use_parbox 0
33922 use_makebox 0
33923 width "20col%"
33924 special "none"
33925 height "1in"
33926 height_special "totalheight"
33927 thickness "0.4pt"
33928 separation "3pt"
33929 shadowsize "4pt"
33930 framecolor "black"
33931 backgroundcolor "none"
33932 status collapsed
33933
33934 \begin_layout Plain Layout
33935 \align center
33936 高さを1全高に設定したボックス
33937 \end_layout
33938
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \begin_layout Description
33945 幅 これはボックスの幅を高さに設定します.
33946 \begin_inset Box Boxed
33947 position "c"
33948 hor_pos "c"
33949 has_inner_box 1
33950 inner_pos "c"
33951 use_parbox 0
33952 use_makebox 0
33953 width "12col%"
33954 special "none"
33955 height "1in"
33956 height_special "width"
33957 thickness "0.4pt"
33958 separation "3pt"
33959 shadowsize "4pt"
33960 framecolor "black"
33961 backgroundcolor "none"
33962 status collapsed
33963
33964 \begin_layout Plain Layout
33965 \align center
33966 高さを1幅に設定したボックス
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Subsection
33975 文字揃え
33976 \begin_inset Index idx
33977 range none
33978 pageformat default
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982 ぼっくす@ボックス !
33983  もじそろえ@文字揃え
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \begin_layout Standard
33992
33993 \family sans
33994 内部ボックス
33995 \family default
33996 を選んだ場合には,
33997 ボックスの垂直揃えを以下のいずれかに設定できます.
33998 \end_layout
33999
34000 \begin_layout Description
34001 上 これは例示のための本文行です.
34002 \begin_inset Box Boxed
34003 position "t"
34004 hor_pos "c"
34005 has_inner_box 1
34006 inner_pos "c"
34007 use_parbox 0
34008 use_makebox 0
34009 width "12col%"
34010 special "none"
34011 height "1in"
34012 height_special "totalheight"
34013 thickness "0.4pt"
34014 separation "3pt"
34015 shadowsize "4pt"
34016 framecolor "black"
34017 backgroundcolor "none"
34018 status collapsed
34019
34020 \begin_layout Plain Layout
34021 \align center
34022 このボックスは上揃えです.
34023 \end_layout
34024
34025 \end_inset
34026
34027 これは例示のための本文行です.
34028 \end_layout
34029
34030 \begin_layout Description
34031 中央 これは例示のための本文行です.
34032 \begin_inset Box Boxed
34033 position "c"
34034 hor_pos "c"
34035 has_inner_box 1
34036 inner_pos "c"
34037 use_parbox 0
34038 use_makebox 0
34039 width "12col%"
34040 special "none"
34041 height "1in"
34042 height_special "totalheight"
34043 thickness "0.4pt"
34044 separation "3pt"
34045 shadowsize "4pt"
34046 framecolor "black"
34047 backgroundcolor "none"
34048 status collapsed
34049
34050 \begin_layout Plain Layout
34051 \align center
34052 このボックスは中央揃えです.
34053 \end_layout
34054
34055 \end_inset
34056
34057 これは例示のための本文行です.
34058 \end_layout
34059
34060 \begin_layout Description
34061 下 これは例示のための本文行です.
34062 \begin_inset Box Boxed
34063 position "b"
34064 hor_pos "c"
34065 has_inner_box 1
34066 inner_pos "c"
34067 use_parbox 0
34068 use_makebox 0
34069 width "12col%"
34070 special "none"
34071 height "1in"
34072 height_special "totalheight"
34073 thickness "0.4pt"
34074 separation "3pt"
34075 shadowsize "4pt"
34076 framecolor "black"
34077 backgroundcolor "none"
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081 \align center
34082 このボックスは下揃えです.
34083 \end_layout
34084
34085 \end_inset
34086
34087 これは例示のための本文行です.
34088 \end_layout
34089
34090 \begin_layout Standard
34091 \begin_inset Note Greyedout
34092 status open
34093
34094 \begin_layout Plain Layout
34095
34096 \series bold
34097 【註】
34098 \series default
34099 同一行に二つのボックスがあり,
34100 一方だけに影付きなどが設定されている場合には,
34101 ボックスの垂直文字揃えが出力中で無効となる場合があります.
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Standard
34110 ボックスを独立した段落においた場合には,
34111 ボックスの水平文字揃えは,
34112 \SpecialChar LyX
34113 の段落ダイアログから設定できます.
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset VSpace bigskip
34118 \end_inset
34119
34120
34121 \family sans
34122 内部ボックス
34123 \family default
34124 を設定したときには,
34125 ボックスの内容を以下のように垂直揃えを行うことができます.
34126 \end_layout
34127
34128 \begin_layout Description
34129 上 これは例示のための本文行です.
34130 \begin_inset Box Boxed
34131 position "c"
34132 hor_pos "c"
34133 has_inner_box 1
34134 inner_pos "t"
34135 use_parbox 0
34136 use_makebox 0
34137 width "12col%"
34138 special "none"
34139 height "1.5in"
34140 height_special "totalheight"
34141 thickness "0.4pt"
34142 separation "3pt"
34143 shadowsize "4pt"
34144 framecolor "black"
34145 backgroundcolor "none"
34146 status collapsed
34147
34148 \begin_layout Plain Layout
34149 \align center
34150 このボックスの文章は上揃えです.
34151 \end_layout
34152
34153 \end_inset
34154
34155 これは例示のための本文行です.
34156 \end_layout
34157
34158 \begin_layout Description
34159 中央 これは例示のための本文行です.
34160 \begin_inset Box Boxed
34161 position "c"
34162 hor_pos "c"
34163 has_inner_box 1
34164 inner_pos "c"
34165 use_parbox 0
34166 use_makebox 0
34167 width "12col%"
34168 special "none"
34169 height "1.5in"
34170 height_special "totalheight"
34171 thickness "0.4pt"
34172 separation "3pt"
34173 shadowsize "4pt"
34174 framecolor "black"
34175 backgroundcolor "none"
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179 \align center
34180 このボックスの文章は中央揃えです.
34181 \end_layout
34182
34183 \end_inset
34184
34185 これは例示のための本文行です.
34186 \end_layout
34187
34188 \begin_layout Description
34189 下 これは例示のための本文行です.
34190 \begin_inset Box Boxed
34191 position "c"
34192 hor_pos "c"
34193 has_inner_box 1
34194 inner_pos "b"
34195 use_parbox 0
34196 use_makebox 0
34197 width "12col%"
34198 special "none"
34199 height "1.5in"
34200 height_special "totalheight"
34201 thickness "0.4pt"
34202 separation "3pt"
34203 shadowsize "4pt"
34204 framecolor "black"
34205 backgroundcolor "none"
34206 status collapsed
34207
34208 \begin_layout Plain Layout
34209 \align center
34210 このボックスの文章は下揃えです.
34211 \end_layout
34212
34213 \end_inset
34214
34215 これは例示のための本文行です.
34216 \end_layout
34217
34218 \begin_layout Description
34219 広げる これは例示のための本文行です.
34220 \begin_inset Box Boxed
34221 position "c"
34222 hor_pos "c"
34223 has_inner_box 1
34224 inner_pos "s"
34225 use_parbox 0
34226 use_makebox 0
34227 width "17col%"
34228 special "none"
34229 height "1.5in"
34230 height_special "totalheight"
34231 thickness "0.4pt"
34232 separation "3pt"
34233 shadowsize "4pt"
34234 framecolor "black"
34235 backgroundcolor "none"
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239 \align center
34240 このボックスの
34241 \end_layout
34242
34243 \begin_layout Plain Layout
34244 \align center
34245 文章は広げて
34246 \end_layout
34247
34248 \begin_layout Plain Layout
34249 \align center
34250 あります.
34251 \end_layout
34252
34253 \end_inset
34254
34255 これは例示のための本文行です.
34256 \end_layout
34257
34258 \begin_layout Standard
34259 ボックスの内容を広げるには,
34260 ボックスに複数の段落がなくてはなりません.上述の例では,
34261 文章の各行を独立の段落に設定してあります.
34262 \end_layout
34263
34264 \begin_layout Standard
34265 \begin_inset VSpace bigskip
34266 \end_inset
34267
34268
34269 \family sans
34270 内部ボックス
34271 \family default
34272 を設定しているときに,
34273 ボックスの内容を水平方向に揃えるには,
34274 \SpecialChar LyX
34275 の段落ダイアログを用います.
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \align center
34280 \begin_inset Box Boxed
34281 position "c"
34282 hor_pos "c"
34283 has_inner_box 1
34284 inner_pos "s"
34285 use_parbox 0
34286 use_makebox 0
34287 width "25col%"
34288 special "none"
34289 height "1.25in"
34290 height_special "totalheight"
34291 thickness "0.4pt"
34292 separation "3pt"
34293 shadowsize "4pt"
34294 framecolor "black"
34295 backgroundcolor "none"
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299 \align left
34300 このボックスの
34301 \end_layout
34302
34303 \begin_layout Plain Layout
34304 \align center
34305 文章は広げて
34306 \end_layout
34307
34308 \begin_layout Plain Layout
34309 \align right
34310 あります.
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \begin_layout Standard
34319
34320 \family sans
34321 内部ボックス
34322 \family default
34323 を設定していないときには,
34324 ボックスの内容は,
34325 ボックスダイアログの中で水平揃えの設定をすることができます.
34326 \end_layout
34327
34328 \begin_layout Standard
34329 \align center
34330 \begin_inset Box Boxed
34331 position "c"
34332 hor_pos "s"
34333 has_inner_box 0
34334 inner_pos "s"
34335 use_parbox 0
34336 use_makebox 0
34337 width "90col%"
34338 special "none"
34339 height "1.25in"
34340 height_special "totalheight"
34341 thickness "0.4pt"
34342 separation "3pt"
34343 shadowsize "4pt"
34344 framecolor "black"
34345 backgroundcolor "none"
34346 status collapsed
34347
34348 \begin_layout Plain Layout
34349 このボックスの文章は水平方向に広げてあります.
34350 \end_layout
34351
34352 \end_inset
34353
34354
34355 \end_layout
34356
34357 \begin_layout Subsection
34358 装飾
34359 \begin_inset CommandInset label
34360 LatexCommand label
34361 name "sec:装飾"
34362
34363 \end_inset
34364
34365
34366 \begin_inset Index idx
34367 range none
34368 pageformat default
34369 status collapsed
34370
34371 \begin_layout Plain Layout
34372 ぼっくす@ボックス !
34373  そうしょく@装飾
34374 \end_layout
34375
34376 \end_inset
34377
34378
34379 \end_layout
34380
34381 \begin_layout Standard
34382 ボックス型は,
34383 ボックスダイアログ中の
34384 \family sans
34385 装飾
34386 \family default
34387 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
34388 \end_layout
34389
34390 \begin_layout Description
34391 枠なし 枠を描きません.
34392 \end_layout
34393
34394 \begin_layout Description
34395 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
34396 \begin_inset Box Boxed
34397 position "c"
34398 hor_pos "c"
34399 has_inner_box 1
34400 inner_pos "c"
34401 use_parbox 0
34402 use_makebox 0
34403 width "20col%"
34404 special "none"
34405 height "1in"
34406 height_special "totalheight"
34407 thickness "0.4pt"
34408 separation "3pt"
34409 shadowsize "4pt"
34410 framecolor "black"
34411 backgroundcolor "none"
34412 status collapsed
34413
34414 \begin_layout Plain Layout
34415 \align center
34416 長方形の箱型
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Description
34425 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
34426 \begin_inset space \thinspace{}
34427 \end_inset
34428
34429 ptです. 
34430 \begin_inset Box ovalbox
34431 position "c"
34432 hor_pos "c"
34433 has_inner_box 1
34434 inner_pos "c"
34435 use_parbox 0
34436 use_makebox 0
34437 width "20col%"
34438 special "none"
34439 height "1in"
34440 height_special "totalheight"
34441 thickness "0.4pt"
34442 separation "3pt"
34443 shadowsize "4pt"
34444 framecolor "black"
34445 backgroundcolor "none"
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449 \align center
34450 楕円形の箱型(細線)
34451 \end_layout
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \begin_layout Description
34459 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
34460 \begin_inset space \thinspace{}
34461 \end_inset
34462
34463 ptです. 
34464 \begin_inset Box Ovalbox
34465 position "c"
34466 hor_pos "c"
34467 has_inner_box 1
34468 inner_pos "c"
34469 use_parbox 0
34470 use_makebox 0
34471 width "20col%"
34472 special "none"
34473 height "1in"
34474 height_special "totalheight"
34475 thickness "0.4pt"
34476 separation "3pt"
34477 shadowsize "4pt"
34478 framecolor "black"
34479 backgroundcolor "none"
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483 \align center
34484 楕円形の箱型(太線)
34485 \end_layout
34486
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \begin_layout Description
34493 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
34494 \begin_inset Box Shadowbox
34495 position "c"
34496 hor_pos "c"
34497 has_inner_box 1
34498 inner_pos "c"
34499 use_parbox 0
34500 use_makebox 0
34501 width "20col%"
34502 special "none"
34503 height "1in"
34504 height_special "totalheight"
34505 thickness "0.4pt"
34506 separation "3pt"
34507 shadowsize "4pt"
34508 framecolor "black"
34509 backgroundcolor "none"
34510 status collapsed
34511
34512 \begin_layout Plain Layout
34513 \align center
34514 影付きの箱型
34515 \end_layout
34516
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \begin_layout Description
34523 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
34524 \begin_inset Foot
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528
34529 \begin_inset CommandInset ref
34530 LatexCommand ref
34531 reference "sec:色付きボックス"
34532 nolink "false"
34533
34534 \end_inset
34535
34536 節を参照のこと.
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 これは列幅全体を使用し,
34543 ボックスは独立した段落に設定されます.
34544 \begin_inset Box Shaded
34545 position "t"
34546 hor_pos "c"
34547 has_inner_box 0
34548 inner_pos "t"
34549 use_parbox 0
34550 use_makebox 0
34551 width "50col%"
34552 special "none"
34553 height "1in"
34554 height_special "totalheight"
34555 thickness "0.4pt"
34556 separation "3pt"
34557 shadowsize "4pt"
34558 framecolor "black"
34559 backgroundcolor "none"
34560 status collapsed
34561
34562 \begin_layout Plain Layout
34563 影付き背景の箱型
34564 \end_layout
34565
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \begin_layout Description
34572 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,
34573 線幅の0.75倍であり,
34574 外側の枠の太さは,
34575 線幅の1.5倍です.枠同士の間隔は,
34576 線幅の1.5倍+0.5
34577 \begin_inset space \thinspace{}
34578 \end_inset
34579
34580 ptです.
34581 \begin_inset Box Doublebox
34582 position "c"
34583 hor_pos "c"
34584 has_inner_box 1
34585 inner_pos "c"
34586 use_parbox 0
34587 use_makebox 0
34588 width "20col%"
34589 special "none"
34590 height "1in"
34591 height_special "totalheight"
34592 thickness "0.4pt"
34593 separation "3pt"
34594 shadowsize "4pt"
34595 framecolor "black"
34596 backgroundcolor "none"
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 \align center
34601 二重の長方形の箱型
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Standard
34610 \begin_inset VSpace bigskip
34611 \end_inset
34612
34613 \SpecialChar LyX
34614 のボックスラベルには,
34615 使用中の枠の型が表示されます.すべての型を使用可能にするには,
34616 \SpecialChar LaTeX
34617 パッケージ
34618 \series bold
34619 fancybox
34620 \series default
34621
34622 \begin_inset Index idx
34623 range none
34624 pageformat default
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628 \SpecialChar LaTeX
34629 ぱっけーじ@\SpecialChar LaTeX
34630 パッケージ !
34631  fancybox
34632 \end_layout
34633
34634 \end_inset
34635
34636 が導入済みでなくてはなりません.
34637 \end_layout
34638
34639 \begin_layout Standard
34640 \begin_inset VSpace bigskip
34641 \end_inset
34642
34643
34644 \family sans
34645 簡素な長方形の枠
34646 \family default
34647 の装飾を使って内部ボックスを使用しないとき,
34648 ボックス内で改頁を許可することができます.その場合,
34649 他の枠付きボックスと違って,
34650 この枠は,
34651 つねに段幅の全幅を使用し,
34652 ボックスは独立の段落として設定されることに注意してください.
34653 \begin_inset Box Framed
34654 position "t"
34655 hor_pos "c"
34656 has_inner_box 0
34657 inner_pos "t"
34658 use_parbox 0
34659 use_makebox 0
34660 width "100col%"
34661 special "none"
34662 height "1in"
34663 height_special "totalheight"
34664 thickness "0.4pt"
34665 separation "3pt"
34666 shadowsize "4pt"
34667 framecolor "black"
34668 backgroundcolor "none"
34669 status collapsed
34670
34671 \begin_layout Plain Layout
34672 改行可能な箱型
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \begin_layout Section
34681 ボックスの詳細な設定
34682 \begin_inset Index idx
34683 range none
34684 pageformat default
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688 ぼっくす@ボックス !
34689  しょうさいなせってい@詳細な設定
34690 \end_layout
34691
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \begin_layout Standard
34698 楕円形ボックスの丸い角の直径は,
34699 コマンド
34700 \series bold
34701
34702 \backslash
34703 cornersize
34704 \series default
34705 で設定することができます.
34706 \end_layout
34707
34708 \begin_layout Standard
34709
34710 \series bold
34711
34712 \backslash
34713 cornersize*{1cm}
34714 \end_layout
34715
34716 \begin_layout Standard
34717 というコマンドは,
34718 直径を1
34719 \begin_inset space \thinspace{}
34720 \end_inset
34721
34722 cmに設定します.
34723 \end_layout
34724
34725 \begin_layout Standard
34726
34727 \series bold
34728
34729 \backslash
34730 cornersize{数値}
34731 \end_layout
34732
34733 \begin_layout Standard
34734 というコマンドは,
34735 直径を
34736 \family sans
34737 数値
34738 \begin_inset space \thinspace{}
34739 \end_inset
34740
34741
34742 \family default
34743
34744 \begin_inset Formula $\times$
34745 \end_inset
34746
34747
34748 \family sans
34749
34750 \begin_inset space \thinspace{}
34751 \end_inset
34752
34753 (ボックスの幅と高さの小さい方)
34754 \family default
34755 に設定します.既定値は
34756 \series bold
34757
34758 \backslash
34759 cornersize{0.5}
34760 \series default
34761 です.
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset ERT
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770
34771 \backslash
34772 cornersize*{1.5cm}
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \begin_inset Box Ovalbox
34779 position "c"
34780 hor_pos "c"
34781 has_inner_box 1
34782 inner_pos "c"
34783 use_parbox 0
34784 use_makebox 0
34785 width "25col%"
34786 special "none"
34787 height "1in"
34788 height_special "totalheight"
34789 thickness "0.4pt"
34790 separation "3pt"
34791 shadowsize "4pt"
34792 framecolor "black"
34793 backgroundcolor "none"
34794 status open
34795
34796 \begin_layout Plain Layout
34797 \align center
34798
34799 \series bold
34800
34801 \backslash
34802 cornersize
34803 \series default
34804
34805 \begin_inset space \thinspace{}
34806 \end_inset
34807
34808 =
34809 \begin_inset space \thinspace{}
34810 \end_inset
34811
34812 1.5
34813 \begin_inset space \thinspace{}
34814 \end_inset
34815
34816 cmの楕円形の箱型
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \begin_inset ERT
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826
34827
34828 \backslash
34829 cornersize{0.5}
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \begin_layout Standard
34838 \begin_inset VSpace bigskip
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \begin_layout Standard
34845
34846 \family sans
34847 影付き背景
34848 \family default
34849 ボックスの赤色の既定背景色は,
34850
34851 \series bold
34852
34853 \backslash
34854 definecolor{shadebox}
34855 \series default
34856 コマンドで局所的に変更することもできますし,
34857
34858 \family sans
34859 ツール\SpecialChar menuseparator
34860 設定\SpecialChar menuseparator
34861 色\SpecialChar menuseparator
34862 影付きボックス
34863 \family default
34864 メニューからグローバルに変更することもできます.
34865 \series bold
34866
34867 \backslash
34868 definecolor
34869 \series default
34870 コマンドの用法は第
34871 \begin_inset CommandInset ref
34872 LatexCommand ref
34873 reference "sec:色付きの表"
34874 nolink "false"
34875
34876 \end_inset
34877
34878
34879 \begin_inset Foot
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883 N
34884 \series bold
34885
34886 \backslash
34887 definecolor
34888 \series default
34889 は,
34890 \SpecialChar LaTeX
34891 パッケージの
34892 \series bold
34893 color
34894 \series default
34895 をプリアンブルに読み込む必要があります.第
34896 \begin_inset CommandInset ref
34897 LatexCommand ref
34898 reference "sec:色付きボックス"
34899 nolink "false"
34900
34901 \end_inset
34902
34903 節をご参照ください..
34904 \end_layout
34905
34906 \end_inset
34907
34908 で説明されています.
34909 \end_layout
34910
34911 \begin_layout Standard
34912 たとえば,
34913 下記の影付き背景ボックスの外見は
34914 \end_layout
34915
34916 \begin_layout Standard
34917
34918 \series bold
34919
34920 \backslash
34921 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34922 \end_layout
34923
34924 \begin_layout Standard
34925 という\SpecialChar TeX
34926 コードコマンドを使って設定してあります.
34927 \end_layout
34928
34929 \begin_layout Standard
34930 \begin_inset ERT
34931 status collapsed
34932
34933 \begin_layout Plain Layout
34934
34935
34936 \backslash
34937 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \begin_inset Box Shaded
34944 position "t"
34945 hor_pos "c"
34946 has_inner_box 0
34947 inner_pos "t"
34948 use_parbox 0
34949 use_makebox 0
34950 width "100col%"
34951 special "none"
34952 height "1in"
34953 height_special "totalheight"
34954 thickness "0.4pt"
34955 separation "3pt"
34956 shadowsize "4pt"
34957 framecolor "black"
34958 backgroundcolor "none"
34959 status open
34960
34961 \begin_layout Plain Layout
34962
34963 \color yellow
34964 これは,
34965 濃緑色の背景の
34966 \family sans
34967 影付き背景
34968 \family default
34969 ボックスに入れた黄色の文章です.
34970 \end_layout
34971
34972 \end_inset
34973
34974
34975 \begin_inset ERT
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979
34980
34981 \backslash
34982 definecolor{shadecolor}{rgb}{1,0,0}
34983 \end_layout
34984
34985 \end_inset
34986
34987
34988 \end_layout
34989
34990 \begin_layout Standard
34991 \begin_inset VSpace bigskip
34992 \end_inset
34993
34994 手動で変更した寸法と色は,
34995 それを変更したコマンド以降のすべてのボックスに対して有効です.
34996 \end_layout
34997
34998 \begin_layout Section
34999 ミニページ
35000 \begin_inset CommandInset label
35001 LatexCommand label
35002 name "sec:ミニページ"
35003
35004 \end_inset
35005
35006
35007 \begin_inset Index idx
35008 range none
35009 pageformat default
35010 status collapsed
35011
35012 \begin_layout Plain Layout
35013 ぼっくす@ボックス !
35014  みにぺーじ@ミニページ
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \begin_layout Standard
35023 ミニページは,
35024 \SpecialChar LaTeX
35025 によってページの中のページとして取り扱われるので,
35026 たとえばそれ自身で脚註を持つことができます.
35027 \end_layout
35028
35029 \begin_layout Standard
35030 ミニページは,
35031 複数の言語を含む文書を執筆する際に便利です.
35032 \end_layout
35033
35034 \begin_layout Standard
35035 下掲は,
35036 二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
35037
35038 \family sans
35039 挿入
35040 \family default
35041 \SpecialChar menuseparator
35042
35043 \family sans
35044 整形
35045 \family default
35046 \SpecialChar menuseparator
35047
35048 \family sans
35049 水平方向の空白
35050 \family default
35051 メニューで挿入した水平フィルで隔てられています.
35052 \begin_inset Newpage newpage
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Standard
35059 \begin_inset Box Frameless
35060 position "t"
35061 hor_pos "c"
35062 has_inner_box 1
35063 inner_pos "c"
35064 use_parbox 0
35065 use_makebox 0
35066 width "45col%"
35067 special "none"
35068 height "1in"
35069 height_special "totalheight"
35070 thickness "0.4pt"
35071 separation "3pt"
35072 shadowsize "4pt"
35073 framecolor "black"
35074 backgroundcolor "none"
35075 status open
35076
35077 \begin_layout Plain Layout
35078 Dies ist ein deutscher Text.
35079  Dies ist ein deutscher Text.
35080  Dies ist ein deutscher Text.
35081  Dies ist ein deutscher Text.
35082  Dies ist ein deutscher Text.
35083  Dies ist ein deutscher Text.
35084  Dies ist ein deutscher Text.
35085  Dies ist ein deutscher Text.
35086  Dies ist ein deutscher Text.
35087  Dies ist ein deutscher Text.
35088  Dies ist ein deutscher Text.
35089  Dies ist ein deutscher Text.
35090  Dies ist ein deutscher Text
35091 \begin_inset Foot
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 Dies ist eine deutsche Fußnote.
35096 \end_layout
35097
35098 \end_inset
35099
35100 .
35101  Dies ist ein deutscher Text.
35102  Dies ist ein deutscher Text.
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \begin_inset space \hfill{}
35109 \end_inset
35110
35111
35112 \begin_inset Box Frameless
35113 position "t"
35114 hor_pos "c"
35115 has_inner_box 1
35116 inner_pos "c"
35117 use_parbox 0
35118 use_makebox 0
35119 width "45col%"
35120 special "none"
35121 height "1in"
35122 height_special "totalheight"
35123 thickness "0.4pt"
35124 separation "3pt"
35125 shadowsize "4pt"
35126 framecolor "black"
35127 backgroundcolor "none"
35128 status open
35129
35130 \begin_layout Plain Layout
35131 This is an English Text.
35132  This is an English Text.
35133  This is an English Text.
35134  This is an English Text.
35135  This is an English Text.
35136  This is an English Text.
35137  This is an English Text.
35138  This is an English Text.
35139  This is an English Text.
35140  This is an English Text.
35141  This is an English Text.
35142  This is an English Text.
35143  This is an English Text.
35144  This is an English Text.
35145  This is an English Text.
35146  This is an English Text.
35147 \begin_inset Foot
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 This is an English footnote.
35152 \end_layout
35153
35154 \end_inset
35155
35156  This is an English Text.
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Standard
35165 \begin_inset VSpace bigskip
35166 \end_inset
35167
35168 ミニページ内では,
35169 文書全体の段落設定は無視されます.つまり,
35170 たとえば文書設定で
35171 \family sans
35172 中スキップ
35173 \family default
35174 を設定していたとしても,
35175 ミニページ内の段落間には余白が置かれません.
35176 \end_layout
35177
35178 \begin_layout Standard
35179 ミニページは,
35180 文章部に背景色を与えるのに使用することもできます.第
35181 \begin_inset CommandInset ref
35182 LatexCommand ref
35183 reference "sec:色付きボックス"
35184 nolink "false"
35185
35186 \end_inset
35187
35188 節をご参照ください.
35189 \end_layout
35190
35191 \begin_layout Standard
35192 \begin_inset Note Greyedout
35193 status open
35194
35195 \begin_layout Plain Layout
35196
35197 \series bold
35198 【註】
35199 \series default
35200 ミニページ内にフロートや傍註を使用することはできませんが,
35201 ミニページを表・フロート・他のボックス内で使用することはできます.
35202 \end_layout
35203
35204 \end_inset
35205
35206
35207 \end_layout
35208
35209 \begin_layout Standard
35210 \begin_inset VSpace bigskip
35211 \end_inset
35212
35213
35214 \end_layout
35215
35216 \begin_layout Standard
35217 \SpecialChar LyX
35218 は,
35219
35220 \emph on
35221 可変幅ミニページ
35222 \emph default
35223 モジュールを経由して,
35224 内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
35225 \family typewriter
35226 examples/varwidth-floats-side-by-side.lyx
35227 \family default
35228 では,
35229 2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
35230
35231 \family typewriter
35232 Varwidth
35233 \family default
35234  \SpecialChar LaTeX
35235 パッケージが必要です.
35236 \end_layout
35237
35238 \begin_layout Section
35239 段落ボックス(parbox)
35240 \begin_inset CommandInset label
35241 LatexCommand label
35242 name "sec:Parboxes"
35243
35244 \end_inset
35245
35246
35247 \begin_inset Index idx
35248 range none
35249 pageformat default
35250 status collapsed
35251
35252 \begin_layout Plain Layout
35253 ほっくす@ボックス !
35254  たんらく@段落—
35255 (parbox)
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \end_layout
35262
35263 \begin_layout Standard
35264 段落ボックス(parbox)はミニページに非常によく似ていますが,
35265 脚註を付けることができない点が違います.
35266 \end_layout
35267
35268 \begin_layout Standard
35269 \align center
35270 \begin_inset Box Frameless
35271 position "t"
35272 hor_pos "c"
35273 has_inner_box 1
35274 inner_pos "t"
35275 use_parbox 1
35276 use_makebox 0
35277 width "33col%"
35278 special "none"
35279 height "1in"
35280 height_special "totalheight"
35281 thickness "0.4pt"
35282 separation "3pt"
35283 shadowsize "4pt"
35284 framecolor "black"
35285 backgroundcolor "none"
35286 status open
35287
35288 \begin_layout Plain Layout
35289 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
35290 \end_layout
35291
35292 \begin_layout Plain Layout
35293 右の脚註は表示されません.
35294 \begin_inset Foot
35295 status collapsed
35296
35297 \begin_layout Plain Layout
35298 これはparbox内の脚註であり,
35299 したがって表示はされません.
35300 \end_layout
35301
35302 \end_inset
35303
35304
35305 \end_layout
35306
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \begin_layout Section
35313 単語や文字のボックス
35314 \begin_inset Index idx
35315 range none
35316 pageformat default
35317 status collapsed
35318
35319 \begin_layout Plain Layout
35320 ぼっくす@ボックス !
35321  もじよう@文字用
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Subsection
35330 ハイフネーションの回避
35331 \begin_inset CommandInset label
35332 LatexCommand label
35333 name "sec:ハイフネーションの回避"
35334
35335 \end_inset
35336
35337
35338 \begin_inset Index idx
35339 range none
35340 pageformat default
35341 status collapsed
35342
35343 \begin_layout Plain Layout
35344 ぼっくす@ボックス !
35345  はいふねーしょんのかいひ@ハイフネーションの回避
35346 \end_layout
35347
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \begin_layout Standard
35354 単語や文章がハイフネートされるのを防ぐには,
35355
35356 \family sans
35357 makebox
35358 \family default
35359 型ボックスを使うことができます.
35360 \begin_inset Newline newline
35361 \end_inset
35362
35363 以下が例示用の文章です.
35364 \end_layout
35365
35366 \begin_layout Standard
35367 This line is an example to show how you can prevent the hyphenation of 
35368 \begin_inset Quotes eld
35369 \end_inset
35370
35371 veryverylongword
35372 \begin_inset Quotes erd
35373 \end_inset
35374
35375 .
35376 \end_layout
35377
35378 \begin_layout Standard
35379 単語「veryverylongword」がハイフネートされるのを防ぐには,
35380 単語をボックスの中に入れて,
35381
35382 \family sans
35383 内部ボックス
35384 \family default
35385
35386 \family sans
35387 makebox
35388 \family default
35389 コマンドに設定し,
35390 幅は指定しません.
35391 \end_layout
35392
35393 \begin_layout Standard
35394 以下がその結果です.
35395 \end_layout
35396
35397 \begin_layout Standard
35398 This line is an example to show how you can prevent the hyphenation of 
35399 \begin_inset Box Frameless
35400 position "t"
35401 hor_pos "c"
35402 has_inner_box 1
35403 inner_pos "t"
35404 use_parbox 0
35405 use_makebox 1
35406 width ""
35407 special "none"
35408 height "1in"
35409 height_special "totalheight"
35410 thickness "0.4pt"
35411 separation "3pt"
35412 shadowsize "4pt"
35413 framecolor "black"
35414 backgroundcolor "none"
35415 status open
35416
35417 \begin_layout Plain Layout
35418 \begin_inset Quotes eld
35419 \end_inset
35420
35421 veryverylongword
35422 \begin_inset Quotes erd
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \end_inset
35429
35430 .
35431 \end_layout
35432
35433 \begin_layout Standard
35434 別の方法としては,
35435 以下のように,
35436 単語の前に直接\SpecialChar TeX
35437 コードで「
35438 \series bold
35439
35440 \backslash
35441 -
35442 \series default
35443 」コマンドを設定する方法もあります.
35444 \end_layout
35445
35446 \begin_layout Standard
35447 This line is an example to show how you can prevent the hyphenation of 
35448 \begin_inset Quotes eld
35449 \end_inset
35450
35451
35452 \begin_inset ERT
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456
35457
35458 \backslash
35459 -
35460 \end_layout
35461
35462 \end_inset
35463
35464 veryverylongword
35465 \begin_inset Quotes erd
35466 \end_inset
35467
35468 .
35469 \end_layout
35470
35471 \begin_layout Standard
35472 もちろん,
35473 こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,
35474 以下のように
35475 \family sans
35476 挿入
35477 \family default
35478 \SpecialChar menuseparator
35479
35480 \family sans
35481 整形
35482 \family default
35483 \SpecialChar menuseparator
35484
35485 \family sans
35486 整形なし改行
35487 \family default
35488 メニュー(
35489 \begin_inset Flex Ruby
35490 status collapsed
35491
35492 \begin_layout Plain Layout
35493 捷径
35494 \begin_inset Argument post:1
35495 status collapsed
35496
35497 \begin_layout Plain Layout
35498 ショートカット
35499 \end_layout
35500
35501 \end_inset
35502
35503
35504 \end_layout
35505
35506 \end_inset
35507
35508
35509 \begin_inset Info
35510 type  "shortcut"
35511 arg   "newline-insert newline"
35512 \end_inset
35513
35514 )から改行を単語の前に入れてください.
35515 \end_layout
35516
35517 \begin_layout Standard
35518 This line is an example to show how you can prevent the hyphenation of 
35519 \begin_inset Newline newline
35520 \end_inset
35521
35522
35523 \begin_inset Box Frameless
35524 position "t"
35525 hor_pos "c"
35526 has_inner_box 1
35527 inner_pos "t"
35528 use_parbox 0
35529 use_makebox 1
35530 width ""
35531 special "none"
35532 height "1in"
35533 height_special "totalheight"
35534 thickness "0.4pt"
35535 separation "3pt"
35536 shadowsize "4pt"
35537 framecolor "black"
35538 backgroundcolor "none"
35539 status open
35540
35541 \begin_layout Plain Layout
35542 \begin_inset Quotes eld
35543 \end_inset
35544
35545 veryverylongword
35546 \begin_inset Quotes erd
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \end_inset
35553
35554 .
35555 \end_layout
35556
35557 \begin_layout Subsection
35558 垂直揃え
35559 \begin_inset CommandInset label
35560 LatexCommand label
35561 name "subsec:垂直揃え"
35562
35563 \end_inset
35564
35565
35566 \begin_inset Index idx
35567 range none
35568 pageformat default
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572 ぼっくす@ボックス !
35573  すいちょくぞろえのしかた@垂直揃えの仕方
35574 \end_layout
35575
35576 \end_inset
35577
35578
35579 \begin_inset Index idx
35580 range none
35581 pageformat default
35582 status collapsed
35583
35584 \begin_layout Plain Layout
35585 ぼっくす@ボックス !
35586  Raiseboxes
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Standard
35595
35596 \series bold
35597
35598 \backslash
35599 raisebox
35600 \series default
35601 コマンドを使うと,
35602 単語や文字や他のボックスを,
35603 周囲の文章に対して垂直方向に整列させることができます.
35604 \series bold
35605
35606 \backslash
35607 raisebox
35608 \series default
35609 は以下の書式で使用します.
35610 \end_layout
35611
35612 \begin_layout Standard
35613
35614 \series bold
35615
35616 \backslash
35617 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
35618 \end_layout
35619
35620 \begin_layout Standard
35621 ここで持ち上げ幅は,
35622 正の値ならばボックスを持ち上げ,
35623 負の値ならばボックスを引き下げます.
35624 \end_layout
35625
35626 \begin_layout Standard
35627 たとえば,
35628 「preventing」という単語を,
35629 そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,
35630 単語の前に\SpecialChar TeX
35631 コードで
35632 \end_layout
35633
35634 \begin_layout Standard
35635
35636 \series bold
35637
35638 \backslash
35639 raisebox{
35640 \backslash
35641 depth}{
35642 \end_layout
35643
35644 \begin_layout Standard
35645 というコマンドを挿入してください.単語の後には,
35646 閉じ括弧「
35647 \series bold
35648 }
35649 \series default
35650 」を\SpecialChar TeX
35651 コードで挿入してください.
35652 \begin_inset Newline newline
35653 \end_inset
35654
35655 以下がその出力です.
35656 \end_layout
35657
35658 \begin_layout Standard
35659 This is a text line with the word 
35660 \begin_inset ERT
35661 status collapsed
35662
35663 \begin_layout Plain Layout
35664
35665
35666 \backslash
35667 raisebox{
35668 \backslash
35669 depth}{
35670 \end_layout
35671
35672 \end_inset
35673
35674
35675 \begin_inset Quotes eld
35676 \end_inset
35677
35678 preventing
35679 \begin_inset Quotes erd
35680 \end_inset
35681
35682
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688 }
35689 \end_layout
35690
35691 \end_inset
35692
35693  as raised word.
35694 \end_layout
35695
35696 \begin_layout Standard
35697 \begin_inset VSpace bigskip
35698 \end_inset
35699
35700 行中の文字を上げ下げすると,
35701 以下のように行間が広がります.
35702 \end_layout
35703
35704 \begin_layout Standard
35705 This is a text line with the word 
35706 \begin_inset ERT
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710
35711
35712 \backslash
35713 raisebox{-
35714 \backslash
35715 depth}{
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \begin_inset Quotes eld
35722 \end_inset
35723
35724 preventing
35725 \begin_inset Quotes erd
35726 \end_inset
35727
35728
35729 \begin_inset ERT
35730 status collapsed
35731
35732 \begin_layout Plain Layout
35733
35734 }
35735 \end_layout
35736
35737 \end_inset
35738
35739  as lowered word.
35740 \begin_inset Newline newline
35741 \end_inset
35742
35743 This is a text line with the word 
35744 \begin_inset ERT
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748
35749
35750 \backslash
35751 raisebox{0.5cm}{
35752 \end_layout
35753
35754 \end_inset
35755
35756
35757 \begin_inset Quotes eld
35758 \end_inset
35759
35760 testing
35761 \begin_inset Quotes erd
35762 \end_inset
35763
35764
35765 \begin_inset ERT
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769
35770 }
35771 \end_layout
35772
35773 \end_inset
35774
35775  as raised word.
35776 \end_layout
35777
35778 \begin_layout Standard
35779 何らかの理由でこれを抑制したい場合には,
35780 ボックスの高さを零に設定してください.たとえば,
35781
35782 \end_layout
35783
35784 \begin_layout Standard
35785
35786 \series bold
35787
35788 \backslash
35789 raisebox{-
35790 \backslash
35791 depth}[0pt]{
35792 \end_layout
35793
35794 \begin_layout Standard
35795 とすると,
35796 以下のようになります.
35797 \end_layout
35798
35799 \begin_layout Standard
35800 This is a text line with the word 
35801 \begin_inset ERT
35802 status collapsed
35803
35804 \begin_layout Plain Layout
35805
35806
35807 \backslash
35808 raisebox{-
35809 \backslash
35810 depth}[0pt]{
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \begin_inset Quotes eld
35817 \end_inset
35818
35819 preventing
35820 \begin_inset Quotes erd
35821 \end_inset
35822
35823
35824 \begin_inset ERT
35825 status collapsed
35826
35827 \begin_layout Plain Layout
35828
35829 }
35830 \end_layout
35831
35832 \end_inset
35833
35834  as lowered word.
35835 \begin_inset Newline newline
35836 \end_inset
35837
35838
35839 \begin_inset Newline newline
35840 \end_inset
35841
35842 This is a text line with the word 
35843 \begin_inset ERT
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847
35848
35849 \backslash
35850 raisebox{0.5cm}[0pt]{
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \begin_inset Quotes eld
35857 \end_inset
35858
35859 testing
35860 \begin_inset Quotes erd
35861 \end_inset
35862
35863
35864 \begin_inset ERT
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868
35869 }
35870 \end_layout
35871
35872 \end_inset
35873
35874  as raised word.
35875 \end_layout
35876
35877 \begin_layout Section
35878 色付きボックス
35879 \begin_inset CommandInset label
35880 LatexCommand label
35881 name "sec:色付きボックス"
35882
35883 \end_inset
35884
35885
35886 \begin_inset Index idx
35887 range none
35888 pageformat default
35889 status collapsed
35890
35891 \begin_layout Plain Layout
35892 ぼっくす@ボックス !
35893  いろつき@色付き
35894 \end_layout
35895
35896 \end_inset
35897
35898
35899 \end_layout
35900
35901 \begin_layout Standard
35902 ボックスの背景に色を付けるには,
35903 ボックスダイアログで好みの色を選択するだけです.これは,
35904 橙色の背景を持つボックスの例です:
35905
35906 \begin_inset Box Frameless
35907 position "t"
35908 hor_pos "c"
35909 has_inner_box 1
35910 inner_pos "t"
35911 use_parbox 0
35912 use_makebox 1
35913 width ""
35914 special "none"
35915 height "1in"
35916 height_special "totalheight"
35917 thickness "0.4pt"
35918 separation "3pt"
35919 shadowsize "4pt"
35920 framecolor "black"
35921 backgroundcolor "orange"
35922 status open
35923
35924 \begin_layout Plain Layout
35925 橙色背景のボックス
35926 \end_layout
35927
35928 \end_inset
35929
35930
35931 \end_layout
35932
35933 \begin_layout Standard
35934 装飾を
35935 \family sans
35936 簡素な長方形の枠
35937 \family default
35938 にした場合には,
35939 枠の色を設定できます.この場合,
35940 背景色も指定しなくてはなりません(\SpecialChar LyX
35941 は白を既定色として設定します).
35942 \begin_inset Newline newline
35943 \end_inset
35944
35945 例:
35946
35947 \begin_inset Box Boxed
35948 position "t"
35949 hor_pos "c"
35950 has_inner_box 0
35951 inner_pos "t"
35952 use_parbox 0
35953 use_makebox 0
35954 width ""
35955 special "none"
35956 height "1in"
35957 height_special "totalheight"
35958 thickness "0.4pt"
35959 separation "3pt"
35960 shadowsize "4pt"
35961 framecolor "teal"
35962 backgroundcolor "yellow"
35963 status open
35964
35965 \begin_layout Plain Layout
35966 ティール色の枠と黄色の背景を持つボックス
35967 \end_layout
35968
35969 \end_inset
35970
35971
35972 \end_layout
35973
35974 \begin_layout Standard
35975 \begin_inset VSpace bigskip
35976 \end_inset
35977
35978 もちろん,
35979 色付きボックスの中に色付きの文を入れることもできます:
35980
35981 \begin_inset Newline newline
35982 \end_inset
35983
35984
35985 \begin_inset Box Boxed
35986 position "t"
35987 hor_pos "c"
35988 has_inner_box 0
35989 inner_pos "t"
35990 use_parbox 0
35991 use_makebox 0
35992 width ""
35993 special "none"
35994 height "1in"
35995 height_special "totalheight"
35996 thickness "0.4pt"
35997 separation "3pt"
35998 shadowsize "4pt"
35999 framecolor "cyan"
36000 backgroundcolor "magenta"
36001 status open
36002
36003 \begin_layout Plain Layout
36004
36005 \color yellow
36006 これは着色した色付きボックス中の色付き文章です.
36007 \end_layout
36008
36009 \end_inset
36010
36011
36012 \end_layout
36013
36014 \begin_layout Standard
36015 \begin_inset VSpace bigskip
36016 \end_inset
36017
36018
36019 \end_layout
36020
36021 \begin_layout Standard
36022 事前に設定された色以外の色が欲しいときは,
36023
36024 \begin_inset CommandInset ref
36025 LatexCommand ref
36026 reference "sec:色付きの表"
36027 nolink "false"
36028
36029 \end_inset
36030
36031 節に述べられているように,
36032 独自色を定義することができます.独自色を使う場合には,
36033 以下のように,
36034 TeXコードを使ってボックスを組版しなくてはなりません.
36035 \end_layout
36036
36037 \begin_layout Standard
36038 枠なしの色付きボックスは,
36039
36040 \series bold
36041
36042 \backslash
36043 colorbox
36044 \series default
36045 コマンドで作ります.これは,
36046 以下のような書式で使われます.
36047 \end_layout
36048
36049 \begin_layout Standard
36050
36051 \series bold
36052
36053 \backslash
36054 colorbox{色}{ボックスの内容}
36055 \end_layout
36056
36057 \begin_layout Standard
36058 ボックスの内容には,
36059 ボックスが入ることもできますし,
36060 色付きボックスを他のボックスに入れることもできます.たとえば,
36061 単語の背景を濃緑にするには,
36062 単語の前に\SpecialChar TeX
36063 コードで
36064 \end_layout
36065
36066 \begin_layout Standard
36067
36068 \series bold
36069
36070 \backslash
36071 colorbox{darkgreen}{
36072 \end_layout
36073
36074 \begin_layout Standard
36075 というコマンドを入れてください.単語の後には,
36076 \SpecialChar TeX
36077 コードで閉じ括弧「
36078 \series bold
36079 }
36080 \series default
36081 」を入れてください.
36082 \begin_inset Newline newline
36083 \end_inset
36084
36085 以下がその結果です.
36086 \end_layout
36087
36088 \begin_layout Standard
36089 この行では,
36090
36091 \begin_inset ERT
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095
36096
36097 \backslash
36098 colorbox{darkgreen}{
36099 \end_layout
36100
36101 \end_inset
36102
36103 「注意!
36104
36105 \begin_inset ERT
36106 status collapsed
36107
36108 \begin_layout Plain Layout
36109
36110 }
36111 \end_layout
36112
36113 \end_inset
36114
36115 という単語が濃緑の背景になっています.
36116 \end_layout
36117
36118 \begin_layout Standard
36119 枠付き色付きのボックスは,
36120 下記のように
36121 \series bold
36122
36123 \backslash
36124 fcolorbox
36125 \series default
36126 コマンドを使って作ります.
36127 \end_layout
36128
36129 \begin_layout Standard
36130
36131 \series bold
36132
36133 \backslash
36134 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
36135 \end_layout
36136
36137 \begin_layout Section
36138 ボックスの伸縮回転
36139 \end_layout
36140
36141 \begin_layout Standard
36142 本節に述べられているボックスを使うには,
36143
36144 \family sans
36145 画像ボックス
36146 \family default
36147 モジュールを文書設定で読み込んでおく必要があります.
36148 \end_layout
36149
36150 \begin_layout Standard
36151 \begin_inset Note Greyedout
36152 status open
36153
36154 \begin_layout Plain Layout
36155
36156 \series bold
36157 【註】
36158 \series default
36159 DVIビューアによっては,
36160 回転伸縮したものの表示ができないものがあります.
36161 \end_layout
36162
36163 \end_inset
36164
36165
36166 \end_layout
36167
36168 \begin_layout Standard
36169 \begin_inset Note Greyedout
36170 status open
36171
36172 \begin_layout Plain Layout
36173
36174 \series bold
36175 【註】
36176 \series default
36177 フロートは回転伸縮したボックスの中に入れることはできません.
36178 \end_layout
36179
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \begin_layout Subsection
36186 ボックスの回転
36187 \begin_inset Index idx
36188 range none
36189 pageformat default
36190 status collapsed
36191
36192 \begin_layout Plain Layout
36193 ぼっくす@ボックス !
36194  かいてんした@回転した
36195 \end_layout
36196
36197 \end_inset
36198
36199
36200 \begin_inset Index idx
36201 range none
36202 pageformat default
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206 かいてん@回転 !
36207  そざいの@素材の—
36208
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \begin_inset Index idx
36215 range none
36216 pageformat default
36217 status collapsed
36218
36219 \begin_layout Plain Layout
36220 ず@図 !
36221  のかいてん@—
36222 の回転
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \begin_inset Index idx
36229 range none
36230 pageformat default
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234 ひょうのちょうせい@表の調整 !
36235  かいてん@回転
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \end_layout
36242
36243 \begin_layout Standard
36244 ものを回転するならば,
36245
36246 \family sans
36247 回転ボックス
36248 \family default
36249 に入れることができます.このボックスは,
36250
36251 \family sans
36252 挿入\SpecialChar menuseparator
36253 拡張差込枠\SpecialChar menuseparator
36254 回転ボックス
36255 \family default
36256 で挿入することができます.
36257 \end_layout
36258
36259 \begin_layout Standard
36260 回転の原点は,
36261 原点差込枠(メニュー「
36262 \family sans
36263 挿入\SpecialChar menuseparator
36264 原点
36265 \family default
36266 」)に
36267 \series bold
36268 origin=位置
36269 \series default
36270 の形で指定することができます.位置として指定可能なのは,
36271
36272 \emph on
36273 c
36274 \emph default
36275 (中央揃え)・
36276 \emph on
36277 l
36278 \emph default
36279 (左揃え)・
36280 \emph on
36281 r
36282 \emph default
36283 (右揃え)・
36284 \emph on
36285 b
36286 \emph default
36287 (下揃え)・
36288 \emph on
36289 t
36290 \emph default
36291 (上揃え)と,
36292 これら五つの適切な組み合わせです.たとえば,
36293
36294 \emph on
36295 lt
36296 \emph default
36297 と指定した場合には,
36298 回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,
36299 位置として
36300 \emph on
36301 l
36302 \emph default
36303 が使用されます.回転角は,
36304 角度を指定する数字で負の値もとることができます.回転の方向は,
36305 反時計回りです.
36306 \end_layout
36307
36308 \begin_layout Standard
36309 下の例では,
36310
36311 \family sans
36312 原点
36313 \family default
36314 差込枠に
36315 \series bold
36316 origin=c
36317 \series default
36318
36319
36320 \family sans
36321 回転
36322 \family default
36323 差込枠に
36324 \series bold
36325 60
36326 \series default
36327 と入れています.
36328 \end_layout
36329
36330 \begin_layout Standard
36331 これは,
36332
36333 \begin_inset Flex Rotatebox
36334 status open
36335
36336 \begin_layout Plain Layout
36337 \begin_inset Argument 1
36338 status open
36339
36340 \begin_layout Plain Layout
36341 origin=c
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \begin_inset Argument 2
36348 status open
36349
36350 \begin_layout Plain Layout
36351 60
36352 \end_layout
36353
36354 \end_inset
36355
36356 回転した
36357 \end_layout
36358
36359 \end_inset
36360
36361 文章を含む行です.
36362 \end_layout
36363
36364 \begin_layout Standard
36365 ボックスの中身には,
36366 以下のように,
36367 もう一つボックスを入れたり行内数式を入れたりすることもできます.
36368 \end_layout
36369
36370 \begin_layout Standard
36371 これは,
36372
36373 \begin_inset Flex Rotatebox
36374 status open
36375
36376 \begin_layout Plain Layout
36377 \begin_inset Argument 1
36378 status open
36379
36380 \begin_layout Plain Layout
36381 origin=r
36382 \end_layout
36383
36384 \end_inset
36385
36386
36387 \begin_inset Argument 2
36388 status open
36389
36390 \begin_layout Plain Layout
36391 60
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \begin_inset Box Doublebox
36398 position "c"
36399 hor_pos "c"
36400 has_inner_box 0
36401 inner_pos "c"
36402 use_parbox 0
36403 use_makebox 0
36404 width "1in"
36405 special "width"
36406 height "1in"
36407 height_special "totalheight"
36408 thickness "0.4pt"
36409 separation "3pt"
36410 shadowsize "4pt"
36411 framecolor "black"
36412 backgroundcolor "none"
36413 status open
36414
36415 \begin_layout Plain Layout
36416 回転した
36417 \end_layout
36418
36419 \end_inset
36420
36421
36422 \end_layout
36423
36424 \end_inset
36425
36426 枠付き文章と
36427 \begin_inset Flex Rotatebox
36428 status open
36429
36430 \begin_layout Plain Layout
36431 \begin_inset Argument 1
36432 status open
36433
36434 \begin_layout Plain Layout
36435 origin=lb
36436 \end_layout
36437
36438 \end_inset
36439
36440
36441 \begin_inset Argument 2
36442 status open
36443
36444 \begin_layout Plain Layout
36445 60
36446 \end_layout
36447
36448 \end_inset
36449
36450
36451 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \end_inset
36458
36459 数式を含む行です.
36460 \end_layout
36461
36462 \begin_layout Standard
36463 あるいは,
36464 以下のように図や表を入れることもできます.
36465 \end_layout
36466
36467 \begin_layout Standard
36468 これは,
36469
36470 \begin_inset Flex Rotatebox
36471 status open
36472
36473 \begin_layout Plain Layout
36474 \begin_inset Argument 1
36475 status open
36476
36477 \begin_layout Plain Layout
36478 origin=lb
36479 \end_layout
36480
36481 \end_inset
36482
36483
36484 \begin_inset Argument 2
36485 status open
36486
36487 \begin_layout Plain Layout
36488 90
36489 \end_layout
36490
36491 \end_inset
36492
36493
36494 \begin_inset Graphics
36495         filename ../clipart/Star-structure.pdf
36496         lyxscale 50
36497         width 25col%
36498
36499 \end_inset
36500
36501
36502 \end_layout
36503
36504 \end_inset
36505
36506 回転した画像と
36507 \begin_inset Flex Rotatebox
36508 status open
36509
36510 \begin_layout Plain Layout
36511 \begin_inset Argument 2
36512 status open
36513
36514 \begin_layout Plain Layout
36515 -90
36516 \end_layout
36517
36518 \end_inset
36519
36520
36521 \begin_inset Tabular
36522 <lyxtabular version="3" rows="2" columns="2">
36523 <features tabularvalignment="middle">
36524 <column alignment="center" valignment="top">
36525 <column alignment="center" valignment="top">
36526 <row>
36527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36528 \begin_inset Text
36529
36530 \begin_layout Plain Layout
36531 q
36532 \end_layout
36533
36534 \end_inset
36535 </cell>
36536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36537 \begin_inset Text
36538
36539 \begin_layout Plain Layout
36540 w
36541 \end_layout
36542
36543 \end_inset
36544 </cell>
36545 </row>
36546 <row>
36547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36548 \begin_inset Text
36549
36550 \begin_layout Plain Layout
36551 e
36552 \end_layout
36553
36554 \end_inset
36555 </cell>
36556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36557 \begin_inset Text
36558
36559 \begin_layout Plain Layout
36560 r
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 </row>
36566 </lyxtabular>
36567
36568 \end_inset
36569
36570
36571 \end_layout
36572
36573 \end_inset
36574
36575 表を含む行です.
36576 \end_layout
36577
36578 \begin_layout Standard
36579 \begin_inset Note Greyedout
36580 status open
36581
36582 \begin_layout Plain Layout
36583
36584 \series bold
36585 【註】
36586 \family sans
36587 \series default
36588 角度
36589 \family default
36590 差込枠が空であったり,
36591 数字以外の文字が入っていたりした場合,
36592 文書を閲覧したり書き出したりする際に,
36593 \SpecialChar LaTeX
36594 エラーが発生します.
36595 \end_layout
36596
36597 \end_inset
36598
36599
36600 \end_layout
36601
36602 \begin_layout Subsection
36603 ボックスの伸縮
36604 \begin_inset Index idx
36605 range none
36606 pageformat default
36607 status collapsed
36608
36609 \begin_layout Plain Layout
36610 ぼっくす@ボックス !
36611  しんしゅくさせた@伸縮させた—
36612
36613 \end_layout
36614
36615 \end_inset
36616
36617
36618 \begin_inset Index idx
36619 range none
36620 pageformat default
36621 status collapsed
36622
36623 \begin_layout Plain Layout
36624 しんしゅく@伸縮 !
36625  そざいの@素材の—
36626
36627 \end_layout
36628
36629 \end_inset
36630
36631
36632 \begin_inset Index idx
36633 range none
36634 pageformat default
36635 status collapsed
36636
36637 \begin_layout Plain Layout
36638 ず@図 !
36639  のしんしゅく@—
36640 の伸縮
36641 \end_layout
36642
36643 \end_inset
36644
36645
36646 \begin_inset Index idx
36647 range none
36648 pageformat default
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652 ひょうのちょうせい@表の調整 !
36653  しんしゅく@伸縮
36654 \end_layout
36655
36656 \end_inset
36657
36658
36659 \end_layout
36660
36661 \begin_layout Standard
36662 ものを伸縮するならば,
36663
36664 \family sans
36665 伸縮ボックス
36666 \family default
36667 に入れることができます.このボックスは,
36668
36669 \family sans
36670 挿入\SpecialChar menuseparator
36671 拡張差込枠\SpecialChar menuseparator
36672 伸縮ボックス
36673 \family default
36674 で挿入することができます.
36675 \end_layout
36676
36677 \begin_layout Standard
36678
36679 \family sans
36680 伸縮ボックス
36681 \family default
36682 には,
36683 必須差込枠「
36684 \family sans
36685 水平因子
36686 \family default
36687 」と,
36688 非必須差込枠「
36689 \family sans
36690 垂直因子
36691 \family default
36692 」(「
36693 \family sans
36694 挿入\SpecialChar menuseparator
36695 垂直因子
36696 \family default
36697 」メニューで挿入可)がありますので,
36698 そこに水平因子と垂直因子を入力してください.
36699 \family sans
36700 垂直因子
36701 \family default
36702 を使わない場合には,
36703 水平因子が垂直因子としても使われます.
36704 \end_layout
36705
36706 \begin_layout Standard
36707 たとえば,
36708 文書の本文の大きさに比べて,
36709 文を2倍の大きさにしたい場合,
36710
36711 \family sans
36712 水平因子
36713 \family default
36714 差込枠に
36715 \series bold
36716 2
36717 \series default
36718 と入力してください.例:
36719
36720 \begin_inset Flex Scalebox
36721 status open
36722
36723 \begin_layout Plain Layout
36724 \begin_inset Argument 1
36725 status open
36726
36727 \begin_layout Plain Layout
36728 2
36729 \end_layout
36730
36731 \end_inset
36732
36733 こんにちは
36734 \end_layout
36735
36736 \end_inset
36737
36738
36739 \end_layout
36740
36741 \begin_layout Standard
36742
36743 \family sans
36744 水平因子
36745 \family default
36746
36747 \series bold
36748 2
36749 \series default
36750
36751
36752 \family sans
36753 垂直因子
36754 \family default
36755
36756 \series bold
36757 1
36758 \series default
36759 にすると,
36760 このようにゆがみます:
36761
36762 \begin_inset Flex Scalebox
36763 status open
36764
36765 \begin_layout Plain Layout
36766 \begin_inset Argument 1
36767 status open
36768
36769 \begin_layout Plain Layout
36770 2
36771 \end_layout
36772
36773 \end_inset
36774
36775
36776 \begin_inset Argument 2
36777 status open
36778
36779 \begin_layout Plain Layout
36780 1
36781 \end_layout
36782
36783 \end_inset
36784
36785 こんにちは
36786 \end_layout
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \begin_layout Standard
36794 伸縮因子を負に設定した場合,
36795 ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
36796
36797 \family sans
36798 水平因子
36799 \family default
36800
36801 \series bold
36802 -1
36803 \series default
36804
36805
36806 \family sans
36807 垂直因子
36808 \family default
36809
36810 \series bold
36811 1
36812 \series default
36813 にします:
36814
36815 \begin_inset Flex Scalebox
36816 status open
36817
36818 \begin_layout Plain Layout
36819 \begin_inset Argument 1
36820 status open
36821
36822 \begin_layout Plain Layout
36823 -1
36824 \end_layout
36825
36826 \end_inset
36827
36828
36829 \begin_inset Argument 2
36830 status open
36831
36832 \begin_layout Plain Layout
36833 1
36834 \end_layout
36835
36836 \end_inset
36837
36838 こんにちは
36839 \end_layout
36840
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \begin_layout Standard
36847
36848 \family sans
36849 水平因子
36850 \family default
36851
36852 \series bold
36853 1
36854 \series default
36855
36856
36857 \family sans
36858 垂直因子
36859 \family default
36860
36861 \series bold
36862 -1
36863 \series default
36864 にすると,
36865 ベースラインでひっくり返した形になります:
36866
36867 \begin_inset Flex Scalebox
36868 status open
36869
36870 \begin_layout Plain Layout
36871 \begin_inset Argument 1
36872 status open
36873
36874 \begin_layout Plain Layout
36875 1
36876 \end_layout
36877
36878 \end_inset
36879
36880
36881 \begin_inset Argument 2
36882 status open
36883
36884 \begin_layout Plain Layout
36885 -1
36886 \end_layout
36887
36888 \end_inset
36889
36890 こんにちは
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \begin_layout Standard
36899
36900 \family sans
36901 反転ボックス
36902 \family default
36903 (「
36904 \family sans
36905 挿入\SpecialChar menuseparator
36906 拡張差込枠\SpecialChar menuseparator
36907 反転ボックス
36908 \family default
36909 」メニュー)は,
36910
36911 \family sans
36912 伸縮ボックス
36913 \family default
36914
36915 \family sans
36916 水平因子
36917 \family default
36918
36919 \series bold
36920 -1
36921 \series default
36922
36923
36924 \family sans
36925 垂直因子
36926 \family default
36927
36928 \series bold
36929 1
36930 \series default
36931 にしたものと同じです.
36932 \end_layout
36933
36934 \begin_layout Standard
36935 \begin_inset Note Greyedout
36936 status open
36937
36938 \begin_layout Plain Layout
36939
36940 \series bold
36941 【註】
36942 \family sans
36943 \series default
36944 水平因子
36945 \family default
36946 差込枠が空であったり,
36947 数字以外の文字が入っていたりした場合,
36948 文書を閲覧したり書き出したりする際に,
36949 \SpecialChar LaTeX
36950 エラーが発生します.
36951 \end_layout
36952
36953 \end_inset
36954
36955
36956 \end_layout
36957
36958 \begin_layout Standard
36959 \begin_inset VSpace bigskip
36960 \end_inset
36961
36962 中身を決まった幅と高さに伸縮したい場合には,
36963
36964 \family sans
36965 寸法変更ボックス
36966 \family default
36967 (「
36968 \family sans
36969 挿入\SpecialChar menuseparator
36970 拡張差込枠\SpecialChar menuseparator
36971 寸法変更ボックス
36972 \family default
36973 」メニュー)を使うことができます.
36974 \family sans
36975 寸法変更ボックス
36976 \family default
36977 には,
36978 必須差込枠「
36979 \family sans
36980
36981 \family default
36982 」と,
36983 非必須差込枠「
36984 \family sans
36985 高さ
36986 \family default
36987 」(「
36988 \family sans
36989 挿入\SpecialChar menuseparator
36990 高さ
36991 \family default
36992 」メニューで挿入可)がありますので,
36993 そこに幅と高さを単位付きの値で入力してください.
36994 \begin_inset CommandInset ref
36995 LatexCommand ref
36996 reference "tab:単位"
36997 nolink "false"
36998
36999 \end_inset
37000
37001 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
37002 \series bold
37003 !
37004 \series default
37005 があると,
37006 ボックス内容のアスペクト比が保たれるように寸法が設定されます.
37007 \family sans
37008 高さ
37009 \family default
37010 差込枠を使わない場合には,
37011 高さには内部的に感嘆符が使用されます.
37012 \end_layout
37013
37014 \begin_layout Standard
37015
37016 \series bold
37017 2cm
37018 \series default
37019
37020 \family sans
37021
37022 \family default
37023 に,
37024
37025 \series bold
37026 1cm
37027 \series default
37028
37029 \family sans
37030 高さ
37031 \family default
37032 に使用するとこうなります:
37033
37034 \begin_inset Flex Resizebox
37035 status open
37036
37037 \begin_layout Plain Layout
37038 \begin_inset Argument 1
37039 status open
37040
37041 \begin_layout Plain Layout
37042 2cm
37043 \end_layout
37044
37045 \end_inset
37046
37047
37048 \begin_inset Argument 2
37049 status open
37050
37051 \begin_layout Plain Layout
37052 1cm
37053 \end_layout
37054
37055 \end_inset
37056
37057 こんにちは
37058 \end_layout
37059
37060 \end_inset
37061
37062
37063 \begin_inset Newline newline
37064 \end_inset
37065
37066
37067 \series bold
37068 2cm
37069 \series default
37070
37071 \family sans
37072
37073 \family default
37074 に,
37075
37076 \series bold
37077 !
37078 \series default
37079
37080 \family sans
37081 高さ
37082 \family default
37083 に使用すると(あるいは
37084 \family sans
37085 高さ
37086 \family default
37087 なし)こうなります:
37088
37089 \begin_inset Flex Resizebox
37090 status open
37091
37092 \begin_layout Plain Layout
37093 \begin_inset Argument 1
37094 status open
37095
37096 \begin_layout Plain Layout
37097 2cm
37098 \end_layout
37099
37100 \end_inset
37101
37102
37103 \begin_inset Argument 2
37104 status open
37105
37106 \begin_layout Plain Layout
37107 !
37108 \end_layout
37109
37110 \end_inset
37111
37112 こんにちは
37113 \end_layout
37114
37115 \end_inset
37116
37117
37118 \end_layout
37119
37120 \begin_layout Standard
37121 \begin_inset Note Greyedout
37122 status open
37123
37124 \begin_layout Plain Layout
37125
37126 \series bold
37127 【註】
37128 \family sans
37129 \series default
37130
37131 \family default
37132 差込枠が空であったり,
37133 無効な単位が入っていたりした場合,
37134 文書を閲覧したり書き出したりする際に,
37135 \SpecialChar LaTeX
37136 エラーが発生します.
37137 \end_layout
37138
37139 \end_inset
37140
37141
37142 \end_layout
37143
37144 \begin_layout Standard
37145 \begin_inset VSpace bigskip
37146 \end_inset
37147
37148
37149 \end_layout
37150
37151 \begin_layout Standard
37152 ボックスは好きな順序で組み合わせることができます.
37153 \family sans
37154 回転ボックス
37155 \family default
37156 の中に
37157 \family sans
37158 寸法変更ボックス
37159 \family default
37160 が入り,
37161 さらにその中に
37162 \family sans
37163 反転ボックス
37164 \family default
37165 が入っている例です:
37166
37167 \end_layout
37168
37169 \begin_layout Standard
37170 \noindent
37171 \align center
37172 \begin_inset Flex Rotatebox
37173 status open
37174
37175 \begin_layout Plain Layout
37176 \begin_inset Argument 1
37177 status open
37178
37179 \begin_layout Plain Layout
37180 origin=c
37181 \end_layout
37182
37183 \end_inset
37184
37185
37186 \begin_inset Argument 2
37187 status open
37188
37189 \begin_layout Plain Layout
37190 -45
37191 \end_layout
37192
37193 \end_inset
37194
37195
37196 \begin_inset Flex Resizebox
37197 status open
37198
37199 \begin_layout Plain Layout
37200 \begin_inset Argument 1
37201 status open
37202
37203 \begin_layout Plain Layout
37204 2cm
37205 \end_layout
37206
37207 \end_inset
37208
37209
37210 \begin_inset Flex Reflectbox
37211 status open
37212
37213 \begin_layout Plain Layout
37214 こんにちは
37215 \end_layout
37216
37217 \end_inset
37218
37219
37220 \end_layout
37221
37222 \end_inset
37223
37224
37225 \end_layout
37226
37227 \end_inset
37228
37229
37230 \end_layout
37231
37232 \begin_layout Standard
37233 \noindent
37234 という出力になります.ボックスの内容には,
37235 以下のように,
37236 画像や表や行内数式を入れてもかまいません.
37237 \end_layout
37238
37239 \begin_layout Standard
37240 \noindent
37241 \align center
37242 \begin_inset Flex Resizebox
37243 status open
37244
37245 \begin_layout Plain Layout
37246 \begin_inset Argument 1
37247 status open
37248
37249 \begin_layout Plain Layout
37250 2cm
37251 \end_layout
37252
37253 \end_inset
37254
37255
37256 \begin_inset Flex Reflectbox
37257 status open
37258
37259 \begin_layout Plain Layout
37260 \begin_inset Graphics
37261         filename ../clipart/Star-structure.pdf
37262         lyxscale 50
37263         width 25col%
37264
37265 \end_inset
37266
37267
37268 \end_layout
37269
37270 \end_inset
37271
37272
37273 \end_layout
37274
37275 \end_inset
37276
37277  
37278 \begin_inset Flex Resizebox
37279 status open
37280
37281 \begin_layout Plain Layout
37282 \begin_inset Argument 1
37283 status open
37284
37285 \begin_layout Plain Layout
37286 2cm
37287 \end_layout
37288
37289 \end_inset
37290
37291
37292 \begin_inset Flex Reflectbox
37293 status open
37294
37295 \begin_layout Plain Layout
37296 \begin_inset Tabular
37297 <lyxtabular version="3" rows="2" columns="2">
37298 <features tabularvalignment="middle">
37299 <column alignment="center" valignment="top">
37300 <column alignment="center" valignment="top">
37301 <row>
37302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306 q
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315 w
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 </row>
37321 <row>
37322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326 e
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 r
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 </row>
37341 </lyxtabular>
37342
37343 \end_inset
37344
37345
37346 \end_layout
37347
37348 \end_inset
37349
37350
37351 \end_layout
37352
37353 \end_inset
37354
37355  
37356 \begin_inset Flex Resizebox
37357 status open
37358
37359 \begin_layout Plain Layout
37360 \begin_inset Argument 1
37361 status open
37362
37363 \begin_layout Plain Layout
37364 3cm
37365 \end_layout
37366
37367 \end_inset
37368
37369
37370 \begin_inset Flex Reflectbox
37371 status open
37372
37373 \begin_layout Plain Layout
37374 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \end_inset
37386
37387
37388 \end_layout
37389
37390 \begin_layout Standard
37391 文書で大域的に数式様式
37392 \series bold
37393 fleqn
37394 \series default
37395 を使用している場合
37396 \begin_inset Foot
37397 status collapsed
37398
37399 \begin_layout Plain Layout
37400 つまり,
37401 文書クラスオプションに「fleqn」を書き加えた場合.
37402 \end_layout
37403
37404 \end_inset
37405
37406 には,
37407 別行建て数式も伸縮させることができます.
37408 \end_layout
37409
37410 \begin_layout Chapter
37411 本文回り込みオブジェクト
37412 \begin_inset Index idx
37413 range none
37414 pageformat default
37415 status collapsed
37416
37417 \begin_layout Plain Layout
37418 ほんぶんまわりこみ@本文回り込み
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \end_layout
37425
37426 \begin_layout Section
37427 折返しフロート
37428 \begin_inset CommandInset label
37429 LatexCommand label
37430 name "sec:折返しフロート"
37431
37432 \end_inset
37433
37434
37435 \begin_inset Index idx
37436 range none
37437 pageformat default
37438 status collapsed
37439
37440 \begin_layout Plain Layout
37441 ふろーと@フロート !
37442  おりかえしふろーと@折返しフロート
37443 \end_layout
37444
37445 \end_inset
37446
37447
37448 \begin_inset Index idx
37449 range none
37450 pageformat default
37451 status collapsed
37452
37453 \begin_layout Plain Layout
37454 ほんぶんまわりこみ@本文回り込み !
37455  おりかえしふろーと@折返しフロート
37456 \end_layout
37457
37458 \end_inset
37459
37460
37461 \end_layout
37462
37463 \begin_layout Standard
37464 \begin_inset Wrap figure
37465 lines 0
37466 placement l
37467 overhang 1cm
37468 width "40col%"
37469 status open
37470
37471 \begin_layout Plain Layout
37472 \begin_inset Graphics
37473         filename ../clipart/2D-intensity-plot.pdf
37474         width 40col%
37475         scaleBeforeRotation
37476         rotateOrigin center
37477
37478 \end_inset
37479
37480
37481 \end_layout
37482
37483 \begin_layout Plain Layout
37484 \begin_inset Caption Standard
37485
37486 \begin_layout Plain Layout
37487 \begin_inset CommandInset label
37488 LatexCommand label
37489 name "fig:折返し図フロート"
37490
37491 \end_inset
37492
37493 これは折返し図フロートです.
37494 \end_layout
37495
37496 \end_inset
37497
37498
37499 \end_layout
37500
37501 \end_inset
37502
37503 このフロート型は,
37504 本文が図の周りに折返して入ることによって,
37505 図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,
37506 \SpecialChar LaTeX
37507 パッケージの
37508 \series bold
37509 wrapfig
37510 \series default
37511
37512 \begin_inset Index idx
37513 range none
37514 pageformat default
37515 status collapsed
37516
37517 \begin_layout Plain Layout
37518 \SpecialChar LaTeX
37519 ぱっけーじ@\SpecialChar LaTeX
37520 パッケージ !
37521  wrapfig
37522 \end_layout
37523
37524 \end_inset
37525
37526 を導入済みであれば,
37527
37528 \family sans
37529 挿入\SpecialChar menuseparator
37530 フロート\SpecialChar menuseparator
37531 折返し図フロート
37532 \family default
37533
37534 \family sans
37535 折返し表フロート
37536 \family default
37537 メニューで挿入することができます
37538 \begin_inset Foot
37539 status collapsed
37540
37541 \begin_layout Plain Layout
37542 \SpecialChar LaTeX
37543 パッケージの導入方法は,
37544 取扱説明書の『\SpecialChar LaTeX
37545 の設定』に説明されています.
37546 \end_layout
37547
37548 \end_inset
37549
37550 .フロートの設定は,
37551 フロートボックスを右クリックすることで変更することができます.必須の設定項目は,
37552 フロートの
37553 \family sans
37554 配置
37555 \family default
37556
37557 \family sans
37558
37559 \family default
37560 です.非必須項目として,
37561
37562 \family sans
37563 ぶら下げ
37564 \family default
37565
37566 \family sans
37567 行幅
37568 \family default
37569 があります.前者は,
37570 フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,
37571 後者は,
37572 フロートが必要とするおおよその本文行数を指定するものです.行幅は,
37573 推測するのが難しいことがよくあるので,
37574 フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,
37575 フロートを段落内でフロートするようにするか,
37576 周囲の段落までフロートすることを\SpecialChar LaTeX
37577 に許可するかを指定することができます.第
37578 \begin_inset CommandInset ref
37579 LatexCommand ref
37580 reference "fig:折返し図フロート"
37581 nolink "false"
37582
37583 \end_inset
37584
37585 図は,
37586 40
37587 \begin_inset space \thinspace{}
37588 \end_inset
37589
37590 列幅%の幅と1
37591 \begin_inset space \thinspace{}
37592 \end_inset
37593
37594 cmのぶら下げを持ち,
37595 左揃えの折返しフロートを例示してあります.
37596 \end_layout
37597
37598 \begin_layout Standard
37599 \begin_inset Note Greyedout
37600 status open
37601
37602 \begin_layout Plain Layout
37603
37604 \series bold
37605 【註】
37606 \series default
37607 折返しフロートは壊れやすいことがあります!
37608 例えば,
37609 図をページの下すぎる位置に置いてしまうと,
37610 ごちゃごちゃになって,
37611 フロートが出力に現れなかったり,
37612 他の本文の上に上書きされて出力されたりします.
37613 \end_layout
37614
37615 \end_inset
37616
37617
37618 \end_layout
37619
37620 \begin_layout Standard
37621 原則として,
37622
37623 \end_layout
37624
37625 \begin_layout Itemize
37626 折返しフロートは,
37627 改頁に掛かってしまう段落に置くべきではありません.つまり,
37628 折返しフロートは,
37629 文書がほぼ完成する段階になって,
37630 どこに改頁が現れるかを予測できるようになってから,
37631 正確な位置に挿入しなくてはなりません.
37632 \end_layout
37633
37634 \begin_layout Itemize
37635 折返しフロートは,
37636 入れ込む段落の前に単独の段落を設けて挿入するか,
37637 その段落自体の中に挿入しなくてはなりません.
37638 \end_layout
37639
37640 \begin_layout Itemize
37641 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,
37642 二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
37643 \end_layout
37644
37645 \begin_layout Itemize
37646 折返しフロートは,
37647 節見出しや表中に入れることは認められていません.
37648 \end_layout
37649
37650 \begin_layout Itemize
37651 連番や参照は,
37652
37653 \begin_inset CommandInset ref
37654 LatexCommand ref
37655 reference "chap:フロート"
37656 nolink "false"
37657
37658 \end_inset
37659
37660 章で述べられているように動作します.
37661 \end_layout
37662
37663 \begin_layout Section
37664 固定回り込みオブジェクト
37665 \begin_inset Index idx
37666 range none
37667 pageformat default
37668 status collapsed
37669
37670 \begin_layout Plain Layout
37671 ほんぶんまわりこみ@本文回り込み !
37672  こていおぶじぇくと@固定オブジェクト
37673 \end_layout
37674
37675 \end_inset
37676
37677
37678 \end_layout
37679
37680 \begin_layout Standard
37681
37682 \begin_inset CommandInset ref
37683 LatexCommand ref
37684 reference "sec:折返しフロート"
37685 nolink "false"
37686
37687 \end_inset
37688
37689 節の折返しフロートは,
37690 段落中で,
37691 以下のような配置がされます.
37692 \end_layout
37693
37694 \begin_layout Standard
37695 \noindent
37696 \align center
37697 \begin_inset Tabular
37698 <lyxtabular version="3" rows="2" columns="2">
37699 <features tabularvalignment="middle">
37700 <column alignment="center" valignment="top">
37701 <column alignment="center" valignment="top">
37702 <row>
37703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707 \begin_inset Info
37708 type  "icon"
37709 arg   "dialog-show-new-inset graphics"
37710 \end_inset
37711
37712
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 文章
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 </row>
37727 <row>
37728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732 文章
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37738 \begin_inset Text
37739
37740 \begin_layout Plain Layout
37741 文章
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 </row>
37747 </lyxtabular>
37748
37749 \end_inset
37750
37751  or 
37752 \begin_inset Tabular
37753 <lyxtabular version="3" rows="2" columns="2">
37754 <features tabularvalignment="middle">
37755 <column alignment="center" valignment="top">
37756 <column alignment="center" valignment="top">
37757 <row>
37758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37759 \begin_inset Text
37760
37761 \begin_layout Plain Layout
37762 文章
37763 \end_layout
37764
37765 \end_inset
37766 </cell>
37767 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37768 \begin_inset Text
37769
37770 \begin_layout Plain Layout
37771 \begin_inset Info
37772 type  "icon"
37773 arg   "dialog-show-new-inset graphics"
37774 \end_inset
37775
37776
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 </row>
37782 <row>
37783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787 文章
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796 文章
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 </row>
37802 </lyxtabular>
37803
37804 \end_inset
37805
37806
37807 \end_layout
37808
37809 \begin_layout Standard
37810 以下に示すいずれかのように,
37811
37812 \begin_inset VSpace defskip
37813 \end_inset
37814
37815
37816 \end_layout
37817
37818 \begin_layout Standard
37819 \noindent
37820 \align center
37821 \begin_inset Tabular
37822 <lyxtabular version="3" rows="2" columns="2">
37823 <features tabularvalignment="middle">
37824 <column alignment="center" valignment="top">
37825 <column alignment="center" valignment="top">
37826 <row>
37827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831 文章
37832 \end_layout
37833
37834 \end_inset
37835 </cell>
37836 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37837 \begin_inset Text
37838
37839 \begin_layout Plain Layout
37840 文章
37841 \end_layout
37842
37843 \end_inset
37844 </cell>
37845 </row>
37846 <row>
37847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37848 \begin_inset Text
37849
37850 \begin_layout Plain Layout
37851 \begin_inset Info
37852 type  "icon"
37853 arg   "dialog-show-new-inset graphics"
37854 \end_inset
37855
37856
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37862 \begin_inset Text
37863
37864 \begin_layout Plain Layout
37865 文章
37866 \end_layout
37867
37868 \end_inset
37869 </cell>
37870 </row>
37871 </lyxtabular>
37872
37873 \end_inset
37874
37875  
37876 \begin_inset Tabular
37877 <lyxtabular version="3" rows="2" columns="2">
37878 <features tabularvalignment="middle">
37879 <column alignment="center" valignment="top">
37880 <column alignment="center" valignment="top">
37881 <row>
37882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37883 \begin_inset Text
37884
37885 \begin_layout Plain Layout
37886 文章
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895 文章
37896 \end_layout
37897
37898 \end_inset
37899 </cell>
37900 </row>
37901 <row>
37902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37903 \begin_inset Text
37904
37905 \begin_layout Plain Layout
37906 文章
37907 \end_layout
37908
37909 \end_inset
37910 </cell>
37911 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37912 \begin_inset Text
37913
37914 \begin_layout Plain Layout
37915 \begin_inset Info
37916 type  "icon"
37917 arg   "dialog-show-new-inset graphics"
37918 \end_inset
37919
37920
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 </row>
37926 </lyxtabular>
37927
37928 \end_inset
37929
37930  
37931 \begin_inset Tabular
37932 <lyxtabular version="3" rows="2" columns="3">
37933 <features tabularvalignment="middle">
37934 <column alignment="center" valignment="top">
37935 <column alignment="center" valignment="top">
37936 <column alignment="center" valignment="top">
37937 <row>
37938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942 文章
37943 \end_layout
37944
37945 \end_inset
37946 </cell>
37947 <cell alignment="center" valignment="top" topline="true" usebox="none">
37948 \begin_inset Text
37949
37950 \begin_layout Plain Layout
37951 \begin_inset Info
37952 type  "icon"
37953 arg   "dialog-show-new-inset graphics"
37954 \end_inset
37955
37956
37957 \end_layout
37958
37959 \end_inset
37960 </cell>
37961 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965 文章
37966 \end_layout
37967
37968 \end_inset
37969 </cell>
37970 </row>
37971 <row>
37972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976 文章
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37982 \begin_inset Text
37983
37984 \begin_layout Plain Layout
37985 文章
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37991 \begin_inset Text
37992
37993 \begin_layout Plain Layout
37994 文章
37995 \end_layout
37996
37997 \end_inset
37998 </cell>
37999 </row>
38000 </lyxtabular>
38001
38002 \end_inset
38003
38004  
38005 \begin_inset Tabular
38006 <lyxtabular version="3" rows="2" columns="3">
38007 <features tabularvalignment="middle">
38008 <column alignment="center" valignment="top">
38009 <column alignment="center" valignment="top">
38010 <column alignment="center" valignment="top">
38011 <row>
38012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38013 \begin_inset Text
38014
38015 \begin_layout Plain Layout
38016 文章
38017 \end_layout
38018
38019 \end_inset
38020 </cell>
38021 <cell alignment="center" valignment="top" topline="true" usebox="none">
38022 \begin_inset Text
38023
38024 \begin_layout Plain Layout
38025 文章
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38031 \begin_inset Text
38032
38033 \begin_layout Plain Layout
38034 文章
38035 \end_layout
38036
38037 \end_inset
38038 </cell>
38039 </row>
38040 <row>
38041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38042 \begin_inset Text
38043
38044 \begin_layout Plain Layout
38045 文章
38046 \end_layout
38047
38048 \end_inset
38049 </cell>
38050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38051 \begin_inset Text
38052
38053 \begin_layout Plain Layout
38054 \begin_inset Info
38055 type  "icon"
38056 arg   "dialog-show-new-inset graphics"
38057 \end_inset
38058
38059
38060 \end_layout
38061
38062 \end_inset
38063 </cell>
38064 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38065 \begin_inset Text
38066
38067 \begin_layout Plain Layout
38068 文章
38069 \end_layout
38070
38071 \end_inset
38072 </cell>
38073 </row>
38074 </lyxtabular>
38075
38076 \end_inset
38077
38078
38079 \end_layout
38080
38081 \begin_layout Standard
38082 \noindent
38083 \align center
38084 \begin_inset Tabular
38085 <lyxtabular version="3" rows="3" columns="2">
38086 <features tabularvalignment="middle">
38087 <column alignment="center" valignment="top">
38088 <column alignment="center" valignment="top">
38089 <row>
38090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38091 \begin_inset Text
38092
38093 \begin_layout Plain Layout
38094 文章
38095 \end_layout
38096
38097 \end_inset
38098 </cell>
38099 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38100 \begin_inset Text
38101
38102 \begin_layout Plain Layout
38103 文章
38104 \end_layout
38105
38106 \end_inset
38107 </cell>
38108 </row>
38109 <row>
38110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38111 \begin_inset Text
38112
38113 \begin_layout Plain Layout
38114 \begin_inset Info
38115 type  "icon"
38116 arg   "dialog-show-new-inset graphics"
38117 \end_inset
38118
38119
38120 \end_layout
38121
38122 \end_inset
38123 </cell>
38124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38125 \begin_inset Text
38126
38127 \begin_layout Plain Layout
38128 文章
38129 \end_layout
38130
38131 \end_inset
38132 </cell>
38133 </row>
38134 <row>
38135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38136 \begin_inset Text
38137
38138 \begin_layout Plain Layout
38139 文章
38140 \end_layout
38141
38142 \end_inset
38143 </cell>
38144 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38145 \begin_inset Text
38146
38147 \begin_layout Plain Layout
38148 文章
38149 \end_layout
38150
38151 \end_inset
38152 </cell>
38153 </row>
38154 </lyxtabular>
38155
38156 \end_inset
38157
38158  
38159 \begin_inset Tabular
38160 <lyxtabular version="3" rows="3" columns="3">
38161 <features tabularvalignment="middle">
38162 <column alignment="center" valignment="top">
38163 <column alignment="center" valignment="top">
38164 <column alignment="center" valignment="top">
38165 <row>
38166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38167 \begin_inset Text
38168
38169 \begin_layout Plain Layout
38170 文章
38171 \end_layout
38172
38173 \end_inset
38174 </cell>
38175 <cell alignment="center" valignment="top" topline="true" usebox="none">
38176 \begin_inset Text
38177
38178 \begin_layout Plain Layout
38179 文章
38180 \end_layout
38181
38182 \end_inset
38183 </cell>
38184 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38185 \begin_inset Text
38186
38187 \begin_layout Plain Layout
38188 文章
38189 \end_layout
38190
38191 \end_inset
38192 </cell>
38193 </row>
38194 <row>
38195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199 文章
38200 \end_layout
38201
38202 \end_inset
38203 </cell>
38204 <cell alignment="center" valignment="top" usebox="none">
38205 \begin_inset Text
38206
38207 \begin_layout Plain Layout
38208 \begin_inset Info
38209 type  "icon"
38210 arg   "dialog-show-new-inset graphics"
38211 \end_inset
38212
38213
38214 \end_layout
38215
38216 \end_inset
38217 </cell>
38218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38219 \begin_inset Text
38220
38221 \begin_layout Plain Layout
38222 文章
38223 \end_layout
38224
38225 \end_inset
38226 </cell>
38227 </row>
38228 <row>
38229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38230 \begin_inset Text
38231
38232 \begin_layout Plain Layout
38233 文章
38234 \end_layout
38235
38236 \end_inset
38237 </cell>
38238 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38239 \begin_inset Text
38240
38241 \begin_layout Plain Layout
38242 文章
38243 \end_layout
38244
38245 \end_inset
38246 </cell>
38247 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38248 \begin_inset Text
38249
38250 \begin_layout Plain Layout
38251 文章
38252 \end_layout
38253
38254 \end_inset
38255 </cell>
38256 </row>
38257 </lyxtabular>
38258
38259 \end_inset
38260
38261  
38262 \begin_inset Tabular
38263 <lyxtabular version="3" rows="3" columns="2">
38264 <features tabularvalignment="middle">
38265 <column alignment="center" valignment="top">
38266 <column alignment="center" valignment="top">
38267 <row>
38268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272 文章
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38278 \begin_inset Text
38279
38280 \begin_layout Plain Layout
38281 文章
38282 \end_layout
38283
38284 \end_inset
38285 </cell>
38286 </row>
38287 <row>
38288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38289 \begin_inset Text
38290
38291 \begin_layout Plain Layout
38292 文章
38293 \end_layout
38294
38295 \end_inset
38296 </cell>
38297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38298 \begin_inset Text
38299
38300 \begin_layout Plain Layout
38301 \begin_inset Info
38302 type  "icon"
38303 arg   "dialog-show-new-inset graphics"
38304 \end_inset
38305
38306
38307 \end_layout
38308
38309 \end_inset
38310 </cell>
38311 </row>
38312 <row>
38313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38314 \begin_inset Text
38315
38316 \begin_layout Plain Layout
38317 文章
38318 \end_layout
38319
38320 \end_inset
38321 </cell>
38322 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38323 \begin_inset Text
38324
38325 \begin_layout Plain Layout
38326 文章
38327 \end_layout
38328
38329 \end_inset
38330 </cell>
38331 </row>
38332 </lyxtabular>
38333
38334 \end_inset
38335
38336
38337 \end_layout
38338
38339 \begin_layout Standard
38340 \noindent
38341 オブジェクトを挿入した場所に正確に配置したい時には,
38342
38343 \series bold
38344 picinpar
38345 \series default
38346
38347 \begin_inset Index idx
38348 range none
38349 pageformat default
38350 status collapsed
38351
38352 \begin_layout Plain Layout
38353 \SpecialChar LaTeX
38354 ぱっけーじ@\SpecialChar LaTeX
38355 パッケージ !
38356  picinpar
38357 \end_layout
38358
38359 \end_inset
38360
38361 \SpecialChar LaTeX
38362 パッケージを使うことができます.下記はその用例です.
38363 \end_layout
38364
38365 \begin_layout Standard
38366 \begin_inset ERT
38367 status collapsed
38368
38369 \begin_layout Plain Layout
38370
38371
38372 \backslash
38373 ifpicinpar
38374 \end_layout
38375
38376 \end_inset
38377
38378
38379 \begin_inset Note Note
38380 status open
38381
38382 \begin_layout Plain Layout
38383 以下の部分は,
38384 \SpecialChar LaTeX
38385 パッケージ
38386 \series bold
38387 picinpar
38388 \series default
38389 が導入されているときのみ表示されます.
38390 \end_layout
38391
38392 \end_inset
38393
38394
38395 \end_layout
38396
38397 \begin_layout Standard
38398 \begin_inset ERT
38399 status collapsed
38400
38401 \begin_layout Plain Layout
38402
38403
38404 \backslash
38405 begin{window}[2,c,{
38406 \end_layout
38407
38408 \end_inset
38409
38410
38411 \begin_inset Graphics
38412         filename ../clipart/2D-intensity-plot.pdf
38413         lyxscale 60
38414         width 40col%
38415         scaleBeforeRotation
38416         rotateOrigin center
38417
38418 \end_inset
38419
38420
38421 \begin_inset ERT
38422 status collapsed
38423
38424 \begin_layout Plain Layout
38425
38426 },]
38427 \end_layout
38428
38429 \begin_layout Plain Layout
38430
38431 {}
38432 \end_layout
38433
38434 \end_inset
38435
38436
38437 \size small
38438 It was in the spring of the year 1894 that all London was interested,
38439  and the fashionable world dismayed,
38440  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
38441  The public has already learned those particulars of the crime which
38442 \size default
38443
38444 \begin_inset ERT
38445 status collapsed
38446
38447 \begin_layout Plain Layout
38448
38449
38450 \backslash
38451 footnotemark{}
38452 \end_layout
38453
38454 \end_inset
38455
38456
38457 \size small
38458  came out in the police investigation,
38459  but a good deal was suppressed upon that occasion,
38460  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
38461  Only now,
38462  at the end of nearly ten years,
38463  am I allowed to supply those missing links which make up the whole of that remarkable chain.
38464 \size default
38465
38466 \begin_inset ERT
38467 status collapsed
38468
38469 \begin_layout Plain Layout
38470
38471
38472 \backslash
38473 end{window}
38474 \end_layout
38475
38476 \end_inset
38477
38478
38479 \end_layout
38480
38481 \begin_layout Standard
38482 \begin_inset ERT
38483 status collapsed
38484
38485 \begin_layout Plain Layout
38486
38487
38488 \backslash
38489 footnotetext{
38490 \end_layout
38491
38492 \end_inset
38493
38494 固定オブジェクトのある段落の脚註
38495 \begin_inset ERT
38496 status collapsed
38497
38498 \begin_layout Plain Layout
38499
38500 }
38501 \end_layout
38502
38503 \end_inset
38504
38505
38506 \end_layout
38507
38508 \begin_layout Standard
38509 固定回り込みオブジェクトは,
38510 オブジェクトの周りに本文を流しこむのに用いられ,
38511 段落中のオブジェクトの位置は,
38512 オブジェクトの上の行数を指定することで決定します.フロートとは違って,
38513 連番のキャプションをつけることはできません.
38514 \end_layout
38515
38516 \begin_layout Standard
38517 固定オブジェクトは,
38518 段落冒頭に\SpecialChar TeX
38519 コードで
38520 \end_layout
38521
38522 \begin_layout Standard
38523
38524 \series bold
38525
38526 \backslash
38527 begin{window}[2,c,{
38528 \end_layout
38529
38530 \begin_layout Standard
38531 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,
38532 オブジェクト上に来る行数を指定し,
38533 二番目のパラメータ(ここでは「c」)はオブジェクトの位置を示します.位置としては,
38534 「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
38535 段幅の40
38536 \begin_inset space \thinspace{}
38537 \end_inset
38538
38539 %の画像が挿入されています.オブジェクトは,
38540 表やボックス,
38541 数式でも構いません.オブジェクトの後には,
38542
38543 \end_layout
38544
38545 \begin_layout Standard
38546
38547 \series bold
38548 },説明文]
38549 \begin_inset Newline newline
38550 \end_inset
38551
38552 {}
38553 \end_layout
38554
38555 \begin_layout Standard
38556 というコマンドが挿入されています.2行目に「
38557 \series bold
38558 {}
38559 \series default
38560 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,
38561 オブジェクトと同じ段落になくてはなりませんので,
38562
38563 \series bold
38564 {}
38565 \series default
38566 の直後から書き始めてください.段落末には,
38567
38568 \end_layout
38569
38570 \begin_layout Standard
38571
38572 \series bold
38573
38574 \backslash
38575 end{window}
38576 \end_layout
38577
38578 \begin_layout Standard
38579 というコマンドを挿入してください.固定オブジェクトのある段落では,
38580 通常のように脚註を挿入することはできません.第
38581 \begin_inset CommandInset ref
38582 LatexCommand ref
38583 reference "sec:脚注"
38584 nolink "false"
38585
38586 \end_inset
38587
38588 節にあるように,
38589 代わりに,
38590 段落内で
38591 \series bold
38592
38593 \backslash
38594 footnotemark
38595 \series default
38596 コマンドを使用し,
38597 段落外に
38598 \series bold
38599
38600 \backslash
38601 footnotetext
38602 \series default
38603 コマンドを用いてください.
38604 \end_layout
38605
38606 \begin_layout Standard
38607 \begin_inset ERT
38608 status collapsed
38609
38610 \begin_layout Plain Layout
38611
38612
38613 \backslash
38614 else
38615 \end_layout
38616
38617 \end_inset
38618
38619
38620 \begin_inset Note Note
38621 status open
38622
38623 \begin_layout Plain Layout
38624 以下の部分は,
38625 \SpecialChar LaTeX
38626 パッケージ
38627 \series bold
38628 picinpar
38629 \series default
38630 が導入されていないときのみ表示されます.
38631 \end_layout
38632
38633 \end_inset
38634
38635
38636 \end_layout
38637
38638 \begin_layout Standard
38639 本節の以下の部分を出力に表示するには,
38640 \SpecialChar LaTeX
38641 パッケージ
38642 \series bold
38643 picinpar
38644 \series default
38645 を導入する必要があります.
38646 \end_layout
38647
38648 \begin_layout Standard
38649 \begin_inset ERT
38650 status collapsed
38651
38652 \begin_layout Plain Layout
38653
38654
38655 \backslash
38656 fi
38657 \end_layout
38658
38659 \end_inset
38660
38661
38662 \end_layout
38663
38664 \begin_layout Section
38665 頭文字
38666 \begin_inset Index idx
38667 range none
38668 pageformat default
38669 status collapsed
38670
38671 \begin_layout Plain Layout
38672 かしらもじ@頭文字
38673 \end_layout
38674
38675 \end_inset
38676
38677
38678 \begin_inset Index idx
38679 range none
38680 pageformat default
38681 status collapsed
38682
38683 \begin_layout Plain Layout
38684 ほんぶんまわりこみ@本文回り込み !
38685  かしらもじ@頭文字
38686 \end_layout
38687
38688 \end_inset
38689
38690
38691 \end_layout
38692
38693 \begin_layout Standard
38694 頭文字を用いるには,
38695 \SpecialChar LaTeX
38696 パッケージ
38697 \begin_inset Index idx
38698 range none
38699 pageformat default
38700 status collapsed
38701
38702 \begin_layout Plain Layout
38703 \SpecialChar LaTeX
38704 ぱっけーじ@\SpecialChar LaTeX
38705 パッケージ !
38706  lettrine
38707 \end_layout
38708
38709 \end_inset
38710
38711 が導入済みでなくてはならず,
38712 文書中で
38713 \family sans
38714 頭文字
38715 \family default
38716 モジュールを使用する必要があります(
38717 \family sans
38718 文書\SpecialChar menuseparator
38719 設定\SpecialChar menuseparator
38720 モジュール
38721 \family default
38722 メニュー).頭文字を挿入するには,
38723
38724 \family sans
38725 頭文字
38726 \family default
38727 様式を使用してください.この様式には,
38728 1つの必須引数と2つの非必須引数があります.引数は,
38729
38730 \family sans
38731 挿入
38732 \family default
38733 メニューから挿入できます.必須引数
38734 \family sans
38735 頭文字
38736 \family default
38737 には,
38738 頭文字にする文字を入れ,
38739 引数
38740 \family sans
38741 頭文字の残り
38742 \family default
38743 には,
38744 頭文字の単語若しくは文字列の残りが入ります.引数
38745 \family sans
38746 オプション
38747 \family default
38748 には,
38749 頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
38750
38751 \series bold
38752 lettrine
38753 \series default
38754 の取扱説明書
38755 \begin_inset CommandInset citation
38756 LatexCommand cite
38757 key "lettrine"
38758 literal "true"
38759
38760 \end_inset
38761
38762 をご覧ください.この様式の段落そのものに,
38763 頭文字に回り込む文章も入れます.通常,
38764 この様式では,
38765 最初の文字を頭文字とする単語全体が,
38766
38767 \shape smallcaps
38768 スモールキャップ体(small caps
38769 \shape default
38770 )で印字されます.
38771 \end_layout
38772
38773 \begin_layout Standard
38774 下記がその例です.
38775 \end_layout
38776
38777 \begin_layout Standard
38778 \begin_inset ERT
38779 status collapsed
38780
38781 \begin_layout Plain Layout
38782
38783
38784 \backslash
38785 iflettrine
38786 \end_layout
38787
38788 \end_inset
38789
38790
38791 \begin_inset Note Note
38792 status open
38793
38794 \begin_layout Plain Layout
38795 以下の部分は,
38796 \SpecialChar LaTeX
38797 パッケージ
38798 \series bold
38799 lettrine
38800 \series default
38801 が導入されているときのみ表示されます.
38802 \end_layout
38803
38804 \end_inset
38805
38806
38807 \end_layout
38808
38809 \begin_layout Enumerate
38810 非必須引数なし.頭文字は,
38811 数式フォント
38812 \begin_inset Formula $\mathfrak{Fraktur}$
38813 \end_inset
38814
38815 の「I」.
38816 \end_layout
38817
38818 \begin_deeper
38819 \begin_layout Initial
38820 \begin_inset Argument 2
38821 status open
38822
38823 \begin_layout Plain Layout
38824 \begin_inset Formula $\mathfrak{I}$
38825 \end_inset
38826
38827
38828 \end_layout
38829
38830 \end_inset
38831
38832
38833 \begin_inset Argument 3
38834 status open
38835
38836 \begin_layout Plain Layout
38837 t
38838 \end_layout
38839
38840 \end_inset
38841
38842  was in the spring of the year 1894 that all London was interested,
38843  and the fashionable world dismayed,
38844  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
38845  The public has already learned those particulars of the crime which came out in the police investigation,
38846  but a good deal was suppressed upon that occasion,
38847  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
38848 \begin_inset Newpage newpage
38849 \end_inset
38850
38851
38852 \end_layout
38853
38854 \end_deeper
38855 \begin_layout Enumerate
38856 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
38857 \end_layout
38858
38859 \begin_deeper
38860 \begin_layout Initial
38861 \begin_inset Argument 1
38862 status open
38863
38864 \begin_layout Plain Layout
38865 lines=1
38866 \end_layout
38867
38868 \end_inset
38869
38870
38871 \begin_inset Argument 2
38872 status open
38873
38874 \begin_layout Plain Layout
38875 It
38876 \end_layout
38877
38878 \end_inset
38879
38880  was in the spring of the year 1894 that all London was interested,
38881  and the fashionable world dismayed,
38882  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
38883  The public has already learned those particulars of the crime which came out in the police investigation,
38884  but a good deal was suppressed upon that occasion,
38885  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
38886 \end_layout
38887
38888 \end_deeper
38889 \begin_layout Enumerate
38890 ぶら下がり頭文字は,
38891 数式フォント
38892 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38893 \end_inset
38894
38895 で3行にかかり,
38896 マゼンタ色.「t was in the spring」という文章を
38897 \shape smallcaps
38898 スモールキャップ体
38899 \shape default
38900 .頭文字に色をつけるには,
38901 頭文字の前に
38902 \begin_inset Newline newline
38903 \end_inset
38904
38905
38906 \series bold
38907
38908 \backslash
38909 renewcommand{
38910 \backslash
38911 LettrineFontHook}{
38912 \backslash
38913 color{色}}
38914 \series default
38915
38916 \begin_inset Newline newline
38917 \end_inset
38918
38919 というコマンドを挿入しなくてはなりません.ここで,
38920
38921 \emph on
38922
38923 \emph default
38924 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,
38925 文書プリアンブルに
38926 \begin_inset Newline newline
38927 \end_inset
38928
38929
38930 \series bold
38931
38932 \backslash
38933 @ifundefined{textcolor}
38934 \begin_inset Newline newline
38935 \end_inset
38936
38937
38938 \begin_inset space ~
38939 \end_inset
38940
38941 {
38942 \backslash
38943 usepackage{color}}{}
38944 \begin_inset Newline newline
38945 \end_inset
38946
38947
38948 \series default
38949 というコマンドを書きこんでおかなくてはなりません.
38950 \end_layout
38951
38952 \begin_deeper
38953 \begin_layout Standard
38954 \begin_inset ERT
38955 status collapsed
38956
38957 \begin_layout Plain Layout
38958
38959
38960 \backslash
38961 renewcommand{
38962 \backslash
38963 LettrineFontHook}{
38964 \backslash
38965 color{magenta}}
38966 \end_layout
38967
38968 \end_inset
38969
38970
38971 \begin_inset Note Note
38972 status collapsed
38973
38974 \begin_layout Plain Layout
38975
38976 \lang english
38977 makes the initial magenta
38978 \end_layout
38979
38980 \end_inset
38981
38982
38983 \end_layout
38984
38985 \begin_layout Initial
38986 \begin_inset Argument 1
38987 status open
38988
38989 \begin_layout Plain Layout
38990 lines=3,
38991  lhang=0.33,
38992  loversize=0.25
38993 \end_layout
38994
38995 \end_inset
38996
38997
38998 \begin_inset Argument 2
38999 status open
39000
39001 \begin_layout Plain Layout
39002 \begin_inset Formula $\mathcal{I}$
39003 \end_inset
39004
39005
39006 \end_layout
39007
39008 \end_inset
39009
39010
39011 \begin_inset Argument 3
39012 status open
39013
39014 \begin_layout Plain Layout
39015 t was in the spring
39016 \end_layout
39017
39018 \end_inset
39019
39020  of the year 1894 that all London was interested,
39021  and the fashionable world dismayed,
39022  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
39023  The public has already learned those particulars of the crime which came out in the police investigation,
39024  but a good deal was suppressed upon that occasion,
39025  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
39026 \end_layout
39027
39028 \end_deeper
39029 \begin_layout Standard
39030 \begin_inset ERT
39031 status collapsed
39032
39033 \begin_layout Plain Layout
39034
39035
39036 \backslash
39037 else
39038 \end_layout
39039
39040 \end_inset
39041
39042
39043 \begin_inset Note Note
39044 status open
39045
39046 \begin_layout Plain Layout
39047 以下の部分は,
39048 \SpecialChar LaTeX
39049 パッケージ
39050 \series bold
39051 lettrine
39052 \series default
39053 が導入されていないときのみ表示されます.
39054 \end_layout
39055
39056 \end_inset
39057
39058
39059 \end_layout
39060
39061 \begin_layout Standard
39062 本節の以下の部分を出力に表示するには,
39063 \SpecialChar LaTeX
39064 パッケージ
39065 \series bold
39066 lettrine
39067 \series default
39068 を導入する必要があります.
39069 \end_layout
39070
39071 \begin_layout Standard
39072 \begin_inset ERT
39073 status collapsed
39074
39075 \begin_layout Plain Layout
39076
39077
39078 \backslash
39079 fi
39080 \end_layout
39081
39082 \end_inset
39083
39084
39085 \end_layout
39086
39087 \begin_layout Chapter
39088 外部文書構成要素
39089 \begin_inset Index idx
39090 range none
39091 pageformat default
39092 status collapsed
39093
39094 \begin_layout Plain Layout
39095 がいぶぶんしょこうせいようそ@外部文書構成要素
39096 \end_layout
39097
39098 \end_inset
39099
39100
39101 \end_layout
39102
39103 \begin_layout Standard
39104
39105 \family sans
39106 挿入\SpecialChar menuseparator
39107 ファイル
39108 \family default
39109 メニューを使うと,
39110 使用中の文書に外部素材を挿入することができます.挿入できるのは,
39111
39112 \end_layout
39113
39114 \begin_layout Description
39115 \SpecialChar LyX
39116 文書 別の\SpecialChar LyX
39117 文書.その内容は直接使用中の文書に挿入されます.
39118 \end_layout
39119
39120 \begin_layout Description
39121 平文 テキスト文書.そのテキスト行各々が,
39122 使用中の文書に独立した段落として挿入されます.
39123 \end_layout
39124
39125 \begin_layout Description
39126 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,
39127 使用中の文書に新規段落を生成します.
39128 \end_layout
39129
39130 \begin_layout Description
39131 外部素材 様々な書式のファイル.
39132 \end_layout
39133
39134 \begin_layout Description
39135 子文書 \SpecialChar LyX
39136 あるいは\SpecialChar LaTeX
39137 文書.
39138 \end_layout
39139
39140 \begin_layout Section
39141 外部素材
39142 \begin_inset Index idx
39143 range none
39144 pageformat default
39145 status collapsed
39146
39147 \begin_layout Plain Layout
39148 がいぶぶんしょこうせいようそ@外部文書構成要素 !
39149  がいぶそざい@外部素材
39150 \end_layout
39151
39152 \end_inset
39153
39154
39155 \end_layout
39156
39157 \begin_layout Standard
39158 外部素材機能は,
39159 文書の出力書式が読むことのできる形式に前もって変換しなくても,
39160 \SpecialChar LyX
39161 が必要な変換を行うことで,
39162 使用中の文書にファイルを挿入することができるようにするものです.これは,
39163 画像が様々な画像形式のままで\SpecialChar LyX
39164 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
39165 設定の
39166 \family sans
39167 操作性\SpecialChar menuseparator
39168 表示
39169 \family default
39170 で自動プレビューを有効にすると,
39171 外部素材のDia形式とXfig形式は,
39172 直接\SpecialChar LyX
39173 中に表示されるようになります.
39174 \end_layout
39175
39176 \begin_layout Standard
39177 外部素材は,
39178
39179 \family sans
39180 挿入
39181 \family default
39182 \SpecialChar menuseparator
39183
39184 \family sans
39185 ファイル
39186 \family default
39187 \SpecialChar menuseparator
39188
39189 \family sans
39190 外部素材
39191 \family default
39192 メニューで開くことのできる
39193 \family sans
39194 外部素材
39195 \family default
39196 ダイアログから挿入することができます.目下,
39197 以下のファイル形式(
39198 \family sans
39199 ひな型
39200 \family default
39201 )が使用できます.
39202 \end_layout
39203
39204 \begin_layout Description
39205 チェス棋譜 このひな型は,
39206
39207 \series bold
39208
39209 \begin_inset CommandInset href
39210 LatexCommand href
39211 name "XBoard"
39212 target "https://en.wikipedia.org/wiki/XBoard"
39213 literal "false"
39214
39215 \end_inset
39216
39217
39218 \series default
39219 プログラムで作成されたチェス棋譜をサポートします.
39220 \end_layout
39221
39222 \begin_layout Description
39223 Dia このひな型は,
39224
39225 \series bold
39226
39227 \begin_inset CommandInset href
39228 LatexCommand href
39229 name "Dia"
39230 target "https://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"
39231 literal "false"
39232
39233 \end_inset
39234
39235
39236 \series default
39237 プログラムで作成したダイアグラムをサポートします.
39238 \end_layout
39239
39240 \begin_layout Description
39241 Gnumeric表計算表 このひな型では,
39242
39243 \series bold
39244
39245 \begin_inset CommandInset href
39246 LatexCommand href
39247 name "Gnumeric"
39248 target "https://ja.wikipedia.org/wiki/Gnumeric"
39249 literal "false"
39250
39251 \end_inset
39252
39253
39254 \series default
39255
39256 \begin_inset CommandInset href
39257 LatexCommand href
39258 name "OpenDocument"
39259 target "https://ja.wikipedia.org/wiki/OpenDocument"
39260 literal "false"
39261
39262 \end_inset
39263
39264
39265 \begin_inset CommandInset href
39266 LatexCommand href
39267 name "Microsoft Office XML"
39268 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39269 literal "false"
39270
39271 \end_inset
39272
39273
39274 \begin_inset CommandInset href
39275 LatexCommand href
39276 name "Office Open XML"
39277 target "https://ja.wikipedia.org/wiki/Office_Open_XML"
39278 literal "false"
39279
39280 \end_inset
39281
39282 形式の表計算表を挿入することができます.この機能を使用するには,
39283 \SpecialChar LyX
39284 の初期設定中に
39285 \family typewriter
39286 ssconvert
39287 \family default
39288 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,
39289 Gnumeric以外の形式の表を読み込む場合には,
39290 Gnumericが導入済みである必要があります.用例と制約については,
39291 \SpecialChar LyX
39292 用例ファイル
39293 \emph on
39294 spreadsheet.lyx
39295 \emph default
39296 をご覧ください.
39297 \end_layout
39298
39299 \begin_layout Description
39300 Inkscape
39301 \lang english
39302  This template supports specific scalable images derived from scalable vector graphics (SVG),
39303  in which the contained text is replaced by a version typeset by \SpecialChar LaTeX
39304  (and hence in the current document font).
39305  It relies on a feature of the program 
39306 \series bold
39307 \lang japanese
39308
39309 \begin_inset CommandInset href
39310 LatexCommand href
39311 name "Inkscape"
39312 target "https://inkscape.org/ja"
39313 literal "false"
39314
39315 \end_inset
39316
39317
39318 \series default
39319 \lang english
39320  which creates a special PDF or EPS and \SpecialChar LaTeX
39321  file from a given SVG file (in 
39322 \noun on
39323 Inkscape
39324 \noun default
39325  itself,
39326  the feature is available via the option 
39327 \family sans
39328 Omit text in PDF and create LaTeX file
39329 \family default
39330  when saving a drawing as PDF or EPS).
39331  The benefit of such files is a uniform text style throughout the whole document.
39332 \begin_inset Newline newline
39333 \end_inset
39334
39335 The external template reads SVG files and uses a converter program to generate the respective PDF\SpecialChar breakableslash
39336 EPS and \SpecialChar LaTeX
39337  files (via
39338 \noun on
39339  
39340 \noun default
39341 Inkscape
39342 \noun on
39343 )
39344 \noun default
39345  on the fly,
39346  so you don't have to export those files yourself.
39347  If you prefer the latter and want use given 
39348 \family typewriter
39349 *.pdf
39350 \family default
39351  and 
39352 \family typewriter
39353 *.pdf_tex
39354 \family default
39355  or 
39356 \family typewriter
39357 *.eps
39358 \family default
39359  and 
39360 \family typewriter
39361 *.eps_tex
39362 \family default
39363  files instead,
39364  simply input the respective 
39365 \family typewriter
39366 *.pdf_tex
39367 \family default
39368  or 
39369 \family typewriter
39370 *.eps_tex
39371 \family default
39372  file via the 
39373 \family sans
39374 Child Documents
39375 \family default
39376  dialog (see sec.
39377 \begin_inset space ~
39378 \end_inset
39379
39380
39381 \lang japanese
39382
39383 \begin_inset CommandInset ref
39384 LatexCommand ref
39385 reference "sec:子文書"
39386 nolink "false"
39387
39388 \end_inset
39389
39390
39391 \lang english
39392 ) rather than using this template.
39393 \begin_inset Newline newline
39394 \end_inset
39395
39396 You can use \SpecialChar TeX
39397  code commands such as 
39398 \series bold
39399
39400 \backslash
39401 Large
39402 \series default
39403 ,
39404  
39405 \series bold
39406
39407 \backslash
39408 small
39409 \series default
39410 ,
39411  etc.
39412 \begin_inset space \space{}
39413 \end_inset
39414
39415 in the text of the SVG.
39416  The size of the font will be taken from the settings of the \SpecialChar LyX
39417  document.
39418  Please refer to 
39419 \begin_inset CommandInset citation
39420 LatexCommand cite
39421 key "Inkscape"
39422 literal "false"
39423
39424 \end_inset
39425
39426  for more information and examples.
39427 \end_layout
39428
39429 \begin_layout Description
39430 この外部ひな型は,
39431 \SpecialChar LaTeX
39432 で書かれたテキストを含むベクトルグラフィック画像(SVG)をサポートします.ただし,
39433
39434 \noun on
39435 Inkscape
39436 \noun default
39437  
39438 \begin_inset CommandInset citation
39439 LatexCommand cite
39440 key "Inkscape"
39441 literal "false"
39442
39443 \end_inset
39444
39445 プログラムで図をPDFとして保存する際に,
39446
39447 \family sans
39448 Omit text in PDF and create LaTeX file
39449 \family default
39450 オプションを指定することが前提です.これによって,
39451 \SpecialChar LaTeX
39452 がテキストを組版できる形で,
39453 SVG画像をインクルードすることができます.このようなSVGを使う利点として,
39454 文書全体で文字様式を統一することができることが挙げられます.
39455 \begin_inset Newline newline
39456 \end_inset
39457
39458 SVGのテキスト中では,
39459  
39460 \series bold
39461
39462 \backslash
39463 Large
39464 \series default
39465
39466 \series bold
39467
39468 \backslash
39469 small
39470 \series default
39471 のような\SpecialChar TeX
39472 コードコマンドを使用することができます.フォントの大きさは,
39473 \SpecialChar LyX
39474 文書の設定から採用されます.詳しい情報と用例については
39475 \begin_inset CommandInset citation
39476 LatexCommand cite
39477 key "Inkscape"
39478 literal "false"
39479
39480 \end_inset
39481
39482 を参照してください.
39483 \begin_inset Newline newline
39484 \end_inset
39485
39486 このように画像テキストは,
39487 周囲のフォント設定を考慮に入れますが,
39488 \SpecialChar LyX
39489 中のプレビューではそうならないことに注意してください.外部差込枠をプレビュー差込枠の中に入れると(
39490 \family sans
39491 挿入\SpecialChar menuseparator
39492 プレビュー
39493 \family default
39494 メニュー),
39495 より良い結果が得られます.
39496 \begin_inset Newline newline
39497 \end_inset
39498
39499 このひな型は,
39500 Xfigサポートと非常に似た動作をします.\SpecialChar LyX
39501 は画像中のテキストを独立した\SpecialChar TeX
39502 ファイルに抜き出し,
39503 残りをPDFファイルに生成します.
39504 \end_layout
39505
39506 \begin_layout Description
39507 Lilypond組版楽譜 このひな型は,
39508
39509 \series bold
39510
39511 \begin_inset CommandInset href
39512 LatexCommand href
39513 name "LilyPond"
39514 target "https://ja.wikipedia.org/wiki/GNU_LilyPond"
39515 literal "false"
39516
39517 \end_inset
39518
39519
39520 \series default
39521 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
39522 におけるLilyPond拡張サポートについては,
39523 \SpecialChar LyX
39524 用例ファイル
39525 \emph on
39526 lilypond.lyx
39527 \emph default
39528 をご覧ください.
39529 \end_layout
39530
39531 \begin_layout Description
39532 PDFページ このひな型を使えば,
39533 PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,
39534 ダイアログ中のひな型の解説に沿って,
39535
39536 \family sans
39537 \SpecialChar LaTeX
39538 と\SpecialChar LyX
39539 オプション
39540 \family default
39541 タブ中の
39542 \family sans
39543 オプション
39544 \family default
39545 フィールドに
39546 \emph on
39547 pages
39548 \emph default
39549 オプションを指定してください.このオプションの引数は,
39550 コンマ区切りのリストで,
39551 ページ番号(オプションを
39552 \series bold
39553 pages={3,5,6,8}
39554 \series default
39555 の形で入れる)やページ範囲(
39556 \series bold
39557 pages={4-9}
39558 \series default
39559 ),
39560 あるいはこれらの組み合わせで指定できます.空のページを入れるには,
39561 {}を指定してください.例えば,
39562
39563 \series bold
39564 pages={3,{},8-11,15}
39565 \series default
39566 は,
39567 3ページ目と空のページ,
39568 8・9・10・11・15ページ目を挿入します.ページ範囲は,
39569
39570 \emph on
39571 開始頁-終了頁
39572 \emph default
39573 の文法で指定します.これは,
39574
39575 \emph on
39576 開始頁
39577 \emph default
39578
39579 \emph on
39580 終了頁
39581 \emph default
39582 の間のすべてのページを選択します.
39583 \emph on
39584 開始頁
39585 \emph default
39586 を省略すると,
39587 1ページ目を指定したのと同じ事になり,
39588
39589 \emph on
39590 終了頁
39591 \emph default
39592 を省略すると,
39593 文書の最終ページを指定したのと同じ事になります.最終ページは,
39594
39595 \series bold
39596 last
39597 \series default
39598 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
39599
39600 \series bold
39601 pages=-
39602 \series default
39603 は文書の全ページを挿入することになり,
39604
39605 \series bold
39606 pages=last-1
39607 \series default
39608 は全ページを逆順で挿入します.pagesオプションを指定しないと,
39609 PDFの最初のページのみが挿入されます.
39610 \begin_inset Newline newline
39611 \end_inset
39612
39613
39614 \series bold
39615 noautoscale
39616 \series default
39617 オプションは,
39618 各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,
39619 各ページは文書のページ幅に合うように大きさが変更されます.
39620 \family sans
39621 寸法と回転
39622 \family default
39623 タブでは,
39624 取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
39625
39626 \series bold
39627 noautoscale
39628 \series default
39629 オプションは無視されます.詳しい情報と取り得るオプション値については,
39630 \SpecialChar LaTeX
39631 パッケージ
39632 \series bold
39633 pdfpages
39634 \series default
39635 の取扱説明書
39636 \begin_inset CommandInset citation
39637 LatexCommand cite
39638 key "pdfpages"
39639 literal "true"
39640
39641 \end_inset
39642
39643 をご参照ください.
39644 \begin_inset Index idx
39645 range none
39646 pageformat default
39647 status collapsed
39648
39649 \begin_layout Plain Layout
39650 \SpecialChar LaTeX
39651 ぱっけーじ@\SpecialChar LaTeX
39652 パッケージ !
39653  pdfpages
39654 \end_layout
39655
39656 \end_inset
39657
39658
39659 \begin_inset Newline newline
39660 \end_inset
39661
39662 このひな型を
39663 \family sans
39664 Beamer
39665 \family default
39666 プレゼンテーションで使用するには,
39667 まず
39668 \family sans
39669 フレーム終了
39670 \family default
39671 環境を挿入して,
39672 続く段落で\SpecialChar TeX
39673 コードボックスを挿入し,
39674
39675 \series bold
39676
39677 \backslash
39678 setbeamertemplate{background canvas}{}
39679 \series default
39680 というコマンドを入力してください.すると,
39681 PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,
39682 新しいフレームを開始するか,
39683 新しい節を開始することによって,
39684 Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐために,
39685 ひな型を含む段落には,
39686
39687 \family sans
39688 既定
39689 \family default
39690 配置を用いるようにしてください.
39691 \begin_inset Newline newline
39692 \end_inset
39693
39694 下記は,
39695 -5度回転させたPDFを取り込んだものです.
39696 \begin_inset Newline newline
39697 \end_inset
39698
39699
39700 \begin_inset Graphics
39701         filename ../clipart/Abstract.pdf
39702         rotateAngle -5
39703         rotateOrigin leftBottom
39704
39705 \end_inset
39706
39707
39708 \begin_inset Newline newline
39709 \end_inset
39710
39711
39712 \begin_inset Note Greyedout
39713 status open
39714
39715 \begin_layout Plain Layout
39716
39717 \series bold
39718 【訳註】
39719 \series default
39720 \SpecialChar LaTeX
39721 パッケージ
39722 \series bold
39723 pdfpages
39724 \series default
39725 は,
39726 pdflatexに基づいており,
39727 \SpecialChar LaTeX
39728 では組版ができない(\SpecialChar LaTeX
39729 パッケージ
39730 \series bold
39731 pdfpages
39732 \series default
39733 取扱説明書
39734 \begin_inset CommandInset citation
39735 LatexCommand cite
39736 key "pdfpages"
39737 literal "true"
39738
39739 \end_inset
39740
39741 参照)ため,
39742 この外部素材はp\SpecialChar LaTeX
39743 では使用することができません.英文版の取扱説明書では,
39744 上記のPDFは,
39745
39746 \family sans
39747 挿入\SpecialChar menuseparator
39748 ファイル\SpecialChar menuseparator
39749 外部素材
39750 \family default
39751
39752 \family sans
39753 ひな型
39754 \family default
39755
39756 \family sans
39757 PDFページ
39758 \family default
39759 を指定して挿入されていますが,
39760 ここでは
39761 \family sans
39762 挿入\SpecialChar menuseparator
39763 画像
39764 \family default
39765 を使用して挿入しています.
39766 \end_layout
39767
39768 \end_inset
39769
39770
39771 \end_layout
39772
39773 \begin_layout Description
39774 ラスター画像 これはビットマップ画像に使用します.
39775 \family sans
39776 外部素材
39777 \family default
39778 ダイアログを使って入れる画像は,
39779
39780 \begin_inset CommandInset ref
39781 LatexCommand ref
39782 reference "sec:画像ダイアログ"
39783 nolink "false"
39784
39785 \end_inset
39786
39787 節にあるように
39788 \family sans
39789 画像
39790 \family default
39791 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,
39792 ラスター画像を挿入した例です.
39793 \begin_inset External
39794         template RasterImage
39795         filename clipart/ToolbarEnvBox.png
39796
39797 \end_inset
39798
39799
39800 \end_layout
39801
39802 \begin_layout Description
39803 ベクトル画像 これは,
39804 ベクトル画像に使用することができます. 
39805 \family sans
39806 外部素材
39807 \family default
39808 ダイアログを使って入れる画像は,
39809
39810 \begin_inset CommandInset ref
39811 LatexCommand ref
39812 reference "sec:画像ダイアログ"
39813 nolink "false"
39814
39815 \end_inset
39816
39817 節にあるように
39818 \family sans
39819 画像
39820 \family default
39821 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,
39822 ベクトル画像を挿入した例です.
39823 \begin_inset External
39824         template VectorGraphics
39825         filename ../clipart/SVG-Drawing.svg
39826         lyxscale 50
39827         scale 33
39828
39829 \end_inset
39830
39831
39832 \end_layout
39833
39834 \begin_layout Description
39835 XFig このひな型は,
39836
39837 \begin_inset CommandInset href
39838 LatexCommand href
39839 name "Xfig"
39840 target "https://ja.wikipedia.org/wiki/Xfig"
39841 literal "false"
39842
39843 \end_inset
39844
39845 プログラムで作成した画像をサポートします.
39846 \end_layout
39847
39848 \begin_layout Standard
39849
39850 \family sans
39851 外部素材
39852 \family default
39853 ダイアログの
39854 \family sans
39855 ファイル
39856 \family default
39857 タブ中で
39858 \family sans
39859 下書き
39860 \family default
39861 オプションを指定すると,
39862 出力中には挿入したファイルのパスだけが表示されます.
39863 \begin_inset Newline newline
39864 \end_inset
39865
39866 \SpecialChar LyX
39867 中での外部素材は,
39868 ダイアログ内の
39869 \family sans
39870 LaTeXとLyXのオプション
39871 \family default
39872 タブにある
39873 \family sans
39874 LyX内に表示
39875 \family default
39876 オプションの指定に従って,
39877
39878 \begin_inset Graphics
39879         filename clipart/ExternalMaterial.png
39880         scale 95
39881         scaleBeforeRotation
39882
39883 \end_inset
39884
39885 のようなボックスとして表示されるか,
39886 画像として表示されます.
39887 \end_layout
39888
39889 \begin_layout Standard
39890 取扱説明書
39891 \family sans
39892 \emph on
39893 カスタマイズ篇
39894 \family default
39895 \emph default
39896 には,
39897 自製のひな型を定義する方法が説明されています.
39898 \end_layout
39899
39900 \begin_layout Section
39901 子文書
39902 \begin_inset CommandInset label
39903 LatexCommand label
39904 name "sec:子文書"
39905
39906 \end_inset
39907
39908
39909 \begin_inset Index idx
39910 range none
39911 pageformat default
39912 status collapsed
39913
39914 \begin_layout Plain Layout
39915 がいぶぶんしょこうせいようそ@外部文書構成要素 !
39916  こぶんしょ@子文書
39917 \end_layout
39918
39919 \end_inset
39920
39921
39922 \begin_inset Index idx
39923 range none
39924 pageformat default
39925 status collapsed
39926
39927 \begin_layout Plain Layout
39928 ふぁいる@ファイル !
39929  いんくるーど@インクルード
39930 \end_layout
39931
39932 \end_inset
39933
39934
39935 \end_layout
39936
39937 \begin_layout Standard
39938 子文書は,
39939 大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,
39940 文書をいくつかのファイルに分割して,
39941 個別に修正できるようにした方が便利なことはよくあり,
39942 場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,
39943 親文書はこれら子文書を連結して,
39944 文書全体やその一部を印刷できるようにします.子文書は,
39945 \SpecialChar LaTeX
39946 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
39947 \end_layout
39948
39949 \begin_layout Standard
39950 親文書を開くことなく子文書で作業できるようにするには,
39951 子文書の
39952 \family sans
39953 文書
39954 \family default
39955 \SpecialChar menuseparator
39956
39957 \family sans
39958 設定
39959 \family default
39960 \SpecialChar menuseparator
39961
39962 \family sans
39963 文書クラス
39964 \family default
39965 メニューで親文書を指定してください.すると,
39966 子文書を編集する際には,
39967 \SpecialChar LyX
39968 がバックグラウンドでこの親文書を扱うようになります.
39969 \end_layout
39970
39971 \begin_layout Standard
39972 取り込んだ文書は,
39973 \SpecialChar LyX
39974 中で
39975 \begin_inset Graphics
39976         filename clipart/ChildDocument.png
39977         scale 95
39978         scaleBeforeRotation
39979
39980 \end_inset
39981
39982 のようなボックスとして表示されます.子文書を親文書に取り込むには,
39983
39984 \family sans
39985 挿入
39986 \family default
39987 \SpecialChar menuseparator
39988
39989 \family sans
39990 ファイル
39991 \family default
39992 \SpecialChar menuseparator
39993
39994 \family sans
39995 子文書
39996 \family default
39997 メニューを使用します.するとダイアログが現れ,
39998 以下のように4つの取り込み方法を選択することができます.
39999 \end_layout
40000
40001 \begin_layout Description
40002 内包(include) \SpecialChar LyX
40003 文書と\SpecialChar LaTeX
40004 文書は,
40005 内包することができます.
40006 \family sans
40007 子文書
40008 \family default
40009 ダイアログの
40010 \family sans
40011 編集
40012 \family default
40013 ボタンを押すと,
40014 内包された文書が,
40015 \SpecialChar LyX
40016 中に新規ファイルタブとして開き,
40017 修正ができるようになります.
40018 \begin_inset Newline newline
40019 \end_inset
40020
40021
40022 \end_layout
40023
40024 \begin_layout Standard
40025 以下は,
40026
40027 \family sans
40028 内包(include)
40029 \family default
40030 を使用して挿入した子文書です. 
40031 \begin_inset CommandInset include
40032 LatexCommand include
40033 filename "DummyDocument1.lyx"
40034 literal "true"
40035
40036 \end_inset
40037
40038
40039 \end_layout
40040
40041 \begin_layout Standard
40042 取り込んだファイルの節番は,
40043 各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,
40044 上で取り込まんだ例示文書には,
40045 この節の小節として番号を振られた小節があります.取り込んだ文書のラベルは,
40046
40047 \begin_inset CommandInset ref
40048 LatexCommand ref
40049 reference "subsec:外部文書の第1小節"
40050 nolink "false"
40051
40052 \end_inset
40053
40054 小節,
40055 のように参照することができます.
40056 \end_layout
40057
40058 \begin_layout Standard
40059 子文書のプリアンブルは無視され,
40060 親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,
40061 親文書は子文書の派生枝を無視します.取り込まれた文書は,
40062 新規頁から始まるように挿入され,
40063 改頁して終わります.
40064 \end_layout
40065
40066 \begin_layout Standard
40067 \begin_inset Note Greyedout
40068 status open
40069
40070 \begin_layout Plain Layout
40071
40072 \series bold
40073 【註】
40074 \series default
40075 \SpecialChar LyX
40076 または\SpecialChar LaTeX
40077 ファイルを内包する際,
40078 子文書が親文書と異なる文書クラスを使用している場合には,
40079 予期せぬ出力を避けるために,
40080 文書を書き出したり閲覧する際に警告が発せられます.
40081 \end_layout
40082
40083 \end_inset
40084
40085
40086 \end_layout
40087
40088 \begin_layout Description
40089 入力(input) この方法は,
40090 内包による方法に非常によく似ています.異なっている点は,
40091
40092 \end_layout
40093
40094 \begin_deeper
40095 \begin_layout Itemize
40096 入力ファイルは,
40097 新規頁として始まることはなく,
40098 終わりに改頁されることもありません.
40099 \end_layout
40100
40101 \begin_layout Itemize
40102 入力ファイルは,
40103 \SpecialChar LyX
40104 設定の操作性
40105 \family sans
40106 \SpecialChar menuseparator
40107 表示
40108 \family default
40109 の下にある
40110 \family sans
40111 画像を表示
40112 \family default
40113 を有効にすると,
40114 \SpecialChar LyX
40115 中でプレビューすることができます.
40116 \end_layout
40117
40118 \begin_layout Itemize
40119 \SpecialChar LaTeX
40120 コマンドの
40121 \series bold
40122
40123 \backslash
40124 includeonly
40125 \series default
40126 は使用することができません.
40127 \end_layout
40128
40129 \end_deeper
40130 \begin_layout Standard
40131 右は,
40132
40133 \family sans
40134 入力(input)
40135 \family default
40136 を使って挿入した子文書です. 
40137 \begin_inset CommandInset include
40138 LatexCommand input
40139 filename "DummyDocument2.lyx"
40140 literal "true"
40141
40142 \end_inset
40143
40144
40145 \end_layout
40146
40147 \begin_layout Description
40148 原文儘(verbatim) この方法では,
40149 テキストファイルなら何でも取り込むことができます.出力中では,
40150 ファイルはそのソースコードの通りに表示され,
40151 テキスト中に用いられているコマンドは実行されません.
40152 \family sans
40153 出力の空白に印付けをする
40154 \family default
40155 オプションを有効にすると,
40156 ソースコード中のすべての空白文字に「
40157 \begin_inset ERT
40158 status collapsed
40159
40160 \begin_layout Plain Layout
40161
40162
40163 \backslash
40164 textvisiblespace 
40165 \end_layout
40166
40167 \end_inset
40168
40169 」文字を表示させることができます.
40170 \family sans
40171 挿入\SpecialChar menuseparator
40172 ファイル\SpecialChar menuseparator
40173 平文
40174 \family default
40175 メニューを使う方法との違いは,
40176 こちらは文書の内容が\SpecialChar LyX
40177 中に表示されないことです.
40178 \end_layout
40179
40180 \begin_layout Standard
40181 以下は,
40182 原文儘として挿入された子文書です. 
40183 \begin_inset CommandInset include
40184 LatexCommand verbatiminput
40185 filename "DummyTextDocument.txt"
40186 literal "true"
40187
40188 \end_inset
40189
40190
40191 \begin_inset VSpace bigskip
40192 \end_inset
40193
40194 以下は,
40195
40196 \family sans
40197 出力の空白に印付けをする
40198 \family default
40199 オプションを指定して,
40200 原文儘として挿入された子文書です. 
40201 \begin_inset CommandInset include
40202 LatexCommand verbatiminput*
40203 filename "DummyTextDocument.txt"
40204 literal "true"
40205
40206 \end_inset
40207
40208
40209 \end_layout
40210
40211 \begin_layout Standard
40212 \begin_inset VSpace bigskip
40213 \end_inset
40214
40215
40216 \end_layout
40217
40218 \begin_layout Standard
40219 \begin_inset Note Greyedout
40220 status open
40221
40222 \begin_layout Plain Layout
40223
40224 \series bold
40225 【註】
40226 \series default
40227 上記の例でわかるように,
40228
40229 \family sans
40230 原文儘(verbatim)
40231 \family default
40232 として取り込んだ文書の文章は,
40233 文書行の終わりで改行されません.
40234 \end_layout
40235
40236 \end_inset
40237
40238
40239 \end_layout
40240
40241 \begin_layout Standard
40242 \begin_inset Note Greyedout
40243 status open
40244
40245 \begin_layout Plain Layout
40246
40247 \series bold
40248 【訳註】
40249 \series default
40250 原文儘で日本語のファイルを読み込むときは,
40251 子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
40252 \end_layout
40253
40254 \end_inset
40255
40256
40257 \end_layout
40258
40259 \begin_layout Description
40260 プログラムリスト この型については,
40261
40262 \begin_inset CommandInset ref
40263 LatexCommand ref
40264 reference "cha:プログラムコードリスト"
40265 nolink "false"
40266
40267 \end_inset
40268
40269 章に説明されています.
40270 \end_layout
40271
40272 \begin_layout Standard
40273 \begin_inset Note Greyedout
40274 status open
40275
40276 \begin_layout Plain Layout
40277
40278 \series bold
40279 【註】
40280 \series default
40281 同一文書中に,
40282 同じ文書を異なる方法で二度取り込むと,
40283 \SpecialChar LaTeX
40284 で問題が発生する可能性があります.
40285 \end_layout
40286
40287 \end_inset
40288
40289
40290 \end_layout
40291
40292 \begin_layout Standard
40293 コンパイル時間を短縮したり,
40294 執筆中のbookの特定の章のみを配布したいなどの理由で,
40295 親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,
40296 子文書の一部を出力から排除することができます.これは,
40297
40298 \family sans
40299 文書\SpecialChar menuseparator
40300 設定\SpecialChar menuseparator
40301 子文書
40302 \family default
40303 メニューから行うことができます.そこの一覧中の各子文書の
40304 \family sans
40305 出力に含める
40306 \family default
40307 列をダブルクリックすることによって,
40308 その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能することにご注意ください).
40309 \family sans
40310 カウンタと引用を維持
40311 \family default
40312 オプションを有効にすると,
40313 \SpecialChar LyX
40314 は,
40315 すべてのページ番号と参照等が,
40316 文書全体を処理した時と同じように正しくなるようにします.これは,
40317 選択した部分文書が,
40318 文書全体のコンテクストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,
40319 この機能を実現するには,
40320 \SpecialChar LyX
40321 はバックグラウンドで文書全体を処理しなくてはなりません.したがって,
40322 コンパイルの時間を節約し,
40323 カウンタや参照が必ずしも正しくなくてもいい場合には,
40324 このチェックボックスは外しておいてください.
40325 \end_layout
40326
40327 \begin_layout Standard
40328 あるいは,
40329 取り込んだファイルの各々を派生枝の中に入れる方法があります
40330 \begin_inset Foot
40331 status collapsed
40332
40333 \begin_layout Plain Layout
40334 派生枝は,
40335 \SpecialChar LyX
40336
40337 \emph on
40338 ユーザーの手引き
40339 \emph default
40340
40341 \emph on
40342 派生枝
40343 \emph default
40344 の節に説明されています.
40345 \end_layout
40346
40347 \end_inset
40348
40349 .派生枝を有効化したり無効化したりすることによって,
40350 取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,
40351 入力で取り込んだ部分文書についても動作するという利点があります.ただし,
40352 カウンタと参照は,
40353 この方法では維持されるとは限りません.
40354 \end_layout
40355
40356 \begin_layout Chapter
40357 プログラムコードリスト
40358 \begin_inset CommandInset label
40359 LatexCommand label
40360 name "cha:プログラムコードリスト"
40361
40362 \end_inset
40363
40364
40365 \begin_inset Index idx
40366 range none
40367 pageformat default
40368 status collapsed
40369
40370 \begin_layout Plain Layout
40371 りすと@リスト
40372 \end_layout
40373
40374 \end_inset
40375
40376
40377 \begin_inset Index idx
40378 range none
40379 pageformat default
40380 status collapsed
40381
40382 \begin_layout Plain Layout
40383 ぷろぐらむこーど@プログラムコード
40384 \end_layout
40385
40386 \end_inset
40387
40388
40389 \begin_inset Index idx
40390 range none
40391 pageformat default
40392 status collapsed
40393
40394 \begin_layout Plain Layout
40395 ふろーと@フロート !
40396  りすと@リスト
40397 \end_layout
40398
40399 \end_inset
40400
40401
40402 \end_layout
40403
40404 \begin_layout Standard
40405 プログラムコードを取り込んで組版するには,
40406
40407 \family sans
40408 挿入
40409 \family default
40410 \SpecialChar menuseparator
40411
40412 \family sans
40413 プログラムリスト
40414 \family default
40415 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
40416 パッケージ
40417 \series bold
40418 listings
40419 \series default
40420
40421 \begin_inset Index idx
40422 range none
40423 pageformat default
40424 status collapsed
40425
40426 \begin_layout Plain Layout
40427 \SpecialChar LaTeX
40428 ぱっけーじ@\SpecialChar LaTeX
40429 パッケージ !
40430  listings
40431 \end_layout
40432
40433 \end_inset
40434
40435 または
40436 \series bold
40437 minted
40438 \series default
40439
40440 \begin_inset Index idx
40441 range none
40442 pageformat default
40443 status collapsed
40444
40445 \begin_layout Plain Layout
40446 \SpecialChar LaTeX
40447 ぱっけーじ@\SpecialChar LaTeX
40448 パッケージ !
40449  minted
40450 \end_layout
40451
40452 \end_inset
40453
40454 は,
40455 使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,
40456 これらのパッケージのうち一つしか使うことができません.既定値では,
40457
40458 \series bold
40459 listings
40460 \series default
40461 が用いられます.
40462 \end_layout
40463
40464 \begin_layout Standard
40465 \begin_inset Note Note
40466 status open
40467
40468 \begin_layout Plain Layout
40469
40470 \series bold
40471 【註】
40472 \series default
40473 \SpecialChar LyX
40474 は,
40475 ユーザーが変換子の定義に
40476 \family typewriter
40477 -shell-escape
40478 \family default
40479 オプションを付けることを推奨したく
40480 \emph on
40481 ありません
40482 \emph default
40483 .これは動作しますが,
40484 莫大なセキュリティリスクを背負い込むことになります.これへの対処については,
40485 活発な議論が交わされています.これは,
40486 解決次第,
40487 適切にアップデートされる可能性があります.
40488 \end_layout
40489
40490 \begin_layout Plain Layout
40491 =====
40492 \end_layout
40493
40494 \begin_layout Plain Layout
40495
40496 \series bold
40497 minted
40498 \series default
40499 を使うためには,
40500 文書設定の
40501 \family sans
40502 プログラムリスト
40503 \family default
40504 で,
40505 文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
40506
40507 \series bold
40508 minted
40509 \series default
40510 は,
40511 追加的に
40512 \noun on
40513 Python
40514 \noun default
40515 ソフトウェアの
40516 \family sans
40517 pygments
40518 \family default
40519 モジュールを必要とし
40520 \begin_inset Foot
40521 status collapsed
40522
40523 \begin_layout Plain Layout
40524 Windows版\SpecialChar LyX
40525 では,
40526
40527 \family sans
40528 pygments
40529 \family default
40530 はすでに導入済みです.
40531 \end_layout
40532
40533 \end_inset
40534
40535
40536 \SpecialChar LaTeX
40537 処理子に
40538 \family typewriter
40539 -shell-escape
40540 \family default
40541 オプションを付ける必要があります.例えば,
40542 文書を
40543 \family sans
40544 PDF
40545 \begin_inset space ~
40546 \end_inset
40547
40548 (pdflatex)
40549 \family default
40550 形式で閲覧・書き出ししたい場合には,
40551 \SpecialChar LyX
40552 設定の
40553 \family sans
40554 ファイル処理\SpecialChar menuseparator
40555 変換子
40556 \family default
40557 に行って,
40558
40559 \family sans
40560 LaTeX
40561 \begin_inset space ~
40562 \end_inset
40563
40564 (pdflatex) -> PDF
40565 \begin_inset space ~
40566 \end_inset
40567
40568 (pdflatex)
40569 \family default
40570 項目を開き,
40571
40572 \family sans
40573 変換子
40574 \family default
40575 フィールドを見ます.この内容は,
40576 既定では
40577 \begin_inset Newline newline
40578 \end_inset
40579
40580
40581 \series bold
40582 pdflatex $$i
40583 \series default
40584
40585 \begin_inset Newline newline
40586 \end_inset
40587
40588 となっているはずですが,
40589 これを
40590 \begin_inset Newline newline
40591 \end_inset
40592
40593
40594 \series bold
40595 pdflatex $$i -shell-escape
40596 \begin_inset Newline newline
40597 \end_inset
40598
40599
40600 \series default
40601 に変更して,
40602
40603 \family sans
40604 修正
40605 \family default
40606 ボタンを押し,
40607 引き続き
40608 \family sans
40609 適用
40610 \family default
40611
40612 \family sans
40613 保存
40614 \family default
40615 を押してください.
40616 \family sans
40617 PDF
40618 \begin_inset space ~
40619 \end_inset
40620
40621 (LuaTeX)
40622 \family default
40623
40624 \family sans
40625 PDF
40626 \begin_inset space ~
40627 \end_inset
40628
40629 (XeTeX)
40630 \family default
40631 の出力形式に対しても,
40632 同じことを行います.
40633 \end_layout
40634
40635 \end_inset
40636
40637
40638 \end_layout
40639
40640 \begin_layout Standard
40641 プログラムリスト差込枠を右クリックすると,
40642 コンテクストメニューが開き,
40643 リスト書式を設定することができます.
40644 \end_layout
40645
40646 \begin_layout Standard
40647 既定では,
40648 出力におけるプログラムリストは,
40649 新しい段落として始まります.配置オプションで
40650 \family sans
40651 行内リスト
40652 \family default
40653 を指定すると,
40654 リストは
40655 \begin_inset listings
40656 lstparams "language={C++}"
40657 inline true
40658 status collapsed
40659
40660 \begin_layout Plain Layout
40661
40662 int a=5;
40663 \end_layout
40664
40665 \end_inset
40666
40667 のように行内に印字されます.
40668 \begin_inset Newline newline
40669 \end_inset
40670
40671
40672 \family sans
40673 フロート
40674 \family default
40675 オプションは,
40676 プログラムリストフロートを生成するものですが,
40677 ここで,
40678
40679 \begin_inset CommandInset ref
40680 LatexCommand ref
40681 reference "sec:フロートの配置"
40682 nolink "false"
40683
40684 \end_inset
40685
40686 節に説明されているフロート配置オプションに従って,
40687
40688 \family sans
40689 h
40690 \family default
40691 」「
40692 \family sans
40693 t
40694 \family default
40695 」「
40696 \family sans
40697 b
40698 \family default
40699 」「
40700 \family sans
40701 p
40702 \family default
40703 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,
40704
40705 \family sans
40706 htbp
40707 \family default
40708 」のように区切りを入れることなく入力することができます.「
40709 \family sans
40710 h
40711 \family default
40712 」オプションは効かない場合がありますが,
40713 フロートでないプログラムリストにもキャプションを入れることができ,
40714 また参照もできるので,
40715 この場合には
40716 \family sans
40717 フロート
40718 \family default
40719 オプションを使用しなければ大丈夫です.
40720 \end_layout
40721
40722 \begin_layout Standard
40723
40724 \family sans
40725 挿入
40726 \family default
40727 \SpecialChar menuseparator
40728
40729 \family sans
40730 キャプション
40731 \family default
40732 メニューを使えば,
40733 行中でないプログラムリストには,
40734 キャプションを付けることができます.プログラムリストは,
40735 フロート同様,
40736 リスト
40737 \begin_inset CommandInset ref
40738 LatexCommand ref
40739 reference "lst:ListFloat"
40740 nolink "false"
40741
40742 \end_inset
40743
40744 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
40745
40746 \family sans
40747 挿入\SpecialChar menuseparator
40748 一覧/目次\SpecialChar menuseparator
40749 プログラムリスト一覧
40750 \family default
40751 で作成することができます.一覧の項目には,
40752 プログラムリストのキャプションとプログラムリスト番号が入ります.
40753 \end_layout
40754
40755 \begin_layout Standard
40756 \begin_inset listings
40757 lstparams "language=Python"
40758 inline false
40759 status open
40760
40761 \begin_layout Plain Layout
40762
40763 \begin_inset Caption Standard
40764
40765 \begin_layout Plain Layout
40766 \begin_inset CommandInset label
40767 LatexCommand label
40768 name "lst:ListFloat"
40769
40770 \end_inset
40771
40772 Example Listing Float
40773 \end_layout
40774
40775 \end_inset
40776
40777 # Example listing float
40778 \end_layout
40779
40780 \begin_layout Plain Layout
40781
40782 def func(param):
40783 \end_layout
40784
40785 \begin_layout Plain Layout
40786
40787     'this is a python function'
40788 \end_layout
40789
40790 \begin_layout Plain Layout
40791
40792     pass
40793 \end_layout
40794
40795 \end_inset
40796
40797
40798 \end_layout
40799
40800 \begin_layout Standard
40801 \begin_inset Note Greyedout
40802 status open
40803
40804 \begin_layout Plain Layout
40805
40806 \series bold
40807 【註】listings
40808 \series default
40809 パッケージは,
40810 既定ではプログラムリストの前にキャプションを置きます.
40811 \begin_inset Newline newline
40812 \end_inset
40813
40814
40815 \series bold
40816 minted
40817 \series default
40818 パッケージは,
40819 フロートの場合,
40820 既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,
40821 キャプションは,
40822 一行目に入れられた場合にはプログラムリストの前に組版され,
40823 そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,
40824 プリアンブルの最後に下記の行を加えてください.
40825 \begin_inset Newline newline
40826 \end_inset
40827
40828
40829 \series bold
40830
40831 \backslash
40832 @ifundefined{newfloat}
40833 \begin_inset Newline newline
40834 \end_inset
40835
40836
40837 \begin_inset Phantom HPhantom
40838 status open
40839
40840 \begin_layout Plain Layout
40841 \begin_inset space ~
40842 \end_inset
40843
40844
40845 \end_layout
40846
40847 \end_inset
40848
40849 {
40850 \backslash
40851 usepackage{float}}{}
40852 \begin_inset Newline newline
40853 \end_inset
40854
40855
40856 \backslash
40857 floatstyle{plaintop}
40858 \series default
40859
40860 \begin_inset Note Note
40861 status collapsed
40862
40863 \begin_layout Plain Layout
40864 文書全体を対象とするフロート配置設定を行うと,
40865 \SpecialChar LyX
40866 は自動的に
40867 \series bold
40868 float
40869 \series default
40870 パッケージを読み込みます.これが二度読み込まれることを防ぐために,
40871 上記のコマンドでは
40872 \series bold
40873
40874 \backslash
40875 @ifundefined
40876 \series default
40877 が使用されています.
40878 \end_layout
40879
40880 \end_inset
40881
40882
40883 \end_layout
40884
40885 \end_inset
40886
40887
40888 \end_layout
40889
40890 \begin_layout Standard
40891 プログラムリストダイアログでプログラミング言語を指定すると,
40892 その言語のキーワードが識別されて,
40893 出力中で特別に組版されます.上の例示プログラムリストでは,
40894 Pythonのキーワード「def」が識別され,
40895 ボールド体で出力されます.
40896 \end_layout
40897
40898 \begin_layout Standard
40899 \begin_inset Note Greyedout
40900 status open
40901
40902 \begin_layout Plain Layout
40903
40904 \series bold
40905 【註】
40906 \series default
40907 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,
40908 おそらくお使いの
40909 \family typewriter
40910 typewriter
40911 \family default
40912 フォントがボールド体を提供していません.この場合には,
40913
40914 \family sans
40915 文書
40916 \family default
40917 \SpecialChar menuseparator
40918
40919 \family sans
40920 設定
40921 \family default
40922 \SpecialChar menuseparator
40923
40924 \family sans
40925 フォント
40926 \family default
40927 メニューで別のフォントを選択してください(
40928 \emph on
40929 LuxiMono
40930 \emph default
40931
40932 \emph on
40933 BeraMono
40934 \emph default
40935
40936 \emph on
40937 Courier
40938 \emph default
40939 の各フォントはボールド体を提供します).
40940 \end_layout
40941
40942 \end_inset
40943
40944
40945 \end_layout
40946
40947 \begin_layout Standard
40948 \begin_inset Note Greyedout
40949 status open
40950
40951 \begin_layout Plain Layout
40952
40953 \series bold
40954 【訳註】
40955 \series default
40956 プログラムリスト差込枠中では,
40957 日本語のエンコーディングを表示できないため,
40958 日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
40959 \end_layout
40960
40961 \end_inset
40962
40963
40964 \end_layout
40965
40966 \begin_layout Standard
40967 プログラムリストダイアログの
40968 \family sans
40969 行番号
40970 \family default
40971 のセクションでは,
40972 行番号の様式を指定することができます.
40973 \family sans
40974 行間
40975 \family default
40976 フィールドでは,
40977 どの行に番号を振るかを指定する数字を入れることができます.たとえば,
40978 「3」と入れると,
40979 3行ごとに数字が振られます.
40980 \end_layout
40981
40982 \begin_layout Standard
40983 さらに行の範囲を指定することもでき,
40984 この場合にはこれらの行のみが出力に表示されます.
40985 \family sans
40986 拡張文字コード表を使う
40987 \family default
40988 オプションは,
40989
40990 \series bold
40991 listings
40992 \series default
40993 パッケージにのみ有効であり,
40994 プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
40995 \begin_inset Newline newline
40996 \end_inset
40997
40998
40999 \begin_inset Note Greyedout
41000 status open
41001
41002 \begin_layout Plain Layout
41003
41004 \series bold
41005 【訳註】
41006 \series default
41007 これは,
41008 p\SpecialChar LaTeX
41009 ではうまく動作しません.
41010 \end_layout
41011
41012 \end_inset
41013
41014
41015 \begin_inset Newline newline
41016 \end_inset
41017
41018 以下は,
41019 左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
41020 \begin_inset space \thinspace{}
41021 \end_inset
41022
41023 -
41024 \begin_inset space \thinspace{}
41025 \end_inset
41026
41027 8」で設定したプログラムリストの例です.
41028 \end_layout
41029
41030 \begin_layout Standard
41031 \begin_inset listings
41032 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41033 inline false
41034 status open
41035
41036 \begin_layout Plain Layout
41037
41038 def func(param):
41039 \end_layout
41040
41041 \begin_layout Plain Layout
41042
41043     'this is a python function'
41044 \end_layout
41045
41046 \begin_layout Plain Layout
41047
41048     pass
41049 \end_layout
41050
41051 \begin_layout Plain Layout
41052
41053 def func(param):
41054 \end_layout
41055
41056 \begin_layout Plain Layout
41057
41058 'This is a German word:
41059  Tschuss'
41060 \end_layout
41061
41062 \begin_layout Plain Layout
41063
41064 pass
41065 \end_layout
41066
41067 \begin_layout Plain Layout
41068
41069 def func(param):
41070 \end_layout
41071
41072 \begin_layout Plain Layout
41073
41074 'this is a python function'
41075 \end_layout
41076
41077 \begin_layout Plain Layout
41078
41079 pass
41080 \end_layout
41081
41082 \end_inset
41083
41084
41085 \end_layout
41086
41087 \begin_layout Standard
41088 プログラムリスト中でタビュレータを使う場合は,
41089 タビュレータが確保する文字の数を
41090 \family sans
41091 タビュレータの大きさ
41092 \family default
41093 フィールドで指定することができます.
41094 \end_layout
41095
41096 \begin_layout Standard
41097 \begin_inset Note Greyedout
41098 status open
41099
41100 \begin_layout Plain Layout
41101
41102 \series bold
41103 【註】listings
41104 \series default
41105 パッケージにはバグがあり,
41106 前にプログラムリストがある毎に,
41107 行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,
41108 2行目と5行目に振られているのはこのためです.
41109 \end_layout
41110
41111 \end_inset
41112
41113
41114 \end_layout
41115
41116 \begin_layout Standard
41117 \begin_inset VSpace bigskip
41118 \end_inset
41119
41120
41121 \end_layout
41122
41123 \begin_layout Standard
41124 また,
41125 ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
41126
41127 \family sans
41128 挿入
41129 \family default
41130 \SpecialChar menuseparator
41131
41132 \family sans
41133 ファイル
41134 \family default
41135 \SpecialChar menuseparator
41136
41137 \family sans
41138 子文書
41139 \family default
41140 メニューを使用して
41141 \family sans
41142 プログラムリスト
41143 \family default
41144 型を選択してください
41145 \begin_inset Foot
41146 status collapsed
41147
41148 \begin_layout Plain Layout
41149 他の子文書型については,
41150 第 section
41151 \begin_inset space ~
41152 \end_inset
41153
41154
41155 \begin_inset CommandInset ref
41156 LatexCommand ref
41157 reference "sec:子文書"
41158 nolink "false"
41159
41160 \end_inset
41161
41162 節に説明があります.
41163 \end_layout
41164
41165 \end_inset
41166
41167 .子文書ダイアログでは,
41168 テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,
41169 テキストボックス中で疑問符「?」を打鍵してください.
41170 \end_layout
41171
41172 \begin_layout Standard
41173 子文書プログラムリストを参照したい場合には,
41174 子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,
41175 このラベルは
41176 \family sans
41177 挿入
41178 \family default
41179 \SpecialChar menuseparator
41180
41181 \family sans
41182 相互参照
41183 \family default
41184 メニューを使って参照できるようになります.
41185 \end_layout
41186
41187 \begin_layout Standard
41188 プログラムリスト
41189 \begin_inset CommandInset ref
41190 LatexCommand ref
41191 reference "lst:file-listing"
41192 nolink "false"
41193
41194 \end_inset
41195
41196 は,
41197 ファイルを使ったプログラムリストの一例です.ここでは,
41198 この\SpecialChar LyX
41199 ファイルの10行目から15行目が表示されています.
41200 \end_layout
41201
41202 \begin_layout Standard
41203 \begin_inset CommandInset include
41204 LatexCommand lstinputlisting
41205 filename "EmbeddedObjects.lyx"
41206 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41207 literal "true"
41208
41209 \end_inset
41210
41211
41212 \end_layout
41213
41214 \begin_layout Standard
41215 \begin_inset VSpace bigskip
41216 \end_inset
41217
41218
41219 \end_layout
41220
41221 \begin_layout Standard
41222 リストに数式を入れるには,
41223 以下のようにします.
41224 \end_layout
41225
41226 \begin_layout Enumerate
41227 リストダイアログを開き,
41228
41229 \family sans
41230 詳細
41231 \family default
41232 タブのフィールド中に
41233 \begin_inset Newline newline
41234 \end_inset
41235
41236
41237 \family sans
41238 mathescape=true
41239 \family default
41240
41241 \begin_inset Newline newline
41242 \end_inset
41243
41244 と書き加えます.
41245 \end_layout
41246
41247 \begin_layout Enumerate
41248 リスト外で数式を作成します.
41249 \end_layout
41250
41251 \begin_layout Enumerate
41252 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
41253 \begin_inset Info
41254 type  "shortcut"
41255 arg   "copy"
41256 \end_inset
41257
41258 ).
41259 \end_layout
41260
41261 \begin_layout Enumerate
41262 リストに「$$」と書き,
41263 クリップボードの内容をドルマークの間に貼り付けます(短縮キー
41264 \begin_inset Info
41265 type  "shortcut"
41266 arg   "paste"
41267 \end_inset
41268
41269 ).
41270 \end_layout
41271
41272 \begin_layout Standard
41273 \begin_inset listings
41274 lstparams "language=Python,mathescape=true"
41275 inline false
41276 status open
41277
41278 \begin_layout Plain Layout
41279
41280 \begin_inset Caption Standard
41281
41282 \begin_layout Plain Layout
41283 Example Listing float containing a formula
41284 \end_layout
41285
41286 \end_inset
41287
41288 # Example listing float
41289 \end_layout
41290
41291 \begin_layout Plain Layout
41292
41293 def func(param):
41294 \end_layout
41295
41296 \begin_layout Plain Layout
41297
41298     # $
41299 \backslash
41300 prod_{n=1}^{
41301 \backslash
41302 infty}
41303 \backslash
41304 ,
41305 \backslash
41306 frac{1}{x^{2}}$
41307 \end_layout
41308
41309 \begin_layout Plain Layout
41310
41311     pass
41312 \end_layout
41313
41314 \end_inset
41315
41316
41317 \end_layout
41318
41319 \begin_layout Standard
41320 \begin_inset VSpace bigskip
41321 \end_inset
41322
41323
41324 \end_layout
41325
41326 \begin_layout Standard
41327 大域的なプログラムリストの設定は,
41328
41329 \family sans
41330 文書
41331 \family default
41332 \SpecialChar menuseparator
41333
41334 \family sans
41335 設定
41336 \family default
41337 \SpecialChar menuseparator
41338
41339 \family sans
41340 リスト
41341 \family default
41342 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
41343
41344 \family sans
41345 プログラムリスト設定
41346 \family default
41347 フィールドで疑問符「?」を打鍵してください.
41348 \end_layout
41349
41350 \begin_layout Standard
41351
41352 \series bold
41353 listings
41354 \series default
41355 及び
41356 \series bold
41357 minted
41358 \series default
41359 パッケージについての詳しい情報については,
41360 取扱説明書
41361 \begin_inset CommandInset citation
41362 LatexCommand cite
41363 key "listings,minted"
41364 literal "true"
41365
41366 \end_inset
41367
41368 をご参照ください.
41369 \end_layout
41370
41371 \begin_layout Standard
41372 \begin_inset Newpage newpage
41373 \end_inset
41374
41375
41376 \end_layout
41377
41378 \begin_layout Chapter
41379 \start_of_appendix
41380 \SpecialChar LyX
41381 で使用できる単位
41382 \begin_inset Index idx
41383 range none
41384 pageformat default
41385 status collapsed
41386
41387 \begin_layout Plain Layout
41388 たんい@単位
41389 \end_layout
41390
41391 \end_inset
41392
41393
41394 \begin_inset CommandInset label
41395 LatexCommand label
41396 name "cha:LyXで使用できる単位"
41397
41398 \end_inset
41399
41400
41401 \end_layout
41402
41403 \begin_layout Standard
41404 この文書で用いられる単位の理解のために,
41405
41406 \begin_inset CommandInset ref
41407 LatexCommand ref
41408 reference "tab:単位"
41409 nolink "false"
41410
41411 \end_inset
41412
41413 に,
41414 \SpecialChar LyX
41415 で使うことのできる単位をまとめておきます.
41416 \end_layout
41417
41418 \begin_layout Standard
41419 \begin_inset Float table
41420 placement h
41421 alignment document
41422 wide false
41423 sideways false
41424 status open
41425
41426 \begin_layout Plain Layout
41427 \begin_inset Caption Standard
41428
41429 \begin_layout Plain Layout
41430 \begin_inset CommandInset label
41431 LatexCommand label
41432 name "tab:単位"
41433
41434 \end_inset
41435
41436 単位
41437 \end_layout
41438
41439 \end_inset
41440
41441
41442 \end_layout
41443
41444 \begin_layout Plain Layout
41445 \begin_inset VSpace medskip
41446 \end_inset
41447
41448
41449 \end_layout
41450
41451 \begin_layout Plain Layout
41452 \align center
41453 \begin_inset Tabular
41454 <lyxtabular version="3" rows="21" columns="3">
41455 <features tabularvalignment="middle">
41456 <column alignment="center" valignment="top">
41457 <column alignment="center" valignment="middle" width="50col%">
41458 <column alignment="center" valignment="top">
41459 <row>
41460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41461 \begin_inset Text
41462
41463 \begin_layout Plain Layout
41464 単位
41465 \end_layout
41466
41467 \end_inset
41468 </cell>
41469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41470 \begin_inset Text
41471
41472 \begin_layout Plain Layout
41473 名称/摘要
41474 \end_layout
41475
41476 \end_inset
41477 </cell>
41478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41479 \begin_inset Text
41480
41481 \begin_layout Plain Layout
41482 \SpecialChar LaTeX
41483  コマンド
41484 \end_layout
41485
41486 \end_inset
41487 </cell>
41488 </row>
41489 <row>
41490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41491 \begin_inset Text
41492
41493 \begin_layout Plain Layout
41494 bp
41495 \end_layout
41496
41497 \end_inset
41498 </cell>
41499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41500 \begin_inset Text
41501
41502 \begin_layout Plain Layout
41503 ビッグポイント (72
41504 \begin_inset space \thinspace{}
41505 \end_inset
41506
41507 bp = 1
41508 \begin_inset space \thinspace{}
41509 \end_inset
41510
41511 in)
41512 \end_layout
41513
41514 \end_inset
41515 </cell>
41516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41517 \begin_inset Text
41518
41519 \begin_layout Plain Layout
41520 -
41521 \end_layout
41522
41523 \end_inset
41524 </cell>
41525 </row>
41526 <row>
41527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41528 \begin_inset Text
41529
41530 \begin_layout Plain Layout
41531 cc
41532 \end_layout
41533
41534 \end_inset
41535 </cell>
41536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41537 \begin_inset Text
41538
41539 \begin_layout Plain Layout
41540 シセロ (1
41541 \begin_inset space \thinspace{}
41542 \end_inset
41543
41544 cc = 12
41545 \begin_inset space \thinspace{}
41546 \end_inset
41547
41548 dd)
41549 \end_layout
41550
41551 \end_inset
41552 </cell>
41553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41554 \begin_inset Text
41555
41556 \begin_layout Plain Layout
41557 -
41558 \end_layout
41559
41560 \end_inset
41561 </cell>
41562 </row>
41563 <row>
41564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41565 \begin_inset Text
41566
41567 \begin_layout Plain Layout
41568 cm
41569 \end_layout
41570
41571 \end_inset
41572 </cell>
41573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41574 \begin_inset Text
41575
41576 \begin_layout Plain Layout
41577 センチメートル
41578 \end_layout
41579
41580 \end_inset
41581 </cell>
41582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41583 \begin_inset Text
41584
41585 \begin_layout Plain Layout
41586 -
41587 \end_layout
41588
41589 \end_inset
41590 </cell>
41591 </row>
41592 <row>
41593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41594 \begin_inset Text
41595
41596 \begin_layout Plain Layout
41597 dd
41598 \end_layout
41599
41600 \end_inset
41601 </cell>
41602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41603 \begin_inset Text
41604
41605 \begin_layout Plain Layout
41606 ディドー (72
41607 \begin_inset space \thinspace{}
41608 \end_inset
41609
41610 dd 
41611 \begin_inset Formula $\approx$
41612 \end_inset
41613
41614  37.6
41615 \begin_inset space \thinspace{}
41616 \end_inset
41617
41618 mm)
41619 \end_layout
41620
41621 \end_inset
41622 </cell>
41623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41624 \begin_inset Text
41625
41626 \begin_layout Plain Layout
41627 -
41628 \end_layout
41629
41630 \end_inset
41631 </cell>
41632 </row>
41633 <row>
41634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41635 \begin_inset Text
41636
41637 \begin_layout Plain Layout
41638 em
41639 \end_layout
41640
41641 \end_inset
41642 </cell>
41643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41644 \begin_inset Text
41645
41646 \begin_layout Plain Layout
41647 現在のフォントの文字「M」の幅
41648 \end_layout
41649
41650 \end_inset
41651 </cell>
41652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41653 \begin_inset Text
41654
41655 \begin_layout Plain Layout
41656 -
41657 \end_layout
41658
41659 \end_inset
41660 </cell>
41661 </row>
41662 <row>
41663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41664 \begin_inset Text
41665
41666 \begin_layout Plain Layout
41667 ex
41668 \end_layout
41669
41670 \end_inset
41671 </cell>
41672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676 現在のフォントの文字「x」の高さ
41677 \end_layout
41678
41679 \end_inset
41680 </cell>
41681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41682 \begin_inset Text
41683
41684 \begin_layout Plain Layout
41685 -
41686 \end_layout
41687
41688 \end_inset
41689 </cell>
41690 </row>
41691 <row>
41692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41693 \begin_inset Text
41694
41695 \begin_layout Plain Layout
41696 in
41697 \end_layout
41698
41699 \end_inset
41700 </cell>
41701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41702 \begin_inset Text
41703
41704 \begin_layout Plain Layout
41705 インチ
41706 \end_layout
41707
41708 \end_inset
41709 </cell>
41710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41711 \begin_inset Text
41712
41713 \begin_layout Plain Layout
41714 -
41715 \end_layout
41716
41717 \end_inset
41718 </cell>
41719 </row>
41720 <row>
41721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41722 \begin_inset Text
41723
41724 \begin_layout Plain Layout
41725 mm
41726 \end_layout
41727
41728 \end_inset
41729 </cell>
41730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41731 \begin_inset Text
41732
41733 \begin_layout Plain Layout
41734 ミリメートル
41735 \end_layout
41736
41737 \end_inset
41738 </cell>
41739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41740 \begin_inset Text
41741
41742 \begin_layout Plain Layout
41743 -
41744 \end_layout
41745
41746 \end_inset
41747 </cell>
41748 </row>
41749 <row>
41750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41751 \begin_inset Text
41752
41753 \begin_layout Plain Layout
41754 mu
41755 \end_layout
41756
41757 \end_inset
41758 </cell>
41759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41760 \begin_inset Text
41761
41762 \begin_layout Plain Layout
41763 数式単位 (1
41764 \begin_inset space \thinspace{}
41765 \end_inset
41766
41767 mu = 1/18
41768 \begin_inset space \thinspace{}
41769 \end_inset
41770
41771 em)
41772 \end_layout
41773
41774 \end_inset
41775 </cell>
41776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41777 \begin_inset Text
41778
41779 \begin_layout Plain Layout
41780 -
41781 \end_layout
41782
41783 \end_inset
41784 </cell>
41785 </row>
41786 <row>
41787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791 pt
41792 \end_layout
41793
41794 \end_inset
41795 </cell>
41796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 ポイント (72.27
41801 \begin_inset space \thinspace{}
41802 \end_inset
41803
41804 pt = 1
41805 \begin_inset space \thinspace{}
41806 \end_inset
41807
41808 in)
41809 \end_layout
41810
41811 \end_inset
41812 </cell>
41813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41814 \begin_inset Text
41815
41816 \begin_layout Plain Layout
41817 -
41818 \end_layout
41819
41820 \end_inset
41821 </cell>
41822 </row>
41823 <row>
41824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 pc
41829 \end_layout
41830
41831 \end_inset
41832 </cell>
41833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41834 \begin_inset Text
41835
41836 \begin_layout Plain Layout
41837 パイカ (1
41838 \begin_inset space \thinspace{}
41839 \end_inset
41840
41841 pc = 12
41842 \begin_inset space \thinspace{}
41843 \end_inset
41844
41845 pt)
41846 \end_layout
41847
41848 \end_inset
41849 </cell>
41850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41851 \begin_inset Text
41852
41853 \begin_layout Plain Layout
41854 -
41855 \end_layout
41856
41857 \end_inset
41858 </cell>
41859 </row>
41860 <row>
41861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41862 \begin_inset Text
41863
41864 \begin_layout Plain Layout
41865 sp
41866 \end_layout
41867
41868 \end_inset
41869 </cell>
41870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41871 \begin_inset Text
41872
41873 \begin_layout Plain Layout
41874 スケールポイント (65536
41875 \begin_inset space \thinspace{}
41876 \end_inset
41877
41878 sp = 1
41879 \begin_inset space \thinspace{}
41880 \end_inset
41881
41882 pt)
41883 \end_layout
41884
41885 \end_inset
41886 </cell>
41887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41888 \begin_inset Text
41889
41890 \begin_layout Plain Layout
41891 -
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 </row>
41897 <row>
41898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41899 \begin_inset Text
41900
41901 \begin_layout Plain Layout
41902 画像の縮尺%
41903 \end_layout
41904
41905 \end_inset
41906 </cell>
41907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41908 \begin_inset Text
41909
41910 \begin_layout Plain Layout
41911 元の画像幅の%
41912 \end_layout
41913
41914 \end_inset
41915 </cell>
41916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41917 \begin_inset Text
41918
41919 \begin_layout Plain Layout
41920
41921 \end_layout
41922
41923 \end_inset
41924 </cell>
41925 </row>
41926 <row>
41927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41928 \begin_inset Text
41929
41930 \begin_layout Plain Layout
41931 本文幅%
41932 \end_layout
41933
41934 \end_inset
41935 </cell>
41936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41937 \begin_inset Text
41938
41939 \begin_layout Plain Layout
41940 テキスト幅の%
41941 \end_layout
41942
41943 \end_inset
41944 </cell>
41945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41946 \begin_inset Text
41947
41948 \begin_layout Plain Layout
41949
41950 \backslash
41951 textwidth
41952 \end_layout
41953
41954 \end_inset
41955 </cell>
41956 </row>
41957 <row>
41958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41959 \begin_inset Text
41960
41961 \begin_layout Plain Layout
41962 列幅%
41963 \end_layout
41964
41965 \end_inset
41966 </cell>
41967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41968 \begin_inset Text
41969
41970 \begin_layout Plain Layout
41971 組段幅の%
41972 \end_layout
41973
41974 \end_inset
41975 </cell>
41976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41977 \begin_inset Text
41978
41979 \begin_layout Plain Layout
41980
41981 \backslash
41982 columnwidth
41983 \end_layout
41984
41985 \end_inset
41986 </cell>
41987 </row>
41988 <row>
41989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41990 \begin_inset Text
41991
41992 \begin_layout Plain Layout
41993 ページ幅%
41994 \end_layout
41995
41996 \end_inset
41997 </cell>
41998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41999 \begin_inset Text
42000
42001 \begin_layout Plain Layout
42002 用紙幅の%
42003 \end_layout
42004
42005 \end_inset
42006 </cell>
42007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42008 \begin_inset Text
42009
42010 \begin_layout Plain Layout
42011
42012 \backslash
42013 paperwidth
42014 \end_layout
42015
42016 \end_inset
42017 </cell>
42018 </row>
42019 <row>
42020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42021 \begin_inset Text
42022
42023 \begin_layout Plain Layout
42024 行幅%
42025 \end_layout
42026
42027 \end_inset
42028 </cell>
42029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42030 \begin_inset Text
42031
42032 \begin_layout Plain Layout
42033 行幅の%
42034 \end_layout
42035
42036 \end_inset
42037 </cell>
42038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42039 \begin_inset Text
42040
42041 \begin_layout Plain Layout
42042
42043 \backslash
42044 linewidth
42045 \end_layout
42046
42047 \end_inset
42048 </cell>
42049 </row>
42050 <row>
42051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42052 \begin_inset Text
42053
42054 \begin_layout Plain Layout
42055 本文高%
42056 \end_layout
42057
42058 \end_inset
42059 </cell>
42060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42061 \begin_inset Text
42062
42063 \begin_layout Plain Layout
42064 テキスト高さの%
42065 \end_layout
42066
42067 \end_inset
42068 </cell>
42069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42070 \begin_inset Text
42071
42072 \begin_layout Plain Layout
42073
42074 \backslash
42075 textheight
42076 \end_layout
42077
42078 \end_inset
42079 </cell>
42080 </row>
42081 <row>
42082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42083 \begin_inset Text
42084
42085 \begin_layout Plain Layout
42086 ページ高%
42087 \end_layout
42088
42089 \end_inset
42090 </cell>
42091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42092 \begin_inset Text
42093
42094 \begin_layout Plain Layout
42095 用紙高さの%
42096 \end_layout
42097
42098 \end_inset
42099 </cell>
42100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42101 \begin_inset Text
42102
42103 \begin_layout Plain Layout
42104
42105 \backslash
42106 paperheight
42107 \end_layout
42108
42109 \end_inset
42110 </cell>
42111 </row>
42112 <row>
42113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42114 \begin_inset Text
42115
42116 \begin_layout Plain Layout
42117 行幅%
42118 \end_layout
42119
42120 \end_inset
42121 </cell>
42122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42123 \begin_inset Text
42124
42125 \begin_layout Plain Layout
42126
42127 \lang english
42128 % of height between baselines of two subsequent text lines
42129 \end_layout
42130
42131 \end_inset
42132 </cell>
42133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42134 \begin_inset Text
42135
42136 \begin_layout Plain Layout
42137
42138 \backslash
42139 baselineskip
42140 \end_layout
42141
42142 \end_inset
42143 </cell>
42144 </row>
42145 </lyxtabular>
42146
42147 \end_inset
42148
42149
42150 \end_layout
42151
42152 \end_inset
42153
42154
42155 \end_layout
42156
42157 \begin_layout Chapter
42158 画像を含む場合のファイル出力形式
42159 \begin_inset CommandInset label
42160 LatexCommand label
42161 name "cha:ファイル出力形式"
42162
42163 \end_inset
42164
42165
42166 \end_layout
42167
42168 \begin_layout Section
42169 DVI
42170 \begin_inset Index idx
42171 range none
42172 pageformat default
42173 status collapsed
42174
42175 \begin_layout Plain Layout
42176 ふぁいるしょしき@ファイル書式 !
42177  DVI
42178 \end_layout
42179
42180 \end_inset
42181
42182
42183 \begin_inset Index idx
42184 range none
42185 pageformat default
42186 status collapsed
42187
42188 \begin_layout Plain Layout
42189 DVI
42190 \begin_inset ERT
42191 status collapsed
42192
42193 \begin_layout Plain Layout
42194
42195 |see{
42196 \end_layout
42197
42198 \end_inset
42199
42200 ファイル書式
42201 \begin_inset ERT
42202 status collapsed
42203
42204 \begin_layout Plain Layout
42205
42206 }
42207 \end_layout
42208
42209 \end_inset
42210
42211
42212 \end_layout
42213
42214 \end_inset
42215
42216
42217 \end_layout
42218
42219 \begin_layout Standard
42220 このファイル型の拡張子は「
42221 \family typewriter
42222 .dvi
42223 \family default
42224 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:
42225 デバイス独立型)」の名称がついています.これはあるコンピュータから別のコンピュータへ,
42226 何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,
42227 これは当然のことでは全くありませんでした.DVIは手っ取り早くプレビューしたり,
42228 PostScriptなどの他の出力形式への中間段階として使用されます.
42229 \end_layout
42230
42231 \begin_layout Standard
42232 \begin_inset Note Greyedout
42233 status open
42234
42235 \begin_layout Plain Layout
42236
42237 \series bold
42238 【註】
42239 \series default
42240 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
42241 \end_layout
42242
42243 \end_inset
42244
42245 ですから,
42246 お使いの
42247 \family typewriter
42248 .dvi
42249 \family default
42250 ファイルを別のコンピュータに移すときには,
42251 このことを忘れてはいけません.この性質は,
42252 DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DVIビューアは,
42253 DVIをスクロールする際,
42254 画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,
42255 画像のたくさんあるファイルの場合は,
42256 PDFを使用することをお勧めします.
42257 \end_layout
42258
42259 \begin_layout Standard
42260 使用中の文書は,
42261
42262 \family sans
42263 ファイル
42264 \family default
42265 \SpecialChar menuseparator
42266
42267 \family sans
42268 書き出し
42269 \family default
42270 \SpecialChar menuseparator
42271
42272 \family sans
42273 DVI
42274 \family default
42275 メニューを使用して,
42276 DVIに書き出すことができます.
42277 \family sans
42278 表示
42279 \family default
42280 メニューから,
42281 文書をDVIとして表示させることもできます.
42282 \end_layout
42283
42284 \begin_layout Section
42285 PostScript
42286 \begin_inset Index idx
42287 range none
42288 pageformat default
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292 ふぁいるしょしき@ファイル書式 !
42293  PostScript
42294 \end_layout
42295
42296 \end_inset
42297
42298
42299 \begin_inset Index idx
42300 range none
42301 pageformat default
42302 status collapsed
42303
42304 \begin_layout Plain Layout
42305 PostScript
42306 \begin_inset ERT
42307 status collapsed
42308
42309 \begin_layout Plain Layout
42310
42311 |see{
42312 \end_layout
42313
42314 \end_inset
42315
42316 ファイル書式
42317 \begin_inset ERT
42318 status collapsed
42319
42320 \begin_layout Plain Layout
42321
42322 }
42323 \end_layout
42324
42325 \end_inset
42326
42327
42328 \end_layout
42329
42330 \end_inset
42331
42332
42333 \end_layout
42334
42335 \begin_layout Standard
42336 このファイル型の拡張子は「
42337 \family typewriter
42338 .ps
42339 \family default
42340 」です.PostScriptは,
42341
42342 \family typewriter
42343 Adobe
42344 \family default
42345 社によってプリンタ言語として開発されました.したがって,
42346 このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,
42347 計算を行ったり図表や画像を描いたりすることもできるので,
42348 「プログラミング言語」と見なすことができます
42349 \begin_inset Foot
42350 status collapsed
42351
42352 \begin_layout Plain Layout
42353 これについてもう少し学ぶ気があれば,
42354 \SpecialChar LaTeX
42355 パッケージ
42356 \series bold
42357 PSTricks
42358 \series default
42359
42360 \begin_inset CommandInset citation
42361 LatexCommand cite
42362 key "pstricks"
42363 literal "true"
42364
42365 \end_inset
42366
42367 を見てみてください.
42368 \end_layout
42369
42370 \end_inset
42371
42372 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
42373 \end_layout
42374
42375 \begin_layout Standard
42376 PostScriptは,
42377 「Encapsulated PostScript(EPS:
42378 ファイル拡張子「
42379 \family typewriter
42380 .eps
42381 \family default
42382 」)」形式の画像のみを含めることができます.\SpecialChar LyX
42383 では,
42384 既知の画像形式であればどれでも文書中で使用することができるようになっているため,
42385 \SpecialChar LyX
42386 はバックグラウンドで画像をEPSに変換しなくてはなりません.文書中に,
42387 仮に50の画像があれば,
42388 文書を表示したり書き出ししたりするたびに,
42389 \SpecialChar LyX
42390 は50もの変換を行わなくてはなりません.すると,
42391 \SpecialChar LyX
42392 で行う作業手順が,
42393 著しく遅れてしまいます.したがって,
42394 もしPostScriptを使用することを考えているならば,
42395 この問題を回避するために,
42396 画像を直接EPSとして入れておく方がよいでしょう.
42397 \end_layout
42398
42399 \begin_layout Standard
42400 文書は,
42401
42402 \family sans
42403 ファイル
42404 \family default
42405 \SpecialChar menuseparator
42406
42407 \family sans
42408 書き出し
42409 \family default
42410 \SpecialChar menuseparator
42411
42412 \family sans
42413 Postscript
42414 \family default
42415 メニューを使用して,
42416 PostScriptに書き出すことができます.使用中の文書は,
42417
42418 \family sans
42419 表示
42420 \family default
42421 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
42422 \end_layout
42423
42424 \begin_layout Section
42425 PDF
42426 \begin_inset Index idx
42427 range none
42428 pageformat default
42429 status collapsed
42430
42431 \begin_layout Plain Layout
42432 ふぁいるしょしき@ファイル書式 !
42433  PDF
42434 \end_layout
42435
42436 \end_inset
42437
42438
42439 \begin_inset Index idx
42440 range none
42441 pageformat default
42442 status collapsed
42443
42444 \begin_layout Plain Layout
42445 PDF
42446 \end_layout
42447
42448 \end_inset
42449
42450
42451 \end_layout
42452
42453 \begin_layout Standard
42454 このファイル型の拡張子は「
42455 \family typewriter
42456 .pdf
42457 \family default
42458 」です.この「Portable Document Format (PDF)」は,
42459
42460 \family typewriter
42461 Adobe
42462 \family default
42463 社によってPostScriptの派生として開発されました.PDFは,
42464 PostScriptよりも圧縮されており,
42465 かなり少ないコマンドしか使いません.「portable(可搬的)」の名称が示すとおり,
42466 この形式は,
42467 どのコンピュータシステムでも処理することができ,
42468 印字出力は全く同じように出すことができます.
42469 \end_layout
42470
42471 \begin_layout Standard
42472 PDFは画像を,
42473 同じPDF形式か,
42474 「Joint Photographic Experts Group(JPG:
42475 ファイル拡張子「
42476 \family typewriter
42477 .jpg
42478 \family default
42479 」または「
42480 \family typewriter
42481 .jpeg
42482 \family default
42483 」)」形式か,
42484 「Portable Network Graphics(PNG:
42485 ファイル拡張子「
42486 \family typewriter
42487 .png
42488 \family default
42489 」)」として含めることができます.それにもかかわらず,
42490 \SpecialChar LyX
42491 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,
42492 他の画像形式も自由に使用することができます.しかし,
42493 PostScriptの節で説明したように,
42494 この画像変換は作業手順を遅らせます.したがって,
42495 上記で述べた3つの画像形式のうちいずれかを使用することをお勧めします.
42496 \end_layout
42497
42498 \begin_layout Standard
42499 使用中の文書は,
42500
42501 \family sans
42502 ファイル
42503 \family default
42504 \SpecialChar menuseparator
42505
42506 \family sans
42507 書き出し
42508 \family default
42509 メニューを使用して,
42510 以下の3つの方法のうちいずれかでPDFに書き出すことができます.
42511 \end_layout
42512
42513 \begin_layout Description
42514 PDF
42515 \begin_inset space ~
42516 \end_inset
42517
42518 (ps2pdf) これは
42519 \family typewriter
42520 ps2pdf
42521 \family default
42522 プログラムを使って,
42523 現在のファイルのPostScript版からPDFを生成します.このPostScript版は,
42524 中間段階にDVI版を使用する
42525 \family typewriter
42526 dvips
42527 \family default
42528 プログラムによって生成されます.つまり,
42529 この書き出し方法は,
42530 3段階の変換を伴います.
42531 \end_layout
42532
42533 \begin_layout Description
42534 PDF
42535 \begin_inset space ~
42536 \end_inset
42537
42538 (dvipdfm) これは
42539 \family typewriter
42540 dvipdfm
42541 \family default
42542 プログラムを使って,
42543 現在のファイルをバックグラウンドでDVIに変換し,
42544 2段階目でPDFに変換します.
42545 \end_layout
42546
42547 \begin_layout Description
42548 PDF
42549 \begin_inset space ~
42550 \end_inset
42551
42552 (pdflatex) これは
42553 \family typewriter
42554 pdftex
42555 \family default
42556 プログラムを使って,
42557 現在のファイルを直接PDFに変換します.
42558 \end_layout
42559
42560 \begin_layout Standard
42561
42562 \family typewriter
42563 pdftex
42564 \family default
42565 は現在のPDF版のすべての機能をサポートし,
42566 高速で問題なく安定して動作するので,
42567
42568 \family sans
42569 PDF
42570 \begin_inset space ~
42571 \end_inset
42572
42573 (pdflatex)
42574 \family default
42575 を使用することが推奨されます.
42576 \family typewriter
42577 dvipdfm
42578 \family default
42579 プログラムは開発が停止しており,
42580 若干時代遅れになっています.
42581 \end_layout
42582
42583 \begin_layout Standard
42584 使用中の文書をPDFとして表示するには,
42585
42586 \family sans
42587 表示
42588 \family default
42589 メニューかツールバーボタン(これは
42590 \family sans
42591 PDF
42592 \begin_inset space ~
42593 \end_inset
42594
42595 (pdflatex)
42596 \family default
42597 を使用します)を用います.
42598 \end_layout
42599
42600 \begin_layout Chapter
42601 dvips色名一覧
42602 \begin_inset CommandInset label
42603 LatexCommand label
42604 name "chap:dvips色名一覧"
42605
42606 \end_inset
42607
42608
42609 \end_layout
42610
42611 \begin_layout Standard
42612 \begin_inset Tabular
42613 <lyxtabular version="3" rows="17" columns="4">
42614 <features tabularvalignment="middle">
42615 <column alignment="left" valignment="top" width="0pt">
42616 <column alignment="left" valignment="top" width="0pt">
42617 <column alignment="left" valignment="top" width="0pt">
42618 <column alignment="left" valignment="top" width="0pt">
42619 <row>
42620 <cell alignment="left" valignment="top" usebox="none">
42621 \begin_inset Text
42622
42623 \begin_layout Plain Layout
42624 \begin_inset ERT
42625 status collapsed
42626
42627 \begin_layout Plain Layout
42628
42629
42630 \backslash
42631 fcolorbox{black}{
42632 \end_layout
42633
42634 \end_inset
42635
42636 white
42637 \begin_inset ERT
42638 status collapsed
42639
42640 \begin_layout Plain Layout
42641
42642 }{
42643 \end_layout
42644
42645 \end_inset
42646
42647
42648 \begin_inset ERT
42649 status collapsed
42650
42651 \begin_layout Plain Layout
42652
42653 }
42654 \end_layout
42655
42656 \end_inset
42657
42658  色名
42659 \end_layout
42660
42661 \end_inset
42662 </cell>
42663 <cell alignment="left" valignment="top" usebox="none">
42664 \begin_inset Text
42665
42666 \begin_layout Plain Layout
42667 \begin_inset ERT
42668 status collapsed
42669
42670 \begin_layout Plain Layout
42671
42672
42673 \backslash
42674 fcolorbox{black}{
42675 \end_layout
42676
42677 \end_inset
42678
42679 white
42680 \begin_inset ERT
42681 status collapsed
42682
42683 \begin_layout Plain Layout
42684
42685 }{
42686 \end_layout
42687
42688 \end_inset
42689
42690
42691 \begin_inset ERT
42692 status collapsed
42693
42694 \begin_layout Plain Layout
42695
42696 }
42697 \end_layout
42698
42699 \end_inset
42700
42701  色名
42702 \end_layout
42703
42704 \end_inset
42705 </cell>
42706 <cell alignment="left" valignment="top" usebox="none">
42707 \begin_inset Text
42708
42709 \begin_layout Plain Layout
42710 \begin_inset ERT
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714
42715
42716 \backslash
42717 fcolorbox{black}{
42718 \end_layout
42719
42720 \end_inset
42721
42722 white
42723 \begin_inset ERT
42724 status collapsed
42725
42726 \begin_layout Plain Layout
42727
42728 }{
42729 \end_layout
42730
42731 \end_inset
42732
42733
42734 \begin_inset ERT
42735 status collapsed
42736
42737 \begin_layout Plain Layout
42738
42739 }
42740 \end_layout
42741
42742 \end_inset
42743
42744  色名
42745 \end_layout
42746
42747 \end_inset
42748 </cell>
42749 <cell alignment="left" valignment="top" usebox="none">
42750 \begin_inset Text
42751
42752 \begin_layout Plain Layout
42753 \begin_inset ERT
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757
42758
42759 \backslash
42760 fcolorbox{black}{
42761 \end_layout
42762
42763 \end_inset
42764
42765 white
42766 \begin_inset ERT
42767 status collapsed
42768
42769 \begin_layout Plain Layout
42770
42771 }{
42772 \end_layout
42773
42774 \end_inset
42775
42776
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782 }
42783 \end_layout
42784
42785 \end_inset
42786
42787  色名
42788 \end_layout
42789
42790 \end_inset
42791 </cell>
42792 </row>
42793 <row>
42794 <cell alignment="center" valignment="top" usebox="none">
42795 \begin_inset Text
42796
42797 \begin_layout Plain Layout
42798 \begin_inset ERT
42799 status collapsed
42800
42801 \begin_layout Plain Layout
42802
42803
42804 \backslash
42805 fcolorbox{black}{
42806 \end_layout
42807
42808 \end_inset
42809
42810 Apricot
42811 \begin_inset ERT
42812 status collapsed
42813
42814 \begin_layout Plain Layout
42815
42816 }{
42817 \end_layout
42818
42819 \end_inset
42820
42821
42822 \begin_inset Phantom Phantom
42823 status open
42824
42825 \begin_layout Plain Layout
42826 W
42827 \end_layout
42828
42829 \end_inset
42830
42831
42832 \begin_inset ERT
42833 status collapsed
42834
42835 \begin_layout Plain Layout
42836
42837 }
42838 \end_layout
42839
42840 \end_inset
42841
42842  Apricot
42843 \end_layout
42844
42845 \end_inset
42846 </cell>
42847 <cell alignment="center" valignment="top" usebox="none">
42848 \begin_inset Text
42849
42850 \begin_layout Plain Layout
42851 \begin_inset ERT
42852 status collapsed
42853
42854 \begin_layout Plain Layout
42855
42856
42857 \backslash
42858 fcolorbox{black}{
42859 \end_layout
42860
42861 \end_inset
42862
42863 Aquamarine
42864 \begin_inset ERT
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868
42869 }{
42870 \end_layout
42871
42872 \end_inset
42873
42874
42875 \begin_inset Phantom Phantom
42876 status open
42877
42878 \begin_layout Plain Layout
42879 W
42880 \end_layout
42881
42882 \end_inset
42883
42884
42885 \begin_inset ERT
42886 status collapsed
42887
42888 \begin_layout Plain Layout
42889
42890 }
42891 \end_layout
42892
42893 \end_inset
42894
42895  Aquamarine
42896 \end_layout
42897
42898 \end_inset
42899 </cell>
42900 <cell alignment="center" valignment="top" usebox="none">
42901 \begin_inset Text
42902
42903 \begin_layout Plain Layout
42904 \begin_inset ERT
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908
42909
42910 \backslash
42911 fcolorbox{black}{
42912 \end_layout
42913
42914 \end_inset
42915
42916 Bittersweet
42917 \begin_inset ERT
42918 status collapsed
42919
42920 \begin_layout Plain Layout
42921
42922 }{
42923 \end_layout
42924
42925 \end_inset
42926
42927
42928 \begin_inset Phantom Phantom
42929 status open
42930
42931 \begin_layout Plain Layout
42932 W
42933 \end_layout
42934
42935 \end_inset
42936
42937
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943 }
42944 \end_layout
42945
42946 \end_inset
42947
42948  Bittersweet
42949 \end_layout
42950
42951 \end_inset
42952 </cell>
42953 <cell alignment="center" valignment="top" usebox="none">
42954 \begin_inset Text
42955
42956 \begin_layout Plain Layout
42957 \begin_inset ERT
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961
42962
42963 \backslash
42964 fcolorbox{black}{
42965 \end_layout
42966
42967 \end_inset
42968
42969 BlueGreen
42970 \begin_inset ERT
42971 status collapsed
42972
42973 \begin_layout Plain Layout
42974
42975 }{
42976 \end_layout
42977
42978 \end_inset
42979
42980
42981 \begin_inset Phantom Phantom
42982 status open
42983
42984 \begin_layout Plain Layout
42985 W
42986 \end_layout
42987
42988 \end_inset
42989
42990
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996 }
42997 \end_layout
42998
42999 \end_inset
43000
43001  BlueGreen
43002 \end_layout
43003
43004 \end_inset
43005 </cell>
43006 </row>
43007 <row>
43008 <cell alignment="left" valignment="top" usebox="none">
43009 \begin_inset Text
43010
43011 \begin_layout Plain Layout
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017
43018 \backslash
43019 fcolorbox{black}{
43020 \end_layout
43021
43022 \end_inset
43023
43024 BlueViolet
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030 }{
43031 \end_layout
43032
43033 \end_inset
43034
43035
43036 \begin_inset Phantom Phantom
43037 status open
43038
43039 \begin_layout Plain Layout
43040 W
43041 \end_layout
43042
43043 \end_inset
43044
43045
43046 \begin_inset ERT
43047 status collapsed
43048
43049 \begin_layout Plain Layout
43050
43051 }
43052 \end_layout
43053
43054 \end_inset
43055
43056  BlueViolet
43057 \end_layout
43058
43059 \end_inset
43060 </cell>
43061 <cell alignment="left" valignment="top" usebox="none">
43062 \begin_inset Text
43063
43064 \begin_layout Plain Layout
43065 \begin_inset ERT
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070
43071 \backslash
43072 fcolorbox{black}{
43073 \end_layout
43074
43075 \end_inset
43076
43077 BrickRed
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083 }{
43084 \end_layout
43085
43086 \end_inset
43087
43088
43089 \begin_inset Phantom Phantom
43090 status open
43091
43092 \begin_layout Plain Layout
43093 W
43094 \end_layout
43095
43096 \end_inset
43097
43098
43099 \begin_inset ERT
43100 status collapsed
43101
43102 \begin_layout Plain Layout
43103
43104 }
43105 \end_layout
43106
43107 \end_inset
43108
43109  BrickRed
43110 \end_layout
43111
43112 \end_inset
43113 </cell>
43114 <cell alignment="left" valignment="top" usebox="none">
43115 \begin_inset Text
43116
43117 \begin_layout Plain Layout
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123
43124 \backslash
43125 fcolorbox{black}{
43126 \end_layout
43127
43128 \end_inset
43129
43130 Brown
43131 \begin_inset ERT
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135
43136 }{
43137 \end_layout
43138
43139 \end_inset
43140
43141
43142 \begin_inset Phantom Phantom
43143 status open
43144
43145 \begin_layout Plain Layout
43146 W
43147 \end_layout
43148
43149 \end_inset
43150
43151
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157 }
43158 \end_layout
43159
43160 \end_inset
43161
43162  Brown
43163 \end_layout
43164
43165 \end_inset
43166 </cell>
43167 <cell alignment="left" valignment="top" usebox="none">
43168 \begin_inset Text
43169
43170 \begin_layout Plain Layout
43171 \begin_inset ERT
43172 status collapsed
43173
43174 \begin_layout Plain Layout
43175
43176
43177 \backslash
43178 fcolorbox{black}{
43179 \end_layout
43180
43181 \end_inset
43182
43183 BurntOrange
43184 \begin_inset ERT
43185 status collapsed
43186
43187 \begin_layout Plain Layout
43188
43189 }{
43190 \end_layout
43191
43192 \end_inset
43193
43194
43195 \begin_inset Phantom Phantom
43196 status open
43197
43198 \begin_layout Plain Layout
43199 W
43200 \end_layout
43201
43202 \end_inset
43203
43204
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210 }
43211 \end_layout
43212
43213 \end_inset
43214
43215  BurntOrange
43216 \end_layout
43217
43218 \end_inset
43219 </cell>
43220 </row>
43221 <row>
43222 <cell alignment="left" valignment="top" usebox="none">
43223 \begin_inset Text
43224
43225 \begin_layout Plain Layout
43226 \begin_inset ERT
43227 status collapsed
43228
43229 \begin_layout Plain Layout
43230
43231
43232 \backslash
43233 fcolorbox{black}{
43234 \end_layout
43235
43236 \end_inset
43237
43238 CadetBlue
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244 }{
43245 \end_layout
43246
43247 \end_inset
43248
43249
43250 \begin_inset Phantom Phantom
43251 status open
43252
43253 \begin_layout Plain Layout
43254 W
43255 \end_layout
43256
43257 \end_inset
43258
43259
43260 \begin_inset ERT
43261 status collapsed
43262
43263 \begin_layout Plain Layout
43264
43265 }
43266 \end_layout
43267
43268 \end_inset
43269
43270  CadetBlue
43271 \end_layout
43272
43273 \end_inset
43274 </cell>
43275 <cell alignment="left" valignment="top" usebox="none">
43276 \begin_inset Text
43277
43278 \begin_layout Plain Layout
43279 \begin_inset ERT
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283
43284
43285 \backslash
43286 fcolorbox{black}{
43287 \end_layout
43288
43289 \end_inset
43290
43291 CarnationPink
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297 }{
43298 \end_layout
43299
43300 \end_inset
43301
43302
43303 \begin_inset Phantom Phantom
43304 status open
43305
43306 \begin_layout Plain Layout
43307 W
43308 \end_layout
43309
43310 \end_inset
43311
43312
43313 \begin_inset ERT
43314 status collapsed
43315
43316 \begin_layout Plain Layout
43317
43318 }
43319 \end_layout
43320
43321 \end_inset
43322
43323  CarnationPink
43324 \end_layout
43325
43326 \end_inset
43327 </cell>
43328 <cell alignment="left" valignment="top" usebox="none">
43329 \begin_inset Text
43330
43331 \begin_layout Plain Layout
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337
43338 \backslash
43339 fcolorbox{black}{
43340 \end_layout
43341
43342 \end_inset
43343
43344 Cerulean
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350 }{
43351 \end_layout
43352
43353 \end_inset
43354
43355
43356 \begin_inset Phantom Phantom
43357 status open
43358
43359 \begin_layout Plain Layout
43360 W
43361 \end_layout
43362
43363 \end_inset
43364
43365
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371 }
43372 \end_layout
43373
43374 \end_inset
43375
43376  Cerulean
43377 \end_layout
43378
43379 \end_inset
43380 </cell>
43381 <cell alignment="left" valignment="top" usebox="none">
43382 \begin_inset Text
43383
43384 \begin_layout Plain Layout
43385 \begin_inset ERT
43386 status collapsed
43387
43388 \begin_layout Plain Layout
43389
43390
43391 \backslash
43392 fcolorbox{black}{
43393 \end_layout
43394
43395 \end_inset
43396
43397 CornflowerBlue
43398 \begin_inset ERT
43399 status collapsed
43400
43401 \begin_layout Plain Layout
43402
43403 }{
43404 \end_layout
43405
43406 \end_inset
43407
43408
43409 \begin_inset Phantom Phantom
43410 status open
43411
43412 \begin_layout Plain Layout
43413 W
43414 \end_layout
43415
43416 \end_inset
43417
43418
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424 }
43425 \end_layout
43426
43427 \end_inset
43428
43429  CornflowerBlue
43430 \end_layout
43431
43432 \end_inset
43433 </cell>
43434 </row>
43435 <row>
43436 <cell alignment="left" valignment="top" usebox="none">
43437 \begin_inset Text
43438
43439 \begin_layout Plain Layout
43440 \begin_inset ERT
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444
43445
43446 \backslash
43447 fcolorbox{black}{
43448 \end_layout
43449
43450 \end_inset
43451
43452 Dandelion
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458 }{
43459 \end_layout
43460
43461 \end_inset
43462
43463
43464 \begin_inset Phantom Phantom
43465 status open
43466
43467 \begin_layout Plain Layout
43468 W
43469 \end_layout
43470
43471 \end_inset
43472
43473
43474 \begin_inset ERT
43475 status collapsed
43476
43477 \begin_layout Plain Layout
43478
43479 }
43480 \end_layout
43481
43482 \end_inset
43483
43484  Dandelion
43485 \end_layout
43486
43487 \end_inset
43488 </cell>
43489 <cell alignment="left" valignment="top" usebox="none">
43490 \begin_inset Text
43491
43492 \begin_layout Plain Layout
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498
43499 \backslash
43500 fcolorbox{black}{
43501 \end_layout
43502
43503 \end_inset
43504
43505 DarkOrchid
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511 }{
43512 \end_layout
43513
43514 \end_inset
43515
43516
43517 \begin_inset Phantom Phantom
43518 status open
43519
43520 \begin_layout Plain Layout
43521 W
43522 \end_layout
43523
43524 \end_inset
43525
43526
43527 \begin_inset ERT
43528 status collapsed
43529
43530 \begin_layout Plain Layout
43531
43532 }
43533 \end_layout
43534
43535 \end_inset
43536
43537  DarkOrchid
43538 \end_layout
43539
43540 \end_inset
43541 </cell>
43542 <cell alignment="left" valignment="top" usebox="none">
43543 \begin_inset Text
43544
43545 \begin_layout Plain Layout
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551
43552 \backslash
43553 fcolorbox{black}{
43554 \end_layout
43555
43556 \end_inset
43557
43558 Emerald
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564 }{
43565 \end_layout
43566
43567 \end_inset
43568
43569
43570 \begin_inset Phantom Phantom
43571 status open
43572
43573 \begin_layout Plain Layout
43574 W
43575 \end_layout
43576
43577 \end_inset
43578
43579
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585 }
43586 \end_layout
43587
43588 \end_inset
43589
43590  Emerald
43591 \end_layout
43592
43593 \end_inset
43594 </cell>
43595 <cell alignment="left" valignment="top" usebox="none">
43596 \begin_inset Text
43597
43598 \begin_layout Plain Layout
43599 \begin_inset ERT
43600 status collapsed
43601
43602 \begin_layout Plain Layout
43603
43604
43605 \backslash
43606 fcolorbox{black}{
43607 \end_layout
43608
43609 \end_inset
43610
43611 ForestGreen
43612 \begin_inset ERT
43613 status collapsed
43614
43615 \begin_layout Plain Layout
43616
43617 }{
43618 \end_layout
43619
43620 \end_inset
43621
43622
43623 \begin_inset Phantom Phantom
43624 status open
43625
43626 \begin_layout Plain Layout
43627 W
43628 \end_layout
43629
43630 \end_inset
43631
43632
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638 }
43639 \end_layout
43640
43641 \end_inset
43642
43643  ForestGreen
43644 \end_layout
43645
43646 \end_inset
43647 </cell>
43648 </row>
43649 <row>
43650 <cell alignment="left" valignment="top" usebox="none">
43651 \begin_inset Text
43652
43653 \begin_layout Plain Layout
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659
43660 \backslash
43661 fcolorbox{black}{
43662 \end_layout
43663
43664 \end_inset
43665
43666 Fuchsia
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672 }{
43673 \end_layout
43674
43675 \end_inset
43676
43677
43678 \begin_inset Phantom Phantom
43679 status open
43680
43681 \begin_layout Plain Layout
43682 W
43683 \end_layout
43684
43685 \end_inset
43686
43687
43688 \begin_inset ERT
43689 status collapsed
43690
43691 \begin_layout Plain Layout
43692
43693 }
43694 \end_layout
43695
43696 \end_inset
43697
43698  Fuchsia
43699 \end_layout
43700
43701 \end_inset
43702 </cell>
43703 <cell alignment="left" valignment="top" usebox="none">
43704 \begin_inset Text
43705
43706 \begin_layout Plain Layout
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712
43713 \backslash
43714 fcolorbox{black}{
43715 \end_layout
43716
43717 \end_inset
43718
43719 Goldenrod
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725 }{
43726 \end_layout
43727
43728 \end_inset
43729
43730
43731 \begin_inset Phantom Phantom
43732 status open
43733
43734 \begin_layout Plain Layout
43735 W
43736 \end_layout
43737
43738 \end_inset
43739
43740
43741 \begin_inset ERT
43742 status collapsed
43743
43744 \begin_layout Plain Layout
43745
43746 }
43747 \end_layout
43748
43749 \end_inset
43750
43751  Goldenrod
43752 \end_layout
43753
43754 \end_inset
43755 </cell>
43756 <cell alignment="left" valignment="top" usebox="none">
43757 \begin_inset Text
43758
43759 \begin_layout Plain Layout
43760 \begin_inset ERT
43761 status collapsed
43762
43763 \begin_layout Plain Layout
43764
43765
43766 \backslash
43767 fcolorbox{black}{
43768 \end_layout
43769
43770 \end_inset
43771
43772 Gray
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778 }{
43779 \end_layout
43780
43781 \end_inset
43782
43783
43784 \begin_inset Phantom Phantom
43785 status open
43786
43787 \begin_layout Plain Layout
43788 W
43789 \end_layout
43790
43791 \end_inset
43792
43793
43794 \begin_inset ERT
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798
43799 }
43800 \end_layout
43801
43802 \end_inset
43803
43804  Gray
43805 \end_layout
43806
43807 \end_inset
43808 </cell>
43809 <cell alignment="left" valignment="top" usebox="none">
43810 \begin_inset Text
43811
43812 \begin_layout Plain Layout
43813 \begin_inset ERT
43814 status collapsed
43815
43816 \begin_layout Plain Layout
43817
43818
43819 \backslash
43820 fcolorbox{black}{
43821 \end_layout
43822
43823 \end_inset
43824
43825 GreenYellow
43826 \begin_inset ERT
43827 status collapsed
43828
43829 \begin_layout Plain Layout
43830
43831 }{
43832 \end_layout
43833
43834 \end_inset
43835
43836
43837 \begin_inset Phantom Phantom
43838 status open
43839
43840 \begin_layout Plain Layout
43841 W
43842 \end_layout
43843
43844 \end_inset
43845
43846
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852 }
43853 \end_layout
43854
43855 \end_inset
43856
43857  GreenYellow
43858 \end_layout
43859
43860 \end_inset
43861 </cell>
43862 </row>
43863 <row>
43864 <cell alignment="center" valignment="top" usebox="none">
43865 \begin_inset Text
43866
43867 \begin_layout Plain Layout
43868 \begin_inset ERT
43869 status collapsed
43870
43871 \begin_layout Plain Layout
43872
43873
43874 \backslash
43875 fcolorbox{black}{
43876 \end_layout
43877
43878 \end_inset
43879
43880 JungleGreen
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886 }{
43887 \end_layout
43888
43889 \end_inset
43890
43891
43892 \begin_inset Phantom Phantom
43893 status open
43894
43895 \begin_layout Plain Layout
43896 W
43897 \end_layout
43898
43899 \end_inset
43900
43901
43902 \begin_inset ERT
43903 status collapsed
43904
43905 \begin_layout Plain Layout
43906
43907 }
43908 \end_layout
43909
43910 \end_inset
43911
43912  JungleGreen
43913 \end_layout
43914
43915 \end_inset
43916 </cell>
43917 <cell alignment="center" valignment="top" usebox="none">
43918 \begin_inset Text
43919
43920 \begin_layout Plain Layout
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926
43927 \backslash
43928 fcolorbox{black}{
43929 \end_layout
43930
43931 \end_inset
43932
43933 Lavender
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939 }{
43940 \end_layout
43941
43942 \end_inset
43943
43944
43945 \begin_inset Phantom Phantom
43946 status open
43947
43948 \begin_layout Plain Layout
43949 W
43950 \end_layout
43951
43952 \end_inset
43953
43954
43955 \begin_inset ERT
43956 status collapsed
43957
43958 \begin_layout Plain Layout
43959
43960 }
43961 \end_layout
43962
43963 \end_inset
43964
43965  Lavender
43966 \end_layout
43967
43968 \end_inset
43969 </cell>
43970 <cell alignment="center" valignment="top" usebox="none">
43971 \begin_inset Text
43972
43973 \begin_layout Plain Layout
43974 \begin_inset ERT
43975 status collapsed
43976
43977 \begin_layout Plain Layout
43978
43979
43980 \backslash
43981 fcolorbox{black}{
43982 \end_layout
43983
43984 \end_inset
43985
43986 LimeGreen
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992 }{
43993 \end_layout
43994
43995 \end_inset
43996
43997
43998 \begin_inset Phantom Phantom
43999 status open
44000
44001 \begin_layout Plain Layout
44002 W
44003 \end_layout
44004
44005 \end_inset
44006
44007
44008 \begin_inset ERT
44009 status collapsed
44010
44011 \begin_layout Plain Layout
44012
44013 }
44014 \end_layout
44015
44016 \end_inset
44017
44018  LimeGreen
44019 \end_layout
44020
44021 \end_inset
44022 </cell>
44023 <cell alignment="center" valignment="top" usebox="none">
44024 \begin_inset Text
44025
44026 \begin_layout Plain Layout
44027 \begin_inset ERT
44028 status collapsed
44029
44030 \begin_layout Plain Layout
44031
44032
44033 \backslash
44034 fcolorbox{black}{
44035 \end_layout
44036
44037 \end_inset
44038
44039 Mahogany
44040 \begin_inset ERT
44041 status collapsed
44042
44043 \begin_layout Plain Layout
44044
44045 }{
44046 \end_layout
44047
44048 \end_inset
44049
44050
44051 \begin_inset Phantom Phantom
44052 status open
44053
44054 \begin_layout Plain Layout
44055 W
44056 \end_layout
44057
44058 \end_inset
44059
44060
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066 }
44067 \end_layout
44068
44069 \end_inset
44070
44071  Mahogany
44072 \end_layout
44073
44074 \end_inset
44075 </cell>
44076 </row>
44077 <row>
44078 <cell alignment="left" valignment="top" usebox="none">
44079 \begin_inset Text
44080
44081 \begin_layout Plain Layout
44082 \begin_inset ERT
44083 status collapsed
44084
44085 \begin_layout Plain Layout
44086
44087
44088 \backslash
44089 fcolorbox{black}{
44090 \end_layout
44091
44092 \end_inset
44093
44094 Mahogany
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100 }{
44101 \end_layout
44102
44103 \end_inset
44104
44105
44106 \begin_inset Phantom Phantom
44107 status open
44108
44109 \begin_layout Plain Layout
44110 W
44111 \end_layout
44112
44113 \end_inset
44114
44115
44116 \begin_inset ERT
44117 status collapsed
44118
44119 \begin_layout Plain Layout
44120
44121 }
44122 \end_layout
44123
44124 \end_inset
44125
44126  Mahogany
44127 \end_layout
44128
44129 \end_inset
44130 </cell>
44131 <cell alignment="left" valignment="top" usebox="none">
44132 \begin_inset Text
44133
44134 \begin_layout Plain Layout
44135 \begin_inset ERT
44136 status collapsed
44137
44138 \begin_layout Plain Layout
44139
44140
44141 \backslash
44142 fcolorbox{black}{
44143 \end_layout
44144
44145 \end_inset
44146
44147 Maroon
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153 }{
44154 \end_layout
44155
44156 \end_inset
44157
44158
44159 \begin_inset Phantom Phantom
44160 status open
44161
44162 \begin_layout Plain Layout
44163 W
44164 \end_layout
44165
44166 \end_inset
44167
44168
44169 \begin_inset ERT
44170 status collapsed
44171
44172 \begin_layout Plain Layout
44173
44174 }
44175 \end_layout
44176
44177 \end_inset
44178
44179  Maroon
44180 \end_layout
44181
44182 \end_inset
44183 </cell>
44184 <cell alignment="left" valignment="top" usebox="none">
44185 \begin_inset Text
44186
44187 \begin_layout Plain Layout
44188 \begin_inset ERT
44189 status collapsed
44190
44191 \begin_layout Plain Layout
44192
44193
44194 \backslash
44195 fcolorbox{black}{
44196 \end_layout
44197
44198 \end_inset
44199
44200 Melon
44201 \begin_inset ERT
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205
44206 }{
44207 \end_layout
44208
44209 \end_inset
44210
44211
44212 \begin_inset Phantom Phantom
44213 status open
44214
44215 \begin_layout Plain Layout
44216 W
44217 \end_layout
44218
44219 \end_inset
44220
44221
44222 \begin_inset ERT
44223 status collapsed
44224
44225 \begin_layout Plain Layout
44226
44227 }
44228 \end_layout
44229
44230 \end_inset
44231
44232  Melon
44233 \end_layout
44234
44235 \end_inset
44236 </cell>
44237 <cell alignment="left" valignment="top" usebox="none">
44238 \begin_inset Text
44239
44240 \begin_layout Plain Layout
44241 \begin_inset ERT
44242 status collapsed
44243
44244 \begin_layout Plain Layout
44245
44246
44247 \backslash
44248 fcolorbox{black}{
44249 \end_layout
44250
44251 \end_inset
44252
44253 MidnightBlue
44254 \begin_inset ERT
44255 status collapsed
44256
44257 \begin_layout Plain Layout
44258
44259 }{
44260 \end_layout
44261
44262 \end_inset
44263
44264
44265 \begin_inset Phantom Phantom
44266 status open
44267
44268 \begin_layout Plain Layout
44269 W
44270 \end_layout
44271
44272 \end_inset
44273
44274
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280 }
44281 \end_layout
44282
44283 \end_inset
44284
44285  MidnightBlue
44286 \end_layout
44287
44288 \end_inset
44289 </cell>
44290 </row>
44291 <row>
44292 <cell alignment="left" valignment="top" usebox="none">
44293 \begin_inset Text
44294
44295 \begin_layout Plain Layout
44296 \begin_inset ERT
44297 status collapsed
44298
44299 \begin_layout Plain Layout
44300
44301
44302 \backslash
44303 fcolorbox{black}{
44304 \end_layout
44305
44306 \end_inset
44307
44308 Mulberry
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314 }{
44315 \end_layout
44316
44317 \end_inset
44318
44319
44320 \begin_inset Phantom Phantom
44321 status open
44322
44323 \begin_layout Plain Layout
44324 W
44325 \end_layout
44326
44327 \end_inset
44328
44329
44330 \begin_inset ERT
44331 status collapsed
44332
44333 \begin_layout Plain Layout
44334
44335 }
44336 \end_layout
44337
44338 \end_inset
44339
44340  Mulberry
44341 \end_layout
44342
44343 \end_inset
44344 </cell>
44345 <cell alignment="left" valignment="top" usebox="none">
44346 \begin_inset Text
44347
44348 \begin_layout Plain Layout
44349 \begin_inset ERT
44350 status collapsed
44351
44352 \begin_layout Plain Layout
44353
44354
44355 \backslash
44356 fcolorbox{black}{
44357 \end_layout
44358
44359 \end_inset
44360
44361 NavyBlue
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367 }{
44368 \end_layout
44369
44370 \end_inset
44371
44372
44373 \begin_inset Phantom Phantom
44374 status open
44375
44376 \begin_layout Plain Layout
44377 W
44378 \end_layout
44379
44380 \end_inset
44381
44382
44383 \begin_inset ERT
44384 status collapsed
44385
44386 \begin_layout Plain Layout
44387
44388 }
44389 \end_layout
44390
44391 \end_inset
44392
44393  NavyBlue
44394 \end_layout
44395
44396 \end_inset
44397 </cell>
44398 <cell alignment="left" valignment="top" usebox="none">
44399 \begin_inset Text
44400
44401 \begin_layout Plain Layout
44402 \begin_inset ERT
44403 status collapsed
44404
44405 \begin_layout Plain Layout
44406
44407
44408 \backslash
44409 fcolorbox{black}{
44410 \end_layout
44411
44412 \end_inset
44413
44414 OliveGreen
44415 \begin_inset ERT
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419
44420 }{
44421 \end_layout
44422
44423 \end_inset
44424
44425
44426 \begin_inset Phantom Phantom
44427 status open
44428
44429 \begin_layout Plain Layout
44430 W
44431 \end_layout
44432
44433 \end_inset
44434
44435
44436 \begin_inset ERT
44437 status collapsed
44438
44439 \begin_layout Plain Layout
44440
44441 }
44442 \end_layout
44443
44444 \end_inset
44445
44446  OliveGreen
44447 \end_layout
44448
44449 \end_inset
44450 </cell>
44451 <cell alignment="left" valignment="top" usebox="none">
44452 \begin_inset Text
44453
44454 \begin_layout Plain Layout
44455 \begin_inset ERT
44456 status collapsed
44457
44458 \begin_layout Plain Layout
44459
44460
44461 \backslash
44462 fcolorbox{black}{
44463 \end_layout
44464
44465 \end_inset
44466
44467 Orange
44468 \begin_inset ERT
44469 status collapsed
44470
44471 \begin_layout Plain Layout
44472
44473 }{
44474 \end_layout
44475
44476 \end_inset
44477
44478
44479 \begin_inset Phantom Phantom
44480 status open
44481
44482 \begin_layout Plain Layout
44483 W
44484 \end_layout
44485
44486 \end_inset
44487
44488
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494 }
44495 \end_layout
44496
44497 \end_inset
44498
44499  Orange
44500 \end_layout
44501
44502 \end_inset
44503 </cell>
44504 </row>
44505 <row>
44506 <cell alignment="left" valignment="top" usebox="none">
44507 \begin_inset Text
44508
44509 \begin_layout Plain Layout
44510 \begin_inset ERT
44511 status collapsed
44512
44513 \begin_layout Plain Layout
44514
44515
44516 \backslash
44517 fcolorbox{black}{
44518 \end_layout
44519
44520 \end_inset
44521
44522 OrangeRed
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528 }{
44529 \end_layout
44530
44531 \end_inset
44532
44533
44534 \begin_inset Phantom Phantom
44535 status open
44536
44537 \begin_layout Plain Layout
44538 W
44539 \end_layout
44540
44541 \end_inset
44542
44543
44544 \begin_inset ERT
44545 status collapsed
44546
44547 \begin_layout Plain Layout
44548
44549 }
44550 \end_layout
44551
44552 \end_inset
44553
44554  OrangeRed
44555 \end_layout
44556
44557 \end_inset
44558 </cell>
44559 <cell alignment="left" valignment="top" usebox="none">
44560 \begin_inset Text
44561
44562 \begin_layout Plain Layout
44563 \begin_inset ERT
44564 status collapsed
44565
44566 \begin_layout Plain Layout
44567
44568
44569 \backslash
44570 fcolorbox{black}{
44571 \end_layout
44572
44573 \end_inset
44574
44575 Orchid
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581 }{
44582 \end_layout
44583
44584 \end_inset
44585
44586
44587 \begin_inset Phantom Phantom
44588 status open
44589
44590 \begin_layout Plain Layout
44591 W
44592 \end_layout
44593
44594 \end_inset
44595
44596
44597 \begin_inset ERT
44598 status collapsed
44599
44600 \begin_layout Plain Layout
44601
44602 }
44603 \end_layout
44604
44605 \end_inset
44606
44607  Orchid
44608 \end_layout
44609
44610 \end_inset
44611 </cell>
44612 <cell alignment="left" valignment="top" usebox="none">
44613 \begin_inset Text
44614
44615 \begin_layout Plain Layout
44616 \begin_inset ERT
44617 status collapsed
44618
44619 \begin_layout Plain Layout
44620
44621
44622 \backslash
44623 fcolorbox{black}{
44624 \end_layout
44625
44626 \end_inset
44627
44628 Peach
44629 \begin_inset ERT
44630 status collapsed
44631
44632 \begin_layout Plain Layout
44633
44634 }{
44635 \end_layout
44636
44637 \end_inset
44638
44639
44640 \begin_inset Phantom Phantom
44641 status open
44642
44643 \begin_layout Plain Layout
44644 W
44645 \end_layout
44646
44647 \end_inset
44648
44649
44650 \begin_inset ERT
44651 status collapsed
44652
44653 \begin_layout Plain Layout
44654
44655 }
44656 \end_layout
44657
44658 \end_inset
44659
44660  Peach
44661 \end_layout
44662
44663 \end_inset
44664 </cell>
44665 <cell alignment="left" valignment="top" usebox="none">
44666 \begin_inset Text
44667
44668 \begin_layout Plain Layout
44669 \begin_inset ERT
44670 status collapsed
44671
44672 \begin_layout Plain Layout
44673
44674
44675 \backslash
44676 fcolorbox{black}{
44677 \end_layout
44678
44679 \end_inset
44680
44681 Periwinkle
44682 \begin_inset ERT
44683 status collapsed
44684
44685 \begin_layout Plain Layout
44686
44687 }{
44688 \end_layout
44689
44690 \end_inset
44691
44692
44693 \begin_inset Phantom Phantom
44694 status open
44695
44696 \begin_layout Plain Layout
44697 W
44698 \end_layout
44699
44700 \end_inset
44701
44702
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708 }
44709 \end_layout
44710
44711 \end_inset
44712
44713  Periwinkle
44714 \end_layout
44715
44716 \end_inset
44717 </cell>
44718 </row>
44719 <row>
44720 <cell alignment="left" valignment="top" usebox="none">
44721 \begin_inset Text
44722
44723 \begin_layout Plain Layout
44724 \begin_inset ERT
44725 status collapsed
44726
44727 \begin_layout Plain Layout
44728
44729
44730 \backslash
44731 fcolorbox{black}{
44732 \end_layout
44733
44734 \end_inset
44735
44736 PineGreen
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742 }{
44743 \end_layout
44744
44745 \end_inset
44746
44747
44748 \begin_inset Phantom Phantom
44749 status open
44750
44751 \begin_layout Plain Layout
44752 W
44753 \end_layout
44754
44755 \end_inset
44756
44757
44758 \begin_inset ERT
44759 status collapsed
44760
44761 \begin_layout Plain Layout
44762
44763 }
44764 \end_layout
44765
44766 \end_inset
44767
44768  PineGreen
44769 \end_layout
44770
44771 \end_inset
44772 </cell>
44773 <cell alignment="left" valignment="top" usebox="none">
44774 \begin_inset Text
44775
44776 \begin_layout Plain Layout
44777 \begin_inset ERT
44778 status collapsed
44779
44780 \begin_layout Plain Layout
44781
44782
44783 \backslash
44784 fcolorbox{black}{
44785 \end_layout
44786
44787 \end_inset
44788
44789 Plum
44790 \begin_inset ERT
44791 status collapsed
44792
44793 \begin_layout Plain Layout
44794
44795 }{
44796 \end_layout
44797
44798 \end_inset
44799
44800
44801 \begin_inset Phantom Phantom
44802 status open
44803
44804 \begin_layout Plain Layout
44805 W
44806 \end_layout
44807
44808 \end_inset
44809
44810
44811 \begin_inset ERT
44812 status collapsed
44813
44814 \begin_layout Plain Layout
44815
44816 }
44817 \end_layout
44818
44819 \end_inset
44820
44821  Plum
44822 \end_layout
44823
44824 \end_inset
44825 </cell>
44826 <cell alignment="left" valignment="top" usebox="none">
44827 \begin_inset Text
44828
44829 \begin_layout Plain Layout
44830 \begin_inset ERT
44831 status collapsed
44832
44833 \begin_layout Plain Layout
44834
44835
44836 \backslash
44837 fcolorbox{black}{
44838 \end_layout
44839
44840 \end_inset
44841
44842 ProcessBlue
44843 \begin_inset ERT
44844 status collapsed
44845
44846 \begin_layout Plain Layout
44847
44848 }{
44849 \end_layout
44850
44851 \end_inset
44852
44853
44854 \begin_inset Phantom Phantom
44855 status open
44856
44857 \begin_layout Plain Layout
44858 W
44859 \end_layout
44860
44861 \end_inset
44862
44863
44864 \begin_inset ERT
44865 status collapsed
44866
44867 \begin_layout Plain Layout
44868
44869 }
44870 \end_layout
44871
44872 \end_inset
44873
44874  ProcessBlue
44875 \end_layout
44876
44877 \end_inset
44878 </cell>
44879 <cell alignment="left" valignment="top" usebox="none">
44880 \begin_inset Text
44881
44882 \begin_layout Plain Layout
44883 \begin_inset ERT
44884 status collapsed
44885
44886 \begin_layout Plain Layout
44887
44888
44889 \backslash
44890 fcolorbox{black}{
44891 \end_layout
44892
44893 \end_inset
44894
44895 Purple
44896 \begin_inset ERT
44897 status collapsed
44898
44899 \begin_layout Plain Layout
44900
44901 }{
44902 \end_layout
44903
44904 \end_inset
44905
44906
44907 \begin_inset Phantom Phantom
44908 status open
44909
44910 \begin_layout Plain Layout
44911 W
44912 \end_layout
44913
44914 \end_inset
44915
44916
44917 \begin_inset ERT
44918 status collapsed
44919
44920 \begin_layout Plain Layout
44921
44922 }
44923 \end_layout
44924
44925 \end_inset
44926
44927  Purple
44928 \end_layout
44929
44930 \end_inset
44931 </cell>
44932 </row>
44933 <row>
44934 <cell alignment="left" valignment="top" usebox="none">
44935 \begin_inset Text
44936
44937 \begin_layout Plain Layout
44938 \begin_inset ERT
44939 status collapsed
44940
44941 \begin_layout Plain Layout
44942
44943
44944 \backslash
44945 fcolorbox{black}{
44946 \end_layout
44947
44948 \end_inset
44949
44950 RawSienna
44951 \begin_inset ERT
44952 status collapsed
44953
44954 \begin_layout Plain Layout
44955
44956 }{
44957 \end_layout
44958
44959 \end_inset
44960
44961
44962 \begin_inset Phantom Phantom
44963 status open
44964
44965 \begin_layout Plain Layout
44966 W
44967 \end_layout
44968
44969 \end_inset
44970
44971
44972 \begin_inset ERT
44973 status collapsed
44974
44975 \begin_layout Plain Layout
44976
44977 }
44978 \end_layout
44979
44980 \end_inset
44981
44982  RawSienna
44983 \end_layout
44984
44985 \end_inset
44986 </cell>
44987 <cell alignment="left" valignment="top" usebox="none">
44988 \begin_inset Text
44989
44990 \begin_layout Plain Layout
44991 \begin_inset ERT
44992 status collapsed
44993
44994 \begin_layout Plain Layout
44995
44996
44997 \backslash
44998 fcolorbox{black}{
44999 \end_layout
45000
45001 \end_inset
45002
45003 RedOrange
45004 \begin_inset ERT
45005 status collapsed
45006
45007 \begin_layout Plain Layout
45008
45009 }{
45010 \end_layout
45011
45012 \end_inset
45013
45014
45015 \begin_inset Phantom Phantom
45016 status open
45017
45018 \begin_layout Plain Layout
45019 W
45020 \end_layout
45021
45022 \end_inset
45023
45024
45025 \begin_inset ERT
45026 status collapsed
45027
45028 \begin_layout Plain Layout
45029
45030 }
45031 \end_layout
45032
45033 \end_inset
45034
45035  RedOrange
45036 \end_layout
45037
45038 \end_inset
45039 </cell>
45040 <cell alignment="left" valignment="top" usebox="none">
45041 \begin_inset Text
45042
45043 \begin_layout Plain Layout
45044 \begin_inset ERT
45045 status collapsed
45046
45047 \begin_layout Plain Layout
45048
45049
45050 \backslash
45051 fcolorbox{black}{
45052 \end_layout
45053
45054 \end_inset
45055
45056 RedViolet
45057 \begin_inset ERT
45058 status collapsed
45059
45060 \begin_layout Plain Layout
45061
45062 }{
45063 \end_layout
45064
45065 \end_inset
45066
45067
45068 \begin_inset Phantom Phantom
45069 status open
45070
45071 \begin_layout Plain Layout
45072 W
45073 \end_layout
45074
45075 \end_inset
45076
45077
45078 \begin_inset ERT
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082
45083 }
45084 \end_layout
45085
45086 \end_inset
45087
45088  RedViolet
45089 \end_layout
45090
45091 \end_inset
45092 </cell>
45093 <cell alignment="left" valignment="top" usebox="none">
45094 \begin_inset Text
45095
45096 \begin_layout Plain Layout
45097 \begin_inset ERT
45098 status collapsed
45099
45100 \begin_layout Plain Layout
45101
45102
45103 \backslash
45104 fcolorbox{black}{
45105 \end_layout
45106
45107 \end_inset
45108
45109 Rhodamine
45110 \begin_inset ERT
45111 status collapsed
45112
45113 \begin_layout Plain Layout
45114
45115 }{
45116 \end_layout
45117
45118 \end_inset
45119
45120
45121 \begin_inset Phantom Phantom
45122 status open
45123
45124 \begin_layout Plain Layout
45125 W
45126 \end_layout
45127
45128 \end_inset
45129
45130
45131 \begin_inset ERT
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135
45136 }
45137 \end_layout
45138
45139 \end_inset
45140
45141  Rhodamine
45142 \end_layout
45143
45144 \end_inset
45145 </cell>
45146 </row>
45147 <row>
45148 <cell alignment="left" valignment="top" usebox="none">
45149 \begin_inset Text
45150
45151 \begin_layout Plain Layout
45152 \begin_inset ERT
45153 status collapsed
45154
45155 \begin_layout Plain Layout
45156
45157
45158 \backslash
45159 fcolorbox{black}{
45160 \end_layout
45161
45162 \end_inset
45163
45164 RoyalBlue
45165 \begin_inset ERT
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169
45170 }{
45171 \end_layout
45172
45173 \end_inset
45174
45175
45176 \begin_inset Phantom Phantom
45177 status open
45178
45179 \begin_layout Plain Layout
45180 W
45181 \end_layout
45182
45183 \end_inset
45184
45185
45186 \begin_inset ERT
45187 status collapsed
45188
45189 \begin_layout Plain Layout
45190
45191 }
45192 \end_layout
45193
45194 \end_inset
45195
45196  RoyalBlue
45197 \end_layout
45198
45199 \end_inset
45200 </cell>
45201 <cell alignment="left" valignment="top" usebox="none">
45202 \begin_inset Text
45203
45204 \begin_layout Plain Layout
45205 \begin_inset ERT
45206 status collapsed
45207
45208 \begin_layout Plain Layout
45209
45210
45211 \backslash
45212 fcolorbox{black}{
45213 \end_layout
45214
45215 \end_inset
45216
45217 RoyalPurple
45218 \begin_inset ERT
45219 status collapsed
45220
45221 \begin_layout Plain Layout
45222
45223 }{
45224 \end_layout
45225
45226 \end_inset
45227
45228
45229 \begin_inset Phantom Phantom
45230 status open
45231
45232 \begin_layout Plain Layout
45233 W
45234 \end_layout
45235
45236 \end_inset
45237
45238
45239 \begin_inset ERT
45240 status collapsed
45241
45242 \begin_layout Plain Layout
45243
45244 }
45245 \end_layout
45246
45247 \end_inset
45248
45249  RoyalPurple
45250 \end_layout
45251
45252 \end_inset
45253 </cell>
45254 <cell alignment="left" valignment="top" usebox="none">
45255 \begin_inset Text
45256
45257 \begin_layout Plain Layout
45258 \begin_inset ERT
45259 status collapsed
45260
45261 \begin_layout Plain Layout
45262
45263
45264 \backslash
45265 fcolorbox{black}{
45266 \end_layout
45267
45268 \end_inset
45269
45270 RubineRed
45271 \begin_inset ERT
45272 status collapsed
45273
45274 \begin_layout Plain Layout
45275
45276 }{
45277 \end_layout
45278
45279 \end_inset
45280
45281
45282 \begin_inset Phantom Phantom
45283 status open
45284
45285 \begin_layout Plain Layout
45286 W
45287 \end_layout
45288
45289 \end_inset
45290
45291
45292 \begin_inset ERT
45293 status collapsed
45294
45295 \begin_layout Plain Layout
45296
45297 }
45298 \end_layout
45299
45300 \end_inset
45301
45302  RubineRed
45303 \end_layout
45304
45305 \end_inset
45306 </cell>
45307 <cell alignment="left" valignment="top" usebox="none">
45308 \begin_inset Text
45309
45310 \begin_layout Plain Layout
45311 \begin_inset ERT
45312 status collapsed
45313
45314 \begin_layout Plain Layout
45315
45316
45317 \backslash
45318 fcolorbox{black}{
45319 \end_layout
45320
45321 \end_inset
45322
45323 Salmon
45324 \begin_inset ERT
45325 status collapsed
45326
45327 \begin_layout Plain Layout
45328
45329 }{
45330 \end_layout
45331
45332 \end_inset
45333
45334
45335 \begin_inset Phantom Phantom
45336 status open
45337
45338 \begin_layout Plain Layout
45339 W
45340 \end_layout
45341
45342 \end_inset
45343
45344
45345 \begin_inset ERT
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349
45350 }
45351 \end_layout
45352
45353 \end_inset
45354
45355  Salmon
45356 \end_layout
45357
45358 \end_inset
45359 </cell>
45360 </row>
45361 <row>
45362 <cell alignment="left" valignment="top" usebox="none">
45363 \begin_inset Text
45364
45365 \begin_layout Plain Layout
45366 \begin_inset ERT
45367 status collapsed
45368
45369 \begin_layout Plain Layout
45370
45371
45372 \backslash
45373 fcolorbox{black}{
45374 \end_layout
45375
45376 \end_inset
45377
45378 SeaGreen
45379 \begin_inset ERT
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383
45384 }{
45385 \end_layout
45386
45387 \end_inset
45388
45389
45390 \begin_inset Phantom Phantom
45391 status open
45392
45393 \begin_layout Plain Layout
45394 W
45395 \end_layout
45396
45397 \end_inset
45398
45399
45400 \begin_inset ERT
45401 status collapsed
45402
45403 \begin_layout Plain Layout
45404
45405 }
45406 \end_layout
45407
45408 \end_inset
45409
45410  SeaGreen
45411 \end_layout
45412
45413 \end_inset
45414 </cell>
45415 <cell alignment="left" valignment="top" usebox="none">
45416 \begin_inset Text
45417
45418 \begin_layout Plain Layout
45419 \begin_inset ERT
45420 status collapsed
45421
45422 \begin_layout Plain Layout
45423
45424
45425 \backslash
45426 fcolorbox{black}{
45427 \end_layout
45428
45429 \end_inset
45430
45431 Sepia
45432 \begin_inset ERT
45433 status collapsed
45434
45435 \begin_layout Plain Layout
45436
45437 }{
45438 \end_layout
45439
45440 \end_inset
45441
45442
45443 \begin_inset Phantom Phantom
45444 status open
45445
45446 \begin_layout Plain Layout
45447 W
45448 \end_layout
45449
45450 \end_inset
45451
45452
45453 \begin_inset ERT
45454 status collapsed
45455
45456 \begin_layout Plain Layout
45457
45458 }
45459 \end_layout
45460
45461 \end_inset
45462
45463  Sepia
45464 \end_layout
45465
45466 \end_inset
45467 </cell>
45468 <cell alignment="left" valignment="top" usebox="none">
45469 \begin_inset Text
45470
45471 \begin_layout Plain Layout
45472 \begin_inset ERT
45473 status collapsed
45474
45475 \begin_layout Plain Layout
45476
45477
45478 \backslash
45479 fcolorbox{black}{
45480 \end_layout
45481
45482 \end_inset
45483
45484 SkyBlue
45485 \begin_inset ERT
45486 status collapsed
45487
45488 \begin_layout Plain Layout
45489
45490 }{
45491 \end_layout
45492
45493 \end_inset
45494
45495
45496 \begin_inset Phantom Phantom
45497 status open
45498
45499 \begin_layout Plain Layout
45500 W
45501 \end_layout
45502
45503 \end_inset
45504
45505
45506 \begin_inset ERT
45507 status collapsed
45508
45509 \begin_layout Plain Layout
45510
45511 }
45512 \end_layout
45513
45514 \end_inset
45515
45516  SkyBlue
45517 \end_layout
45518
45519 \end_inset
45520 </cell>
45521 <cell alignment="left" valignment="top" usebox="none">
45522 \begin_inset Text
45523
45524 \begin_layout Plain Layout
45525 \begin_inset ERT
45526 status collapsed
45527
45528 \begin_layout Plain Layout
45529
45530
45531 \backslash
45532 fcolorbox{black}{
45533 \end_layout
45534
45535 \end_inset
45536
45537 SpringGreen
45538 \begin_inset ERT
45539 status collapsed
45540
45541 \begin_layout Plain Layout
45542
45543 }{
45544 \end_layout
45545
45546 \end_inset
45547
45548
45549 \begin_inset Phantom Phantom
45550 status open
45551
45552 \begin_layout Plain Layout
45553 W
45554 \end_layout
45555
45556 \end_inset
45557
45558
45559 \begin_inset ERT
45560 status collapsed
45561
45562 \begin_layout Plain Layout
45563
45564 }
45565 \end_layout
45566
45567 \end_inset
45568
45569  SpringGreen
45570 \end_layout
45571
45572 \end_inset
45573 </cell>
45574 </row>
45575 <row>
45576 <cell alignment="left" valignment="top" usebox="none">
45577 \begin_inset Text
45578
45579 \begin_layout Plain Layout
45580 \begin_inset ERT
45581 status collapsed
45582
45583 \begin_layout Plain Layout
45584
45585
45586 \backslash
45587 fcolorbox{black}{
45588 \end_layout
45589
45590 \end_inset
45591
45592 Tan
45593 \begin_inset ERT
45594 status collapsed
45595
45596 \begin_layout Plain Layout
45597
45598 }{
45599 \end_layout
45600
45601 \end_inset
45602
45603
45604 \begin_inset Phantom Phantom
45605 status open
45606
45607 \begin_layout Plain Layout
45608 W
45609 \end_layout
45610
45611 \end_inset
45612
45613
45614 \begin_inset ERT
45615 status collapsed
45616
45617 \begin_layout Plain Layout
45618
45619 }
45620 \end_layout
45621
45622 \end_inset
45623
45624  Tan
45625 \end_layout
45626
45627 \end_inset
45628 </cell>
45629 <cell alignment="left" valignment="top" usebox="none">
45630 \begin_inset Text
45631
45632 \begin_layout Plain Layout
45633 \begin_inset ERT
45634 status collapsed
45635
45636 \begin_layout Plain Layout
45637
45638
45639 \backslash
45640 fcolorbox{black}{
45641 \end_layout
45642
45643 \end_inset
45644
45645 TealBlue
45646 \begin_inset ERT
45647 status collapsed
45648
45649 \begin_layout Plain Layout
45650
45651 }{
45652 \end_layout
45653
45654 \end_inset
45655
45656
45657 \begin_inset Phantom Phantom
45658 status open
45659
45660 \begin_layout Plain Layout
45661 W
45662 \end_layout
45663
45664 \end_inset
45665
45666
45667 \begin_inset ERT
45668 status collapsed
45669
45670 \begin_layout Plain Layout
45671
45672 }
45673 \end_layout
45674
45675 \end_inset
45676
45677  TealBlue
45678 \end_layout
45679
45680 \end_inset
45681 </cell>
45682 <cell alignment="left" valignment="top" usebox="none">
45683 \begin_inset Text
45684
45685 \begin_layout Plain Layout
45686 \begin_inset ERT
45687 status collapsed
45688
45689 \begin_layout Plain Layout
45690
45691
45692 \backslash
45693 fcolorbox{black}{
45694 \end_layout
45695
45696 \end_inset
45697
45698 Thistle
45699 \begin_inset ERT
45700 status collapsed
45701
45702 \begin_layout Plain Layout
45703
45704 }{
45705 \end_layout
45706
45707 \end_inset
45708
45709
45710 \begin_inset Phantom Phantom
45711 status open
45712
45713 \begin_layout Plain Layout
45714 W
45715 \end_layout
45716
45717 \end_inset
45718
45719
45720 \begin_inset ERT
45721 status collapsed
45722
45723 \begin_layout Plain Layout
45724
45725 }
45726 \end_layout
45727
45728 \end_inset
45729
45730  Thistle
45731 \end_layout
45732
45733 \end_inset
45734 </cell>
45735 <cell alignment="left" valignment="top" usebox="none">
45736 \begin_inset Text
45737
45738 \begin_layout Plain Layout
45739 \begin_inset ERT
45740 status collapsed
45741
45742 \begin_layout Plain Layout
45743
45744
45745 \backslash
45746 fcolorbox{black}{
45747 \end_layout
45748
45749 \end_inset
45750
45751 Turquoise
45752 \begin_inset ERT
45753 status collapsed
45754
45755 \begin_layout Plain Layout
45756
45757 }{
45758 \end_layout
45759
45760 \end_inset
45761
45762
45763 \begin_inset Phantom Phantom
45764 status open
45765
45766 \begin_layout Plain Layout
45767 W
45768 \end_layout
45769
45770 \end_inset
45771
45772
45773 \begin_inset ERT
45774 status collapsed
45775
45776 \begin_layout Plain Layout
45777
45778 }
45779 \end_layout
45780
45781 \end_inset
45782
45783  Turquoise
45784 \end_layout
45785
45786 \end_inset
45787 </cell>
45788 </row>
45789 <row>
45790 <cell alignment="left" valignment="top" usebox="none">
45791 \begin_inset Text
45792
45793 \begin_layout Plain Layout
45794 \begin_inset ERT
45795 status collapsed
45796
45797 \begin_layout Plain Layout
45798
45799
45800 \backslash
45801 fcolorbox{black}{
45802 \end_layout
45803
45804 \end_inset
45805
45806 Violet
45807 \begin_inset ERT
45808 status collapsed
45809
45810 \begin_layout Plain Layout
45811
45812 }{
45813 \end_layout
45814
45815 \end_inset
45816
45817
45818 \begin_inset Phantom Phantom
45819 status open
45820
45821 \begin_layout Plain Layout
45822 W
45823 \end_layout
45824
45825 \end_inset
45826
45827
45828 \begin_inset ERT
45829 status collapsed
45830
45831 \begin_layout Plain Layout
45832
45833 }
45834 \end_layout
45835
45836 \end_inset
45837
45838  Violet
45839 \end_layout
45840
45841 \end_inset
45842 </cell>
45843 <cell alignment="left" valignment="top" usebox="none">
45844 \begin_inset Text
45845
45846 \begin_layout Plain Layout
45847 \begin_inset ERT
45848 status collapsed
45849
45850 \begin_layout Plain Layout
45851
45852
45853 \backslash
45854 fcolorbox{black}{
45855 \end_layout
45856
45857 \end_inset
45858
45859 VioletRed
45860 \begin_inset ERT
45861 status collapsed
45862
45863 \begin_layout Plain Layout
45864
45865 }{
45866 \end_layout
45867
45868 \end_inset
45869
45870
45871 \begin_inset Phantom Phantom
45872 status open
45873
45874 \begin_layout Plain Layout
45875 W
45876 \end_layout
45877
45878 \end_inset
45879
45880
45881 \begin_inset ERT
45882 status collapsed
45883
45884 \begin_layout Plain Layout
45885
45886 }
45887 \end_layout
45888
45889 \end_inset
45890
45891  VioletRed
45892 \end_layout
45893
45894 \end_inset
45895 </cell>
45896 <cell alignment="left" valignment="top" usebox="none">
45897 \begin_inset Text
45898
45899 \begin_layout Plain Layout
45900 \begin_inset ERT
45901 status collapsed
45902
45903 \begin_layout Plain Layout
45904
45905
45906 \backslash
45907 fcolorbox{black}{
45908 \end_layout
45909
45910 \end_inset
45911
45912 WildStrawberry
45913 \begin_inset ERT
45914 status collapsed
45915
45916 \begin_layout Plain Layout
45917
45918 }{
45919 \end_layout
45920
45921 \end_inset
45922
45923
45924 \begin_inset Phantom Phantom
45925 status open
45926
45927 \begin_layout Plain Layout
45928 W
45929 \end_layout
45930
45931 \end_inset
45932
45933
45934 \begin_inset ERT
45935 status collapsed
45936
45937 \begin_layout Plain Layout
45938
45939 }
45940 \end_layout
45941
45942 \end_inset
45943
45944  WildStrawberry
45945 \end_layout
45946
45947 \end_inset
45948 </cell>
45949 <cell alignment="left" valignment="top" usebox="none">
45950 \begin_inset Text
45951
45952 \begin_layout Plain Layout
45953 \begin_inset ERT
45954 status collapsed
45955
45956 \begin_layout Plain Layout
45957
45958
45959 \backslash
45960 fcolorbox{black}{
45961 \end_layout
45962
45963 \end_inset
45964
45965 YellowGreen
45966 \begin_inset ERT
45967 status collapsed
45968
45969 \begin_layout Plain Layout
45970
45971 }{
45972 \end_layout
45973
45974 \end_inset
45975
45976
45977 \begin_inset Phantom Phantom
45978 status open
45979
45980 \begin_layout Plain Layout
45981 W
45982 \end_layout
45983
45984 \end_inset
45985
45986
45987 \begin_inset ERT
45988 status collapsed
45989
45990 \begin_layout Plain Layout
45991
45992 }
45993 \end_layout
45994
45995 \end_inset
45996
45997  YellowGreen
45998 \end_layout
45999
46000 \end_inset
46001 </cell>
46002 </row>
46003 <row>
46004 <cell alignment="left" valignment="top" usebox="none">
46005 \begin_inset Text
46006
46007 \begin_layout Plain Layout
46008 \begin_inset ERT
46009 status collapsed
46010
46011 \begin_layout Plain Layout
46012
46013
46014 \backslash
46015 fcolorbox{black}{
46016 \end_layout
46017
46018 \end_inset
46019
46020 YellowOrange
46021 \begin_inset ERT
46022 status collapsed
46023
46024 \begin_layout Plain Layout
46025
46026 }{
46027 \end_layout
46028
46029 \end_inset
46030
46031
46032 \begin_inset Phantom Phantom
46033 status open
46034
46035 \begin_layout Plain Layout
46036 W
46037 \end_layout
46038
46039 \end_inset
46040
46041
46042 \begin_inset ERT
46043 status collapsed
46044
46045 \begin_layout Plain Layout
46046
46047 }
46048 \end_layout
46049
46050 \end_inset
46051
46052  YellowOrange
46053 \end_layout
46054
46055 \end_inset
46056 </cell>
46057 <cell alignment="left" valignment="top" usebox="none">
46058 \begin_inset Text
46059
46060 \begin_layout Plain Layout
46061
46062 \end_layout
46063
46064 \end_inset
46065 </cell>
46066 <cell alignment="left" valignment="top" usebox="none">
46067 \begin_inset Text
46068
46069 \begin_layout Plain Layout
46070
46071 \end_layout
46072
46073 \end_inset
46074 </cell>
46075 <cell alignment="left" valignment="top" usebox="none">
46076 \begin_inset Text
46077
46078 \begin_layout Plain Layout
46079
46080 \end_layout
46081
46082 \end_inset
46083 </cell>
46084 </row>
46085 </lyxtabular>
46086
46087 \end_inset
46088
46089
46090 \end_layout
46091
46092 \begin_layout Chapter
46093 第(
46094 \begin_inset CommandInset ref
46095 LatexCommand ref
46096 reference "eq:Wgn"
46097 nolink "false"
46098
46099 \end_inset
46100
46101 )式の説明
46102 \begin_inset CommandInset label
46103 LatexCommand label
46104 name "cha:式の説明"
46105
46106 \end_inset
46107
46108
46109 \end_layout
46110
46111 \begin_layout Standard
46112 \begin_inset Formula $n$
46113 \end_inset
46114
46115 個の表セルの全幅
46116 \begin_inset Formula $W_{\text{全}:n}$
46117 \end_inset
46118
46119
46120 \begin_inset Formula 
46121 \begin{equation}
46122 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46123 \end{equation}
46124
46125 \end_inset
46126
46127
46128 \end_layout
46129
46130 \begin_layout Standard
46131 で計算できます.ここで
46132 \begin_inset Formula $W_{\text{指}:n}$
46133 \end_inset
46134
46135 は,
46136 すべてのセルが持つ固定幅です.
46137 \series bold
46138
46139 \backslash
46140 tabcolsep
46141 \series default
46142 は,
46143 セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
46144 長であり,
46145 既定値は6
46146 \begin_inset space \thinspace{}
46147 \end_inset
46148
46149 ptです.
46150 \series bold
46151
46152 \backslash
46153 arrayrulewidth
46154 \series default
46155 は,
46156 セル罫線幅であり,
46157 既定値は0.4
46158 \begin_inset space \thinspace{}
46159 \end_inset
46160
46161 ptです.
46162 \end_layout
46163
46164 \begin_layout Standard
46165
46166 \begin_inset CommandInset ref
46167 LatexCommand eqref
46168 reference "eq:Wtot_n"
46169 nolink "false"
46170
46171 \end_inset
46172
46173 式にしたがえば,
46174 連結列の全幅
46175 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
46176 \end_inset
46177
46178
46179 \begin_inset Formula 
46180 \begin{equation}
46181 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46182 \end{equation}
46183
46184 \end_inset
46185
46186
46187 \end_layout
46188
46189 \begin_layout Standard
46190 となります.
46191 \begin_inset Formula $n$
46192 \end_inset
46193
46194 列を連結する時には各列の全幅は
46195 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
46196 \end_inset
46197
46198 となるので,
46199
46200 \begin_inset CommandInset ref
46201 LatexCommand eqref
46202 reference "eq:Wtot_n"
46203 nolink "false"
46204
46205 \end_inset
46206
46207 式と第
46208 \begin_inset CommandInset ref
46209 LatexCommand eqref
46210 reference "eq:Wtot_mult"
46211 nolink "false"
46212
46213 \end_inset
46214
46215 式が等しいものと置けば,
46216 必要となる固定幅
46217 \begin_inset Formula $W_{\text{指}:n}$
46218 \end_inset
46219
46220 を計算することができて,
46221
46222 \begin_inset Formula 
46223 \begin{equation}
46224 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46225 \end{equation}
46226
46227 \end_inset
46228
46229 となります.
46230 \end_layout
46231
46232 \begin_layout Bibliography
46233 \labelwidthstring 参考文献
46234 \begin_inset CommandInset bibitem
46235 LatexCommand bibitem
46236 key "latexcompanion"
46237 literal "true"
46238
46239 \end_inset
46240
46241 Frank Mittelbach and Michel Goossens:
46242  
46243 \emph on
46244 The \SpecialChar LaTeX
46245  Companion Second Edition.
46246
46247 \emph default
46248  Addison-Wesley,
46249  2004
46250 \end_layout
46251
46252 \begin_layout Bibliography
46253 \labelwidthstring 参考文献
46254 \begin_inset CommandInset bibitem
46255 LatexCommand bibitem
46256 key "latexguide"
46257 literal "true"
46258
46259 \end_inset
46260
46261 Helmut Kopka and Patrick W.
46262  Daly:
46263  
46264 \emph on
46265 A Guide to \SpecialChar LaTeX
46266  Fourth Edition.
46267
46268 \emph default
46269  Addison-Wesley,
46270  2003
46271 \end_layout
46272
46273 \begin_layout Bibliography
46274 \labelwidthstring 参考文献
46275 \begin_inset CommandInset bibitem
46276 LatexCommand bibitem
46277 key "latexbook"
46278 literal "true"
46279
46280 \end_inset
46281
46282 Leslie Lamport:
46283  
46284 \emph on
46285 \SpecialChar LaTeX
46286 :
46287  A Document Preparation System.
46288
46289 \emph default
46290  Addison-Wesley,
46291  second edition,
46292  1994
46293 \end_layout
46294
46295 \begin_layout Bibliography
46296 \labelwidthstring 参考文献
46297 \begin_inset CommandInset bibitem
46298 LatexCommand bibitem
46299 key "arydshln"
46300 literal "true"
46301
46302 \end_inset
46303
46304 \SpecialChar LaTeX
46305 パッケージ
46306 \series bold
46307
46308 \begin_inset CommandInset href
46309 LatexCommand href
46310 name "arydshln"
46311 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
46312 literal "false"
46313
46314 \end_inset
46315
46316
46317 \series default
46318
46319 \begin_inset Index idx
46320 range none
46321 pageformat default
46322 status collapsed
46323
46324 \begin_layout Plain Layout
46325 \SpecialChar LaTeX
46326 ぱっけーじ@\SpecialChar LaTeX
46327 パッケージ !
46328  arydshln
46329 \end_layout
46330
46331 \end_inset
46332
46333
46334 \end_layout
46335
46336 \begin_layout Bibliography
46337 \labelwidthstring 参考文献
46338 \begin_inset CommandInset bibitem
46339 LatexCommand bibitem
46340 key "booktabs"
46341 literal "true"
46342
46343 \end_inset
46344
46345 \SpecialChar LaTeX
46346 パッケージ
46347 \series bold
46348
46349 \begin_inset CommandInset href
46350 LatexCommand href
46351 name "booktabs"
46352 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
46353 literal "false"
46354
46355 \end_inset
46356
46357
46358 \series default
46359
46360 \begin_inset Index idx
46361 range none
46362 pageformat default
46363 status collapsed
46364
46365 \begin_layout Plain Layout
46366 \SpecialChar LaTeX
46367 ぱっけーじ@\SpecialChar LaTeX
46368 パッケージ !
46369  booktabs
46370 \end_layout
46371
46372 \end_inset
46373
46374 の取扱説明書
46375 \end_layout
46376
46377 \begin_layout Bibliography
46378 \labelwidthstring 参考文献
46379 \begin_inset CommandInset bibitem
46380 LatexCommand bibitem
46381 key "caption"
46382 literal "true"
46383
46384 \end_inset
46385
46386 \SpecialChar LaTeX
46387 パッケージ
46388 \series bold
46389
46390 \begin_inset CommandInset href
46391 LatexCommand href
46392 name "caption"
46393 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
46394 literal "false"
46395
46396 \end_inset
46397
46398
46399 \series default
46400
46401 \begin_inset Index idx
46402 range none
46403 pageformat default
46404 status collapsed
46405
46406 \begin_layout Plain Layout
46407 \SpecialChar LaTeX
46408 ぱっけーじ@\SpecialChar LaTeX
46409 パッケージ !
46410  caption
46411 \end_layout
46412
46413 \end_inset
46414
46415 の取扱説明書
46416 \end_layout
46417
46418 \begin_layout Bibliography
46419 \labelwidthstring 参考文献
46420 \begin_inset CommandInset bibitem
46421 LatexCommand bibitem
46422 key "diagbox"
46423 literal "true"
46424
46425 \end_inset
46426
46427 \SpecialChar LaTeX
46428 パッケージ
46429 \series bold
46430
46431 \begin_inset CommandInset href
46432 LatexCommand href
46433 name "diagbox"
46434 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
46435 literal "false"
46436
46437 \end_inset
46438
46439
46440 \series default
46441
46442 \begin_inset Index idx
46443 range none
46444 pageformat default
46445 status collapsed
46446
46447 \begin_layout Plain Layout
46448 \SpecialChar LaTeX
46449 ぱっけーじ@\SpecialChar LaTeX
46450 パッケージ !
46451  diagbox
46452 \end_layout
46453
46454 \end_inset
46455
46456
46457 \end_layout
46458
46459 \begin_layout Bibliography
46460 \labelwidthstring 参考文献
46461 \begin_inset CommandInset bibitem
46462 LatexCommand bibitem
46463 key "endfloat"
46464 literal "true"
46465
46466 \end_inset
46467
46468 \SpecialChar LaTeX
46469 パッケージ
46470 \series bold
46471
46472 \begin_inset CommandInset href
46473 LatexCommand href
46474 name "endfloat"
46475 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
46476 literal "false"
46477
46478 \end_inset
46479
46480
46481 \series default
46482
46483 \begin_inset Index idx
46484 range none
46485 pageformat default
46486 status collapsed
46487
46488 \begin_layout Plain Layout
46489 \SpecialChar LaTeX
46490 ぱっけーじ@\SpecialChar LaTeX
46491 パッケージ !
46492  endfloat
46493 \end_layout
46494
46495 \end_inset
46496
46497 の取扱説明書
46498 \end_layout
46499
46500 \begin_layout Bibliography
46501 \labelwidthstring 参考文献
46502 \begin_inset CommandInset bibitem
46503 LatexCommand bibitem
46504 key "footmisc"
46505 literal "true"
46506
46507 \end_inset
46508
46509 \SpecialChar LaTeX
46510 パッケージ
46511 \series bold
46512
46513 \begin_inset CommandInset href
46514 LatexCommand href
46515 name "footmisc"
46516 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
46517 literal "false"
46518
46519 \end_inset
46520
46521
46522 \series default
46523
46524 \begin_inset Index idx
46525 range none
46526 pageformat default
46527 status collapsed
46528
46529 \begin_layout Plain Layout
46530 \SpecialChar LaTeX
46531 ぱっけーじ@\SpecialChar LaTeX
46532 パッケージ !
46533  footmisc
46534 \end_layout
46535
46536 \end_inset
46537
46538 の取扱説明書
46539 \end_layout
46540
46541 \begin_layout Bibliography
46542 \labelwidthstring 参考文献
46543 \begin_inset CommandInset bibitem
46544 LatexCommand bibitem
46545 key "hypcap"
46546 literal "true"
46547
46548 \end_inset
46549
46550 \SpecialChar LaTeX
46551 パッケージ
46552 \series bold
46553
46554 \begin_inset CommandInset href
46555 LatexCommand href
46556 name "hypcap"
46557 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46558 literal "false"
46559
46560 \end_inset
46561
46562
46563 \series default
46564
46565 \begin_inset Index idx
46566 range none
46567 pageformat default
46568 status collapsed
46569
46570 \begin_layout Plain Layout
46571 \SpecialChar LaTeX
46572 ぱっけーじ@\SpecialChar LaTeX
46573 パッケージ !
46574  hyperref
46575 \end_layout
46576
46577 \end_inset
46578
46579 の取扱説明書
46580 \end_layout
46581
46582 \begin_layout Bibliography
46583 \labelwidthstring 参考文献
46584 \begin_inset CommandInset bibitem
46585 LatexCommand bibitem
46586 key "hyperref"
46587 literal "true"
46588
46589 \end_inset
46590
46591 \SpecialChar LaTeX
46592 パッケージ
46593 \series bold
46594
46595 \begin_inset CommandInset href
46596 LatexCommand href
46597 name "hyperref"
46598 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
46599 literal "false"
46600
46601 \end_inset
46602
46603
46604 \series default
46605
46606 \begin_inset Index idx
46607 range none
46608 pageformat default
46609 status collapsed
46610
46611 \begin_layout Plain Layout
46612 \SpecialChar LaTeX
46613 ぱっけーじ@\SpecialChar LaTeX
46614 パッケージ !
46615  hyperref
46616 \end_layout
46617
46618 \end_inset
46619
46620 の取扱説明書
46621 \end_layout
46622
46623 \begin_layout Bibliography
46624 \labelwidthstring 参考文献
46625 \begin_inset CommandInset bibitem
46626 LatexCommand bibitem
46627 key "KOMA-script"
46628 literal "true"
46629
46630 \end_inset
46631
46632 \SpecialChar LaTeX
46633 パッケージ
46634 \series bold
46635
46636 \begin_inset CommandInset href
46637 LatexCommand href
46638 name "KOMA-script"
46639 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46640 literal "false"
46641
46642 \end_inset
46643
46644
46645 \series default
46646
46647 \begin_inset Index idx
46648 range none
46649 pageformat default
46650 status collapsed
46651
46652 \begin_layout Plain Layout
46653 \SpecialChar LaTeX
46654 ぱっけーじ@\SpecialChar LaTeX
46655 パッケージ !
46656  KOMA-script
46657 \end_layout
46658
46659 \end_inset
46660
46661 の取扱説明書
46662 \end_layout
46663
46664 \begin_layout Bibliography
46665 \labelwidthstring 参考文献
46666 \begin_inset CommandInset bibitem
46667 LatexCommand bibitem
46668 key "lettrine"
46669 literal "true"
46670
46671 \end_inset
46672
46673 \SpecialChar LaTeX
46674 パッケージ
46675 \series bold
46676
46677 \begin_inset CommandInset href
46678 LatexCommand href
46679 name "lettrine"
46680 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46681 literal "false"
46682
46683 \end_inset
46684
46685
46686 \series default
46687 及び
46688 \begin_inset CommandInset href
46689 LatexCommand href
46690 name "用例"
46691 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
46692 literal "false"
46693
46694 \end_inset
46695
46696
46697 \begin_inset Index idx
46698 range none
46699 pageformat default
46700 status collapsed
46701
46702 \begin_layout Plain Layout
46703 \SpecialChar LaTeX
46704 ぱっけーじ@\SpecialChar LaTeX
46705 パッケージ !
46706  lettrine
46707 \end_layout
46708
46709 \end_inset
46710
46711
46712 \end_layout
46713
46714 \begin_layout Bibliography
46715 \labelwidthstring 参考文献
46716 \begin_inset CommandInset bibitem
46717 LatexCommand bibitem
46718 key "listings"
46719 literal "true"
46720
46721 \end_inset
46722
46723 \SpecialChar LaTeX
46724 パッケージ
46725 \series bold
46726
46727 \begin_inset CommandInset href
46728 LatexCommand href
46729 name "listings"
46730 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
46731 literal "false"
46732
46733 \end_inset
46734
46735
46736 \series default
46737
46738 \begin_inset Index idx
46739 range none
46740 pageformat default
46741 status collapsed
46742
46743 \begin_layout Plain Layout
46744 \SpecialChar LaTeX
46745 ぱっけーじ@\SpecialChar LaTeX
46746 パッケージ !
46747  listings
46748 \end_layout
46749
46750 \end_inset
46751
46752 の取扱説明書
46753 \end_layout
46754
46755 \begin_layout Bibliography
46756 \labelwidthstring 参考文献
46757 \begin_inset CommandInset bibitem
46758 LatexCommand bibitem
46759 key "minted"
46760 literal "true"
46761
46762 \end_inset
46763
46764 \SpecialChar LaTeX
46765 パッケージ
46766 \series bold
46767
46768 \begin_inset CommandInset href
46769 LatexCommand href
46770 name "minted"
46771 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
46772 literal "false"
46773
46774 \end_inset
46775
46776
46777 \series default
46778
46779 \begin_inset Index idx
46780 range none
46781 pageformat default
46782 status collapsed
46783
46784 \begin_layout Plain Layout
46785 \SpecialChar LaTeX
46786 ぱっけーじ@\SpecialChar LaTeX
46787 パッケージ !
46788  minted
46789 \end_layout
46790
46791 \end_inset
46792
46793 の取扱説明書
46794 \end_layout
46795
46796 \begin_layout Bibliography
46797 \labelwidthstring 参考文献
46798 \begin_inset CommandInset bibitem
46799 LatexCommand bibitem
46800 key "marginnote"
46801 literal "true"
46802
46803 \end_inset
46804
46805 \SpecialChar LaTeX
46806 パッケージ
46807 \series bold
46808
46809 \begin_inset CommandInset href
46810 LatexCommand href
46811 name "marginnote"
46812 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
46813 literal "false"
46814
46815 \end_inset
46816
46817
46818 \series default
46819
46820 \begin_inset Index idx
46821 range none
46822 pageformat default
46823 status collapsed
46824
46825 \begin_layout Plain Layout
46826 \SpecialChar LaTeX
46827 ぱっけーじ@\SpecialChar LaTeX
46828 パッケージ !
46829  marginnote
46830 \end_layout
46831
46832 \end_inset
46833
46834 の取扱説明書
46835 \end_layout
46836
46837 \begin_layout Bibliography
46838 \labelwidthstring 参考文献
46839 \begin_inset CommandInset bibitem
46840 LatexCommand bibitem
46841 key "pdfpages"
46842 literal "true"
46843
46844 \end_inset
46845
46846 \SpecialChar LaTeX
46847 パッケージ
46848 \series bold
46849
46850 \begin_inset CommandInset href
46851 LatexCommand href
46852 name "pdfpages"
46853 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46854 literal "false"
46855
46856 \end_inset
46857
46858
46859 \series default
46860
46861 \begin_inset Index idx
46862 range none
46863 pageformat default
46864 status collapsed
46865
46866 \begin_layout Plain Layout
46867 \SpecialChar LaTeX
46868 ぱっけーじ@\SpecialChar LaTeX
46869 パッケージ !
46870  pdfpages
46871 \end_layout
46872
46873 \end_inset
46874
46875 の取扱説明書
46876 \end_layout
46877
46878 \begin_layout Bibliography
46879 \labelwidthstring 参考文献
46880 \begin_inset CommandInset bibitem
46881 LatexCommand bibitem
46882 key "prettyref"
46883 literal "true"
46884
46885 \end_inset
46886
46887 \SpecialChar LaTeX
46888 パッケージ
46889 \series bold
46890
46891 \begin_inset CommandInset href
46892 LatexCommand href
46893 name "prettyref"
46894 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46895 literal "false"
46896
46897 \end_inset
46898
46899
46900 \series default
46901
46902 \begin_inset Index idx
46903 range none
46904 pageformat default
46905 status collapsed
46906
46907 \begin_layout Plain Layout
46908 \SpecialChar LaTeX
46909 ぱっけーじ@\SpecialChar LaTeX
46910 パッケージ!
46911  prettyref
46912 \end_layout
46913
46914 \end_inset
46915
46916 の取扱説明書
46917 \end_layout
46918
46919 \begin_layout Bibliography
46920 \labelwidthstring 参考文献
46921 \begin_inset CommandInset bibitem
46922 LatexCommand bibitem
46923 key "pstricks"
46924 literal "true"
46925
46926 \end_inset
46927
46928 \SpecialChar LaTeX
46929 パッケージ
46930 \series bold
46931
46932 \begin_inset CommandInset href
46933 LatexCommand href
46934 name "PSTricks"
46935 target "http://tug.org/PSTricks/"
46936 literal "false"
46937
46938 \end_inset
46939
46940
46941 \series default
46942
46943 \begin_inset Index idx
46944 range none
46945 pageformat default
46946 status collapsed
46947
46948 \begin_layout Plain Layout
46949 \SpecialChar LaTeX
46950 ぱっけーじ@\SpecialChar LaTeX
46951 パッケージ !
46952  PSTricks
46953 \end_layout
46954
46955 \end_inset
46956
46957 のウェブページ
46958 \end_layout
46959
46960 \begin_layout Bibliography
46961 \labelwidthstring 参考文献
46962 \begin_inset CommandInset bibitem
46963 LatexCommand bibitem
46964 key "refstyle"
46965 literal "true"
46966
46967 \end_inset
46968
46969 \SpecialChar LaTeX
46970 パッケージ
46971 \series bold
46972
46973 \begin_inset CommandInset href
46974 LatexCommand href
46975 name "refstyle"
46976 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46977 literal "false"
46978
46979 \end_inset
46980
46981
46982 \series default
46983
46984 \begin_inset Index idx
46985 range none
46986 pageformat default
46987 status collapsed
46988
46989 \begin_layout Plain Layout
46990 \SpecialChar LaTeX
46991 ぱっけーじ@\SpecialChar LaTeX
46992 パッケージ !
46993  refstyle
46994 \end_layout
46995
46996 \end_inset
46997
46998 の取扱説明書
46999 \end_layout
47000
47001 \begin_layout Bibliography
47002 \labelwidthstring 参考文献
47003 \begin_inset CommandInset bibitem
47004 LatexCommand bibitem
47005 key "sidecap"
47006 literal "true"
47007
47008 \end_inset
47009
47010 \SpecialChar LaTeX
47011 パッケージ
47012 \series bold
47013
47014 \begin_inset CommandInset href
47015 LatexCommand href
47016 name "sidecap"
47017 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
47018 literal "false"
47019
47020 \end_inset
47021
47022
47023 \series default
47024
47025 \begin_inset Index idx
47026 range none
47027 pageformat default
47028 status collapsed
47029
47030 \begin_layout Plain Layout
47031 \SpecialChar LaTeX
47032 ぱっけーじ@\SpecialChar LaTeX
47033 パッケージ !
47034  sidecap
47035 \end_layout
47036
47037 \end_inset
47038
47039 の取扱説明書
47040 \end_layout
47041
47042 \begin_layout Bibliography
47043 \labelwidthstring 参考文献
47044 \begin_inset CommandInset bibitem
47045 LatexCommand bibitem
47046 key "Inkscape"
47047 literal "true"
47048
47049 \end_inset
47050
47051
47052 \noun on
47053
47054 \begin_inset CommandInset href
47055 LatexCommand href
47056 name "Inkscape"
47057 target "https://inkscape.org/ja/"
47058 literal "false"
47059
47060 \end_inset
47061
47062 プログラムの
47063 \noun default
47064
47065 \begin_inset CommandInset href
47066 LatexCommand href
47067 name "Omit text in PDF"
47068 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47069 literal "false"
47070
47071 \end_inset
47072
47073 オプションの取扱説明書
47074 \end_layout
47075
47076 \begin_layout Standard
47077 \begin_inset CommandInset index_print
47078 LatexCommand printindex
47079 type "idx"
47080 name "索引"
47081 literal "false"
47082
47083 \end_inset
47084
47085
47086 \end_layout
47087
47088 \end_body
47089 \end_document