]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Update documentation
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 600
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 \postpone_fragile_content false
272 \output_changes false
273 \html_math_output 0
274 \html_css_as_file 0
275 \html_be_strict false
276 \end_header
277
278 \begin_body
279
280 \begin_layout Title
281 \SpecialChar LyX
282 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
283 \end_layout
284
285 \begin_layout Author
286 \SpecialChar LyX
287 プロジェクトチーム
288 \begin_inset Foot
289 status collapsed
290
291 \begin_layout Plain Layout
292 \noindent
293 コメントや間違いの指摘がありましたら,\SpecialChar LyX
294 文書化メーリングリスト 
295 \begin_inset CommandInset href
296 LatexCommand href
297 name "lyx-docs@lists.lyx.org"
298 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
299 type "mailto:"
300 literal "false"
301
302 \end_inset
303
304  までお送り下さい.
305 \end_layout
306
307 \end_inset
308
309
310 \begin_inset Note Note
311 status collapsed
312
313 \begin_layout Plain Layout
314 著者:Uwe Stöhr
315 \end_layout
316
317 \end_inset
318
319
320 \begin_inset Newline newline
321 \end_inset
322
323
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \family sans
329 第2.3.x版
330 \end_layout
331
332 \begin_layout Standard
333 \begin_inset CommandInset toc
334 LatexCommand tableofcontents
335
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Standard
342 \begin_inset Note Note
343 status open
344
345 \begin_layout Plain Layout
346 本文書の全体をPDFやPS,DVIに書き出すには,
347 \series bold
348 arydshln
349 \series default
350
351 \series bold
352 colortbl
353 \series default
354
355 \series bold
356 diagbox
357 \series default
358
359 \series bold
360 lettrine
361 \series default
362
363 \series bold
364 marginnote
365 \series default
366
367 \series bold
368 picinpar
369 \series default
370
371 \series bold
372 sidecap
373 \series default
374 の各\SpecialChar LaTeX
375 パッケージが導入されている必要があります.これらが導入されていなくても,文書を書き出すことはできますが,これらのパッケージが必要な節は出力には表示されません
376
377 \end_layout
378
379 \begin_layout Plain Layout
380 本文書の最新PDF版は
381 \begin_inset Newline newline
382 \end_inset
383
384
385 \series bold
386 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
387 \series default
388
389 \begin_inset Newline newline
390 \end_inset
391
392 にあります.
393 \end_layout
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Chapter
401
402 \begin_inset Index idx
403 status collapsed
404
405 \begin_layout Plain Layout
406 ず@図
407 \end_layout
408
409 \end_inset
410
411
412 \begin_inset Index idx
413 status collapsed
414
415 \begin_layout Plain Layout
416 がぞう@画像
417 \begin_inset ERT
418 status collapsed
419
420 \begin_layout Plain Layout
421
422 |see{
423 \end_layout
424
425 \end_inset
426
427
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433 }
434 \end_layout
435
436 \end_inset
437
438
439 \end_layout
440
441 \end_inset
442
443
444 \end_layout
445
446 \begin_layout Section
447 画像ダイアログ
448 \begin_inset Index idx
449 status collapsed
450
451 \begin_layout Plain Layout
452 ず@図 ! がぞうだいあろぐ@画像ダイアログ
453 \end_layout
454
455 \end_inset
456
457
458 \begin_inset CommandInset label
459 LatexCommand label
460 name "sec:画像ダイアログ"
461
462 \end_inset
463
464
465 \end_layout
466
467 \begin_layout Standard
468 画像を文書に挿入するには,文中の挿入箇所にカーソルを置いて,ツールバーアイコン
469 \family sans
470
471 \begin_inset Info
472 type  "icon"
473 arg   "dialog-show-new-inset graphics"
474 \end_inset
475
476
477 \family default
478 をクリックするか,
479 \family sans
480 挿入\SpecialChar menuseparator
481 画像
482 \family default
483 メニューを使用して下さい.すると,ダイアログが現れるので,読み込むファイルを選択して下さい.出力中での画像は,本文中の挿入位置に正確に出力されます.
484 \end_layout
485
486 \begin_layout Standard
487 画像ダイアログは,画像をクリックすることによって,いつでも呼び出すことができます.このダイアログには,以下の三つのタブがあります.
488 \end_layout
489
490 \begin_layout Description
491
492 \family sans
493 画像
494 \family default
495  ここでは,画像ファイルを選択し,その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
496 \begin_inset CommandInset ref
497 LatexCommand ref
498 reference "cha:LyXで使用できる単位"
499
500 \end_inset
501
502 に説明があります.
503 \begin_inset Newline newline
504 \end_inset
505
506
507 \begin_inset Index idx
508 status collapsed
509
510 \begin_layout Plain Layout
511 ず@図 ! のかいてん@—の回転
512 \end_layout
513
514 \end_inset
515
516 回転角と回転原点を指定することによって,反時計廻り方向へ画像を回転することができます.画像は,\SpecialChar LyX
517 内でも回転して表示されます.
518 \begin_inset Newline newline
519 \end_inset
520
521
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 ず@図 ! のしんしゅく@—の伸縮
527 \end_layout
528
529 \end_inset
530
531 画像は,パーセント値を指定するか,幅と高さを明示的に設定することによって,伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,残りの寸法は自
532 動的に決定されます.両方とも指定した場合には,指定した寸法に画像が変換されますので,変形してしまう可能性があります.画像が変形するのを防ぐには,
533 \family sans
534 縦横比を維持する
535 \family default
536 オプションを指定して下さい.すると画像は,幅と高さが指定した寸法を越えないように伸縮されます.
537 \begin_inset Newline newline
538 \end_inset
539
540 画像を右クリックすると現れるコンテクストメニューで
541 \family sans
542 外部で編集
543 \family default
544 という項目を選ぶことによって,画像を指定したプログラムで開くことができます.このプログラムは,\SpecialChar LyX
545 設定のファイル書式設定で,各画像書式ごとに設定することができます.
546 \end_layout
547
548 \begin_layout Description
549
550 \family sans
551 切り抜き
552 \family default
553  伸縮単位を使用する代わりに,出力における画像の縦横の長さを調整するのに,画像座標の設定をすることができます.座標は,
554 \family sans
555 ファイルから取得
556 \family default
557 ボタンを押すことによって,自動的に計算することもできます.
558 \family sans
559 境界枠で切り抜く
560 \family default
561 オプションは,指定された座標内の画像領域のみ印字します.通常は,画像座標を気にする必要はないので,このタブは無視して構いません.
562 \end_layout
563
564 \begin_layout Description
565
566 \family sans
567 \SpecialChar LaTeX
568 と\SpecialChar LyX
569 のオプション
570 \family default
571  このタブでは,\SpecialChar LyX
572 内での画像表示法を調整できる他,\SpecialChar LaTeX
573 のエキスパート向けに\SpecialChar LaTeX
574 オプションを追加することができるようになっています.
575 \family sans
576
577 \begin_inset Newline newline
578 \end_inset
579
580 下書きモード
581 \family default
582 オプションを指定すると,画像は出力には現れず,画像と同じ大きさの枠だけが表示されます.
583 \family sans
584
585 \begin_inset Newline newline
586 \end_inset
587
588 画像グループ
589 \family default
590 のセクションでは,画像設定グループを定義したり,既存のものに所属させたりすることができます.
591 \begin_inset Index idx
592 status collapsed
593
594 \begin_layout Plain Layout
595 ず@図 ! せっていぐるーぷ@設定グループ
596 \end_layout
597
598 \end_inset
599
600 これらのグループ内の画像は,共通した設定を持つので,グループ内の一つの画像の設定をいじると,自動的にグループ内の全ての画像の設定が同じように変更されます.したが
601 って,たとえば,たくさんの画像の寸法を変更したいときにも,一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,画像のコンテクストメニュー
602 を使用して,望むグループ名をチェックすることで行うこともできます.
603 \end_layout
604
605 \begin_layout Standard
606 \begin_inset VSpace bigskip
607 \end_inset
608
609
610 \end_layout
611
612 \begin_layout Standard
613 下記はPDF書式
614 \begin_inset Foot
615 status collapsed
616
617 \begin_layout Plain Layout
618 画像書式は,第
619 \begin_inset CommandInset ref
620 LatexCommand ref
621 reference "sec:画像形式"
622
623 \end_inset
624
625 節に説明されています.
626 \end_layout
627
628 \end_inset
629
630 の画像の例で,単独の中央揃えの段落に置いてあります.
631 \end_layout
632
633 \begin_layout Standard
634 \align center
635 \begin_inset Graphics
636         filename ../clipart/2D-intensity-plot.pdf
637         scaleBeforeRotation
638         rotateOrigin center
639
640 \end_inset
641
642
643 \end_layout
644
645 \begin_layout Standard
646 下記は上と同じ画像ですが,下書きモードのものです.
647 \end_layout
648
649 \begin_layout Standard
650 \align center
651 \begin_inset Graphics
652         filename ../clipart/2D-intensity-plot.pdf
653         draft
654         scaleBeforeRotation
655         rotateOrigin center
656
657 \end_inset
658
659
660 \end_layout
661
662 \begin_layout Standard
663 \begin_inset Newpage newpage
664 \end_inset
665
666
667 \end_layout
668
669 \begin_layout Section
670 図フロート
671 \begin_inset CommandInset label
672 LatexCommand label
673 name "sec:図フロート"
674
675 \end_inset
676
677
678 \begin_inset Index idx
679 status collapsed
680
681 \begin_layout Plain Layout
682 ふろーと@フロート ! ず@図
683 \end_layout
684
685 \end_inset
686
687
688 \begin_inset Index idx
689 status collapsed
690
691 \begin_layout Plain Layout
692 ず@図 ! ふろーと@フロート
693 \end_layout
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 フロートについての一般的な説明は,第
702 \begin_inset CommandInset ref
703 LatexCommand ref
704 reference "sec:フロートはじめに"
705
706 \end_inset
707
708 節をご覧下さい.
709 \end_layout
710
711 \begin_layout Standard
712 ツールバーボタンの
713 \family sans
714
715 \begin_inset Info
716 type  "icon"
717 arg   "float-insert figure"
718 \end_inset
719
720
721 \family default
722
723 \family sans
724 挿入\SpecialChar menuseparator
725 フロート\SpecialChar menuseparator
726
727 \family default
728 メニューを用いると,「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,図
729 \begin_inset CommandInset ref
730 LatexCommand ref
731 reference "fig:星形"
732
733 \end_inset
734
735 のようにキャプションの上に置くこともできますし,図
736 \begin_inset CommandInset ref
737 LatexCommand ref
738 reference "fig:3Dオブジェクト"
739
740 \end_inset
741
742 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,第
743 \begin_inset CommandInset ref
744 LatexCommand ref
745 reference "sec:キャプションの配置"
746
747 \end_inset
748
749 節に述べられています.
750 \end_layout
751
752 \begin_layout Standard
753 \begin_inset Float figure
754 placement document
755 alignment document
756 wide false
757 sideways false
758 status open
759
760 \begin_layout Plain Layout
761 \align center
762 \begin_inset Graphics
763         filename ../clipart/Star-structure.pdf
764         lyxscale 60
765         width 50col%
766         scaleBeforeRotation
767         rotateOrigin center
768
769 \end_inset
770
771
772 \end_layout
773
774 \begin_layout Plain Layout
775 \begin_inset Caption Standard
776
777 \begin_layout Plain Layout
778 \begin_inset CommandInset label
779 LatexCommand label
780 name "fig:星形"
781
782 \end_inset
783
784 フロート中の星形
785 \end_layout
786
787 \end_inset
788
789
790 \end_layout
791
792 \end_inset
793
794
795 \end_layout
796
797 \begin_layout Standard
798 \begin_inset Float figure
799 placement document
800 alignment document
801 wide false
802 sideways false
803 status open
804
805 \begin_layout Plain Layout
806 \begin_inset Caption Standard
807
808 \begin_layout Plain Layout
809 \begin_inset CommandInset label
810 LatexCommand label
811 name "fig:3Dオブジェクト"
812
813 \end_inset
814
815 3Dオブジェクト
816 \end_layout
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Plain Layout
824 \align center
825 \begin_inset Graphics
826         filename ../clipart/3D-structure-distort.pdf
827         lyxscale 60
828         scale 80
829         scaleBeforeRotation
830         rotateOrigin center
831
832 \end_inset
833
834
835 \end_layout
836
837 \end_inset
838
839
840 \end_layout
841
842 \begin_layout Standard
843 \begin_inset Index idx
844 status collapsed
845
846 \begin_layout Plain Layout
847 さんしょう@参照 ! ずへの@図への —
848 \end_layout
849
850 \end_inset
851
852
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "fig:星形"
856
857 \end_inset
858
859 図と第
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "fig:3Dオブジェクト"
863
864 \end_inset
865
866 図は,参照された図の例です.図は,本文中でラベルを参照することによって参照できます.これをするには,まず,
867 \family sans
868 挿入\SpecialChar menuseparator
869 ラベル
870 \family default
871 メニューかツールバーボタン
872 \family sans
873
874 \begin_inset Info
875 type  "icon"
876 arg   "label-insert"
877 \end_inset
878
879
880 \family default
881 を使用して,キャプションにラベルを挿入してください.その後,
882 \family sans
883 挿入\SpecialChar menuseparator
884 相互参照
885 \family default
886 メニューかツールバーボタン
887 \family sans
888
889 \begin_inset Info
890 type  "icon"
891 arg   "dialog-show-new-inset ref"
892 \end_inset
893
894
895 \family default
896 を使用して,ラベルを参照することができます.\SpecialChar LaTeX
897 は仕上文書でのフロートの位置を調整するので,「上図」のような曖昧な参照のしかたをするのではなく,フロートを直接参照す
898 ることが重要です.仕上文書では,「上図」ではないことが,大いにありうるからです.
899 \begin_inset Newline newline
900 \end_inset
901
902 参照は,第
903 \begin_inset CommandInset ref
904 LatexCommand ref
905 reference "sec:フロートの参照"
906
907 \end_inset
908
909 節で詳細に説明されています.
910 \end_layout
911
912 \begin_layout Standard
913 通常,図フロートには一つの画像だけを挿入しますが,場合によっては,二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,既存の
914 図フロートの中に図フロートを入れ込むことによって,実現することができます.ただし,図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
915 \begin_inset CommandInset ref
916 LatexCommand ref
917 reference "fig:歪められた二つの像"
918
919 \end_inset
920
921 は,二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "fig:Pink-object"
925
926 \end_inset
927
928 と図
929 \begin_inset CommandInset ref
930 LatexCommand ref
931 reference "fig:A-star"
932
933 \end_inset
934
935 が内部図になります.
936 \end_layout
937
938 \begin_layout Standard
939 \begin_inset Float figure
940 placement document
941 alignment document
942 wide false
943 sideways false
944 status open
945
946 \begin_layout Plain Layout
947 \begin_inset space \hfill{}
948 \end_inset
949
950
951 \begin_inset Float figure
952 placement document
953 alignment document
954 wide false
955 sideways false
956 status collapsed
957
958 \begin_layout Plain Layout
959 \begin_inset Caption Standard
960
961 \begin_layout Plain Layout
962 \begin_inset CommandInset label
963 LatexCommand label
964 name "fig:Pink-object"
965
966 \end_inset
967
968 ももいろオブジェクト
969 \end_layout
970
971 \end_inset
972
973
974 \end_layout
975
976 \begin_layout Plain Layout
977 \begin_inset Graphics
978         filename ../clipart/3D-structure-distort.pdf
979         width 45col%
980         scaleBeforeRotation
981         groupId distorted
982
983 \end_inset
984
985
986 \end_layout
987
988 \end_inset
989
990
991 \begin_inset space \hfill{}
992 \end_inset
993
994
995 \begin_inset Float figure
996 placement document
997 alignment document
998 wide false
999 sideways false
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Caption Standard
1004
1005 \begin_layout Plain Layout
1006 \begin_inset CommandInset label
1007 LatexCommand label
1008 name "fig:A-star"
1009
1010 \end_inset
1011
1012 ほし
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Graphics
1022         filename ../clipart/Star-structure.pdf
1023         width 45col%
1024         scaleBeforeRotation
1025         groupId distorted
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \begin_layout Plain Layout
1042 \begin_inset Caption Standard
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "fig:歪められた二つの像"
1048
1049 \end_inset
1050
1051 二つの像.両画像とも「distorted」画像設定グループに属しています.
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \end_inset
1060
1061
1062 \end_layout
1063
1064 \begin_layout Standard
1065 \begin_inset Newpage newpage
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \begin_layout Section
1072 画像形式
1073 \begin_inset CommandInset label
1074 LatexCommand label
1075 name "sec:画像形式"
1076
1077 \end_inset
1078
1079
1080 \begin_inset Index idx
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 がぞうけいしき@画像形式
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \begin_inset Index idx
1091 status collapsed
1092
1093 \begin_layout Plain Layout
1094 ず@図 ! がぞうけいしき@画像形式
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Standard
1103 画像は,既知のファイル形式であれば,どのような形式でも挿入することができます.しかし,付録
1104 \begin_inset CommandInset ref
1105 LatexCommand ref
1106 reference "cha:ファイル出力形式"
1107
1108 \end_inset
1109
1110 で説明されているように,出力に関しては,どの出力文書形式も,いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1111 は,画像を正しい形式に変換するのに,バックグラウンド
1112
1113 \family typewriter
1114 ImageMagick
1115 \family default
1116 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,出力ファイル形式に直接埋め込める画像形式のみを使
1117 用するとよいでしょう.出力ファイル形式は,付録
1118 \begin_inset CommandInset ref
1119 LatexCommand ref
1120 reference "cha:ファイル出力形式"
1121
1122 \end_inset
1123
1124 に説明されています.
1125 \end_layout
1126
1127 \begin_layout Standard
1128 フォントと同じく,画像形式にも以下の二つの型があります.
1129 \end_layout
1130
1131 \begin_layout Description
1132 ビットマップ画像 は,ピクセル値を(時により圧縮された形で)保持しています.したがって,この画像形式は完全に伸縮可能ではなく,拡大するとピクセルが目立つようにな
1133 ります.よく知られたビットマップ画像形式には,「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1134 \family typewriter
1135 .gif
1136 \family default
1137 」)
1138 \begin_inset Index idx
1139 status collapsed
1140
1141 \begin_layout Plain Layout
1142 GIF
1143 \begin_inset ERT
1144 status collapsed
1145
1146 \begin_layout Plain Layout
1147
1148 |see{
1149 \end_layout
1150
1151 \end_inset
1152
1153 画像書式
1154 \begin_inset ERT
1155 status collapsed
1156
1157 \begin_layout Plain Layout
1158
1159 }
1160 \end_layout
1161
1162 \end_inset
1163
1164
1165 \end_layout
1166
1167 \end_inset
1168
1169 ,「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1170 \family typewriter
1171 .png
1172 \family default
1173 」)
1174 \begin_inset Index idx
1175 status collapsed
1176
1177 \begin_layout Plain Layout
1178 PNG
1179 \begin_inset ERT
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183
1184 |see{
1185 \end_layout
1186
1187 \end_inset
1188
1189 画像書式
1190 \begin_inset ERT
1191 status collapsed
1192
1193 \begin_layout Plain Layout
1194
1195 }
1196 \end_layout
1197
1198 \end_inset
1199
1200
1201 \end_layout
1202
1203 \end_inset
1204
1205 ,「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1206 \family typewriter
1207 .jpg
1208 \family default
1209 」または「
1210 \family typewriter
1211 .jpeg
1212 \family default
1213 」)
1214 \begin_inset Index idx
1215 status collapsed
1216
1217 \begin_layout Plain Layout
1218 JPG
1219 \begin_inset ERT
1220 status collapsed
1221
1222 \begin_layout Plain Layout
1223
1224 |see{
1225 \end_layout
1226
1227 \end_inset
1228
1229 画像書式
1230 \begin_inset ERT
1231 status collapsed
1232
1233 \begin_layout Plain Layout
1234
1235 }
1236 \end_layout
1237
1238 \end_inset
1239
1240
1241 \end_layout
1242
1243 \end_inset
1244
1245 などがあります.
1246 \end_layout
1247
1248 \begin_layout Description
1249 ベクトル画像 はベクトル値を保持しているので,データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,ビデオプロジェクタがかならず伸縮操作を
1250 行うことになるので,プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,伸縮性は,オンライン文書でユーザーが図の拡大ができるようにするの
1251 に便利です.
1252 \begin_inset Newline newline
1253 \end_inset
1254
1255 よく知られた伸縮可能画像形式には,「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1256 \family typewriter
1257 .svg
1258 \family default
1259 」)
1260 \begin_inset Index idx
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264 SVG
1265 \begin_inset ERT
1266 status collapsed
1267
1268 \begin_layout Plain Layout
1269
1270 |see{
1271 \end_layout
1272
1273 \end_inset
1274
1275 画像書式
1276 \begin_inset ERT
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280
1281 }
1282 \end_layout
1283
1284 \end_inset
1285
1286
1287 \end_layout
1288
1289 \end_inset
1290
1291 ,「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1292 \family typewriter
1293 .eps
1294 \family default
1295 」)
1296 \begin_inset Index idx
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300 EPS
1301 \begin_inset ERT
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305
1306 |see{
1307 \end_layout
1308
1309 \end_inset
1310
1311 画像書式
1312 \begin_inset ERT
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316
1317 }
1318 \end_layout
1319
1320 \end_inset
1321
1322
1323 \end_layout
1324
1325 \end_inset
1326
1327 ,「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1328 \family typewriter
1329 .pdf
1330 \family default
1331 」)
1332 \begin_inset Index idx
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336 PDF
1337 \end_layout
1338
1339 \end_inset
1340
1341 ,「Windowsメタファイル」(WMF・ファイル拡張子は「
1342 \family typewriter
1343 .wmf
1344 \family default
1345 」)
1346 \begin_inset Index idx
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350 SVG
1351 \begin_inset ERT
1352 status collapsed
1353
1354 \begin_layout Plain Layout
1355
1356 |see{
1357 \end_layout
1358
1359 \end_inset
1360
1361 画像書式
1362 \begin_inset ERT
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366
1367 }
1368 \end_layout
1369
1370 \end_inset
1371
1372
1373 \end_layout
1374
1375 \end_inset
1376
1377 がありえます.「ありえます」と言ったのは,ビットマップ画像はいつでもPDFやEPSに変換することができますが,変換後も依然としてビットマップ画像のままだからです
1378 .このような場合には,画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1379 \begin_inset Foot
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 PDFの場合には,さらに元画像が圧縮されます.
1384 \end_layout
1385
1386 \end_inset
1387
1388 .たとえば,
1389 \family typewriter
1390 Adobe Photoshop
1391 \family default
1392 が生成するPDFファイルは,ビットマップ画像です.
1393 \end_layout
1394
1395 \begin_layout Standard
1396 通常,ビットマップ画像を伸縮可能画像には変換できず,その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,それぞれPDF
1397 画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1398 \begin_inset Formula $\to$
1399 \end_inset
1400
1401 PDF/EPS変換子がないので,SVGおよびWMF画像は,出力ファイルが生成される際にビットマップに計算し直されます.
1402 \end_layout
1403
1404 \begin_layout Chapter
1405
1406 \begin_inset Index idx
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 ひょう@表
1411 \end_layout
1412
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \begin_layout Section
1419 はじめに
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 ひょう@表 ! はじめに
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_layout Standard
1433
1434 \family roman
1435 \series medium
1436 \shape up
1437 \size normal
1438 \emph off
1439 \bar no
1440 \noun off
1441 \color none
1442 表を挿入するには,ツールバーボタ
1443 \family default
1444 \series default
1445 \shape default
1446 \size default
1447 \emph default
1448 \bar default
1449 \noun default
1450 \color inherit
1451
1452 \begin_inset Info
1453 type  "icon"
1454 arg   "tabular-insert"
1455 \end_inset
1456
1457
1458 \family roman
1459 \series medium
1460 \shape up
1461 \size normal
1462 \emph off
1463 \bar no
1464 \noun off
1465 \color none
1466
1467 \family sans
1468 \series default
1469 \shape default
1470 \size default
1471 \emph default
1472 \bar default
1473 \noun default
1474 \color inherit
1475 挿入\SpecialChar menuseparator
1476
1477 \family default
1478 メニューを選択します.ツールバーボタンを押すと,グラフィカルな選択ができます.マウスを動かして,生成する表の行数・列数を設定し,マウスボタンを押して下さい.表を
1479 作るのにメニューを使う場合は,ダイアログが現れ,行数と列数を訊いてきます.
1480 \begin_inset Newline newline
1481 \end_inset
1482
1483 既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
1484 のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1485 \end_layout
1486
1487 \begin_layout Standard
1488 \align center
1489 \begin_inset Tabular
1490 <lyxtabular version="3" rows="4" columns="4">
1491 <features tabularvalignment="middle">
1492 <column alignment="center" valignment="top">
1493 <column alignment="center" valignment="top">
1494 <column alignment="center" valignment="top">
1495 <column alignment="center" valignment="top">
1496 <row>
1497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1498 \begin_inset Text
1499
1500 \begin_layout Plain Layout
1501
1502 \end_layout
1503
1504 \end_inset
1505 </cell>
1506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Plain Layout
1510 1
1511 \end_layout
1512
1513 \end_inset
1514 </cell>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 2
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 3
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 </row>
1534 <row>
1535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 </row>
1572 <row>
1573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row>
1611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624
1625 \end_layout
1626
1627 \end_inset
1628 </cell>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 </row>
1648 </lyxtabular>
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \begin_layout Section
1656 表ダイアログ
1657 \begin_inset Index idx
1658 status collapsed
1659
1660 \begin_layout Plain Layout
1661 ひょう@表 ! だいあろぐ@ダイアログ
1662 \end_layout
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \begin_layout Standard
1670
1671 \family roman
1672 \series medium
1673 \shape up
1674 \size normal
1675 \emph off
1676 \bar no
1677 \noun off
1678 \color none
1679 表を右クリックすると,文脈依存メニューが表示されて,表を変更することができます.メニュー項目
1680 \family sans
1681 \series default
1682 \shape default
1683 \size default
1684 \emph default
1685 \bar default
1686 \noun default
1687 \color inherit
1688 詳細
1689 \family roman
1690 \series medium
1691 \shape up
1692 \size normal
1693 \emph off
1694 \bar no
1695 \noun off
1696 \color none
1697 以下では,現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1698 \family sans
1699 \series default
1700 \shape default
1701 \size default
1702 \emph default
1703 \bar default
1704 \noun default
1705 \color inherit
1706 詳細\SpecialChar menuseparator
1707 設定
1708 \family roman
1709 \series medium
1710 \shape up
1711 \size normal
1712 \emph off
1713 \bar no
1714 \noun off
1715 \color none
1716 を選ぶと,ダイアログボックスが開いて,更に詳細な設定を行うことができます.また,ダイアログオプションのほとんどは,選択範囲に対しても動作します.つまり,複数のセ
1717 ルや行・列を選択していれば,操作は選択範囲の全てに対して行われます.
1718 \family default
1719 \series default
1720 \shape default
1721 \size default
1722 \emph default
1723 \bar default
1724 \noun default
1725 \color inherit
1726 セルの
1727 \emph on
1728 内容
1729 \emph default
1730 を選択するのと,セル自体を選択するのは異なることに注意して下さい.
1731 \begin_inset Newline newline
1732 \end_inset
1733
1734 ダイアログオプションの
1735 \family sans
1736 直ちに適用
1737 \family default
1738 を使用すると,ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,ダイアログも新しいセルのパラメーターに更新されます.ダイ
1739 アログ中の長さの値を変更した場合には,リターンを押さないと変更が適用されません.
1740 \begin_inset Newline newline
1741 \end_inset
1742
1743 表ダイアログの以下の各タブを使用して,表に変更を加えることができます.
1744 \end_layout
1745
1746 \begin_layout Description
1747 表の設定 ここでは,現在列の幅と水平揃えを設定することができます.
1748 \family sans
1749 小数点で
1750 \family default
1751 とある揃えは,第
1752 \begin_inset CommandInset ref
1753 LatexCommand ref
1754 reference "subsec:特殊なセル揃え"
1755
1756 \end_inset
1757
1758 で説明されています.幅を設定した場合には,現在行の垂直揃えも調整することができます.列幅を与えると,改行や多段落の文章をセルに入れることができます.これに関して
1759 は,第
1760 \begin_inset CommandInset ref
1761 LatexCommand ref
1762 reference "subsec:複数行"
1763
1764 \end_inset
1765
1766 節をご参照下さい.列幅を設定しない場合には,列幅は,もっとも幅の広いセル内容の幅になります.
1767 \begin_inset Newline newline
1768 \end_inset
1769
1770 さらに,同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,第
1771 \begin_inset CommandInset ref
1772 LatexCommand ref
1773 reference "subsec:連結列"
1774
1775 \end_inset
1776
1777 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,第
1778 \begin_inset CommandInset ref
1779 LatexCommand ref
1780 reference "subsec:連結行"
1781
1782 \end_inset
1783
1784 節をご参照ください.
1785 \begin_inset Newline newline
1786 \end_inset
1787
1788 回転関連のチェックボックスは,現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,\SpecialChar LyX
1789 内部では反映されず,出力にのみ現れます.詳細については,
1790
1791 \begin_inset CommandInset ref
1792 LatexCommand ref
1793 reference "sec:表セルの回転"
1794
1795 \end_inset
1796
1797 節をご覧下さい.
1798 \begin_inset Newline newline
1799 \end_inset
1800
1801
1802 \begin_inset Note Greyedout
1803 status open
1804
1805 \begin_layout Plain Layout
1806
1807 \series bold
1808 【註】
1809 \series default
1810 DVIビューアのすべてが回転を表示できるわけではありません.
1811 \end_layout
1812
1813 \end_inset
1814
1815
1816 \begin_inset Newline newline
1817 \end_inset
1818
1819 下記は,本文行中の表に,表全体の垂直揃えを適用したものです.
1820 \begin_inset Newline newline
1821 \end_inset
1822
1823 各種の揃えを適用した同一行中の表:
1824 \begin_inset Tabular
1825 <lyxtabular version="3" rows="2" columns="2">
1826 <features tabularvalignment="top">
1827 <column alignment="center" valignment="top" width="0pt">
1828 <column alignment="center" valignment="top">
1829 <row>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 1
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 A
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 </row>
1869 </lyxtabular>
1870
1871 \end_inset
1872
1873  
1874 \begin_inset Tabular
1875 <lyxtabular version="3" rows="2" columns="2">
1876 <features tabularvalignment="middle">
1877 <column alignment="center" valignment="top">
1878 <column alignment="center" valignment="top">
1879 <row>
1880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 1
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 </row>
1899 <row>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904 A
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 </lyxtabular>
1920
1921 \end_inset
1922
1923  
1924 \begin_inset Tabular
1925 <lyxtabular version="3" rows="2" columns="2">
1926 <features tabularvalignment="bottom">
1927 <column alignment="center" valignment="top" width="0pt">
1928 <column alignment="center" valignment="top">
1929 <row>
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943 1
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 </row>
1949 <row>
1950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954 A
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 </row>
1969 </lyxtabular>
1970
1971 \end_inset
1972
1973
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 また,特殊な表設定に必要な\SpecialChar LaTeX
1978 引数を入力することもできます.これに関しては,第
1979 \begin_inset CommandInset ref
1980 LatexCommand ref
1981 reference "subsec:連結列の計算"
1982
1983 \end_inset
1984
1985 節および第
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "sec:色付きの表"
1989
1990 \end_inset
1991
1992 節をご参照下さい.
1993 \end_layout
1994
1995 \begin_layout Description
1996 罫線 このタブでは,現在列ないし現在行の罫線を引いたり消したりすることができます.
1997 \begin_inset Newline newline
1998 \end_inset
1999
2000 様式オプションとして
2001 \family sans
2002 フォーマル様式
2003 \family default
2004 を使用すると,第
2005 \begin_inset CommandInset ref
2006 LatexCommand ref
2007 reference "sec:フォーマル様式の表"
2008
2009 \end_inset
2010
2011 節に述べられているフォーマル様式の表に表を変換します.
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 またここで,第
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "subsec:行の余白取り"
2019
2020 \end_inset
2021
2022 節に述べられているように,表の行に空白を追加することもできます.
2023 \end_layout
2024
2025 \begin_layout Description
2026 多頁表 このタブは,複数のページにわたる,いわゆる「
2027 \emph on
2028 多頁表
2029 \emph default
2030 」を作るためのものです.第
2031 \begin_inset CommandInset ref
2032 LatexCommand ref
2033 reference "sec:多頁表"
2034
2035 \end_inset
2036
2037 節および第
2038 \begin_inset CommandInset ref
2039 LatexCommand ref
2040 reference "sec:多頁表にまつわる諸点"
2041
2042 \end_inset
2043
2044 節に,多頁表の機能に関する詳細な説明があります.
2045 \end_layout
2046
2047 \begin_layout Section
2048 表ツールバー
2049 \begin_inset Index idx
2050 status collapsed
2051
2052 \begin_layout Plain Layout
2053 ひょう@表 ! つーるばー@ツールバー
2054 \end_layout
2055
2056 \end_inset
2057
2058
2059 \end_layout
2060
2061 \begin_layout Standard
2062 表ツールバーは,表ダイアログの代わりに,表をすばやく変更できるようにするためのものです.通常,カーソルが表の内部にあるときに,\SpecialChar LyX
2063 のメインウィンドウの底部に表示され
2064 ます.ご希望であれば,\SpecialChar LyX
2065 のメインメニューバーを右クリックすることによって,つねに表示されるように切り替えることもできます.
2066 \end_layout
2067
2068 \begin_layout Standard
2069 ツールバーには,以下のアイコンがあります.
2070 \end_layout
2071
2072 \begin_layout Labeling
2073 \labelwidthstring 00.00.0000
2074
2075 \family sans
2076 \begin_inset Info
2077 type  "icon"
2078 arg   "tabular-feature append-row"
2079 \end_inset
2080
2081
2082 \family default
2083  は,現在セルあるいは選択範囲の下に行を追加します.
2084 \end_layout
2085
2086 \begin_layout Labeling
2087 \labelwidthstring 00.00.0000
2088
2089 \family sans
2090 \begin_inset Info
2091 type  "icon"
2092 arg   "tabular-feature append-column"
2093 \end_inset
2094
2095
2096 \family default
2097  は,現在セルあるいは選択範囲の右に列を追加します.
2098 \end_layout
2099
2100 \begin_layout Labeling
2101 \labelwidthstring 00.00.0000
2102
2103 \family sans
2104 \begin_inset Info
2105 type  "icon"
2106 arg   "tabular-feature delete-row"
2107 \end_inset
2108
2109
2110 \family default
2111  は,現在行あるいは選択範囲行を削除します.
2112 \end_layout
2113
2114 \begin_layout Labeling
2115 \labelwidthstring 00.00.0000
2116
2117 \family sans
2118 \begin_inset Info
2119 type  "icon"
2120 arg   "tabular-feature delete-column"
2121 \end_inset
2122
2123
2124 \family default
2125  は,現在列あるいは選択範囲列を削除します.
2126 \end_layout
2127
2128 \begin_layout Labeling
2129 \labelwidthstring 00.00.0000
2130 \begin_inset Info
2131 type  "icon"
2132 arg   "tabular-feature move-row-up"
2133 \end_inset
2134
2135  は,行を上に移動します.
2136 \end_layout
2137
2138 \begin_layout Labeling
2139 \labelwidthstring 00.00.0000
2140 \begin_inset Info
2141 type  "icon"
2142 arg   "tabular-feature move-column-left"
2143 \end_inset
2144
2145  は,列を左に移動します.
2146 \end_layout
2147
2148 \begin_layout Labeling
2149 \labelwidthstring 00.00.0000
2150 \begin_inset Info
2151 type  "icon"
2152 arg   "tabular-feature move-row-down"
2153 \end_inset
2154
2155  は,行を下に移動します.
2156 \end_layout
2157
2158 \begin_layout Labeling
2159 \labelwidthstring 00.00.0000
2160 \begin_inset Info
2161 type  "icon"
2162 arg   "tabular-feature move-column-right"
2163 \end_inset
2164
2165  は,列を右に移動します.
2166 \end_layout
2167
2168 \begin_layout Labeling
2169 \labelwidthstring 00.00.0000
2170
2171 \family sans
2172 \begin_inset Info
2173 type  "icon"
2174 arg   "tabular-feature toggle-line-top"
2175 \end_inset
2176
2177
2178 \family default
2179  は,現在セルや現在行,あるいは選択範囲の上部に罫線を描画します.
2180 \end_layout
2181
2182 \begin_layout Labeling
2183 \labelwidthstring 00.00.0000
2184
2185 \family sans
2186 \begin_inset Info
2187 type  "icon"
2188 arg   "tabular-feature toggle-line-bottom"
2189 \end_inset
2190
2191
2192 \family default
2193  は,現在セルや現在行,あるいは選択範囲の下部に罫線を描画します.
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198
2199 \family sans
2200 \begin_inset Info
2201 type  "icon"
2202 arg   "tabular-feature toggle-line-left"
2203 \end_inset
2204
2205
2206 \family default
2207  は,現在セルや現在行,あるいは選択範囲の左側に罫線を描画します.
2208 \end_layout
2209
2210 \begin_layout Labeling
2211 \labelwidthstring 00.00.0000
2212
2213 \family sans
2214 \begin_inset Info
2215 type  "icon"
2216 arg   "tabular-feature toggle-line-right"
2217 \end_inset
2218
2219
2220 \family default
2221  は,現在セルや現在行,あるいは選択範囲の右側に罫線を描画します.
2222 \end_layout
2223
2224 \begin_layout Labeling
2225 \labelwidthstring 00.00.0000
2226
2227 \family sans
2228 \begin_inset Info
2229 type  "icon"
2230 arg   "tabular-feature set-all-lines"
2231 \end_inset
2232
2233
2234 \family default
2235  は,現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2236 \end_layout
2237
2238 \begin_layout Labeling
2239 \labelwidthstring 00.00.0000
2240
2241 \family sans
2242 \begin_inset Info
2243 type  "icon"
2244 arg   "tabular-feature unset-all-lines"
2245 \end_inset
2246
2247
2248 \family default
2249  は,現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2250 \end_layout
2251
2252 \begin_layout Labeling
2253 \labelwidthstring 00.00.0000
2254
2255 \family sans
2256 \begin_inset Info
2257 type  "icon"
2258 arg   "tabular-feature m-align-left"
2259 \end_inset
2260
2261
2262 \family default
2263  は,現在セルあるいは現在列の内容を左揃えにします.
2264 \end_layout
2265
2266 \begin_layout Labeling
2267 \labelwidthstring 00.00.0000
2268
2269 \family sans
2270 \begin_inset Info
2271 type  "icon"
2272 arg   "tabular-feature m-align-center"
2273 \end_inset
2274
2275
2276 \family default
2277  は,現在セルあるいは現在列の内容を水平方向中央揃えにします.
2278 \end_layout
2279
2280 \begin_layout Labeling
2281 \labelwidthstring 00.00.0000
2282
2283 \family sans
2284 \begin_inset Info
2285 type  "icon"
2286 arg   "tabular-feature m-align-right"
2287 \end_inset
2288
2289
2290 \family default
2291  は,現在セルあるいは現在列の内容を右揃えにします.
2292 \end_layout
2293
2294 \begin_layout Labeling
2295 \labelwidthstring 00.00.0000
2296
2297 \family sans
2298 \begin_inset Info
2299 type  "icon"
2300 arg   "tabular-feature align-decimal"
2301 \end_inset
2302
2303
2304 \family default
2305  は,現在セルの内容を特定文字位置で揃えます.
2306 \end_layout
2307
2308 \begin_layout Labeling
2309 \labelwidthstring 00.00.0000
2310
2311 \family sans
2312 \begin_inset Info
2313 type  "icon"
2314 arg   "tabular-feature m-valign-top"
2315 \end_inset
2316
2317
2318 \family default
2319  は,現在セルの内容を垂直方向上揃えにします.
2320 \end_layout
2321
2322 \begin_layout Labeling
2323 \labelwidthstring 00.00.0000
2324
2325 \family sans
2326 \begin_inset Info
2327 type  "icon"
2328 arg   "tabular-feature m-valign-middle"
2329 \end_inset
2330
2331
2332 \family default
2333  は,現在セルの内容を垂直方向中央揃えにします.
2334 \end_layout
2335
2336 \begin_layout Labeling
2337 \labelwidthstring 00.00.0000
2338
2339 \family sans
2340 \begin_inset Info
2341 type  "icon"
2342 arg   "tabular-feature m-valign-bottom"
2343 \end_inset
2344
2345
2346 \family default
2347  は,現在セルの内容を垂直方向下揃えにします.
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352
2353 \family sans
2354 \begin_inset Info
2355 type  "icon"
2356 arg   "tabular-feature set-rotate-cell"
2357 \end_inset
2358
2359
2360 \family default
2361  は,現在セルあるいは選択範囲を反時計廻りに90度回転します.
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366
2367 \family sans
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "tabular-feature set-rotate-tabular"
2371 \end_inset
2372
2373
2374 \family default
2375  は,表全体を反時計廻りに90度回転します.
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380
2381 \family sans
2382 \begin_inset Info
2383 type  "icon"
2384 arg   "tabular-feature multicolumn"
2385 \end_inset
2386
2387
2388 \family default
2389  は,現在セルあるいは選択範囲を連結列にします.
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394
2395 \family sans
2396 \begin_inset Info
2397 type  "icon"
2398 arg   "tabular-feature multirow"
2399 \end_inset
2400
2401
2402 \family default
2403  は,現在セルあるいは選択範囲を連結行にします.
2404 \end_layout
2405
2406 \begin_layout Standard
2407 \begin_inset Note Greyedout
2408 status open
2409
2410 \begin_layout Plain Layout
2411
2412 \series bold
2413 【註】
2414 \series default
2415 出力では,行の最初のセルの垂直揃えが,同一行の他のセルすべてに適用されます.
2416 \end_layout
2417
2418 \end_inset
2419
2420
2421 \end_layout
2422
2423 \begin_layout Section
2424 表編集メニュー
2425 \begin_inset Index idx
2426 status collapsed
2427
2428 \begin_layout Plain Layout
2429 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2430 \end_layout
2431
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \begin_layout Standard
2438 表ダイアログと表ツールバーの他に,
2439 \family sans
2440 編集\SpecialChar menuseparator
2441
2442 \family default
2443 メニューでも,現在行や現在列の罫線を引いたり消したりすることができ,あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,カーソルが表内
2444 部にあるときのみ,表示されます.
2445 \end_layout
2446
2447 \begin_layout Section
2448 表フロート
2449 \begin_inset CommandInset label
2450 LatexCommand label
2451 name "sec:表フロート"
2452
2453 \end_inset
2454
2455
2456 \begin_inset Index idx
2457 status collapsed
2458
2459 \begin_layout Plain Layout
2460 ふろーと@フロート ! ひょう@表
2461 \end_layout
2462
2463 \end_inset
2464
2465
2466 \begin_inset Index idx
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470 ひょう@表 ! ふろーと@フロート
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Standard
2479 フロートの一般的な説明については,第
2480 \begin_inset CommandInset ref
2481 LatexCommand ref
2482 reference "sec:フロートはじめに"
2483
2484 \end_inset
2485
2486 節をご覧下さい.
2487 \end_layout
2488
2489 \begin_layout Standard
2490 \begin_inset Float table
2491 placement h
2492 alignment document
2493 wide false
2494 sideways false
2495 status open
2496
2497 \begin_layout Plain Layout
2498 \begin_inset Caption Standard
2499
2500 \begin_layout Plain Layout
2501 \begin_inset CommandInset label
2502 LatexCommand label
2503 name "tab:表フロート"
2504
2505 \end_inset
2506
2507 表フロート
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \begin_layout Plain Layout
2516 \align center
2517 \begin_inset Tabular
2518 <lyxtabular version="3" rows="3" columns="3">
2519 <features tabularvalignment="middle">
2520 <column alignment="center" valignment="top" width="0pt">
2521 <column alignment="center" valignment="top" width="0pt">
2522 <column alignment="center" valignment="top" width="0pt">
2523 <row>
2524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Plain Layout
2528
2529 \family roman
2530 \series medium
2531 \shape up
2532 \size normal
2533 \emph off
2534 \bar no
2535 \noun off
2536 \color none
2537 1
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \family roman
2548 \series medium
2549 \shape up
2550 \size normal
2551 \emph off
2552 \bar no
2553 \noun off
2554 \color none
2555 2
2556 \end_layout
2557
2558 \end_inset
2559 </cell>
2560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2561 \begin_inset Text
2562
2563 \begin_layout Plain Layout
2564
2565 \family roman
2566 \series medium
2567 \shape up
2568 \size normal
2569 \emph off
2570 \bar no
2571 \noun off
2572 \color none
2573 3
2574 \end_layout
2575
2576 \end_inset
2577 </cell>
2578 </row>
2579 <row>
2580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2581 \begin_inset Text
2582
2583 \begin_layout Plain Layout
2584 森嶋
2585 \end_layout
2586
2587 \end_inset
2588 </cell>
2589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Plain Layout
2593 宇沢
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2599 \begin_inset Text
2600
2601 \begin_layout Plain Layout
2602 二階堂
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 </row>
2608 <row>
2609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Plain Layout
2613
2614 \family roman
2615 \series medium
2616 \shape up
2617 \size normal
2618 \emph off
2619 \bar no
2620 \noun off
2621 \color none
2622 \begin_inset Formula $\int x^{2}dx$
2623 \end_inset
2624
2625
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 \begin_inset Formula $\left[\begin{array}{cc}
2644 a & b\\
2645 c & d
2646 \end{array}\right]$
2647 \end_inset
2648
2649
2650 \end_layout
2651
2652 \end_inset
2653 </cell>
2654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2655 \begin_inset Text
2656
2657 \begin_layout Plain Layout
2658
2659 \family roman
2660 \series medium
2661 \shape up
2662 \size normal
2663 \emph off
2664 \bar no
2665 \noun off
2666 \color none
2667 \begin_inset Formula $1+1=2$
2668 \end_inset
2669
2670
2671 \end_layout
2672
2673 \end_inset
2674 </cell>
2675 </row>
2676 </lyxtabular>
2677
2678 \end_inset
2679
2680
2681 \end_layout
2682
2683 \end_inset
2684
2685
2686 \end_layout
2687
2688 \begin_layout Standard
2689 表フロートは,
2690 \family sans
2691 挿入
2692 \shape up
2693 \SpecialChar menuseparator
2694 フロート\SpecialChar menuseparator
2695
2696 \family default
2697 \shape default
2698 メニューかツールバーボタン
2699 \family sans
2700
2701 \begin_inset Info
2702 type  "icon"
2703 arg   "float-insert table"
2704 \end_inset
2705
2706
2707 \family default
2708 を使うと挿入することができます.
2709 \end_layout
2710
2711 \begin_layout Standard
2712 フロートは折りたたむことのできるボックスとして表示され,中には「表
2713 \begin_inset space ~
2714 \end_inset
2715
2716 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,このキャプションの上にも下にも入れることができます.
2717 \end_layout
2718
2719 \begin_layout Standard
2720
2721 \begin_inset space ~
2722 \end_inset
2723
2724
2725 \begin_inset CommandInset ref
2726 LatexCommand ref
2727 reference "tab:表フロート"
2728
2729 \end_inset
2730
2731 は,表フロートに入れた表の例です.
2732 \end_layout
2733
2734 \begin_layout Standard
2735 キャプションを表の上に入れるのは,標準的な組版方法ですが,残念ながら\SpecialChar LaTeX
2736 の標準クラスではサポートされていません.つまり,article・book・letter・re
2737 portのような文書クラスを使用した場合には,キャプションと表のあいだに余白が入りません.必要な余白を入れるには,使用中の文書のプリアンブルに,LaTeXパッケ
2738 ージの
2739 \series bold
2740 caption
2741 \series default
2742
2743 \begin_inset Index idx
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 \SpecialChar LaTeX
2748 ぱっけーじ@\SpecialChar LaTeX
2749 パッケージ ! caption
2750 \end_layout
2751
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \begin_layout Standard
2758
2759 \series bold
2760 tableposition=top
2761 \end_layout
2762
2763 \begin_layout Standard
2764 というオプションとともにloadコマンドを使って読み込んでください
2765 \begin_inset Foot
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769 詳しくは,第
2770 \begin_inset CommandInset ref
2771 LatexCommand ref
2772 reference "sec:キャプションの配置"
2773
2774 \end_inset
2775
2776 節をご覧下さい.
2777 \end_layout
2778
2779 \end_inset
2780
2781 .キャプション書式を調整するには,第
2782 \begin_inset CommandInset ref
2783 LatexCommand ref
2784 reference "sec:キャプションの書式設定"
2785
2786 \end_inset
2787
2788 節にものべられているように
2789 \series bold
2790 caption
2791 \series default
2792 パッケージを使用します.
2793 \end_layout
2794
2795 \begin_layout Standard
2796 \begin_inset Index idx
2797 status collapsed
2798
2799 \begin_layout Plain Layout
2800 さんしょう@参照 ! ひょうへの@表への
2801 \end_layout
2802
2803 \end_inset
2804
2805 表は,本文中において,ラベルを参照することによって相互参照することができます.そのためには,
2806 \family sans
2807 挿入\SpecialChar menuseparator
2808 ラベル
2809 \family default
2810 メニューかツールバーボタンの
2811 \family sans
2812
2813 \begin_inset Info
2814 type  "icon"
2815 arg   "label-insert"
2816 \end_inset
2817
2818
2819 \family default
2820 を用いて,キャプションにラベルを挿入して下さい.然る後に,挿入\SpecialChar menuseparator
2821 相互参照メニューかツールバーボタンの
2822 \family sans
2823
2824 \begin_inset Info
2825 type  "icon"
2826 arg   "dialog-show-new-inset ref"
2827 \end_inset
2828
2829
2830 \family default
2831 を用いて,このラベルを参照することができます.
2832 \begin_inset Newline newline
2833 \end_inset
2834
2835 参照は,第
2836 \begin_inset CommandInset ref
2837 LatexCommand ref
2838 reference "sec:フロートの参照"
2839
2840 \end_inset
2841
2842 節で詳細に説明されています.
2843 \end_layout
2844
2845 \begin_layout Section
2846 多頁表
2847 \begin_inset CommandInset label
2848 LatexCommand label
2849 name "sec:多頁表"
2850
2851 \end_inset
2852
2853
2854 \begin_inset Index idx
2855 status collapsed
2856
2857 \begin_layout Plain Layout
2858 たへえしひよう@多頁表
2859 \end_layout
2860
2861 \end_inset
2862
2863
2864 \begin_inset Index idx
2865 status collapsed
2866
2867 \begin_layout Plain Layout
2868 ひょう@表 ! たへえしひよう@多頁—
2869 \end_layout
2870
2871 \end_inset
2872
2873
2874 \end_layout
2875
2876 \begin_layout Standard
2877 表が長すぎて1ページに収まりきらないときには,表ダイアログの
2878 \family sans
2879 多頁表
2880 \family default
2881 タブにある
2882 \family sans
2883 多頁表を使う
2884 \family default
2885 オプションを使用して,複数ページに自動的に分割させることができます.このオプションを有効にすると,いくつかのチェックボックスが使えるようになり,以下のものを定義
2886 することができるようになります.
2887 \end_layout
2888
2889 \begin_layout Description
2890 ヘッダ: カーソル位置の行が,多頁表の全ページに表示されるヘッダ行として定義されます.
2891 \family roman
2892 \series medium
2893 \shape up
2894 \size normal
2895 \emph off
2896 \bar no
2897 \noun off
2898 \color none
2899 ただし,
2900 \family sans
2901 \series default
2902 \shape default
2903 \size default
2904 \emph default
2905 \bar default
2906 \noun default
2907 \color inherit
2908 冒頭ヘッダ
2909 \family roman
2910 \series medium
2911 \shape up
2912 \size normal
2913 \emph off
2914 \bar no
2915 \noun off
2916 \color none
2917 が定義されているときは,冒頭ページを除きます.
2918 \family default
2919 \series default
2920 \shape default
2921 \size default
2922 \emph default
2923 \bar default
2924 \noun default
2925 \color inherit
2926 これと区別して,このヘッダは本体ヘッダと呼びます.
2927 \end_layout
2928
2929 \begin_layout Description
2930 冒頭ヘッダ: カーソル位置の行が,多頁表の最初のページに表示されるヘッダ行として定義されます.
2931 \end_layout
2932
2933 \begin_layout Description
2934 フッタ: カーソル位置の行が,多頁表の全ページに表示されるフッタ行として定義されます.
2935 \family roman
2936 \series medium
2937 \shape up
2938 \size normal
2939 \emph off
2940 \bar no
2941 \noun off
2942 \color none
2943 ただし,
2944 \family sans
2945 \series default
2946 \shape default
2947 \size default
2948 \emph default
2949 \bar default
2950 \noun default
2951 \color inherit
2952 末尾フッタ
2953 \family roman
2954 \series medium
2955 \shape up
2956 \size normal
2957 \emph off
2958 \bar no
2959 \noun off
2960 \color none
2961 が定義されているときは,末尾ページを除きます.
2962 \end_layout
2963
2964 \begin_layout Description
2965 末尾フッタ: カーソル位置の行が,多頁表の最後のページに表示されるフッタ行として定義されます.
2966 \end_layout
2967
2968 \begin_layout Description
2969 キャプション: カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,キャプションが挿入されます.多頁表のキャプションについての詳細は,第
2970 \begin_inset CommandInset ref
2971 LatexCommand ref
2972 reference "subsec:多頁表のキャプション"
2973
2974 \end_inset
2975
2976 節で説明されています.
2977 \end_layout
2978
2979 \begin_layout Standard
2980 加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
2981 \end_layout
2982
2983 \begin_layout Standard
2984 \align center
2985 \begin_inset Tabular
2986 <lyxtabular version="3" rows="69" columns="3">
2987 <features islongtable="true" longtabularalignment="center">
2988 <column alignment="left" valignment="top" width="0cm">
2989 <column alignment="left" valignment="top" width="0pt">
2990 <column alignment="center" valignment="top" width="0pt">
2991 <row endfirsthead="true">
2992 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \series bold
2998 例示用電話帳(名前は無視してください)
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 </row>
3022 <row endfirsthead="true">
3023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 氏名
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045
3046 \series bold
3047 TEL.
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 </row>
3053 <row endhead="true">
3054 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \series bold
3060 例示用電話帳
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 </row>
3084 <row endhead="true">
3085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 氏名
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \series bold
3109 TEL.
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 </row>
3115 <row endfoot="true">
3116 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 次頁へつづく
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 </row>
3144 <row>
3145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \series bold
3151 Annovi
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 Silvia
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169 111
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \series bold
3182 Bertoli
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 Stefano
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200 111
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 <row>
3207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \series bold
3213 Bozzi
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 Walter
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231 111
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 </row>
3237 <row>
3238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 Cachia
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 Maria
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262 111
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 </row>
3268 <row>
3269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273
3274 \series bold
3275 Cachia
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 Maurizio
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293 111
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 </row>
3299 <row>
3300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304
3305 \series bold
3306 Cinquemani
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 Giusi
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324 111
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 </row>
3330 <row>
3331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \series bold
3337 Colin
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 Bernard
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355 111
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row>
3362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \series bold
3368 Concli
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 Gianfranco
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386 111
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 <row>
3393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399 Dal Bosco
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 Carolina
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 111
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 </row>
3423 <row>
3424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428
3429 \series bold
3430 Dalpiaz
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 Annamaria
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448 111
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 </row>
3454 <row>
3455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459
3460 \series bold
3461 Feliciello
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 Domenico
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479 111
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 </row>
3485 <row>
3486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490
3491 \series bold
3492 Focarelli
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 Paola
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 111
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 </row>
3516 <row>
3517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \series bold
3523 Galletti
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 Oreste
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 111
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 </row>
3547 <row>
3548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \series bold
3554 Gasparini
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 Franca
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 111
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 </row>
3578 <row>
3579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \series bold
3585 Rizzardi
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 Paola
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 111
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 <row>
3610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614
3615 \series bold
3616 Lassini
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 Giancarlo
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 111
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 <row>
3641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645
3646 \series bold
3647 Malfatti
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 Luciano
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 111
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 </row>
3671 <row>
3672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676
3677 \series bold
3678 Malfatti
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 Valeriano
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 111
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 </row>
3702 <row>
3703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707
3708 \series bold
3709 Meneguzzo
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 Roberto
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 111
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 </row>
3733 <row>
3734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738
3739 \series bold
3740 Mezzadra
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 Roberto
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 111
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 </row>
3764 <row>
3765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769
3770 \series bold
3771 Pirpamer
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 Erich
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 111
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 </row>
3795 <row>
3796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800
3801 \series bold
3802 Pochiesa
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 Paolo
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 111, 222
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 </row>
3826 <row>
3827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831
3832 \series bold
3833 Radina
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 Claudio
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 111
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 </row>
3857 <row>
3858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862
3863 \series bold
3864 Stuffer
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 Oskar
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 111
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 </row>
3888 <row>
3889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893
3894 \series bold
3895 Tacchelli
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 Ugo
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 111
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 </row>
3919 <row>
3920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924
3925 \series bold
3926 Tezzele
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 Margit
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 111
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row>
3951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \series bold
3957 Unterkalmsteiner
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 Frieda
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 111
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 </row>
3981 <row>
3982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986
3987 \series bold
3988 Vieider
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 Hilde
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 111
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 </row>
4012 <row>
4013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017
4018 \series bold
4019 Vigna
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 Jürgen
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 111
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 </row>
4043 <row>
4044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048
4049 \series bold
4050 Weber
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 Maurizio
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 111
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 </row>
4074 <row>
4075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \series bold
4081 Winkler
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 Franz
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 111
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 </row>
4105 <row>
4106 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110  
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 </row>
4134 <row>
4135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139
4140 \series bold
4141 Annovi
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 Silvia
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 555
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170
4171 \series bold
4172 Bertoli
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 Stefano
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 555
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 </row>
4196 <row>
4197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201
4202 \series bold
4203 Bozzi
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 Walter
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 555
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \series bold
4234 Cachia
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 Maria
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 555
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 </row>
4258 <row>
4259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263
4264 \series bold
4265 Cachia
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 Maurizio
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 555
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 </row>
4289 <row>
4290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294
4295 \series bold
4296 Cinquemani
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 Giusi
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 555
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325
4326 \series bold
4327 Colin
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 Bernard
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 555
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 </row>
4351 <row>
4352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356
4357 \series bold
4358 Concli
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 Gianfranco
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 555
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 </row>
4382 <row>
4383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387
4388 \series bold
4389 Dal Bosco
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 Carolina
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 555
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 </row>
4413 <row>
4414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418
4419 \series bold
4420 Dalpiaz
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 Annamaria
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 555
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 </row>
4444 <row>
4445 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449
4450 \series bold
4451 Feliciello
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 Domenico
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 555
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 </row>
4475 <row>
4476 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480
4481 \series bold
4482 Focarelli
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 Paola
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 555
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 </row>
4506 <row>
4507 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511
4512 \series bold
4513 Galletti
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 Oreste
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 555
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 </row>
4537 <row>
4538 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542
4543 \series bold
4544 Gasparini
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 Franca
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 555
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 </row>
4568 <row>
4569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573
4574 \series bold
4575 Rizzardi
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 Paola
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 555
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row>
4600 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604
4605 \series bold
4606 Lassini
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 Giancarlo
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 555
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row>
4631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635
4636 \series bold
4637 Malfatti
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 Luciano
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 555
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 </row>
4661 <row>
4662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666
4667 \series bold
4668 Malfatti
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 Valeriano
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 555
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row>
4693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697
4698 \series bold
4699 Meneguzzo
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 Roberto
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 555
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 </row>
4723 <row>
4724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728
4729 \series bold
4730 Mezzadra
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 Roberto
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 555
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 </row>
4754 <row>
4755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759
4760 \series bold
4761 Pirpamer
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 Erich
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 555
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 </row>
4785 <row>
4786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790
4791 \series bold
4792 Pochiesa
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 Paolo
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 555, 222
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \series bold
4823 Radina
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 Claudio
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 555
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 </row>
4847 <row>
4848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852
4853 \series bold
4854 Stuffer
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 Oskar
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 555
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 </row>
4878 <row>
4879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883
4884 \series bold
4885 Tacchelli
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 Ugo
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 555
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 </row>
4909 <row>
4910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914
4915 \series bold
4916 Tezzele
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 Margit
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 555
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 </row>
4940 <row>
4941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945
4946 \series bold
4947 Unterkalmsteiner
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 Frieda
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 555
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 </row>
4971 <row>
4972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976
4977 \series bold
4978 Vieider
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 Hilde
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 555
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 </row>
5002 <row>
5003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007
5008 \series bold
5009 Vigna
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 Jürgen
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 999
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 </row>
5033 <row>
5034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038
5039 \series bold
5040 Weber
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 Maurizio
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 555
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 </row>
5064 <row>
5065 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \series bold
5071 Winkler
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 Franz
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 555
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 </row>
5095 <row endlastfoot="true">
5096 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 以上
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 </row>
5124 </lyxtabular>
5125
5126 \end_inset
5127
5128
5129 \begin_inset ERT
5130 status collapsed
5131
5132 \begin_layout Plain Layout
5133
5134
5135 \backslash
5136 addtocounter{table}{-1}
5137 \end_layout
5138
5139 \end_inset
5140
5141
5142 \begin_inset Note Note
5143 status collapsed
5144
5145 \begin_layout Plain Layout
5146 本コマンドの説明については,第
5147 \begin_inset CommandInset ref
5148 LatexCommand ref
5149 reference "subsec:多頁表のキャプション"
5150
5151 \end_inset
5152
5153 節の最初の淡色註釈をご覧下さい.
5154 \end_layout
5155
5156 \end_inset
5157
5158
5159 \end_layout
5160
5161 \begin_layout Subsection
5162 多頁表での脚註
5163 \begin_inset CommandInset label
5164 LatexCommand label
5165 name "subsec:多頁表での脚注"
5166
5167 \end_inset
5168
5169
5170 \begin_inset Index idx
5171 status collapsed
5172
5173 \begin_layout Plain Layout
5174 たへえしひよう@多頁表 ! きやくちゆう@脚註
5175 \end_layout
5176
5177 \end_inset
5178
5179
5180 \end_layout
5181
5182 \begin_layout Standard
5183 脚註は,どの多頁表セルにも入れることができます.脚註は,脚註のついた表セルのあるページの下部に表示されます.たとえば,表
5184 \begin_inset CommandInset ref
5185 LatexCommand ref
5186 reference "tab:別キャプション"
5187
5188 \end_inset
5189
5190 には脚註が付いています.
5191 \end_layout
5192
5193 \begin_layout Subsection
5194 多頁表の縦横揃え
5195 \begin_inset Index idx
5196 status collapsed
5197
5198 \begin_layout Plain Layout
5199 たへえしひよう@多頁表 ! たてよこぞろえ@縦横揃え
5200 \end_layout
5201
5202 \end_inset
5203
5204
5205 \end_layout
5206
5207 \begin_layout Standard
5208 表設定ダイアログでは,多頁表の水平揃えを指定することができます.左揃えや右揃えでは,表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,中央揃えに
5209 設定してから
5210 \end_layout
5211
5212 \begin_layout Standard
5213
5214 \series bold
5215
5216 \backslash
5217 setlength{
5218 \backslash
5219 LTleft}{値}
5220 \end_layout
5221
5222 \begin_layout Standard
5223 という行を当該多頁表の前に\SpecialChar TeX
5224 コードとして挿入して,長さ
5225 \series bold
5226
5227 \backslash
5228 LTleft
5229 \series default
5230 および
5231 \series bold
5232
5233 \backslash
5234 LTright
5235 \series default
5236 の値を変更しなくてはなりません.ここで「値」は,第
5237 \begin_inset CommandInset ref
5238 LatexCommand ref
5239 reference "tab:単位"
5240
5241 \end_inset
5242
5243 表に挙げてある単位であれば,どの単位を取ることもできます.
5244 \series bold
5245
5246 \backslash
5247 LTleft
5248 \series default
5249 は,左頁余白から多頁表までの水平方向の距離を制御し,
5250 \series bold
5251
5252 \backslash
5253 LTright
5254 \series default
5255 は,右頁余白からの距離を制御します.これらの長さの既定値は
5256 \series bold
5257
5258 \backslash
5259 fill
5260 \series default
5261 となっており,\SpecialChar LyX
5262 の水平フィルと同等になっています.
5263 \end_layout
5264
5265 \begin_layout Standard
5266 以下の多頁表は,中央揃えの上,
5267 \series bold
5268
5269 \backslash
5270 LTleft
5271 \series default
5272
5273 \family sans
5274 0.1
5275 \backslash
5276 columnwidth
5277 \family default
5278 に設定してあります.
5279 \begin_inset ERT
5280 status collapsed
5281
5282 \begin_layout Plain Layout
5283
5284
5285 \backslash
5286 setlength{
5287 \backslash
5288 LTleft}{0.1
5289 \backslash
5290 columnwidth}
5291 \end_layout
5292
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \begin_layout Standard
5299 \begin_inset Tabular
5300 <lyxtabular version="3" rows="5" columns="5">
5301 <features islongtable="true" longtabularalignment="center">
5302 <column alignment="center" valignment="top">
5303 <column alignment="center" valignment="top">
5304 <column alignment="center" valignment="top">
5305 <column alignment="center" valignment="top">
5306 <column alignment="center" valignment="top">
5307 <row>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 1
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 2
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 3
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 4
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 5
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 <row>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 いろは
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 いろは
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 いろは
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 いろは
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 </row>
5448 <row>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 いろは
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 いろは
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 </row>
5495 <row>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 いろは
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 いろは
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 いろは
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 いろは
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 いろは
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 </lyxtabular>
5543
5544 \end_inset
5545
5546
5547 \begin_inset ERT
5548 status collapsed
5549
5550 \begin_layout Plain Layout
5551
5552
5553 \backslash
5554 setlength{
5555 \backslash
5556 LTleft}{
5557 \backslash
5558 fill}
5559 \end_layout
5560
5561 \end_inset
5562
5563
5564 \begin_inset ERT
5565 status collapsed
5566
5567 \begin_layout Plain Layout
5568
5569
5570 \backslash
5571 addtocounter{table}{-1}
5572 \end_layout
5573
5574 \end_inset
5575
5576
5577 \begin_inset Note Note
5578 status collapsed
5579
5580 \begin_layout Plain Layout
5581 このコマンドの説明に関しては,第
5582 \begin_inset CommandInset ref
5583 LatexCommand ref
5584 reference "subsec:多頁表のキャプション"
5585
5586 \end_inset
5587
5588 節の最初の淡色註釈をご覧下さい.
5589 \end_layout
5590
5591 \end_inset
5592
5593
5594 \end_layout
5595
5596 \begin_layout Subsection
5597 多頁表のキャプション
5598 \begin_inset Index idx
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602 たへえしひよう@多頁表 ! きやふしよん@キャプション
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \begin_inset CommandInset label
5609 LatexCommand label
5610 name "subsec:多頁表のキャプション"
5611
5612 \end_inset
5613
5614
5615 \end_layout
5616
5617 \begin_layout Standard
5618 フロートは一頁に収まらなくてはならないので,多頁表を表フロートに入れることはできません.しかし,第
5619 \begin_inset CommandInset ref
5620 LatexCommand ref
5621 reference "sec:多頁表"
5622
5623 \end_inset
5624
5625 節に述べられているように,ある行で多頁表オプションの
5626 \family sans
5627 キャプション
5628 \family default
5629 を使用すれば,フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
5630 \family sans
5631 冒頭ヘッダ
5632 \family default
5633
5634 \family sans
5635 ヘッダ
5636 \family default
5637
5638 \family sans
5639 フッタ
5640 \family default
5641
5642 \family sans
5643 末尾フッタ
5644 \family default
5645 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,ひとつだけです.
5646 \end_layout
5647
5648 \begin_layout Standard
5649 以下は,動作を確認するための短い多頁表です.
5650 \end_layout
5651
5652 \begin_layout Standard
5653 \begin_inset Tabular
5654 <lyxtabular version="3" rows="6" columns="5">
5655 <features islongtable="true" longtabularalignment="center">
5656 <column alignment="center" valignment="top">
5657 <column alignment="center" valignment="top">
5658 <column alignment="center" valignment="top">
5659 <column alignment="center" valignment="top">
5660 <column alignment="center" valignment="top">
5661 <row endfirsthead="true" caption="true">
5662 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 \begin_inset Caption Standard
5667
5668 \begin_layout Plain Layout
5669 キャプション付き多頁表
5670 \begin_inset Argument 1
5671 status collapsed
5672
5673 \begin_layout Plain Layout
5674 多頁表
5675 \end_layout
5676
5677 \end_inset
5678
5679
5680 \end_layout
5681
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 1
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 2
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 3
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 4
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 5
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 いろは
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 いろは
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 いろは
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 いろは
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 </row>
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 いろは
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 いろは
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 いろは
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 いろは
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 いろは
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 いろは
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 いろは
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 </lyxtabular>
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Standard
5969 \begin_inset VSpace medskip
5970 \end_inset
5971
5972
5973 \begin_inset Note Greyedout
5974 status open
5975
5976 \begin_layout Plain Layout
5977
5978 \series bold
5979 【註1】
5980 \series default
5981 表番号は,多頁表にキャプションを付けなかったとしても,各多頁表毎に加番されます.このため,あいだにキャプションのない二つの多頁表が挟まっていたならば,表一覧では
5982 ,たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,キャプションのないすべての多頁表の後に,\SpecialChar TeX
5983 コードで
5984 \end_layout
5985
5986 \begin_layout Plain Layout
5987
5988 \series bold
5989
5990 \backslash
5991 addtocounter{table}{-1}
5992 \end_layout
5993
5994 \begin_layout Plain Layout
5995 というコマンドを挿入する方法があります.
5996 \end_layout
5997
5998 \begin_layout Plain Layout
5999 全多頁表にキャプションがなかったり,文書プリアンブルに以下のコードを書き加えていれば,以上のことは必要ありません.
6000 \end_layout
6001
6002 \begin_layout Plain Layout
6003
6004 \series bold
6005
6006 \backslash
6007 let
6008 \backslash
6009 myEnd
6010 \backslash
6011 endlongtable
6012 \begin_inset Newline newline
6013 \end_inset
6014
6015
6016 \backslash
6017 renewcommand{
6018 \backslash
6019 endlongtable}{
6020 \backslash
6021 myEnd
6022 \backslash
6023 addtocounter{table}{-1}}
6024 \end_layout
6025
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Standard
6032 \begin_inset Note Greyedout
6033 status open
6034
6035 \begin_layout Plain Layout
6036
6037 \series bold
6038 【註2】
6039 \series default
6040 相互参照をリンクするために,
6041 \family sans
6042 文書設定
6043 \family default
6044 ダイアログの
6045 \family sans
6046 PDF特性
6047 \family default
6048
6049 \series bold
6050 hyperref
6051 \series default
6052
6053 \begin_inset Index idx
6054 status collapsed
6055
6056 \begin_layout Plain Layout
6057 \SpecialChar LaTeX
6058 ぱっけーじ@\SpecialChar LaTeX
6059 パッケージ ! hyperref
6060 \end_layout
6061
6062 \end_inset
6063
6064 を使用している場合,多頁表キャプションへのリンクは,つねに文頭に向けられます.
6065 \end_layout
6066
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \begin_layout Subsubsection
6073 多頁表への参照
6074 \begin_inset Index idx
6075 status collapsed
6076
6077 \begin_layout Plain Layout
6078 たへえしひよう@多頁表 ! さんしよう@参照
6079 \end_layout
6080
6081 \end_inset
6082
6083
6084 \end_layout
6085
6086 \begin_layout Standard
6087 \begin_inset Tabular
6088 <lyxtabular version="3" rows="6" columns="5">
6089 <features islongtable="true" longtabularalignment="center">
6090 <column alignment="center" valignment="top">
6091 <column alignment="center" valignment="top">
6092 <column alignment="center" valignment="top">
6093 <column alignment="center" valignment="top">
6094 <column alignment="center" valignment="top">
6095 <row endfirsthead="true" caption="true">
6096 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 \begin_inset Caption Standard
6101
6102 \begin_layout Plain Layout
6103 参照された多頁表
6104 \begin_inset CommandInset label
6105 LatexCommand label
6106 name "tab:参照例"
6107
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 1
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 2
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 3
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 4
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 5
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 <row>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 いろは
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 いろは
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 </row>
6251 <row>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 いろは
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 いろは
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 </row>
6298 <row>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 いろは
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 いろは
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 いろは
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 いろは
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 いろは
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 いろは
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 いろは
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 </row>
6392 </lyxtabular>
6393
6394 \end_inset
6395
6396
6397 \end_layout
6398
6399 \begin_layout Standard
6400 多頁表を参照するには,キャプションにラベルを挿入してください.
6401 \end_layout
6402
6403 \begin_layout Standard
6404 これは表
6405 \begin_inset CommandInset ref
6406 LatexCommand ref
6407 reference "tab:参照例"
6408
6409 \end_inset
6410
6411 への参照です.
6412 \end_layout
6413
6414 \begin_layout Standard
6415 キャプションのレイアウトは,文書中の他のすべてのキャプションと一緒に,\SpecialChar LaTeX
6416 パッケージの
6417 \series bold
6418 caption
6419 \series default
6420
6421 \begin_inset Index idx
6422 status collapsed
6423
6424 \begin_layout Plain Layout
6425 \SpecialChar LaTeX
6426 ぱっけーじ@\SpecialChar LaTeX
6427 パッケージ ! caption
6428 \end_layout
6429
6430 \end_inset
6431
6432 を使用して設定することができます.第
6433 \begin_inset CommandInset ref
6434 LatexCommand ref
6435 reference "sec:キャプションの書式設定"
6436
6437 \end_inset
6438
6439 節をご覧下さい.
6440 \end_layout
6441
6442 \begin_layout Subsubsection
6443 キャプションの幅
6444 \begin_inset Index idx
6445 status collapsed
6446
6447 \begin_layout Plain Layout
6448 たへえしひよう@多頁表 ! きやふしよんのはは@キャプションの幅
6449 \end_layout
6450
6451 \end_inset
6452
6453
6454 \end_layout
6455
6456 \begin_layout Standard
6457 キャプション行の最大長は,長さ
6458 \series bold
6459
6460 \backslash
6461 LTcapwidth
6462 \series default
6463 によって指定することができます.既定値は4
6464 \begin_inset space \thinspace{}
6465 \end_inset
6466
6467 inです.これを変更するには,現文書の文書プリアンブルか,調整したい多頁表の前の文中に\SpecialChar TeX
6468 コードとして
6469 \end_layout
6470
6471 \begin_layout Standard
6472
6473 \series bold
6474
6475 \backslash
6476 setlength{
6477 \backslash
6478 LTcapwidth}{幅}
6479 \end_layout
6480
6481 \begin_layout Standard
6482 というコマンドを書き加えて下さい.ここで「幅」には,付録
6483 \begin_inset CommandInset ref
6484 LatexCommand ref
6485 reference "cha:LyXで使用できる単位"
6486
6487 \end_inset
6488
6489 に挙げられている単位を取ることができます.
6490 \end_layout
6491
6492 \begin_layout Standard
6493 以下の各表で違いを示します.
6494 \end_layout
6495
6496 \begin_layout Standard
6497 \begin_inset Tabular
6498 <lyxtabular version="3" rows="6" columns="5">
6499 <features islongtable="true" longtabularalignment="center">
6500 <column alignment="center" valignment="top">
6501 <column alignment="center" valignment="top">
6502 <column alignment="center" valignment="top">
6503 <column alignment="center" valignment="top">
6504 <column alignment="center" valignment="top">
6505 <row endfirsthead="true" caption="true">
6506 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 \begin_inset Caption Standard
6511
6512 \begin_layout Plain Layout
6513 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6514 \begin_inset Argument 1
6515 status collapsed
6516
6517 \begin_layout Plain Layout
6518 既定幅のキャプション
6519 \end_layout
6520
6521 \end_inset
6522
6523
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 </row>
6570 <row>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 1
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 2
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 3
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 4
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 5
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 </row>
6617 <row>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 いろは
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 いろは
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 <row>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 いろは
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 いろは
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 </row>
6711 <row>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 いろは
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 いろは
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 </row>
6758 <row>
6759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 いろは
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 いろは
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 いろは
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 いろは
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 いろは
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 </lyxtabular>
6806
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \begin_layout Standard
6813 \begin_inset ERT
6814 status collapsed
6815
6816 \begin_layout Plain Layout
6817
6818
6819 \backslash
6820 setlength{
6821 \backslash
6822 LTcapwidth}{5cm}
6823 \end_layout
6824
6825 \end_inset
6826
6827
6828 \begin_inset Tabular
6829 <lyxtabular version="3" rows="6" columns="5">
6830 <features islongtable="true" longtabularalignment="center">
6831 <column alignment="center" valignment="top">
6832 <column alignment="center" valignment="top">
6833 <column alignment="center" valignment="top">
6834 <column alignment="center" valignment="top">
6835 <column alignment="center" valignment="top">
6836 <row endfirsthead="true" caption="true">
6837 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 \begin_inset Caption Standard
6842
6843 \begin_layout Plain Layout
6844 5
6845 \begin_inset space \thinspace{}
6846 \end_inset
6847
6848 cm幅のなが〜いフルタイトル・5
6849 \begin_inset space \thinspace{}
6850 \end_inset
6851
6852 cm幅のなが〜いフルタイトル・5
6853 \begin_inset space \thinspace{}
6854 \end_inset
6855
6856 cm幅のなが〜いフルタイトル
6857 \begin_inset Argument 1
6858 status collapsed
6859
6860 \begin_layout Plain Layout
6861 5
6862 \begin_inset space \thinspace{}
6863 \end_inset
6864
6865 cm幅のキャプション
6866 \end_layout
6867
6868 \end_inset
6869
6870
6871 \end_layout
6872
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 </row>
6917 <row>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 1
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 2
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 3
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 4
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 5
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 </row>
6964 <row>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 いろは
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 いろは
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 </row>
7011 <row>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 いろは
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 いろは
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 </row>
7058 <row>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 いろは
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 いろは
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 </row>
7105 <row>
7106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 いろは
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 いろは
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 いろは
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 いろは
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 いろは
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 </row>
7152 </lyxtabular>
7153
7154 \end_inset
7155
7156
7157 \end_layout
7158
7159 \begin_layout Standard
7160 \begin_inset ERT
7161 status collapsed
7162
7163 \begin_layout Plain Layout
7164
7165
7166 \backslash
7167 setlength{
7168 \backslash
7169 LTcapwidth}{4in}
7170 \end_layout
7171
7172 \end_inset
7173
7174
7175 \end_layout
7176
7177 \begin_layout Standard
7178 \begin_inset Note Greyedout
7179 status open
7180
7181 \begin_layout Plain Layout
7182
7183 \series bold
7184 【註】
7185 \series default
7186 この文書のように\SpecialChar LaTeX
7187 パッケージの
7188 \series bold
7189 caption
7190 \series default
7191
7192 \begin_inset Index idx
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196 \SpecialChar LaTeX
7197 ぱっけーじ@\SpecialChar LaTeX
7198 パッケージ ! caption
7199 \end_layout
7200
7201 \end_inset
7202
7203 を使用している時には,
7204 \series bold
7205
7206 \backslash
7207 LTcapwidth
7208 \series default
7209 に既定値の4
7210 \begin_inset space \thinspace{}
7211 \end_inset
7212
7213 inを使用している場合,ページの全幅が用いられます.この場合,正確に4
7214 \begin_inset space \thinspace{}
7215 \end_inset
7216
7217 in幅のキャプションを作るには,3.99
7218 \begin_inset space \thinspace{}
7219 \end_inset
7220
7221 inのように4.0
7222 \begin_inset space \thinspace{}
7223 \end_inset
7224
7225 inと少し違う値を指定するか,
7226 \series bold
7227 caption
7228 \series default
7229 パッケージが提供している
7230 \series bold
7231
7232 \backslash
7233 captionsetup{width=値}
7234 \series default
7235 という\SpecialChar LaTeX
7236 コマンドを用いる方法があります.
7237 \end_layout
7238
7239 \end_inset
7240
7241
7242 \end_layout
7243
7244 \begin_layout Subsubsection
7245 表の各ページごとに異なるキャプション
7246 \begin_inset Index idx
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250 たへえしひよう@多頁表 ! へえしことにことなるきやふしよん@ページごとに異なるキャプション
7251 \end_layout
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \begin_layout Standard
7259 次頁以降の表キャプションを,1頁めとは異なるものにしたい場合には,キャプションを入れる空行をヘッダに指定して下さい.それから,キャプションを右クリックして,文脈
7260 依存メニューから
7261 \family sans
7262 キャプション(無番多頁表)
7263 \family default
7264 を選択してください.表
7265 \begin_inset CommandInset ref
7266 LatexCommand ref
7267 reference "tab:別キャプション"
7268
7269 \end_inset
7270
7271 は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7272 \end_layout
7273
7274 \begin_layout Standard
7275 \align center
7276 \begin_inset Tabular
7277 <lyxtabular version="3" rows="59" columns="3">
7278 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7279 <column alignment="left" valignment="top" width="0cm">
7280 <column alignment="left" valignment="top" width="0pt">
7281 <column alignment="center" valignment="top" width="0pt">
7282 <row endfirsthead="true" caption="true">
7283 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 \begin_inset Caption Standard
7288
7289 \begin_layout Plain Layout
7290 例示用電話帳
7291 \begin_inset CommandInset label
7292 LatexCommand label
7293 name "tab:別キャプション"
7294
7295 \end_inset
7296
7297
7298 \begin_inset Argument 1
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302 例示用電話帳
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 </row>
7336 <row endfirsthead="true">
7337 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \series bold
7343 例示用電話帳(名前は無視の事)
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 </row>
7367 <row endfirsthead="true">
7368 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372
7373 \series bold
7374 氏名
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \series bold
7394 TEL.
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 </row>
7400 <row endhead="true">
7401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410
7411 \backslash
7412 caption*{例示用電話帳の続き}
7413 \backslash
7414
7415 \backslash
7416 %
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row endhead="true">
7446 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450
7451 \series bold
7452 例示用電話帳
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row endhead="true">
7477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481
7482 \series bold
7483 氏名
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \series bold
7503 TEL.
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row endfoot="true">
7510 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 次頁に続く
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \series bold
7545 Annovi
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 Silvia
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 111
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 <row>
7570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \series bold
7576 Bertoli
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 Stefano
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 111
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 <row>
7601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \series bold
7607 Bozzi
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 Walter
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 111
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \series bold
7638 Cachia
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 Maria
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 111
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row>
7663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \series bold
7669 Cachia
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 Maurizio
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 111
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 Cinquemani
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 Giusi
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 111
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row>
7725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \series bold
7731 Colin
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 Bernard
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 111
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \series bold
7762 Concli
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 Gianfranco
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 111
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row>
7787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 Dal Bosco
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 Carolina
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 111
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 Dalpiaz
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Annamaria
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 111
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 Feliciello
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Domenico
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Focarelli
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Paola
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 111
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 Galletti
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Oreste
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 111
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 Gasparini
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 Franca
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 111
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \series bold
7979 Rizzardi
7980 \series default
7981
7982 \begin_inset Foot
7983 status collapsed
7984
7985 \begin_layout Plain Layout
7986 例示用脚註
7987 \end_layout
7988
7989 \end_inset
7990
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Paola
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Lassini
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Giancarlo
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Malfatti
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Luciano
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Malfatti
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Valeriano
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Meneguzzo
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Roberto
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Mezzadra
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Roberto
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Pirpamer
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Erich
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Pochiesa
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Paolo
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111, 222
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Radina
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Claudio
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Stuffer
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Oskar
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Tacchelli
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Ugo
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Tezzele
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Margit
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Unterkalmsteiner
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Frieda
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Vieider
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Hilde
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \series bold
8425 Vigna
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Jürgen
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 111
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \series bold
8456 Weber
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Maurizio
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 111
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \series bold
8487 Winkler
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Franz
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 111
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516  
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Annovi
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Silvia
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 555
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Bertoli
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Stefano
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 555
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Bozzi
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Walter
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 555
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Cachia
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Maria
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 555
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Cachia
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Maurizio
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 555
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Cinquemani
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Giusi
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 555
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Colin
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Bernard
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 555
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Concli
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Gianfranco
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 555
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Dal Bosco
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Carolina
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 555
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Dalpiaz
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Annamaria
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 555
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Feliciello
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Domenico
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 555
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Focarelli
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Paola
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 555
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Galletti
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Oreste
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 555
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Gasparini
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Franca
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 555
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \series bold
8981 Rizzardi
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 Paola
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 555
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \series bold
9012 Lassini
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 Giancarlo
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 555
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043 Malfatti
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Luciano
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 555
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Malfatti
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Valeriano
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Meneguzzo
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Roberto
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Mezzadra
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Roberto
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 </lyxtabular>
9161
9162 \end_inset
9163
9164
9165 \end_layout
9166
9167 \begin_layout Section
9168 多頁表にまつわる諸点
9169 \begin_inset CommandInset label
9170 LatexCommand label
9171 name "sec:多頁表にまつわる諸点"
9172
9173 \end_inset
9174
9175
9176 \end_layout
9177
9178 \begin_layout Subsection
9179 多頁表の計算
9180 \begin_inset Index idx
9181 status collapsed
9182
9183 \begin_layout Plain Layout
9184 たへえしひよう@多頁表 ! けいさん@計算
9185 \end_layout
9186
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \begin_layout Standard
9193 \SpecialChar LaTeX
9194 は,表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,一度に\SpecialChar LaTeX
9195 のメモリに読み込まれる表の断片です.歴史上の経緯から,既定値は
9196 たった表20行分に設定されています.多頁にわたる多頁表がある場合,この設定では文書の生成に時間がかかるかもしれません.この場合,
9197 \end_layout
9198
9199 \begin_layout Standard
9200
9201 \series bold
9202
9203 \backslash
9204 setcounter{LTchunksize}{100}
9205 \end_layout
9206
9207 \begin_layout Standard
9208 というコマンド行を文書のプリアンブルに書き加えることで,単位塊の大きさを100から1000の値に支障なく増やすことができます.
9209 \end_layout
9210
9211 \begin_layout Subsection
9212 フロートと多頁表
9213 \begin_inset Index idx
9214 status collapsed
9215
9216 \begin_layout Plain Layout
9217 たへえしひよう@多頁表 ! ふろおと@フロート
9218 \end_layout
9219
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \begin_layout Standard
9226 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9227 \series bold
9228
9229 \backslash
9230 clearpage
9231 \series default
9232 コマンドを多頁表の前に\SpecialChar TeX
9233 コードとして書き加えてください.
9234 \end_layout
9235
9236 \begin_layout Subsection
9237 強制改頁
9238 \begin_inset Index idx
9239 status collapsed
9240
9241 \begin_layout Plain Layout
9242 たへえしひよう@多頁表 ! きようせいかいへえし@強制改頁
9243 \end_layout
9244
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \begin_layout Standard
9251 既定の設定では,表は行の間でのみ改頁されます.もし複数行を含むセルがあり,そのセル中で改頁を行いたい時には,セル中の改頁してもよい場所に\SpecialChar TeX
9252 コードで改行コマンド「
9253 \series bold
9254
9255 \backslash
9256
9257 \backslash
9258
9259 \series default
9260 」を挿入します.
9261 \series bold
9262
9263 \backslash
9264
9265 \backslash
9266
9267 \series default
9268 コマンドの前には,現セルよりも右にある列数と同じ数の「
9269 \series bold
9270 &
9271 \series default
9272 」文字を,\SpecialChar TeX
9273 コードで挿入してやる必要があります.この
9274 \series bold
9275 &
9276 \series default
9277 は,表セルの区切り文字です.各
9278 \series bold
9279 &
9280 \series default
9281 の後に,右側の本来のセルに入るべき内容を\SpecialChar TeX
9282 コードで書き込み,右側のセルの内容は削除してください.
9283 \begin_inset Newline newline
9284 \end_inset
9285
9286
9287 \series bold
9288
9289 \backslash
9290
9291 \backslash
9292
9293 \series default
9294 コマンドの後ろには,現在列の左側にある列数と同じ数の
9295 \series bold
9296 &
9297 \series default
9298 文字を挿入してください.表
9299 \begin_inset CommandInset ref
9300 LatexCommand ref
9301 reference "tab:強制改頁"
9302
9303 \end_inset
9304
9305 では,改頁さるべきセルは,全3列中2列めにあります.したがって,
9306 \end_layout
9307
9308 \begin_layout Standard
9309
9310 \series bold
9311 & 111
9312 \backslash
9313
9314 \backslash
9315  
9316 \backslash
9317 newpage
9318 \begin_inset Newline newline
9319 \end_inset
9320
9321 &
9322 \end_layout
9323
9324 \begin_layout Standard
9325 というコマンドが,セル中「
9326 \emph on
9327 Castelchiodato,
9328 \emph default
9329 」の後に\SpecialChar TeX
9330 コードとして挿入してあります.
9331 \end_layout
9332
9333 \begin_layout Standard
9334 同一行3列目の「111」は削除してあります.
9335 \series bold
9336
9337 \backslash
9338 newpage
9339 \series default
9340 は,改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上
9341 罫線を引いていないけれども,セルを改頁する場所で水平線を引きたい場合には,代わりに
9342 \end_layout
9343
9344 \begin_layout Standard
9345
9346 \series bold
9347 & 111
9348 \backslash
9349
9350 \backslash
9351
9352 \begin_inset Newline newline
9353 \end_inset
9354
9355
9356 \backslash
9357 hline &
9358 \end_layout
9359
9360 \begin_layout Standard
9361 というコマンドを使用して下さい.
9362 \end_layout
9363
9364 \begin_layout Standard
9365 改頁をしたいセルが最右列にある場合には,
9366 \end_layout
9367
9368 \begin_layout Standard
9369
9370 \series bold
9371
9372 \backslash
9373 setlength{
9374 \backslash
9375 parfillskip}{0pt}
9376 \end_layout
9377
9378 \begin_layout Standard
9379 というコマンドを当該セルの初めに\SpecialChar TeX
9380 コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
9381 \end_layout
9382
9383 \begin_layout Standard
9384 \align center
9385 \begin_inset Tabular
9386 <lyxtabular version="3" rows="38" columns="3">
9387 <features islongtable="true" longtabularalignment="center">
9388 <column alignment="left" valignment="top" width="0pt">
9389 <column alignment="left" valignment="top" width="3cm">
9390 <column alignment="center" valignment="top" width="0pt">
9391 <row endfirsthead="true" caption="true">
9392 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 \begin_inset Caption Standard
9397
9398 \begin_layout Plain Layout
9399 表セル内で強制改頁をしている表
9400 \begin_inset CommandInset label
9401 LatexCommand label
9402 name "tab:強制改頁"
9403
9404 \end_inset
9405
9406
9407 \begin_inset Argument 1
9408 status collapsed
9409
9410 \begin_layout Plain Layout
9411 表セル内で強制改頁をしている表
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \end_layout
9418
9419 \end_inset
9420
9421
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row endfirsthead="true">
9446 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \series bold
9452 例示用電話帳(氏名は無視の事)
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row endfirsthead="true">
9477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \series bold
9483 氏名
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \series bold
9503 TEL.
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row endhead="true" caption="true">
9510 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Caption Unnumbered
9515
9516 \begin_layout Plain Layout
9517 例示用電話帳の続き
9518 \end_layout
9519
9520 \end_inset
9521
9522
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 </row>
9546 <row endhead="true">
9547 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 例示用電話帳
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 <row endhead="true">
9576 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580
9581 \series bold
9582 氏名
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \series bold
9602 TEL.
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 </row>
9608 <row endfoot="true">
9609 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 次頁に続く
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row>
9638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \series bold
9644 Annovi
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 Silvia
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 111
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 </row>
9668 <row>
9669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \series bold
9675 Bertoli
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 Stefano
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 111
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 </row>
9699 <row>
9700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704
9705 \series bold
9706 Bozzi
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 Walter
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 111
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 </row>
9730 <row>
9731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735
9736 \series bold
9737 Cachia
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 Maria
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 111
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 </row>
9761 <row>
9762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \series bold
9768 Cachia
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777 Maurizio
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 111
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 </row>
9792 <row>
9793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \series bold
9799 Cinquemani
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808 Giusi
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817 111
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 </row>
9823 <row>
9824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828
9829 \series bold
9830 Colin
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 Bernard
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 111
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 </row>
9854 <row>
9855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \series bold
9861 Concli
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 Gianfranco
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 111
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row>
9886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \series bold
9892 Dal Bosco
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 Carolina
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 111
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 <row>
9917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \series bold
9923 Dalpiaz
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 Annamaria
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 111
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 </row>
9947 <row>
9948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \series bold
9954 Feliciello
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963 Domenico
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 111
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 </row>
9978 <row>
9979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983
9984 \series bold
9985 Focarelli
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994 Paola
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 111
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row>
10010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \series bold
10016 Galletti
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 Oreste
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 111
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row>
10041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 Gasparini
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 Franca
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 111
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row>
10072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 Lassini
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 Giancarlo
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 111
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 </row>
10102 <row>
10103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 Malfatti
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 Luciano
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 111
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \series bold
10140 Malfatti
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 Valeriano
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 111
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row>
10165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \series bold
10171 Meneguzzo
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 Roberto
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 111
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 Mezzadra
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 Roberto
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 111
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \series bold
10233 Pirpamer
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Erich
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 111
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 </row>
10257 <row>
10258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \series bold
10264 Pochiesa
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Paolo
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 111, 222
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row>
10289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \series bold
10295 Radina
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 Claudio
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 111
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \series bold
10326 Rizzardi
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Paolo, 11.
10336  Fürst von Montecompatri, 11.
10337  Fürst von Sulmona und Vivaro, 10.
10338  Fürst von Rossano, 5.
10339  Herzog von Canemorte, 11.
10340  Herzog von Palombara, 5.
10341  Herzog von Castelchiodato,
10342 \begin_inset ERT
10343 status collapsed
10344
10345 \begin_layout Plain Layout
10346
10347 & 111
10348 \backslash
10349
10350 \backslash
10351  
10352 \backslash
10353 newpage
10354 \end_layout
10355
10356 \begin_layout Plain Layout
10357
10358 &
10359 \end_layout
10360
10361 \end_inset
10362
10363  11.
10364  Herzog von Poggionativo, 11.
10365  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10366  Graf von Valinfreda, 11.
10367  Baron von Cropalati, 11.
10368  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Stuffer
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Oskar
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 111
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Tacchelli
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Ugo
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Tezzele
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Margit
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Unterkalmsteiner
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Frieda
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Vieider
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Hilde
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Vigna
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Jürgen
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Weber
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Maurizio
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Winkler
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Franz
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 </lyxtabular>
10632
10633 \end_inset
10634
10635
10636 \end_layout
10637
10638 \begin_layout Section
10639 複数行・連結列・連結行
10640 \end_layout
10641
10642 \begin_layout Subsection
10643 表セル内の複数行
10644 \begin_inset CommandInset label
10645 LatexCommand label
10646 name "subsec:複数行"
10647
10648 \end_inset
10649
10650
10651 \begin_inset Index idx
10652 status collapsed
10653
10654 \begin_layout Plain Layout
10655 ひょうせるないのふくすうぎょう@表セル内の複数行
10656 \end_layout
10657
10658 \end_inset
10659
10660
10661 \begin_inset Index idx
10662 status collapsed
10663
10664 \begin_layout Plain Layout
10665 ひょう@表 ! かいぎょう@改行
10666 \end_layout
10667
10668 \end_inset
10669
10670
10671 \end_layout
10672
10673 \begin_layout Standard
10674 \noindent
10675 \begin_inset Float table
10676 placement H
10677 alignment document
10678 wide false
10679 sideways false
10680 status open
10681
10682 \begin_layout Plain Layout
10683 \begin_inset Caption Standard
10684
10685 \begin_layout Plain Layout
10686 \begin_inset CommandInset label
10687 LatexCommand label
10688 name "tab:複数行表"
10689
10690 \end_inset
10691
10692 セル内に複数の行がある表
10693 \end_layout
10694
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \begin_layout Plain Layout
10701 \align center
10702 \begin_inset Tabular
10703 <lyxtabular version="3" rows="3" columns="3">
10704 <features tabularvalignment="middle">
10705 <column alignment="center" valignment="middle" width="2.5cm">
10706 <column alignment="center" valignment="middle">
10707 <column alignment="center" valignment="middle">
10708 <row>
10709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 複数の
10714 \begin_inset Newline linebreak
10715 \end_inset
10716
10717
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 </lyxtabular>
10800
10801 \end_inset
10802
10803
10804 \end_layout
10805
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \begin_layout Standard
10812 列に固定幅を指定することによって,文章をハイフネーションを伴った複数行の段落として,入れることができるようになります.
10813 \end_layout
10814
10815 \begin_layout Standard
10816
10817 \begin_inset CommandInset ref
10818 LatexCommand ref
10819 reference "tab:複数行表"
10820
10821 \end_inset
10822
10823 を生成するには,まず3
10824 \begin_inset Formula $\times$
10825 \end_inset
10826
10827 3表を作り,最初のセルを右クリックして現れるメニューから,
10828 \family sans
10829 設定
10830 \family default
10831 メニューを選択します.すると表ダイアログが現れるので,セル幅を2.5
10832 \begin_inset space \thinspace{}
10833 \end_inset
10834
10835 cm幅とし,水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,その行のすべてのセルに適用されます.この例の文章は2.5
10836 \begin_inset space \thinspace{}
10837 \end_inset
10838
10839 cmよりも短いため,一行しか表示されません.そこで二行とも表示するために,両端揃え改行(
10840 \begin_inset Flex Ruby
10841 status collapsed
10842
10843 \begin_layout Plain Layout
10844 捷径
10845 \begin_inset Argument post:1
10846 status collapsed
10847
10848 \begin_layout Plain Layout
10849 ショートカット
10850 \end_layout
10851
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \end_inset
10858
10859
10860 \begin_inset Info
10861 type  "shortcut"
10862 arg   "newline-insert linebreak"
10863 \end_inset
10864
10865 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,文章は自動的にいくつかの行に改行されます.
10866 \end_layout
10867
10868 \begin_layout Standard
10869 固定幅のセルに長い単語を入れた場合,もしそれがセルの最初にあると,\SpecialChar LaTeX
10870 はハイフネーションを行うことができません.したがって,その単語がセルの最初に来ないようにするた
10871 めには,何かを入れなくてはなりません.そこで,その単語の前に0
10872 \begin_inset space \thinspace{}
10873 \end_inset
10874
10875 pt幅の水平空白を挿入します.空白がゼロ幅なので,出力は変わりません.表
10876 \begin_inset CommandInset ref
10877 LatexCommand ref
10878 reference "tab:ハイフネーション表"
10879
10880 \end_inset
10881
10882 が違いを示しています
10883 \begin_inset Foot
10884 status open
10885
10886 \begin_layout Plain Layout
10887
10888 \series bold
10889 【訳註】
10890 \series default
10891 p\SpecialChar LaTeX
10892 を使用している場合,日本語の文章は正しく改行されます.
10893 \end_layout
10894
10895 \end_inset
10896
10897
10898 \end_layout
10899
10900 \begin_layout Standard
10901 \begin_inset Float table
10902 placement h
10903 alignment document
10904 wide false
10905 sideways false
10906 status open
10907
10908 \begin_layout Plain Layout
10909 \begin_inset Caption Standard
10910
10911 \begin_layout Plain Layout
10912 \begin_inset CommandInset label
10913 LatexCommand label
10914 name "tab:ハイフネーション表"
10915
10916 \end_inset
10917
10918 ハイフネーション有/無の表
10919 \end_layout
10920
10921 \end_inset
10922
10923
10924 \end_layout
10925
10926 \begin_layout Plain Layout
10927 \begin_inset space \hfill{}
10928 \end_inset
10929
10930
10931 \begin_inset Tabular
10932 <lyxtabular version="3" rows="3" columns="3">
10933 <features tabularvalignment="middle">
10934 <column alignment="center" valignment="middle" width="2.5cm">
10935 <column alignment="center" valignment="middle">
10936 <column alignment="center" valignment="middle">
10937 <row>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 verylongtablecellword
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 </row>
10966 <row>
10967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 <row>
10996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 </lyxtabular>
11025
11026 \end_inset
11027
11028
11029 \begin_inset space \hfill{}
11030 \end_inset
11031
11032
11033 \begin_inset Tabular
11034 <lyxtabular version="3" rows="3" columns="3">
11035 <features tabularvalignment="middle">
11036 <column alignment="center" valignment="middle" width="2.5cm">
11037 <column alignment="center" valignment="middle">
11038 <column alignment="center" valignment="middle">
11039 <row>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 \begin_inset space \hspace{}
11045 \length 0pt
11046 \end_inset
11047
11048 verylongtablecellword
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 <row>
11073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 <row>
11102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 </row>
11130 </lyxtabular>
11131
11132 \end_inset
11133
11134
11135 \begin_inset space \hfill{}
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \begin_layout Subsection
11147 連結列
11148 \begin_inset CommandInset label
11149 LatexCommand label
11150 name "subsec:連結列"
11151
11152 \end_inset
11153
11154
11155 \begin_inset Index idx
11156 status collapsed
11157
11158 \begin_layout Plain Layout
11159 れんけつれつ@連結列
11160 \end_layout
11161
11162 \end_inset
11163
11164
11165 \begin_inset Index idx
11166 status collapsed
11167
11168 \begin_layout Plain Layout
11169 ひょう@表 ! れんけつれつ@連結列
11170 \end_layout
11171
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \begin_layout Subsubsection
11178 連結列の基礎
11179 \end_layout
11180
11181 \begin_layout Standard
11182 一つのセルが複数の列にまたがるようにするためには,行中から一つの連結セルにまとめるべき各セルを選択して,表ツールバーボタン
11183 \family sans
11184
11185 \begin_inset Info
11186 type  "icon"
11187 arg   "tabular-feature multicolumn"
11188 \end_inset
11189
11190
11191 \family default
11192 を押すか,
11193 \family sans
11194 編集\SpecialChar menuseparator
11195 表\SpecialChar menuseparator
11196 連結列
11197 \family default
11198 メニューを使用するか,あるいは選択したセルを右クリックして現れるメニューから
11199 \family sans
11200 連結列
11201 \family default
11202 を有効にするかしてください.
11203 \end_layout
11204
11205 \begin_layout Standard
11206 連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
11207 ,最下行に上罫線のない連結行がある表の例です.
11208 \end_layout
11209
11210 \begin_layout Standard
11211 \align center
11212 \begin_inset Tabular
11213 <lyxtabular version="3" rows="3" columns="4">
11214 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11215 <column alignment="center" valignment="top" width="0pt">
11216 <column alignment="center" valignment="middle">
11217 <column alignment="center" valignment="top" width="0in">
11218 <column alignment="center" valignment="top" width="0pt">
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 いろは
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="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 multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" 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" 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" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 </row>
11295 <row>
11296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 </row>
11333 </lyxtabular>
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \begin_layout Subsubsection
11341 連結列の計算
11342 \begin_inset CommandInset label
11343 LatexCommand label
11344 name "subsec:連結列の計算"
11345
11346 \end_inset
11347
11348
11349 \begin_inset Index idx
11350 status collapsed
11351
11352 \begin_layout Plain Layout
11353 れんけつれつ@連結列 ! けいさん@計算
11354 \end_layout
11355
11356 \end_inset
11357
11358
11359 \end_layout
11360
11361 \begin_layout Standard
11362 \SpecialChar LyX
11363 は,連結列を直接にサポートしていますが,同列にある連結セル以外のセル幅については,考慮が必要です.
11364 \end_layout
11365
11366 \begin_layout Standard
11367 \begin_inset Float table
11368 placement h
11369 alignment document
11370 wide false
11371 sideways false
11372 status open
11373
11374 \begin_layout Plain Layout
11375 \begin_inset Caption Standard
11376
11377 \begin_layout Plain Layout
11378 \begin_inset CommandInset label
11379 LatexCommand label
11380 name "tab:中央揃え表"
11381
11382 \end_inset
11383
11384 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11385 \begin_inset Argument 1
11386 status collapsed
11387
11388 \begin_layout Plain Layout
11389 完全なる連結列表
11390 \end_layout
11391
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \end_inset
11398
11399
11400 \end_layout
11401
11402 \begin_layout Plain Layout
11403 \align center
11404 \begin_inset Tabular
11405 <lyxtabular version="3" rows="3" columns="3">
11406 <features tabularvalignment="middle">
11407 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11408 <column alignment="center" valignment="middle">
11409 <column alignment="center" valignment="top">
11410 <row>
11411 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 複数行にわたる連結列
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 <row>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 </row>
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 </lyxtabular>
11498
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \end_inset
11505
11506
11507 \end_layout
11508
11509 \begin_layout Standard
11510 たとえば,表
11511 \begin_inset CommandInset ref
11512 LatexCommand ref
11513 reference "tab:中央揃え表"
11514
11515 \end_inset
11516
11517 を生成するには,3
11518 \begin_inset Formula $\times$
11519 \end_inset
11520
11521 3表の第一行の最初の二つのセルを選択して,右クリックして現れるメニューから
11522 \family sans
11523 設定
11524 \family default
11525 を選択します.そして現れる表の設定ダイアログで,このセルを
11526 \emph on
11527 連結列
11528 \emph default
11529
11530 \emph on
11531 中央揃え
11532 \emph default
11533 ,2.5
11534 \begin_inset space \thinspace{}
11535 \end_inset
11536
11537 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,第一列の幅を1.25
11538 \begin_inset space \thinspace{}
11539 \end_inset
11540
11541 cm幅に設定します.すると第二列は自動的に1.25
11542 \begin_inset space \thinspace{}
11543 \end_inset
11544
11545 cm幅(連結列幅マイナス第一列の幅)になります.表
11546 \begin_inset CommandInset ref
11547 LatexCommand ref
11548 reference "tab:半分でない表"
11549
11550 \end_inset
11551
11552 もこのようにして作成してあります.
11553 \end_layout
11554
11555 \begin_layout Standard
11556 \begin_inset Float table
11557 placement document
11558 alignment document
11559 wide false
11560 sideways false
11561 status open
11562
11563 \begin_layout Plain Layout
11564 \begin_inset Caption Standard
11565
11566 \begin_layout Plain Layout
11567 \begin_inset CommandInset label
11568 LatexCommand label
11569 name "tab:半分でない表"
11570
11571 \end_inset
11572
11573 連結セルの下の列が正確に半分になっていない表
11574 \begin_inset Argument 1
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578 不完全な連結列表
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \end_inset
11587
11588
11589 \end_layout
11590
11591 \begin_layout Plain Layout
11592 \align center
11593 \begin_inset Tabular
11594 <lyxtabular version="3" rows="3" columns="3">
11595 <features tabularvalignment="middle">
11596 <column alignment="center" valignment="top" width="1.25cm">
11597 <column alignment="center" valignment="top">
11598 <column alignment="center" valignment="top">
11599 <row>
11600 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 複数行にわたる連結列
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 <row>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 </row>
11657 <row>
11658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 </lyxtabular>
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \begin_layout Standard
11699 ご覧になって分かるように,第一列が,連結セルの幅の半分よりも少し大きくなっています.その原因は,セル幅が,指定された幅よりもつねに少しだけ大きく描かれるために,
11700 指定したセル幅
11701 \begin_inset Formula $W_{\text{指}}$
11702 \end_inset
11703
11704 がセルの全幅
11705 \begin_inset Formula $W_{\text{全}}$
11706 \end_inset
11707
11708 と等しくならないためです.付録
11709 \begin_inset CommandInset ref
11710 LatexCommand ref
11711 reference "cha:式の説明"
11712
11713 \end_inset
11714
11715 がこの事情を詳細に説明しています.
11716 \end_layout
11717
11718 \begin_layout Standard
11719
11720 \emph on
11721 n
11722 \emph default
11723 列を連結する際,各列の全幅が
11724 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
11725 \end_inset
11726
11727 となるために必要な指定幅
11728 \begin_inset Formula $W_{\text{指}:n}$
11729 \end_inset
11730
11731 は,
11732 \begin_inset Formula 
11733 \begin{equation}
11734 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11735 \end{equation}
11736
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Standard
11743 で計算することができます.上記の例では
11744 \begin_inset Formula $n=2$
11745 \end_inset
11746
11747 かつ
11748 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
11749 \end_inset
11750
11751 cmかつ長さは既定値ですから,第
11752 \begin_inset CommandInset ref
11753 LatexCommand ref
11754 reference "eq:Wgn"
11755
11756 \end_inset
11757
11758 式は
11759 \begin_inset Formula 
11760 \begin{equation}
11761 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11762 \end{equation}
11763
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \begin_layout Standard
11770 となります.\SpecialChar LaTeX
11771 中で計算を可能にするには,文書プリアンブル行に
11772 \end_layout
11773
11774 \begin_layout Standard
11775
11776 \series bold
11777
11778 \backslash
11779 usepackage{calc}
11780 \end_layout
11781
11782 \begin_layout Standard
11783 と書いて,\SpecialChar LaTeX
11784 パッケージ
11785 \series bold
11786 calc
11787 \series default
11788
11789 \begin_inset Index idx
11790 status collapsed
11791
11792 \begin_layout Plain Layout
11793 \SpecialChar LaTeX
11794 ぱっけーじ@\SpecialChar LaTeX
11795 パッケージ ! calc
11796 \end_layout
11797
11798 \end_inset
11799
11800 を読み込まなくてはなりません.\SpecialChar LyX
11801 の「表の設定」ダイアログの幅フィールドでは,長さを計算することができません.したがって,ダイアログの\SpecialChar LaTeX
11802 の引数欄に書き込むことによって
11803 列を整形しなくてはなりません.以下は,その引数の概要です.
11804 \end_layout
11805
11806 \begin_layout Itemize
11807
11808 \series bold
11809 p{幅}
11810 \series default
11811 は固定幅セルを生成し,内容文は垂直方向上揃えになります.
11812 \end_layout
11813
11814 \begin_layout Itemize
11815
11816 \series bold
11817 m{幅}
11818 \series default
11819 は固定幅セルを生成し,内容文は垂直方向中央揃えになります.
11820 \end_layout
11821
11822 \begin_layout Itemize
11823
11824 \series bold
11825 b{幅}
11826 \series default
11827 は固定幅セルを生成し,内容文は垂直方向下揃えになります.
11828 \end_layout
11829
11830 \begin_layout Standard
11831 \SpecialChar LaTeX
11832 変数を入力すると,表ダイアログで設定されたすべてのセル設定は無効になります.
11833 \end_layout
11834
11835 \begin_layout Standard
11836 \begin_inset Note Greyedout
11837 status open
11838
11839 \begin_layout Plain Layout
11840
11841 \series bold
11842 【註】
11843 \series default
11844 バグのせいで,\SpecialChar LyX
11845 は無効にされた設定も表示してしまいます.
11846 \end_layout
11847
11848 \end_inset
11849
11850
11851 \end_layout
11852
11853 \begin_layout Standard
11854 文章を水平方向中央揃えにしたいので,
11855 \series bold
11856
11857 \backslash
11858 centering
11859 \series default
11860 コマンドを入れます.したがって,以下のような\SpecialChar LaTeX
11861 変数を,最初の被連結列に入れます.
11862 \end_layout
11863
11864 \begin_layout Standard
11865
11866 \series bold
11867 >{
11868 \backslash
11869 centering}m{1.25cm-6.2pt}
11870 \end_layout
11871
11872 \begin_layout Standard
11873
11874 \series bold
11875 >{ }
11876 \series default
11877 コマンドは,セルが生成される前に中括弧内のコマンドを適用するという意味です.
11878 \end_layout
11879
11880 \begin_layout Standard
11881 こうして被連結列セルの文章に,中央揃えを選択しましたが,連結セルの文章は依然として左揃えになっています.これは,\SpecialChar LyX
11882 は揃えを一列分のみに適用するためです.したがって
11883 ,連結セルには
11884 \end_layout
11885
11886 \begin_layout Standard
11887
11888 \series bold
11889 >{
11890 \backslash
11891 centering}m{2.5cm}
11892 \end_layout
11893
11894 \begin_layout Standard
11895 という\SpecialChar LaTeX
11896 変数を指定しなくてはなりません.
11897 \end_layout
11898
11899 \begin_layout Subsection
11900 連結行
11901 \begin_inset CommandInset label
11902 LatexCommand label
11903 name "subsec:連結行"
11904
11905 \end_inset
11906
11907
11908 \begin_inset Index idx
11909 status collapsed
11910
11911 \begin_layout Plain Layout
11912 れんけつぎょう@連結行
11913 \end_layout
11914
11915 \end_inset
11916
11917
11918 \begin_inset Index idx
11919 status collapsed
11920
11921 \begin_layout Plain Layout
11922 ひょう@表 ! れんけつぎょう@連結行
11923 \end_layout
11924
11925 \end_inset
11926
11927
11928 \end_layout
11929
11930 \begin_layout Standard
11931 複数行にかかるセルを連結するには,同一列中の統合したいセルをすべて選択し,ツールバーボタン
11932 \family sans
11933
11934 \begin_inset Info
11935 type  "icon"
11936 arg   "tabular-feature multirow"
11937 \end_inset
11938
11939
11940 \family default
11941 を押すか,メニュー
11942 \family sans
11943 編集\SpecialChar menuseparator
11944 表\SpecialChar menuseparator
11945 連結行
11946 \family default
11947 を選ぶか,選択したセルを右クリックして,コンテクストメニューから
11948 \family sans
11949 \SpecialChar menuseparator
11950 連結行
11951 \family default
11952 を選んでください.
11953 \end_layout
11954
11955 \begin_layout Standard
11956 下記は一列目に連結列を適用した表の例です.
11957 \end_layout
11958
11959 \begin_layout Standard
11960 \align center
11961 \begin_inset Tabular
11962 <lyxtabular version="3" rows="3" columns="3">
11963 <features tabularvalignment="middle">
11964 <column alignment="center" valignment="top" width="0pt">
11965 <column alignment="center" valignment="top">
11966 <column alignment="center" valignment="top">
11967 <row>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 長いセル項目
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 </row>
11996 <row>
11997 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 連結列
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12016 \begin_inset Text
12017
12018 \begin_layout Plain Layout
12019
12020 \end_layout
12021
12022 \end_inset
12023 </cell>
12024 </row>
12025 <row>
12026 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 </row>
12054 </lyxtabular>
12055
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \begin_layout Standard
12062 連結列の幅は,列全体の幅と揃えを設定することによって設定することができます.
12063 \family sans
12064 垂直オフセット
12065 \family default
12066 は,正または負の値を与えると,連結列の内容を上下にシフトします.
12067 \end_layout
12068
12069 \begin_layout Standard
12070 連結行セルの列に明示的な幅が与えられていない場合,連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
12071 \end_layout
12072
12073 \begin_layout Standard
12074
12075 \series bold
12076
12077 \backslash
12078 renewcommand{
12079 \backslash
12080 multirowsetup}{
12081 \backslash
12082 centering}
12083 \end_layout
12084
12085 \begin_layout Standard
12086 というコマンドを使用して,コマンド
12087 \series bold
12088
12089 \backslash
12090 multirowsetup
12091 \series default
12092 を書き換えて下さい.すると,文書中の連結行の中身が,すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,プリアンブルではなく表の直前にTe
12093 Xコードボックスを入れて,このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
12094 \series bold
12095
12096 \backslash
12097 centering
12098 \series default
12099 の代わりに
12100 \series bold
12101
12102 \backslash
12103 raggedleft
12104 \series default
12105 を使用して下さい.左揃えに戻すには,
12106 \series bold
12107
12108 \backslash
12109 raggedright
12110 \series default
12111 とします.
12112 \end_layout
12113
12114 \begin_layout Standard
12115 下記は,-4ミリの垂直オフセットを設定し,3センチ幅の列中にある右揃えの連結列セルがある表の例です.
12116 \end_layout
12117
12118 \begin_layout Standard
12119 \noindent
12120 \align center
12121 \begin_inset ERT
12122 status collapsed
12123
12124 \begin_layout Plain Layout
12125
12126
12127 \backslash
12128 renewcommand{
12129 \backslash
12130 multirowsetup}{
12131 \backslash
12132 raggedleft}
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \begin_inset Tabular
12139 <lyxtabular version="3" rows="4" columns="3">
12140 <features tabularvalignment="middle">
12141 <column alignment="center" valignment="top" width="3cm">
12142 <column alignment="center" valignment="top">
12143 <column alignment="center" valignment="top">
12144 <row>
12145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 長いセル項目
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 <row>
12174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 </row>
12202 <row>
12203 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 連結列
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 </row>
12231 <row>
12232 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Plain Layout
12254
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 </row>
12260 </lyxtabular>
12261
12262 \end_inset
12263
12264
12265 \begin_inset ERT
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269
12270
12271 \backslash
12272 renewcommand{
12273 \backslash
12274 multirowsetup}{
12275 \backslash
12276 raggedright}
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \begin_layout Standard
12285 連結行で新しい行に移るには,強制改行(
12286 \begin_inset Flex Ruby
12287 status collapsed
12288
12289 \begin_layout Plain Layout
12290 捷径
12291 \begin_inset Argument post:1
12292 status collapsed
12293
12294 \begin_layout Plain Layout
12295 ショートカット
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \end_inset
12304
12305
12306 \begin_inset Info
12307 type  "shortcut"
12308 arg   "newline-insert newline"
12309 \end_inset
12310
12311 )を使用できますが,この場合,下記の例に示されているようにセル行との整合を顧慮しません.
12312 \end_layout
12313
12314 \begin_layout Standard
12315 \noindent
12316 \align center
12317 \begin_inset Tabular
12318 <lyxtabular version="3" rows="3" columns="2">
12319 <features tabularvalignment="middle">
12320 <column alignment="left" valignment="middle" width="2cm">
12321 <column alignment="center" valignment="top">
12322 <row>
12323 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12324 \begin_inset Text
12325
12326 \begin_layout Plain Layout
12327 いいい
12328 \begin_inset Newline newline
12329 \end_inset
12330
12331 いいい
12332 \begin_inset Newline newline
12333 \end_inset
12334
12335 おかしなセル
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Plain Layout
12344 ははは
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 </row>
12350 <row>
12351 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Plain Layout
12364 ににに
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 </row>
12370 <row>
12371 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 ろろろ
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384 ほほほ
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 </row>
12390 </lyxtabular>
12391
12392 \end_inset
12393
12394
12395 \end_layout
12396
12397 \begin_layout Standard
12398 したがって,強制改行を使うのは注意が必要です.
12399 \end_layout
12400
12401 \begin_layout Subsection
12402 対角線付きのセル
12403 \end_layout
12404
12405 \begin_layout Standard
12406 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,\SpecialChar LaTeX
12407 パッケージの
12408 \series bold
12409 diagbox
12410 \series default
12411
12412 \begin_inset Index idx
12413 status collapsed
12414
12415 \begin_layout Plain Layout
12416 \SpecialChar LaTeX
12417 ぱっけーじ@\SpecialChar LaTeX
12418 パッケージ ! diagbox
12419 \end_layout
12420
12421 \end_inset
12422
12423 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
12424 \series bold
12425
12426 \backslash
12427 diagbox
12428 \series default
12429 というコマンドがありますので,以下のように,これに2ないし3の引数をつけて,\SpecialChar TeX
12430 コードで挿入します.
12431 \end_layout
12432
12433 \begin_layout Standard
12434
12435 \series bold
12436
12437 \backslash
12438 diagbox[オプション]{左下}{右上}
12439 \end_layout
12440
12441 \begin_layout Standard
12442
12443 \series bold
12444
12445 \backslash
12446 diagbox[オプション]{左下}{左上}{右上}
12447 \end_layout
12448
12449 \begin_layout Standard
12450 最初の書式は,第1セルを一本の対角線で分割し,引数の内容がその上下に入れられます.二つ目の書式は,第1セルを二本の線で分割します.
12451 \end_layout
12452
12453 \begin_layout Standard
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Plain Layout
12458
12459
12460 \backslash
12461 ifdiagbox
12462 \end_layout
12463
12464 \end_inset
12465
12466
12467 \begin_inset Note Note
12468 status open
12469
12470 \begin_layout Plain Layout
12471 この節は,\SpecialChar LaTeX
12472 パッケージ
12473 \series bold
12474 diagbox
12475 \series default
12476 が導入済みの時のみ表示されます.
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \end_layout
12483
12484 \begin_layout Standard
12485 下記は,
12486 \series bold
12487
12488 \backslash
12489 diagbox
12490 \series default
12491 を第1セル中に2引数書式で使用した表の例です.
12492 \begin_inset VSpace medskip
12493 \end_inset
12494
12495
12496 \end_layout
12497
12498 \begin_layout Standard
12499 \noindent
12500 \begin_inset Tabular
12501 <lyxtabular version="3" rows="4" columns="4">
12502 <features tabularvalignment="middle">
12503 <column alignment="center" valignment="top">
12504 <column alignment="center" valignment="top">
12505 <column alignment="center" valignment="top">
12506 <column alignment="center" valignment="top">
12507 <row>
12508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 \begin_inset ERT
12513 status collapsed
12514
12515 \begin_layout Plain Layout
12516
12517
12518 \backslash
12519 diagbox{
12520 \end_layout
12521
12522 \end_inset
12523
12524 名称
12525 \begin_inset ERT
12526 status collapsed
12527
12528 \begin_layout Plain Layout
12529
12530 }{
12531 \end_layout
12532
12533 \end_inset
12534
12535 パラメータ
12536 \begin_inset ERT
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540
12541 }
12542 \end_layout
12543
12544 \end_inset
12545
12546
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 厚み(nm)
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 透明度(%)
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 硬度(MPa)
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 </row>
12579 <row>
12580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 Perfect Green
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 45
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 80
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 504
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 <row>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 Dark Multi-P
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 60
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 72
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 982
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 </row>
12655 <row>
12656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 Crystal Clear Pro
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 18
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678 86
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 374
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 </row>
12693 </lyxtabular>
12694
12695 \end_inset
12696
12697
12698 \begin_inset VSpace medskip
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \begin_layout Standard
12705 3引数書式は,例えばスポーツリーグや距離を示すクロス表に便利です.
12706 \end_layout
12707
12708 \begin_layout Standard
12709 \noindent
12710 \align center
12711 \begin_inset Tabular
12712 <lyxtabular version="3" rows="4" columns="4">
12713 <features tabularvalignment="middle">
12714 <column alignment="center" valignment="top" width="0pt">
12715 <column alignment="center" valignment="top">
12716 <column alignment="center" valignment="top">
12717 <column alignment="center" valignment="top">
12718 <row>
12719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 \begin_inset ERT
12724 status collapsed
12725
12726 \begin_layout Plain Layout
12727
12728
12729 \backslash
12730 diagbox{
12731 \end_layout
12732
12733 \end_inset
12734
12735 ホームチーム
12736 \begin_inset ERT
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740
12741 }{
12742 \end_layout
12743
12744 \end_inset
12745
12746 結果
12747 \begin_inset ERT
12748 status collapsed
12749
12750 \begin_layout Plain Layout
12751
12752 }{
12753 \end_layout
12754
12755 \end_inset
12756
12757 アウェイチーム
12758 \begin_inset ERT
12759 status collapsed
12760
12761 \begin_layout Plain Layout
12762
12763 }
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 Tigers
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 Panthers
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 Falcons
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 <row>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 Tigers
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 1:3
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 0:1
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 </row>
12839 <row>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 Panthers
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 3:1
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 0:0
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 </row>
12877 <row>
12878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 Falcons
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 1:0
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 0:0
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 </lyxtabular>
12916
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \begin_layout Standard
12923 大きなクロス表では,下記のように,2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
12924 \end_layout
12925
12926 \begin_layout Standard
12927 \noindent
12928 \align center
12929 \begin_inset Tabular
12930 <lyxtabular version="3" rows="5" columns="5">
12931 <features tabularvalignment="middle">
12932 <column alignment="center" valignment="top" width="0pt">
12933 <column alignment="center" valignment="top">
12934 <column alignment="center" valignment="top">
12935 <column alignment="center" valignment="top">
12936 <column alignment="center" valignment="top">
12937 <row>
12938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 \begin_inset ERT
12943 status open
12944
12945 \begin_layout Plain Layout
12946
12947
12948 \backslash
12949 diagbox{
12950 \end_layout
12951
12952 \end_inset
12953
12954 ホームチーム
12955 \begin_inset ERT
12956 status collapsed
12957
12958 \begin_layout Plain Layout
12959
12960 }{
12961 \end_layout
12962
12963 \end_inset
12964
12965 結果
12966 \begin_inset ERT
12967 status collapsed
12968
12969 \begin_layout Plain Layout
12970
12971 }{
12972 \end_layout
12973
12974 \end_inset
12975
12976 アウェイチーム
12977 \begin_inset ERT
12978 status collapsed
12979
12980 \begin_layout Plain Layout
12981
12982 }
12983 \end_layout
12984
12985 \end_inset
12986
12987
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 Tigers
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 Panthers
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 Falcons
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 \begin_inset ERT
13024 status open
13025
13026 \begin_layout Plain Layout
13027
13028
13029 \backslash
13030 diagbox[dir=NE]{
13031 \end_layout
13032
13033 \end_inset
13034
13035 ホームチーム
13036 \begin_inset ERT
13037 status collapsed
13038
13039 \begin_layout Plain Layout
13040
13041 }{
13042 \end_layout
13043
13044 \end_inset
13045
13046 結果
13047 \begin_inset ERT
13048 status collapsed
13049
13050 \begin_layout Plain Layout
13051
13052 }{
13053 \end_layout
13054
13055 \end_inset
13056
13057 アウェイチーム
13058 \begin_inset ERT
13059 status collapsed
13060
13061 \begin_layout Plain Layout
13062
13063 }
13064 \end_layout
13065
13066 \end_inset
13067
13068
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 </row>
13074 <row>
13075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 Tigers
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 1:3
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 0:1
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 Tigers
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 Panthers
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 3:1
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 0:0
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 Panthers
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 </row>
13168 <row>
13169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 Falcons
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 1:0
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 0:0
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 Falcons
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 <row>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 \begin_inset ERT
13221 status open
13222
13223 \begin_layout Plain Layout
13224
13225
13226 \backslash
13227 diagbox[dir=SW]{
13228 \end_layout
13229
13230 \end_inset
13231
13232 ホームチーム
13233 \begin_inset ERT
13234 status collapsed
13235
13236 \begin_layout Plain Layout
13237
13238 }{
13239 \end_layout
13240
13241 \end_inset
13242
13243 結果
13244 \begin_inset ERT
13245 status collapsed
13246
13247 \begin_layout Plain Layout
13248
13249 }{
13250 \end_layout
13251
13252 \end_inset
13253
13254 アウェイチーム
13255 \begin_inset ERT
13256 status collapsed
13257
13258 \begin_layout Plain Layout
13259
13260 }
13261 \end_layout
13262
13263 \end_inset
13264
13265
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 Tigers
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 Panthers
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 Falcons
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 \begin_inset ERT
13302 status open
13303
13304 \begin_layout Plain Layout
13305
13306
13307 \backslash
13308 diagbox[dir=SE]{
13309 \end_layout
13310
13311 \end_inset
13312
13313 ホームチーム
13314 \begin_inset ERT
13315 status collapsed
13316
13317 \begin_layout Plain Layout
13318
13319 }{
13320 \end_layout
13321
13322 \end_inset
13323
13324 結果
13325 \begin_inset ERT
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329
13330 }{
13331 \end_layout
13332
13333 \end_inset
13334
13335 アウェイチーム
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341 }
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 </row>
13352 </lyxtabular>
13353
13354 \end_inset
13355
13356
13357 \end_layout
13358
13359 \begin_layout Standard
13360 対角線を廻すために,コマンドオプションとして
13361 \series bold
13362 dir=方角
13363 \series default
13364 を使用しています.
13365 \emph on
13366 方角
13367 \emph default
13368 は,
13369 \series bold
13370 NE
13371 \series default
13372
13373 \series bold
13374 SE
13375 \series default
13376
13377 \series bold
13378 SW
13379 \series default
13380
13381 \series bold
13382 NW
13383 \series default
13384 のいずれかで,コンパスでの位置を示します.例えば,
13385 \series bold
13386 SW
13387 \series default
13388 は南西かど(south-west)を示します.したがって,上の表の左下のセルでは, 
13389 \end_layout
13390
13391 \begin_layout Standard
13392
13393 \series bold
13394
13395 \backslash
13396 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13397 \end_layout
13398
13399 \begin_layout Standard
13400 というコマンドを使用しています.方角を指定しなければ,NWを指定したのと同じ事になります.
13401 \end_layout
13402
13403 \begin_layout Standard
13404 対角線を引いたセルに必要な幅は,自動的に計算されます.したがって,計算された幅よりも小さい固定列幅を指定してしまうと,下記の例のように,セルの中身がはみ出てしま
13405 います.
13406 \end_layout
13407
13408 \begin_layout Standard
13409 \noindent
13410 \align center
13411 \begin_inset Tabular
13412 <lyxtabular version="3" rows="2" columns="2">
13413 <features tabularvalignment="middle">
13414 <column alignment="center" valignment="top" width="3cm">
13415 <column alignment="center" valignment="top">
13416 <row>
13417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 \begin_inset ERT
13422 status collapsed
13423
13424 \begin_layout Plain Layout
13425
13426
13427 \backslash
13428 diagbox{
13429 \end_layout
13430
13431 \end_inset
13432
13433 名称
13434 \begin_inset ERT
13435 status collapsed
13436
13437 \begin_layout Plain Layout
13438
13439 }{
13440 \end_layout
13441
13442 \end_inset
13443
13444 パラメータ
13445 \begin_inset ERT
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449
13450 }
13451 \end_layout
13452
13453 \end_inset
13454
13455
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 厚み(nm)
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 </row>
13470 <row>
13471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 Perfect Green
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 45
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 </lyxtabular>
13491
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \begin_layout Standard
13498 対角線を引いたセルの列に一定の幅が必要な場合は,コマンドオプションとして
13499 \series bold
13500 width=3cm
13501 \series default
13502  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,第1列の幅が4
13503 \begin_inset space \thinspace{}
13504 \end_inset
13505
13506 cmに設定してあります.
13507 \series bold
13508
13509 \backslash
13510 diagbox
13511 \series default
13512 全体の幅は,本文幅(この場合は4
13513 \begin_inset space \thinspace{}
13514 \end_inset
13515
13516 cm)に,本文とセル罫線との間隔の2倍を加えたものになるので,
13517 \series bold
13518
13519 \backslash
13520 diagbox
13521 \series default
13522 には4
13523 \begin_inset space \thinspace{}
13524 \end_inset
13525
13526 cm + 2
13527 \begin_inset space \thinspace{}
13528 \end_inset
13529
13530
13531 \backslash
13532 tabcolsepの幅が必要です.幅の計算は,
13533 \series bold
13534
13535 \backslash
13536 diagbox
13537 \series default
13538 のコマンドオプション内では行うことができないので,前もって新しい長さを定義しておく必要があります.これは,\SpecialChar TeX
13539 コードコマンドで
13540 \end_layout
13541
13542 \begin_layout Standard
13543
13544 \series bold
13545
13546 \backslash
13547 newlength{
13548 \backslash
13549 diagtest}
13550 \begin_inset Newline newline
13551 \end_inset
13552
13553
13554 \backslash
13555 setlength{
13556 \backslash
13557 diagtest}{4cm+2
13558 \backslash
13559 tabcolsep}
13560 \end_layout
13561
13562 \begin_layout Standard
13563 \begin_inset ERT
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567
13568
13569 \backslash
13570 newlength{
13571 \backslash
13572 diagtest}
13573 \end_layout
13574
13575 \begin_layout Plain Layout
13576
13577
13578 \backslash
13579 setlength{
13580 \backslash
13581 diagtest}{4cm+2
13582 \backslash
13583 tabcolsep}
13584 \end_layout
13585
13586 \end_inset
13587
13588
13589 \end_layout
13590
13591 \begin_layout Standard
13592 とすれば実現できます.\SpecialChar LaTeX
13593 内で計算を行うには,文書プリアンブル中で
13594 \series bold
13595 calc
13596 \series default
13597
13598 \begin_inset Index idx
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602 \SpecialChar LaTeX
13603 ぱっけーじ@\SpecialChar LaTeX
13604 パッケージ ! calc
13605 \end_layout
13606
13607 \end_inset
13608
13609 パッケージを読み込んでおく必要があります.
13610 \end_layout
13611
13612 \begin_layout Standard
13613 さて,この表の第1セルで
13614 \end_layout
13615
13616 \begin_layout Standard
13617
13618 \series bold
13619
13620 \backslash
13621 diagbox[width=
13622 \backslash
13623 diagtest]{A}{B}
13624 \end_layout
13625
13626 \begin_layout Standard
13627 というコマンドを使用します.
13628 \end_layout
13629
13630 \begin_layout Standard
13631 \noindent
13632 \align center
13633 \begin_inset Tabular
13634 <lyxtabular version="3" rows="2" columns="2">
13635 <features tabularvalignment="middle">
13636 <column alignment="center" valignment="top" width="4cm">
13637 <column alignment="center" valignment="top">
13638 <row>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 \begin_inset ERT
13644 status open
13645
13646 \begin_layout Plain Layout
13647
13648
13649 \backslash
13650 diagbox[width=
13651 \backslash
13652 diagtest]{
13653 \end_layout
13654
13655 \end_inset
13656
13657 A
13658 \begin_inset ERT
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662
13663 }{
13664 \end_layout
13665
13666 \end_inset
13667
13668 B
13669 \begin_inset ERT
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673
13674 }
13675 \end_layout
13676
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 厚み (nm)
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 </row>
13694 <row>
13695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 Perfect Green
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 45
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 </row>
13714 </lyxtabular>
13715
13716 \end_inset
13717
13718
13719 \end_layout
13720
13721 \begin_layout Standard
13722 対角線の引いたセルは,当該列中で最も幅広くなっていなくてはなりません.さもないと,次の表のように,対角線の長さが正しく計算できなくなってしまいます.
13723 \end_layout
13724
13725 \begin_layout Standard
13726 \noindent
13727 \align center
13728 \begin_inset Tabular
13729 <lyxtabular version="3" rows="2" columns="2">
13730 <features tabularvalignment="middle">
13731 <column alignment="center" valignment="top" width="0pt">
13732 <column alignment="center" valignment="top">
13733 <row>
13734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 \begin_inset ERT
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742
13743
13744 \backslash
13745 diagbox{
13746 \end_layout
13747
13748 \end_inset
13749
13750 A
13751 \begin_inset ERT
13752 status collapsed
13753
13754 \begin_layout Plain Layout
13755
13756 }{
13757 \end_layout
13758
13759 \end_inset
13760
13761 B
13762 \begin_inset ERT
13763 status collapsed
13764
13765 \begin_layout Plain Layout
13766
13767 }
13768 \end_layout
13769
13770 \end_inset
13771
13772
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 厚み (nm)
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row>
13788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 Perfect Green
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 45
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 </lyxtabular>
13808
13809 \end_inset
13810
13811
13812 \end_layout
13813
13814 \begin_layout Standard
13815 このような場合には,
13816 \series bold
13817
13818 \backslash
13819 diagbox
13820 \series default
13821 コマンドの
13822 \series bold
13823 width
13824 \series default
13825 オプションを使用してください.こうすると,セル幅が列幅に等しくなるので,2
13826 \backslash
13827 tabcolsepを足す必要はなくなります.下記の表では,3
13828 \begin_inset space \thinspace{}
13829 \end_inset
13830
13831 cm幅を使用しています.
13832 \end_layout
13833
13834 \begin_layout Standard
13835 \noindent
13836 \align center
13837 \begin_inset Tabular
13838 <lyxtabular version="3" rows="2" columns="2">
13839 <features tabularvalignment="middle">
13840 <column alignment="center" valignment="top" width="0pt">
13841 <column alignment="center" valignment="top">
13842 <row>
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 \begin_inset ERT
13848 status open
13849
13850 \begin_layout Plain Layout
13851
13852
13853 \backslash
13854 diagbox[width=3cm]{
13855 \end_layout
13856
13857 \end_inset
13858
13859 A
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865 }{
13866 \end_layout
13867
13868 \end_inset
13869
13870 B
13871 \begin_inset ERT
13872 status collapsed
13873
13874 \begin_layout Plain Layout
13875
13876 }
13877 \end_layout
13878
13879 \end_inset
13880
13881
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 厚み (nm)
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 </row>
13896 <row>
13897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 Perfect Green
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910 45
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 </row>
13916 </lyxtabular>
13917
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \begin_layout Standard
13924 対角線を引いたセルに複数行を入力するには,文章をセルに合わせるために高さを追加する必要があります.これは,
13925 \series bold
13926
13927 \backslash
13928 diagbox
13929 \series default
13930 にオプション
13931 \series bold
13932 height=3cm
13933 \series default
13934 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,第1セルに
13935 \end_layout
13936
13937 \begin_layout Standard
13938
13939 \series bold
13940
13941 \backslash
13942 diagbox[width=3cm,height=1.4cm]{A
13943 \backslash
13944
13945 \backslash
13946 B}{C
13947 \backslash
13948
13949 \backslash
13950 D}
13951 \end_layout
13952
13953 \begin_layout Standard
13954 というコマンドを使用しています.ここでコマンド
13955 \series bold
13956
13957 \backslash
13958
13959 \backslash
13960
13961 \series default
13962 は改行をするためのものです
13963 \begin_inset Foot
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967
13968 \family sans
13969 Ctrl+Return
13970 \family default
13971 を使っての改行は,列が固定幅の時のみ,使用することができます.
13972 \end_layout
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \begin_layout Standard
13980 \noindent
13981 \align center
13982 \begin_inset Tabular
13983 <lyxtabular version="3" rows="2" columns="2">
13984 <features tabularvalignment="middle">
13985 <column alignment="center" valignment="top">
13986 <column alignment="center" valignment="top">
13987 <row>
13988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 \begin_inset ERT
13993 status open
13994
13995 \begin_layout Plain Layout
13996
13997
13998 \backslash
13999 diagbox[width=3cm,height=1.4cm]{
14000 \end_layout
14001
14002 \end_inset
14003
14004 A
14005 \begin_inset ERT
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009
14010
14011 \backslash
14012
14013 \backslash
14014
14015 \end_layout
14016
14017 \end_inset
14018
14019 B
14020 \begin_inset ERT
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024
14025 }{
14026 \end_layout
14027
14028 \end_inset
14029
14030 C
14031 \begin_inset ERT
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035
14036
14037 \backslash
14038
14039 \backslash
14040
14041 \end_layout
14042
14043 \end_inset
14044
14045 D
14046 \begin_inset ERT
14047 status collapsed
14048
14049 \begin_layout Plain Layout
14050
14051 }
14052 \end_layout
14053
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 厚み (nm)
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 </row>
14071 <row>
14072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 Perfect Green
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 45
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 </row>
14091 </lyxtabular>
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \begin_layout Standard
14099 \begin_inset ERT
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103
14104
14105 \backslash
14106 else
14107 \end_layout
14108
14109 \end_inset
14110
14111
14112 \begin_inset Note Note
14113 status open
14114
14115 \begin_layout Plain Layout
14116 以下は,\SpecialChar LaTeX
14117 パッケージ
14118 \series bold
14119 diagbox
14120 \series default
14121 が導入済みでないときに表示されます.
14122 \end_layout
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \begin_layout Standard
14130 本節の内容を出力に表示するためには,
14131 \series bold
14132 diagbox
14133 \series default
14134 パッケージを導入しなくてはなりません.
14135 \end_layout
14136
14137 \begin_layout Standard
14138 \begin_inset ERT
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142
14143
14144 \backslash
14145 fi
14146 \end_layout
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 \SpecialChar LaTeX
14155 パッケージ
14156 \series bold
14157 diagbox
14158 \series default
14159 についての詳しい情報は,取扱説明書
14160 \begin_inset CommandInset citation
14161 LatexCommand cite
14162 key "diagbox"
14163 literal "true"
14164
14165 \end_inset
14166
14167 をご覧ください.
14168 \end_layout
14169
14170 \begin_layout Section
14171 フォーマル様式の表
14172 \begin_inset CommandInset label
14173 LatexCommand label
14174 name "sec:フォーマル様式の表"
14175
14176 \end_inset
14177
14178
14179 \begin_inset Index idx
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183 ひょう@表 ! ふぉーまるけいしき@フォーマル様式
14184 \end_layout
14185
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \begin_layout Standard
14192 書籍中の表は,よく表
14193 \begin_inset CommandInset ref
14194 LatexCommand ref
14195 reference "tab:ブックタブ表の例"
14196
14197 \end_inset
14198
14199 のように組版されます.この種の表は,「
14200 \emph on
14201 フォーマル様式
14202 \emph default
14203 」と呼ばれます.表をフォーマル様式にするには,表の設定ダイアログの罫線タブでフォーマル様式オプションを有効にして下さい.
14204 \end_layout
14205
14206 \begin_layout Standard
14207 \begin_inset Float table
14208 placement h
14209 alignment document
14210 wide false
14211 sideways false
14212 status open
14213
14214 \begin_layout Plain Layout
14215 \begin_inset Caption Standard
14216
14217 \begin_layout Plain Layout
14218 \begin_inset CommandInset label
14219 LatexCommand label
14220 name "tab:ブックタブ表の例"
14221
14222 \end_inset
14223
14224 ブックタブ表の例
14225 \end_layout
14226
14227 \end_inset
14228
14229
14230 \end_layout
14231
14232 \begin_layout Plain Layout
14233 \align center
14234 \begin_inset Tabular
14235 <lyxtabular version="3" rows="8" columns="4">
14236 <features booktabs="true" tabularvalignment="middle">
14237 <column alignment="center" valignment="top">
14238 <column alignment="center" valignment="top">
14239 <column alignment="center" valignment="top">
14240 <column alignment="center" valignment="top">
14241 <row>
14242 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 システム
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 Medipix
14256 \begin_inset space \thinspace{}
14257 \end_inset
14258
14259 1
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268 Medipix
14269 \begin_inset space \thinspace{}
14270 \end_inset
14271
14272 2
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 </row>
14287 <row>
14288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 \begin_inset ERT
14293 status collapsed
14294
14295 \begin_layout Plain Layout
14296
14297
14298 \backslash
14299 cmidrule(r){2-2}
14300 \end_layout
14301
14302 \end_inset
14303
14304
14305 \begin_inset ERT
14306 status collapsed
14307
14308 \begin_layout Plain Layout
14309
14310
14311 \backslash
14312 cmidrule(l){3-4}
14313 \end_layout
14314
14315 \end_inset
14316
14317 検知器の厚み [
14318 \begin_inset Formula $\mu m$
14319 \end_inset
14320
14321 ]
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 <cell alignment="center" valignment="top" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 300
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 300
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 700
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 エッジ角 [度]
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 <cell alignment="center" valignment="top" topline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 3.55
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 <cell alignment="center" valignment="top" topline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 2.71
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 7.99
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 <row topspace="default">
14393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 空間分解能 [
14398 \begin_inset Formula $\mu m$
14399 \end_inset
14400
14401 ]
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell alignment="center" valignment="top" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 4.26
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 10.17
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 10.56
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 </row>
14434 <row topspace="default">
14435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 \begin_inset Formula $f_{\mathrm{max}}$
14440 \end_inset
14441
14442 におけるMTF
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 0.53
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 0.37
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 0.39
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 <row topspace="default">
14476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 \begin_inset ERT
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484
14485
14486 \backslash
14487 cmidrule[2pt](l{10pt}){1-1}
14488 \end_layout
14489
14490 \end_inset
14491
14492 LSF空間分解能
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell alignment="center" valignment="top" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 <cell alignment="center" valignment="top" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510
14511 \end_layout
14512
14513 \end_inset
14514 </cell>
14515 <cell alignment="center" valignment="top" usebox="none">
14516 \begin_inset Text
14517
14518 \begin_layout Plain Layout
14519
14520 \end_layout
14521
14522 \end_inset
14523 </cell>
14524 </row>
14525 <row>
14526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Plain Layout
14530 \begin_inset Formula $\mu m$
14531 \end_inset
14532
14533 表示
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 129.7
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 52.75
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 50.78
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row>
14567 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 ピクセルサイズに対する%表示
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 76.3
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 95.9
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 92.3
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 </row>
14604 </lyxtabular>
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Standard
14617 表中の行に余白を加えるには,第
14618 \begin_inset CommandInset ref
14619 LatexCommand ref
14620 reference "subsec:行の余白取り"
14621
14622 \end_inset
14623
14624 節に述べられているように,表の設定ダイアログの
14625 \family sans
14626 罫線
14627 \family default
14628 タブを使用します.
14629 \end_layout
14630
14631 \begin_layout Standard
14632 通常の表と違って,フォーマル様式の表には縦罫線がありません.表の横罫線は,通常の表と同様に指定することができますが,出力でこれらの線幅は異なります.
14633 \begin_inset Newline newline
14634 \end_inset
14635
14636 最初と最後の表罫線の既定幅は0.08
14637 \begin_inset space \thinspace{}
14638 \end_inset
14639
14640 emですが,他の罫線の既定幅は0.05
14641 \begin_inset space \thinspace{}
14642 \end_inset
14643
14644 emです.
14645 \end_layout
14646
14647 \begin_layout Standard
14648 これらの既定幅は,以下のプリアンブル行を指定することによって変更することができます.
14649 \end_layout
14650
14651 \begin_layout Standard
14652
14653 \series bold
14654
14655 \backslash
14656 let
14657 \backslash
14658 mytoprule
14659 \backslash
14660 toprule
14661 \begin_inset Newline newline
14662 \end_inset
14663
14664
14665 \backslash
14666 renewcommand{
14667 \backslash
14668 toprule}{
14669 \backslash
14670 mytoprule[幅]}
14671 \end_layout
14672
14673 \begin_layout Standard
14674 上の例は,
14675 \series bold
14676 toprule
14677 \series default
14678 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
14679 \series bold
14680 toprule
14681 \series default
14682
14683 \series bold
14684 bottomrule
14685 \series default
14686 に置き換えて下さい.他の罫線の線幅を変更するには,
14687 \series bold
14688 toprule
14689 \series default
14690
14691 \series bold
14692 midrule
14693 \series default
14694 に置き換えます.線幅を設定する上では,付録
14695 \begin_inset CommandInset ref
14696 LatexCommand ref
14697 reference "cha:LyXで使用できる単位"
14698
14699 \end_inset
14700
14701 に挙げてあるすべての単位を使用することができます.
14702 \end_layout
14703
14704 \begin_layout Standard
14705 全列にまたがらない罫線は,連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
14706 は,内部的に
14707 \series bold
14708
14709 \backslash
14710 cmidrule
14711 \series default
14712 コマンドを使用して,このような罫線を引きます.このコマンドの完全な書式は
14713 \end_layout
14714
14715 \begin_layout Standard
14716
14717 \series bold
14718
14719 \backslash
14720 cmidrule[幅](刈込){開始列-終了列}
14721 \end_layout
14722
14723 \begin_layout Standard
14724 です.
14725 \series bold
14726
14727 \backslash
14728 cmidrule
14729 \series default
14730 のオプションは,現在のところ\SpecialChar LyX
14731 がサポートしていないので,オプションを使用するためには,\SpecialChar TeX
14732 コードを使わなくてはなりません.
14733 \series bold
14734
14735 \backslash
14736 cmidrule
14737 \series default
14738 は,行の第一列の中に,最初に\SpecialChar TeX
14739 コードでこのコマンドを入れることによって,手動で指定することができます.この罫線は,出力では現在行の上に引かれることになります.
14740 \end_layout
14741
14742 \begin_layout Standard
14743 この線幅の既定値は0.03
14744 \begin_inset space \thinspace{}
14745 \end_inset
14746
14747 emです.「開始列」は罫線を開始する列番号で,「終了列」は罫線を終了する列番号です.終了列は,罫線を一列だけに引きたいときも含めて,常に指定しなくてはなりません
14748 .非必須パラメーターの「刈込」は,
14749 \emph on
14750 l{刈込幅}
14751 \emph default
14752 あるいは
14753 \emph on
14754 r{刈込幅}
14755 \emph default
14756 の値を取り,刈込幅の指定は非必須です.たとえば,
14757 \emph on
14758 l{2pt}
14759 \emph default
14760 というパラメーターを使うと,罫線が左端から2
14761 \begin_inset space \thinspace{}
14762 \end_inset
14763
14764 ptだけ刈り込まれます.刈込幅を指定しないと,罫線は既定値の0.5
14765 \begin_inset space \thinspace{}
14766 \end_inset
14767
14768 emだけ刈り込まれます.
14769 \end_layout
14770
14771 \begin_layout Standard
14772 \begin_inset VSpace bigskip
14773 \end_inset
14774
14775
14776 \begin_inset CommandInset ref
14777 LatexCommand ref
14778 reference "tab:ブックタブ表の例"
14779
14780 \end_inset
14781
14782 は,
14783 \end_layout
14784
14785 \begin_layout Standard
14786
14787 \series bold
14788
14789 \backslash
14790 cmidrule(r){2-2}
14791 \backslash
14792 cmidrule(l){3-4}
14793 \end_layout
14794
14795 \begin_layout Standard
14796 というコマンドを第二行の初めに使用し,
14797 \end_layout
14798
14799 \begin_layout Standard
14800
14801 \series bold
14802
14803 \backslash
14804 cmidrule[2pt](l{10pt}){1-1}
14805 \end_layout
14806
14807 \begin_layout Standard
14808 を第六行に使用して作成されています.
14809 \end_layout
14810
14811 \begin_layout Standard
14812 \begin_inset VSpace bigskip
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Standard
14819 ときには,表
14820 \begin_inset CommandInset ref
14821 LatexCommand ref
14822 reference "tab:特殊なブックタブ表"
14823
14824 \end_inset
14825
14826 のような重なり合った
14827 \series bold
14828
14829 \backslash
14830 cmidrule
14831 \series default
14832 が欲しいことがあるかもしれません.これは,\SpecialChar TeX
14833 コードで
14834 \end_layout
14835
14836 \begin_layout Standard
14837
14838 \series bold
14839
14840 \backslash
14841 morecmidrules
14842 \end_layout
14843
14844 \begin_layout Standard
14845 コマンドを使用することによって実現することができます.表
14846 \begin_inset CommandInset ref
14847 LatexCommand ref
14848 reference "tab:特殊なブックタブ表"
14849
14850 \end_inset
14851
14852 の第二列には
14853 \end_layout
14854
14855 \begin_layout Standard
14856
14857 \series bold
14858
14859 \backslash
14860 cmidrule(r){2-2}
14861 \backslash
14862 cmidrule(l){3-4}
14863 \backslash
14864 morecmidrules
14865 \backslash
14866 cmidrule{2-4}
14867 \end_layout
14868
14869 \begin_layout Standard
14870 というコマンドが使用されており,第六列には
14871 \end_layout
14872
14873 \begin_layout Standard
14874
14875 \series bold
14876
14877 \backslash
14878 midrule
14879 \backslash
14880 morecmidrules
14881 \backslash
14882 cmidrule{3-4}
14883 \end_layout
14884
14885 \begin_layout Standard
14886 というコマンドが使用されています.
14887 \end_layout
14888
14889 \begin_layout Standard
14890 \begin_inset VSpace bigskip
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Standard
14897 罫線の余白取りにどうしても満足が行かない場合には,
14898 \end_layout
14899
14900 \begin_layout Standard
14901
14902 \series bold
14903
14904 \backslash
14905 specialrule{幅}{上余白}{下余白}
14906 \end_layout
14907
14908 \begin_layout Standard
14909 というコマンドを使用すれば,全列にわたる罫線を生成することができます.これらの特殊機能については,\SpecialChar LaTeX
14910 パッケージ
14911 \series bold
14912 booktabs
14913 \series default
14914  
14915 \begin_inset CommandInset citation
14916 LatexCommand cite
14917 key "booktabs"
14918 literal "true"
14919
14920 \end_inset
14921
14922
14923 \begin_inset Index idx
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 \SpecialChar LaTeX
14928 ぱっけーじ@\SpecialChar LaTeX
14929 パッケージ ! booktabs
14930 \end_layout
14931
14932 \end_inset
14933
14934 の取扱説明書をご参照下さい.
14935 \end_layout
14936
14937 \begin_layout Standard
14938 \begin_inset Float table
14939 placement h
14940 alignment document
14941 wide false
14942 sideways false
14943 status open
14944
14945 \begin_layout Plain Layout
14946 \begin_inset Caption Standard
14947
14948 \begin_layout Plain Layout
14949 \begin_inset CommandInset label
14950 LatexCommand label
14951 name "tab:特殊なブックタブ表"
14952
14953 \end_inset
14954
14955 特殊なブックタブ表
14956 \end_layout
14957
14958 \end_inset
14959
14960
14961 \end_layout
14962
14963 \begin_layout Plain Layout
14964 \align center
14965 \begin_inset Tabular
14966 <lyxtabular version="3" rows="8" columns="4">
14967 <features booktabs="true" tabularvalignment="middle">
14968 <column alignment="center" valignment="top">
14969 <column alignment="center" valignment="top">
14970 <column alignment="center" valignment="top">
14971 <column alignment="center" valignment="top">
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 システム
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 Medipix
14987 \begin_inset space \thinspace{}
14988 \end_inset
14989
14990 1
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 Medipix
15000 \begin_inset space \thinspace{}
15001 \end_inset
15002
15003 2
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 \begin_inset ERT
15024 status collapsed
15025
15026 \begin_layout Plain Layout
15027
15028
15029 \backslash
15030 cmidrule(r){2-2}
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \begin_inset ERT
15037 status collapsed
15038
15039 \begin_layout Plain Layout
15040
15041
15042 \backslash
15043 cmidrule(l){3-4}
15044 \end_layout
15045
15046 \end_inset
15047
15048
15049 \begin_inset ERT
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053
15054
15055 \backslash
15056 morecmidrules 
15057 \end_layout
15058
15059 \end_inset
15060
15061
15062 \begin_inset ERT
15063 status collapsed
15064
15065 \begin_layout Plain Layout
15066
15067
15068 \backslash
15069 cmidrule{2-4}
15070 \end_layout
15071
15072 \end_inset
15073
15074 検知器の厚み [
15075 \begin_inset Formula $\mu m$
15076 \end_inset
15077
15078 ]
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 300
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 300
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 700
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 </row>
15111 <row>
15112 <cell alignment="center" valignment="top" topline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 エッジ角 [度]
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 3.55
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 2.71
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 7.99
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row topspace="default">
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 空間分解能 [
15155 \begin_inset Formula $\mu m$
15156 \end_inset
15157
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 4.26
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 10.17
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 10.56
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 </row>
15191 <row topspace="default">
15192 <cell alignment="center" valignment="top" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 \begin_inset Formula $f_{\mathrm{max}}$
15197 \end_inset
15198
15199 におけるMTF
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 0.53
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 0.37
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 0.39
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 \begin_inset ERT
15238 status collapsed
15239
15240 \begin_layout Plain Layout
15241
15242
15243 \backslash
15244 morecmidrules 
15245 \end_layout
15246
15247 \end_inset
15248
15249
15250 \begin_inset ERT
15251 status collapsed
15252
15253 \begin_layout Plain Layout
15254
15255
15256 \backslash
15257 cmidrule{3-4}
15258 \end_layout
15259
15260 \end_inset
15261
15262 LSF空間分解能
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" topline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 </row>
15295 <row>
15296 <cell alignment="center" valignment="top" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 \begin_inset Formula $\mu m$
15301 \end_inset
15302
15303 表示
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 129.7
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 52.75
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 50.78
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 </row>
15336 <row>
15337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 ピクセルサイズに対する%表示
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 76.3
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 95.9
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 92.3
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 </lyxtabular>
15375
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \begin_layout Section
15387 表の垂直揃え
15388 \begin_inset Index idx
15389 status collapsed
15390
15391 \begin_layout Plain Layout
15392 ひょう@表 ! そろえ@揃え
15393 \end_layout
15394
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 本文行中で表の垂直揃えをするには,その表をボックスの中に入れなくてはなりません.そうした上で,第
15402 \begin_inset CommandInset ref
15403 LatexCommand ref
15404 reference "sec:ボックスダイアログ"
15405
15406 \end_inset
15407
15408 節に述べられているように,ボックスの垂直揃えを行います.
15409 \end_layout
15410
15411 \begin_layout Standard
15412 以下の例では,各表は15
15413 \begin_inset space \thinspace{}
15414 \end_inset
15415
15416 列幅%を持つminipage
15417 \begin_inset Foot
15418 status collapsed
15419
15420 \begin_layout Plain Layout
15421 minipageは第
15422 \begin_inset CommandInset ref
15423 LatexCommand ref
15424 reference "sec:ミニページ"
15425
15426 \end_inset
15427
15428 節で説明されています.
15429 \end_layout
15430
15431 \end_inset
15432
15433 ボックスの中に入れてあります.
15434 \end_layout
15435
15436 \begin_layout Itemize
15437 動作試験 
15438 \begin_inset Box Frameless
15439 position "t"
15440 hor_pos "c"
15441 has_inner_box 1
15442 inner_pos "c"
15443 use_parbox 0
15444 use_makebox 0
15445 width "15col%"
15446 special "none"
15447 height "1in"
15448 height_special "totalheight"
15449 thickness "0.4pt"
15450 separation "3pt"
15451 shadowsize "4pt"
15452 framecolor "black"
15453 backgroundcolor "none"
15454 status collapsed
15455
15456 \begin_layout Plain Layout
15457 \begin_inset Tabular
15458 <lyxtabular version="3" rows="3" columns="3">
15459 <features tabularvalignment="middle">
15460 <column alignment="center" valignment="top">
15461 <column alignment="center" valignment="top">
15462 <column alignment="center" valignment="top">
15463 <row>
15464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 </lyxtabular>
15551
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558
15559  動作試験 
15560 \begin_inset ERT
15561 status collapsed
15562
15563 \begin_layout Plain Layout
15564
15565
15566 \backslash
15567 raisebox{0.85
15568 \backslash
15569 baselineskip}{
15570 \end_layout
15571
15572 \end_inset
15573
15574
15575 \begin_inset Box Frameless
15576 position "t"
15577 hor_pos "c"
15578 has_inner_box 1
15579 inner_pos "c"
15580 use_parbox 0
15581 use_makebox 0
15582 width "15col%"
15583 special "none"
15584 height "1in"
15585 height_special "totalheight"
15586 thickness "0.4pt"
15587 separation "3pt"
15588 shadowsize "4pt"
15589 framecolor "black"
15590 backgroundcolor "none"
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594 \begin_inset Tabular
15595 <lyxtabular version="3" rows="3" columns="3">
15596 <features tabularvalignment="middle">
15597 <column alignment="center" valignment="top">
15598 <column alignment="center" valignment="top">
15599 <column alignment="center" valignment="top">
15600 <row>
15601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 </row>
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 </row>
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 </row>
15687 </lyxtabular>
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695
15696
15697 \begin_inset ERT
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701
15702 }
15703 \end_layout
15704
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \begin_layout Itemize
15711 動作試験 
15712 \begin_inset Box Frameless
15713 position "c"
15714 hor_pos "c"
15715 has_inner_box 1
15716 inner_pos "c"
15717 use_parbox 0
15718 use_makebox 0
15719 width "15col%"
15720 special "none"
15721 height "1in"
15722 height_special "totalheight"
15723 thickness "0.4pt"
15724 separation "3pt"
15725 shadowsize "4pt"
15726 framecolor "black"
15727 backgroundcolor "none"
15728 status collapsed
15729
15730 \begin_layout Plain Layout
15731 \begin_inset Tabular
15732 <lyxtabular version="3" rows="3" columns="3">
15733 <features tabularvalignment="middle">
15734 <column alignment="center" valignment="top">
15735 <column alignment="center" valignment="top">
15736 <column alignment="center" valignment="top">
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 </row>
15766 <row>
15767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 </row>
15795 <row>
15796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 </row>
15824 </lyxtabular>
15825
15826 \end_inset
15827
15828
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Itemize
15837 動作試験 
15838 \begin_inset Box Frameless
15839 position "b"
15840 hor_pos "c"
15841 has_inner_box 1
15842 inner_pos "c"
15843 use_parbox 0
15844 use_makebox 0
15845 width "15col%"
15846 special "none"
15847 height "1in"
15848 height_special "totalheight"
15849 thickness "0.4pt"
15850 separation "3pt"
15851 shadowsize "4pt"
15852 framecolor "black"
15853 backgroundcolor "none"
15854 status collapsed
15855
15856 \begin_layout Plain Layout
15857 \begin_inset Tabular
15858 <lyxtabular version="3" rows="3" columns="3">
15859 <features tabularvalignment="middle">
15860 <column alignment="center" valignment="top">
15861 <column alignment="center" valignment="top">
15862 <column alignment="center" valignment="top">
15863 <row>
15864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 </row>
15921 <row>
15922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 </lyxtabular>
15951
15952 \end_inset
15953
15954
15955 \end_layout
15956
15957 \end_inset
15958
15959  動作試験 
15960 \begin_inset ERT
15961 status collapsed
15962
15963 \begin_layout Plain Layout
15964
15965
15966 \backslash
15967 raisebox{-0.32
15968 \backslash
15969 baselineskip}{
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \begin_inset Box Frameless
15976 position "b"
15977 hor_pos "c"
15978 has_inner_box 1
15979 inner_pos "c"
15980 use_parbox 0
15981 use_makebox 0
15982 width "15col%"
15983 special "none"
15984 height "1in"
15985 height_special "totalheight"
15986 thickness "0.4pt"
15987 separation "3pt"
15988 shadowsize "4pt"
15989 framecolor "black"
15990 backgroundcolor "none"
15991 status collapsed
15992
15993 \begin_layout Plain Layout
15994 \begin_inset Tabular
15995 <lyxtabular version="3" rows="3" columns="3">
15996 <features tabularvalignment="middle">
15997 <column alignment="center" valignment="top">
15998 <column alignment="center" valignment="top">
15999 <column alignment="center" valignment="top">
16000 <row>
16001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 </lyxtabular>
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \end_inset
16095
16096
16097 \begin_inset ERT
16098 status collapsed
16099
16100 \begin_layout Plain Layout
16101
16102 }
16103 \end_layout
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \begin_layout Standard
16111 上記のとおり,表の第一行あるいは最終行の中身が,表外の本文行と揃っていません.これらを揃えるには,minipageボックスをraisebox
16112 \begin_inset Foot
16113 status collapsed
16114
16115 \begin_layout Plain Layout
16116 raiseboxは,第
16117 \begin_inset CommandInset ref
16118 LatexCommand ref
16119 reference "subsec:垂直揃え"
16120
16121 \end_inset
16122
16123 節で説明されています.
16124 \end_layout
16125
16126 \end_inset
16127
16128 の中に入れなくてはなりません.上記の例では,最初の項目の第二表は,ボックスの前に
16129 \end_layout
16130
16131 \begin_layout Standard
16132
16133 \series bold
16134
16135 \backslash
16136 raisebox{0.85
16137 \backslash
16138 baselineskip}{
16139 \end_layout
16140
16141 \begin_layout Standard
16142 という\SpecialChar TeX
16143 コードコマンドを使用して揃えています.ボックスの後には,閉じ括弧
16144 \series bold
16145 }
16146 \series default
16147 を\SpecialChar TeX
16148 コードとして挿入してあります.最後の項目の第二表には,
16149 \end_layout
16150
16151 \begin_layout Standard
16152
16153 \series bold
16154
16155 \backslash
16156 raisebox{-0.32
16157 \backslash
16158 baselineskip}{
16159 \end_layout
16160
16161 \begin_layout Standard
16162 というコマンドを使用しています.
16163 \end_layout
16164
16165 \begin_layout Standard
16166 \begin_inset Note Greyedout
16167 status open
16168
16169 \begin_layout Plain Layout
16170
16171 \series bold
16172 【註】
16173 \series default
16174 表の行の中身の周囲の本文行への揃えは,つねに同じ値をとるわけではありません.この揃え方に必要な
16175 \series bold
16176
16177 \backslash
16178 raisebox
16179 \series default
16180 コマンドの値は,文書フォントやフォント寸法,表罫線の線幅によって変わります.
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \begin_layout Section
16189 色付きの表
16190 \begin_inset CommandInset label
16191 LatexCommand label
16192 name "sec:色付きの表"
16193
16194 \end_inset
16195
16196
16197 \begin_inset Index idx
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201 ひょう@表 ! いろつき@色付き
16202 \end_layout
16203
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \begin_layout Subsection
16210 色付きのセル
16211 \begin_inset Index idx
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215 ひょうのいろ@表の色 ! せるぶ@セル部
16216 \end_layout
16217
16218 \end_inset
16219
16220
16221 \begin_inset Index idx
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225 いろつき@色付き ! ひょうせるぶ@表セル部
16226 \end_layout
16227
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \begin_layout Standard
16234 \begin_inset Float table
16235 placement h
16236 alignment document
16237 wide false
16238 sideways false
16239 status open
16240
16241 \begin_layout Plain Layout
16242 \begin_inset Caption Standard
16243
16244 \begin_layout Plain Layout
16245 \begin_inset CommandInset label
16246 LatexCommand label
16247 name "tab:colortblなしの表"
16248
16249 \end_inset
16250
16251
16252 \series bold
16253 colortbl
16254 \series default
16255 パッケージを使用しない色付き表
16256 \begin_inset Argument 1
16257 status collapsed
16258
16259 \begin_layout Plain Layout
16260 colortblなしの表
16261 \end_layout
16262
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \begin_layout Plain Layout
16274 \align center
16275 \begin_inset Tabular
16276 <lyxtabular version="3" rows="3" columns="3">
16277 <features tabularvalignment="middle">
16278 <column alignment="center" valignment="top">
16279 <column alignment="center" valignment="top">
16280 <column alignment="center" valignment="top">
16281 <row>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286
16287 \color green
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \color red
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308
16309 \color red
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321
16322 \color green
16323
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332
16333 \color blue
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343
16344 \color blue
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356
16357 \color green
16358
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367
16368 \color blue
16369
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378
16379 \color blue
16380
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 </lyxtabular>
16387
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \begin_layout Standard
16399 もし色の付いた文章が欲しいだけならば,そのセルを選択して,
16400 \family sans
16401 編集\SpecialChar menuseparator
16402 文字様式
16403 \family default
16404 メニューで色を選んでください.表
16405 \begin_inset CommandInset ref
16406 LatexCommand ref
16407 reference "tab:colortblなしの表"
16408
16409 \end_inset
16410
16411 を作るのに,この方法が使われています.それ以外の場合には,\SpecialChar LaTeX
16412 パッケージの
16413 \series bold
16414 colortbl
16415 \series default
16416
16417 \begin_inset Index idx
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421 \SpecialChar LaTeX
16422 ぱっけーじ@\SpecialChar LaTeX
16423 パッケージ ! colortbl
16424 \end_layout
16425
16426 \end_inset
16427
16428 を使用しなくてはなりません.
16429 \end_layout
16430
16431 \begin_layout Standard
16432 \begin_inset ERT
16433 status collapsed
16434
16435 \begin_layout Plain Layout
16436
16437
16438 \backslash
16439 ifcolortbl
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \begin_inset Note Note
16446 status open
16447
16448 \begin_layout Plain Layout
16449 本節の以下の部分は,\SpecialChar LaTeX
16450 パッケージ
16451 \series bold
16452 colortbl
16453 \series default
16454 が導入済みのときのみ表示されます.
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \begin_layout Standard
16463 色付きの表を作成するには,プリアンブルに
16464 \end_layout
16465
16466 \begin_layout Standard
16467
16468 \series bold
16469
16470 \backslash
16471 usepackage{colortbl}
16472 \end_layout
16473
16474 \begin_layout Standard
16475 という行を書いて
16476 \series bold
16477 colortbl
16478 \series default
16479 を読み込まなくてはなりません.列の色は,
16480 \series bold
16481 >{ }
16482 \series default
16483 コマンドの中に
16484 \end_layout
16485
16486 \begin_layout Standard
16487
16488 \series bold
16489
16490 \backslash
16491 columncolor{色彩名}
16492 \end_layout
16493
16494 \begin_layout Standard
16495 というコマンドを書いて指定することができます.
16496 \series bold
16497 >{}
16498 \series default
16499 コマンドに関する詳細は,第
16500 \begin_inset CommandInset ref
16501 LatexCommand ref
16502 reference "subsec:連結列の計算"
16503
16504 \end_inset
16505
16506 節に述べられています.
16507 \end_layout
16508
16509 \begin_layout Standard
16510 以下の色彩名が事前に定義されています.
16511 \end_layout
16512
16513 \begin_layout Standard
16514
16515 \family sans
16516 red
16517 \family default
16518
16519 \family sans
16520 green
16521 \family default
16522
16523 \family sans
16524 yellow
16525 \family default
16526
16527 \family sans
16528 blue
16529 \family default
16530
16531 \family sans
16532 cyan
16533 \family default
16534
16535 \family sans
16536 magenta
16537 \family default
16538
16539 \family sans
16540 black
16541 \family default
16542
16543 \family sans
16544 white
16545 \end_layout
16546
16547 \begin_layout Standard
16548 \begin_inset VSpace medskip
16549 \end_inset
16550
16551
16552 \end_layout
16553
16554 \begin_layout Standard
16555 また,文書設定中で,文書クラスオプションに
16556 \end_layout
16557
16558 \begin_layout Standard
16559
16560 \series bold
16561 dvipsnames
16562 \end_layout
16563
16564 \begin_layout Standard
16565 を与えると,さらに61色を使用することができます.これらの色は,附録
16566 \begin_inset CommandInset ref
16567 LatexCommand ref
16568 reference "chap:dvips色名一覧"
16569
16570 \end_inset
16571
16572 に列挙されています.それらの色の1つ,
16573 \family sans
16574 Maroon
16575 \family default
16576 が,例として表
16577 \begin_inset CommandInset ref
16578 LatexCommand ref
16579 reference "tab:色付き表"
16580
16581 \end_inset
16582
16583 に使用されています.
16584 \end_layout
16585
16586 \begin_layout Standard
16587 \begin_inset VSpace medskip
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \begin_layout Standard
16594 また
16595 \end_layout
16596
16597 \begin_layout Standard
16598
16599 \series bold
16600
16601 \backslash
16602 definecolor{色彩名}{色彩モデル}{色彩値}
16603 \end_layout
16604
16605 \begin_layout Standard
16606 というコマンドを使用すれば,自分自身の色彩を定義することができます.ここで色彩モデルは
16607 \end_layout
16608
16609 \begin_layout Labeling
16610 \labelwidthstring 00.00.0000
16611 cmyk: シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
16612 \end_layout
16613
16614 \begin_layout Labeling
16615 \labelwidthstring 00.00.0000
16616 rgb: 赤(red)・緑(green)・青(blue)
16617 \end_layout
16618
16619 \begin_layout Labeling
16620 \labelwidthstring 00.00.0000
16621 gray: グレー
16622 \end_layout
16623
16624 \begin_layout Standard
16625 から選択することができ,色彩値は,0から1の間の数字をコンマで区切ったもので,それぞれ当該色彩モデルにおける各色彩の大きさを示します.
16626 \end_layout
16627
16628 \begin_layout Standard
16629 たとえば,プリアンブルに
16630 \end_layout
16631
16632 \begin_layout Standard
16633
16634 \series bold
16635
16636 \backslash
16637 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16638 \end_layout
16639
16640 \begin_layout Standard
16641 と書くことによって,「
16642 \emph on
16643 darkgreen
16644 \emph default
16645 」色を定義することができますし,
16646 \end_layout
16647
16648 \begin_layout Standard
16649
16650 \series bold
16651
16652 \backslash
16653 definecolor{lightgray}{gray}{0.8}
16654 \end_layout
16655
16656 \begin_layout Standard
16657 と書けば,「
16658 \emph on
16659 lightgray
16660 \emph default
16661 」色を定義することができます.
16662 \end_layout
16663
16664 \begin_layout Standard
16665 \begin_inset VSpace medskip
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Standard
16672 罫線は
16673 \end_layout
16674
16675 \begin_layout Standard
16676
16677 \series bold
16678
16679 \backslash
16680 rowcolor{色彩名}
16681 \end_layout
16682
16683 \begin_layout Standard
16684 というコマンドを使用して色付けすることができ,セルは
16685 \end_layout
16686
16687 \begin_layout Standard
16688
16689 \series bold
16690
16691 \backslash
16692 cellcolor{色彩名}
16693 \end_layout
16694
16695 \begin_layout Standard
16696 というコマンドで色付けすることができます.どちらのコマンドも,セルの冒頭に\SpecialChar TeX
16697 コードで書き込みます.
16698 \end_layout
16699
16700 \begin_layout Standard
16701 表中の文字に色付けをするには,セルを選択してから,\SpecialChar LyX
16702 のメニュー
16703 \family sans
16704 編集\SpecialChar menuseparator
16705 文字様式
16706 \family default
16707 を使用します.セルに\SpecialChar TeX
16708 コードが入っている場合には,文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
16709 コードが\SpecialChar LaTeX
16710 エラーを引き起こしてしまいます.
16711 \end_layout
16712
16713 \begin_layout Standard
16714 \begin_inset Note Greyedout
16715 status open
16716
16717 \begin_layout Plain Layout
16718
16719 \series bold
16720 【註】
16721 \series default
16722 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
16723 \end_layout
16724
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \begin_layout Standard
16731 \begin_inset VSpace bigskip
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \begin_layout Standard
16738
16739 \begin_inset CommandInset ref
16740 LatexCommand ref
16741 reference "tab:色付き表"
16742
16743 \end_inset
16744
16745 を作成するには,以下のようにしてください.第一列の色は
16746 \emph on
16747 darkgreen
16748 \emph default
16749 にしたいので,この列の\SpecialChar LaTeX
16750 変数として
16751 \end_layout
16752
16753 \begin_layout Standard
16754
16755 \series bold
16756 >{
16757 \backslash
16758 columncolor{darkgreen}
16759 \backslash
16760 centering}c
16761 \end_layout
16762
16763 \begin_layout Standard
16764 と書き込みます.第一列は青にしたいので,この列の最初のセルに
16765 \end_layout
16766
16767 \begin_layout Standard
16768
16769 \series bold
16770
16771 \backslash
16772 rowcolow{cyan}
16773 \end_layout
16774
16775 \begin_layout Standard
16776 という\SpecialChar TeX
16777 コードコマンドを書き込みます.これによって,第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
16778 \end_layout
16779
16780 \begin_layout Standard
16781
16782 \series bold
16783
16784 \backslash
16785 cellcolor{Maroon}
16786 \end_layout
16787
16788 \begin_layout Standard
16789 という\SpecialChar TeX
16790 コードコマンドを書き込むことで,マルーンに色づけされています.この後,
16791 \family sans
16792 編集\SpecialChar menuseparator
16793 文字様式
16794 \family default
16795 メニューを使って,各文字に色付けをすることができます.
16796 \end_layout
16797
16798 \begin_layout Standard
16799 \begin_inset Float table
16800 placement h
16801 alignment document
16802 wide false
16803 sideways false
16804 status open
16805
16806 \begin_layout Plain Layout
16807 \begin_inset Caption Standard
16808
16809 \begin_layout Plain Layout
16810
16811 \series bold
16812 \begin_inset CommandInset label
16813 LatexCommand label
16814 name "tab:色付き表"
16815
16816 \end_inset
16817
16818 colortbl
16819 \series default
16820 パッケージを使用した色付き表
16821 \begin_inset Argument 1
16822 status collapsed
16823
16824 \begin_layout Plain Layout
16825 colortblを使った表
16826 \end_layout
16827
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \begin_layout Plain Layout
16839 \align center
16840 \begin_inset Tabular
16841 <lyxtabular version="3" rows="3" columns="3">
16842 <features tabularvalignment="middle">
16843 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16844 <column alignment="center" valignment="top">
16845 <column alignment="center" valignment="top">
16846 <row>
16847 <cell alignment="center" valignment="top" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 \begin_inset ERT
16852 status collapsed
16853
16854 \begin_layout Plain Layout
16855
16856
16857 \backslash
16858 rowcolor{cyan}
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \color magenta
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874
16875 \color red
16876
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885
16886 \color red
16887
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 </row>
16893 <row>
16894 <cell alignment="center" valignment="top" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898
16899 \color yellow
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \color blue
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell alignment="center" valignment="top" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \color blue
16922
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 </row>
16928 <row>
16929 <cell alignment="center" valignment="top" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933
16934 \color yellow
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944
16945 \color blue
16946
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 <cell alignment="center" valignment="top" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955 \begin_inset ERT
16956 status collapsed
16957
16958 \begin_layout Plain Layout
16959
16960
16961 \backslash
16962 cellcolor{Maroon}
16963 \end_layout
16964
16965 \end_inset
16966
16967
16968 \color green
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 </lyxtabular>
16976
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \begin_layout Standard
16988 \begin_inset ERT
16989 status collapsed
16990
16991 \begin_layout Plain Layout
16992
16993
16994 \backslash
16995 else
16996 \end_layout
16997
16998 \end_inset
16999
17000
17001 \begin_inset Note Note
17002 status open
17003
17004 \begin_layout Plain Layout
17005 以下は,\SpecialChar LaTeX
17006 パッケージ
17007 \series bold
17008 colortbl
17009 \series default
17010 が導入されていないときに表示されます.
17011 \end_layout
17012
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \begin_layout Standard
17019 この節の内容を出力で表示させるには,
17020 \series bold
17021 colortbl
17022 \series default
17023 パッケージを導入する必要があります.
17024 \end_layout
17025
17026 \begin_layout Standard
17027 \begin_inset ERT
17028 status collapsed
17029
17030 \begin_layout Plain Layout
17031
17032
17033 \backslash
17034 fi
17035 \end_layout
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \begin_layout Subsection
17043 色付き行
17044 \begin_inset Index idx
17045 status collapsed
17046
17047 \begin_layout Plain Layout
17048 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17049 \end_layout
17050
17051 \end_inset
17052
17053
17054 \begin_inset Index idx
17055 status collapsed
17056
17057 \begin_layout Plain Layout
17058 いろつき@色付き ! ひょうのぎょう@表の行
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \begin_layout Standard
17067 表の行を交互に色付けする必要がある場合,前節に述べたのとは別な方法があります.文書プリアンブルに
17068 \end_layout
17069
17070 \begin_layout Standard
17071
17072 \series bold
17073
17074 \backslash
17075 usepackage[table]{xcolor}
17076 \end_layout
17077
17078 \begin_layout Standard
17079 というコマンドを使用して,
17080 \series bold
17081 xcolor
17082 \series default
17083
17084 \begin_inset Index idx
17085 status collapsed
17086
17087 \begin_layout Plain Layout
17088 \SpecialChar LaTeX
17089 ぱっけーじ@\SpecialChar LaTeX
17090 パッケージ ! xcolor
17091 \begin_inset ERT
17092 status collapsed
17093
17094 \begin_layout Plain Layout
17095
17096
17097 \backslash
17098 vspace{4mm}
17099 \end_layout
17100
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107
17108 パッケージを読み込むのです.
17109 \series bold
17110 xcolor
17111 \series default
17112 は,自動的に
17113 \series bold
17114 colortbl
17115 \series default
17116
17117 \begin_inset Index idx
17118 status collapsed
17119
17120 \begin_layout Plain Layout
17121 \SpecialChar LaTeX
17122 ぱっけーじ@\SpecialChar LaTeX
17123 パッケージ ! colortbl
17124 \end_layout
17125
17126 \end_inset
17127
17128 パッケージも読み込むので,\SpecialChar LaTeX
17129 エラーを防ぐためには,お使いの\SpecialChar LaTeX
17130 頒布版中に
17131 \series bold
17132 colortbl
17133 \series default
17134 も導入されていなくてはなりません.
17135 \end_layout
17136
17137 \begin_layout Standard
17138 \begin_inset ERT
17139 status collapsed
17140
17141 \begin_layout Plain Layout
17142
17143
17144 \backslash
17145 ifcolortbl
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \begin_inset Note Note
17152 status open
17153
17154 \begin_layout Plain Layout
17155 本節の以下の部分は,\SpecialChar LaTeX
17156 パッケージ
17157 \series bold
17158 colortbl
17159 \series default
17160 が導入済みのときのみ表示されます.
17161 \end_layout
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Standard
17169 表の行は,文書プリアンブル中か,色付けする最初の表の前に\SpecialChar TeX
17170 コードで
17171 \end_layout
17172
17173 \begin_layout Standard
17174
17175 \series bold
17176
17177 \backslash
17178 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17179 \end_layout
17180
17181 \begin_layout Standard
17182 というコマンドを使用すれば,色付けすることができます.ここで,「行番号」は,奇数行色で色付けする最初の行の番号です.「コマンド」は,各行の前で実行したいコマンド
17183 を付加する時に用います.したがって,例えば
17184 \end_layout
17185
17186 \begin_layout Standard
17187
17188 \series bold
17189
17190 \backslash
17191 rowcolors{1}{white}{lightgray}
17192 \end_layout
17193
17194 \begin_layout Standard
17195 というコマンドは,表
17196 \begin_inset CommandInset ref
17197 LatexCommand ref
17198 reference "tab:表-行色"
17199
17200 \end_inset
17201
17202 のようなカラースキームをもたらします.また,
17203 \end_layout
17204
17205 \begin_layout Standard
17206
17207 \series bold
17208
17209 \backslash
17210 rowcolors[
17211 \backslash
17212 hline]{1}{lightgray}{cyan}
17213 \end_layout
17214
17215 \begin_layout Standard
17216 というコマンドを用いると,表
17217 \begin_inset CommandInset ref
17218 LatexCommand ref
17219 reference "tab:表-行色-2"
17220
17221 \end_inset
17222
17223 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,色付けはされませんので,
17224 \end_layout
17225
17226 \begin_layout Standard
17227
17228 \series bold
17229
17230 \backslash
17231 rowcolors{1}{}{}
17232 \end_layout
17233
17234 \begin_layout Standard
17235 というコマンドはすべての色付けを削除することになります.
17236 \series bold
17237
17238 \backslash
17239 rowcolors
17240 \series default
17241 は,コマンドに続くすべての表に影響を及ぼします.
17242 \end_layout
17243
17244 \begin_layout Standard
17245 \begin_inset ERT
17246 status open
17247
17248 \begin_layout Plain Layout
17249
17250
17251 \backslash
17252 rowcolors{1}{white}{lightgray}
17253 \end_layout
17254
17255 \end_inset
17256
17257
17258 \end_layout
17259
17260 \begin_layout Standard
17261 \begin_inset Float table
17262 placement h
17263 alignment document
17264 wide false
17265 sideways false
17266 status open
17267
17268 \begin_layout Plain Layout
17269 \begin_inset Caption Standard
17270
17271 \begin_layout Plain Layout
17272 \begin_inset CommandInset label
17273 LatexCommand label
17274 name "tab:表-行色"
17275
17276 \end_inset
17277
17278 隔行が灰色に着色された表
17279 \end_layout
17280
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \begin_layout Plain Layout
17287 \align center
17288 \begin_inset Tabular
17289 <lyxtabular version="3" rows="4" columns="3">
17290 <features tabularvalignment="middle">
17291 <column alignment="center" valignment="top">
17292 <column alignment="center" valignment="top" width="0pt">
17293 <column alignment="center" valignment="top" width="0pt">
17294 <row>
17295 <cell alignment="center" valignment="top" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 <cell alignment="center" valignment="top" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 </row>
17323 <row>
17324 <cell alignment="center" valignment="top" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 1
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 2
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 3
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 4
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 5
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 6
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 7
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 8
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 <cell alignment="center" valignment="top" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 9
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 </lyxtabular>
17411
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \begin_layout Standard
17423 \begin_inset ERT
17424 status open
17425
17426 \begin_layout Plain Layout
17427
17428
17429 \backslash
17430 rowcolors[
17431 \backslash
17432 hline]{1}{lightgray}{cyan}
17433 \end_layout
17434
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \begin_layout Standard
17441 \begin_inset Float table
17442 placement h
17443 alignment document
17444 wide false
17445 sideways false
17446 status open
17447
17448 \begin_layout Plain Layout
17449 \begin_inset Caption Standard
17450
17451 \begin_layout Plain Layout
17452 \begin_inset CommandInset label
17453 LatexCommand label
17454 name "tab:表-行色-2"
17455
17456 \end_inset
17457
17458 隔行でシアン色に着色され,行間に線の入った表
17459 \end_layout
17460
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \begin_layout Plain Layout
17467 \align center
17468 \begin_inset Tabular
17469 <lyxtabular version="3" rows="4" columns="3">
17470 <features tabularvalignment="middle">
17471 <column alignment="center" valignment="top">
17472 <column alignment="center" valignment="top">
17473 <column alignment="center" valignment="top" width="0pt">
17474 <row>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 <row>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 1
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 2
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 3
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 </row>
17532 <row>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 4
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 5
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 6
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 <row>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 7
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 8
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 9
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 </row>
17590 </lyxtabular>
17591
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \begin_inset ERT
17604 status collapsed
17605
17606 \begin_layout Plain Layout
17607
17608
17609 \backslash
17610 rowcolors{1}{}{}
17611 \end_layout
17612
17613 \end_inset
17614
17615
17616 \begin_inset Note Note
17617 status collapsed
17618
17619 \begin_layout Plain Layout
17620 行色を解除
17621 \end_layout
17622
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \begin_layout Standard
17629 \begin_inset ERT
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633
17634
17635 \backslash
17636 else
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \begin_inset Note Note
17643 status open
17644
17645 \begin_layout Plain Layout
17646 以下は,\SpecialChar LaTeX
17647 パッケージ
17648 \series bold
17649 colortbl
17650 \series default
17651 が導入されていないときに表示されます.
17652 \end_layout
17653
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \begin_layout Standard
17660 この節の内容を出力で表示させるには,
17661 \series bold
17662 colortbl
17663 \series default
17664 パッケージを導入する必要があります.
17665 \end_layout
17666
17667 \begin_layout Standard
17668 \begin_inset ERT
17669 status collapsed
17670
17671 \begin_layout Plain Layout
17672
17673
17674 \backslash
17675 fi
17676 \end_layout
17677
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \begin_layout Subsection
17684 色付き罫線
17685 \begin_inset Index idx
17686 status collapsed
17687
17688 \begin_layout Plain Layout
17689 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17690 \end_layout
17691
17692 \end_inset
17693
17694
17695 \begin_inset Index idx
17696 status collapsed
17697
17698 \begin_layout Plain Layout
17699 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17700 \end_layout
17701
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \begin_layout Standard
17708
17709 \begin_inset CommandInset ref
17710 LatexCommand ref
17711 reference "subsec:罫線幅"
17712
17713 \end_inset
17714
17715 節に述べられているように,表中の全罫線の線幅は,長さ
17716 \series bold
17717
17718 \backslash
17719 arrayrulewidth
17720 \series default
17721 を使って調節することができます.本節の表では,すべて1.5
17722 \begin_inset space \thinspace{}
17723 \end_inset
17724
17725 ptに設定されています.
17726 \begin_inset ERT
17727 status collapsed
17728
17729 \begin_layout Plain Layout
17730
17731
17732 \backslash
17733 setlength{
17734 \backslash
17735 arrayrulewidth}{1.5pt}
17736 \end_layout
17737
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \begin_layout Standard
17744 たとえば縦罫線を緑に着色するには,第
17745 \begin_inset CommandInset ref
17746 LatexCommand ref
17747 reference "subsec:自製書式"
17748
17749 \end_inset
17750
17751 節の説明にしたがって,以下の列書式を文書プリアンブル中で作成して下さい.
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757
17758 \backslash
17759 newcolumntype{W}{!{
17760 \backslash
17761 color{green}
17762 \backslash
17763 vline}}
17764 \end_layout
17765
17766 \begin_layout Standard
17767
17768 \begin_inset CommandInset ref
17769 LatexCommand ref
17770 reference "tab:色付き縦罫線の表"
17771
17772 \end_inset
17773
17774 では,最右列に\SpecialChar LaTeX
17775 変数
17776 \series bold
17777 WcW
17778 \series default
17779 ,他の列に\SpecialChar LaTeX
17780 変数
17781 \series bold
17782 Wc
17783 \series default
17784 が使用されています.
17785 \end_layout
17786
17787 \begin_layout Standard
17788 複数の色を用いたいときには,列書式をもっと定義してください.
17789 \end_layout
17790
17791 \begin_layout Standard
17792 \begin_inset Float table
17793 placement h
17794 alignment document
17795 wide false
17796 sideways false
17797 status open
17798
17799 \begin_layout Plain Layout
17800 \begin_inset Caption Standard
17801
17802 \begin_layout Plain Layout
17803 \begin_inset CommandInset label
17804 LatexCommand label
17805 name "tab:色付き縦罫線の表"
17806
17807 \end_inset
17808
17809 色付き縦罫線の表
17810 \end_layout
17811
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \begin_layout Plain Layout
17818 \align center
17819 \begin_inset Tabular
17820 <lyxtabular version="3" rows="3" columns="3">
17821 <features tabularvalignment="middle">
17822 <column alignment="center" valignment="top" special="Wc">
17823 <column alignment="center" valignment="top" special="Wc">
17824 <column alignment="center" valignment="top" special="WcW">
17825 <row>
17826 <cell alignment="center" valignment="top" topline="true" usebox="none">
17827 \begin_inset Text
17828
17829 \begin_layout Plain Layout
17830 sd
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" topline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" topline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 </row>
17854 <row>
17855 <cell alignment="center" valignment="top" topline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 <cell alignment="center" valignment="top" topline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868 sd
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" topline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 </row>
17883 <row>
17884 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 sd
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 </row>
17912 </lyxtabular>
17913
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \begin_layout Standard
17925 \begin_inset VSpace bigskip
17926 \end_inset
17927
17928
17929 \begin_inset CommandInset ref
17930 LatexCommand ref
17931 reference "tab:色付き横罫線の表"
17932
17933 \end_inset
17934
17935 のように,たとえば横罫線を赤にしたいときには,表ないし表フロートの前に\SpecialChar TeX
17936 コードで
17937 \end_layout
17938
17939 \begin_layout Standard
17940
17941 \series bold
17942
17943 \backslash
17944 let
17945 \backslash
17946 myHlineC
17947 \backslash
17948 hline
17949 \begin_inset Newline newline
17950 \end_inset
17951
17952
17953 \backslash
17954 renewcommand{
17955 \backslash
17956 hline}
17957 \begin_inset Newline newline
17958 \end_inset
17959
17960
17961 \begin_inset Phantom HPhantom
17962 status open
17963
17964 \begin_layout Plain Layout
17965 \begin_inset space ~
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \end_inset
17972
17973 {
17974 \backslash
17975 arrayrulecolor{red}
17976 \backslash
17977 myHlineC
17978 \backslash
17979 arrayrulecolor{black}}
17980 \end_layout
17981
17982 \begin_layout Standard
17983 というコマンドを入力して下さい.
17984 \end_layout
17985
17986 \begin_layout Standard
17987 \begin_inset ERT
17988 status collapsed
17989
17990 \begin_layout Plain Layout
17991
17992
17993 \backslash
17994 let
17995 \backslash
17996 myHlineC
17997 \backslash
17998 hline
17999 \end_layout
18000
18001 \begin_layout Plain Layout
18002
18003
18004 \backslash
18005 renewcommand{
18006 \backslash
18007 hline}
18008 \end_layout
18009
18010 \begin_layout Plain Layout
18011
18012  {
18013 \backslash
18014 arrayrulecolor{red}
18015 \backslash
18016 myHlineC
18017 \backslash
18018 arrayrulecolor{black}}
18019 \end_layout
18020
18021 \end_inset
18022
18023
18024 \begin_inset Float table
18025 placement h
18026 alignment document
18027 wide false
18028 sideways false
18029 status open
18030
18031 \begin_layout Plain Layout
18032 \begin_inset Caption Standard
18033
18034 \begin_layout Plain Layout
18035 \begin_inset CommandInset label
18036 LatexCommand label
18037 name "tab:色付き横罫線の表"
18038
18039 \end_inset
18040
18041 色付き横罫線の表
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Plain Layout
18050 \align center
18051 \begin_inset Tabular
18052 <lyxtabular version="3" rows="3" columns="3">
18053 <features tabularvalignment="middle">
18054 <column alignment="center" valignment="top">
18055 <column alignment="center" valignment="top">
18056 <column alignment="center" valignment="top">
18057 <row>
18058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 sd
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 sd
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 sd
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 </row>
18144 </lyxtabular>
18145
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 既定値の黒罫線に戻るには,
18158 \end_layout
18159
18160 \begin_layout Standard
18161
18162 \series bold
18163
18164 \backslash
18165 renewcommand{
18166 \backslash
18167 hline}{
18168 \backslash
18169 myHlineC}
18170 \end_layout
18171
18172 \begin_layout Standard
18173 というコマンドを,表ないし表フロートの後に\SpecialChar TeX
18174 コードで入力して下さい.表
18175 \begin_inset CommandInset ref
18176 LatexCommand ref
18177 reference "tab:色付き罫線の表"
18178
18179 \end_inset
18180
18181 は,縦横罫線を着色した例です.
18182 \end_layout
18183
18184 \begin_layout Standard
18185 \begin_inset Float table
18186 placement h
18187 alignment document
18188 wide false
18189 sideways false
18190 status open
18191
18192 \begin_layout Plain Layout
18193 \begin_inset Caption Standard
18194
18195 \begin_layout Plain Layout
18196 \begin_inset CommandInset label
18197 LatexCommand label
18198 name "tab:色付き罫線の表"
18199
18200 \end_inset
18201
18202 色付き罫線の表
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Plain Layout
18211 \align center
18212 \begin_inset Tabular
18213 <lyxtabular version="3" rows="3" columns="3">
18214 <features tabularvalignment="middle">
18215 <column alignment="center" valignment="top" special="Wc">
18216 <column alignment="center" valignment="top" special="Wc">
18217 <column alignment="center" valignment="top" special="WcW">
18218 <row>
18219 <cell alignment="center" valignment="top" topline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 sd
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 <row>
18248 <cell alignment="center" valignment="top" topline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" topline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 sd
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" topline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 </row>
18276 <row topspace="default">
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 sd
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 </row>
18305 </lyxtabular>
18306
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset ERT
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322
18323
18324 \backslash
18325 renewcommand{
18326 \backslash
18327 hline}{
18328 \backslash
18329 myHlineC}
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 \begin_inset ERT
18339 status collapsed
18340
18341 \begin_layout Plain Layout
18342
18343
18344 \backslash
18345 setlength{
18346 \backslash
18347 arrayrulewidth}{1.2pt}
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \begin_layout Standard
18356 一部の罫線のみを着色するには,別の攻略法が必要です.以後の横罫線を全て着色するには,下記のコマンドを,最初の着色罫線の直前に来る行の,行末の\SpecialChar TeX
18357 コードとして挿入して
18358 ください.
18359 \end_layout
18360
18361 \begin_layout Standard
18362
18363 \series bold
18364
18365 \backslash
18366
18367 \backslash
18368
18369 \backslash
18370 arrayrulecolor{blue}%
18371 \end_layout
18372
18373 \begin_layout Standard
18374 黒色の罫線に戻るには,黒色罫線の直前に来る行の行頭に下記のコマンドを加えてください.
18375 \end_layout
18376
18377 \begin_layout Standard
18378
18379 \series bold
18380
18381 \backslash
18382 arrayrulecolor{black}
18383 \end_layout
18384
18385 \begin_layout Standard
18386 このようにして,表
18387 \begin_inset CommandInset ref
18388 LatexCommand ref
18389 reference "tab:着色水平罫線表"
18390
18391 \end_inset
18392
18393 のように罫線に色をつけることができます.しかしながら,この方法では,表の最初の行の上の罫線は着色することはできません.
18394 \end_layout
18395
18396 \begin_layout Standard
18397 \begin_inset Float table
18398 placement document
18399 alignment document
18400 wide false
18401 sideways false
18402 status open
18403
18404 \begin_layout Plain Layout
18405 \begin_inset Caption Standard
18406
18407 \begin_layout Plain Layout
18408 \begin_inset CommandInset label
18409 LatexCommand label
18410 name "tab:着色水平罫線表"
18411
18412 \end_inset
18413
18414 異なる色の横罫線を持つ表
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Plain Layout
18423 \align center
18424 \begin_inset Tabular
18425 <lyxtabular version="3" rows="6" columns="7">
18426 <features tabularvalignment="middle">
18427 <column alignment="center" valignment="top">
18428 <column alignment="center" valignment="top">
18429 <column alignment="center" valignment="top">
18430 <column alignment="center" valignment="top">
18431 <column alignment="center" valignment="top">
18432 <column alignment="center" valignment="top">
18433 <column alignment="center" valignment="top">
18434 <row>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 \begin_inset ERT
18494 status open
18495
18496 \begin_layout Plain Layout
18497
18498
18499 \backslash
18500
18501 \backslash
18502
18503 \backslash
18504 arrayrulecolor{blue}%
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 <row>
18516 <cell alignment="center" valignment="top" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 Y
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 Y
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585 \begin_inset ERT
18586 status open
18587
18588 \begin_layout Plain Layout
18589
18590
18591 \backslash
18592 arrayrulecolor{black}
18593 \end_layout
18594
18595 \end_inset
18596
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 </row>
18657 <row>
18658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 <cell alignment="center" valignment="top" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 <cell alignment="center" valignment="top" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 \begin_inset ERT
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720
18721
18722 \backslash
18723
18724 \backslash
18725
18726 \backslash
18727 arrayrulecolor{green}%
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 </row>
18738 <row>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 </row>
18803 <row>
18804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808 \begin_inset ERT
18809 status collapsed
18810
18811 \begin_layout Plain Layout
18812
18813
18814 \backslash
18815 arrayrulecolor{black}
18816 \end_layout
18817
18818 \end_inset
18819
18820 B
18821 \end_layout
18822
18823 \end_inset
18824 </cell>
18825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 \begin_inset ERT
18875 status collapsed
18876
18877 \begin_layout Plain Layout
18878
18879
18880 \backslash
18881
18882 \backslash
18883
18884 \backslash
18885 arrayrulecolor{blue}%
18886 \end_layout
18887
18888 \end_inset
18889
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 </lyxtabular>
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \end_inset
18904
18905
18906 \end_layout
18907
18908 \begin_layout Standard
18909
18910 \begin_inset CommandInset ref
18911 LatexCommand ref
18912 reference "tab:別色縦罫線表"
18913
18914 \end_inset
18915
18916 のように行内の縦罫線の色を変更するには,連結列を使う必要があります.まず始めに,列全体に渡らない縦罫線を全て削除します.それから,前例のように,全罫線を以下のコ
18917 マンドを使って着色します.
18918 \end_layout
18919
18920 \begin_layout Standard
18921
18922 \series bold
18923
18924 \backslash
18925
18926 \backslash
18927
18928 \backslash
18929 arrayrulecolor{blue}%
18930 \end_layout
18931
18932 \begin_layout Standard
18933 最後に,縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
18934 コードで下記のコマンドを挿入します.
18935 \end_layout
18936
18937 \begin_layout Standard
18938
18939 \series bold
18940
18941 \backslash
18942 multicolumn{1}{!{
18943 \backslash
18944 color{green}
18945 \backslash
18946 vline}c!{
18947 \backslash
18948 color{red}
18949 \backslash
18950 vline}}{
18951 \end_layout
18952
18953 \begin_layout Standard
18954 これで,セルの両側に縦罫線が追加され,左側の罫線は緑,右側の罫線は赤になります.色を変える必要がなければ,上記コマンド中,
18955 \series bold
18956
18957 \backslash
18958 color
18959 \series default
18960 コマンドは要りません.黒の左罫線と青の右罫線を得るには,全罫線がすでに青に設定されていますので,
18961 \end_layout
18962
18963 \begin_layout Standard
18964
18965 \series bold
18966
18967 \backslash
18968 multicolumn{1}{!{
18969 \backslash
18970 color{black}
18971 \backslash
18972 vline}c|}{
18973 \end_layout
18974
18975 \begin_layout Standard
18976 と書きます.ここで,
18977 \series bold
18978 |
18979 \series default
18980 は縦罫線を生成しますが,
18981 \series bold
18982
18983 \backslash
18984 color
18985 \series default
18986 が使用されている時には,
18987 \series bold
18988
18989 \backslash
18990 vline
18991 \series default
18992 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
18993 \end_layout
18994
18995 \begin_layout Standard
18996
18997 \series bold
18998
18999 \backslash
19000 multicolumn{1}{|c|}{
19001 \end_layout
19002
19003 \begin_layout Standard
19004 とします.このコマンドの後に,セルの内容を通常通り挿入し,\SpecialChar TeX
19005 コードで閉じ括弧
19006 \series bold
19007 }
19008 \series default
19009 を入れてセルを終わります.
19010 \end_layout
19011
19012 \begin_layout Standard
19013 \begin_inset Float table
19014 placement document
19015 alignment document
19016 wide false
19017 sideways false
19018 status open
19019
19020 \begin_layout Plain Layout
19021 \begin_inset Caption Standard
19022
19023 \begin_layout Plain Layout
19024 \begin_inset CommandInset label
19025 LatexCommand label
19026 name "tab:別色縦罫線表"
19027
19028 \end_inset
19029
19030 一行中に異なる色の縦罫線を持つ表
19031 \end_layout
19032
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \begin_layout Plain Layout
19039 \align center
19040 \begin_inset Tabular
19041 <lyxtabular version="3" rows="5" columns="7">
19042 <features tabularvalignment="middle">
19043 <column alignment="center" valignment="top">
19044 <column alignment="center" valignment="top">
19045 <column alignment="center" valignment="top">
19046 <column alignment="center" valignment="top">
19047 <column alignment="center" valignment="top">
19048 <column alignment="center" valignment="top">
19049 <column alignment="center" valignment="top">
19050 <row>
19051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
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 <cell alignment="center" valignment="top" topline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 \begin_inset ERT
19110 status open
19111
19112 \begin_layout Plain Layout
19113
19114
19115 \backslash
19116
19117 \backslash
19118
19119 \backslash
19120 arrayrulecolor{red}%
19121 \end_layout
19122
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 </row>
19131 <row>
19132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 \begin_inset ERT
19137 status open
19138
19139 \begin_layout Plain Layout
19140
19141
19142 \backslash
19143 multicolumn{1}{!{
19144 \backslash
19145 color{black}
19146 \backslash
19147 vline}c|}{
19148 \end_layout
19149
19150 \end_inset
19151
19152 Y
19153 \begin_inset ERT
19154 status collapsed
19155
19156 \begin_layout Plain Layout
19157
19158 }
19159 \end_layout
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset ERT
19209 status open
19210
19211 \begin_layout Plain Layout
19212
19213
19214 \backslash
19215 multicolumn{1}{c|}{
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \begin_inset ERT
19222 status collapsed
19223
19224 \begin_layout Plain Layout
19225
19226 }
19227 \end_layout
19228
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 \begin_inset ERT
19241 status open
19242
19243 \begin_layout Plain Layout
19244
19245
19246 \backslash
19247 multicolumn{1}{c!{
19248 \backslash
19249 color{black}
19250 \backslash
19251 vline}}{
19252 \end_layout
19253
19254 \end_inset
19255
19256 Y
19257 \begin_inset ERT
19258 status collapsed
19259
19260 \begin_layout Plain Layout
19261
19262 }
19263 \end_layout
19264
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 </row>
19273 <row>
19274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 \begin_inset ERT
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282
19283
19284 \backslash
19285 arrayrulecolor{black}
19286 \end_layout
19287
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 \begin_inset ERT
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348
19349
19350 \backslash
19351
19352 \backslash
19353
19354 \backslash
19355 arrayrulecolor{magenta}%
19356 \end_layout
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 </row>
19366 <row>
19367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 \begin_inset ERT
19372 status collapsed
19373
19374 \begin_layout Plain Layout
19375
19376
19377 \backslash
19378 multicolumn{1}{|c!{
19379 \backslash
19380 color{red}
19381 \backslash
19382 vline}}{
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \begin_inset ERT
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392
19393 }
19394 \end_layout
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 \begin_inset ERT
19408 status collapsed
19409
19410 \begin_layout Plain Layout
19411
19412
19413 \backslash
19414 multicolumn{1}{c!{
19415 \backslash
19416 color{green}
19417 \backslash
19418 vline}}{
19419 \end_layout
19420
19421 \end_inset
19422
19423
19424 \begin_inset ERT
19425 status collapsed
19426
19427 \begin_layout Plain Layout
19428
19429 }
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 \begin_inset ERT
19444 status collapsed
19445
19446 \begin_layout Plain Layout
19447
19448
19449 \backslash
19450 multicolumn{1}{c!{
19451 \backslash
19452 color{yellow}
19453 \backslash
19454 vline}}{
19455 \end_layout
19456
19457 \end_inset
19458
19459
19460 \begin_inset ERT
19461 status collapsed
19462
19463 \begin_layout Plain Layout
19464
19465 }
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 \begin_inset ERT
19480 status collapsed
19481
19482 \begin_layout Plain Layout
19483
19484
19485 \backslash
19486 multicolumn{1}{c!{
19487 \backslash
19488 color{blue}
19489 \backslash
19490 vline}}{
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \begin_inset ERT
19497 status collapsed
19498
19499 \begin_layout Plain Layout
19500
19501 }
19502 \end_layout
19503
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515 \begin_inset ERT
19516 status collapsed
19517
19518 \begin_layout Plain Layout
19519
19520
19521 \backslash
19522 multicolumn{1}{c!{
19523 \backslash
19524 color{cyan}
19525 \backslash
19526 vline}}{
19527 \end_layout
19528
19529 \end_inset
19530
19531
19532 \begin_inset ERT
19533 status collapsed
19534
19535 \begin_layout Plain Layout
19536
19537 }
19538 \end_layout
19539
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 \begin_inset ERT
19552 status collapsed
19553
19554 \begin_layout Plain Layout
19555
19556
19557 \backslash
19558 multicolumn{1}{c!{
19559 \backslash
19560 color{black}
19561 \backslash
19562 vline}}{
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \begin_inset ERT
19569 status collapsed
19570
19571 \begin_layout Plain Layout
19572
19573 }
19574 \end_layout
19575
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 \begin_inset ERT
19588 status collapsed
19589
19590 \begin_layout Plain Layout
19591
19592
19593 \backslash
19594 multicolumn{1}{c|}{
19595 \end_layout
19596
19597 \end_inset
19598
19599
19600 \begin_inset ERT
19601 status collapsed
19602
19603 \begin_layout Plain Layout
19604
19605 }
19606 \end_layout
19607
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 </row>
19616 <row>
19617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621 \begin_inset ERT
19622 status collapsed
19623
19624 \begin_layout Plain Layout
19625
19626
19627 \backslash
19628 arrayrulecolor{black}
19629 \end_layout
19630
19631 \end_inset
19632
19633 B
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669
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" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 </row>
19693 </lyxtabular>
19694
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \begin_layout Standard
19706 \begin_inset ERT
19707 status collapsed
19708
19709 \begin_layout Plain Layout
19710
19711
19712 \backslash
19713 setlength{
19714 \backslash
19715 arrayrulewidth}{0.4pt}
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \begin_layout Section
19724 表セルの回転
19725 \begin_inset CommandInset label
19726 LatexCommand label
19727 name "sec:表セルの回転"
19728
19729 \end_inset
19730
19731
19732 \begin_inset Index idx
19733 status collapsed
19734
19735 \begin_layout Plain Layout
19736 ひょう@表 ! せるのかいてん@セルの回転
19737 \end_layout
19738
19739 \end_inset
19740
19741
19742 \begin_inset Index idx
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746 かいてん@回転 ! そざいの@素材の—
19747 \end_layout
19748
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \begin_layout Standard
19755 \begin_inset Note Greyedout
19756 status open
19757
19758 \begin_layout Plain Layout
19759
19760 \series bold
19761 【註】
19762 \series default
19763 すべてのDVIビューアが回転表示できるわけではありません.
19764 \end_layout
19765
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \begin_layout Standard
19772 と入れてください.表
19773 \begin_inset CommandInset ref
19774 LatexCommand ref
19775 reference "tab:回転表"
19776
19777 \end_inset
19778
19779 は,3つのセルを45°回転させた用例です.
19780 \end_layout
19781
19782 \begin_layout Standard
19783 \begin_inset Float table
19784 placement document
19785 alignment document
19786 wide false
19787 sideways false
19788 status open
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Caption Standard
19792
19793 \begin_layout Plain Layout
19794 \begin_inset CommandInset label
19795 LatexCommand label
19796 name "tab:回転表"
19797
19798 \end_inset
19799
19800 1行目に回転セルのある表
19801 \end_layout
19802
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \begin_layout Plain Layout
19809 \noindent
19810 \align center
19811 \begin_inset Tabular
19812 <lyxtabular version="3" rows="2" columns="3">
19813 <features tabularvalignment="middle">
19814 <column alignment="center" valignment="top" width="0pt">
19815 <column alignment="center" valignment="top" width="0pt">
19816 <column alignment="center" valignment="top" width="0pt">
19817 <row>
19818 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822 コップ
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840 受け皿
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 </row>
19846 <row>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 45
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 33
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 21
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 </lyxtabular>
19876
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \begin_layout Standard
19888 \begin_inset Note Greyedout
19889 status open
19890
19891 \begin_layout Plain Layout
19892
19893 \series bold
19894 【註】
19895 \series default
19896 回転セル中では,改行(
19897 \begin_inset Flex Ruby
19898 status collapsed
19899
19900 \begin_layout Plain Layout
19901 捷径
19902 \begin_inset Argument post:1
19903 status collapsed
19904
19905 \begin_layout Plain Layout
19906 ショートカット
19907 \end_layout
19908
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915
19916
19917 \begin_inset Info
19918 type  "shortcut"
19919 arg   "newline-insert newline"
19920 \end_inset
19921
19922 )はできません.
19923 \end_layout
19924
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \begin_layout Standard
19931 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
19932 \begin_inset Foot
19933 status collapsed
19934
19935 \begin_layout Plain Layout
19936 これらのボックスについて詳しくは,第
19937 \begin_inset CommandInset ref
19938 LatexCommand ref
19939 reference "sec:ミニページ"
19940
19941 \end_inset
19942
19943 節および第
19944 \begin_inset CommandInset ref
19945 LatexCommand ref
19946 reference "sec:Parboxes"
19947
19948 \end_inset
19949
19950 節をご覧ください.
19951 \end_layout
19952
19953 \end_inset
19954
19955 .このセルを90
19956 \begin_inset space \thinspace{}
19957 \end_inset
19958
19959 °回転させると,ボックス幅はセルの高さになります.
19960 \lang english
19961 To avoid to estimate a suitable box width one can use a minipage with a
19962  variable width.
19963  Such a box is inserted by loading the module 
19964 \family sans
19965 Variable-width
19966 \begin_inset space ~
19967 \end_inset
19968
19969 Minipages
19970 \family default
19971  in the document settings.
19972  Then one can use the menu 
19973 \family sans
19974 Insert\SpecialChar menuseparator
19975 Custom
19976 \begin_inset space ~
19977 \end_inset
19978
19979 Insets\SpecialChar menuseparator
19980 Minipage
19981 \begin_inset space ~
19982 \end_inset
19983
19984
19985 \family default
19986 (Var.
19987 \begin_inset space ~
19988 \end_inset
19989
19990 Width)
19991 \lang japanese
19992 .表
19993 \begin_inset CommandInset ref
19994 LatexCommand ref
19995 reference "tab:表多行回転"
19996
19997 \end_inset
19998
19999
20000 \lang english
20001 is an example for a rotated multiline cell where a variable width minipage
20002  is used
20003 \lang japanese
20004
20005 \end_layout
20006
20007 \begin_layout Standard
20008 \begin_inset Float table
20009 placement document
20010 alignment document
20011 wide false
20012 sideways false
20013 status open
20014
20015 \begin_layout Plain Layout
20016 \begin_inset Caption Standard
20017
20018 \begin_layout Plain Layout
20019 \begin_inset CommandInset label
20020 LatexCommand label
20021 name "tab:表多行回転"
20022
20023 \end_inset
20024
20025 多行セルを回転させた表
20026 \end_layout
20027
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \begin_layout Plain Layout
20034 \noindent
20035 \align center
20036 \begin_inset Tabular
20037 <lyxtabular version="3" rows="2" columns="3">
20038 <features tabularvalignment="middle">
20039 <column alignment="center" valignment="top">
20040 <column alignment="center" valignment="top" width="0pt">
20041 <column alignment="center" valignment="top">
20042 <row>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056 \begin_inset Flex Minipage (Var. Width)
20057 status open
20058
20059 \begin_layout Plain Layout
20060 改行を含む
20061 \begin_inset Newline newline
20062 \end_inset
20063
20064 回転
20065 \begin_inset space ~
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row>
20089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 </lyxtabular>
20118
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \begin_layout Section
20130 表幅の計算
20131 \begin_inset CommandInset label
20132 LatexCommand label
20133 name "sec:表幅の計算"
20134
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \begin_layout Standard
20141 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20142 設ければ良いのでしょうか?
20143 \end_layout
20144
20145 \begin_layout Standard
20146 表幅
20147 \begin_inset Formula $W_{\text{表}}$
20148 \end_inset
20149
20150 は計算することができます.各列の実際の幅は,指定した列幅
20151 \begin_inset Formula $W_{\text{列}}$
20152 \end_inset
20153
20154 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20155
20156 \series bold
20157
20158 \backslash
20159 tabcolsep
20160 \series default
20161 ・既定値6
20162 \begin_inset space \thinspace{}
20163 \end_inset
20164
20165 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20166
20167 \series bold
20168
20169 \backslash
20170 arrayrulewidth
20171 \series default
20172 ・既定値0.4
20173 \begin_inset space \thinspace{}
20174 \end_inset
20175
20176 pt)を加えたものになります.したがって,もし同じ幅の
20177 \begin_inset Formula $n$
20178 \end_inset
20179
20180 列を作るならば,表幅は
20181 \begin_inset Formula 
20182 \begin{equation}
20183 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20184 \end{equation}
20185
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \begin_layout Standard
20192 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20193
20194 \series bold
20195
20196 \backslash
20197 columnwidth
20198 \series default
20199 ).表の列をすべて同じ幅にするとすれば,
20200 \begin_inset Formula $W_{\text{表}}$
20201 \end_inset
20202
20203 が1
20204 \begin_inset space \thinspace{}
20205 \end_inset
20206
20207
20208 \backslash
20209 columnwidthになりますので,
20210 \begin_inset Formula $W_{\text{列}}$
20211 \end_inset
20212
20213 は簡単に計算できます.
20214 \end_layout
20215
20216 \begin_layout Standard
20217 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20218 パッケージ
20219 \series bold
20220 calc
20221 \series default
20222
20223 \begin_inset Index idx
20224 status collapsed
20225
20226 \begin_layout Plain Layout
20227 \SpecialChar LaTeX
20228 ぱっけーじ@\SpecialChar LaTeX
20229 パッケージ ! calc
20230 \end_layout
20231
20232 \end_inset
20233
20234 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20235 \family sans
20236 \SpecialChar LaTeX
20237 の引数
20238 \family default
20239 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20240 \begin_inset CommandInset ref
20241 LatexCommand ref
20242 reference "subsec:連結列の計算"
20243
20244 \end_inset
20245
20246 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20247 \end_layout
20248
20249 \begin_layout Standard
20250
20251 \series bold
20252 >{
20253 \backslash
20254 centering}p{(1
20255 \backslash
20256 columnwidth-62.4pt)/5}
20257 \end_layout
20258
20259 \begin_layout Standard
20260 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20261 \begin_inset Formula 
20262 \begin{align}
20263 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20264  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20265  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20266 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20267 \end{align}
20268
20269 \end_inset
20270
20271
20272 \end_layout
20273
20274 \begin_layout Standard
20275 となります.したがって,表中の広い列には
20276 \end_layout
20277
20278 \begin_layout Standard
20279
20280 \series bold
20281 >{
20282 \backslash
20283 centering}p{(1
20284 \backslash
20285 columnwidth-62.4pt)/
20286 \backslash
20287 real{4.5}}
20288 \end_layout
20289
20290 \begin_layout Standard
20291 というコマンドを用い,狭い列には
20292 \end_layout
20293
20294 \begin_layout Standard
20295
20296 \series bold
20297 >{
20298 \backslash
20299 centering}p{(1
20300 \backslash
20301 columnwidth-62.4pt)/
20302 \backslash
20303 real{4.5}*
20304 \backslash
20305 real{0.75}}
20306 \end_layout
20307
20308 \begin_layout Standard
20309 というコマンドを用いることにすると,以下の表が出来上がります.
20310 \end_layout
20311
20312 \begin_layout Standard
20313 \begin_inset Tabular
20314 <lyxtabular version="3" rows="2" columns="5">
20315 <features tabularvalignment="middle">
20316 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20317 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20318 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20319 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20320 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20321 <row>
20322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326 1
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 2
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344 3
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 4
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 5
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 111111 1111111 111111 111111111 11111 11111 1111
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 2222 22222 222222 222222222 2222222 22 22222
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 333333 333333 333333 33333 3333333 333
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 </row>
20415 </lyxtabular>
20416
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Section
20423 表の調整
20424 \begin_inset Index idx
20425 status collapsed
20426
20427 \begin_layout Plain Layout
20428 ひょうのちょうせい@表の調整
20429 \end_layout
20430
20431 \end_inset
20432
20433
20434 \begin_inset Index idx
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438 ひょう@表 ! ちょうせい@調整
20439 \end_layout
20440
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \begin_layout Subsection
20447 行の余白取り
20448 \begin_inset CommandInset label
20449 LatexCommand label
20450 name "subsec:行の余白取り"
20451
20452 \end_inset
20453
20454
20455 \begin_inset Index idx
20456 status collapsed
20457
20458 \begin_layout Plain Layout
20459 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20460 \end_layout
20461
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \begin_layout Standard
20468 表の設定ダイアログの
20469 \family sans
20470 罫線
20471 \family default
20472 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20473 \end_layout
20474
20475 \begin_layout Description
20476 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20477 \begin_inset Foot
20478 status collapsed
20479
20480 \begin_layout Plain Layout
20481 フォーマル様式の表は第
20482 \begin_inset CommandInset ref
20483 LatexCommand ref
20484 reference "sec:フォーマル様式の表"
20485
20486 \end_inset
20487
20488 節で説明されています.
20489 \end_layout
20490
20491 \end_inset
20492
20493 ならば,\SpecialChar LyX
20494 は既定値として0.5
20495 \begin_inset space \thinspace{}
20496 \end_inset
20497
20498 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20499 \begin_inset VSpace medskip
20500 \end_inset
20501
20502
20503 \begin_inset Newline newline
20504 \end_inset
20505
20506
20507 \begin_inset space \hspace*{}
20508 \length 0pt
20509 \end_inset
20510
20511
20512 \begin_inset space \hfill{}
20513 \end_inset
20514
20515
20516 \begin_inset Tabular
20517 <lyxtabular version="3" rows="3" columns="1">
20518 <features tabularvalignment="middle">
20519 <column alignment="center" valignment="top">
20520 <row>
20521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 </row>
20531 <row topspace="3mm">
20532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536 行上に3
20537 \begin_inset space \thinspace{}
20538 \end_inset
20539
20540 mmの余白
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 </row>
20546 <row>
20547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 </lyxtabular>
20558
20559 \end_inset
20560
20561
20562 \begin_inset space \hfill{}
20563 \end_inset
20564
20565
20566 \begin_inset space \hspace*{}
20567 \length 0pt
20568 \end_inset
20569
20570
20571 \begin_inset VSpace medskip
20572 \end_inset
20573
20574
20575 \begin_inset Newline newline
20576 \end_inset
20577
20578 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20579 \end_layout
20580
20581 \begin_layout Description
20582 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20583 は既定値として0.5
20584 \begin_inset space \thinspace{}
20585 \end_inset
20586
20587 emの余白を挿入し,通常の表ならば既定値として2
20588 \begin_inset space \thinspace{}
20589 \end_inset
20590
20591 ptを挿入します.
20592 \end_layout
20593
20594 \begin_layout Description
20595 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20596 は既定値として0.5
20597 \begin_inset space \thinspace{}
20598 \end_inset
20599
20600 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20601 \begin_inset VSpace medskip
20602 \end_inset
20603
20604
20605 \begin_inset Newline newline
20606 \end_inset
20607
20608
20609 \begin_inset space \hspace*{}
20610 \length 0pt
20611 \end_inset
20612
20613
20614 \begin_inset space \hfill{}
20615 \end_inset
20616
20617
20618 \begin_inset Tabular
20619 <lyxtabular version="3" rows="3" columns="1">
20620 <features tabularvalignment="middle">
20621 <column alignment="center" valignment="top">
20622 <row>
20623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row interlinespace="3mm">
20634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638 \begin_inset Formula $\downarrow$
20639 \end_inset
20640
20641  行間に3
20642 \begin_inset space \thinspace{}
20643 \end_inset
20644
20645 mmの余白 
20646 \begin_inset Formula $\downarrow$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 \begin_inset Formula $\uparrow$
20661 \end_inset
20662
20663  行間に3
20664 \begin_inset space \thinspace{}
20665 \end_inset
20666
20667 mmの余白 
20668 \begin_inset Formula $\uparrow$
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 </row>
20677 </lyxtabular>
20678
20679 \end_inset
20680
20681
20682 \begin_inset space \hfill{}
20683 \end_inset
20684
20685
20686 \begin_inset space \hspace*{}
20687 \length 0pt
20688 \end_inset
20689
20690
20691 \begin_inset VSpace medskip
20692 \end_inset
20693
20694
20695 \begin_inset Newline newline
20696 \end_inset
20697
20698 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20699 \end_layout
20700
20701 \begin_layout Standard
20702 \begin_inset VSpace bigskip
20703 \end_inset
20704
20705 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20706 \end_layout
20707
20708 \begin_layout Standard
20709
20710 \series bold
20711
20712 \backslash
20713 @ifundefined{extrarowheight}
20714 \begin_inset Newline newline
20715 \end_inset
20716
20717
20718 \begin_inset Phantom HPhantom
20719 status open
20720
20721 \begin_layout Plain Layout
20722 \begin_inset space ~
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \end_inset
20729
20730 {
20731 \backslash
20732 usepackage{array}}{}
20733 \begin_inset Newline newline
20734 \end_inset
20735
20736
20737 \backslash
20738 setlength{
20739 \backslash
20740 extrarowheight}{高さ}
20741 \series default
20742
20743 \begin_inset Note Note
20744 status collapsed
20745
20746 \begin_layout Plain Layout
20747 自己定義の表書式を用いると,\SpecialChar LyX
20748 は自動的に
20749 \series bold
20750 array
20751 \series default
20752 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20753 \series bold
20754
20755 \backslash
20756 @ifundefined
20757 \series default
20758 が使用されています.
20759 \end_layout
20760
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \begin_layout Standard
20767 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20768 \begin_inset CommandInset ref
20769 LatexCommand ref
20770 reference "cha:LyXで使用できる単位"
20771
20772 \end_inset
20773
20774 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20775 \end_layout
20776
20777 \begin_layout Standard
20778 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20779 コードで
20780 \series bold
20781
20782 \backslash
20783 strut
20784 \series default
20785 コマンドを挿入することで補正することができます.表
20786 \begin_inset CommandInset ref
20787 LatexCommand ref
20788 reference "tab:垂直揃え"
20789
20790 \end_inset
20791
20792 は,この効果を示したものです.
20793 \end_layout
20794
20795 \begin_layout Standard
20796 \noindent
20797 \begin_inset Float table
20798 placement h
20799 alignment document
20800 wide false
20801 sideways false
20802 status open
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Caption Standard
20806
20807 \begin_layout Plain Layout
20808 \begin_inset CommandInset label
20809 LatexCommand label
20810 name "tab:垂直揃え"
20811
20812 \end_inset
20813
20814 大きなフォント寸法の文章の垂直揃え
20815 \end_layout
20816
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \begin_layout Plain Layout
20823 \begin_inset space \hfill{}
20824 \end_inset
20825
20826
20827 \begin_inset Float table
20828 placement document
20829 alignment document
20830 wide false
20831 sideways false
20832 status collapsed
20833
20834 \begin_layout Plain Layout
20835 \begin_inset Caption Standard
20836
20837 \begin_layout Plain Layout
20838 通常の表
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Plain Layout
20847 \noindent
20848 \align center
20849 \begin_inset Tabular
20850 <lyxtabular version="3" rows="6" columns="1">
20851 <features tabularvalignment="middle">
20852 <column alignment="left" valignment="top">
20853 <row>
20854 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 ふつう, g
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 <row>
20865 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \size large
20871 やや大
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row>
20878 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \size larger
20884
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 </row>
20890 <row>
20891 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895
20896 \size largest
20897 極大
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 </row>
20903 <row>
20904 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908
20909 \size huge
20910 極々大
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 <row>
20917 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \size giant
20923 最大
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 </row>
20929 </lyxtabular>
20930
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \begin_inset space \hfill{}
20940 \end_inset
20941
20942
20943 \begin_inset Float table
20944 placement document
20945 alignment document
20946 wide false
20947 sideways false
20948 status collapsed
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Caption Standard
20952
20953 \begin_layout Plain Layout
20954
20955 \series bold
20956
20957 \backslash
20958 strut
20959 \series default
20960 コマンドを使用した表
20961 \end_layout
20962
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \begin_layout Plain Layout
20969 \noindent
20970 \align center
20971 \begin_inset Tabular
20972 <lyxtabular version="3" rows="6" columns="1">
20973 <features tabularvalignment="middle">
20974 <column alignment="left" valignment="top">
20975 <row>
20976 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980 ふつう, g
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991
20992 \size large
20993 \begin_inset ERT
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997
20998
20999 \backslash
21000 strut 
21001 \end_layout
21002
21003 \end_inset
21004
21005 やや大
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 </row>
21011 <row>
21012 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \size larger
21018 \begin_inset ERT
21019 status collapsed
21020
21021 \begin_layout Plain Layout
21022
21023
21024 \backslash
21025 strut 
21026 \end_layout
21027
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 </row>
21036 <row>
21037 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041
21042 \size largest
21043 \begin_inset ERT
21044 status collapsed
21045
21046 \begin_layout Plain Layout
21047
21048
21049 \backslash
21050 strut 
21051 \end_layout
21052
21053 \end_inset
21054
21055 極大
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 </row>
21061 <row>
21062 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066
21067 \size huge
21068 \begin_inset ERT
21069 status collapsed
21070
21071 \begin_layout Plain Layout
21072
21073
21074 \backslash
21075 strut 
21076 \end_layout
21077
21078 \end_inset
21079
21080 極々大
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 </row>
21086 <row>
21087 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091
21092 \size giant
21093 \begin_inset ERT
21094 status collapsed
21095
21096 \begin_layout Plain Layout
21097
21098
21099 \backslash
21100 strut 
21101 \end_layout
21102
21103 \end_inset
21104
21105 最大
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 </lyxtabular>
21112
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \end_inset
21119
21120
21121 \begin_inset space \hfill{}
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Subsection
21133 特殊なセル揃え
21134 \begin_inset CommandInset label
21135 LatexCommand label
21136 name "subsec:特殊なセル揃え"
21137
21138 \end_inset
21139
21140
21141 \begin_inset Index idx
21142 status collapsed
21143
21144 \begin_layout Plain Layout
21145 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Standard
21154 ときには表
21155 \begin_inset CommandInset ref
21156 LatexCommand ref
21157 reference "tab:表セル"
21158
21159 \end_inset
21160
21161 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21162 \begin_inset Info
21163 type  "icon"
21164 arg   "tabular-feature align-decimal"
21165 \end_inset
21166
21167 を押すか,表設定中で揃えを
21168 \family sans
21169 小数点で
21170 \family default
21171 に設定します.
21172 \end_layout
21173
21174 \begin_layout Standard
21175 \begin_inset Float table
21176 placement h
21177 alignment document
21178 wide false
21179 sideways false
21180 status open
21181
21182 \begin_layout Plain Layout
21183 \begin_inset Caption Standard
21184
21185 \begin_layout Plain Layout
21186 \begin_inset CommandInset label
21187 LatexCommand label
21188 name "tab:表セル"
21189
21190 \end_inset
21191
21192 一列が小数点で揃えられた表セル
21193 \end_layout
21194
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \begin_layout Plain Layout
21201 \align center
21202 \begin_inset Tabular
21203 <lyxtabular version="3" rows="4" columns="1">
21204 <features booktabs="true" tabularvalignment="middle">
21205 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21206 <row>
21207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211 見出し
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 </row>
21217 <row>
21218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 12.6
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 0.68
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 </row>
21239 <row>
21240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 -123.0
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 </row>
21250 </lyxtabular>
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Standard
21263 \begin_inset Float table
21264 placement h
21265 alignment document
21266 wide false
21267 sideways false
21268 status open
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Caption Standard
21272
21273 \begin_layout Plain Layout
21274 \begin_inset CommandInset label
21275 LatexCommand label
21276 name "tab:演算子揃え表"
21277
21278 \end_inset
21279
21280 一列が演算子で揃えられた表セル
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \begin_layout Plain Layout
21289 \align center
21290 \begin_inset Tabular
21291 <lyxtabular version="3" rows="4" columns="2">
21292 <features booktabs="true" tabularvalignment="middle">
21293 <column alignment="right" valignment="top" width="0pt">
21294 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21295 <row>
21296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 見出し
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 \begin_inset Formula $12\,+$
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\,6$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset Formula $0\,-$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 \begin_inset Formula $\,68$
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 </row>
21367 <row>
21368 <cell alignment="center" valignment="top" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 \begin_inset Formula $-123\,/$
21373 \end_inset
21374
21375
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\,0$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 </lyxtabular>
21394
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \begin_layout Standard
21406 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21407 \begin_inset CommandInset ref
21408 LatexCommand ref
21409 reference "tab:演算子揃え表"
21410
21411 \end_inset
21412
21413 のような方法を用いる必要があります.この表は,4
21414 \begin_inset Formula $\times$
21415 \end_inset
21416
21417 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21418 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21419 \end_layout
21420
21421 \begin_layout Standard
21422
21423 \series bold
21424 @{}l
21425 \end_layout
21426
21427 \begin_layout Standard
21428 という\SpecialChar LaTeX
21429 引数を第2列に指定します.
21430 \end_layout
21431
21432 \begin_layout Standard
21433
21434 \begin_inset CommandInset ref
21435 LatexCommand ref
21436 reference "tab:表セル揃え"
21437
21438 \end_inset
21439
21440 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21441 \begin_inset CommandInset ref
21442 LatexCommand ref
21443 reference "tab:演算子揃え表"
21444
21445 \end_inset
21446
21447 の冒頭には,小空白が加えられています.
21448 \end_layout
21449
21450 \begin_layout Standard
21451 \begin_inset Float table
21452 placement document
21453 alignment document
21454 wide false
21455 sideways false
21456 status open
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Caption Standard
21460
21461 \begin_layout Plain Layout
21462 \begin_inset CommandInset label
21463 LatexCommand label
21464 name "tab:表セル揃え"
21465
21466 \end_inset
21467
21468 表セルの揃えの例
21469 \end_layout
21470
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \begin_layout Plain Layout
21477 \align center
21478 \begin_inset Tabular
21479 <lyxtabular version="3" rows="4" columns="6">
21480 <features tabularvalignment="middle">
21481 <column alignment="right" valignment="top">
21482 <column alignment="left" valignment="top" special="@{}l">
21483 <column alignment="right" valignment="top">
21484 <column alignment="left" valignment="top" special="@{}l">
21485 <column alignment="right" valignment="top">
21486 <column alignment="left" valignment="top" special="@{}l">
21487 <row>
21488 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 単位
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 冪数
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 関係子
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 </row>
21543 <row>
21544 <cell alignment="center" valignment="top" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 12
21549 \begin_inset Formula $\times$
21550 \end_inset
21551
21552
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 24本の瓶
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset Formula $10\cdot$
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $10^{\mbox{-}17}$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\Gamma(t)\propto$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Formula $\:\Upsilon(t)$
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 </row>
21615 <row>
21616 <cell alignment="center" valignment="top" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620 1024
21621 \begin_inset Formula $\times$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 768ピクセル
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $5.78\cdot$
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Formula $10^{7}$
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $A\ne$
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $\:B_{\mathrm{red}}$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="center" valignment="top" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 32
21693 \begin_inset Formula $\times$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 6
21706 \begin_inset space \thinspace{}
21707 \end_inset
21708
21709 cm
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 -
21719 \begin_inset Formula $33.5\cdot$
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Formula $10^{4}$
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\sin(\alpha)\ge$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $\:\sin(\beta)$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 </lyxtabular>
21765
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Subsection
21777 自製のセル書式および列書式
21778 \begin_inset CommandInset label
21779 LatexCommand label
21780 name "subsec:自製書式"
21781
21782 \end_inset
21783
21784
21785 \begin_inset Index idx
21786 status collapsed
21787
21788 \begin_layout Plain Layout
21789 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
21790 \end_layout
21791
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \begin_layout Standard
21798
21799 \begin_inset CommandInset ref
21800 LatexCommand ref
21801 reference "sec:表幅の計算"
21802
21803 \end_inset
21804
21805 節のようにして通常列の必要幅を計算したり,第
21806 \begin_inset CommandInset ref
21807 LatexCommand ref
21808 reference "subsec:連結列の計算"
21809
21810 \end_inset
21811
21812 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21813 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21814 \end_layout
21815
21816 \begin_layout Standard
21817
21818 \series bold
21819
21820 \backslash
21821 newcolumntype{書式名}[引数の数]{コマンド}
21822 \end_layout
21823
21824 \begin_layout Standard
21825 書式名は,一文字だけでも構いません.
21826 \emph on
21827 b
21828 \emph default
21829
21830 \emph on
21831 c
21832 \emph default
21833
21834 \emph on
21835 l
21836 \emph default
21837
21838 \emph on
21839 m
21840 \emph default
21841
21842 \emph on
21843 p
21844 \emph default
21845
21846 \emph on
21847 r
21848 \emph default
21849 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21850 \end_layout
21851
21852 \begin_layout Standard
21853 \begin_inset VSpace medskip
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \begin_layout Standard
21860 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21861 \end_layout
21862
21863 \begin_layout Standard
21864
21865 \series bold
21866
21867 \backslash
21868 newcolumntype{M}[1]{>{
21869 \backslash
21870 centering
21871 \backslash
21872 hspace{0pt}}m{#1}}
21873 \end_layout
21874
21875 \begin_layout Standard
21876 ここで
21877 \series bold
21878
21879 \backslash
21880 hspace{0pt}
21881 \series default
21882 は,第
21883 \begin_inset CommandInset ref
21884 LatexCommand ref
21885 reference "subsec:複数行"
21886
21887 \end_inset
21888
21889 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21890 \family sans
21891 \SpecialChar LaTeX
21892 の引数
21893 \family default
21894
21895 \end_layout
21896
21897 \begin_layout Standard
21898
21899 \series bold
21900 M{width}
21901 \end_layout
21902
21903 \begin_layout Standard
21904 と入力するだけですみます.
21905 \end_layout
21906
21907 \begin_layout Standard
21908 \begin_inset VSpace bigskip
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \begin_layout Standard
21915 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21916 \end_layout
21917
21918 \begin_layout Standard
21919
21920 \series bold
21921
21922 \backslash
21923 newcolumntype{S}[2]{>{
21924 \backslash
21925 centering
21926 \backslash
21927 hspace{0pt}}
21928 \begin_inset Newline newline
21929 \end_inset
21930
21931
21932 \begin_inset Phantom HPhantom
21933 status open
21934
21935 \begin_layout Plain Layout
21936
21937 \series bold
21938
21939 \backslash
21940 newcolumntype
21941 \end_layout
21942
21943 \end_inset
21944
21945 m{(#1+(2
21946 \backslash
21947 tabcolsep+
21948 \backslash
21949 arrayrulewidth)*(1-#2))/#2}}
21950 \end_layout
21951
21952 \begin_layout Standard
21953 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21954 \begin_inset CommandInset ref
21955 LatexCommand eqref
21956 reference "eq:Wgn"
21957
21958 \end_inset
21959
21960 式を使用しています.
21961 \end_layout
21962
21963 \begin_layout Standard
21964 こうしておけば,当該セルの\SpecialChar LaTeX
21965 引数に
21966 \end_layout
21967
21968 \begin_layout Standard
21969
21970 \series bold
21971 S{連結列セルの幅}{連結列セルがまたがる列の数}
21972 \end_layout
21973
21974 \begin_layout Standard
21975 と入力するだけですみます.
21976 \end_layout
21977
21978 \begin_layout Standard
21979 \begin_inset VSpace bigskip
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \begin_layout Standard
21986 色付き列については,以下のように定義するとよいでしょう.
21987 \end_layout
21988
21989 \begin_layout Standard
21990
21991 \series bold
21992
21993 \backslash
21994 newcolumntype{K}[1]{>{
21995 \backslash
21996 columncolor{#1}
21997 \backslash
21998 hspace{0pt}}c}
21999 \end_layout
22000
22001 \begin_layout Standard
22002 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
22003 引数に
22004 \end_layout
22005
22006 \begin_layout Standard
22007
22008 \series bold
22009 K{色名}
22010 \end_layout
22011
22012 \begin_layout Standard
22013 と入力します.
22014 \end_layout
22015
22016 \begin_layout Standard
22017 \begin_inset VSpace bigskip
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Standard
22024
22025 \begin_inset CommandInset ref
22026 LatexCommand ref
22027 reference "tab:ユーザー定義の表書式"
22028
22029 \end_inset
22030
22031 を生成するには,第1列と連結列に\SpecialChar LaTeX
22032 引数として
22033 \end_layout
22034
22035 \begin_layout Standard
22036
22037 \series bold
22038 M{2.5cm}
22039 \end_layout
22040
22041 \begin_layout Standard
22042 を指定し,最終列に
22043 \end_layout
22044
22045 \begin_layout Standard
22046
22047 \series bold
22048 K{red}
22049 \end_layout
22050
22051 \begin_layout Standard
22052 そして第2列の各セルに
22053 \end_layout
22054
22055 \begin_layout Standard
22056
22057 \series bold
22058 S{2.5cm}{2}
22059 \end_layout
22060
22061 \begin_layout Standard
22062 と指定します.
22063 \end_layout
22064
22065 \begin_layout Standard
22066 \begin_inset Float table
22067 placement h
22068 alignment document
22069 wide false
22070 sideways false
22071 status open
22072
22073 \begin_layout Plain Layout
22074 \begin_inset Caption Standard
22075
22076 \begin_layout Plain Layout
22077 \begin_inset CommandInset label
22078 LatexCommand label
22079 name "tab:ユーザー定義の表書式"
22080
22081 \end_inset
22082
22083 ユーザー定義の表書式を使用した表
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \begin_layout Plain Layout
22092 \align center
22093 \begin_inset Tabular
22094 <lyxtabular version="3" rows="3" columns="4">
22095 <features tabularvalignment="middle">
22096 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22097 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22098 <column alignment="center" valignment="middle">
22099 <column alignment="center" valignment="middle" special="K{red}">
22100 <row>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 とても長い表セル中の単語
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 複数行の連結列
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 <row>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
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
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 </lyxtabular>
22215
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \begin_layout Subsection
22227 罫線幅
22228 \begin_inset CommandInset label
22229 LatexCommand label
22230 name "subsec:罫線幅"
22231
22232 \end_inset
22233
22234
22235 \begin_inset Index idx
22236 status collapsed
22237
22238 \begin_layout Plain Layout
22239 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22240 \end_layout
22241
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \begin_layout Standard
22248 表中のすべての罫線の罫線幅を調整するには,長さ
22249 \series bold
22250
22251 \backslash
22252 arrayrulewidth
22253 \series default
22254 を使用します.たとえば,表
22255 \begin_inset CommandInset ref
22256 LatexCommand ref
22257 reference "tab:Table-with-1.5"
22258
22259 \end_inset
22260
22261 のように罫線幅を1.5
22262 \begin_inset space \thinspace{}
22263 \end_inset
22264
22265 ptにするには,表や表フロートの前に\SpecialChar TeX
22266 コードで
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272
22273 \backslash
22274 setlength{
22275 \backslash
22276 arrayrulewidth}{1.5pt}
22277 \end_layout
22278
22279 \begin_layout Standard
22280 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22281 コードで
22282 \series bold
22283
22284 \backslash
22285 arrayrulewidth
22286 \series default
22287 を0.4
22288 \begin_inset space \thinspace{}
22289 \end_inset
22290
22291 ptに設定してください.
22292 \end_layout
22293
22294 \begin_layout Standard
22295 \begin_inset ERT
22296 status collapsed
22297
22298 \begin_layout Plain Layout
22299
22300
22301 \backslash
22302 setlength{
22303 \backslash
22304 arrayrulewidth}{1.5pt}
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \begin_inset Float table
22311 placement document
22312 alignment document
22313 wide false
22314 sideways false
22315 status open
22316
22317 \begin_layout Plain Layout
22318 \begin_inset Caption Standard
22319
22320 \begin_layout Plain Layout
22321 \begin_inset CommandInset label
22322 LatexCommand label
22323 name "tab:Table-with-1.5"
22324
22325 \end_inset
22326
22327 1.5
22328 \begin_inset space \thinspace{}
22329 \end_inset
22330
22331 pt幅罫線の表
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \begin_layout Plain Layout
22340 \align center
22341 \begin_inset Tabular
22342 <lyxtabular version="3" rows="3" columns="3">
22343 <features tabularvalignment="middle">
22344 <column alignment="center" valignment="top">
22345 <column alignment="center" valignment="top">
22346 <column alignment="center" valignment="top">
22347 <row>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 sd
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 sd
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 </row>
22405 <row>
22406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428 sd
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 </lyxtabular>
22435
22436 \end_inset
22437
22438
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \begin_inset ERT
22445 status collapsed
22446
22447 \begin_layout Plain Layout
22448
22449
22450 \backslash
22451 setlength{
22452 \backslash
22453 arrayrulewidth}{0.4pt}
22454 \end_layout
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \begin_layout Standard
22462 \begin_inset VSpace bigskip
22463 \end_inset
22464
22465
22466 \begin_inset CommandInset ref
22467 LatexCommand ref
22468 reference "tab:1.5pt幅横罫"
22469
22470 \end_inset
22471
22472 のように横罫だけを1.5
22473 \begin_inset space \thinspace{}
22474 \end_inset
22475
22476 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22477 コードとして以下のコマンドを挿入してください.
22478 \end_layout
22479
22480 \begin_layout Standard
22481
22482 \series bold
22483
22484 \backslash
22485 let
22486 \backslash
22487 myHline
22488 \backslash
22489 hline
22490 \begin_inset Newline newline
22491 \end_inset
22492
22493
22494 \backslash
22495 renewcommand{
22496 \backslash
22497 hline}
22498 \begin_inset Newline newline
22499 \end_inset
22500
22501  {
22502 \backslash
22503 noalign{
22504 \backslash
22505 global
22506 \backslash
22507 arrayrulewidth 1.5pt}
22508 \begin_inset Newline newline
22509 \end_inset
22510
22511  
22512 \backslash
22513 myHline
22514 \backslash
22515 noalign{
22516 \backslash
22517 global
22518 \backslash
22519 arrayrulewidth 0.4pt}}
22520 \end_layout
22521
22522 \begin_layout Standard
22523 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22524 コードとして以下のコマンドを挿入します.
22525 \end_layout
22526
22527 \begin_layout Standard
22528
22529 \series bold
22530
22531 \backslash
22532 renewcommand{
22533 \backslash
22534 hline}{
22535 \backslash
22536 myHline}
22537 \end_layout
22538
22539 \begin_layout Standard
22540 \begin_inset ERT
22541 status collapsed
22542
22543 \begin_layout Plain Layout
22544
22545
22546 \backslash
22547 let
22548 \backslash
22549 myHline
22550 \backslash
22551 hline
22552 \end_layout
22553
22554 \begin_layout Plain Layout
22555
22556
22557 \backslash
22558 renewcommand{
22559 \backslash
22560 hline}
22561 \end_layout
22562
22563 \begin_layout Plain Layout
22564
22565  {
22566 \backslash
22567 noalign{
22568 \backslash
22569 global
22570 \backslash
22571 arrayrulewidth 1.5pt}
22572 \end_layout
22573
22574 \begin_layout Plain Layout
22575
22576   
22577 \backslash
22578 myHline
22579 \backslash
22580 noalign{
22581 \backslash
22582 global
22583 \backslash
22584 arrayrulewidth 0.4pt}}
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \begin_inset Float table
22591 placement document
22592 alignment document
22593 wide false
22594 sideways false
22595 status open
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Caption Standard
22599
22600 \begin_layout Plain Layout
22601 \begin_inset CommandInset label
22602 LatexCommand label
22603 name "tab:1.5pt幅横罫"
22604
22605 \end_inset
22606
22607 1.5
22608 \begin_inset space \thinspace{}
22609 \end_inset
22610
22611 pt幅横罫の表
22612 \end_layout
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \begin_layout Plain Layout
22620 \align center
22621 \begin_inset Tabular
22622 <lyxtabular version="3" rows="3" columns="3">
22623 <features tabularvalignment="middle">
22624 <column alignment="center" valignment="top">
22625 <column alignment="center" valignment="top">
22626 <column alignment="center" valignment="top">
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 sd
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 sd
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 <row>
22686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 sd
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 </lyxtabular>
22715
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \end_inset
22722
22723
22724 \begin_inset ERT
22725 status collapsed
22726
22727 \begin_layout Plain Layout
22728
22729
22730 \backslash
22731 renewcommand{
22732 \backslash
22733 hline}{
22734 \backslash
22735 myHline}
22736 \end_layout
22737
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset VSpace bigskip
22745 \end_inset
22746
22747 縦罫だけを1.5
22748 \begin_inset space \thinspace{}
22749 \end_inset
22750
22751 pt幅にするには,第
22752 \begin_inset CommandInset ref
22753 LatexCommand ref
22754 reference "subsec:自製書式"
22755
22756 \end_inset
22757
22758 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22759 \end_layout
22760
22761 \begin_layout Standard
22762
22763 \series bold
22764
22765 \backslash
22766 newcolumntype{V}{!{
22767 \backslash
22768 vrule width 1.5pt}}
22769 \end_layout
22770
22771 \begin_layout Standard
22772
22773 \begin_inset CommandInset ref
22774 LatexCommand ref
22775 reference "tab:1.5pt幅縦罫"
22776
22777 \end_inset
22778
22779 を作るには,最右列に\SpecialChar LaTeX
22780 引数
22781 \end_layout
22782
22783 \begin_layout Standard
22784
22785 \series bold
22786 VcV
22787 \end_layout
22788
22789 \begin_layout Standard
22790 を指定し,他の列には
22791 \end_layout
22792
22793 \begin_layout Standard
22794
22795 \series bold
22796 Vc
22797 \end_layout
22798
22799 \begin_layout Standard
22800 を指定します.
22801 \end_layout
22802
22803 \begin_layout Standard
22804 \begin_inset Float table
22805 placement document
22806 alignment document
22807 wide false
22808 sideways false
22809 status open
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Caption Standard
22813
22814 \begin_layout Plain Layout
22815 \begin_inset CommandInset label
22816 LatexCommand label
22817 name "tab:1.5pt幅縦罫"
22818
22819 \end_inset
22820
22821 1.5
22822 \begin_inset space \thinspace{}
22823 \end_inset
22824
22825 pt幅縦罫の表
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \begin_layout Plain Layout
22834 \align center
22835 \begin_inset Tabular
22836 <lyxtabular version="3" rows="3" columns="3">
22837 <features tabularvalignment="middle">
22838 <column alignment="center" valignment="top" special="Vc">
22839 <column alignment="center" valignment="top" special="Vc">
22840 <column alignment="center" valignment="top" special="VcV">
22841 <row>
22842 <cell alignment="center" valignment="top" topline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 sd
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 <row>
22871 <cell alignment="center" valignment="top" topline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" topline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884 sd
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 <cell alignment="center" valignment="top" topline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 </row>
22899 <row>
22900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 sd
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 </row>
22928 </lyxtabular>
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Subsection
22941 点罫
22942 \begin_inset Index idx
22943 status collapsed
22944
22945 \begin_layout Plain Layout
22946 ひょうのちょうせい@表の調整 ! てんけい@点罫
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Standard
22955 \begin_inset ERT
22956 status collapsed
22957
22958 \begin_layout Plain Layout
22959
22960
22961 \backslash
22962 ifarydshln
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \begin_inset Note Note
22969 status open
22970
22971 \begin_layout Plain Layout
22972 この節は,\SpecialChar LaTeX
22973 パッケージ
22974 \series bold
22975 arydshln
22976 \series default
22977 が導入済みの時のみ表示されます.
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset Float table
22987 placement H
22988 alignment document
22989 wide false
22990 sideways false
22991 status open
22992
22993 \begin_layout Plain Layout
22994 \begin_inset Caption Standard
22995
22996 \begin_layout Plain Layout
22997 \begin_inset CommandInset label
22998 LatexCommand label
22999 name "tab:点罫表"
23000
23001 \end_inset
23002
23003 点罫を使用した表
23004 \end_layout
23005
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \begin_layout Plain Layout
23012 \align center
23013 \begin_inset Tabular
23014 <lyxtabular version="3" rows="5" columns="5">
23015 <features tabularvalignment="middle">
23016 <column alignment="center" valignment="top">
23017 <column alignment="center" valignment="top">
23018 <column alignment="center" valignment="top" special=":c">
23019 <column alignment="center" valignment="top">
23020 <column alignment="center" valignment="top">
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 </row>
23068 <row>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" topline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 </row>
23115 <row>
23116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 \begin_inset ERT
23121 status collapsed
23122
23123 \begin_layout Plain Layout
23124
23125
23126 \backslash
23127 hdashline 
23128 \end_layout
23129
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 </row>
23174 <row>
23175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23176 \begin_inset Text
23177
23178 \begin_layout Plain Layout
23179 \begin_inset ERT
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183
23184
23185 \backslash
23186 cdashline{4-5}
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 </row>
23233 <row>
23234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 </lyxtabular>
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \SpecialChar LyX
23294 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23295 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23296 \end_layout
23297
23298 \begin_layout Standard
23299
23300 \series bold
23301
23302 \backslash
23303 usepackage{arydshln}
23304 \end_layout
23305
23306 \begin_layout Standard
23307 というコマンドを書き,\SpecialChar LaTeX
23308 パッケージの
23309 \series bold
23310 arydshln
23311 \series default
23312
23313 \begin_inset Index idx
23314 status collapsed
23315
23316 \begin_layout Plain Layout
23317 \SpecialChar LaTeX
23318 ぱっけーじ@\SpecialChar LaTeX
23319 パッケージ ! arydshln
23320 \end_layout
23321
23322 \end_inset
23323
23324 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23325 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23326 \end_layout
23327
23328 \begin_layout Standard
23329 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23330 コードで
23331 \end_layout
23332
23333 \begin_layout Standard
23334
23335 \series bold
23336
23337 \backslash
23338 hdashline
23339 \end_layout
23340
23341 \begin_layout Standard
23342 というコマンドを加えてください.
23343 \end_layout
23344
23345 \begin_layout Standard
23346 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23347 コードで
23348 \end_layout
23349
23350 \begin_layout Standard
23351
23352 \series bold
23353
23354 \backslash
23355 cdashline{列番号
23356 \series default
23357 }
23358 \end_layout
23359
23360 \begin_layout Standard
23361 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23362 \end_layout
23363
23364 \begin_layout Standard
23365
23366 \series bold
23367
23368 \backslash
23369 cdashline{2-4}
23370 \end_layout
23371
23372 \begin_layout Standard
23373 なるコマンドを置いてください.
23374 \end_layout
23375
23376 \begin_layout Standard
23377 \begin_inset VSpace bigskip
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Standard
23384
23385 \begin_inset CommandInset ref
23386 LatexCommand ref
23387 reference "tab:点罫表"
23388
23389 \end_inset
23390
23391 は,第3列の\SpecialChar LaTeX
23392 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23393 コードのコマンド
23394 \series bold
23395
23396 \backslash
23397 hdashline
23398 \series default
23399 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23400 コードのコマンド
23401 \begin_inset Newline newline
23402 \end_inset
23403
23404  
23405 \series bold
23406
23407 \backslash
23408 cdashline{4-5}
23409 \series default
23410 が挿れられています.
23411 \end_layout
23412
23413 \begin_layout Standard
23414 \begin_inset VSpace bigskip
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \begin_layout Standard
23421 点罫を持つ表も,表
23422 \begin_inset CommandInset ref
23423 LatexCommand ref
23424 reference "tab:Colored-table-with"
23425
23426 \end_inset
23427
23428 のように色付けをすることができます.
23429 \end_layout
23430
23431 \begin_layout Standard
23432 \begin_inset ERT
23433 status collapsed
23434
23435 \begin_layout Plain Layout
23436
23437
23438 \backslash
23439 setlength{
23440 \backslash
23441 arrayrulewidth}{1pt}
23442 \end_layout
23443
23444 \end_inset
23445
23446
23447 \begin_inset Note Note
23448 status collapsed
23449
23450 \begin_layout Plain Layout
23451 罫線色が見易いように線を太く
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Standard
23460 \begin_inset ERT
23461 status collapsed
23462
23463 \begin_layout Plain Layout
23464
23465
23466 \backslash
23467 dashgapcolor{green}
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \begin_inset Note Note
23474 status collapsed
23475
23476 \begin_layout Plain Layout
23477 緑点罫の間の色付き余白
23478 \end_layout
23479
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \begin_layout Standard
23486 \begin_inset ERT
23487 status collapsed
23488
23489 \begin_layout Plain Layout
23490
23491
23492 \backslash
23493 let
23494 \backslash
23495 myHdashline
23496 \backslash
23497 hdashline
23498 \end_layout
23499
23500 \begin_layout Plain Layout
23501
23502
23503 \backslash
23504 renewcommand{
23505 \backslash
23506 hdashline}
23507 \end_layout
23508
23509 \begin_layout Plain Layout
23510
23511  {
23512 \backslash
23513 arrayrulecolor{red}
23514 \backslash
23515 myHdashline
23516 \backslash
23517 arrayrulecolor{black}}
23518 \end_layout
23519
23520 \end_inset
23521
23522
23523 \begin_inset Note Note
23524 status collapsed
23525
23526 \begin_layout Plain Layout
23527 色付き水平線・点罫赤
23528 \end_layout
23529
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \begin_layout Standard
23536 \begin_inset ERT
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540
23541
23542 \backslash
23543 let
23544 \backslash
23545 myCdashline
23546 \backslash
23547 cdashline
23548 \end_layout
23549
23550 \begin_layout Plain Layout
23551
23552
23553 \backslash
23554 renewcommand{
23555 \backslash
23556 cdashline}[1]
23557 \end_layout
23558
23559 \begin_layout Plain Layout
23560
23561  {
23562 \backslash
23563 arrayrulecolor{yellow}
23564 \backslash
23565 myCdashline{#1}
23566 \backslash
23567 arrayrulecolor{black}}
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \begin_inset Note Note
23574 status collapsed
23575
23576 \begin_layout Plain Layout
23577 色付き部分水平線・点罫黄色
23578 \end_layout
23579
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \begin_layout Standard
23586 \begin_inset Float table
23587 placement h
23588 alignment document
23589 wide false
23590 sideways false
23591 status open
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Caption Standard
23595
23596 \begin_layout Plain Layout
23597 \begin_inset CommandInset label
23598 LatexCommand label
23599 name "tab:Colored-table-with"
23600
23601 \end_inset
23602
23603 点罫線の色付き表
23604 \end_layout
23605
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \begin_layout Plain Layout
23612 \align center
23613 \begin_inset Tabular
23614 <lyxtabular version="3" rows="5" columns="5">
23615 <features tabularvalignment="middle">
23616 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23617 <column alignment="center" valignment="top" width="0pt">
23618 <column alignment="center" valignment="top" width="0pt" special=":c">
23619 <column alignment="center" valignment="top">
23620 <column alignment="center" valignment="top">
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 <cell alignment="center" valignment="top" topline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 <cell alignment="center" valignment="top" topline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 <cell alignment="center" valignment="top" topline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 </row>
23715 <row>
23716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720 \begin_inset ERT
23721 status collapsed
23722
23723 \begin_layout Plain Layout
23724
23725
23726 \backslash
23727 hdashline 
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \begin_inset ERT
23734 status collapsed
23735
23736 \begin_layout Plain Layout
23737
23738
23739 \backslash
23740 rowcolor{Gray}
23741 \end_layout
23742
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 </row>
23787 <row>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 \begin_inset ERT
23793 status collapsed
23794
23795 \begin_layout Plain Layout
23796
23797
23798 \backslash
23799 cdashline{4-5}
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 <row>
23847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 \begin_inset ERT
23888 status collapsed
23889
23890 \begin_layout Plain Layout
23891
23892
23893 \backslash
23894 cellcolor{Maroon}
23895 \end_layout
23896
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 </row>
23905 </lyxtabular>
23906
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \begin_layout Standard
23918 \begin_inset ERT
23919 status collapsed
23920
23921 \begin_layout Plain Layout
23922
23923
23924 \backslash
23925 renewcommand{
23926 \backslash
23927 hdashline}{
23928 \backslash
23929 myHdashline}
23930 \end_layout
23931
23932 \end_inset
23933
23934
23935 \begin_inset Note Note
23936 status collapsed
23937
23938 \begin_layout Plain Layout
23939 既定値に戻す
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \begin_layout Standard
23948 \begin_inset ERT
23949 status collapsed
23950
23951 \begin_layout Plain Layout
23952
23953
23954 \backslash
23955 renewcommand{
23956 \backslash
23957 cdashline}{
23958 \backslash
23959 myCdashline}
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \begin_inset Note Note
23966 status collapsed
23967
23968 \begin_layout Plain Layout
23969 既定値に戻す
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Standard
23978 \begin_inset ERT
23979 status collapsed
23980
23981 \begin_layout Plain Layout
23982
23983
23984 \backslash
23985 nodashgapcolor
23986 \end_layout
23987
23988 \end_inset
23989
23990
23991 \begin_inset Note Note
23992 status collapsed
23993
23994 \begin_layout Plain Layout
23995 既定値に戻す
23996 \end_layout
23997
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Standard
24004 \begin_inset ERT
24005 status collapsed
24006
24007 \begin_layout Plain Layout
24008
24009
24010 \backslash
24011 setlength{
24012 \backslash
24013 arrayrulewidth}{0.4pt}
24014 \end_layout
24015
24016 \end_inset
24017
24018
24019 \begin_inset Note Note
24020 status collapsed
24021
24022 \begin_layout Plain Layout
24023 既定値に戻す
24024 \end_layout
24025
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \begin_layout Standard
24032 行や列,罫線の着色は,第
24033 \begin_inset CommandInset ref
24034 LatexCommand ref
24035 reference "sec:色付きの表"
24036
24037 \end_inset
24038
24039 節に述べられているように動作します.水平線の着色も,
24040 \series bold
24041
24042 \backslash
24043 myHlineC
24044 \series default
24045 コマンドを
24046 \series bold
24047
24048 \backslash
24049 myHdashline
24050 \series default
24051 に置き換え,
24052 \series bold
24053
24054 \backslash
24055 hline
24056 \series default
24057
24058 \series bold
24059
24060 \backslash
24061 hdashline
24062 \series default
24063 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24064 \end_layout
24065
24066 \begin_layout Standard
24067
24068 \series bold
24069
24070 \backslash
24071 let
24072 \backslash
24073 myHdashline
24074 \backslash
24075 hdashline
24076 \begin_inset Newline newline
24077 \end_inset
24078
24079
24080 \backslash
24081 renewcommand{
24082 \backslash
24083 hdashline}
24084 \begin_inset Newline newline
24085 \end_inset
24086
24087
24088 \begin_inset Phantom HPhantom
24089 status open
24090
24091 \begin_layout Plain Layout
24092 \begin_inset space ~
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \end_inset
24099
24100 {
24101 \backslash
24102 arrayrulecolor{red}
24103 \backslash
24104 myHdashline
24105 \backslash
24106 arrayrulecolor{black}}
24107 \end_layout
24108
24109 \begin_layout Standard
24110
24111 \series bold
24112
24113 \backslash
24114 cdashline
24115 \series default
24116 に色をつけるならば,コマンドは
24117 \end_layout
24118
24119 \begin_layout Standard
24120
24121 \series bold
24122
24123 \backslash
24124 let
24125 \backslash
24126 myCdashline
24127 \backslash
24128 cdashline
24129 \begin_inset Newline newline
24130 \end_inset
24131
24132
24133 \backslash
24134 renewcommand{
24135 \backslash
24136 cdashline}[1]
24137 \begin_inset Newline newline
24138 \end_inset
24139
24140
24141 \begin_inset Phantom HPhantom
24142 status open
24143
24144 \begin_layout Plain Layout
24145 \begin_inset space ~
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \end_inset
24152
24153 {
24154 \backslash
24155 arrayrulecolor{red}
24156 \backslash
24157 myCdashline{#1}
24158 \backslash
24159 arrayrulecolor{black}}
24160 \end_layout
24161
24162 \begin_layout Standard
24163 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24164 コードで挿入する必要があります.
24165 \end_layout
24166
24167 \begin_layout Standard
24168
24169 \series bold
24170
24171 \backslash
24172 hdashline
24173 \series default
24174 の場合は
24175 \end_layout
24176
24177 \begin_layout Standard
24178
24179 \series bold
24180
24181 \backslash
24182 renewcommand{
24183 \backslash
24184 hdashline}{
24185 \backslash
24186 myHdashline}
24187 \end_layout
24188
24189 \begin_layout Standard
24190 とし,
24191 \series bold
24192
24193 \backslash
24194 cdashline
24195 \series default
24196 の場合は
24197 \end_layout
24198
24199 \begin_layout Standard
24200
24201 \series bold
24202
24203 \backslash
24204 renewcommand{
24205 \backslash
24206 cdashline}{
24207 \backslash
24208 myCdashline}
24209 \end_layout
24210
24211 \begin_layout Standard
24212 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24213 コードで
24214 \end_layout
24215
24216 \begin_layout Standard
24217
24218 \series bold
24219
24220 \backslash
24221 dashgapcolor{色}
24222 \end_layout
24223
24224 \begin_layout Standard
24225 とすれば良いです.ここで「色」は,定義済みの色名です.
24226 \end_layout
24227
24228 \begin_layout Standard
24229
24230 \series bold
24231
24232 \backslash
24233 nodashgapcolor
24234 \end_layout
24235
24236 \begin_layout Standard
24237 というコマンドは,
24238 \series bold
24239
24240 \backslash
24241 dashgapcolor
24242 \series default
24243 が行った変更を元に戻します.
24244 \end_layout
24245
24246 \begin_layout Standard
24247 \begin_inset Note Greyedout
24248 status open
24249
24250 \begin_layout Plain Layout
24251
24252 \series bold
24253 【註】
24254 \series default
24255 1つのセル中に複数のコマンドがある場合,
24256 \series bold
24257 arydshln
24258 \series default
24259 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24260 \begin_inset CommandInset ref
24261 LatexCommand ref
24262 reference "tab:Colored-table-with"
24263
24264 \end_inset
24265
24266 のセル
24267 \emph on
24268 k
24269 \emph default
24270 では,
24271 \series bold
24272
24273 \backslash
24274 hdashline
24275 \series default
24276 コマンドが
24277 \series bold
24278
24279 \backslash
24280 rowcolor
24281 \series default
24282 の前に来ています.
24283 \end_layout
24284
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \begin_layout Standard
24291 \begin_inset Note Greyedout
24292 status open
24293
24294 \begin_layout Plain Layout
24295
24296 \series bold
24297 【註】
24298 \series default
24299 \SpecialChar LaTeX
24300 パッケージ
24301 \series bold
24302 arydshln
24303 \series default
24304 は,文書プリアンブル中で\SpecialChar LaTeX
24305 パッケージ
24306 \series bold
24307 colortbl
24308 \series default
24309
24310 \begin_inset Index idx
24311 status collapsed
24312
24313 \begin_layout Plain Layout
24314 \SpecialChar LaTeX
24315 ぱっけーじ@\SpecialChar LaTeX
24316 パッケージ ! colortbl
24317 \end_layout
24318
24319 \end_inset
24320
24321 よりも前に読み込まれている必要があります.
24322 \end_layout
24323
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \begin_layout Standard
24330 \begin_inset ERT
24331 status collapsed
24332
24333 \begin_layout Plain Layout
24334
24335
24336 \backslash
24337 else
24338 \end_layout
24339
24340 \end_inset
24341
24342
24343 \begin_inset Note Note
24344 status open
24345
24346 \begin_layout Plain Layout
24347 以下は,\SpecialChar LaTeX
24348 パッケージ
24349 \series bold
24350 arydshln
24351 \series default
24352 が導入済みでないときに表示されます.
24353 \end_layout
24354
24355 \end_inset
24356
24357
24358 \end_layout
24359
24360 \begin_layout Standard
24361 本節の内容を出力に表示するためには,
24362 \series bold
24363 arydshln
24364 \series default
24365 パッケージを導入しなくてはなりません.
24366 \end_layout
24367
24368 \begin_layout Standard
24369 \begin_inset ERT
24370 status collapsed
24371
24372 \begin_layout Plain Layout
24373
24374
24375 \backslash
24376 fi
24377 \end_layout
24378
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \begin_layout Standard
24385 点罫について詳しい情報は,
24386 \series bold
24387 arydshln
24388 \series default
24389 の取扱説明書
24390 \begin_inset CommandInset citation
24391 LatexCommand cite
24392 key "arydshln"
24393 literal "true"
24394
24395 \end_inset
24396
24397 をご覧ください.
24398 \end_layout
24399
24400 \begin_layout Chapter
24401 フロート
24402 \begin_inset CommandInset label
24403 LatexCommand label
24404 name "chap:フロート"
24405
24406 \end_inset
24407
24408
24409 \begin_inset Index idx
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 ふろーと@フロート
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \begin_layout Section
24422 はじめに
24423 \begin_inset CommandInset label
24424 LatexCommand label
24425 name "sec:フロートはじめに"
24426
24427 \end_inset
24428
24429
24430 \begin_inset Index idx
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434 ふろーと@フロート ! はじめに
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \begin_layout Standard
24443 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24444 ート)ことができます.
24445 \family sans
24446 脚註
24447 \family default
24448
24449 \family sans
24450 傍註
24451 \family default
24452 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24453 \end_layout
24454
24455 \begin_layout Standard
24456 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24457 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24458 ートには連番が割り当てられます.参照については,第
24459 \begin_inset CommandInset ref
24460 LatexCommand ref
24461 reference "sec:フロートの参照"
24462
24463 \end_inset
24464
24465 節で述べられています.
24466 \end_layout
24467
24468 \begin_layout Standard
24469 フロートを挿入するには,
24470 \family sans
24471 挿入\SpecialChar menuseparator
24472 フロート
24473 \family default
24474 メニュー(
24475 \begin_inset Info
24476 type  "icon"
24477 arg   "float-insert figure"
24478 \end_inset
24479
24480 または
24481 \begin_inset Info
24482 type  "icon"
24483 arg   "float-insert table"
24484 \end_inset
24485
24486 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24487 \family sans
24488 キャプション
24489 \family default
24490 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24491 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24492 \begin_inset CommandInset ref
24493 LatexCommand ref
24494 reference "sec:キャプションの配置"
24495
24496 \end_inset
24497
24498 節に述べられています.また,\SpecialChar LyX
24499 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24500 畳んだフロートボックスは,
24501 \begin_inset Graphics
24502         filename clipart/float.png
24503         scale 95
24504         scaleBeforeRotation
24505
24506 \end_inset
24507
24508 のように,灰色ボタンに赤字ラベルで表示されます.
24509 \end_layout
24510
24511 \begin_layout Standard
24512 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24513 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24514 \end_layout
24515
24516 \begin_layout Standard
24517 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24518 \end_layout
24519
24520 \begin_layout Section
24521 フロート型
24522 \end_layout
24523
24524 \begin_layout Standard
24525 \SpecialChar LyX
24526 には,第
24527 \begin_inset CommandInset ref
24528 LatexCommand ref
24529 reference "sec:図フロート"
24530
24531 \end_inset
24532
24533 節および第
24534 \begin_inset CommandInset ref
24535 LatexCommand ref
24536 reference "sec:表フロート"
24537
24538 \end_inset
24539
24540 節で各々説明されている図フロートと表フロート以外に,
24541 \family sans
24542 アルゴリズム型
24543 \series bold
24544
24545 \series default
24546 折返し型
24547 \family default
24548 のフロート型があります.後者は,第
24549 \begin_inset CommandInset ref
24550 LatexCommand ref
24551 reference "sec:折返しフロート"
24552
24553 \end_inset
24554
24555 節に説明があります.
24556 \end_layout
24557
24558 \begin_layout Subsection
24559 アルゴリズムフロート
24560 \begin_inset Index idx
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 Float algorithm
24574 placement h
24575 alignment document
24576 wide false
24577 sideways false
24578 status open
24579
24580 \begin_layout Plain Layout
24581 \begin_inset Caption Standard
24582
24583 \begin_layout Plain Layout
24584 \begin_inset CommandInset label
24585 LatexCommand label
24586 name "alg:アルゴリズムフロートの例"
24587
24588 \end_inset
24589
24590 アルゴリズムフロートの例
24591 \end_layout
24592
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \begin_layout LyX-Code
24599 for I in 1..N loop
24600 \begin_inset Newline newline
24601 \end_inset
24602
24603  Sum:= Sum + A(I); /*comment*/
24604 \begin_inset Newline newline
24605 \end_inset
24606
24607 end loop
24608 \begin_inset VSpace -4mm
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \begin_layout Standard
24620 このフロート型は,
24621 \family sans
24622 挿入
24623 \shape up
24624 \SpecialChar menuseparator
24625 フロート\SpecialChar menuseparator
24626 アルゴリズム
24627 \family default
24628 \shape default
24629 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24630 \begin_inset CommandInset ref
24631 LatexCommand ref
24632 reference "cha:プログラムコードリスト"
24633
24634 \end_inset
24635
24636 章で説明されているプログラムコードリストの代わりとみなすことができます.
24637 \emph on
24638 \SpecialChar LyX
24639 ユーザーの手引き
24640 \emph default
24641 に述べられているように,アルゴリズム向けの環境としては,
24642 \family sans
24643 \SpecialChar LyX
24644 コード
24645 \family default
24646 があります. アルゴリズム
24647 \begin_inset CommandInset ref
24648 LatexCommand ref
24649 reference "alg:アルゴリズムフロートの例"
24650
24651 \end_inset
24652
24653 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24654 \begin_inset space \thinspace{}
24655 \end_inset
24656
24657 mmの垂直空白が入れてあります.
24658 \end_layout
24659
24660 \begin_layout Standard
24661 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24662 \end_layout
24663
24664 \begin_layout Standard
24665
24666 \series bold
24667
24668 \backslash
24669 floatname{algorithm}{付けたい名称}
24670 \end_layout
24671
24672 \begin_layout Standard
24673 という行を手動で加える必要があります.ここで
24674 \family sans
24675 \series bold
24676 付けたい名称
24677 \family default
24678 \series default
24679 には,お使いの言語で「
24680 \emph on
24681 algorithm
24682 \emph default
24683 」に対応する単語を指定します.
24684 \end_layout
24685
24686 \begin_layout Standard
24687 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24688 のメニューに表示されている言語と同じであるならば,
24689 \family sans
24690 挿入\SpecialChar menuseparator
24691 一覧/目次\SpecialChar menuseparator
24692 アルゴリズム一覧
24693 \family default
24694 メニューを使用します.それ以外の場合には,代わりに
24695 \end_layout
24696
24697 \begin_layout Standard
24698
24699 \series bold
24700
24701 \backslash
24702 listof{algorithm}{付けたい名称}
24703 \end_layout
24704
24705 \begin_layout Standard
24706 というコマンドを\SpecialChar TeX
24707 コードとして用います.ここで
24708 \family sans
24709 付けたい名称
24710 \family default
24711 とは,「
24712 \emph on
24713 List of Algorithm
24714 \emph default
24715 s」という単語に相当する,ご使用になりたい言語での単語です.
24716 \end_layout
24717
24718 \begin_layout Standard
24719 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24720 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24721 \end_layout
24722
24723 \begin_layout Standard
24724
24725 \series bold
24726
24727 \backslash
24728 numberwithin{algorithm}{chapter}
24729 \end_layout
24730
24731 \begin_layout Standard
24732 というコマンドを追加してください.
24733 \series bold
24734
24735 \backslash
24736 numberwithin
24737 \series default
24738 というコマンドを使用するには,文書設定の
24739 \family sans
24740 数式オプション
24741 \family default
24742 タブで
24743 \family sans
24744 AMS mathパッケージを使用する
24745 \family default
24746 オプションを有効にしてください.
24747 \end_layout
24748
24749 \begin_layout Section
24750 フロートの連番
24751 \begin_inset Index idx
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 ふろーと@フロート ! れんばん@連番
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \begin_layout Standard
24764 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24765 て変わります.
24766 \end_layout
24767
24768 \begin_layout Standard
24769 節から独立して付けられている連番を変更するには,文書プリアンブルで
24770 \end_layout
24771
24772 \begin_layout Standard
24773
24774 \series bold
24775
24776 \backslash
24777 renewcommand{
24778 \backslash
24779 thetable}{
24780 \backslash
24781 roman{table}}
24782 \end_layout
24783
24784 \begin_layout Standard
24785
24786 \series bold
24787 というコマンドを使うと良いでしょう.
24788 \backslash
24789 thetable
24790 \series default
24791 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24792 \series bold
24793
24794 \backslash
24795 thefigure
24796 \series default
24797 コマンドを使用します.上のコマンドで使用されている
24798 \series bold
24799
24800 \backslash
24801 roman
24802 \series default
24803 は,表番号を小文字のローマ数字で印字するコマンドです.
24804 \end_layout
24805
24806 \begin_layout Standard
24807 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24808 \end_layout
24809
24810 \begin_layout Standard
24811
24812 \series bold
24813
24814 \backslash
24815 numberwithin{table}{subsection}
24816 \end_layout
24817
24818 \begin_layout Standard
24819 というコマンドを使用してください.
24820 \series bold
24821
24822 \backslash
24823 numberwithin
24824 \series default
24825 コマンドを使用可能にするためには,文書設定の
24826 \family sans
24827 数式オプション
24828 \family default
24829 タブで,
24830 \family sans
24831 AMS
24832 \begin_inset space ~
24833 \end_inset
24834
24835 math数式パッケージを使用する
24836 \family default
24837 を使用します.
24838 \end_layout
24839
24840 \begin_layout Standard
24841 連番コマンドについての詳細と大切な注意点については,第
24842 \begin_inset CommandInset ref
24843 LatexCommand ref
24844 reference "subsec:脚注の付番"
24845
24846 \end_inset
24847
24848 節もご覧ください.
24849 \end_layout
24850
24851 \begin_layout Section
24852 フロートの参照
24853 \begin_inset CommandInset label
24854 LatexCommand label
24855 name "sec:フロートの参照"
24856
24857 \end_inset
24858
24859
24860 \begin_inset Index idx
24861 status collapsed
24862
24863 \begin_layout Plain Layout
24864 ふろーと@フロート ! さんしょう@参照
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \begin_inset Index idx
24871 status collapsed
24872
24873 \begin_layout Plain Layout
24874 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24875 \end_layout
24876
24877 \end_inset
24878
24879
24880 \end_layout
24881
24882 \begin_layout Standard
24883 フロートを参照するには,
24884 \family sans
24885 挿入\SpecialChar menuseparator
24886 ラベル
24887 \family default
24888 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24889 \begin_inset Graphics
24890         filename clipart/label.png
24891         scaleBeforeRotation
24892
24893 \end_inset
24894
24895 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24896 は,キャプションの最初の数単語に前置句をつけたも
24897 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24898 \family sans
24899 fig:
24900 \family default
24901 」という前置句がつけられます.
24902 \end_layout
24903
24904 \begin_layout Standard
24905 ラベルは,参照のための名称兼位置標として用いられます.
24906 \family sans
24907 挿入\SpecialChar menuseparator
24908 相互参照
24909 \family default
24910 メニューかツールバーボタン
24911 \family sans
24912
24913 \begin_inset Info
24914 type  "icon"
24915 arg   "dialog-show-new-inset ref"
24916 \end_inset
24917
24918
24919 \family default
24920 を使えば,ラベルを参照することができます.
24921 \begin_inset Graphics
24922         filename clipart/reference.png
24923         scaleBeforeRotation
24924
24925 \end_inset
24926
24927 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24928 文書が開かれている場合には,ダイアログの上方にある
24929 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24930
24931 \end_layout
24932
24933 \begin_layout Standard
24934 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24935 出力では,参照の代わりに二つの疑問符が表示されることになります.
24936 \end_layout
24937
24938 \begin_layout Standard
24939 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24940 で,リンクの更新に手間を割く必要はありません.
24941 \end_layout
24942
24943 \begin_layout Standard
24944 相互参照ウィンドウの
24945 \family sans
24946 ラベルへ移動
24947 \family default
24948 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24949 \family sans
24950 戻る
24951 \family default
24952 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24953 \end_layout
24954
24955 \begin_layout Subsection
24956 相互参照の書式
24957 \begin_inset CommandInset label
24958 LatexCommand label
24959 name "subsec:相互参照の書式"
24960
24961 \end_inset
24962
24963
24964 \begin_inset Index idx
24965 status collapsed
24966
24967 \begin_layout Plain Layout
24968 さんしょう@参照 ! しょしき@書式
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \begin_layout Standard
24977 相互参照には,以下の6種類があります.
24978 \end_layout
24979
24980 \begin_layout Description
24981 <参照>: これはフロート番号を表示します.これが既定値です.例:
24982 \begin_inset CommandInset ref
24983 LatexCommand ref
24984 reference "fig:歪められた二つの像"
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Description
24992 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24993 例:
24994 \begin_inset CommandInset ref
24995 LatexCommand eqref
24996 reference "eq:Wgn"
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Description
25004 <参照ページ>: これはページ番号を表示します.例:Page
25005 \begin_inset space ~
25006 \end_inset
25007
25008
25009 \begin_inset CommandInset ref
25010 LatexCommand pageref
25011 reference "fig:歪められた二つの像"
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Description
25019 on
25020 \begin_inset space ~
25021 \end_inset
25022
25023 page
25024 \begin_inset space ~
25025 \end_inset
25026
25027 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
25028 \begin_inset CommandInset ref
25029 LatexCommand vpageref
25030 reference "fig:歪められた二つの像"
25031
25032 \end_inset
25033
25034
25035 \end_layout
25036
25037 \begin_layout Description
25038 <参照>
25039 \begin_inset space ~
25040 \end_inset
25041
25042 on
25043 \begin_inset space ~
25044 \end_inset
25045
25046 page
25047 \begin_inset space ~
25048 \end_inset
25049
25050 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
25051 \begin_inset CommandInset ref
25052 LatexCommand vref
25053 reference "fig:歪められた二つの像"
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Description
25061 整形された参照: これは自製の相互参照書式で出力します.
25062 \begin_inset Newline newline
25063 \end_inset
25064
25065
25066 \begin_inset Note Greyedout
25067 status open
25068
25069 \begin_layout Plain Layout
25070
25071 \series bold
25072 【註】
25073 \series default
25074 この機能は,\SpecialChar LaTeX
25075 パッケージ
25076 \series bold
25077 prettyref
25078 \series default
25079 または
25080 \series bold
25081 refstyle
25082 \series default
25083 が導入されている場合のみ使用することができます.
25084 \begin_inset Index idx
25085 status collapsed
25086
25087 \begin_layout Plain Layout
25088 \SpecialChar LaTeX
25089 ぱっけーじ@\SpecialChar LaTeX
25090 パッケージ! prettyref
25091 \end_layout
25092
25093 \end_inset
25094
25095
25096 \begin_inset Index idx
25097 status collapsed
25098
25099 \begin_layout Plain Layout
25100 \SpecialChar LaTeX
25101 ぱっけーじ@\SpecialChar LaTeX
25102 パッケージ ! refstyle
25103 \end_layout
25104
25105 \end_inset
25106
25107
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \begin_inset Newline newline
25114 \end_inset
25115
25116 メニュー
25117 \family sans
25118 文書\SpecialChar menuseparator
25119 設定\SpecialChar menuseparator
25120 文書クラス
25121 \family default
25122 でオプション
25123 \family sans
25124 相互参照に(prettyrefではなく)refstyleを使用
25125 \family default
25126 を設定すると,この機能で使用する\SpecialChar LaTeX
25127 パッケージを選択することができます.書式は,文書プリアンブルに
25128 \series bold
25129
25130 \backslash
25131 newrefformat
25132 \series default
25133 コマンド(prettyrefの場合)あるいは
25134 \series bold
25135
25136 \backslash
25137 newref
25138 \series default
25139 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25140 \family sans
25141 fig
25142 \family default
25143 」を持ちます)をすべて定義し直すには,
25144 \begin_inset Newline newline
25145 \end_inset
25146
25147
25148 \series bold
25149
25150 \backslash
25151 newref{fig}{refcmd={Image on page 
25152 \backslash
25153 pageref{#1}}}
25154 \begin_inset Newline newline
25155 \end_inset
25156
25157
25158 \series default
25159 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25160 \begin_inset CommandInset citation
25161 LatexCommand cite
25162 key "prettyref,refstyle"
25163 literal "true"
25164
25165 \end_inset
25166
25167 をご覧ください.
25168 \begin_inset Newline newline
25169 \end_inset
25170
25171
25172 \family sans
25173 複数形
25174 \family default
25175
25176 \family sans
25177 大文字化
25178 \family default
25179 のオプションは,\SpecialChar LaTeX
25180 パッケージ
25181 \series bold
25182 refstyle
25183 \series default
25184 を使用している時のみ,利用可能になります.
25185 \family sans
25186 複数形
25187 \family default
25188 は,例えば「images」のように単語に
25189 \emph on
25190 s
25191 \emph default
25192 を付けるものであり,
25193 \family sans
25194 大文字化
25195 \family default
25196 は「Image」のように単語を大文字にするものですので,日本語文書には有用ではありません.
25197 \end_layout
25198
25199 \begin_layout Description
25200 名称参照: これは,下のような参照のキャプションを出力します.
25201 \begin_inset Newline newline
25202 \end_inset
25203
25204  
25205 \begin_inset CommandInset ref
25206 LatexCommand nameref
25207 reference "fig:歪められた二つの像"
25208
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \begin_layout Description
25215 ラベルのみ これは,
25216 \begin_inset CommandInset ref
25217 LatexCommand labelonly
25218 reference "fig:歪められた二つの像"
25219 plural "false"
25220 caps "false"
25221 noprefix "false"
25222
25223 \end_inset
25224
25225 のように参照の\SpecialChar LaTeX
25226 ラベルのみ出力します.
25227 \begin_inset Newline newline
25228 \end_inset
25229
25230 これによって,ラベルを\SpecialChar TeX
25231 コード中でしようできるようになります.
25232 \family sans
25233 接頭辞なし
25234 \family default
25235 オプションを使えば,ラベル名の接頭辞を
25236 \begin_inset CommandInset ref
25237 LatexCommand labelonly
25238 reference "fig:歪められた二つの像"
25239 plural "false"
25240 caps "false"
25241 noprefix "true"
25242
25243 \end_inset
25244
25245 のように取り除くことができます.
25246 \end_layout
25247
25248 \begin_layout Standard
25249
25250 \family sans
25251 <参照ページ>
25252 \family default
25253 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25254 \family sans
25255 on this page
25256 \family default
25257 」のような文章が表示されます.様式
25258 \family sans
25259 <参照> on page <参照ページ>
25260 \family default
25261 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25262 \end_layout
25263
25264 \begin_layout Standard
25265 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25266 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25267 \family sans
25268 書式
25269 \family default
25270 フィールドで選ぶことができます.
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \begin_inset Note Greyedout
25275 status open
25276
25277 \begin_layout Plain Layout
25278
25279 \series bold
25280 【註】
25281 \series default
25282 \SpecialChar LaTeX
25283 パッケージ
25284 \series bold
25285 prettyref
25286 \series default
25287
25288 \begin_inset Index idx
25289 status collapsed
25290
25291 \begin_layout Plain Layout
25292 \SpecialChar LaTeX
25293 ぱっけーじ@\SpecialChar LaTeX
25294 パッケージ! prettyref
25295 \end_layout
25296
25297 \end_inset
25298
25299 は,\SpecialChar LyX
25300 の取り得るラベル
25301 \begin_inset Flex Ruby
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305 捷径
25306 \begin_inset Argument post:1
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310 ショートカット
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \end_inset
25319
25320
25321 \begin_inset Foot
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325 例えば,
25326 \begin_inset Quotes eld
25327 \end_inset
25328
25329 fig:
25330 \begin_inset Quotes erd
25331 \end_inset
25332
25333 は図キャプションを表す\SpecialChar LyX
25334
25335 \begin_inset Flex Ruby
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339 捷径
25340 \begin_inset Argument post:1
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344 ショートカット
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \end_inset
25353
25354 です.
25355 \end_layout
25356
25357 \end_inset
25358
25359 を全部は解釈できず,国際化もされていないので,
25360 \series bold
25361 refstyle
25362 \series default
25363
25364 \begin_inset Index idx
25365 status collapsed
25366
25367 \begin_layout Plain Layout
25368 \SpecialChar LaTeX
25369 ぱっけーじ@\SpecialChar LaTeX
25370 パッケージ ! refstyle
25371 \end_layout
25372
25373 \end_inset
25374
25375 を使用することを推奨します.
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \begin_layout Subsection
25384 参照名の自動命名
25385 \begin_inset Index idx
25386 status collapsed
25387
25388 \begin_layout Plain Layout
25389 さんしょう@参照 ! じどうめいめい@自動命名
25390 \end_layout
25391
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \begin_layout Standard
25398
25399 \family sans
25400 文書設定
25401 \family default
25402 ダイアログの
25403 \family sans
25404 PDF特性
25405 \family default
25406 で有効にされた
25407 \series bold
25408 hyperref
25409 \series default
25410
25411 \begin_inset Index idx
25412 status collapsed
25413
25414 \begin_layout Plain Layout
25415 \SpecialChar LaTeX
25416 ぱっけーじ@\SpecialChar LaTeX
25417 パッケージ ! hyperref
25418 \end_layout
25419
25420 \end_inset
25421
25422  \SpecialChar LaTeX
25423 パッケージは,相互参照が参照されたフロート(あるいは
25424 \emph on
25425
25426 \emph default
25427 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25428 の機能を使用するには,hyperrefを有効にして,
25429 \end_layout
25430
25431 \begin_layout Standard
25432
25433 \series bold
25434
25435 \backslash
25436 AtBeginDocument{
25437 \backslash
25438 renewcommand{
25439 \backslash
25440 ref}[1]{
25441 \backslash
25442 mbox{
25443 \backslash
25444 autoref{#1}}}}
25445 \end_layout
25446
25447 \begin_layout Standard
25448 という行を\SpecialChar LaTeX
25449 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25450 \begin_inset space \thinspace{}
25451 \end_inset
25452
25453 」としたいなど,既定の参照名以外のものが欲しい場合には,
25454 \end_layout
25455
25456 \begin_layout Standard
25457
25458 \series bold
25459
25460 \backslash
25461 addto
25462 \backslash
25463 extrasjapanese{
25464 \backslash
25465 renewcommand{
25466 \backslash
25467 sectionautorefname}
25468 \begin_inset Newline newline
25469 \end_inset
25470
25471
25472 \begin_inset Phantom HPhantom
25473 status open
25474
25475 \begin_layout Plain Layout
25476
25477 \series bold
25478 \begin_inset space ~
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \end_inset
25485
25486 {sec.
25487 \backslash
25488 negthinspace}}
25489 \end_layout
25490
25491 \begin_layout Standard
25492 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25493 \begin_inset Newline newline
25494 \end_inset
25495
25496
25497 \series bold
25498
25499 \backslash
25500 extrasjapaneseを
25501 \backslash
25502 extras***
25503 \series default
25504 に置き換えてください(***は使用中の言語名).
25505 \end_layout
25506
25507 \begin_layout Standard
25508 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25509 \end_layout
25510
25511 \begin_layout Standard
25512
25513 \series bold
25514
25515 \backslash
25516 addto
25517 \backslash
25518 extrasjapanese{
25519 \backslash
25520 renewcommand*{
25521 \backslash
25522 equationautorefname}[1]{}}
25523 \end_layout
25524
25525 \begin_layout Standard
25526 この話題に関する詳細は,hyperrefの説明書
25527 \begin_inset CommandInset citation
25528 LatexCommand cite
25529 key "hyperref"
25530 literal "true"
25531
25532 \end_inset
25533
25534 をお読みください.
25535 \end_layout
25536
25537 \begin_layout Standard
25538 \begin_inset Note Greyedout
25539 status open
25540
25541 \begin_layout Plain Layout
25542
25543 \series bold
25544 【註】
25545 \series default
25546 参照の自動命名は,相互参照を
25547 \family sans
25548 整形参照
25549 \family default
25550 様式(第
25551 \begin_inset CommandInset ref
25552 LatexCommand ref
25553 reference "subsec:相互参照の書式"
25554
25555 \end_inset
25556
25557 節)で使用しているときには,使用することができません.
25558 \end_layout
25559
25560 \end_inset
25561
25562
25563 \end_layout
25564
25565 \begin_layout Standard
25566 \SpecialChar LyX
25567 の取扱説明書『
25568 \emph on
25569 数式篇
25570 \emph default
25571 』では,参照名の自動命名が使用されています.
25572 \end_layout
25573
25574 \begin_layout Subsection
25575 参照位置
25576 \begin_inset CommandInset label
25577 LatexCommand label
25578 name "subsec:参照位置"
25579
25580 \end_inset
25581
25582
25583 \begin_inset Index idx
25584 status collapsed
25585
25586 \begin_layout Plain Layout
25587 さんしょう@参照 ! さんしょういち@参照位置
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Standard
25596
25597 \family sans
25598 文書設定
25599 \family default
25600 ダイアログの
25601 \family sans
25602 PDF特性
25603 \family default
25604 で,
25605 \series bold
25606 hyperref
25607 \series default
25608
25609 \begin_inset Index idx
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613 \SpecialChar LaTeX
25614 ぱっけーじ@\SpecialChar LaTeX
25615 パッケージ ! hyperref
25616 \end_layout
25617
25618 \end_inset
25619
25620 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25621 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25622 パッケージの
25623 \series bold
25624 hyperref
25625 \series default
25626
25627 \begin_inset Index idx
25628 status collapsed
25629
25630 \begin_layout Plain Layout
25631 \SpecialChar LaTeX
25632 ぱっけーじ@\SpecialChar LaTeX
25633 パッケージ ! hyperref
25634 \end_layout
25635
25636 \end_inset
25637
25638 の一部である
25639 \series bold
25640 hyperref
25641 \series default
25642
25643 \begin_inset Index idx
25644 status collapsed
25645
25646 \begin_layout Plain Layout
25647 \SpecialChar LaTeX
25648 ぱっけーじ@\SpecialChar LaTeX
25649 パッケージ ! hyperref
25650 \end_layout
25651
25652 \end_inset
25653
25654 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25655 \end_layout
25656
25657 \begin_layout Standard
25658
25659 \series bold
25660
25661 \backslash
25662 usepackage[figure]{hypcap}
25663 \end_layout
25664
25665 \begin_layout Standard
25666 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25667 hypcapの説明書
25668 \begin_inset CommandInset citation
25669 LatexCommand cite
25670 key "hypcap"
25671 literal "true"
25672
25673 \end_inset
25674
25675 をご覧ください.
25676 \end_layout
25677
25678 \begin_layout Standard
25679 \begin_inset Note Greyedout
25680 status open
25681
25682 \begin_layout Plain Layout
25683
25684 \series bold
25685 【註】hypcap
25686 \series default
25687 は内部図への参照には効力がありません.
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Section
25696 フロートの配置
25697 \begin_inset CommandInset label
25698 LatexCommand label
25699 name "sec:フロートの配置"
25700
25701 \end_inset
25702
25703
25704 \begin_inset Index idx
25705 status collapsed
25706
25707 \begin_layout Plain Layout
25708 ふろーと@フロート ! はいち@配置
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717
25718 \family roman
25719 \series medium
25720 \shape up
25721 \size normal
25722 \emph off
25723 \bar no
25724 \noun off
25725 \color none
25726 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25727 がフロートを配置するのに使う配置オプションを変更できるようになります.
25728 \begin_inset Newline newline
25729 \end_inset
25730
25731
25732 \family sans
25733 \series default
25734 \shape default
25735 \size default
25736 \emph default
25737 \bar default
25738 \noun default
25739 \color inherit
25740 段をまたぐ
25741 \family roman
25742 \series medium
25743 \shape up
25744 \size normal
25745 \emph off
25746 \bar no
25747 \noun off
25748 \color none
25749 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25750 \begin_inset Newline newline
25751 \end_inset
25752
25753
25754 \family sans
25755 \series default
25756 \shape default
25757 \size default
25758 \emph default
25759 \bar default
25760 \noun default
25761 \color inherit
25762 横倒しに回転
25763 \family roman
25764 \series medium
25765 \shape up
25766 \size normal
25767 \emph off
25768 \bar no
25769 \noun off
25770 \color none
25771 オプションは,フロートを回転するのに用います.第
25772 \family default
25773 \series default
25774 \shape default
25775 \size default
25776 \emph default
25777 \bar default
25778 \noun default
25779 \color inherit
25780
25781 \begin_inset CommandInset ref
25782 LatexCommand ref
25783 reference "sec:回転フロート"
25784
25785 \end_inset
25786
25787
25788 \family roman
25789 \series medium
25790 \shape up
25791 \size normal
25792 \emph off
25793 \bar no
25794 \noun off
25795 \color none
25796 節をご参照ください.
25797 \end_layout
25798
25799 \begin_layout Standard
25800
25801 \family roman
25802 \series medium
25803 \shape up
25804 \size normal
25805 \emph off
25806 \bar no
25807 \noun off
25808 \color none
25809 フロートダイアログでは,
25810 \family sans
25811 \series default
25812 \shape default
25813 \size default
25814 \emph default
25815 \bar default
25816 \noun default
25817 \color inherit
25818 既定の配置を使う
25819 \family roman
25820 \series medium
25821 \shape up
25822 \size normal
25823 \emph off
25824 \bar no
25825 \noun off
25826 \color none
25827 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25828 \end_layout
25829
25830 \begin_layout Description
25831 可能ならば現在位置に: 
25832 \family roman
25833 \series medium
25834 \shape up
25835 \size normal
25836 \emph off
25837 \bar no
25838 \noun off
25839 \color none
25840 フロートを挿入位置に配置することを試みます
25841 \end_layout
25842
25843 \begin_layout Description
25844 ページ上部: 
25845 \family roman
25846 \series medium
25847 \shape up
25848 \size normal
25849 \emph off
25850 \bar no
25851 \noun off
25852 \color none
25853 フロートを現在ページの上部に配置することを試みます
25854 \end_layout
25855
25856 \begin_layout Description
25857 ページ下部: 
25858 \family roman
25859 \series medium
25860 \shape up
25861 \size normal
25862 \emph off
25863 \bar no
25864 \noun off
25865 \color none
25866 フロートを現在ページの下部に配置することを試みます
25867 \end_layout
25868
25869 \begin_layout Description
25870 フロートを独立したページに: 
25871 \family roman
25872 \series medium
25873 \shape up
25874 \size normal
25875 \emph off
25876 \bar no
25877 \noun off
25878 \color none
25879 フロートを独立したページに配置することを試みます
25880 \end_layout
25881
25882 \begin_layout Standard
25883 \SpecialChar LaTeX
25884 は,
25885 \emph on
25886 つねに
25887 \emph default
25888 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25889 はまず
25890 \family sans
25891 可能ならば現在位置に
25892 \family default
25893 を試み,次に
25894 \family sans
25895 ページの上部
25896 \family default
25897 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25898 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25899 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25900 \end_layout
25901
25902 \begin_layout Standard
25903 既定では,各オプションはそれぞれ以下の規則を持っています.
25904 \end_layout
25905
25906 \begin_layout Labeling
25907 \labelwidthstring 00.00.0000
25908
25909 \family sans
25910 ページ上部
25911 \family default
25912  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25913 \series bold
25914
25915 \backslash
25916 topfraction
25917 \series default
25918 ).
25919 \end_layout
25920
25921 \begin_layout Labeling
25922 \labelwidthstring 00.00.0000
25923
25924 \family sans
25925 ページ下部
25926 \family default
25927  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25928 \series bold
25929
25930 \backslash
25931 bottomfraction
25932 \series default
25933 ).
25934 \end_layout
25935
25936 \begin_layout Labeling
25937 \labelwidthstring 00.00.0000
25938
25939 \family sans
25940 フロートを独立したページ 
25941 \family default
25942 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25943 \series bold
25944
25945 \backslash
25946 floatpagefraction
25947 \series default
25948 ).
25949 \end_layout
25950
25951 \begin_layout Standard
25952 これらの規則に従いたくないときは,
25953 \family sans
25954 \SpecialChar LaTeX
25955 の規則を無視する
25956 \family default
25957 オプションを追加することによって,これらを無視することができます.
25958 \begin_inset Newline newline
25959 \end_inset
25960
25961 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
25962 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
25963 5割に変えるには,文書プリアンブルに
25964 \end_layout
25965
25966 \begin_layout Standard
25967
25968 \series bold
25969
25970 \backslash
25971 renewcommand{
25972 \backslash
25973 bottomfraction}{0.5}
25974 \end_layout
25975
25976 \begin_layout Standard
25977 という行を加えてください.
25978 \end_layout
25979
25980 \begin_layout Standard
25981 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
25982 \family sans
25983 何としても現在位置に置く
25984 \family default
25985 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
25986 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
25987 からです.
25988 \end_layout
25989
25990 \begin_layout Standard
25991 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
25992 \end_layout
25993
25994 \begin_layout Standard
25995 \begin_inset VSpace bigskip
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \begin_layout Standard
26002 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
26003 することがあります.この問題を避けるには,\SpecialChar LaTeX
26004 コマンドの
26005 \backslash
26006 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
26007 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
26008 \end_layout
26009
26010 \begin_layout Standard
26011
26012 \series bold
26013
26014 \backslash
26015 let
26016 \backslash
26017 mySection
26018 \backslash
26019 section
26020 \begin_inset Newline newline
26021 \end_inset
26022
26023
26024 \backslash
26025 renewcommand{
26026 \backslash
26027 section}{
26028 \backslash
26029 suppressfloats[t]
26030 \backslash
26031 mySection}
26032 \end_layout
26033
26034 \begin_layout Standard
26035 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
26036 が適当な配置を見つけるのに失敗することが
26037 あるので,これらに対する定義はお勧めしません.
26038 \end_layout
26039
26040 \begin_layout Standard
26041 \begin_inset VSpace bigskip
26042 \end_inset
26043
26044 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
26045 パッケージ
26046 \series bold
26047 endfloat
26048 \series default
26049
26050 \begin_inset Index idx
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 \SpecialChar LaTeX
26055 ぱっけーじ@\SpecialChar LaTeX
26056 パッケージ ! endfloat
26057 \end_layout
26058
26059 \end_inset
26060
26061 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
26062 \begin_inset Quotes eld
26063 \end_inset
26064
26065
26066 \family sans
26067 [Figure
26068 \begin_inset space ~
26069 \end_inset
26070
26071 3.2 about here.]
26072 \family default
26073
26074 \begin_inset Quotes erd
26075 \end_inset
26076
26077 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
26078 \end_layout
26079
26080 \begin_layout Standard
26081
26082 \series bold
26083
26084 \backslash
26085 usepackage[options]{endfloat}
26086 \end_layout
26087
26088 \begin_layout Standard
26089 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
26090 \series bold
26091 endfloat
26092 \series default
26093 取扱説明書
26094 \begin_inset CommandInset citation
26095 LatexCommand cite
26096 key "endfloat"
26097 literal "true"
26098
26099 \end_inset
26100
26101 をご参照ください.
26102 \begin_inset Newline newline
26103 \end_inset
26104
26105
26106 \begin_inset Note Greyedout
26107 status open
26108
26109 \begin_layout Plain Layout
26110
26111 \series bold
26112 【註】endfloat
26113 \series default
26114 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26115 \begin_inset CommandInset citation
26116 LatexCommand cite
26117 key "endfloat"
26118 literal "true"
26119
26120 \end_inset
26121
26122 の第4節をご参照ください.
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \begin_inset Newline newline
26129 \end_inset
26130
26131
26132 \begin_inset Note Greyedout
26133 status open
26134
26135 \begin_layout Plain Layout
26136
26137 \series bold
26138 【註】
26139 \series default
26140 現在のところ,
26141 \series bold
26142 endfloat
26143 \series default
26144 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26145 コードで「
26146 \series bold
26147
26148 \backslash
26149 ss
26150 \series default
26151 」コマンドを使用してください.
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \begin_layout Standard
26160 \begin_inset VSpace bigskip
26161 \end_inset
26162
26163 フロートの割付に関する詳細は,\SpecialChar LaTeX
26164 関連書
26165 \begin_inset CommandInset citation
26166 LatexCommand cite
26167 key "latexcompanion,latexguide,latexbook"
26168 literal "true"
26169
26170 \end_inset
26171
26172 をご覧ください.
26173 \end_layout
26174
26175 \begin_layout Section
26176 回転フロート
26177 \begin_inset CommandInset label
26178 LatexCommand label
26179 name "sec:回転フロート"
26180
26181 \end_inset
26182
26183
26184 \begin_inset Index idx
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188 ふろーと@フロート ! かいてん@回転
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Standard
26197 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26198 \family sans
26199 横倒しに回転
26200 \family default
26201 オプションを有効にします.
26202 \end_layout
26203
26204 \begin_layout Standard
26205 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26206 \family sans
26207 段をまたぐ
26208 \family default
26209 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26210 たって回転方向を強制したい場合には,文書クラスオプションに
26211 \series bold
26212 figuresleft
26213 \series default
26214 オプションあるいは
26215 \series bold
26216 figuresright
26217 \series default
26218 オプションを加えることができます.
26219 \end_layout
26220
26221 \begin_layout Standard
26222 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26223 \begin_inset CommandInset ref
26224 LatexCommand ref
26225 reference "tab:回転した表"
26226
26227 \end_inset
26228
26229 が回転表フロートの例です.
26230 \end_layout
26231
26232 \begin_layout Standard
26233 \begin_inset Note Greyedout
26234 status open
26235
26236 \begin_layout Plain Layout
26237
26238 \series bold
26239 【註】
26240 \series default
26241 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26242 \end_layout
26243
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \begin_layout Standard
26250 \begin_inset Float table
26251 placement document
26252 alignment document
26253 wide false
26254 sideways true
26255 status open
26256
26257 \begin_layout Plain Layout
26258 \begin_inset Caption Standard
26259
26260 \begin_layout Plain Layout
26261 \begin_inset CommandInset label
26262 LatexCommand label
26263 name "tab:回転した表"
26264
26265 \end_inset
26266
26267 回転した表
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \begin_layout Plain Layout
26276 \align center
26277 \begin_inset Tabular
26278 <lyxtabular version="3" rows="1" columns="5">
26279 <features tabularvalignment="middle">
26280 <column alignment="center" valignment="top">
26281 <column alignment="center" valignment="top">
26282 <column alignment="center" valignment="top">
26283 <column alignment="center" valignment="top">
26284 <column alignment="center" valignment="top">
26285 <row>
26286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26287 \begin_inset Text
26288
26289 \begin_layout Plain Layout
26290 試験
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26323 \begin_inset Text
26324
26325 \begin_layout Plain Layout
26326
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 </lyxtabular>
26333
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Section
26345 従属フロート
26346 \begin_inset Index idx
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26351 \end_layout
26352
26353 \end_inset
26354
26355
26356 \end_layout
26357
26358 \begin_layout Standard
26359 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26360 \begin_inset CommandInset ref
26361 LatexCommand ref
26362 reference "tab:従属表を横に並べたもの"
26363
26364 \end_inset
26365
26366 と表
26367 \begin_inset CommandInset ref
26368 LatexCommand ref
26369 reference "tab:従属表を縦に並べたもの"
26370
26371 \end_inset
26372
26373 に示されているように段落と同様に指定することができます.
26374 \end_layout
26375
26376 \begin_layout Standard
26377 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26378 \begin_inset CommandInset ref
26379 LatexCommand ref
26380 reference "tab:これは従属表a"
26381
26382 \end_inset
26383
26384 と表
26385 \begin_inset CommandInset ref
26386 LatexCommand ref
26387 reference "tab:これは従属表b"
26388
26389 \end_inset
26390
26391 は表
26392 \begin_inset CommandInset ref
26393 LatexCommand ref
26394 reference "tab:従属表を横に並べたもの"
26395
26396 \end_inset
26397
26398 の従属フロートです.
26399 \begin_inset Float table
26400 placement document
26401 alignment document
26402 wide false
26403 sideways false
26404 status open
26405
26406 \begin_layout Plain Layout
26407 \begin_inset Caption Standard
26408
26409 \begin_layout Plain Layout
26410 \begin_inset CommandInset label
26411 LatexCommand label
26412 name "tab:従属表を横に並べたもの"
26413
26414 \end_inset
26415
26416 従属表を横に並べたもの
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \begin_layout Plain Layout
26425 \begin_inset space \hfill{}
26426 \end_inset
26427
26428
26429 \begin_inset Float table
26430 placement document
26431 alignment document
26432 wide false
26433 sideways false
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437 \begin_inset Caption Standard
26438
26439 \begin_layout Plain Layout
26440 \begin_inset CommandInset label
26441 LatexCommand label
26442 name "tab:これは従属表a"
26443
26444 \end_inset
26445
26446 これは従属表aです.
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Plain Layout
26455 \align center
26456 \begin_inset Tabular
26457 <lyxtabular version="3" rows="1" columns="5">
26458 <features tabularvalignment="middle">
26459 <column alignment="center" valignment="top">
26460 <column alignment="center" valignment="top">
26461 <column alignment="center" valignment="top">
26462 <column alignment="center" valignment="top">
26463 <column alignment="center" valignment="top">
26464 <row>
26465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469 試験
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 </row>
26511 </lyxtabular>
26512
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \begin_inset space \hfill{}
26522 \end_inset
26523
26524
26525 \begin_inset Float table
26526 placement document
26527 alignment document
26528 wide false
26529 sideways false
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533 \begin_inset Caption Standard
26534
26535 \begin_layout Plain Layout
26536 \begin_inset CommandInset label
26537 LatexCommand label
26538 name "tab:これは従属表b"
26539
26540 \end_inset
26541
26542 これは従属表bです.
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \end_layout
26549
26550 \begin_layout Plain Layout
26551 \align center
26552 \begin_inset Tabular
26553 <lyxtabular version="3" rows="1" columns="5">
26554 <features tabularvalignment="middle">
26555 <column alignment="center" valignment="top">
26556 <column alignment="center" valignment="top">
26557 <column alignment="center" valignment="top">
26558 <column alignment="center" valignment="top">
26559 <column alignment="center" valignment="top">
26560 <row>
26561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Plain Layout
26574
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26580 \begin_inset Text
26581
26582 \begin_layout Plain Layout
26583
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592
26593 \end_layout
26594
26595 \end_inset
26596 </cell>
26597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26598 \begin_inset Text
26599
26600 \begin_layout Plain Layout
26601 試験
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 </row>
26607 </lyxtabular>
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \begin_inset space \hfill{}
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \begin_inset Float table
26627 placement document
26628 alignment document
26629 wide false
26630 sideways false
26631 status open
26632
26633 \begin_layout Plain Layout
26634 \begin_inset Caption Standard
26635
26636 \begin_layout Plain Layout
26637 \begin_inset CommandInset label
26638 LatexCommand label
26639 name "tab:従属表を縦に並べたもの"
26640
26641 \end_inset
26642
26643 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26644 \end_layout
26645
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \begin_layout Plain Layout
26652 \noindent
26653 \align center
26654 \begin_inset Float table
26655 placement document
26656 alignment document
26657 wide false
26658 sideways false
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662 \begin_inset Caption Standard
26663
26664 \begin_layout Plain Layout
26665
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \begin_layout Plain Layout
26674 \align center
26675 \begin_inset Tabular
26676 <lyxtabular version="3" rows="1" columns="4">
26677 <features tabularvalignment="middle">
26678 <column alignment="center" valignment="top">
26679 <column alignment="center" valignment="top">
26680 <column alignment="center" valignment="top">
26681 <column alignment="center" valignment="top">
26682 <row>
26683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 試験
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 試験
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705 試験
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Plain Layout
26714 試験
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 </row>
26720 </lyxtabular>
26721
26722 \end_inset
26723
26724
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \begin_layout Plain Layout
26733 \noindent
26734 \align center
26735 \begin_inset Float table
26736 placement document
26737 alignment document
26738 wide false
26739 sideways false
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743 \begin_inset Caption Standard
26744
26745 \begin_layout Plain Layout
26746
26747 \end_layout
26748
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \begin_layout Plain Layout
26755 \align center
26756 \begin_inset Tabular
26757 <lyxtabular version="3" rows="1" columns="5">
26758 <features tabularvalignment="middle">
26759 <column alignment="center" valignment="top">
26760 <column alignment="center" valignment="top">
26761 <column alignment="center" valignment="top">
26762 <column alignment="center" valignment="top">
26763 <column alignment="center" valignment="top">
26764 <row>
26765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26766 \begin_inset Text
26767
26768 \begin_layout Plain Layout
26769
26770 \end_layout
26771
26772 \end_inset
26773 </cell>
26774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26775 \begin_inset Text
26776
26777 \begin_layout Plain Layout
26778
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26784 \begin_inset Text
26785
26786 \begin_layout Plain Layout
26787
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26793 \begin_inset Text
26794
26795 \begin_layout Plain Layout
26796
26797 \end_layout
26798
26799 \end_inset
26800 </cell>
26801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26802 \begin_inset Text
26803
26804 \begin_layout Plain Layout
26805
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 </row>
26811 </lyxtabular>
26812
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \begin_layout Section
26829 横並びのフロート
26830 \begin_inset Index idx
26831 status collapsed
26832
26833 \begin_layout Plain Layout
26834 ふろーと@フロート ! よこならび@横並び
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \begin_layout Standard
26843
26844 \begin_inset CommandInset ref
26845 LatexCommand ref
26846 reference "fig:左側のフロート"
26847
26848 \end_inset
26849
26850 や図
26851 \begin_inset CommandInset ref
26852 LatexCommand ref
26853 reference "fig:右側のフロート"
26854
26855 \end_inset
26856
26857 のようにフロートを横並びに配置するには,
26858 \emph on
26859 ひとつの
26860 \emph default
26861 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26862 \begin_inset Foot
26863 status collapsed
26864
26865 \begin_layout Plain Layout
26866 Minipageは第
26867 \begin_inset CommandInset ref
26868 LatexCommand ref
26869 reference "sec:ミニページ"
26870
26871 \end_inset
26872
26873 節に説明があります.
26874 \end_layout
26875
26876 \end_inset
26877
26878 .幅は45
26879 \begin_inset space \thinspace{}
26880 \end_inset
26881
26882 -50
26883 \begin_inset space \thinspace{}
26884 \end_inset
26885
26886 列幅%とし,各minipageのボックス配置を
26887 \family sans
26888
26889 \family default
26890 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26891 \family sans
26892 列幅%
26893 \family default
26894 がここではminipageボックスの幅によって計算されることです.
26895 \end_layout
26896
26897 \begin_layout Standard
26898 \begin_inset Float figure
26899 placement document
26900 alignment document
26901 wide false
26902 sideways false
26903 status open
26904
26905 \begin_layout Plain Layout
26906 \begin_inset Box Frameless
26907 position "b"
26908 hor_pos "c"
26909 has_inner_box 1
26910 inner_pos "t"
26911 use_parbox 0
26912 use_makebox 0
26913 width "45col%"
26914 special "none"
26915 height "1in"
26916 height_special "totalheight"
26917 thickness "0.4pt"
26918 separation "3pt"
26919 shadowsize "4pt"
26920 framecolor "black"
26921 backgroundcolor "none"
26922 status open
26923
26924 \begin_layout Plain Layout
26925 \align center
26926 \begin_inset Graphics
26927         filename ../clipart/2D-intensity-plot.pdf
26928         width 100col%
26929         scaleBeforeRotation
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \begin_layout Plain Layout
26937 \begin_inset Caption Standard
26938
26939 \begin_layout Plain Layout
26940 \begin_inset CommandInset label
26941 LatexCommand label
26942 name "fig:左側のフロート"
26943
26944 \end_inset
26945
26946 左側のフロート
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \begin_inset space \hfill{}
26958 \end_inset
26959
26960
26961 \begin_inset Box Frameless
26962 position "b"
26963 hor_pos "c"
26964 has_inner_box 1
26965 inner_pos "t"
26966 use_parbox 0
26967 use_makebox 0
26968 width "45col%"
26969 special "none"
26970 height "1in"
26971 height_special "totalheight"
26972 thickness "0.4pt"
26973 separation "3pt"
26974 shadowsize "4pt"
26975 framecolor "black"
26976 backgroundcolor "none"
26977 status open
26978
26979 \begin_layout Plain Layout
26980 \align center
26981 \begin_inset Graphics
26982         filename ../clipart/Star-structure.pdf
26983         width 100col%
26984         scaleBeforeRotation
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \begin_layout Plain Layout
26992 \begin_inset Caption Standard
26993
26994 \begin_layout Plain Layout
26995 \begin_inset CommandInset label
26996 LatexCommand label
26997 name "fig:右側のフロート"
26998
26999 \end_inset
27000
27001 右側のフロート
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Plain Layout
27015
27016 \end_layout
27017
27018 \end_inset
27019
27020 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
27021 \begin_inset CommandInset ref
27022 LatexCommand ref
27023 reference "sec:ミニページ"
27024
27025 \end_inset
27026
27027 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
27028 \family typewriter
27029 examples/varwidth-floats-side-by-side.lyx
27030 \family default
27031 に,この方法の例があります.
27032 \end_layout
27033
27034 \begin_layout Section
27035 キャプションの書式設定
27036 \begin_inset Index idx
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040 きゃぷしょん@キャプション ! しょしきせってい@書式設定
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \begin_inset Index idx
27047 status collapsed
27048
27049 \begin_layout Plain Layout
27050 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
27051 \end_layout
27052
27053 \end_inset
27054
27055
27056 \begin_inset CommandInset label
27057 LatexCommand label
27058 name "sec:キャプションの書式設定"
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \begin_layout Standard
27066
27067 \family sans
27068 キャプション
27069 \family default
27070 環境は,
27071 \family sans
27072 フロート
27073 \family default
27074 の既定の段落環境です.キャプションは,\SpecialChar LyX
27075 画面上では,例えば「
27076 \family sans
27077 図 #:
27078 \family default
27079 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
27080 \family sans
27081 #
27082 \family default
27083 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
27084 .このキャプション書式は,すべての文書書式に適しているわけではありません.
27085 \end_layout
27086
27087 \begin_layout Standard
27088 既定のキャプション書式を変更するには,文書プリアンブルに
27089 \end_layout
27090
27091 \begin_layout Standard
27092
27093 \series bold
27094
27095 \backslash
27096 usepackage[format definition]{caption}
27097 \end_layout
27098
27099 \begin_layout Standard
27100 という行を加えて,\SpecialChar LaTeX
27101 パッケージ
27102 \series bold
27103 caption
27104 \series default
27105
27106 \begin_inset Index idx
27107 status collapsed
27108
27109 \begin_layout Plain Layout
27110 \SpecialChar LaTeX
27111 ぱっけーじ@\SpecialChar LaTeX
27112 パッケージ ! caption
27113 \end_layout
27114
27115 \end_inset
27116
27117 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27118 \end_layout
27119
27120 \begin_layout Standard
27121
27122 \series bold
27123
27124 \backslash
27125 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27126 \end_layout
27127
27128 \begin_layout Standard
27129 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27130 \series bold
27131 caption
27132 \series default
27133 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27134 \end_layout
27135
27136 \begin_layout Standard
27137
27138 \series bold
27139
27140 \backslash
27141 captionsetup[フロート型]{書式定義}
27142 \end_layout
27143
27144 \begin_layout Standard
27145 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27146 \begin_inset CommandInset ref
27147 LatexCommand ref
27148 reference "fig:図キャプション"
27149
27150 \end_inset
27151
27152 と表
27153 \begin_inset CommandInset ref
27154 LatexCommand ref
27155 reference "tab:表キャプション"
27156
27157 \end_inset
27158
27159 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27160 \end_layout
27161
27162 \begin_layout Standard
27163
27164 \series bold
27165
27166 \backslash
27167 usepackage[tableposition=top]{caption}
27168 \series default
27169
27170 \begin_inset Newline newline
27171 \end_inset
27172
27173
27174 \series bold
27175
27176 \backslash
27177 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27178 \begin_inset Newline newline
27179 \end_inset
27180
27181
27182 \begin_inset Phantom HPhantom
27183 status open
27184
27185 \begin_layout Plain Layout
27186
27187 \backslash
27188 captionsetup[figure]{
27189 \end_layout
27190
27191 \end_inset
27192
27193 labelsep=period}
27194 \begin_inset Newline newline
27195 \end_inset
27196
27197
27198 \backslash
27199 captionsetup[table]{labelfont={bf,sf}}
27200 \end_layout
27201
27202 \begin_layout Standard
27203 \begin_inset Note Greyedout
27204 status open
27205
27206 \begin_layout Plain Layout
27207
27208 \series bold
27209 【註】
27210 \series default
27211 オプションのうち,
27212 \series bold
27213 tableposition=top
27214 \series default
27215 は,文書クラスに
27216 \series bold
27217 KOMA-script
27218 \series default
27219
27220 \begin_inset Index idx
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224 \SpecialChar LaTeX
27225 ぱっけーじ@\SpecialChar LaTeX
27226 パッケージ ! KOMA-script
27227 \end_layout
27228
27229 \end_inset
27230
27231 が使われているときには,無効になります.この場合には,文書クラスオプション
27232 \series bold
27233 captions=tableheading
27234 \series default
27235 を指定しなくてはなりません.
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Standard
27244
27245 \series bold
27246 caption
27247 \series default
27248 パッケージについての詳細は,その取扱説明書
27249 \begin_inset CommandInset citation
27250 LatexCommand cite
27251 key "caption"
27252 literal "true"
27253
27254 \end_inset
27255
27256 をご覧ください.
27257 \end_layout
27258
27259 \begin_layout Standard
27260 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27261 \end_layout
27262
27263 \begin_layout Standard
27264
27265 \series bold
27266
27267 \backslash
27268 renewcommand{
27269 \backslash
27270 fnum@figure}{画像~
27271 \backslash
27272 thefigure}
27273 \end_layout
27274
27275 \begin_layout Standard
27276 なお,
27277 \series bold
27278
27279 \backslash
27280 thefigure
27281 \series default
27282 は表番号を挿入し,「
27283 \series bold
27284 ~
27285 \series default
27286 」は保護された空白を入れます.
27287 \end_layout
27288
27289 \begin_layout Standard
27290 \begin_inset VSpace bigskip
27291 \end_inset
27292
27293
27294 \series bold
27295 KOMA-script
27296 \series default
27297
27298 \begin_inset Index idx
27299 status collapsed
27300
27301 \begin_layout Plain Layout
27302 \SpecialChar LaTeX
27303 ぱっけーじ@\SpecialChar LaTeX
27304 パッケージ ! KOMA-script
27305 \end_layout
27306
27307 \end_inset
27308
27309 文書クラス(
27310 \family sans
27311 article (KOMA-script)
27312 \family default
27313
27314 \family sans
27315 book (KOMA-script)
27316 \family default
27317
27318 \family sans
27319 letter (KOMA-script)
27320 \family default
27321
27322 \family sans
27323 report (KOMA-script)
27324 \family default
27325 )を使用している場合には,
27326 \series bold
27327 caption
27328 \series default
27329 パッケージの代わりに
27330 \series bold
27331 KOMA-script
27332 \series default
27333 のビルトインコマンド
27334 \series bold
27335 etkomafont
27336 \series default
27337 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27338 \end_layout
27339
27340 \begin_layout Standard
27341
27342 \series bold
27343
27344 \backslash
27345 setkomafont{captionlabel}{
27346 \backslash
27347 bfseries}
27348 \end_layout
27349
27350 \begin_layout Standard
27351
27352 \series bold
27353
27354 \backslash
27355 setkomafont
27356 \series default
27357 についての詳細は,
27358 \series bold
27359 KOMA-script
27360 \series default
27361 の取扱説明書
27362 \begin_inset CommandInset citation
27363 LatexCommand cite
27364 key "KOMA-script"
27365 literal "true"
27366
27367 \end_inset
27368
27369 をご覧ください.
27370 \end_layout
27371
27372 \begin_layout Standard
27373 \begin_inset ERT
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377
27378
27379 \backslash
27380 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27381 }
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \begin_inset Note Note
27388 status open
27389
27390 \begin_layout Plain Layout
27391 キャプション書式は,この例のみ変更してあります.
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset Float figure
27401 placement !p
27402 alignment document
27403 wide false
27404 sideways false
27405 status open
27406
27407 \begin_layout Plain Layout
27408 \align center
27409 \begin_inset Graphics
27410         filename ../clipart/2D-intensity-plot.pdf
27411         scaleBeforeRotation
27412
27413 \end_inset
27414
27415
27416 \end_layout
27417
27418 \begin_layout Plain Layout
27419 \begin_inset Caption Standard
27420
27421 \begin_layout Plain Layout
27422 \begin_inset CommandInset label
27423 LatexCommand label
27424 name "fig:図キャプション"
27425
27426 \end_inset
27427
27428 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Standard
27442 \begin_inset ERT
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446
27447
27448 \backslash
27449 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27450 on}
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \begin_layout Standard
27459 \begin_inset Float table
27460 placement !p
27461 alignment document
27462 wide false
27463 sideways false
27464 status open
27465
27466 \begin_layout Plain Layout
27467 \begin_inset Caption Standard
27468
27469 \begin_layout Plain Layout
27470 \begin_inset CommandInset label
27471 LatexCommand label
27472 name "tab:表キャプション"
27473
27474 \end_inset
27475
27476 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Plain Layout
27485 \align center
27486 \begin_inset Tabular
27487 <lyxtabular version="3" rows="1" columns="5">
27488 <features tabularvalignment="middle">
27489 <column alignment="center" valignment="top">
27490 <column alignment="center" valignment="top">
27491 <column alignment="center" valignment="top">
27492 <column alignment="center" valignment="top">
27493 <column alignment="center" valignment="top">
27494 <row>
27495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27496 \begin_inset Text
27497
27498 \begin_layout Plain Layout
27499
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508
27509 \end_layout
27510
27511 \end_inset
27512 </cell>
27513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27514 \begin_inset Text
27515
27516 \begin_layout Plain Layout
27517
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27523 \begin_inset Text
27524
27525 \begin_layout Plain Layout
27526
27527 \end_layout
27528
27529 \end_inset
27530 </cell>
27531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27532 \begin_inset Text
27533
27534 \begin_layout Plain Layout
27535
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 </row>
27541 </lyxtabular>
27542
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Section
27554 キャプションの配置
27555 \begin_inset Index idx
27556 status collapsed
27557
27558 \begin_layout Plain Layout
27559 きゃぷしょん@キャプション ! はいち@配置
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \begin_inset Index idx
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \begin_inset CommandInset label
27576 LatexCommand label
27577 name "sec:キャプションの配置"
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 通常,キャプションの配置原則は,
27586 \end_layout
27587
27588 \begin_layout Description
27589 図の場合: キャプションを図の下に置く
27590 \end_layout
27591
27592 \begin_layout Description
27593 表の場合: キャプションを表の上に置く
27594 \end_layout
27595
27596 \begin_layout Standard
27597 という風になっています.\SpecialChar LaTeX
27598 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27599 \family sans
27600 article
27601 \family default
27602
27603 \family sans
27604 book
27605 \family default
27606
27607 \family sans
27608 letter
27609 \family default
27610
27611 \family sans
27612 report
27613 \family default
27614 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27615 eXパッケージ
27616 \series bold
27617 caption
27618 \series default
27619 を読み込むコマンドに
27620 \end_layout
27621
27622 \begin_layout Standard
27623
27624 \series bold
27625 tableposition=top
27626 \end_layout
27627
27628 \begin_layout Standard
27629 というオプションを追加してください
27630 \begin_inset Foot
27631 status collapsed
27632
27633 \begin_layout Plain Layout
27634
27635 \series bold
27636 caption
27637 \series default
27638 パッケージについての詳細な情報は,第
27639 \begin_inset CommandInset ref
27640 LatexCommand ref
27641 reference "sec:キャプションの書式設定"
27642
27643 \end_inset
27644
27645 節をご覧ください.
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \series bold
27652 KOMA-script
27653 \series default
27654
27655 \begin_inset Index idx
27656 status collapsed
27657
27658 \begin_layout Plain Layout
27659 \SpecialChar LaTeX
27660 ぱっけーじ@\SpecialChar LaTeX
27661 パッケージ ! KOMA-script
27662 \end_layout
27663
27664 \end_inset
27665
27666 文書クラス(
27667 \family sans
27668 article (KOMA-script)
27669 \family default
27670
27671 \family sans
27672 book (KOMA-script)
27673 \family default
27674
27675 \family sans
27676 letter (KOMA-script)
27677 \family default
27678
27679 \family sans
27680 report (KOMA-script)
27681 \family default
27682
27683 \begin_inset space \thinspace{}
27684 \end_inset
27685
27686 )をお使いの場合には,
27687 \series bold
27688 caption
27689 \series default
27690 パッケージにオプションを与える代わりに,文書クラスオプション
27691 \end_layout
27692
27693 \begin_layout Standard
27694
27695 \series bold
27696 captions=tableheading
27697 \end_layout
27698
27699 \begin_layout Standard
27700 を設定することもできます
27701 \begin_inset Foot
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705 このオプションは本文書で使用されています.
27706 \end_layout
27707
27708 \end_inset
27709
27710
27711 \end_layout
27712
27713 \begin_layout Standard
27714 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27715 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27716 \begin_inset CommandInset ref
27717 LatexCommand ref
27718 reference "tab:指定付きキャプション"
27719
27720 \end_inset
27721
27722 は,キャプションは,\SpecialChar LyX
27723 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27724 \begin_inset CommandInset ref
27725 LatexCommand ref
27726 reference "tab:標準表"
27727
27728 \end_inset
27729
27730 のキャプションでは,指定が為されていません.
27731 \end_layout
27732
27733 \begin_layout Standard
27734 \begin_inset Float table
27735 placement document
27736 alignment document
27737 wide false
27738 sideways false
27739 status open
27740
27741 \begin_layout Plain Layout
27742 \begin_inset Caption Below
27743
27744 \begin_layout Plain Layout
27745 \begin_inset CommandInset label
27746 LatexCommand label
27747 name "tab:指定付きキャプション"
27748
27749 \end_inset
27750
27751 表下に来るように指定されたキャプション
27752 \end_layout
27753
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \begin_layout Plain Layout
27760 \align center
27761 \begin_inset Tabular
27762 <lyxtabular version="3" rows="3" columns="3">
27763 <features tabularvalignment="middle">
27764 <column alignment="center" valignment="top" width="0pt">
27765 <column alignment="center" valignment="top" width="0pt">
27766 <column alignment="center" valignment="top" width="0pt">
27767 <row>
27768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772 1
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 2
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27787 \begin_inset Text
27788
27789 \begin_layout Plain Layout
27790 3
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 </row>
27796 <row>
27797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 森嶋
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 宇沢
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 二階堂
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 </row>
27825 <row>
27826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830 \begin_inset Formula $\int x^{2}dx$
27831 \end_inset
27832
27833
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 \begin_inset Formula $\left[\begin{array}{cc}
27843 a & b\\
27844 c & d
27845 \end{array}\right]$
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \end_inset
27852 </cell>
27853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27854 \begin_inset Text
27855
27856 \begin_layout Plain Layout
27857 \begin_inset Formula $1+1=2$
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 </row>
27866 </lyxtabular>
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Standard
27879 \begin_inset Float table
27880 placement document
27881 alignment document
27882 wide false
27883 sideways false
27884 status open
27885
27886 \begin_layout Plain Layout
27887 \begin_inset Caption Standard
27888
27889 \begin_layout Plain Layout
27890 \begin_inset CommandInset label
27891 LatexCommand label
27892 name "tab:標準表"
27893
27894 \end_inset
27895
27896 標準の表キャプション
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Plain Layout
27905 \align center
27906 \begin_inset Tabular
27907 <lyxtabular version="3" rows="3" columns="3">
27908 <features tabularvalignment="middle">
27909 <column alignment="center" valignment="top" width="0pt">
27910 <column alignment="center" valignment="top" width="0pt">
27911 <column alignment="center" valignment="top" width="0pt">
27912 <row>
27913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27914 \begin_inset Text
27915
27916 \begin_layout Plain Layout
27917 1
27918 \end_layout
27919
27920 \end_inset
27921 </cell>
27922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27923 \begin_inset Text
27924
27925 \begin_layout Plain Layout
27926 2
27927 \end_layout
27928
27929 \end_inset
27930 </cell>
27931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27932 \begin_inset Text
27933
27934 \begin_layout Plain Layout
27935 3
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 </row>
27941 <row>
27942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946 森嶋
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27952 \begin_inset Text
27953
27954 \begin_layout Plain Layout
27955 宇沢
27956 \end_layout
27957
27958 \end_inset
27959 </cell>
27960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27961 \begin_inset Text
27962
27963 \begin_layout Plain Layout
27964 二階堂
27965 \end_layout
27966
27967 \end_inset
27968 </cell>
27969 </row>
27970 <row>
27971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27972 \begin_inset Text
27973
27974 \begin_layout Plain Layout
27975 \begin_inset Formula $\int x^{2}dx$
27976 \end_inset
27977
27978
27979 \end_layout
27980
27981 \end_inset
27982 </cell>
27983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Plain Layout
27987 \begin_inset Formula $\left[\begin{array}{cc}
27988 a & b\\
27989 c & d
27990 \end{array}\right]$
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27999 \begin_inset Text
28000
28001 \begin_layout Plain Layout
28002 \begin_inset Formula $1+1=2$
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \end_inset
28009 </cell>
28010 </row>
28011 </lyxtabular>
28012
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \begin_layout Standard
28024 \begin_inset VSpace bigskip
28025 \end_inset
28026
28027 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
28028 \end_layout
28029
28030 \begin_layout Standard
28031
28032 \series bold
28033
28034 \backslash
28035 usepackage[option]{sidecap}
28036 \end_layout
28037
28038 \begin_layout Standard
28039 という行を入れて,\SpecialChar LaTeX
28040 パッケージ
28041 \series bold
28042 sidecap
28043 \series default
28044
28045 \begin_inset Index idx
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049 \SpecialChar LaTeX
28050 ぱっけーじ@\SpecialChar LaTeX
28051 パッケージ ! sidecap
28052 \end_layout
28053
28054 \end_inset
28055
28056 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
28057 \series bold
28058 innercaption
28059 \series default
28060 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
28061 \series bold
28062 rightcaption
28063 \series default
28064 ないし
28065 \series bold
28066 leftcaption
28067 \series default
28068 オプションを用います.
28069 \end_layout
28070
28071 \begin_layout Standard
28072 \begin_inset ERT
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076
28077
28078 \backslash
28079 ifsidecap
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \begin_inset Note Note
28086 status open
28087
28088 \begin_layout Plain Layout
28089 以下の部分は,\SpecialChar LaTeX
28090 パッケージ
28091 \series bold
28092 sidecap
28093 \series default
28094 が導入されているときのみ表示されます.
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 \SpecialChar LyX
28104 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
28105 \end_layout
28106
28107 \begin_layout Standard
28108 \noindent
28109 \begin_inset CommandInset line
28110 LatexCommand rule
28111 offset "0.5ex"
28112 width "100line%"
28113 height "1pt"
28114
28115 \end_inset
28116
28117
28118 \end_layout
28119
28120 \begin_layout Standard
28121
28122 \series bold
28123
28124 \backslash
28125 newcommand{
28126 \backslash
28127 TabBesBeg}[1][1.0]{%
28128 \begin_inset Newline newline
28129 \end_inset
28130
28131
28132 \begin_inset Phantom HPhantom
28133 status open
28134
28135 \begin_layout Plain Layout
28136 \begin_inset space ~
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \backslash
28146 let
28147 \backslash
28148 MyTable
28149 \backslash
28150 table
28151 \begin_inset Newline newline
28152 \end_inset
28153
28154
28155 \begin_inset Phantom HPhantom
28156 status open
28157
28158 \begin_layout Plain Layout
28159
28160 \series medium
28161 \begin_inset space ~
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \backslash
28171 let
28172 \backslash
28173 MyEndtable
28174 \backslash
28175 endtable
28176 \begin_inset Newline newline
28177 \end_inset
28178
28179
28180 \begin_inset Phantom HPhantom
28181 status open
28182
28183 \begin_layout Plain Layout
28184
28185 \series medium
28186 \begin_inset space ~
28187 \end_inset
28188
28189
28190 \end_layout
28191
28192 \end_inset
28193
28194
28195 \backslash
28196 renewenvironment{table}[1]{
28197 \backslash
28198 begin{SCtable}[#1]##1}{
28199 \backslash
28200 end{SCtable}}}
28201 \end_layout
28202
28203 \begin_layout Standard
28204
28205 \series bold
28206
28207 \backslash
28208 newcommand{
28209 \backslash
28210 TabBesEnd}{%
28211 \begin_inset Newline newline
28212 \end_inset
28213
28214
28215 \begin_inset Phantom HPhantom
28216 status open
28217
28218 \begin_layout Plain Layout
28219 \begin_inset space ~
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \backslash
28229 let
28230 \backslash
28231 table
28232 \backslash
28233 MyTable
28234 \begin_inset Newline newline
28235 \end_inset
28236
28237
28238 \begin_inset Phantom HPhantom
28239 status open
28240
28241 \begin_layout Plain Layout
28242 \begin_inset space ~
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \backslash
28252 let
28253 \backslash
28254 endtable
28255 \backslash
28256 MyEndtable
28257 \end_layout
28258
28259 \begin_layout Standard
28260
28261 \series bold
28262
28263 \backslash
28264 newcommand{
28265 \backslash
28266 FigBesBeg}[1][1.0]{%
28267 \begin_inset Newline newline
28268 \end_inset
28269
28270
28271 \begin_inset Phantom HPhantom
28272 status open
28273
28274 \begin_layout Plain Layout
28275 \begin_inset space ~
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \backslash
28285 let
28286 \backslash
28287 MyFigure
28288 \backslash
28289 figure
28290 \begin_inset Newline newline
28291 \end_inset
28292
28293
28294 \begin_inset Phantom HPhantom
28295 status open
28296
28297 \begin_layout Plain Layout
28298 \begin_inset space ~
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \backslash
28308 let
28309 \backslash
28310 MyEndfigure
28311 \backslash
28312 endfigure
28313 \begin_inset Newline newline
28314 \end_inset
28315
28316
28317 \begin_inset Phantom HPhantom
28318 status open
28319
28320 \begin_layout Plain Layout
28321 \begin_inset space ~
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \end_inset
28328
28329
28330 \backslash
28331 renewenvironment{figure}[1]{
28332 \backslash
28333 begin{SCfigure}[#1]##1}{
28334 \backslash
28335 end{SCfigure}}}
28336 \end_layout
28337
28338 \begin_layout Standard
28339
28340 \series bold
28341
28342 \backslash
28343 newcommand{
28344 \backslash
28345 FigBesEnd}{%
28346 \begin_inset Newline newline
28347 \end_inset
28348
28349
28350 \begin_inset Phantom HPhantom
28351 status open
28352
28353 \begin_layout Plain Layout
28354 \begin_inset space ~
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \backslash
28364 let
28365 \backslash
28366 figure
28367 \backslash
28368 MyFigure
28369 \begin_inset Newline newline
28370 \end_inset
28371
28372
28373 \begin_inset Phantom HPhantom
28374 status open
28375
28376 \begin_layout Plain Layout
28377 \begin_inset space ~
28378 \end_inset
28379
28380
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \backslash
28387 let
28388 \backslash
28389 endfigure
28390 \backslash
28391 MyEndfigure}
28392 \end_layout
28393
28394 \begin_layout Standard
28395 \noindent
28396 \begin_inset CommandInset line
28397 LatexCommand rule
28398 offset "0.5ex"
28399 width "100line%"
28400 height "1pt"
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \begin_layout Standard
28408 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28409 \end_layout
28410
28411 \begin_layout Standard
28412
28413 \series bold
28414
28415 \backslash
28416 FigBesBeg
28417 \end_layout
28418
28419 \begin_layout Standard
28420 というコマンドを,フロートの前に\SpecialChar TeX
28421 コードで入れてください.そして,元のフロート定義に戻したいところで,
28422 \end_layout
28423
28424 \begin_layout Standard
28425
28426 \series bold
28427
28428 \backslash
28429 FigBesEnd
28430 \end_layout
28431
28432 \begin_layout Standard
28433 という\SpecialChar TeX
28434 コードを入れてください.
28435 \end_layout
28436
28437 \begin_layout Standard
28438 表フロートに対しては,対応するコマンド
28439 \end_layout
28440
28441 \begin_layout Standard
28442
28443 \series bold
28444
28445 \backslash
28446 TabBesBeg
28447 \series default
28448 および
28449 \series bold
28450
28451 \backslash
28452 TabBesEnd
28453 \end_layout
28454
28455 \begin_layout Standard
28456 を使用してください.図
28457 \begin_inset CommandInset ref
28458 LatexCommand ref
28459 reference "fig:図横キャプション"
28460
28461 \end_inset
28462
28463 と表
28464 \begin_inset CommandInset ref
28465 LatexCommand ref
28466 reference "tab:表横キャプション"
28467
28468 \end_inset
28469
28470 がキャプションを脇に設定した例です.
28471 \end_layout
28472
28473 \begin_layout Standard
28474 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28475 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28476 コードとして
28477 \end_layout
28478
28479 \begin_layout Standard
28480
28481 \series bold
28482
28483 \backslash
28484 sidecaptionvpos{フロート型}{配置}
28485 \end_layout
28486
28487 \begin_layout Standard
28488 というコマンドを使用します.ここで「フロート型」は
28489 \family sans
28490 figure
28491 \family default
28492
28493 \family sans
28494 table
28495 \family default
28496 であり,「配置」は,上揃えの場合はtopの
28497 \end_layout
28498
28499 \begin_layout Standard
28500
28501 \family sans
28502 t
28503 \family default
28504 」,中央揃えの場合はcenterの「
28505 \family sans
28506 c
28507 \family default
28508 」,下揃えの場合はbottomの「
28509 \family sans
28510 b
28511 \family default
28512 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28513 \end_layout
28514
28515 \begin_layout Standard
28516
28517 \series bold
28518
28519 \backslash
28520 sidecaptionvpos{figure}{c}
28521 \end_layout
28522
28523 \begin_layout Standard
28524 というコマンドを使用します.これは,図
28525 \begin_inset CommandInset ref
28526 LatexCommand ref
28527 reference "fig:図横キャプション-2"
28528
28529 \end_inset
28530
28531 で使用されています.
28532 \end_layout
28533
28534 \begin_layout Standard
28535 \begin_inset VSpace medskip
28536 \end_inset
28537
28538
28539 \end_layout
28540
28541 \begin_layout Standard
28542 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28543 \begin_inset CommandInset ref
28544 LatexCommand ref
28545 reference "tab:表横キャプション"
28546
28547 \end_inset
28548
28549 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28550 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28551 \emph on
28552 因数
28553 \emph default
28554 は,
28555 \end_layout
28556
28557 \begin_layout Standard
28558
28559 \series bold
28560
28561 \backslash
28562 FigBesBeg[因数]
28563 \end_layout
28564
28565 \begin_layout Standard
28566 のように,
28567 \series bold
28568
28569 \backslash
28570 FigBesBeg
28571 \series default
28572 への非必須引数として与えることもできますし,
28573 \series bold
28574
28575 \backslash
28576 FigBesBeg
28577 \series default
28578 の定義中で
28579 \series bold
28580 1.0
28581 \series default
28582 を他の値に変更することもできます.表
28583 \begin_inset CommandInset ref
28584 LatexCommand ref
28585 reference "tab:図横幅広"
28586
28587 \end_inset
28588
28589 では,因子5が指定されています.
28590 \end_layout
28591
28592 \begin_layout Standard
28593 \begin_inset Note Greyedout
28594 status open
28595
28596 \begin_layout Plain Layout
28597
28598 \series bold
28599 【註】
28600 \series default
28601 キャプションを横につけたフロートでは,フロート配置オプションの
28602 \family sans
28603 何としても現在地に置く
28604 \family default
28605 は,
28606 \series bold
28607 sidecap
28608 \series default
28609 がサポートしていないので,使用することができません..
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \end_layout
28616
28617 \begin_layout Standard
28618 \begin_inset VSpace medskip
28619 \end_inset
28620
28621
28622 \series bold
28623 sidecap
28624 \series default
28625 パッケージについての詳細は,
28626 \begin_inset CommandInset citation
28627 LatexCommand cite
28628 key "sidecap"
28629 literal "true"
28630
28631 \end_inset
28632
28633 の説明書をご参照ください.
28634 \end_layout
28635
28636 \begin_layout Standard
28637 \begin_inset Note Greyedout
28638 status open
28639
28640 \begin_layout Plain Layout
28641
28642 \series bold
28643 【註】
28644 \series default
28645
28646 \begin_inset CommandInset ref
28647 LatexCommand ref
28648 reference "subsec:参照位置"
28649
28650 \end_inset
28651
28652 節に説明がある\SpecialChar LaTeX
28653 パッケージ
28654 \series bold
28655 hypcap
28656 \series default
28657
28658 \begin_inset Index idx
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662 \SpecialChar LaTeX
28663 ぱっけーじ@\SpecialChar LaTeX
28664 パッケージ ! hypcap
28665 \end_layout
28666
28667 \end_inset
28668
28669 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \begin_layout Standard
28678 \begin_inset Note Greyedout
28679 status open
28680
28681 \begin_layout Plain Layout
28682
28683 \series bold
28684 【訳註】
28685 \series default
28686 \SpecialChar LaTeX
28687 パッケージ
28688 \series bold
28689 sidecap
28690 \series default
28691
28692 \begin_inset Index idx
28693 status collapsed
28694
28695 \begin_layout Plain Layout
28696 \SpecialChar LaTeX
28697 ぱっけーじ@\SpecialChar LaTeX
28698 パッケージ ! sidecap
28699 \end_layout
28700
28701 \end_inset
28702
28703 は,p\SpecialChar LaTeX
28704 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28705 取扱説明書『
28706 \emph on
28707 埋め込み機能篇
28708 \emph default
28709 』(つまりこの文書)の\SpecialChar LyX
28710 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \begin_inset ERT
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720
28721
28722 \backslash
28723 FigBesBeg 
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \begin_layout Standard
28732 \begin_inset Float figure
28733 placement document
28734 alignment document
28735 wide false
28736 sideways false
28737 status open
28738
28739 \begin_layout Plain Layout
28740 \begin_inset Graphics
28741         filename ../clipart/3D-structure-distort.pdf
28742         scale 50
28743         scaleBeforeRotation
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Plain Layout
28751 \begin_inset Caption Standard
28752
28753 \begin_layout Plain Layout
28754 \begin_inset CommandInset label
28755 LatexCommand label
28756 name "fig:図横キャプション"
28757
28758 \end_inset
28759
28760 これは図の横にあるキャプションです.
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 FigBesEnd
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \end_layout
28788
28789 \begin_layout Standard
28790 \begin_inset ERT
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794
28795
28796 \backslash
28797 TabBesBeg 
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \begin_layout Standard
28806 \begin_inset Float table
28807 placement document
28808 alignment document
28809 wide false
28810 sideways false
28811 status open
28812
28813 \begin_layout Plain Layout
28814 \begin_inset Caption Standard
28815
28816 \begin_layout Plain Layout
28817 \begin_inset CommandInset label
28818 LatexCommand label
28819 name "tab:表横キャプション"
28820
28821 \end_inset
28822
28823 これは表の横にあるキャプションです.
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Plain Layout
28832 \begin_inset Tabular
28833 <lyxtabular version="3" rows="4" columns="5">
28834 <features tabularvalignment="middle">
28835 <column alignment="center" valignment="top">
28836 <column alignment="center" valignment="top">
28837 <column alignment="center" valignment="top">
28838 <column alignment="center" valignment="top">
28839 <column alignment="center" valignment="top">
28840 <row>
28841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28842 \begin_inset Text
28843
28844 \begin_layout Plain Layout
28845
28846 \end_layout
28847
28848 \end_inset
28849 </cell>
28850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28851 \begin_inset Text
28852
28853 \begin_layout Plain Layout
28854
28855 \end_layout
28856
28857 \end_inset
28858 </cell>
28859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28860 \begin_inset Text
28861
28862 \begin_layout Plain Layout
28863
28864 \end_layout
28865
28866 \end_inset
28867 </cell>
28868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28869 \begin_inset Text
28870
28871 \begin_layout Plain Layout
28872
28873 \end_layout
28874
28875 \end_inset
28876 </cell>
28877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28878 \begin_inset Text
28879
28880 \begin_layout Plain Layout
28881
28882 \end_layout
28883
28884 \end_inset
28885 </cell>
28886 </row>
28887 <row>
28888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Plain Layout
28892
28893 \end_layout
28894
28895 \end_inset
28896 </cell>
28897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Plain Layout
28901
28902 \end_layout
28903
28904 \end_inset
28905 </cell>
28906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28907 \begin_inset Text
28908
28909 \begin_layout Plain Layout
28910
28911 \end_layout
28912
28913 \end_inset
28914 </cell>
28915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28916 \begin_inset Text
28917
28918 \begin_layout Plain Layout
28919
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28925 \begin_inset Text
28926
28927 \begin_layout Plain Layout
28928
28929 \end_layout
28930
28931 \end_inset
28932 </cell>
28933 </row>
28934 <row>
28935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28936 \begin_inset Text
28937
28938 \begin_layout Plain Layout
28939
28940 \end_layout
28941
28942 \end_inset
28943 </cell>
28944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28945 \begin_inset Text
28946
28947 \begin_layout Plain Layout
28948
28949 \end_layout
28950
28951 \end_inset
28952 </cell>
28953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28954 \begin_inset Text
28955
28956 \begin_layout Plain Layout
28957
28958 \end_layout
28959
28960 \end_inset
28961 </cell>
28962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28963 \begin_inset Text
28964
28965 \begin_layout Plain Layout
28966
28967 \end_layout
28968
28969 \end_inset
28970 </cell>
28971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28972 \begin_inset Text
28973
28974 \begin_layout Plain Layout
28975
28976 \end_layout
28977
28978 \end_inset
28979 </cell>
28980 </row>
28981 <row>
28982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28983 \begin_inset Text
28984
28985 \begin_layout Plain Layout
28986
28987 \end_layout
28988
28989 \end_inset
28990 </cell>
28991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28992 \begin_inset Text
28993
28994 \begin_layout Plain Layout
28995
28996 \end_layout
28997
28998 \end_inset
28999 </cell>
29000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29001 \begin_inset Text
29002
29003 \begin_layout Plain Layout
29004
29005 \end_layout
29006
29007 \end_inset
29008 </cell>
29009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29010 \begin_inset Text
29011
29012 \begin_layout Plain Layout
29013
29014 \end_layout
29015
29016 \end_inset
29017 </cell>
29018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29019 \begin_inset Text
29020
29021 \begin_layout Plain Layout
29022
29023 \end_layout
29024
29025 \end_inset
29026 </cell>
29027 </row>
29028 </lyxtabular>
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046
29047 \backslash
29048 TabBesEnd
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \begin_layout Standard
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062
29063 \backslash
29064 FigBesBeg 
29065 \end_layout
29066
29067 \end_inset
29068
29069
29070 \begin_inset ERT
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074
29075
29076 \backslash
29077 sidecaptionvpos{figure}{c}
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \begin_inset Float figure
29084 placement document
29085 alignment document
29086 wide false
29087 sideways false
29088 status open
29089
29090 \begin_layout Plain Layout
29091 \begin_inset Graphics
29092         filename ../clipart/3D-structure-distort.pdf
29093         scale 50
29094         scaleBeforeRotation
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \begin_layout Plain Layout
29102 \begin_inset Caption Standard
29103
29104 \begin_layout Plain Layout
29105 \begin_inset CommandInset label
29106 LatexCommand label
29107 name "fig:図横キャプション-2"
29108
29109 \end_inset
29110
29111 これは図の横にある縦方向中央揃えのキャプションです.
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125 \begin_inset ERT
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129
29130
29131 \backslash
29132 FigBesEnd
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \end_layout
29139
29140 \begin_layout Standard
29141 \begin_inset ERT
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145
29146
29147 \backslash
29148 TabBesBeg[5]
29149 \end_layout
29150
29151 \end_inset
29152
29153
29154 \end_layout
29155
29156 \begin_layout Standard
29157 \begin_inset Float table
29158 placement document
29159 alignment document
29160 wide false
29161 sideways false
29162 status open
29163
29164 \begin_layout Plain Layout
29165 \begin_inset Caption Standard
29166
29167 \begin_layout Plain Layout
29168 \begin_inset CommandInset label
29169 LatexCommand label
29170 name "tab:図横幅広"
29171
29172 \end_inset
29173
29174 これは表
29175 \begin_inset CommandInset ref
29176 LatexCommand ref
29177 reference "tab:表横キャプション"
29178
29179 \end_inset
29180
29181 よりも幅広のキャプションです
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \end_layout
29188
29189 \begin_layout Plain Layout
29190 \begin_inset Tabular
29191 <lyxtabular version="3" rows="4" columns="5">
29192 <features tabularvalignment="middle">
29193 <column alignment="center" valignment="top">
29194 <column alignment="center" valignment="top">
29195 <column alignment="center" valignment="top">
29196 <column alignment="center" valignment="top">
29197 <column alignment="center" valignment="top">
29198 <row>
29199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29200 \begin_inset Text
29201
29202 \begin_layout Plain Layout
29203 a
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29209 \begin_inset Text
29210
29211 \begin_layout Plain Layout
29212
29213 \end_layout
29214
29215 \end_inset
29216 </cell>
29217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29218 \begin_inset Text
29219
29220 \begin_layout Plain Layout
29221 b
29222 \end_layout
29223
29224 \end_inset
29225 </cell>
29226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29227 \begin_inset Text
29228
29229 \begin_layout Plain Layout
29230
29231 \end_layout
29232
29233 \end_inset
29234 </cell>
29235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29236 \begin_inset Text
29237
29238 \begin_layout Plain Layout
29239 c
29240 \end_layout
29241
29242 \end_inset
29243 </cell>
29244 </row>
29245 <row>
29246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Plain Layout
29250
29251 \end_layout
29252
29253 \end_inset
29254 </cell>
29255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29256 \begin_inset Text
29257
29258 \begin_layout Plain Layout
29259 d
29260 \end_layout
29261
29262 \end_inset
29263 </cell>
29264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29265 \begin_inset Text
29266
29267 \begin_layout Plain Layout
29268
29269 \end_layout
29270
29271 \end_inset
29272 </cell>
29273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29274 \begin_inset Text
29275
29276 \begin_layout Plain Layout
29277 e
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29283 \begin_inset Text
29284
29285 \begin_layout Plain Layout
29286
29287 \end_layout
29288
29289 \end_inset
29290 </cell>
29291 </row>
29292 <row>
29293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29294 \begin_inset Text
29295
29296 \begin_layout Plain Layout
29297 f
29298 \end_layout
29299
29300 \end_inset
29301 </cell>
29302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29303 \begin_inset Text
29304
29305 \begin_layout Plain Layout
29306
29307 \end_layout
29308
29309 \end_inset
29310 </cell>
29311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Plain Layout
29315 g
29316 \end_layout
29317
29318 \end_inset
29319 </cell>
29320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29321 \begin_inset Text
29322
29323 \begin_layout Plain Layout
29324
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29330 \begin_inset Text
29331
29332 \begin_layout Plain Layout
29333 h
29334 \end_layout
29335
29336 \end_inset
29337 </cell>
29338 </row>
29339 <row>
29340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29341 \begin_inset Text
29342
29343 \begin_layout Plain Layout
29344
29345 \end_layout
29346
29347 \end_inset
29348 </cell>
29349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29350 \begin_inset Text
29351
29352 \begin_layout Plain Layout
29353 i
29354 \end_layout
29355
29356 \end_inset
29357 </cell>
29358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29359 \begin_inset Text
29360
29361 \begin_layout Plain Layout
29362
29363 \end_layout
29364
29365 \end_inset
29366 </cell>
29367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29368 \begin_inset Text
29369
29370 \begin_layout Plain Layout
29371 j
29372 \end_layout
29373
29374 \end_inset
29375 </cell>
29376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29377 \begin_inset Text
29378
29379 \begin_layout Plain Layout
29380
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 </row>
29386 </lyxtabular>
29387
29388 \end_inset
29389
29390
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \begin_layout Standard
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404
29405 \backslash
29406 TabBesEnd
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Standard
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 else
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \begin_inset Note Note
29429 status open
29430
29431 \begin_layout Plain Layout
29432 以下の部分は,\SpecialChar LaTeX
29433 パッケージ
29434 \series bold
29435 sidecap
29436 \series default
29437 が導入されていないときのみ表示されます.
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Standard
29446 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29447 パッケージ
29448 \series bold
29449 sidecap
29450 \series default
29451 を導入する必要があります.
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \begin_inset ERT
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459
29460
29461 \backslash
29462 fi
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \begin_layout Section
29471 フロート一覧
29472 \begin_inset Index idx
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476 ふろーと@フロート ! ふろーといちらん@フロート一覧
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Standard
29485 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29486 \family sans
29487 挿入\SpecialChar menuseparator
29488 一覧/目次
29489 \family default
29490 メニューで挿入することができます.
29491 \end_layout
29492
29493 \begin_layout Standard
29494 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29495 \end_layout
29496
29497 \begin_layout Standard
29498 本文書の終わりに,図一覧と表一覧があります.
29499 \end_layout
29500
29501 \begin_layout Chapter
29502 註釈
29503 \end_layout
29504
29505 \begin_layout Section
29506 \SpecialChar LyX
29507 註釈
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 ちゅうしゃく@註釈 ! \SpecialChar LyX
29513 のーと@\SpecialChar LyX
29514 ノート
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Standard
29523 註釈は,ツールバーボタン
29524 \family sans
29525
29526 \begin_inset Info
29527 type  "icon"
29528 arg   "note-insert"
29529 \end_inset
29530
29531
29532 \family default
29533 か,
29534 \family sans
29535 挿入\SpecialChar menuseparator
29536 註釈
29537 \family default
29538 メニューで挿入することができます.註釈には,以下の三つの型があります.
29539 \end_layout
29540
29541 \begin_layout Description
29542 \SpecialChar LyX
29543 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29544 \begin_inset Newline newline
29545 \end_inset
29546
29547
29548 \begin_inset Newline newline
29549 \end_inset
29550
29551
29552 \begin_inset Graphics
29553         filename clipart/LyXNoteImage.png
29554         display false
29555         scale 50
29556         scaleBeforeRotation
29557
29558 \end_inset
29559
29560
29561 \begin_inset Note Note
29562 status open
29563
29564 \begin_layout Plain Layout
29565 これは,出力には現れない註釈ボックスに書かれた文章です.
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Description
29574 コメント この註釈も出力には現れませんが,
29575 \family sans
29576 ファイル\SpecialChar menuseparator
29577 書き出し\SpecialChar menuseparator
29578 LaTeX
29579 \begin_inset space ~
29580 \end_inset
29581
29582 (pdflatex) / (平文)
29583 \family default
29584  メニューを使って文書を\SpecialChar LaTeX
29585 にエクスポートする際には,\SpecialChar LaTeX
29586 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29587 \begin_inset Newline newline
29588 \end_inset
29589
29590
29591 \begin_inset Newline newline
29592 \end_inset
29593
29594
29595 \begin_inset Graphics
29596         filename clipart/CommentNoteImage.png
29597         display false
29598         scale 50
29599         scaleBeforeRotation
29600
29601 \end_inset
29602
29603  
29604 \begin_inset Note Comment
29605 status open
29606
29607 \begin_layout Plain Layout
29608 これは,\SpecialChar LaTeX
29609 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \begin_layout Description
29618 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29619 \begin_inset Newline newline
29620 \end_inset
29621
29622
29623 \begin_inset Newline newline
29624 \end_inset
29625
29626
29627 \begin_inset Graphics
29628         filename clipart/GreyedOutNoteImage.png
29629         display false
29630         scale 50
29631         scaleBeforeRotation
29632
29633 \end_inset
29634
29635
29636 \begin_inset Newline newline
29637 \end_inset
29638
29639
29640 \begin_inset ERT
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644
29645
29646 \backslash
29647 renewenvironment{lyxgreyedout}
29648 \end_layout
29649
29650 \begin_layout Plain Layout
29651
29652 {
29653 \backslash
29654 textcolor[gray]{0.8}
29655 \backslash
29656 bgroup}{
29657 \backslash
29658 egroup}
29659 \end_layout
29660
29661 \end_inset
29662
29663
29664 \begin_inset Note Greyedout
29665 status open
29666
29667 \begin_layout Plain Layout
29668 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29669 \begin_inset Foot
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673 これは,淡色註釈内に脚註を用いた例です.
29674 \end_layout
29675
29676 \end_inset
29677
29678 です.
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688
29689
29690 \backslash
29691 renewenvironment{lyxgreyedout}
29692 \end_layout
29693
29694 \begin_layout Plain Layout
29695
29696 {
29697 \backslash
29698 textcolor{blue}
29699 \backslash
29700 bgroup}{
29701 \backslash
29702 egroup}
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \begin_inset Note Note
29709 status open
29710
29711 \begin_layout Plain Layout
29712 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29713 本来の定義で表示されるように再定義さ
29714 れています.
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \begin_inset Newline newline
29721 \end_inset
29722
29723
29724 \begin_inset Newline newline
29725 \end_inset
29726
29727 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29728 \end_layout
29729
29730 \begin_layout Standard
29731 \begin_inset VSpace bigskip
29732 \end_inset
29733
29734 註釈を挿入するのにツールバーボタン
29735 \family sans
29736
29737 \begin_inset Info
29738 type  "icon"
29739 arg   "note-insert"
29740 \end_inset
29741
29742
29743 \family default
29744 を使用すると,
29745 \family sans
29746 \SpecialChar LyX
29747 註釈
29748 \family default
29749 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29750 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29751 さい.
29752 \end_layout
29753
29754 \begin_layout Standard
29755 \begin_inset VSpace bigskip
29756 \end_inset
29757
29758 淡色註釈の文字色は,
29759 \family sans
29760 文書\SpecialChar menuseparator
29761 設定\SpecialChar menuseparator
29762
29763 \family default
29764 メニューで変更することができます.
29765 \end_layout
29766
29767 \begin_layout Section
29768 脚註
29769 \begin_inset CommandInset label
29770 LatexCommand label
29771 name "sec:脚注"
29772
29773 \end_inset
29774
29775
29776 \begin_inset Index idx
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \begin_inset Index idx
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790 きゃくちゅう@脚註
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \end_layout
29797
29798 \begin_layout Standard
29799 脚註は,ツールバーボタン
29800 \family sans
29801
29802 \begin_inset Info
29803 type  "icon"
29804 arg   "footnote-insert"
29805 \end_inset
29806
29807
29808 \family default
29809 か,
29810 \family sans
29811 挿入\SpecialChar menuseparator
29812 脚註
29813 \family default
29814 メニューを使って挿入することができます.すると,脚註文を挿入したとこ
29815 \begin_inset Graphics
29816         filename clipart/footnote.png
29817         scale 95
29818         scaleBeforeRotation
29819
29820 \end_inset
29821
29822 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29823 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29824 \end_layout
29825
29826 \begin_layout Standard
29827 これが脚註の例です
29828 \begin_inset Foot
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832 \begin_inset CommandInset label
29833 LatexCommand label
29834 name "fn:これは脚注の一例"
29835
29836 \end_inset
29837
29838 これは脚註の一例です.
29839 \end_layout
29840
29841 \end_inset
29842
29843
29844 \begin_inset ERT
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849
29850 \backslash
29851 newcounter{MyRepeatFoot}
29852 \end_layout
29853
29854 \begin_layout Plain Layout
29855
29856
29857 \backslash
29858 setcounter{MyRepeatFoot}{
29859 \backslash
29860 thefootnote}
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29870 が計算を行い,連番が付けられます.
29871 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29872 \end_layout
29873
29874 \begin_layout Standard
29875 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29876 \begin_inset CommandInset ref
29877 LatexCommand ref
29878 reference "sec:フロートの参照"
29879
29880 \end_inset
29881
29882 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29883 \begin_inset Newline newline
29884 \end_inset
29885
29886 これは脚註
29887 \begin_inset CommandInset ref
29888 LatexCommand ref
29889 reference "fn:これは脚注の一例"
29890
29891 \end_inset
29892
29893 の相互参照です.
29894 \end_layout
29895
29896 \begin_layout Standard
29897 \begin_inset VSpace defskip
29898 \end_inset
29899
29900 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29901 \end_layout
29902
29903 \begin_layout Standard
29904 多頁表中の脚註は,第
29905 \begin_inset CommandInset ref
29906 LatexCommand ref
29907 reference "subsec:多頁表での脚注"
29908
29909 \end_inset
29910
29911 節で述べられています.
29912 \end_layout
29913
29914 \begin_layout Standard
29915 \begin_inset VSpace defskip
29916 \end_inset
29917
29918
29919 \end_layout
29920
29921 \begin_layout Standard
29922 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
29923 \begin_inset CommandInset ref
29924 LatexCommand ref
29925 reference "sec:ミニページ"
29926
29927 \end_inset
29928
29929 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29930 コードで
29931 \series bold
29932
29933 \backslash
29934 footnotemark{}
29935 \series default
29936 コマンドを入れてください.脚註の本文は.表の後で\SpecialChar TeX
29937 コード
29938 \series bold
29939
29940 \backslash
29941 footnotetext
29942 \series default
29943 コマンドの引数として入力します
29944 \lang english
29945 minipage
29946 \lang japanese
29947
29948 \begin_inset Newline newline
29949 \end_inset
29950
29951 以下の表ではコマンド
29952 \begin_inset Newline newline
29953 \end_inset
29954
29955
29956 \series bold
29957
29958 \backslash
29959 footnotetext{
29960 \series default
29961 ミニページ外の脚註です.
29962 \series bold
29963 }
29964 \series default
29965
29966 \begin_inset Newline newline
29967 \end_inset
29968
29969 を用いています
29970 \lang english
29971 minipage
29972 \lang japanese
29973
29974 \end_layout
29975
29976 \begin_layout Standard
29977 \begin_inset Box Frameless
29978 position "t"
29979 hor_pos "c"
29980 has_inner_box 1
29981 inner_pos "t"
29982 use_parbox 0
29983 use_makebox 0
29984 width "100col%"
29985 special "none"
29986 height "1in"
29987 height_special "totalheight"
29988 thickness "0.4pt"
29989 separation "3pt"
29990 shadowsize "4pt"
29991 framecolor "black"
29992 backgroundcolor "none"
29993 status open
29994
29995 \begin_layout Plain Layout
29996 これはミニページ中の例文です.
29997 \begin_inset Foot
29998 status open
29999
30000 \begin_layout Plain Layout
30001 ミニページ中の脚註です.
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \begin_layout Plain Layout
30010 これはミニページ中の例文です.
30011 \begin_inset ERT
30012 status collapsed
30013
30014 \begin_layout Plain Layout
30015
30016
30017 \backslash
30018 footnotemark{}
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \begin_layout Standard
30032 \begin_inset ERT
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036
30037
30038 \backslash
30039 footnotetext{
30040 \end_layout
30041
30042 \end_inset
30043
30044 ミニページ外の脚註です.
30045 \begin_inset ERT
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049
30050 }
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \begin_inset VSpace defskip
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Standard
30063 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30064 コードでコマンド
30065 \series bold
30066
30067 \backslash
30068 footnotemark[番号]
30069 \series default
30070 を使用してください.
30071 \begin_inset Newline newline
30072 \end_inset
30073
30074 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30075 \begin_inset CommandInset ref
30076 LatexCommand ref
30077 reference "fn:これは脚注の一例"
30078
30079 \end_inset
30080
30081 の後に,\SpecialChar TeX
30082 コードで
30083 \end_layout
30084
30085 \begin_layout Standard
30086
30087 \series bold
30088
30089 \backslash
30090 newcounter{MyRepeatFoot}
30091 \begin_inset Newline newline
30092 \end_inset
30093
30094
30095 \backslash
30096 setcounter{MyRepeatFoot}{
30097 \backslash
30098 thefootnote}
30099 \end_layout
30100
30101 \begin_layout Standard
30102 というコマンドを挿入しています.そして脚註マークは,
30103 \end_layout
30104
30105 \begin_layout Standard
30106
30107 \series bold
30108
30109 \backslash
30110 footnotemark[
30111 \backslash
30112 theMyRepeatFoot]
30113 \end_layout
30114
30115 \begin_layout Standard
30116 で作成します.
30117 \end_layout
30118
30119 \begin_layout Standard
30120 これは繰り返し脚註の例です.
30121 \begin_inset ERT
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125
30126
30127 \backslash
30128 footnotemark[
30129 \backslash
30130 theMyRepeatFoot]
30131 \end_layout
30132
30133 \end_inset
30134
30135
30136 \end_layout
30137
30138 \begin_layout Standard
30139 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30140 \end_layout
30141
30142 \begin_layout Standard
30143
30144 \series bold
30145
30146 \backslash
30147 footnotemark[
30148 \backslash
30149 thefootnote]
30150 \end_layout
30151
30152 \begin_layout Standard
30153 を使用してください.
30154 \end_layout
30155
30156 \begin_layout Standard
30157 これは繰り返し脚註の例です.
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163
30164 \backslash
30165 footnotemark[
30166 \backslash
30167 thefootnote]
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \end_layout
30174
30175 \begin_layout Subsection
30176 脚註の付番
30177 \begin_inset CommandInset label
30178 LatexCommand label
30179 name "subsec:脚注の付番"
30180
30181 \end_inset
30182
30183
30184 \begin_inset Index idx
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188 きゃくちゅう@脚註 ! ふばん@付番
30189 \end_layout
30190
30191 \end_inset
30192
30193
30194 \end_layout
30195
30196 \begin_layout Standard
30197 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30198 \end_layout
30199
30200 \begin_layout Standard
30201
30202 \series bold
30203
30204 \backslash
30205 @addtoreset{footnote}{section}
30206 \end_layout
30207
30208 \begin_layout Standard
30209 というコマンドを加えてください.
30210 \end_layout
30211
30212 \begin_layout Standard
30213 \begin_inset VSpace bigskip
30214 \end_inset
30215
30216 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30217 \end_layout
30218
30219 \begin_layout Standard
30220
30221 \series bold
30222
30223 \backslash
30224 renewcommand{
30225 \backslash
30226 thefootnote}{
30227 \backslash
30228 roman{footnote}}
30229 \end_layout
30230
30231 \begin_layout Standard
30232 \begin_inset ERT
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236
30237
30238 \backslash
30239 renewcommand{
30240 \backslash
30241 thefootnote}{
30242 \backslash
30243 roman{footnote}}
30244 \end_layout
30245
30246 \end_inset
30247
30248 これは,ローマ数字を使った脚註です
30249 \begin_inset Foot
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253 これは,ローマ数字を使った脚註の例です.
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \end_layout
30260
30261 \begin_layout Standard
30262 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30263 \series bold
30264
30265 \backslash
30266 roman
30267 \series default
30268
30269 \series bold
30270
30271 \backslash
30272 Roman
30273 \series default
30274 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30275 \series bold
30276
30277 \backslash
30278 Alph
30279 \series default
30280 または
30281 \series bold
30282
30283 \backslash
30284 alph
30285 \series default
30286 を使用してください.記号を使って付「番」するには,
30287 \series bold
30288
30289 \backslash
30290 fnsymbol
30291 \series default
30292 を使ってください.
30293 \end_layout
30294
30295 \begin_layout Standard
30296 \begin_inset Note Greyedout
30297 status open
30298
30299 \begin_layout Plain Layout
30300
30301 \series bold
30302 【註】
30303 \series default
30304 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \begin_inset Newline newline
30311 \end_inset
30312
30313
30314 \begin_inset Note Greyedout
30315 status open
30316
30317 \begin_layout Plain Layout
30318
30319 \series bold
30320 【註】
30321 \series default
30322 記号を使うと9個の脚註しか番号を振ることができません.
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \begin_layout Standard
30331 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30332 \series bold
30333
30334 \backslash
30335 roman
30336 \series default
30337
30338 \series bold
30339
30340 \backslash
30341 arabic
30342 \series default
30343 に置き換えて使用してください.
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 renewcommand{
30352 \backslash
30353 thefootnote}{
30354 \backslash
30355 arabic{footnote}}
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \begin_inset VSpace bigskip
30365 \end_inset
30366
30367
30368 \end_layout
30369
30370 \begin_layout Standard
30371 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30372 \end_layout
30373
30374 \begin_layout Standard
30375
30376 \series bold
30377
30378 \backslash
30379 numberwithin{footnote}{chapter}
30380 \end_layout
30381
30382 \begin_layout Standard
30383 というコマンドを加えてください.
30384 \series bold
30385
30386 \backslash
30387 numberwithin
30388 \series default
30389 コマンドを使用できるようにするためには,文書設定の
30390 \family sans
30391 数式オプション
30392 \family default
30393 タブで
30394 \family sans
30395 AMS
30396 \begin_inset space ~
30397 \end_inset
30398
30399 mathパッケージを使う
30400 \family default
30401 オプションを有効にしてください.
30402 \end_layout
30403
30404 \begin_layout Standard
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410
30411 \backslash
30412 numberwithin{footnote}{chapter}
30413 \end_layout
30414
30415 \end_inset
30416
30417 これは,脚註のもう一つの例です
30418 \series bold
30419
30420 \begin_inset Foot
30421 status open
30422
30423 \begin_layout Plain Layout
30424
30425 \series bold
30426 これは,
30427 \series default
30428 「章番号.脚註番号」スキームで番号を振られた脚註です.
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \series default
30435
30436 \begin_inset ERT
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440
30441
30442 \backslash
30443 renewcommand{
30444 \backslash
30445 thefootnote}{
30446 \backslash
30447 arabic{footnote}}
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Standard
30456 \begin_inset Note Greyedout
30457 status open
30458
30459 \begin_layout Plain Layout
30460
30461 \series bold
30462 【註】
30463 \backslash
30464 numberwithin
30465 \series default
30466 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Standard
30475 また,例えば「章番号.
30476 \backslash
30477 Roman{footnote}」スキームを得るには,
30478 \series bold
30479
30480 \backslash
30481 numberwithin
30482 \series default
30483 の代わりに以下のコマンドを使用してください.
30484 \end_layout
30485
30486 \begin_layout Standard
30487
30488 \series bold
30489
30490 \backslash
30491 renewcommand{
30492 \backslash
30493 thefootnote}{
30494 \backslash
30495 thechapter.
30496 \backslash
30497 Roman{footnote}}
30498 \end_layout
30499
30500 \begin_layout Subsection
30501 脚註の配置
30502 \begin_inset Index idx
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506 きゃくちゅう@脚註 ! はいち@配置
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \end_layout
30513
30514 \begin_layout Standard
30515 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30516 ブルに足して,1.5
30517 \begin_inset space \thinspace{}
30518 \end_inset
30519
30520 mmの余白を追加することもできます.
30521 \end_layout
30522
30523 \begin_layout Standard
30524
30525 \series bold
30526
30527 \backslash
30528 let
30529 \backslash
30530 myFoot
30531 \backslash
30532 footnote
30533 \begin_inset Newline newline
30534 \end_inset
30535
30536
30537 \backslash
30538 renewcommand{
30539 \backslash
30540 footnote}[1]{
30541 \backslash
30542 myFoot{#1
30543 \backslash
30544 vspace{1.5mm}}}
30545 \end_layout
30546
30547 \begin_layout Standard
30548 \begin_inset VSpace bigskip
30549 \end_inset
30550
30551 二段組文書では,脚註は各段底部に表示されます(図
30552 \begin_inset CommandInset ref
30553 LatexCommand ref
30554 reference "fig:標準的脚注配置"
30555
30556 \end_inset
30557
30558 ).図
30559 \begin_inset CommandInset ref
30560 LatexCommand ref
30561 reference "fig:ftnright脚注配置"
30562
30563 \end_inset
30564
30565 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30566 \end_layout
30567
30568 \begin_layout Standard
30569
30570 \series bold
30571
30572 \backslash
30573 usepackage{ftnright}
30574 \end_layout
30575
30576 \begin_layout Standard
30577 というコマンドを書いて,\SpecialChar LaTeX
30578 パッケージ
30579 \series bold
30580 ftnright
30581 \series default
30582
30583 \begin_inset Index idx
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587 \SpecialChar LaTeX
30588 ぱっけーじ@\SpecialChar LaTeX
30589 パッケージ ! ftnright
30590 \end_layout
30591
30592 \end_inset
30593
30594 を読み込みます.
30595 \begin_inset Float figure
30596 placement !h
30597 alignment document
30598 wide false
30599 sideways false
30600 status open
30601
30602 \begin_layout Plain Layout
30603 \noindent
30604 \align center
30605 \begin_inset Box Boxed
30606 position "t"
30607 hor_pos "c"
30608 has_inner_box 0
30609 inner_pos "t"
30610 use_parbox 0
30611 use_makebox 0
30612 width ""
30613 special "none"
30614 height "1in"
30615 height_special "totalheight"
30616 thickness "0.4pt"
30617 separation "3pt"
30618 shadowsize "4pt"
30619 framecolor "black"
30620 backgroundcolor "none"
30621 status open
30622
30623 \begin_layout Plain Layout
30624 \begin_inset Graphics
30625         filename ../clipart/without_fntright.pdf
30626         width 100col%
30627         scaleBeforeRotation
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Plain Layout
30640 \begin_inset Caption Standard
30641
30642 \begin_layout Plain Layout
30643 \begin_inset CommandInset label
30644 LatexCommand label
30645 name "fig:標準的脚注配置"
30646
30647 \end_inset
30648
30649 二段組文書の標準的な脚註配置
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 \begin_inset Float figure
30664 placement !h
30665 alignment document
30666 wide false
30667 sideways false
30668 status open
30669
30670 \begin_layout Plain Layout
30671 \noindent
30672 \align center
30673 \begin_inset Box Boxed
30674 position "t"
30675 hor_pos "c"
30676 has_inner_box 0
30677 inner_pos "t"
30678 use_parbox 0
30679 use_makebox 0
30680 width ""
30681 special "none"
30682 height "1in"
30683 height_special "totalheight"
30684 thickness "0.4pt"
30685 separation "3pt"
30686 shadowsize "4pt"
30687 framecolor "black"
30688 backgroundcolor "none"
30689 status open
30690
30691 \begin_layout Plain Layout
30692 \begin_inset Graphics
30693         filename ../clipart/with_fntright.pdf
30694         width 100col%
30695         scaleBeforeRotation
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \end_layout
30706
30707 \begin_layout Plain Layout
30708 \begin_inset Caption Standard
30709
30710 \begin_layout Plain Layout
30711 \begin_inset CommandInset label
30712 LatexCommand label
30713 name "fig:ftnright脚注配置"
30714
30715 \end_inset
30716
30717 \SpecialChar LaTeX
30718 パッケージ
30719 \series bold
30720 ftnright
30721 \series default
30722 を使用したときの二段組文書の脚註配置
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \end_layout
30734
30735 \begin_layout Standard
30736 \begin_inset VSpace bigskip
30737 \end_inset
30738
30739 科学的文献においては,図
30740 \begin_inset CommandInset ref
30741 LatexCommand ref
30742 reference "fig:後註"
30743
30744 \end_inset
30745
30746 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30747 \begin_inset Index idx
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751 こちゆう@後註
30752 \end_layout
30753
30754 \end_inset
30755
30756 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30757 \family sans
30758 文書\SpecialChar menuseparator
30759 設定\SpecialChar menuseparator
30760 モジュール
30761 \family default
30762 メニューで
30763 \family sans
30764 脚註から後註へ
30765 \family default
30766 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30767 コードで
30768 \end_layout
30769
30770 \begin_layout Standard
30771
30772 \series bold
30773
30774 \backslash
30775 theendnotes
30776 \end_layout
30777
30778 \begin_layout Standard
30779 というコマンドを挿入してください.
30780 \end_layout
30781
30782 \begin_layout Standard
30783 \begin_inset Float figure
30784 placement document
30785 alignment document
30786 wide false
30787 sideways false
30788 status open
30789
30790 \begin_layout Plain Layout
30791 \align center
30792 \begin_inset Box Boxed
30793 position "t"
30794 hor_pos "c"
30795 has_inner_box 0
30796 inner_pos "t"
30797 use_parbox 0
30798 use_makebox 0
30799 width ""
30800 special "none"
30801 height "1in"
30802 height_special "totalheight"
30803 thickness "0.4pt"
30804 separation "3pt"
30805 shadowsize "4pt"
30806 framecolor "black"
30807 backgroundcolor "none"
30808 status open
30809
30810 \begin_layout Plain Layout
30811 \begin_inset Graphics
30812         filename ../clipart/endnotes.pdf
30813         width 100col%
30814         scaleBeforeRotation
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \end_layout
30825
30826 \begin_layout Plain Layout
30827 \begin_inset Caption Standard
30828
30829 \begin_layout Plain Layout
30830 \begin_inset CommandInset label
30831 LatexCommand label
30832 name "fig:後註"
30833
30834 \end_inset
30835
30836 後註 – 注を節ないし章末に別段落として印字します.
30837 \end_layout
30838
30839 \end_inset
30840
30841
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Standard
30850 \begin_inset VSpace medskip
30851 \end_inset
30852
30853 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30854 \end_layout
30855
30856 \begin_layout Standard
30857
30858 \series bold
30859
30860 \backslash
30861 renewcommand{
30862 \backslash
30863 notesname}{Anmerkungen}
30864 \end_layout
30865
30866 \begin_layout Standard
30867 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30868 \end_layout
30869
30870 \begin_layout Standard
30871 \begin_inset VSpace medskip
30872 \end_inset
30873
30874
30875 \begin_inset CommandInset ref
30876 LatexCommand ref
30877 reference "subsec:脚注の付番"
30878
30879 \end_inset
30880
30881 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30882 \series bold
30883
30884 \backslash
30885 thefootnote
30886 \series default
30887 コマンドの代わりに
30888 \series bold
30889
30890 \backslash
30891 theendnote
30892 \series default
30893 を用いてください.後註番号をリセットするには,第
30894 \begin_inset CommandInset ref
30895 LatexCommand ref
30896 reference "subsec:脚注の付番"
30897
30898 \end_inset
30899
30900 節で述べたコマンド
30901 \series bold
30902
30903 \backslash
30904 @addtoreset
30905 \series default
30906 の,パラメータ
30907 \series bold
30908 footnote
30909 \series default
30910
30911 \series bold
30912 endnote
30913 \series default
30914 に変えて,使用してください.
30915 \end_layout
30916
30917 \begin_layout Standard
30918 後註の印だけを作成するには,第
30919 \begin_inset CommandInset ref
30920 LatexCommand ref
30921 reference "sec:脚注"
30922
30923 \end_inset
30924
30925 節で説明した
30926 \series bold
30927
30928 \backslash
30929 footnotemark
30930 \series default
30931 コマンドの代わりに,
30932 \series bold
30933
30934 \backslash
30935 endnotemark[番号]
30936 \series default
30937 コマンドを使用してください.
30938 \end_layout
30939
30940 \begin_layout Standard
30941 \begin_inset VSpace bigskip
30942 \end_inset
30943
30944 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
30945 パッケージ
30946 \series bold
30947 footmisc
30948 \series default
30949
30950 \begin_inset Index idx
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954 \SpecialChar LaTeX
30955 ぱっけーじ@\SpecialChar LaTeX
30956 パッケージ ! footmisc
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \begin_inset CommandInset citation
30963 LatexCommand cite
30964 key "footmisc"
30965 literal "true"
30966
30967 \end_inset
30968
30969 を参照してください.
30970 \end_layout
30971
30972 \begin_layout Standard
30973 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
30974 関連書籍
30975 \begin_inset CommandInset citation
30976 LatexCommand cite
30977 key "latexcompanion,latexguide,latexbook"
30978 literal "true"
30979
30980 \end_inset
30981
30982 に載っています.
30983 \series bold
30984 KOMA-Script
30985 \series default
30986
30987 \begin_inset Index idx
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991 \SpecialChar LaTeX
30992 ぱっけーじ@\SpecialChar LaTeX
30993 パッケージ ! KOMA-Script
30994 \end_layout
30995
30996 \end_inset
30997
30998 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
30999 \begin_inset CommandInset citation
31000 LatexCommand cite
31001 key "KOMA-script"
31002 literal "true"
31003
31004 \end_inset
31005
31006 参照).
31007 \end_layout
31008
31009 \begin_layout Section
31010 傍註
31011 \begin_inset Index idx
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
31016 \end_layout
31017
31018 \end_inset
31019
31020
31021 \end_layout
31022
31023 \begin_layout Standard
31024 \SpecialChar LyX
31025 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
31026 \family sans
31027 挿入\SpecialChar menuseparator
31028 傍註
31029 \family default
31030 メニューかツールバーボタン
31031 \family sans
31032
31033 \begin_inset Info
31034 type  "icon"
31035 arg   "marginalnote-insert"
31036 \end_inset
31037
31038
31039 \family default
31040 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
31041 \end_layout
31042
31043 \begin_layout Standard
31044 横にあるのが傍註です
31045 \begin_inset Marginal
31046 status open
31047
31048 \begin_layout Plain Layout
31049 これは傍註文です.
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Standard
31058 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
31059 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
31060 \end_layout
31061
31062 \begin_layout Standard
31063 \begin_inset VSpace bigskip
31064 \end_inset
31065
31066 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
31067 コードで
31068 \end_layout
31069
31070 \begin_layout Standard
31071
31072 \series bold
31073
31074 \backslash
31075 reversemarginpar
31076 \end_layout
31077
31078 \begin_layout Standard
31079 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 reversemarginpar 
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \begin_inset Marginal
31094 status open
31095
31096 \begin_layout Plain Layout
31097 これは内側余白の傍註です.
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \series bold
31104
31105 \begin_inset Newline newline
31106 \end_inset
31107
31108
31109 \series default
31110
31111 \begin_inset Note Greyedout
31112 status open
31113
31114 \begin_layout Plain Layout
31115
31116 \series bold
31117 【註】
31118 \series default
31119 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \end_layout
31126
31127 \begin_layout Standard
31128 既定の配置に戻すには,\SpecialChar TeX
31129 コードで
31130 \end_layout
31131
31132 \begin_layout Standard
31133
31134 \series bold
31135
31136 \backslash
31137 normalmarginpar
31138 \end_layout
31139
31140 \begin_layout Standard
31141 というコマンドを書き加えてください.
31142 \begin_inset ERT
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146
31147
31148 \backslash
31149 normalmarginpar 
31150 \end_layout
31151
31152 \end_inset
31153
31154  
31155 \begin_inset Note Greyedout
31156 status open
31157
31158 \begin_layout Plain Layout
31159
31160 \series bold
31161 【註】
31162 \backslash
31163 reversemarginpar
31164 \series default
31165 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \end_layout
31172
31173 \begin_layout Standard
31174 \begin_inset VSpace bigskip
31175 \end_inset
31176
31177
31178 \begin_inset Marginal
31179 status open
31180
31181 \begin_layout Plain Layout
31182 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \begin_inset CommandInset ref
31189 LatexCommand ref
31190 reference "subsec:複数行"
31191
31192 \end_inset
31193
31194 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31195 \begin_inset space \thinspace{}
31196 \end_inset
31197
31198 pt水平空白を挿入してください 
31199 \begin_inset Marginal
31200 status open
31201
31202 \begin_layout Plain Layout
31203 \begin_inset space \hspace*{}
31204 \length 0pt
31205 \end_inset
31206
31207 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \end_layout
31214
31215 \begin_layout Standard
31216 \begin_inset VSpace bigskip
31217 \end_inset
31218
31219
31220 \end_layout
31221
31222 \begin_layout Standard
31223 \begin_inset Note Greyedout
31224 status open
31225
31226 \begin_layout Plain Layout
31227
31228 \series bold
31229 【註】
31230 \series default
31231 通常,傍註は表やフロート,脚註の中では使用することができません.
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Standard
31240 \begin_inset VSpace bigskip
31241 \end_inset
31242
31243
31244 \end_layout
31245
31246 \begin_layout Standard
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252
31253 \backslash
31254 ifmarginnote
31255 \end_layout
31256
31257 \end_inset
31258
31259
31260 \begin_inset Note Note
31261 status open
31262
31263 \begin_layout Plain Layout
31264 以下の部分は,\SpecialChar LaTeX
31265 パッケージ
31266 \series bold
31267 marginnote
31268 \series default
31269 が導入されているときのみ表示されます.
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278 この制約は,\SpecialChar LaTeX
31279 パッケージ
31280 \series bold
31281 marginnote
31282 \series default
31283
31284 \begin_inset Index idx
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288 \SpecialChar LaTeX
31289 ぱっけーじ@\SpecialChar LaTeX
31290 パッケージ ! marginnote
31291 \end_layout
31292
31293 \end_inset
31294
31295 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31296 が傍註に使うコマンドが再定義されて,
31297 \series bold
31298 marginnote
31299 \series default
31300 パッケージが提供するコマンドを使うようになります.
31301 \end_layout
31302
31303 \begin_layout Standard
31304
31305 \series bold
31306
31307 \backslash
31308 usepackage{marginnote}
31309 \begin_inset Newline newline
31310 \end_inset
31311
31312
31313 \backslash
31314 let
31315 \backslash
31316 marginpar
31317 \backslash
31318 marginnote
31319 \end_layout
31320
31321 \begin_layout Standard
31322
31323 \series bold
31324 marginnote
31325 \series default
31326 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31327 \series bold
31328 marginnote
31329 \series default
31330 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31331 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31332 中の傍註の後ろに\SpecialChar TeX
31333 コードで直接
31334 \end_layout
31335
31336 \begin_layout Standard
31337
31338 \series bold
31339 [オフセット]
31340 \end_layout
31341
31342 \begin_layout Standard
31343 という形で書くことで設定することができます.ここで「オフセット」には,表
31344 \begin_inset CommandInset ref
31345 LatexCommand ref
31346 reference "tab:単位"
31347
31348 \end_inset
31349
31350 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31351 コードコマンド「
31352 \series bold
31353 [-1.5cm]
31354 \series default
31355 」を使用して,1.5
31356 \begin_inset space \thinspace{}
31357 \end_inset
31358
31359 cm上にずらしてあります
31360 \begin_inset Marginal
31361 status open
31362
31363 \begin_layout Plain Layout
31364 この傍註は,本来の位置よりも1.5
31365 \begin_inset space \thinspace{}
31366 \end_inset
31367
31368 cm上にずらしてあります.
31369 \end_layout
31370
31371 \end_inset
31372
31373
31374 \begin_inset ERT
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378
31379 [-1.5cm]
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \end_layout
31386
31387 \begin_layout Standard
31388 \begin_inset VSpace medskip
31389 \end_inset
31390
31391
31392 \series bold
31393 marginnote
31394 \series default
31395 を使うと,傍註の揃えを変更することもできます.たとえば,
31396 \end_layout
31397
31398 \begin_layout Standard
31399
31400 \series bold
31401
31402 \backslash
31403 renewcommand*{
31404 \backslash
31405 raggedleftmarginnote}{
31406 \backslash
31407 centering}
31408 \begin_inset Newline newline
31409 \end_inset
31410
31411
31412 \backslash
31413 renewcommand*{
31414 \backslash
31415 raggedrightmarginnote}{
31416 \backslash
31417 centering}
31418 \end_layout
31419
31420 \begin_layout Standard
31421 というコマンドを使うと,中央揃えになります.
31422 \series bold
31423
31424 \backslash
31425 raggedleftmarginnote
31426 \series default
31427 とは,左側に表示されている傍註のことを指します
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433
31434 \backslash
31435 renewcommand*{
31436 \backslash
31437 raggedleftmarginnote}{
31438 \backslash
31439 centering}
31440 \end_layout
31441
31442 \begin_layout Plain Layout
31443
31444
31445 \backslash
31446 renewcommand*{
31447 \backslash
31448 raggedrightmarginnote}{
31449 \backslash
31450 centering}
31451 \end_layout
31452
31453 \end_inset
31454
31455
31456 \begin_inset Marginal
31457 status open
31458
31459 \begin_layout Plain Layout
31460 この傍註の文章は中央揃えになっています.
31461 \end_layout
31462
31463 \end_inset
31464
31465 .既定の設定は,
31466 \end_layout
31467
31468 \begin_layout Standard
31469
31470 \series bold
31471
31472 \backslash
31473 renewcommand*{
31474 \backslash
31475 raggedleftmarginnote}{
31476 \backslash
31477 raggedleft}
31478 \begin_inset Newline newline
31479 \end_inset
31480
31481
31482 \backslash
31483 renewcommand*{
31484 \backslash
31485 raggedrightmarginnote}{
31486 \backslash
31487 raggedright}
31488 \series default
31489
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495
31496 \backslash
31497 renewcommand*{
31498 \backslash
31499 raggedleftmarginnote}{
31500 \backslash
31501 raggedleft}
31502 \end_layout
31503
31504 \begin_layout Plain Layout
31505
31506
31507 \backslash
31508 renewcommand*{
31509 \backslash
31510 raggedrightmarginnote}{
31511 \backslash
31512 raggedright}
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 です.
31522 \end_layout
31523
31524 \begin_layout Standard
31525 \begin_inset VSpace medskip
31526 \end_inset
31527
31528
31529 \series bold
31530 marginnote
31531 \series default
31532 の他の機能については,
31533 \begin_inset CommandInset citation
31534 LatexCommand cite
31535 key "marginnote"
31536 literal "true"
31537
31538 \end_inset
31539
31540 の取扱説明書をご参照ください.
31541 \end_layout
31542
31543 \begin_layout Standard
31544 \begin_inset VSpace bigskip
31545 \end_inset
31546
31547 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31548 \family sans
31549 \series bold
31550 \bar under
31551 注意!
31552 \family default
31553 \series default
31554 \bar default
31555 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31556 \end_layout
31557
31558 \begin_layout Standard
31559
31560 \series bold
31561
31562 \backslash
31563 let
31564 \backslash
31565 myMarginpar
31566 \backslash
31567 marginpar
31568 \begin_inset Newline newline
31569 \end_inset
31570
31571
31572 \backslash
31573 renewcommand{
31574 \backslash
31575 marginpar}[1]{
31576 \backslash
31577 myMarginpar{%
31578 \begin_inset Newline newline
31579 \end_inset
31580
31581
31582 \begin_inset Phantom HPhantom
31583 status open
31584
31585 \begin_layout Plain Layout
31586
31587 \series bold
31588 \begin_inset space ~
31589 \end_inset
31590
31591
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \backslash
31598 hspace{0pt}
31599 \backslash
31600 textsf{
31601 \backslash
31602 textbf{
31603 \backslash
31604 underbar{注意!}}}%
31605 \begin_inset Newline newline
31606 \end_inset
31607
31608
31609 \begin_inset Phantom HPhantom
31610 status open
31611
31612 \begin_layout Plain Layout
31613
31614 \series bold
31615 \begin_inset space ~
31616 \end_inset
31617
31618
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \backslash
31625 vspace{1.5mm}
31626 \backslash
31627
31628 \backslash
31629 #1}}
31630 \end_layout
31631
31632 \begin_layout Standard
31633 \begin_inset ERT
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637
31638
31639 \backslash
31640 let
31641 \backslash
31642 myMarginpar
31643 \backslash
31644 marginpar
31645 \end_layout
31646
31647 \begin_layout Plain Layout
31648
31649
31650 \backslash
31651 renewcommand{
31652 \backslash
31653 marginpar}[1]{
31654 \backslash
31655 myMarginpar{%
31656 \end_layout
31657
31658 \begin_layout Plain Layout
31659
31660    
31661 \backslash
31662 textsf{
31663 \backslash
31664 textbf{
31665 \backslash
31666 underbar{注意!}}}%
31667 \end_layout
31668
31669 \begin_layout Plain Layout
31670
31671    
31672 \backslash
31673 vspace{1.5mm}
31674 \backslash
31675
31676 \backslash
31677 #1}}
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \begin_inset Marginal
31684 status open
31685
31686 \begin_layout Plain Layout
31687 これは,定義したヘッダをつけた傍註です.
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698 [-1.5cm]
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \begin_inset ERT
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708
31709
31710 \backslash
31711 renewcommand{
31712 \backslash
31713 marginpar}[1]{
31714 \backslash
31715 myMarginpar{#1}}
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \begin_inset Note Note
31722 status open
31723
31724 \begin_layout Plain Layout
31725 傍註書式は,この例の分だけ変更してあります.
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Standard
31734 \begin_inset ERT
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738
31739
31740 \backslash
31741 else
31742 \end_layout
31743
31744 \end_inset
31745
31746
31747 \begin_inset Note Note
31748 status open
31749
31750 \begin_layout Plain Layout
31751 以下の部分は,\SpecialChar LaTeX
31752 パッケージ
31753 \series bold
31754 marginnote
31755 \series default
31756 が導入されていないときのみ表示されます.
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \begin_layout Standard
31765 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31766 パッケージ
31767 \series bold
31768 marginnote
31769 \series default
31770 を導入する必要があります.
31771 \end_layout
31772
31773 \begin_layout Standard
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 fi
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \end_layout
31788
31789 \begin_layout Chapter
31790 ボックス
31791 \end_layout
31792
31793 \begin_layout Section
31794 はじめに
31795 \begin_inset Index idx
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799 ぼっくす@ボックス ! はじめに
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31809 \begin_inset CommandInset ref
31810 LatexCommand ref
31811 reference "sec:ミニページ"
31812
31813 \end_inset
31814
31815 節参照),文章を囲ったり(第
31816 \begin_inset CommandInset ref
31817 LatexCommand ref
31818 reference "sec:装飾"
31819
31820 \end_inset
31821
31822 節参照),単語がハイフネートされるのを予防したり(第
31823 \begin_inset CommandInset ref
31824 LatexCommand ref
31825 reference "sec:ハイフネーションの回避"
31826
31827 \end_inset
31828
31829 節参照),文章を揃えたり(第
31830 \begin_inset CommandInset ref
31831 LatexCommand ref
31832 reference "subsec:垂直揃え"
31833
31834 \end_inset
31835
31836 節参照),あるいは文章の背景色を設定したり(第
31837 \begin_inset CommandInset ref
31838 LatexCommand ref
31839 reference "sec:色付きボックス"
31840
31841 \end_inset
31842
31843 節参照)するのに使用します.
31844 \end_layout
31845
31846 \begin_layout Standard
31847 ボックスは,
31848 \family sans
31849 挿入\SpecialChar menuseparator
31850 ボックス
31851 \family default
31852 メニューかツールバーボタン
31853 \family sans
31854
31855 \begin_inset Info
31856 type  "icon"
31857 arg   "box-insert Frameless"
31858 \end_inset
31859
31860
31861 \family default
31862 を使って挿入することができます.すると,
31863 \begin_inset Graphics
31864         filename clipart/BoxInsetDefault.png
31865         scale 95
31866         scaleBeforeRotation
31867
31868 \end_inset
31869
31870 のように
31871 \family sans
31872 ボックス(minipage環境)
31873 \family default
31874 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31875 \family sans
31876 設定
31877 \family default
31878 メニューを選択すると現れるボックスダイアログでは,
31879 \family sans
31880 parboxコマンド
31881 \family default
31882
31883 \family sans
31884 minipage環境
31885 \family default
31886 の二つの
31887 \family sans
31888 内部ボックス
31889 \family default
31890 型を選択することができます.
31891 \family sans
31892 minipage
31893 \family default
31894 型は,新規ボックスの既定値となっており,第
31895 \begin_inset CommandInset ref
31896 LatexCommand ref
31897 reference "sec:ミニページ"
31898
31899 \end_inset
31900
31901 節で説明します.
31902 \family sans
31903 parbox
31904 \family default
31905 型については第
31906 \begin_inset CommandInset ref
31907 LatexCommand ref
31908 reference "sec:Parboxes"
31909
31910 \end_inset
31911
31912 節,
31913 \family sans
31914 makebox
31915 \family default
31916 型については第
31917 \begin_inset CommandInset ref
31918 LatexCommand ref
31919 reference "sec:ハイフネーションの回避"
31920
31921 \end_inset
31922
31923 節で述べます.
31924 \end_layout
31925
31926 \begin_layout Standard
31927 ボックスは付番されないので,フロートや脚註のように参照することはできません.
31928 \end_layout
31929
31930 \begin_layout Standard
31931 \begin_inset Note Greyedout
31932 status open
31933
31934 \begin_layout Plain Layout
31935
31936 \series bold
31937 【註】
31938 \series default
31939 ボックスは,
31940 \family sans
31941 箇条書き(記号)
31942 \family default
31943 環境や
31944 \family sans
31945 箇条書き(記述)
31946 \family default
31947 環境の単独要素とすべきではありません.
31948 \end_layout
31949
31950 \end_inset
31951
31952
31953 \end_layout
31954
31955 \begin_layout Standard
31956 \begin_inset Note Greyedout
31957 status open
31958
31959 \begin_layout Plain Layout
31960
31961 \series bold
31962 【註】
31963 \series default
31964 理由は不明ですが,枠付きボックスを使用している場合には,
31965 \family sans
31966 内部ボックス
31967 \family default
31968 型は
31969 \family sans
31970 なし
31971 \family default
31972 にしか設定することができません.
31973 \family sans
31974 内部ボックス
31975 \family default
31976 型や枠のないボックスについては,第
31977 \begin_inset CommandInset ref
31978 LatexCommand ref
31979 reference "sec:ハイフネーションの回避"
31980
31981 \end_inset
31982
31983 節で説明します.
31984 \end_layout
31985
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \begin_layout Section
31992 ボックスダイアログ
31993 \begin_inset CommandInset label
31994 LatexCommand label
31995 name "sec:ボックスダイアログ"
31996
31997 \end_inset
31998
31999
32000 \begin_inset Index idx
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
32005 \end_layout
32006
32007 \end_inset
32008
32009
32010 \end_layout
32011
32012 \begin_layout Subsection
32013 寸法
32014 \begin_inset Index idx
32015 status collapsed
32016
32017 \begin_layout Plain Layout
32018 ぼっくす@ボックス ! すんぽう@寸法
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \begin_layout Standard
32027 ボックスダイアログでは,
32028 \family sans
32029
32030 \family default
32031
32032 \family sans
32033 高さ
32034 \family default
32035 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
32036 \begin_inset CommandInset ref
32037 LatexCommand ref
32038 reference "tab:単位"
32039
32040 \end_inset
32041
32042 に説明されています.
32043 \family sans
32044 高さ
32045 \family default
32046 フィールドには,加えて以下の寸法を使用することができます.
32047 \end_layout
32048
32049 \begin_layout Description
32050 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
32051 \begin_inset Newline newline
32052 \end_inset
32053
32054
32055 \begin_inset Newline newline
32056 \end_inset
32057
32058
32059 \begin_inset Newline newline
32060 \end_inset
32061
32062
32063 \begin_inset Box Boxed
32064 position "c"
32065 hor_pos "c"
32066 has_inner_box 1
32067 inner_pos "c"
32068 use_parbox 0
32069 use_makebox 0
32070 width "12col%"
32071 special "none"
32072 height "1in"
32073 height_special "depth"
32074 thickness "0.4pt"
32075 separation "3pt"
32076 shadowsize "4pt"
32077 framecolor "black"
32078 backgroundcolor "none"
32079 status collapsed
32080
32081 \begin_layout Plain Layout
32082 \align center
32083 高さを1階層に設定したボックス
32084 \end_layout
32085
32086 \end_inset
32087
32088
32089 \begin_inset Newline newline
32090 \end_inset
32091
32092
32093 \begin_inset Newline newline
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \begin_layout Description
32100 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32101 \begin_inset Box Boxed
32102 position "c"
32103 hor_pos "c"
32104 has_inner_box 1
32105 inner_pos "c"
32106 use_parbox 0
32107 use_makebox 0
32108 width "20col%"
32109 special "none"
32110 height "2in"
32111 height_special "height"
32112 thickness "0.4pt"
32113 separation "3pt"
32114 shadowsize "4pt"
32115 framecolor "black"
32116 backgroundcolor "none"
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120 \align center
32121 高さを2高さに設定したボックス
32122 \end_layout
32123
32124 \end_inset
32125
32126
32127 \end_layout
32128
32129 \begin_layout Description
32130 全高 これは「高さ」+「階層」です.
32131 \begin_inset Box Boxed
32132 position "c"
32133 hor_pos "c"
32134 has_inner_box 1
32135 inner_pos "c"
32136 use_parbox 0
32137 use_makebox 0
32138 width "20col%"
32139 special "none"
32140 height "1in"
32141 height_special "totalheight"
32142 thickness "0.4pt"
32143 separation "3pt"
32144 shadowsize "4pt"
32145 framecolor "black"
32146 backgroundcolor "none"
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150 \align center
32151 高さを1全高に設定したボックス
32152 \end_layout
32153
32154 \end_inset
32155
32156
32157 \end_layout
32158
32159 \begin_layout Description
32160 幅 これはボックスの幅を高さに設定します.
32161 \begin_inset Box Boxed
32162 position "c"
32163 hor_pos "c"
32164 has_inner_box 1
32165 inner_pos "c"
32166 use_parbox 0
32167 use_makebox 0
32168 width "12col%"
32169 special "none"
32170 height "1in"
32171 height_special "width"
32172 thickness "0.4pt"
32173 separation "3pt"
32174 shadowsize "4pt"
32175 framecolor "black"
32176 backgroundcolor "none"
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180 \align center
32181 高さを1幅に設定したボックス
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Subsection
32190 文字揃え
32191 \begin_inset Index idx
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195 ぼっくす@ボックス ! もじそろえ@文字揃え
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Standard
32204
32205 \family sans
32206 内部ボックス
32207 \family default
32208 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32209 \end_layout
32210
32211 \begin_layout Description
32212 上 これは例示のための本文行です.
32213 \begin_inset Box Boxed
32214 position "t"
32215 hor_pos "c"
32216 has_inner_box 1
32217 inner_pos "c"
32218 use_parbox 0
32219 use_makebox 0
32220 width "12col%"
32221 special "none"
32222 height "1in"
32223 height_special "totalheight"
32224 thickness "0.4pt"
32225 separation "3pt"
32226 shadowsize "4pt"
32227 framecolor "black"
32228 backgroundcolor "none"
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232 \align center
32233 このボックスは上揃えです.
32234 \end_layout
32235
32236 \end_inset
32237
32238 これは例示のための本文行です.
32239 \end_layout
32240
32241 \begin_layout Description
32242 中央 これは例示のための本文行です.
32243 \begin_inset Box Boxed
32244 position "c"
32245 hor_pos "c"
32246 has_inner_box 1
32247 inner_pos "c"
32248 use_parbox 0
32249 use_makebox 0
32250 width "12col%"
32251 special "none"
32252 height "1in"
32253 height_special "totalheight"
32254 thickness "0.4pt"
32255 separation "3pt"
32256 shadowsize "4pt"
32257 framecolor "black"
32258 backgroundcolor "none"
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262 \align center
32263 このボックスは中央揃えです.
32264 \end_layout
32265
32266 \end_inset
32267
32268 これは例示のための本文行です.
32269 \end_layout
32270
32271 \begin_layout Description
32272 下 これは例示のための本文行です.
32273 \begin_inset Box Boxed
32274 position "b"
32275 hor_pos "c"
32276 has_inner_box 1
32277 inner_pos "c"
32278 use_parbox 0
32279 use_makebox 0
32280 width "12col%"
32281 special "none"
32282 height "1in"
32283 height_special "totalheight"
32284 thickness "0.4pt"
32285 separation "3pt"
32286 shadowsize "4pt"
32287 framecolor "black"
32288 backgroundcolor "none"
32289 status collapsed
32290
32291 \begin_layout Plain Layout
32292 \align center
32293 このボックスは下揃えです.
32294 \end_layout
32295
32296 \end_inset
32297
32298 これは例示のための本文行です.
32299 \end_layout
32300
32301 \begin_layout Standard
32302 \begin_inset Note Greyedout
32303 status open
32304
32305 \begin_layout Plain Layout
32306
32307 \series bold
32308 【註】
32309 \series default
32310 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Standard
32319 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32320 の段落ダイアログから設定できます.
32321 \end_layout
32322
32323 \begin_layout Standard
32324 \begin_inset VSpace bigskip
32325 \end_inset
32326
32327
32328 \family sans
32329 内部ボックス
32330 \family default
32331 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32332 \end_layout
32333
32334 \begin_layout Description
32335 上 これは例示のための本文行です.
32336 \begin_inset Box Boxed
32337 position "c"
32338 hor_pos "c"
32339 has_inner_box 1
32340 inner_pos "t"
32341 use_parbox 0
32342 use_makebox 0
32343 width "12col%"
32344 special "none"
32345 height "1.5in"
32346 height_special "totalheight"
32347 thickness "0.4pt"
32348 separation "3pt"
32349 shadowsize "4pt"
32350 framecolor "black"
32351 backgroundcolor "none"
32352 status collapsed
32353
32354 \begin_layout Plain Layout
32355 \align center
32356 このボックスの文章は上揃えです.
32357 \end_layout
32358
32359 \end_inset
32360
32361 これは例示のための本文行です.
32362 \end_layout
32363
32364 \begin_layout Description
32365 中央 これは例示のための本文行です.
32366 \begin_inset Box Boxed
32367 position "c"
32368 hor_pos "c"
32369 has_inner_box 1
32370 inner_pos "c"
32371 use_parbox 0
32372 use_makebox 0
32373 width "12col%"
32374 special "none"
32375 height "1.5in"
32376 height_special "totalheight"
32377 thickness "0.4pt"
32378 separation "3pt"
32379 shadowsize "4pt"
32380 framecolor "black"
32381 backgroundcolor "none"
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385 \align center
32386 このボックスの文章は中央揃えです.
32387 \end_layout
32388
32389 \end_inset
32390
32391 これは例示のための本文行です.
32392 \end_layout
32393
32394 \begin_layout Description
32395 下 これは例示のための本文行です.
32396 \begin_inset Box Boxed
32397 position "c"
32398 hor_pos "c"
32399 has_inner_box 1
32400 inner_pos "b"
32401 use_parbox 0
32402 use_makebox 0
32403 width "12col%"
32404 special "none"
32405 height "1.5in"
32406 height_special "totalheight"
32407 thickness "0.4pt"
32408 separation "3pt"
32409 shadowsize "4pt"
32410 framecolor "black"
32411 backgroundcolor "none"
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 \align center
32416 このボックスの文章は下揃えです.
32417 \end_layout
32418
32419 \end_inset
32420
32421 これは例示のための本文行です.
32422 \end_layout
32423
32424 \begin_layout Description
32425 広げる これは例示のための本文行です.
32426 \begin_inset Box Boxed
32427 position "c"
32428 hor_pos "c"
32429 has_inner_box 1
32430 inner_pos "s"
32431 use_parbox 0
32432 use_makebox 0
32433 width "17col%"
32434 special "none"
32435 height "1.5in"
32436 height_special "totalheight"
32437 thickness "0.4pt"
32438 separation "3pt"
32439 shadowsize "4pt"
32440 framecolor "black"
32441 backgroundcolor "none"
32442 status collapsed
32443
32444 \begin_layout Plain Layout
32445 \align center
32446 このボックスの
32447 \end_layout
32448
32449 \begin_layout Plain Layout
32450 \align center
32451 文章は広げて
32452 \end_layout
32453
32454 \begin_layout Plain Layout
32455 \align center
32456 あります.
32457 \end_layout
32458
32459 \end_inset
32460
32461 これは例示のための本文行です.
32462 \end_layout
32463
32464 \begin_layout Standard
32465 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32466 \end_layout
32467
32468 \begin_layout Standard
32469 \begin_inset VSpace bigskip
32470 \end_inset
32471
32472
32473 \family sans
32474 内部ボックス
32475 \family default
32476 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32477 の段落ダイアログを用います.
32478 \end_layout
32479
32480 \begin_layout Standard
32481 \align center
32482 \begin_inset Box Boxed
32483 position "c"
32484 hor_pos "c"
32485 has_inner_box 1
32486 inner_pos "s"
32487 use_parbox 0
32488 use_makebox 0
32489 width "25col%"
32490 special "none"
32491 height "1.25in"
32492 height_special "totalheight"
32493 thickness "0.4pt"
32494 separation "3pt"
32495 shadowsize "4pt"
32496 framecolor "black"
32497 backgroundcolor "none"
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 \align left
32502 このボックスの
32503 \end_layout
32504
32505 \begin_layout Plain Layout
32506 \align center
32507 文章は広げて
32508 \end_layout
32509
32510 \begin_layout Plain Layout
32511 \align right
32512 あります.
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \begin_layout Standard
32521
32522 \family sans
32523 内部ボックス
32524 \family default
32525 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32526 \end_layout
32527
32528 \begin_layout Standard
32529 \align center
32530 \begin_inset Box Boxed
32531 position "c"
32532 hor_pos "s"
32533 has_inner_box 0
32534 inner_pos "s"
32535 use_parbox 0
32536 use_makebox 0
32537 width "90col%"
32538 special "none"
32539 height "1.25in"
32540 height_special "totalheight"
32541 thickness "0.4pt"
32542 separation "3pt"
32543 shadowsize "4pt"
32544 framecolor "black"
32545 backgroundcolor "none"
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549 このボックスの文章は水平方向に広げてあります.
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \begin_layout Subsection
32558 装飾
32559 \begin_inset CommandInset label
32560 LatexCommand label
32561 name "sec:装飾"
32562
32563 \end_inset
32564
32565
32566 \begin_inset Index idx
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570 ぼっくす@ボックス ! そうしょく@装飾
32571 \end_layout
32572
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \begin_layout Standard
32579 ボックス型は,ボックスダイアログ中の
32580 \family sans
32581 装飾
32582 \family default
32583 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32584 \end_layout
32585
32586 \begin_layout Description
32587 枠なし 枠を描きません.
32588 \end_layout
32589
32590 \begin_layout Description
32591 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32592 \begin_inset Box Boxed
32593 position "c"
32594 hor_pos "c"
32595 has_inner_box 1
32596 inner_pos "c"
32597 use_parbox 0
32598 use_makebox 0
32599 width "20col%"
32600 special "none"
32601 height "1in"
32602 height_special "totalheight"
32603 thickness "0.4pt"
32604 separation "3pt"
32605 shadowsize "4pt"
32606 framecolor "black"
32607 backgroundcolor "none"
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611 \align center
32612 長方形の箱型
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Description
32621 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32622 \begin_inset space \thinspace{}
32623 \end_inset
32624
32625 ptです. 
32626 \begin_inset Box ovalbox
32627 position "c"
32628 hor_pos "c"
32629 has_inner_box 1
32630 inner_pos "c"
32631 use_parbox 0
32632 use_makebox 0
32633 width "20col%"
32634 special "none"
32635 height "1in"
32636 height_special "totalheight"
32637 thickness "0.4pt"
32638 separation "3pt"
32639 shadowsize "4pt"
32640 framecolor "black"
32641 backgroundcolor "none"
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 \align center
32646 楕円形の箱型(細線)
32647 \end_layout
32648
32649 \end_inset
32650
32651
32652 \end_layout
32653
32654 \begin_layout Description
32655 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32656 \begin_inset space \thinspace{}
32657 \end_inset
32658
32659 ptです. 
32660 \begin_inset Box Ovalbox
32661 position "c"
32662 hor_pos "c"
32663 has_inner_box 1
32664 inner_pos "c"
32665 use_parbox 0
32666 use_makebox 0
32667 width "20col%"
32668 special "none"
32669 height "1in"
32670 height_special "totalheight"
32671 thickness "0.4pt"
32672 separation "3pt"
32673 shadowsize "4pt"
32674 framecolor "black"
32675 backgroundcolor "none"
32676 status collapsed
32677
32678 \begin_layout Plain Layout
32679 \align center
32680 楕円形の箱型(太線)
32681 \end_layout
32682
32683 \end_inset
32684
32685
32686 \end_layout
32687
32688 \begin_layout Description
32689 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32690 \begin_inset Box Shadowbox
32691 position "c"
32692 hor_pos "c"
32693 has_inner_box 1
32694 inner_pos "c"
32695 use_parbox 0
32696 use_makebox 0
32697 width "20col%"
32698 special "none"
32699 height "1in"
32700 height_special "totalheight"
32701 thickness "0.4pt"
32702 separation "3pt"
32703 shadowsize "4pt"
32704 framecolor "black"
32705 backgroundcolor "none"
32706 status collapsed
32707
32708 \begin_layout Plain Layout
32709 \align center
32710 影付きの箱型
32711 \end_layout
32712
32713 \end_inset
32714
32715
32716 \end_layout
32717
32718 \begin_layout Description
32719 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32720 \begin_inset Foot
32721 status collapsed
32722
32723 \begin_layout Plain Layout
32724
32725 \begin_inset CommandInset ref
32726 LatexCommand ref
32727 reference "sec:色付きボックス"
32728
32729 \end_inset
32730
32731 節を参照のこと.
32732 \end_layout
32733
32734 \end_inset
32735
32736 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32737 \begin_inset Box Shaded
32738 position "t"
32739 hor_pos "c"
32740 has_inner_box 0
32741 inner_pos "t"
32742 use_parbox 0
32743 use_makebox 0
32744 width "50col%"
32745 special "none"
32746 height "1in"
32747 height_special "totalheight"
32748 thickness "0.4pt"
32749 separation "3pt"
32750 shadowsize "4pt"
32751 framecolor "black"
32752 backgroundcolor "none"
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756 影付き背景の箱型
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Description
32765 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32766 は,線幅の1.5倍+0.5
32767 \begin_inset space \thinspace{}
32768 \end_inset
32769
32770 ptです.
32771 \begin_inset Box Doublebox
32772 position "c"
32773 hor_pos "c"
32774 has_inner_box 1
32775 inner_pos "c"
32776 use_parbox 0
32777 use_makebox 0
32778 width "20col%"
32779 special "none"
32780 height "1in"
32781 height_special "totalheight"
32782 thickness "0.4pt"
32783 separation "3pt"
32784 shadowsize "4pt"
32785 framecolor "black"
32786 backgroundcolor "none"
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790 \align center
32791 二重の長方形の箱型
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Standard
32800 \begin_inset VSpace bigskip
32801 \end_inset
32802
32803 \SpecialChar LyX
32804 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32805 パッケージ
32806 \series bold
32807 fancybox
32808 \series default
32809
32810 \begin_inset Index idx
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814 \SpecialChar LaTeX
32815 ぱっけーじ@\SpecialChar LaTeX
32816 パッケージ ! fancybox
32817 \end_layout
32818
32819 \end_inset
32820
32821 が導入済みでなくてはなりません.
32822 \end_layout
32823
32824 \begin_layout Standard
32825 \begin_inset VSpace bigskip
32826 \end_inset
32827
32828
32829 \family sans
32830 簡素な長方形の枠
32831 \family default
32832 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32833 ボックスは独立の段落として設定されることに注意してください.
32834 \begin_inset Box Framed
32835 position "t"
32836 hor_pos "c"
32837 has_inner_box 0
32838 inner_pos "t"
32839 use_parbox 0
32840 use_makebox 0
32841 width "100col%"
32842 special "none"
32843 height "1in"
32844 height_special "totalheight"
32845 thickness "0.4pt"
32846 separation "3pt"
32847 shadowsize "4pt"
32848 framecolor "black"
32849 backgroundcolor "none"
32850 status collapsed
32851
32852 \begin_layout Plain Layout
32853 改行可能な箱型
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Section
32862 ボックスの詳細な設定
32863 \begin_inset Index idx
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32868 \end_layout
32869
32870 \end_inset
32871
32872
32873 \end_layout
32874
32875 \begin_layout Standard
32876 楕円形ボックスの丸い角の直径は,コマンド
32877 \series bold
32878
32879 \backslash
32880 cornersize
32881 \series default
32882 で設定することができます.
32883 \end_layout
32884
32885 \begin_layout Standard
32886
32887 \series bold
32888
32889 \backslash
32890 cornersize*{1cm}
32891 \end_layout
32892
32893 \begin_layout Standard
32894 というコマンドは,直径を1
32895 \begin_inset space \thinspace{}
32896 \end_inset
32897
32898 cmに設定します.
32899 \end_layout
32900
32901 \begin_layout Standard
32902
32903 \series bold
32904
32905 \backslash
32906 cornersize{数値}
32907 \end_layout
32908
32909 \begin_layout Standard
32910 というコマンドは,直径を
32911 \family sans
32912 数値
32913 \begin_inset space \thinspace{}
32914 \end_inset
32915
32916
32917 \family default
32918
32919 \begin_inset Formula $\times$
32920 \end_inset
32921
32922
32923 \family sans
32924
32925 \begin_inset space \thinspace{}
32926 \end_inset
32927
32928 (ボックスの幅と高さの小さい方)
32929 \family default
32930 に設定します.既定値は
32931 \series bold
32932
32933 \backslash
32934 cornersize{0.5}
32935 \series default
32936 です.
32937 \end_layout
32938
32939 \begin_layout Standard
32940 \begin_inset ERT
32941 status collapsed
32942
32943 \begin_layout Plain Layout
32944
32945
32946 \backslash
32947 cornersize*{1.5cm}
32948 \end_layout
32949
32950 \end_inset
32951
32952
32953 \begin_inset Box Ovalbox
32954 position "c"
32955 hor_pos "c"
32956 has_inner_box 1
32957 inner_pos "c"
32958 use_parbox 0
32959 use_makebox 0
32960 width "25col%"
32961 special "none"
32962 height "1in"
32963 height_special "totalheight"
32964 thickness "0.4pt"
32965 separation "3pt"
32966 shadowsize "4pt"
32967 framecolor "black"
32968 backgroundcolor "none"
32969 status open
32970
32971 \begin_layout Plain Layout
32972 \align center
32973
32974 \series bold
32975
32976 \backslash
32977 cornersize
32978 \series default
32979
32980 \begin_inset space \thinspace{}
32981 \end_inset
32982
32983 =
32984 \begin_inset space \thinspace{}
32985 \end_inset
32986
32987 1.5
32988 \begin_inset space \thinspace{}
32989 \end_inset
32990
32991 cmの楕円形の箱型
32992 \end_layout
32993
32994 \end_inset
32995
32996
32997 \begin_inset ERT
32998 status collapsed
32999
33000 \begin_layout Plain Layout
33001
33002
33003 \backslash
33004 cornersize{0.5}
33005 \end_layout
33006
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \begin_layout Standard
33013 \begin_inset VSpace bigskip
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \begin_layout Standard
33020
33021 \family sans
33022 影付き背景
33023 \family default
33024 ボックスの赤色の既定背景色は,
33025 \series bold
33026
33027 \backslash
33028 definecolor{shadebox}
33029 \series default
33030 コマンドで局所的に変更することもできますし,
33031 \family sans
33032 ツール\SpecialChar menuseparator
33033 設定\SpecialChar menuseparator
33034 色\SpecialChar menuseparator
33035 影付きボックス
33036 \family default
33037 メニューからグローバルに変更することもできます.
33038 \series bold
33039
33040 \backslash
33041 definecolor
33042 \series default
33043 コマンドの用法は第
33044 \begin_inset CommandInset ref
33045 LatexCommand ref
33046 reference "sec:色付きの表"
33047
33048 \end_inset
33049
33050
33051 \begin_inset Foot
33052 status collapsed
33053
33054 \begin_layout Plain Layout
33055 N
33056 \series bold
33057
33058 \backslash
33059 definecolor
33060 \series default
33061 は,\SpecialChar LaTeX
33062 パッケージの
33063 \series bold
33064 color
33065 \series default
33066 をプリアンブルに読み込む必要があります.第
33067 \begin_inset CommandInset ref
33068 LatexCommand ref
33069 reference "sec:色付きボックス"
33070
33071 \end_inset
33072
33073 節をご参照ください..
33074 \end_layout
33075
33076 \end_inset
33077
33078 で説明されています.
33079 \end_layout
33080
33081 \begin_layout Standard
33082 たとえば,下記の影付き背景ボックスの外見は
33083 \end_layout
33084
33085 \begin_layout Standard
33086
33087 \series bold
33088
33089 \backslash
33090 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33091 \end_layout
33092
33093 \begin_layout Standard
33094 という\SpecialChar TeX
33095 コードコマンドを使って設定してあります.
33096 \end_layout
33097
33098 \begin_layout Standard
33099 \begin_inset ERT
33100 status collapsed
33101
33102 \begin_layout Plain Layout
33103
33104
33105 \backslash
33106 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33107 \end_layout
33108
33109 \end_inset
33110
33111
33112 \begin_inset Box Shaded
33113 position "t"
33114 hor_pos "c"
33115 has_inner_box 0
33116 inner_pos "t"
33117 use_parbox 0
33118 use_makebox 0
33119 width "100col%"
33120 special "none"
33121 height "1in"
33122 height_special "totalheight"
33123 thickness "0.4pt"
33124 separation "3pt"
33125 shadowsize "4pt"
33126 framecolor "black"
33127 backgroundcolor "none"
33128 status open
33129
33130 \begin_layout Plain Layout
33131
33132 \color yellow
33133 これは,濃緑色の背景の
33134 \family sans
33135 影付き背景
33136 \family default
33137 ボックスに入れた黄色の文章です.
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \begin_inset ERT
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147
33148
33149 \backslash
33150 definecolor{shadecolor}{rgb}{1,0,0}
33151 \end_layout
33152
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \begin_layout Standard
33159 \begin_inset VSpace bigskip
33160 \end_inset
33161
33162 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33163 \end_layout
33164
33165 \begin_layout Section
33166 ミニページ
33167 \begin_inset CommandInset label
33168 LatexCommand label
33169 name "sec:ミニページ"
33170
33171 \end_inset
33172
33173
33174 \begin_inset Index idx
33175 status collapsed
33176
33177 \begin_layout Plain Layout
33178 ぼっくす@ボックス ! みにぺーじ@ミニページ
33179 \end_layout
33180
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \begin_layout Standard
33187 ミニページは,\SpecialChar LaTeX
33188 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33189 \end_layout
33190
33191 \begin_layout Standard
33192 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33193 \end_layout
33194
33195 \begin_layout Standard
33196 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33197 \family sans
33198 挿入
33199 \family default
33200 \SpecialChar menuseparator
33201
33202 \family sans
33203 整形
33204 \family default
33205 \SpecialChar menuseparator
33206
33207 \family sans
33208 水平方向の空白
33209 \family default
33210 メニューで挿入した水平フィルで隔てられています.
33211 \begin_inset Newpage newpage
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Standard
33218 \begin_inset Box Frameless
33219 position "t"
33220 hor_pos "c"
33221 has_inner_box 1
33222 inner_pos "c"
33223 use_parbox 0
33224 use_makebox 0
33225 width "45col%"
33226 special "none"
33227 height "1in"
33228 height_special "totalheight"
33229 thickness "0.4pt"
33230 separation "3pt"
33231 shadowsize "4pt"
33232 framecolor "black"
33233 backgroundcolor "none"
33234 status open
33235
33236 \begin_layout Plain Layout
33237 Dies ist ein deutscher Text.
33238  Dies ist ein deutscher Text.
33239  Dies ist ein deutscher Text.
33240  Dies ist ein deutscher Text.
33241  Dies ist ein deutscher Text.
33242  Dies ist ein deutscher Text.
33243  Dies ist ein deutscher Text.
33244  Dies ist ein deutscher Text.
33245  Dies ist ein deutscher Text.
33246  Dies ist ein deutscher Text.
33247  Dies ist ein deutscher Text.
33248  Dies ist ein deutscher Text.
33249  Dies ist ein deutscher Text
33250 \begin_inset Foot
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254 Dies ist eine deutsche Fußnote.
33255 \end_layout
33256
33257 \end_inset
33258
33259 .
33260  Dies ist ein deutscher Text.
33261  Dies ist ein deutscher Text.
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \begin_inset space \hfill{}
33268 \end_inset
33269
33270
33271 \begin_inset Box Frameless
33272 position "t"
33273 hor_pos "c"
33274 has_inner_box 1
33275 inner_pos "c"
33276 use_parbox 0
33277 use_makebox 0
33278 width "45col%"
33279 special "none"
33280 height "1in"
33281 height_special "totalheight"
33282 thickness "0.4pt"
33283 separation "3pt"
33284 shadowsize "4pt"
33285 framecolor "black"
33286 backgroundcolor "none"
33287 status open
33288
33289 \begin_layout Plain Layout
33290 This is an English Text.
33291  This is an English Text.
33292  This is an English Text.
33293  This is an English Text.
33294  This is an English Text.
33295  This is an English Text.
33296  This is an English Text.
33297  This is an English Text.
33298  This is an English Text.
33299  This is an English Text.
33300  This is an English Text.
33301  This is an English Text.
33302  This is an English Text.
33303  This is an English Text.
33304  This is an English Text.
33305  This is an English Text.
33306 \begin_inset Foot
33307 status collapsed
33308
33309 \begin_layout Plain Layout
33310 This is an English footnote.
33311 \end_layout
33312
33313 \end_inset
33314
33315  This is an English Text.
33316 \end_layout
33317
33318 \end_inset
33319
33320
33321 \end_layout
33322
33323 \begin_layout Standard
33324 \begin_inset VSpace bigskip
33325 \end_inset
33326
33327 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33328 \family sans
33329 中スキップ
33330 \family default
33331 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33332 \end_layout
33333
33334 \begin_layout Standard
33335 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33336 \begin_inset CommandInset ref
33337 LatexCommand ref
33338 reference "sec:色付きボックス"
33339
33340 \end_inset
33341
33342 節をご参照ください.
33343 \end_layout
33344
33345 \begin_layout Standard
33346 \begin_inset Note Greyedout
33347 status open
33348
33349 \begin_layout Plain Layout
33350
33351 \series bold
33352 【註】
33353 \series default
33354 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 \begin_inset VSpace bigskip
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \begin_layout Standard
33370 \SpecialChar LyX
33371 は,
33372 \emph on
33373 可変幅ミニページ
33374 \emph default
33375 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33376 \family typewriter
33377 examples/varwidth-floats-side-by-side.lyx
33378 \family default
33379 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33380 \family typewriter
33381 Varwidth
33382 \family default
33383  \SpecialChar LaTeX
33384 パッケージが必要です.
33385 \end_layout
33386
33387 \begin_layout Section
33388 段落ボックス(parbox)
33389 \begin_inset CommandInset label
33390 LatexCommand label
33391 name "sec:Parboxes"
33392
33393 \end_inset
33394
33395
33396 \begin_inset Index idx
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400 ほっくす@ボックス ! たんらく@段落—(parbox)
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \begin_layout Standard
33409 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33410 \end_layout
33411
33412 \begin_layout Standard
33413 \align center
33414 \begin_inset Box Frameless
33415 position "t"
33416 hor_pos "c"
33417 has_inner_box 1
33418 inner_pos "t"
33419 use_parbox 1
33420 use_makebox 0
33421 width "33col%"
33422 special "none"
33423 height "1in"
33424 height_special "totalheight"
33425 thickness "0.4pt"
33426 separation "3pt"
33427 shadowsize "4pt"
33428 framecolor "black"
33429 backgroundcolor "none"
33430 status open
33431
33432 \begin_layout Plain Layout
33433 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33434 \end_layout
33435
33436 \begin_layout Plain Layout
33437 右の脚註は表示されません.
33438 \begin_inset Foot
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442 これはparbox内の脚註であり,したがって表示はされません.
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \end_layout
33454
33455 \begin_layout Section
33456 単語や文字のボックス
33457 \begin_inset Index idx
33458 status collapsed
33459
33460 \begin_layout Plain Layout
33461 ぼっくす@ボックス ! もじよう@文字用
33462 \end_layout
33463
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \begin_layout Subsection
33470 ハイフネーションの回避
33471 \begin_inset CommandInset label
33472 LatexCommand label
33473 name "sec:ハイフネーションの回避"
33474
33475 \end_inset
33476
33477
33478 \begin_inset Index idx
33479 status collapsed
33480
33481 \begin_layout Plain Layout
33482 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \begin_layout Standard
33491 単語や文章がハイフネートされるのを防ぐには,
33492 \family sans
33493 makebox
33494 \family default
33495 型ボックスを使うことができます.
33496 \begin_inset Newline newline
33497 \end_inset
33498
33499 以下が例示用の文章です.
33500 \end_layout
33501
33502 \begin_layout Standard
33503 This line is an example to show how you can prevent the hyphenation of 
33504 \begin_inset Quotes eld
33505 \end_inset
33506
33507 veryverylongword
33508 \begin_inset Quotes erd
33509 \end_inset
33510
33511 .
33512 \end_layout
33513
33514 \begin_layout Standard
33515 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33516 \family sans
33517 内部ボックス
33518 \family default
33519
33520 \family sans
33521 makebox
33522 \family default
33523 コマンドに設定し,幅は指定しません.
33524 \end_layout
33525
33526 \begin_layout Standard
33527 以下がその結果です.
33528 \end_layout
33529
33530 \begin_layout Standard
33531 This line is an example to show how you can prevent the hyphenation of 
33532 \begin_inset Box Frameless
33533 position "t"
33534 hor_pos "c"
33535 has_inner_box 1
33536 inner_pos "t"
33537 use_parbox 0
33538 use_makebox 1
33539 width ""
33540 special "none"
33541 height "1in"
33542 height_special "totalheight"
33543 thickness "0.4pt"
33544 separation "3pt"
33545 shadowsize "4pt"
33546 framecolor "black"
33547 backgroundcolor "none"
33548 status open
33549
33550 \begin_layout Plain Layout
33551 \begin_inset Quotes eld
33552 \end_inset
33553
33554 veryverylongword
33555 \begin_inset Quotes erd
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \end_inset
33562
33563 .
33564 \end_layout
33565
33566 \begin_layout Standard
33567 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33568 コードで「
33569 \series bold
33570
33571 \backslash
33572 -
33573 \series default
33574 」コマンドを設定する方法もあります.
33575 \end_layout
33576
33577 \begin_layout Standard
33578 This line is an example to show how you can prevent the hyphenation of 
33579 \begin_inset Quotes eld
33580 \end_inset
33581
33582
33583 \begin_inset ERT
33584 status collapsed
33585
33586 \begin_layout Plain Layout
33587
33588
33589 \backslash
33590 -
33591 \end_layout
33592
33593 \end_inset
33594
33595 veryverylongword
33596 \begin_inset Quotes erd
33597 \end_inset
33598
33599 .
33600 \end_layout
33601
33602 \begin_layout Standard
33603 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33604 \family sans
33605 挿入
33606 \family default
33607 \SpecialChar menuseparator
33608
33609 \family sans
33610 整形
33611 \family default
33612 \SpecialChar menuseparator
33613
33614 \family sans
33615 整形なし改行
33616 \family default
33617 メニュー(
33618 \begin_inset Flex Ruby
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622 捷径
33623 \begin_inset Argument post:1
33624 status collapsed
33625
33626 \begin_layout Plain Layout
33627 ショートカット
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \begin_inset Info
33639 type  "shortcut"
33640 arg   "newline-insert newline"
33641 \end_inset
33642
33643 )から改行を単語の前に入れてください.
33644 \end_layout
33645
33646 \begin_layout Standard
33647 This line is an example to show how you can prevent the hyphenation of 
33648 \begin_inset Newline newline
33649 \end_inset
33650
33651
33652 \begin_inset Box Frameless
33653 position "t"
33654 hor_pos "c"
33655 has_inner_box 1
33656 inner_pos "t"
33657 use_parbox 0
33658 use_makebox 1
33659 width ""
33660 special "none"
33661 height "1in"
33662 height_special "totalheight"
33663 thickness "0.4pt"
33664 separation "3pt"
33665 shadowsize "4pt"
33666 framecolor "black"
33667 backgroundcolor "none"
33668 status open
33669
33670 \begin_layout Plain Layout
33671 \begin_inset Quotes eld
33672 \end_inset
33673
33674 veryverylongword
33675 \begin_inset Quotes erd
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \end_inset
33682
33683 .
33684 \end_layout
33685
33686 \begin_layout Subsection
33687 垂直揃え
33688 \begin_inset CommandInset label
33689 LatexCommand label
33690 name "subsec:垂直揃え"
33691
33692 \end_inset
33693
33694
33695 \begin_inset Index idx
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \begin_inset Index idx
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709 ぼっくす@ボックス ! Raiseboxes
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Standard
33718
33719 \series bold
33720
33721 \backslash
33722 raisebox
33723 \series default
33724 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33725 \series bold
33726
33727 \backslash
33728 raisebox
33729 \series default
33730 は以下の書式で使用します.
33731 \end_layout
33732
33733 \begin_layout Standard
33734
33735 \series bold
33736
33737 \backslash
33738 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33739 \end_layout
33740
33741 \begin_layout Standard
33742 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33743 \end_layout
33744
33745 \begin_layout Standard
33746 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33747 コードで
33748 \end_layout
33749
33750 \begin_layout Standard
33751
33752 \series bold
33753
33754 \backslash
33755 raisebox{
33756 \backslash
33757 depth}{
33758 \end_layout
33759
33760 \begin_layout Standard
33761 というコマンドを挿入してください.単語の後には,閉じ括弧「
33762 \series bold
33763 }
33764 \series default
33765 」を\SpecialChar TeX
33766 コードで挿入してください.
33767 \begin_inset Newline newline
33768 \end_inset
33769
33770 以下がその出力です.
33771 \end_layout
33772
33773 \begin_layout Standard
33774 This is a text line with the word 
33775 \begin_inset ERT
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779
33780
33781 \backslash
33782 raisebox{
33783 \backslash
33784 depth}{
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \begin_inset Quotes eld
33791 \end_inset
33792
33793 preventing
33794 \begin_inset Quotes erd
33795 \end_inset
33796
33797
33798 \begin_inset ERT
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803 }
33804 \end_layout
33805
33806 \end_inset
33807
33808  as raised word.
33809 \end_layout
33810
33811 \begin_layout Standard
33812 \begin_inset VSpace bigskip
33813 \end_inset
33814
33815 行中の文字を上げ下げすると,以下のように行間が広がります.
33816 \end_layout
33817
33818 \begin_layout Standard
33819 This is a text line with the word 
33820 \begin_inset ERT
33821 status collapsed
33822
33823 \begin_layout Plain Layout
33824
33825
33826 \backslash
33827 raisebox{-
33828 \backslash
33829 depth}{
33830 \end_layout
33831
33832 \end_inset
33833
33834
33835 \begin_inset Quotes eld
33836 \end_inset
33837
33838 preventing
33839 \begin_inset Quotes erd
33840 \end_inset
33841
33842
33843 \begin_inset ERT
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847
33848 }
33849 \end_layout
33850
33851 \end_inset
33852
33853  as lowered word.
33854 \begin_inset Newline newline
33855 \end_inset
33856
33857 This is a text line with the word 
33858 \begin_inset ERT
33859 status collapsed
33860
33861 \begin_layout Plain Layout
33862
33863
33864 \backslash
33865 raisebox{0.5cm}{
33866 \end_layout
33867
33868 \end_inset
33869
33870
33871 \begin_inset Quotes eld
33872 \end_inset
33873
33874 testing
33875 \begin_inset Quotes erd
33876 \end_inset
33877
33878
33879 \begin_inset ERT
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884 }
33885 \end_layout
33886
33887 \end_inset
33888
33889  as raised word.
33890 \end_layout
33891
33892 \begin_layout Standard
33893 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33894 \end_layout
33895
33896 \begin_layout Standard
33897
33898 \series bold
33899
33900 \backslash
33901 raisebox{-
33902 \backslash
33903 depth}[0pt]{
33904 \end_layout
33905
33906 \begin_layout Standard
33907 とすると,以下のようになります.
33908 \end_layout
33909
33910 \begin_layout Standard
33911 This is a text line with the word 
33912 \begin_inset ERT
33913 status collapsed
33914
33915 \begin_layout Plain Layout
33916
33917
33918 \backslash
33919 raisebox{-
33920 \backslash
33921 depth}[0pt]{
33922 \end_layout
33923
33924 \end_inset
33925
33926
33927 \begin_inset Quotes eld
33928 \end_inset
33929
33930 preventing
33931 \begin_inset Quotes erd
33932 \end_inset
33933
33934
33935 \begin_inset ERT
33936 status collapsed
33937
33938 \begin_layout Plain Layout
33939
33940 }
33941 \end_layout
33942
33943 \end_inset
33944
33945  as lowered word.
33946 \begin_inset Newline newline
33947 \end_inset
33948
33949
33950 \begin_inset Newline newline
33951 \end_inset
33952
33953 This is a text line with the word 
33954 \begin_inset ERT
33955 status collapsed
33956
33957 \begin_layout Plain Layout
33958
33959
33960 \backslash
33961 raisebox{0.5cm}[0pt]{
33962 \end_layout
33963
33964 \end_inset
33965
33966
33967 \begin_inset Quotes eld
33968 \end_inset
33969
33970 testing
33971 \begin_inset Quotes erd
33972 \end_inset
33973
33974
33975 \begin_inset ERT
33976 status collapsed
33977
33978 \begin_layout Plain Layout
33979
33980 }
33981 \end_layout
33982
33983 \end_inset
33984
33985  as raised word.
33986 \end_layout
33987
33988 \begin_layout Section
33989 色付きボックス
33990 \begin_inset CommandInset label
33991 LatexCommand label
33992 name "sec:色付きボックス"
33993
33994 \end_inset
33995
33996
33997 \begin_inset Index idx
33998 status collapsed
33999
34000 \begin_layout Plain Layout
34001 ぼっくす@ボックス ! いろつき@色付き
34002 \end_layout
34003
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \begin_layout Standard
34010 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
34011 \begin_inset Box Frameless
34012 position "t"
34013 hor_pos "c"
34014 has_inner_box 1
34015 inner_pos "t"
34016 use_parbox 0
34017 use_makebox 1
34018 width ""
34019 special "none"
34020 height "1in"
34021 height_special "totalheight"
34022 thickness "0.4pt"
34023 separation "3pt"
34024 shadowsize "4pt"
34025 framecolor "black"
34026 backgroundcolor "orange"
34027 status open
34028
34029 \begin_layout Plain Layout
34030 橙色背景のボックス
34031 \end_layout
34032
34033 \end_inset
34034
34035
34036 \end_layout
34037
34038 \begin_layout Standard
34039 装飾を
34040 \family sans
34041 簡素な長方形の枠
34042 \family default
34043 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
34044 は白を既定色として設定します).
34045 \begin_inset Newline newline
34046 \end_inset
34047
34048 例:
34049 \begin_inset Box Boxed
34050 position "t"
34051 hor_pos "c"
34052 has_inner_box 0
34053 inner_pos "t"
34054 use_parbox 0
34055 use_makebox 0
34056 width ""
34057 special "none"
34058 height "1in"
34059 height_special "totalheight"
34060 thickness "0.4pt"
34061 separation "3pt"
34062 shadowsize "4pt"
34063 framecolor "teal"
34064 backgroundcolor "yellow"
34065 status open
34066
34067 \begin_layout Plain Layout
34068 ティール色の枠と黄色の背景を持つボックス
34069 \end_layout
34070
34071 \end_inset
34072
34073
34074 \end_layout
34075
34076 \begin_layout Standard
34077 \begin_inset VSpace bigskip
34078 \end_inset
34079
34080 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34081 \begin_inset Newline newline
34082 \end_inset
34083
34084
34085 \begin_inset Box Boxed
34086 position "t"
34087 hor_pos "c"
34088 has_inner_box 0
34089 inner_pos "t"
34090 use_parbox 0
34091 use_makebox 0
34092 width ""
34093 special "none"
34094 height "1in"
34095 height_special "totalheight"
34096 thickness "0.4pt"
34097 separation "3pt"
34098 shadowsize "4pt"
34099 framecolor "cyan"
34100 backgroundcolor "magenta"
34101 status open
34102
34103 \begin_layout Plain Layout
34104
34105 \color yellow
34106 これは着色した色付きボックス中の色付き文章です.
34107 \end_layout
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 \begin_inset VSpace bigskip
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Standard
34122 事前に設定された色以外の色が欲しいときは,第
34123 \begin_inset CommandInset ref
34124 LatexCommand ref
34125 reference "sec:色付きの表"
34126
34127 \end_inset
34128
34129 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34130 \end_layout
34131
34132 \begin_layout Standard
34133 枠なしの色付きボックスは,
34134 \series bold
34135
34136 \backslash
34137 colorbox
34138 \series default
34139 コマンドで作ります.これは,以下のような書式で使われます.
34140 \end_layout
34141
34142 \begin_layout Standard
34143
34144 \series bold
34145
34146 \backslash
34147 colorbox{色}{ボックスの内容}
34148 \end_layout
34149
34150 \begin_layout Standard
34151 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34152 コードで
34153 \end_layout
34154
34155 \begin_layout Standard
34156
34157 \series bold
34158
34159 \backslash
34160 colorbox{darkgreen}{
34161 \end_layout
34162
34163 \begin_layout Standard
34164 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34165 コードで閉じ括弧「
34166 \series bold
34167 }
34168 \series default
34169 」を入れてください.
34170 \begin_inset Newline newline
34171 \end_inset
34172
34173 以下がその結果です.
34174 \end_layout
34175
34176 \begin_layout Standard
34177 この行では,
34178 \begin_inset ERT
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182
34183
34184 \backslash
34185 colorbox{darkgreen}{
34186 \end_layout
34187
34188 \end_inset
34189
34190 「注意!」
34191 \begin_inset ERT
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195
34196 }
34197 \end_layout
34198
34199 \end_inset
34200
34201 という単語が濃緑の背景になっています.
34202 \end_layout
34203
34204 \begin_layout Standard
34205 枠付き色付きのボックスは,下記のように
34206 \series bold
34207
34208 \backslash
34209 fcolorbox
34210 \series default
34211 コマンドを使って作ります.
34212 \end_layout
34213
34214 \begin_layout Standard
34215
34216 \series bold
34217
34218 \backslash
34219 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34220 \end_layout
34221
34222 \begin_layout Section
34223 ボックスの伸縮回転
34224 \end_layout
34225
34226 \begin_layout Standard
34227 本節に述べられているボックスを使うには,
34228 \family sans
34229 画像ボックス
34230 \family default
34231 モジュールを文書設定で読み込んでおく必要があります.
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset Note Greyedout
34236 status open
34237
34238 \begin_layout Plain Layout
34239
34240 \series bold
34241 【註】
34242 \series default
34243 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34244 \end_layout
34245
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \begin_layout Standard
34252 \begin_inset Note Greyedout
34253 status open
34254
34255 \begin_layout Plain Layout
34256
34257 \series bold
34258 【註】
34259 \series default
34260 フロートは回転伸縮したボックスの中に入れることはできません.
34261 \end_layout
34262
34263 \end_inset
34264
34265
34266 \end_layout
34267
34268 \begin_layout Subsection
34269 ボックスの回転
34270 \begin_inset Index idx
34271 status collapsed
34272
34273 \begin_layout Plain Layout
34274 ぼっくす@ボックス ! かいてんした@回転した
34275 \end_layout
34276
34277 \end_inset
34278
34279
34280 \begin_inset Index idx
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284 かいてん@回転 ! そざいの@素材の—
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \begin_inset Index idx
34291 status collapsed
34292
34293 \begin_layout Plain Layout
34294 ず@図 ! のかいてん@—の回転
34295 \end_layout
34296
34297 \end_inset
34298
34299
34300 \begin_inset Index idx
34301 status collapsed
34302
34303 \begin_layout Plain Layout
34304 ひょうのちょうせい@表の調整 ! かいてん@回転
34305 \end_layout
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Standard
34313 ものを回転するならば,
34314 \family sans
34315 回転ボックス
34316 \family default
34317 に入れることができます.このボックスは,
34318 \family sans
34319 挿入\SpecialChar menuseparator
34320 拡張差込枠\SpecialChar menuseparator
34321 回転ボックス
34322 \family default
34323 で挿入することができます.
34324 \end_layout
34325
34326 \begin_layout Standard
34327 回転の原点は,原点差込枠(メニュー「
34328 \family sans
34329 挿入\SpecialChar menuseparator
34330 原点
34331 \family default
34332 」)に
34333 \series bold
34334 origin=位置
34335 \series default
34336 の形で指定することができます.位置として指定可能なのは,
34337 \emph on
34338 c
34339 \emph default
34340 (中央揃え)・
34341 \emph on
34342 l
34343 \emph default
34344 (左揃え)・
34345 \emph on
34346 r
34347 \emph default
34348 (右揃え)・
34349 \emph on
34350 b
34351 \emph default
34352 (下揃え)・
34353 \emph on
34354 t
34355 \emph default
34356 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34357 \emph on
34358 lt
34359 \emph default
34360 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34361 \emph on
34362 l
34363 \emph default
34364 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34365 \end_layout
34366
34367 \begin_layout Standard
34368 下の例では,
34369 \family sans
34370 原点
34371 \family default
34372 差込枠に
34373 \series bold
34374 origin=c
34375 \series default
34376
34377 \family sans
34378 回転
34379 \family default
34380 差込枠に
34381 \series bold
34382 60
34383 \series default
34384 と入れています.
34385 \end_layout
34386
34387 \begin_layout Standard
34388 これは,
34389 \begin_inset Flex Rotatebox
34390 status open
34391
34392 \begin_layout Plain Layout
34393 \begin_inset Argument 1
34394 status open
34395
34396 \begin_layout Plain Layout
34397 origin=c
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \begin_inset Argument 2
34404 status open
34405
34406 \begin_layout Plain Layout
34407 60
34408 \end_layout
34409
34410 \end_inset
34411
34412 回転した
34413 \end_layout
34414
34415 \end_inset
34416
34417 文章を含む行です.
34418 \end_layout
34419
34420 \begin_layout Standard
34421 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34422 \end_layout
34423
34424 \begin_layout Standard
34425 これは,
34426 \begin_inset Flex Rotatebox
34427 status open
34428
34429 \begin_layout Plain Layout
34430 \begin_inset Argument 1
34431 status open
34432
34433 \begin_layout Plain Layout
34434 origin=r
34435 \end_layout
34436
34437 \end_inset
34438
34439
34440 \begin_inset Argument 2
34441 status open
34442
34443 \begin_layout Plain Layout
34444 60
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \begin_inset Box Doublebox
34451 position "c"
34452 hor_pos "c"
34453 has_inner_box 0
34454 inner_pos "c"
34455 use_parbox 0
34456 use_makebox 0
34457 width "1in"
34458 special "width"
34459 height "1in"
34460 height_special "totalheight"
34461 thickness "0.4pt"
34462 separation "3pt"
34463 shadowsize "4pt"
34464 framecolor "black"
34465 backgroundcolor "none"
34466 status open
34467
34468 \begin_layout Plain Layout
34469 回転した
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \end_layout
34476
34477 \end_inset
34478
34479 枠付き文章と
34480 \begin_inset Flex Rotatebox
34481 status open
34482
34483 \begin_layout Plain Layout
34484 \begin_inset Argument 1
34485 status open
34486
34487 \begin_layout Plain Layout
34488 origin=lb
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset Argument 2
34495 status open
34496
34497 \begin_layout Plain Layout
34498 60
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \end_inset
34511
34512 数式を含む行です.
34513 \end_layout
34514
34515 \begin_layout Standard
34516 あるいは,以下のように図や表を入れることもできます.
34517 \end_layout
34518
34519 \begin_layout Standard
34520 これは,
34521 \begin_inset Flex Rotatebox
34522 status open
34523
34524 \begin_layout Plain Layout
34525 \begin_inset Argument 1
34526 status open
34527
34528 \begin_layout Plain Layout
34529 origin=lb
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \begin_inset Argument 2
34536 status open
34537
34538 \begin_layout Plain Layout
34539 90
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \begin_inset Graphics
34546         filename ../clipart/Star-structure.pdf
34547         lyxscale 50
34548         width 25col%
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \end_inset
34556
34557 回転した画像と
34558 \begin_inset Flex Rotatebox
34559 status open
34560
34561 \begin_layout Plain Layout
34562 \begin_inset Argument 2
34563 status open
34564
34565 \begin_layout Plain Layout
34566 -90
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \begin_inset Tabular
34573 <lyxtabular version="3" rows="2" columns="2">
34574 <features tabularvalignment="middle">
34575 <column alignment="center" valignment="top">
34576 <column alignment="center" valignment="top">
34577 <row>
34578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34579 \begin_inset Text
34580
34581 \begin_layout Plain Layout
34582 q
34583 \end_layout
34584
34585 \end_inset
34586 </cell>
34587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34588 \begin_inset Text
34589
34590 \begin_layout Plain Layout
34591 w
34592 \end_layout
34593
34594 \end_inset
34595 </cell>
34596 </row>
34597 <row>
34598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34599 \begin_inset Text
34600
34601 \begin_layout Plain Layout
34602 e
34603 \end_layout
34604
34605 \end_inset
34606 </cell>
34607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34608 \begin_inset Text
34609
34610 \begin_layout Plain Layout
34611 r
34612 \end_layout
34613
34614 \end_inset
34615 </cell>
34616 </row>
34617 </lyxtabular>
34618
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \end_inset
34625
34626 表を含む行です.
34627 \end_layout
34628
34629 \begin_layout Standard
34630 \begin_inset Note Greyedout
34631 status open
34632
34633 \begin_layout Plain Layout
34634
34635 \series bold
34636 【註】
34637 \family sans
34638 \series default
34639 角度
34640 \family default
34641 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34642 エラーが発生します.
34643 \end_layout
34644
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \begin_layout Subsection
34651 ボックスの伸縮
34652 \begin_inset Index idx
34653 status collapsed
34654
34655 \begin_layout Plain Layout
34656 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \begin_inset Index idx
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666 しんしゅく@伸縮 ! そざいの@素材の—
34667 \end_layout
34668
34669 \end_inset
34670
34671
34672 \begin_inset Index idx
34673 status collapsed
34674
34675 \begin_layout Plain Layout
34676 ず@図 ! のしんしゅく@—の伸縮
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \begin_inset Index idx
34683 status collapsed
34684
34685 \begin_layout Plain Layout
34686 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34687 \end_layout
34688
34689 \end_inset
34690
34691
34692 \end_layout
34693
34694 \begin_layout Standard
34695 ものを伸縮するならば,
34696 \family sans
34697 伸縮ボックス
34698 \family default
34699 に入れることができます.このボックスは,
34700 \family sans
34701 挿入\SpecialChar menuseparator
34702 拡張差込枠\SpecialChar menuseparator
34703 伸縮ボックス
34704 \family default
34705 で挿入することができます.
34706 \end_layout
34707
34708 \begin_layout Standard
34709
34710 \family sans
34711 伸縮ボックス
34712 \family default
34713 には,必須差込枠「
34714 \family sans
34715 水平因子
34716 \family default
34717 」と,非必須差込枠「
34718 \family sans
34719 垂直因子
34720 \family default
34721 」(「
34722 \family sans
34723 挿入\SpecialChar menuseparator
34724 垂直因子
34725 \family default
34726 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34727 \family sans
34728 垂直因子
34729 \family default
34730 を使わない場合には,水平因子が垂直因子としても使われます.
34731 \end_layout
34732
34733 \begin_layout Standard
34734 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34735 \family sans
34736 水平因子
34737 \family default
34738 差込枠に
34739 \series bold
34740 2
34741 \series default
34742 と入力してください.例:
34743 \begin_inset Flex Scalebox
34744 status open
34745
34746 \begin_layout Plain Layout
34747 \begin_inset Argument 1
34748 status open
34749
34750 \begin_layout Plain Layout
34751 2
34752 \end_layout
34753
34754 \end_inset
34755
34756 こんにちは
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Standard
34765
34766 \family sans
34767 水平因子
34768 \family default
34769
34770 \series bold
34771 2
34772 \series default
34773
34774 \family sans
34775 垂直因子
34776 \family default
34777
34778 \series bold
34779 1
34780 \series default
34781 にすると,このようにゆがみます:
34782 \begin_inset Flex Scalebox
34783 status open
34784
34785 \begin_layout Plain Layout
34786 \begin_inset Argument 1
34787 status open
34788
34789 \begin_layout Plain Layout
34790 2
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \begin_inset Argument 2
34797 status open
34798
34799 \begin_layout Plain Layout
34800 1
34801 \end_layout
34802
34803 \end_inset
34804
34805 こんにちは
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Standard
34814 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
34815 \family sans
34816 水平因子
34817 \family default
34818
34819 \series bold
34820 -1
34821 \series default
34822
34823 \family sans
34824 垂直因子
34825 \family default
34826
34827 \series bold
34828 1
34829 \series default
34830 にします:
34831 \begin_inset Flex Scalebox
34832 status open
34833
34834 \begin_layout Plain Layout
34835 \begin_inset Argument 1
34836 status open
34837
34838 \begin_layout Plain Layout
34839 -1
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \begin_inset Argument 2
34846 status open
34847
34848 \begin_layout Plain Layout
34849 1
34850 \end_layout
34851
34852 \end_inset
34853
34854 こんにちは
34855 \end_layout
34856
34857 \end_inset
34858
34859
34860 \end_layout
34861
34862 \begin_layout Standard
34863
34864 \family sans
34865 水平因子
34866 \family default
34867
34868 \series bold
34869 1
34870 \series default
34871
34872 \family sans
34873 垂直因子
34874 \family default
34875
34876 \series bold
34877 -1
34878 \series default
34879 にすると,ベースラインでひっくり返した形になります:
34880 \begin_inset Flex Scalebox
34881 status open
34882
34883 \begin_layout Plain Layout
34884 \begin_inset Argument 1
34885 status open
34886
34887 \begin_layout Plain Layout
34888 1
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \begin_inset Argument 2
34895 status open
34896
34897 \begin_layout Plain Layout
34898 -1
34899 \end_layout
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 \family sans
34914 反転ボックス
34915 \family default
34916 (「
34917 \family sans
34918 挿入\SpecialChar menuseparator
34919 拡張差込枠\SpecialChar menuseparator
34920 反転ボックス
34921 \family default
34922 」メニュー)は,
34923 \family sans
34924 伸縮ボックス
34925 \family default
34926
34927 \family sans
34928 水平因子
34929 \family default
34930
34931 \series bold
34932 -1
34933 \series default
34934
34935 \family sans
34936 垂直因子
34937 \family default
34938
34939 \series bold
34940 1
34941 \series default
34942 にしたものと同じです.
34943 \end_layout
34944
34945 \begin_layout Standard
34946 \begin_inset Note Greyedout
34947 status open
34948
34949 \begin_layout Plain Layout
34950
34951 \series bold
34952 【註】
34953 \family sans
34954 \series default
34955 水平因子
34956 \family default
34957 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34958 エラーが発生します.
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \begin_layout Standard
34967 \begin_inset VSpace bigskip
34968 \end_inset
34969
34970 中身を決まった幅と高さに伸縮したい場合には,
34971 \family sans
34972 寸法変更ボックス
34973 \family default
34974 (「
34975 \family sans
34976 挿入\SpecialChar menuseparator
34977 拡張差込枠\SpecialChar menuseparator
34978 寸法変更ボックス
34979 \family default
34980 」メニュー)を使うことができます.
34981 \family sans
34982 寸法変更ボックス
34983 \family default
34984 には,必須差込枠「
34985 \family sans
34986
34987 \family default
34988 」と,非必須差込枠「
34989 \family sans
34990 高さ
34991 \family default
34992 」(「
34993 \family sans
34994 挿入\SpecialChar menuseparator
34995 高さ
34996 \family default
34997 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
34998 \begin_inset CommandInset ref
34999 LatexCommand ref
35000 reference "tab:単位"
35001
35002 \end_inset
35003
35004 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
35005 \series bold
35006 !
35007 \series default
35008 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
35009 \family sans
35010 高さ
35011 \family default
35012 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
35013 \end_layout
35014
35015 \begin_layout Standard
35016
35017 \series bold
35018 2cm
35019 \series default
35020
35021 \family sans
35022
35023 \family default
35024 に,
35025 \series bold
35026 1cm
35027 \series default
35028
35029 \family sans
35030 高さ
35031 \family default
35032 に使用するとこうなります:
35033 \begin_inset Flex Resizebox
35034 status open
35035
35036 \begin_layout Plain Layout
35037 \begin_inset Argument 1
35038 status open
35039
35040 \begin_layout Plain Layout
35041 2cm
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \begin_inset Argument 2
35048 status open
35049
35050 \begin_layout Plain Layout
35051 1cm
35052 \end_layout
35053
35054 \end_inset
35055
35056 こんにちは
35057 \end_layout
35058
35059 \end_inset
35060
35061
35062 \begin_inset Newline newline
35063 \end_inset
35064
35065
35066 \series bold
35067 2cm
35068 \series default
35069
35070 \family sans
35071
35072 \family default
35073 に,
35074 \series bold
35075 !
35076 \series default
35077
35078 \family sans
35079 高さ
35080 \family default
35081 に使用すると(あるいは
35082 \family sans
35083 高さ
35084 \family default
35085 なし)こうなります:
35086 \begin_inset Flex Resizebox
35087 status open
35088
35089 \begin_layout Plain Layout
35090 \begin_inset Argument 1
35091 status open
35092
35093 \begin_layout Plain Layout
35094 2cm
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \begin_inset Argument 2
35101 status open
35102
35103 \begin_layout Plain Layout
35104 !
35105 \end_layout
35106
35107 \end_inset
35108
35109 こんにちは
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Standard
35118 \begin_inset Note Greyedout
35119 status open
35120
35121 \begin_layout Plain Layout
35122
35123 \series bold
35124 【註】
35125 \family sans
35126 \series default
35127
35128 \family default
35129 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35130 エラーが発生します.
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Standard
35139 \begin_inset VSpace bigskip
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Standard
35146 ボックスは好きな順序で組み合わせることができます.
35147 \family sans
35148 回転ボックス
35149 \family default
35150 の中に
35151 \family sans
35152 寸法変更ボックス
35153 \family default
35154 が入り,さらにその中に
35155 \family sans
35156 反転ボックス
35157 \family default
35158 が入っている例です:
35159 \end_layout
35160
35161 \begin_layout Standard
35162 \noindent
35163 \align center
35164 \begin_inset Flex Rotatebox
35165 status open
35166
35167 \begin_layout Plain Layout
35168 \begin_inset Argument 1
35169 status open
35170
35171 \begin_layout Plain Layout
35172 origin=c
35173 \end_layout
35174
35175 \end_inset
35176
35177
35178 \begin_inset Argument 2
35179 status open
35180
35181 \begin_layout Plain Layout
35182 -45
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \begin_inset Flex Resizebox
35189 status open
35190
35191 \begin_layout Plain Layout
35192 \begin_inset Argument 1
35193 status open
35194
35195 \begin_layout Plain Layout
35196 2cm
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \begin_inset Flex Reflectbox
35203 status open
35204
35205 \begin_layout Plain Layout
35206 こんにちは
35207 \end_layout
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \end_inset
35220
35221
35222 \end_layout
35223
35224 \begin_layout Standard
35225 \noindent
35226 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35227 \end_layout
35228
35229 \begin_layout Standard
35230 \noindent
35231 \align center
35232 \begin_inset Flex Resizebox
35233 status open
35234
35235 \begin_layout Plain Layout
35236 \begin_inset Argument 1
35237 status open
35238
35239 \begin_layout Plain Layout
35240 2cm
35241 \end_layout
35242
35243 \end_inset
35244
35245
35246 \begin_inset Flex Reflectbox
35247 status open
35248
35249 \begin_layout Plain Layout
35250 \begin_inset Graphics
35251         filename ../clipart/Star-structure.pdf
35252         lyxscale 50
35253         width 25col%
35254
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \end_layout
35264
35265 \end_inset
35266
35267  
35268 \begin_inset Flex Resizebox
35269 status open
35270
35271 \begin_layout Plain Layout
35272 \begin_inset Argument 1
35273 status open
35274
35275 \begin_layout Plain Layout
35276 2cm
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \begin_inset Flex Reflectbox
35283 status open
35284
35285 \begin_layout Plain Layout
35286 \begin_inset Tabular
35287 <lyxtabular version="3" rows="2" columns="2">
35288 <features tabularvalignment="middle">
35289 <column alignment="center" valignment="top">
35290 <column alignment="center" valignment="top">
35291 <row>
35292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35293 \begin_inset Text
35294
35295 \begin_layout Plain Layout
35296 q
35297 \end_layout
35298
35299 \end_inset
35300 </cell>
35301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35302 \begin_inset Text
35303
35304 \begin_layout Plain Layout
35305 w
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 </row>
35311 <row>
35312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316 e
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35322 \begin_inset Text
35323
35324 \begin_layout Plain Layout
35325 r
35326 \end_layout
35327
35328 \end_inset
35329 </cell>
35330 </row>
35331 </lyxtabular>
35332
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \end_inset
35339
35340
35341 \end_layout
35342
35343 \end_inset
35344
35345  
35346 \begin_inset Flex Resizebox
35347 status open
35348
35349 \begin_layout Plain Layout
35350 \begin_inset Argument 1
35351 status open
35352
35353 \begin_layout Plain Layout
35354 3cm
35355 \end_layout
35356
35357 \end_inset
35358
35359
35360 \begin_inset Flex Reflectbox
35361 status open
35362
35363 \begin_layout Plain Layout
35364 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \begin_layout Standard
35381 文書で大域的に数式様式
35382 \series bold
35383 fleqn
35384 \series default
35385 を使用している場合
35386 \begin_inset Foot
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35391 \end_layout
35392
35393 \end_inset
35394
35395 には,別行建て数式も伸縮させることができます.
35396 \end_layout
35397
35398 \begin_layout Chapter
35399 本文回り込みオブジェクト
35400 \begin_inset Index idx
35401 status collapsed
35402
35403 \begin_layout Plain Layout
35404 ほんぶんまわりこみ@本文回り込み
35405 \end_layout
35406
35407 \end_inset
35408
35409
35410 \end_layout
35411
35412 \begin_layout Section
35413 折返しフロート
35414 \begin_inset CommandInset label
35415 LatexCommand label
35416 name "sec:折返しフロート"
35417
35418 \end_inset
35419
35420
35421 \begin_inset Index idx
35422 status collapsed
35423
35424 \begin_layout Plain Layout
35425 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35426 \end_layout
35427
35428 \end_inset
35429
35430
35431 \begin_inset Index idx
35432 status collapsed
35433
35434 \begin_layout Plain Layout
35435 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35436 \end_layout
35437
35438 \end_inset
35439
35440
35441 \end_layout
35442
35443 \begin_layout Standard
35444 \begin_inset Wrap figure
35445 lines 0
35446 placement l
35447 overhang 1cm
35448 width "40col%"
35449 status open
35450
35451 \begin_layout Plain Layout
35452 \begin_inset Graphics
35453         filename ../clipart/2D-intensity-plot.pdf
35454         width 40col%
35455         scaleBeforeRotation
35456         rotateOrigin center
35457
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \begin_layout Plain Layout
35464 \begin_inset Caption Standard
35465
35466 \begin_layout Plain Layout
35467 \begin_inset CommandInset label
35468 LatexCommand label
35469 name "fig:折返し図フロート"
35470
35471 \end_inset
35472
35473 これは折返し図フロートです.
35474 \end_layout
35475
35476 \end_inset
35477
35478
35479 \end_layout
35480
35481 \end_inset
35482
35483 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35484 パッケージの
35485 \series bold
35486 wrapfig
35487 \series default
35488
35489 \begin_inset Index idx
35490 status collapsed
35491
35492 \begin_layout Plain Layout
35493 \SpecialChar LaTeX
35494 ぱっけーじ@\SpecialChar LaTeX
35495 パッケージ ! wrapfig
35496 \end_layout
35497
35498 \end_inset
35499
35500 を導入済みであれば,
35501 \family sans
35502 挿入\SpecialChar menuseparator
35503 フロート\SpecialChar menuseparator
35504 折返し図フロート
35505 \family default
35506
35507 \family sans
35508 折返し表フロート
35509 \family default
35510 メニューで挿入することができます
35511 \begin_inset Foot
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515 \SpecialChar LaTeX
35516 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35517 の設定』に説明されています.
35518 \end_layout
35519
35520 \end_inset
35521
35522 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35523 \family sans
35524 配置
35525 \family default
35526
35527 \family sans
35528
35529 \family default
35530 です.非必須項目として,
35531 \family sans
35532 ぶら下げ
35533 \family default
35534
35535 \family sans
35536 行幅
35537 \family default
35538 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35539 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35540 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35541 に許可するかを指定することができます.第
35542 \begin_inset CommandInset ref
35543 LatexCommand ref
35544 reference "fig:折返し図フロート"
35545
35546 \end_inset
35547
35548 図は,40
35549 \begin_inset space \thinspace{}
35550 \end_inset
35551
35552 列幅%の幅と1
35553 \begin_inset space \thinspace{}
35554 \end_inset
35555
35556 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35557 \end_layout
35558
35559 \begin_layout Standard
35560 \begin_inset Note Greyedout
35561 status open
35562
35563 \begin_layout Plain Layout
35564
35565 \series bold
35566 【註】
35567 \series default
35568 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35569 上書きされて出力されたりします.
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \begin_layout Standard
35578 原則として,
35579 \end_layout
35580
35581 \begin_layout Itemize
35582 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35583 うになってから,正確な位置に挿入しなくてはなりません.
35584 \end_layout
35585
35586 \begin_layout Itemize
35587 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35588 \end_layout
35589
35590 \begin_layout Itemize
35591 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35592 \end_layout
35593
35594 \begin_layout Itemize
35595 折返しフロートは,節見出しや表中に入れることは認められていません.
35596 \end_layout
35597
35598 \begin_layout Itemize
35599 連番や参照は,第
35600 \begin_inset CommandInset ref
35601 LatexCommand ref
35602 reference "chap:フロート"
35603
35604 \end_inset
35605
35606 章で述べられているように動作します.
35607 \end_layout
35608
35609 \begin_layout Section
35610 固定回り込みオブジェクト
35611 \begin_inset Index idx
35612 status collapsed
35613
35614 \begin_layout Plain Layout
35615 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35616 \end_layout
35617
35618 \end_inset
35619
35620
35621 \end_layout
35622
35623 \begin_layout Standard
35624
35625 \begin_inset CommandInset ref
35626 LatexCommand ref
35627 reference "sec:折返しフロート"
35628
35629 \end_inset
35630
35631 節の折返しフロートは,段落中で,以下のような配置がされます.
35632 \end_layout
35633
35634 \begin_layout Standard
35635 \noindent
35636 \align center
35637 \begin_inset Tabular
35638 <lyxtabular version="3" rows="2" columns="2">
35639 <features tabularvalignment="middle">
35640 <column alignment="center" valignment="top">
35641 <column alignment="center" valignment="top">
35642 <row>
35643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35644 \begin_inset Text
35645
35646 \begin_layout Plain Layout
35647 \begin_inset Info
35648 type  "icon"
35649 arg   "dialog-show-new-inset graphics"
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661 文章
35662 \end_layout
35663
35664 \end_inset
35665 </cell>
35666 </row>
35667 <row>
35668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35669 \begin_inset Text
35670
35671 \begin_layout Plain Layout
35672 文章
35673 \end_layout
35674
35675 \end_inset
35676 </cell>
35677 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35678 \begin_inset Text
35679
35680 \begin_layout Plain Layout
35681 文章
35682 \end_layout
35683
35684 \end_inset
35685 </cell>
35686 </row>
35687 </lyxtabular>
35688
35689 \end_inset
35690
35691  or 
35692 \begin_inset Tabular
35693 <lyxtabular version="3" rows="2" columns="2">
35694 <features tabularvalignment="middle">
35695 <column alignment="center" valignment="top">
35696 <column alignment="center" valignment="top">
35697 <row>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 文章
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 \begin_inset Info
35712 type  "icon"
35713 arg   "dialog-show-new-inset graphics"
35714 \end_inset
35715
35716
35717 \end_layout
35718
35719 \end_inset
35720 </cell>
35721 </row>
35722 <row>
35723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35724 \begin_inset Text
35725
35726 \begin_layout Plain Layout
35727 文章
35728 \end_layout
35729
35730 \end_inset
35731 </cell>
35732 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35733 \begin_inset Text
35734
35735 \begin_layout Plain Layout
35736 文章
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 </row>
35742 </lyxtabular>
35743
35744 \end_inset
35745
35746
35747 \end_layout
35748
35749 \begin_layout Standard
35750 以下に示すいずれかのように,
35751 \begin_inset VSpace defskip
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \begin_layout Standard
35758 \noindent
35759 \align center
35760 \begin_inset Tabular
35761 <lyxtabular version="3" rows="2" columns="2">
35762 <features tabularvalignment="middle">
35763 <column alignment="center" valignment="top">
35764 <column alignment="center" valignment="top">
35765 <row>
35766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35767 \begin_inset Text
35768
35769 \begin_layout Plain Layout
35770 文章
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Plain Layout
35779 文章
35780 \end_layout
35781
35782 \end_inset
35783 </cell>
35784 </row>
35785 <row>
35786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790 \begin_inset Info
35791 type  "icon"
35792 arg   "dialog-show-new-inset graphics"
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \end_inset
35799 </cell>
35800 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35801 \begin_inset Text
35802
35803 \begin_layout Plain Layout
35804 文章
35805 \end_layout
35806
35807 \end_inset
35808 </cell>
35809 </row>
35810 </lyxtabular>
35811
35812 \end_inset
35813
35814  
35815 \begin_inset Tabular
35816 <lyxtabular version="3" rows="2" columns="2">
35817 <features tabularvalignment="middle">
35818 <column alignment="center" valignment="top">
35819 <column alignment="center" valignment="top">
35820 <row>
35821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35822 \begin_inset Text
35823
35824 \begin_layout Plain Layout
35825 文章
35826 \end_layout
35827
35828 \end_inset
35829 </cell>
35830 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35831 \begin_inset Text
35832
35833 \begin_layout Plain Layout
35834 文章
35835 \end_layout
35836
35837 \end_inset
35838 </cell>
35839 </row>
35840 <row>
35841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35842 \begin_inset Text
35843
35844 \begin_layout Plain Layout
35845 文章
35846 \end_layout
35847
35848 \end_inset
35849 </cell>
35850 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35851 \begin_inset Text
35852
35853 \begin_layout Plain Layout
35854 \begin_inset Info
35855 type  "icon"
35856 arg   "dialog-show-new-inset graphics"
35857 \end_inset
35858
35859
35860 \end_layout
35861
35862 \end_inset
35863 </cell>
35864 </row>
35865 </lyxtabular>
35866
35867 \end_inset
35868
35869  
35870 \begin_inset Tabular
35871 <lyxtabular version="3" rows="2" columns="3">
35872 <features tabularvalignment="middle">
35873 <column alignment="center" valignment="top">
35874 <column alignment="center" valignment="top">
35875 <column alignment="center" valignment="top">
35876 <row>
35877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35878 \begin_inset Text
35879
35880 \begin_layout Plain Layout
35881 文章
35882 \end_layout
35883
35884 \end_inset
35885 </cell>
35886 <cell alignment="center" valignment="top" topline="true" usebox="none">
35887 \begin_inset Text
35888
35889 \begin_layout Plain Layout
35890 \begin_inset Info
35891 type  "icon"
35892 arg   "dialog-show-new-inset graphics"
35893 \end_inset
35894
35895
35896 \end_layout
35897
35898 \end_inset
35899 </cell>
35900 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35901 \begin_inset Text
35902
35903 \begin_layout Plain Layout
35904 文章
35905 \end_layout
35906
35907 \end_inset
35908 </cell>
35909 </row>
35910 <row>
35911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35912 \begin_inset Text
35913
35914 \begin_layout Plain Layout
35915 文章
35916 \end_layout
35917
35918 \end_inset
35919 </cell>
35920 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35921 \begin_inset Text
35922
35923 \begin_layout Plain Layout
35924 文章
35925 \end_layout
35926
35927 \end_inset
35928 </cell>
35929 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35930 \begin_inset Text
35931
35932 \begin_layout Plain Layout
35933 文章
35934 \end_layout
35935
35936 \end_inset
35937 </cell>
35938 </row>
35939 </lyxtabular>
35940
35941 \end_inset
35942
35943  
35944 \begin_inset Tabular
35945 <lyxtabular version="3" rows="2" columns="3">
35946 <features tabularvalignment="middle">
35947 <column alignment="center" valignment="top">
35948 <column alignment="center" valignment="top">
35949 <column alignment="center" valignment="top">
35950 <row>
35951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35952 \begin_inset Text
35953
35954 \begin_layout Plain Layout
35955 文章
35956 \end_layout
35957
35958 \end_inset
35959 </cell>
35960 <cell alignment="center" valignment="top" topline="true" usebox="none">
35961 \begin_inset Text
35962
35963 \begin_layout Plain Layout
35964 文章
35965 \end_layout
35966
35967 \end_inset
35968 </cell>
35969 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35970 \begin_inset Text
35971
35972 \begin_layout Plain Layout
35973 文章
35974 \end_layout
35975
35976 \end_inset
35977 </cell>
35978 </row>
35979 <row>
35980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35981 \begin_inset Text
35982
35983 \begin_layout Plain Layout
35984 文章
35985 \end_layout
35986
35987 \end_inset
35988 </cell>
35989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35990 \begin_inset Text
35991
35992 \begin_layout Plain Layout
35993 \begin_inset Info
35994 type  "icon"
35995 arg   "dialog-show-new-inset graphics"
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \end_inset
36002 </cell>
36003 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36004 \begin_inset Text
36005
36006 \begin_layout Plain Layout
36007 文章
36008 \end_layout
36009
36010 \end_inset
36011 </cell>
36012 </row>
36013 </lyxtabular>
36014
36015 \end_inset
36016
36017
36018 \end_layout
36019
36020 \begin_layout Standard
36021 \noindent
36022 \align center
36023 \begin_inset Tabular
36024 <lyxtabular version="3" rows="3" columns="2">
36025 <features tabularvalignment="middle">
36026 <column alignment="center" valignment="top">
36027 <column alignment="center" valignment="top">
36028 <row>
36029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36030 \begin_inset Text
36031
36032 \begin_layout Plain Layout
36033 文章
36034 \end_layout
36035
36036 \end_inset
36037 </cell>
36038 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36039 \begin_inset Text
36040
36041 \begin_layout Plain Layout
36042 文章
36043 \end_layout
36044
36045 \end_inset
36046 </cell>
36047 </row>
36048 <row>
36049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36050 \begin_inset Text
36051
36052 \begin_layout Plain Layout
36053 \begin_inset Info
36054 type  "icon"
36055 arg   "dialog-show-new-inset graphics"
36056 \end_inset
36057
36058
36059 \end_layout
36060
36061 \end_inset
36062 </cell>
36063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36064 \begin_inset Text
36065
36066 \begin_layout Plain Layout
36067 文章
36068 \end_layout
36069
36070 \end_inset
36071 </cell>
36072 </row>
36073 <row>
36074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36075 \begin_inset Text
36076
36077 \begin_layout Plain Layout
36078 文章
36079 \end_layout
36080
36081 \end_inset
36082 </cell>
36083 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087 文章
36088 \end_layout
36089
36090 \end_inset
36091 </cell>
36092 </row>
36093 </lyxtabular>
36094
36095 \end_inset
36096
36097  
36098 \begin_inset Tabular
36099 <lyxtabular version="3" rows="3" columns="3">
36100 <features tabularvalignment="middle">
36101 <column alignment="center" valignment="top">
36102 <column alignment="center" valignment="top">
36103 <column alignment="center" valignment="top">
36104 <row>
36105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109 文章
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 <cell alignment="center" valignment="top" topline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118 文章
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36124 \begin_inset Text
36125
36126 \begin_layout Plain Layout
36127 文章
36128 \end_layout
36129
36130 \end_inset
36131 </cell>
36132 </row>
36133 <row>
36134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36135 \begin_inset Text
36136
36137 \begin_layout Plain Layout
36138 文章
36139 \end_layout
36140
36141 \end_inset
36142 </cell>
36143 <cell alignment="center" valignment="top" usebox="none">
36144 \begin_inset Text
36145
36146 \begin_layout Plain Layout
36147 \begin_inset Info
36148 type  "icon"
36149 arg   "dialog-show-new-inset graphics"
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Plain Layout
36161 文章
36162 \end_layout
36163
36164 \end_inset
36165 </cell>
36166 </row>
36167 <row>
36168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36169 \begin_inset Text
36170
36171 \begin_layout Plain Layout
36172 文章
36173 \end_layout
36174
36175 \end_inset
36176 </cell>
36177 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36178 \begin_inset Text
36179
36180 \begin_layout Plain Layout
36181 文章
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190 文章
36191 \end_layout
36192
36193 \end_inset
36194 </cell>
36195 </row>
36196 </lyxtabular>
36197
36198 \end_inset
36199
36200  
36201 \begin_inset Tabular
36202 <lyxtabular version="3" rows="3" columns="2">
36203 <features tabularvalignment="middle">
36204 <column alignment="center" valignment="top">
36205 <column alignment="center" valignment="top">
36206 <row>
36207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36208 \begin_inset Text
36209
36210 \begin_layout Plain Layout
36211 文章
36212 \end_layout
36213
36214 \end_inset
36215 </cell>
36216 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Plain Layout
36220 文章
36221 \end_layout
36222
36223 \end_inset
36224 </cell>
36225 </row>
36226 <row>
36227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36228 \begin_inset Text
36229
36230 \begin_layout Plain Layout
36231 文章
36232 \end_layout
36233
36234 \end_inset
36235 </cell>
36236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36237 \begin_inset Text
36238
36239 \begin_layout Plain Layout
36240 \begin_inset Info
36241 type  "icon"
36242 arg   "dialog-show-new-inset graphics"
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \end_inset
36249 </cell>
36250 </row>
36251 <row>
36252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36253 \begin_inset Text
36254
36255 \begin_layout Plain Layout
36256 文章
36257 \end_layout
36258
36259 \end_inset
36260 </cell>
36261 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36262 \begin_inset Text
36263
36264 \begin_layout Plain Layout
36265 文章
36266 \end_layout
36267
36268 \end_inset
36269 </cell>
36270 </row>
36271 </lyxtabular>
36272
36273 \end_inset
36274
36275
36276 \end_layout
36277
36278 \begin_layout Standard
36279 \noindent
36280 オブジェクトを挿入した場所に正確に配置したい時には,
36281 \series bold
36282 picinpar
36283 \series default
36284
36285 \begin_inset Index idx
36286 status collapsed
36287
36288 \begin_layout Plain Layout
36289 \SpecialChar LaTeX
36290 ぱっけーじ@\SpecialChar LaTeX
36291 パッケージ ! picinpar
36292 \end_layout
36293
36294 \end_inset
36295
36296 \SpecialChar LaTeX
36297 パッケージを使うことができます.下記はその用例です.
36298 \end_layout
36299
36300 \begin_layout Standard
36301 \begin_inset ERT
36302 status collapsed
36303
36304 \begin_layout Plain Layout
36305
36306
36307 \backslash
36308 ifpicinpar
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \begin_inset Note Note
36315 status open
36316
36317 \begin_layout Plain Layout
36318 以下の部分は,\SpecialChar LaTeX
36319 パッケージ
36320 \series bold
36321 picinpar
36322 \series default
36323 が導入されているときのみ表示されます.
36324 \end_layout
36325
36326 \end_inset
36327
36328
36329 \end_layout
36330
36331 \begin_layout Standard
36332 \begin_inset ERT
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336
36337
36338 \backslash
36339 begin{window}[2,c,{
36340 \end_layout
36341
36342 \end_inset
36343
36344
36345 \begin_inset Graphics
36346         filename ../clipart/2D-intensity-plot.pdf
36347         lyxscale 60
36348         width 40col%
36349         scaleBeforeRotation
36350         rotateOrigin center
36351
36352 \end_inset
36353
36354
36355 \begin_inset ERT
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359
36360 },]
36361 \end_layout
36362
36363 \begin_layout Plain Layout
36364
36365 {}
36366 \end_layout
36367
36368 \end_inset
36369
36370
36371 \size small
36372 It was in the spring of the year 1894 that all London was interested, and
36373  the fashionable world dismayed, by the murder of the Honourable Ronald
36374  Adair under most unusual and inexplicable circumstances.
36375  The public has already learned those particulars of the crime which
36376 \size default
36377
36378 \begin_inset ERT
36379 status collapsed
36380
36381 \begin_layout Plain Layout
36382
36383
36384 \backslash
36385 footnotemark{}
36386 \end_layout
36387
36388 \end_inset
36389
36390
36391 \size small
36392  came out in the police investigation, but a good deal was suppressed upon
36393  that occasion, since the case for the prosecution was so overwhelmingly
36394  strong that it was not necessary to bring forward all the facts.
36395  Only now, at the end of nearly ten years, am I allowed to supply those
36396  missing links which make up the whole of that remarkable chain.
36397 \size default
36398
36399 \begin_inset ERT
36400 status collapsed
36401
36402 \begin_layout Plain Layout
36403
36404
36405 \backslash
36406 end{window}
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \end_layout
36413
36414 \begin_layout Standard
36415 \begin_inset ERT
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419
36420
36421 \backslash
36422 footnotetext{
36423 \end_layout
36424
36425 \end_inset
36426
36427 固定オブジェクトのある段落の脚註
36428 \begin_inset ERT
36429 status collapsed
36430
36431 \begin_layout Plain Layout
36432
36433 }
36434 \end_layout
36435
36436 \end_inset
36437
36438
36439 \end_layout
36440
36441 \begin_layout Standard
36442 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36443 ートとは違って,連番のキャプションをつけることはできません.
36444 \end_layout
36445
36446 \begin_layout Standard
36447 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36448 コードで
36449 \end_layout
36450
36451 \begin_layout Standard
36452
36453 \series bold
36454
36455 \backslash
36456 begin{window}[2,c,{
36457 \end_layout
36458
36459 \begin_layout Standard
36460 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36461 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36462 段幅の40
36463 \begin_inset space \thinspace{}
36464 \end_inset
36465
36466 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36467 \end_layout
36468
36469 \begin_layout Standard
36470
36471 \series bold
36472 },説明文]
36473 \begin_inset Newline newline
36474 \end_inset
36475
36476 {}
36477 \end_layout
36478
36479 \begin_layout Standard
36480 というコマンドが挿入されています.2行目に「
36481 \series bold
36482 {}
36483 \series default
36484 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36485 \series bold
36486 {}
36487 \series default
36488 の直後から書き始めてください.段落末には,
36489 \end_layout
36490
36491 \begin_layout Standard
36492
36493 \series bold
36494
36495 \backslash
36496 end{window}
36497 \end_layout
36498
36499 \begin_layout Standard
36500 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36501 \begin_inset CommandInset ref
36502 LatexCommand ref
36503 reference "sec:脚注"
36504
36505 \end_inset
36506
36507 節にあるように,代わりに,段落内で
36508 \series bold
36509
36510 \backslash
36511 footnotemark
36512 \series default
36513 コマンドを使用し,段落外に
36514 \series bold
36515
36516 \backslash
36517 footnotetext
36518 \series default
36519 コマンドを用いてください.
36520 \end_layout
36521
36522 \begin_layout Standard
36523 \begin_inset ERT
36524 status collapsed
36525
36526 \begin_layout Plain Layout
36527
36528
36529 \backslash
36530 else
36531 \end_layout
36532
36533 \end_inset
36534
36535
36536 \begin_inset Note Note
36537 status open
36538
36539 \begin_layout Plain Layout
36540 以下の部分は,\SpecialChar LaTeX
36541 パッケージ
36542 \series bold
36543 picinpar
36544 \series default
36545 が導入されていないときのみ表示されます.
36546 \end_layout
36547
36548 \end_inset
36549
36550
36551 \end_layout
36552
36553 \begin_layout Standard
36554 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36555 パッケージ
36556 \series bold
36557 picinpar
36558 \series default
36559 を導入する必要があります.
36560 \end_layout
36561
36562 \begin_layout Standard
36563 \begin_inset ERT
36564 status collapsed
36565
36566 \begin_layout Plain Layout
36567
36568
36569 \backslash
36570 fi
36571 \end_layout
36572
36573 \end_inset
36574
36575
36576 \end_layout
36577
36578 \begin_layout Section
36579 頭文字
36580 \begin_inset Index idx
36581 status collapsed
36582
36583 \begin_layout Plain Layout
36584 かしらもじ@頭文字
36585 \end_layout
36586
36587 \end_inset
36588
36589
36590 \begin_inset Index idx
36591 status collapsed
36592
36593 \begin_layout Plain Layout
36594 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36595 \end_layout
36596
36597 \end_inset
36598
36599
36600 \end_layout
36601
36602 \begin_layout Standard
36603 頭文字を用いるには,\SpecialChar LaTeX
36604 パッケージ
36605 \begin_inset Index idx
36606 status collapsed
36607
36608 \begin_layout Plain Layout
36609 \SpecialChar LaTeX
36610 ぱっけーじ@\SpecialChar LaTeX
36611 パッケージ ! lettrine
36612 \end_layout
36613
36614 \end_inset
36615
36616 が導入済みでなくてはならず,文書中で
36617 \family sans
36618 頭文字
36619 \family default
36620 モジュールを使用する必要があります(
36621 \family sans
36622 文書\SpecialChar menuseparator
36623 設定\SpecialChar menuseparator
36624 モジュール
36625 \family default
36626 メニュー).頭文字を挿入するには,
36627 \family sans
36628 頭文字
36629 \family default
36630 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36631 \family sans
36632 挿入
36633 \family default
36634 メニューから挿入できます.必須引数
36635 \family sans
36636 頭文字
36637 \family default
36638 には,頭文字にする文字を入れ,引数
36639 \family sans
36640 頭文字の残り
36641 \family default
36642 には,頭文字の単語若しくは文字列の残りが入ります.引数
36643 \family sans
36644 オプション
36645 \family default
36646 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36647 \series bold
36648 lettrine
36649 \series default
36650 の取扱説明書
36651 \begin_inset CommandInset citation
36652 LatexCommand cite
36653 key "lettrine"
36654 literal "true"
36655
36656 \end_inset
36657
36658 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36659 \shape smallcaps
36660 スモールキャップ体(small caps
36661 \shape default
36662 )で印字されます.
36663 \end_layout
36664
36665 \begin_layout Standard
36666 下記がその例です.
36667 \end_layout
36668
36669 \begin_layout Standard
36670 \begin_inset ERT
36671 status collapsed
36672
36673 \begin_layout Plain Layout
36674
36675
36676 \backslash
36677 iflettrine
36678 \end_layout
36679
36680 \end_inset
36681
36682
36683 \begin_inset Note Note
36684 status open
36685
36686 \begin_layout Plain Layout
36687 以下の部分は,\SpecialChar LaTeX
36688 パッケージ
36689 \series bold
36690 lettrine
36691 \series default
36692 が導入されているときのみ表示されます.
36693 \end_layout
36694
36695 \end_inset
36696
36697
36698 \end_layout
36699
36700 \begin_layout Enumerate
36701 非必須引数なし.頭文字は,数式フォント
36702 \begin_inset Formula $\mathfrak{Fraktur}$
36703 \end_inset
36704
36705 の「I」.
36706 \end_layout
36707
36708 \begin_deeper
36709 \begin_layout Initial
36710 \begin_inset Argument 2
36711 status open
36712
36713 \begin_layout Plain Layout
36714 \begin_inset Formula $\mathfrak{I}$
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \end_inset
36721
36722
36723 \begin_inset Argument 3
36724 status open
36725
36726 \begin_layout Plain Layout
36727 t
36728 \end_layout
36729
36730 \end_inset
36731
36732  was in the spring of the year 1894 that all London was interested, and
36733  the fashionable world dismayed, by the murder of the Honourable Ronald
36734  Adair under most unusual and inexplicable circumstances.
36735  The public has already learned those particulars of the crime which came
36736  out in the police investigation, but a good deal was suppressed upon that
36737  occasion, since the case for the prosecution was so overwhelmingly strong
36738  that it was not necessary to bring forward all the facts.
36739 \begin_inset Newpage newpage
36740 \end_inset
36741
36742
36743 \end_layout
36744
36745 \end_deeper
36746 \begin_layout Enumerate
36747 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36748 \end_layout
36749
36750 \begin_deeper
36751 \begin_layout Initial
36752 \begin_inset Argument 1
36753 status open
36754
36755 \begin_layout Plain Layout
36756 lines=1
36757 \end_layout
36758
36759 \end_inset
36760
36761
36762 \begin_inset Argument 2
36763 status open
36764
36765 \begin_layout Plain Layout
36766 It
36767 \end_layout
36768
36769 \end_inset
36770
36771  was in the spring of the year 1894 that all London was interested, and
36772  the fashionable world dismayed, by the murder of the Honourable Ronald
36773  Adair under most unusual and inexplicable circumstances.
36774  The public has already learned those particulars of the crime which came
36775  out in the police investigation, but a good deal was suppressed upon that
36776  occasion, since the case for the prosecution was so overwhelmingly strong
36777  that it was not necessary to bring forward all the facts.
36778 \end_layout
36779
36780 \end_deeper
36781 \begin_layout Enumerate
36782 ぶら下がり頭文字は,数式フォント
36783 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36784 \end_inset
36785
36786 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36787 \shape smallcaps
36788 スモールキャップ体
36789 \shape default
36790 .頭文字に色をつけるには,頭文字の前に
36791 \begin_inset Newline newline
36792 \end_inset
36793
36794
36795 \series bold
36796
36797 \backslash
36798 renewcommand{
36799 \backslash
36800 LettrineFontHook}{
36801 \backslash
36802 color{色}}
36803 \series default
36804
36805 \begin_inset Newline newline
36806 \end_inset
36807
36808 というコマンドを挿入しなくてはなりません.ここで,
36809 \emph on
36810
36811 \emph default
36812 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36813 ブルに
36814 \begin_inset Newline newline
36815 \end_inset
36816
36817
36818 \series bold
36819
36820 \backslash
36821 @ifundefined{textcolor}
36822 \begin_inset Newline newline
36823 \end_inset
36824
36825
36826 \begin_inset space ~
36827 \end_inset
36828
36829 {
36830 \backslash
36831 usepackage{color}}{}
36832 \begin_inset Newline newline
36833 \end_inset
36834
36835
36836 \series default
36837 というコマンドを書きこんでおかなくてはなりません.
36838 \end_layout
36839
36840 \begin_deeper
36841 \begin_layout Standard
36842 \begin_inset ERT
36843 status collapsed
36844
36845 \begin_layout Plain Layout
36846
36847
36848 \backslash
36849 renewcommand{
36850 \backslash
36851 LettrineFontHook}{
36852 \backslash
36853 color{magenta}}
36854 \end_layout
36855
36856 \end_inset
36857
36858
36859 \begin_inset Note Note
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863
36864 \lang english
36865 makes the initial magenta
36866 \end_layout
36867
36868 \end_inset
36869
36870
36871 \end_layout
36872
36873 \begin_layout Initial
36874 \begin_inset Argument 1
36875 status open
36876
36877 \begin_layout Plain Layout
36878 lines=3, lhang=0.33, loversize=0.25
36879 \end_layout
36880
36881 \end_inset
36882
36883
36884 \begin_inset Argument 2
36885 status open
36886
36887 \begin_layout Plain Layout
36888 \begin_inset Formula $\mathcal{I}$
36889 \end_inset
36890
36891
36892 \end_layout
36893
36894 \end_inset
36895
36896
36897 \begin_inset Argument 3
36898 status open
36899
36900 \begin_layout Plain Layout
36901 t was in the spring
36902 \end_layout
36903
36904 \end_inset
36905
36906  of the year 1894 that all London was interested, and the fashionable world
36907  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36908  and inexplicable circumstances.
36909  The public has already learned those particulars of the crime which came
36910  out in the police investigation, but a good deal was suppressed upon that
36911  occasion, since the case for the prosecution was so overwhelmingly strong
36912  that it was not necessary to bring forward all the facts.
36913 \end_layout
36914
36915 \end_deeper
36916 \begin_layout Standard
36917 \begin_inset ERT
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921
36922
36923 \backslash
36924 else
36925 \end_layout
36926
36927 \end_inset
36928
36929
36930 \begin_inset Note Note
36931 status open
36932
36933 \begin_layout Plain Layout
36934 以下の部分は,\SpecialChar LaTeX
36935 パッケージ
36936 \series bold
36937 lettrine
36938 \series default
36939 が導入されていないときのみ表示されます.
36940 \end_layout
36941
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \begin_layout Standard
36948 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36949 パッケージ
36950 \series bold
36951 lettrine
36952 \series default
36953 を導入する必要があります.
36954 \end_layout
36955
36956 \begin_layout Standard
36957 \begin_inset ERT
36958 status collapsed
36959
36960 \begin_layout Plain Layout
36961
36962
36963 \backslash
36964 fi
36965 \end_layout
36966
36967 \end_inset
36968
36969
36970 \end_layout
36971
36972 \begin_layout Chapter
36973 外部文書構成要素
36974 \begin_inset Index idx
36975 status collapsed
36976
36977 \begin_layout Plain Layout
36978 がいぶぶんしょこうせいようそ@外部文書構成要素
36979 \end_layout
36980
36981 \end_inset
36982
36983
36984 \end_layout
36985
36986 \begin_layout Standard
36987
36988 \family sans
36989 挿入\SpecialChar menuseparator
36990 ファイル
36991 \family default
36992 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
36993 \end_layout
36994
36995 \begin_layout Description
36996 \SpecialChar LyX
36997 文書 別の\SpecialChar LyX
36998 文書.その内容は直接使用中の文書に挿入されます.
36999 \end_layout
37000
37001 \begin_layout Description
37002 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
37003 \end_layout
37004
37005 \begin_layout Description
37006 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
37007 \end_layout
37008
37009 \begin_layout Description
37010 外部素材 様々な書式のファイル.
37011 \end_layout
37012
37013 \begin_layout Description
37014 子文書 \SpecialChar LyX
37015 あるいは\SpecialChar LaTeX
37016 文書.
37017 \end_layout
37018
37019 \begin_layout Section
37020 外部素材
37021 \begin_inset Index idx
37022 status collapsed
37023
37024 \begin_layout Plain Layout
37025 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
37026 \end_layout
37027
37028 \end_inset
37029
37030
37031 \end_layout
37032
37033 \begin_layout Standard
37034 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
37035 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
37036 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
37037 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
37038 設定の
37039 \family sans
37040 操作性\SpecialChar menuseparator
37041 表示
37042 \family default
37043 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
37044 中に表示されるようになります.
37045 \end_layout
37046
37047 \begin_layout Standard
37048 外部素材は,
37049 \family sans
37050 挿入
37051 \family default
37052 \SpecialChar menuseparator
37053
37054 \family sans
37055 ファイル
37056 \family default
37057 \SpecialChar menuseparator
37058
37059 \family sans
37060 外部素材
37061 \family default
37062 メニューで開くことのできる
37063 \family sans
37064 外部素材
37065 \family default
37066 ダイアログから挿入することができます.目下,以下のファイル形式(
37067 \family sans
37068 ひな型
37069 \family default
37070 )が使用できます.
37071 \end_layout
37072
37073 \begin_layout Description
37074 チェス棋譜 このひな型は,
37075 \series bold
37076
37077 \begin_inset CommandInset href
37078 LatexCommand href
37079 name "XBoard"
37080 target "https://en.wikipedia.org/wiki/XBoard"
37081 literal "false"
37082
37083 \end_inset
37084
37085
37086 \series default
37087 プログラムで作成されたチェス棋譜をサポートします.
37088 \end_layout
37089
37090 \begin_layout Description
37091 Dia このひな型は,
37092 \series bold
37093
37094 \begin_inset CommandInset href
37095 LatexCommand href
37096 name "Dia"
37097 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"
37098 literal "false"
37099
37100 \end_inset
37101
37102
37103 \series default
37104 プログラムで作成したダイアグラムをサポートします.
37105 \end_layout
37106
37107 \begin_layout Description
37108 Gnumeric表計算表 このひな型では,
37109 \series bold
37110
37111 \begin_inset CommandInset href
37112 LatexCommand href
37113 name "Gnumeric"
37114 target "https://ja.wikipedia.org/wiki/Gnumeric"
37115 literal "false"
37116
37117 \end_inset
37118
37119
37120 \series default
37121
37122 \begin_inset CommandInset href
37123 LatexCommand href
37124 name "OpenDocument"
37125 target "https://ja.wikipedia.org/wiki/OpenDocument"
37126 literal "false"
37127
37128 \end_inset
37129
37130
37131 \begin_inset CommandInset href
37132 LatexCommand href
37133 name "Microsoft Office XML"
37134 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37135 literal "false"
37136
37137 \end_inset
37138
37139
37140 \begin_inset CommandInset href
37141 LatexCommand href
37142 name "Office Open XML"
37143 target "https://ja.wikipedia.org/wiki/Office_Open_XML"
37144 literal "false"
37145
37146 \end_inset
37147
37148 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37149 の初期設定中に
37150 \family typewriter
37151 ssconvert
37152 \family default
37153 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37154 みである必要があります.用例と制約については,\SpecialChar LyX
37155 用例ファイル
37156 \emph on
37157 spreadsheet.lyx
37158 \emph default
37159 をご覧ください.
37160 \end_layout
37161
37162 \begin_layout Description
37163 Inkscape
37164 \lang english
37165  This template supports specific scalable images derived from scalable vector
37166  graphics (SVG), in which the contained text is replaced by a version typeset
37167  by \SpecialChar LaTeX
37168  (and hence in the current document font).
37169  It relies on a feature of the program 
37170 \series bold
37171 \lang japanese
37172
37173 \begin_inset CommandInset href
37174 LatexCommand href
37175 name "Inkscape"
37176 target "https://inkscape.org/ja"
37177 literal "false"
37178
37179 \end_inset
37180
37181
37182 \series default
37183 \lang english
37184  which creates a special PDF or EPS and \SpecialChar LaTeX
37185  file from a given SVG file (in
37186  
37187 \noun on
37188 Inkscape
37189 \noun default
37190  itself, the feature is available via the option 
37191 \family sans
37192 Omit text in PDF and create LaTeX file
37193 \family default
37194  when saving a drawing as PDF or EPS).
37195  The benefit of such files is a uniform text style throughout the whole
37196  document.
37197 \begin_inset Newline newline
37198 \end_inset
37199
37200 The external template reads SVG files and uses a converter program to generate
37201  the respective PDF\SpecialChar breakableslash
37202 EPS and \SpecialChar LaTeX
37203  files (via
37204 \noun on
37205  
37206 \noun default
37207 Inkscape
37208 \noun on
37209 )
37210 \noun default
37211  on the fly, so you don't have to export those files yourself.
37212  If you prefer the latter and want use given 
37213 \family typewriter
37214 *.pdf
37215 \family default
37216  and 
37217 \family typewriter
37218 *.pdf_tex
37219 \family default
37220  or 
37221 \family typewriter
37222 *.eps
37223 \family default
37224  and 
37225 \family typewriter
37226 *.eps_tex
37227 \family default
37228  files instead, simply input the respective 
37229 \family typewriter
37230 *.pdf_tex
37231 \family default
37232  or 
37233 \family typewriter
37234 *.eps_tex
37235 \family default
37236  file via the 
37237 \family sans
37238 Child Documents
37239 \family default
37240  dialog (see sec.
37241 \begin_inset space ~
37242 \end_inset
37243
37244
37245 \lang japanese
37246
37247 \begin_inset CommandInset ref
37248 LatexCommand ref
37249 reference "sec:子文書"
37250
37251 \end_inset
37252
37253
37254 \lang english
37255 ) rather than using this template.
37256 \begin_inset Newline newline
37257 \end_inset
37258
37259 You can use \SpecialChar TeX
37260  code commands such as 
37261 \series bold
37262
37263 \backslash
37264 Large
37265 \series default
37266
37267 \series bold
37268
37269 \backslash
37270 small
37271 \series default
37272 , etc.
37273 \begin_inset space \space{}
37274 \end_inset
37275
37276 in the text of the SVG.
37277  The size of the font will be taken from the settings of the \SpecialChar LyX
37278  document.
37279  Please refer to 
37280 \begin_inset CommandInset citation
37281 LatexCommand cite
37282 key "Inkscape"
37283 literal "false"
37284
37285 \end_inset
37286
37287  for more information and examples.
37288 \end_layout
37289
37290 \begin_layout Description
37291 この外部ひな型は,\SpecialChar LaTeX
37292 で書かれたテキストを含むベクトルグラフィック画像(SVG)をサポートします.ただし,
37293 \noun on
37294 Inkscape
37295 \noun default
37296  
37297 \begin_inset CommandInset citation
37298 LatexCommand cite
37299 key "Inkscape"
37300 literal "false"
37301
37302 \end_inset
37303
37304 プログラムで図をPDFとして保存する際に,
37305 \family sans
37306 Omit text in PDF and create LaTeX file
37307 \family default
37308 オプションを指定することが前提です.これによって,\SpecialChar LaTeX
37309 がテキストを組版できる形で,SVG画像をインクルードすることができます.このようなSVGを使う利点として,文書
37310 全体で文字様式を統一することができることが挙げられます.
37311 \begin_inset Newline newline
37312 \end_inset
37313
37314 SVGのテキスト中では, 
37315 \series bold
37316
37317 \backslash
37318 Large
37319 \series default
37320
37321 \series bold
37322
37323 \backslash
37324 small
37325 \series default
37326 のような\SpecialChar TeX
37327 コードコマンドを使用することができます.フォントの大きさは,\SpecialChar LyX
37328 文書の設定から採用されます.詳しい情報と用例については
37329 \begin_inset CommandInset citation
37330 LatexCommand cite
37331 key "Inkscape"
37332 literal "false"
37333
37334 \end_inset
37335
37336 を参照してください.
37337 \begin_inset Newline newline
37338 \end_inset
37339
37340 このように画像テキストは,周囲のフォント設定を考慮に入れますが,\SpecialChar LyX
37341 中のプレビューではそうならないことに注意してください.外部差込枠をプレビュー差込枠の中に入れると
37342
37343 \family sans
37344 挿入\SpecialChar menuseparator
37345 プレビュー
37346 \family default
37347 メニュー),より良い結果が得られます.
37348 \begin_inset Newline newline
37349 \end_inset
37350
37351 このひな型は,Xfigサポートと非常に似た動作をします.\SpecialChar LyX
37352 は画像中のテキストを独立した\SpecialChar TeX
37353 ファイルに抜き出し,残りをPDFファイルに生成します.
37354 \end_layout
37355
37356 \begin_layout Description
37357 Lilypond組版楽譜 このひな型は,
37358 \series bold
37359
37360 \begin_inset CommandInset href
37361 LatexCommand href
37362 name "LilyPond"
37363 target "https://ja.wikipedia.org/wiki/GNU_LilyPond"
37364 literal "false"
37365
37366 \end_inset
37367
37368
37369 \series default
37370 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37371 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37372 用例ファイル
37373 \emph on
37374 lilypond.lyx
37375 \emph default
37376 をご覧ください.
37377 \end_layout
37378
37379 \begin_layout Description
37380 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37381 \family sans
37382 \SpecialChar LaTeX
37383 と\SpecialChar LyX
37384 オプション
37385 \family default
37386 タブ中の
37387 \family sans
37388 オプション
37389 \family default
37390 フィールドに
37391 \emph on
37392 pages
37393 \emph default
37394 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37395 \series bold
37396 pages={3,5,6,8}
37397 \series default
37398 の形で入れる)やページ範囲(
37399 \series bold
37400 pages={4-9}
37401 \series default
37402 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37403 \series bold
37404 pages={3,{},8-11,15}
37405 \series default
37406 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37407 \emph on
37408 開始頁-終了頁
37409 \emph default
37410 の文法で指定します.これは,
37411 \emph on
37412 開始頁
37413 \emph default
37414
37415 \emph on
37416 終了頁
37417 \emph default
37418 の間のすべてのページを選択します.
37419 \emph on
37420 開始頁
37421 \emph default
37422 を省略すると,1ページ目を指定したのと同じ事になり,
37423 \emph on
37424 終了頁
37425 \emph default
37426 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37427 \series bold
37428 last
37429 \series default
37430 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37431 \series bold
37432 pages=-
37433 \series default
37434 は文書の全ページを挿入することになり,
37435 \series bold
37436 pages=last-1
37437 \series default
37438 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37439 \begin_inset Newline newline
37440 \end_inset
37441
37442
37443 \series bold
37444 noautoscale
37445 \series default
37446 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37447 \family sans
37448 寸法と回転
37449 \family default
37450 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37451 \series bold
37452 noautoscale
37453 \series default
37454 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37455 パッケージ
37456 \series bold
37457 pdfpages
37458 \series default
37459 の取扱説明書
37460 \begin_inset CommandInset citation
37461 LatexCommand cite
37462 key "pdfpages"
37463 literal "true"
37464
37465 \end_inset
37466
37467 をご参照ください.
37468 \begin_inset Index idx
37469 status collapsed
37470
37471 \begin_layout Plain Layout
37472 \SpecialChar LaTeX
37473 ぱっけーじ@\SpecialChar LaTeX
37474 パッケージ ! pdfpages
37475 \end_layout
37476
37477 \end_inset
37478
37479
37480 \begin_inset Newline newline
37481 \end_inset
37482
37483 このひな型を
37484 \family sans
37485 Beamer
37486 \family default
37487 プレゼンテーションで使用するには,まず
37488 \family sans
37489 フレーム終了
37490 \family default
37491 環境を挿入して,続く段落で\SpecialChar TeX
37492 コードボックスを挿入し,
37493 \series bold
37494
37495 \backslash
37496 setbeamertemplate{background canvas}{}
37497 \series default
37498 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37499 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37500 に,ひな型を含む段落には,
37501 \family sans
37502 既定
37503 \family default
37504 配置を用いるようにしてください.
37505 \begin_inset Newline newline
37506 \end_inset
37507
37508 下記は,-5度回転させたPDFを取り込んだものです.
37509 \begin_inset Newline newline
37510 \end_inset
37511
37512
37513 \begin_inset Graphics
37514         filename ../clipart/Abstract.pdf
37515         rotateAngle -5
37516         rotateOrigin leftBottom
37517
37518 \end_inset
37519
37520
37521 \begin_inset Newline newline
37522 \end_inset
37523
37524
37525 \begin_inset Note Greyedout
37526 status open
37527
37528 \begin_layout Plain Layout
37529
37530 \series bold
37531 【訳註】
37532 \series default
37533 \SpecialChar LaTeX
37534 パッケージ
37535 \series bold
37536 pdfpages
37537 \series default
37538 は,pdflatexに基づいており,\SpecialChar LaTeX
37539 では組版ができない(\SpecialChar LaTeX
37540 パッケージ
37541 \series bold
37542 pdfpages
37543 \series default
37544 取扱説明書
37545 \begin_inset CommandInset citation
37546 LatexCommand cite
37547 key "pdfpages"
37548 literal "true"
37549
37550 \end_inset
37551
37552 参照)ため,この外部素材はp\SpecialChar LaTeX
37553 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37554 \family sans
37555 挿入\SpecialChar menuseparator
37556 ファイル\SpecialChar menuseparator
37557 外部素材
37558 \family default
37559
37560 \family sans
37561 ひな型
37562 \family default
37563
37564 \family sans
37565 PDFページ
37566 \family default
37567 を指定して挿入されていますが,ここでは
37568 \family sans
37569 挿入\SpecialChar menuseparator
37570 画像
37571 \family default
37572 を使用して挿入しています.
37573 \end_layout
37574
37575 \end_inset
37576
37577
37578 \end_layout
37579
37580 \begin_layout Description
37581 ラスター画像 これはビットマップ画像に使用します.
37582 \family sans
37583 外部素材
37584 \family default
37585 ダイアログを使って入れる画像は,第
37586 \begin_inset CommandInset ref
37587 LatexCommand ref
37588 reference "sec:画像ダイアログ"
37589
37590 \end_inset
37591
37592 節にあるように
37593 \family sans
37594 画像
37595 \family default
37596 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37597 \begin_inset External
37598         template RasterImage
37599         filename clipart/ToolbarEnvBox.png
37600
37601 \end_inset
37602
37603
37604 \end_layout
37605
37606 \begin_layout Description
37607 ベクトル画像 これは,ベクトル画像に使用することができます. 
37608 \family sans
37609 外部素材
37610 \family default
37611 ダイアログを使って入れる画像は,第
37612 \begin_inset CommandInset ref
37613 LatexCommand ref
37614 reference "sec:画像ダイアログ"
37615
37616 \end_inset
37617
37618 節にあるように
37619 \family sans
37620 画像
37621 \family default
37622 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37623 \begin_inset External
37624         template VectorGraphics
37625         filename ../clipart/SVG-Drawing.svg
37626         lyxscale 50
37627         scale 33
37628
37629 \end_inset
37630
37631
37632 \end_layout
37633
37634 \begin_layout Description
37635 XFig このひな型は,
37636 \begin_inset CommandInset href
37637 LatexCommand href
37638 name "Xfig"
37639 target "https://ja.wikipedia.org/wiki/Xfig"
37640 literal "false"
37641
37642 \end_inset
37643
37644 プログラムで作成した画像をサポートします.
37645 \end_layout
37646
37647 \begin_layout Standard
37648
37649 \family sans
37650 外部素材
37651 \family default
37652 ダイアログの
37653 \family sans
37654 ファイル
37655 \family default
37656 タブ中で
37657 \family sans
37658 下書き
37659 \family default
37660 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37661 \begin_inset Newline newline
37662 \end_inset
37663
37664 \SpecialChar LyX
37665 中での外部素材は,ダイアログ内の
37666 \family sans
37667 LaTeXとLyXのオプション
37668 \family default
37669 タブにある
37670 \family sans
37671 LyX内に表示
37672 \family default
37673 オプションの指定に従って,
37674 \begin_inset Graphics
37675         filename clipart/ExternalMaterial.png
37676         scale 95
37677         scaleBeforeRotation
37678
37679 \end_inset
37680
37681 のようなボックスとして表示されるか,画像として表示されます.
37682 \end_layout
37683
37684 \begin_layout Standard
37685 取扱説明書
37686 \family sans
37687 \emph on
37688 カスタマイズ篇
37689 \family default
37690 \emph default
37691 には,自製のひな型を定義する方法が説明されています.
37692 \end_layout
37693
37694 \begin_layout Section
37695 子文書
37696 \begin_inset CommandInset label
37697 LatexCommand label
37698 name "sec:子文書"
37699
37700 \end_inset
37701
37702
37703 \begin_inset Index idx
37704 status collapsed
37705
37706 \begin_layout Plain Layout
37707 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37708 \end_layout
37709
37710 \end_inset
37711
37712
37713 \begin_inset Index idx
37714 status collapsed
37715
37716 \begin_layout Plain Layout
37717 ふぁいる@ファイル ! いんくるーど@インクルード
37718 \end_layout
37719
37720 \end_inset
37721
37722
37723 \end_layout
37724
37725 \begin_layout Standard
37726 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37727 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37728 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37729 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37730 \end_layout
37731
37732 \begin_layout Standard
37733 親文書を開くことなく子文書で作業できるようにするには,子文書の
37734 \family sans
37735 文書
37736 \family default
37737 \SpecialChar menuseparator
37738
37739 \family sans
37740 設定
37741 \family default
37742 \SpecialChar menuseparator
37743
37744 \family sans
37745 文書クラス
37746 \family default
37747 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37748 がバックグラウンドでこの親文書を扱うようになります.
37749 \end_layout
37750
37751 \begin_layout Standard
37752 取り込んだ文書は,\SpecialChar LyX
37753 中で
37754 \begin_inset Graphics
37755         filename clipart/ChildDocument.png
37756         scale 95
37757         scaleBeforeRotation
37758
37759 \end_inset
37760
37761 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37762 \family sans
37763 挿入
37764 \family default
37765 \SpecialChar menuseparator
37766
37767 \family sans
37768 ファイル
37769 \family default
37770 \SpecialChar menuseparator
37771
37772 \family sans
37773 子文書
37774 \family default
37775 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37776 \end_layout
37777
37778 \begin_layout Description
37779 内包(include) \SpecialChar LyX
37780 文書と\SpecialChar LaTeX
37781 文書は,内包することができます.
37782 \family sans
37783 子文書
37784 \family default
37785 ダイアログの
37786 \family sans
37787 編集
37788 \family default
37789 ボタンを押すと,内包された文書が,\SpecialChar LyX
37790 中に新規ファイルタブとして開き,修正ができるようになります.
37791 \begin_inset Newline newline
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \begin_layout Standard
37798 以下は,
37799 \family sans
37800 内包(include)
37801 \family default
37802 を使用して挿入した子文書です. 
37803 \begin_inset CommandInset include
37804 LatexCommand include
37805 filename "DummyDocument1.lyx"
37806 literal "true"
37807
37808 \end_inset
37809
37810
37811 \end_layout
37812
37813 \begin_layout Standard
37814 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37815 あります.取り込んだ文書のラベルは,第
37816 \begin_inset CommandInset ref
37817 LatexCommand ref
37818 reference "subsec:外部文書の第1小節"
37819
37820 \end_inset
37821
37822 小節,のように参照することができます.
37823 \end_layout
37824
37825 \begin_layout Standard
37826 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37827 は,新規頁から始まるように挿入され,改頁して終わります.
37828 \end_layout
37829
37830 \begin_layout Standard
37831 \begin_inset Note Greyedout
37832 status open
37833
37834 \begin_layout Plain Layout
37835
37836 \series bold
37837 【註】
37838 \series default
37839 \SpecialChar LyX
37840 または\SpecialChar LaTeX
37841 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37842
37843 \end_layout
37844
37845 \end_inset
37846
37847
37848 \end_layout
37849
37850 \begin_layout Description
37851 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37852 \end_layout
37853
37854 \begin_deeper
37855 \begin_layout Itemize
37856 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37857 \end_layout
37858
37859 \begin_layout Itemize
37860 入力ファイルは,\SpecialChar LyX
37861 設定の操作性
37862 \family sans
37863 \SpecialChar menuseparator
37864 表示
37865 \family default
37866 の下にある
37867 \family sans
37868 画像を表示
37869 \family default
37870 を有効にすると,\SpecialChar LyX
37871 中でプレビューすることができます.
37872 \end_layout
37873
37874 \begin_layout Itemize
37875 \SpecialChar LaTeX
37876 コマンドの
37877 \series bold
37878
37879 \backslash
37880 includeonly
37881 \series default
37882 は使用することができません.
37883 \end_layout
37884
37885 \end_deeper
37886 \begin_layout Standard
37887 右は,
37888 \family sans
37889 入力(input)
37890 \family default
37891 を使って挿入した子文書です. 
37892 \begin_inset CommandInset include
37893 LatexCommand input
37894 filename "DummyDocument2.lyx"
37895 literal "true"
37896
37897 \end_inset
37898
37899
37900 \end_layout
37901
37902 \begin_layout Description
37903 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37904 用いられているコマンドは実行されません.
37905 \family sans
37906 出力の空白に印付けをする
37907 \family default
37908 オプションを有効にすると,ソースコード中のすべての空白文字に「
37909 \begin_inset ERT
37910 status collapsed
37911
37912 \begin_layout Plain Layout
37913
37914
37915 \backslash
37916 textvisiblespace 
37917 \end_layout
37918
37919 \end_inset
37920
37921 」文字を表示させることができます.
37922 \family sans
37923 挿入\SpecialChar menuseparator
37924 ファイル\SpecialChar menuseparator
37925 平文
37926 \family default
37927 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37928 中に表示されないことです.
37929 \end_layout
37930
37931 \begin_layout Standard
37932 以下は,原文儘として挿入された子文書です. 
37933 \begin_inset CommandInset include
37934 LatexCommand verbatiminput
37935 filename "DummyTextDocument.txt"
37936 literal "true"
37937
37938 \end_inset
37939
37940
37941 \begin_inset VSpace bigskip
37942 \end_inset
37943
37944 以下は,
37945 \family sans
37946 出力の空白に印付けをする
37947 \family default
37948 オプションを指定して,原文儘として挿入された子文書です. 
37949 \begin_inset CommandInset include
37950 LatexCommand verbatiminput*
37951 filename "DummyTextDocument.txt"
37952 literal "true"
37953
37954 \end_inset
37955
37956
37957 \end_layout
37958
37959 \begin_layout Standard
37960 \begin_inset VSpace bigskip
37961 \end_inset
37962
37963
37964 \end_layout
37965
37966 \begin_layout Standard
37967 \begin_inset Note Greyedout
37968 status open
37969
37970 \begin_layout Plain Layout
37971
37972 \series bold
37973 【註】
37974 \series default
37975 上記の例でわかるように,
37976 \family sans
37977 原文儘(verbatim)
37978 \family default
37979 として取り込んだ文書の文章は,文書行の終わりで改行されません.
37980 \end_layout
37981
37982 \end_inset
37983
37984
37985 \end_layout
37986
37987 \begin_layout Standard
37988 \begin_inset Note Greyedout
37989 status open
37990
37991 \begin_layout Plain Layout
37992
37993 \series bold
37994 【訳註】
37995 \series default
37996 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
37997 \end_layout
37998
37999 \end_inset
38000
38001
38002 \end_layout
38003
38004 \begin_layout Description
38005 プログラムリスト この型については,第
38006 \begin_inset CommandInset ref
38007 LatexCommand ref
38008 reference "cha:プログラムコードリスト"
38009
38010 \end_inset
38011
38012 章に説明されています.
38013 \end_layout
38014
38015 \begin_layout Standard
38016 \begin_inset Note Greyedout
38017 status open
38018
38019 \begin_layout Plain Layout
38020
38021 \series bold
38022 【註】
38023 \series default
38024 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
38025 で問題が発生する可能性があります.
38026 \end_layout
38027
38028 \end_inset
38029
38030
38031 \end_layout
38032
38033 \begin_layout Standard
38034 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
38035 一部を出力から排除することができます.これは,
38036 \family sans
38037 文書\SpecialChar menuseparator
38038 設定\SpecialChar menuseparator
38039 子文書
38040 \family default
38041 メニューから行うことができます.そこの一覧中の各子文書の
38042 \family sans
38043 出力に含める
38044 \family default
38045 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
38046 とにご注意ください).
38047 \family sans
38048 カウンタと引用を維持
38049 \family default
38050 オプションを有効にすると,\SpecialChar LyX
38051 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
38052 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
38053 はバックグラウンドで文書全体を処理しなくてはなりません.
38054 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
38055 \end_layout
38056
38057 \begin_layout Standard
38058 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
38059 \begin_inset Foot
38060 status collapsed
38061
38062 \begin_layout Plain Layout
38063 派生枝は,\SpecialChar LyX
38064
38065 \emph on
38066 ユーザーの手引き
38067 \emph default
38068
38069 \emph on
38070 派生枝
38071 \emph default
38072 の節に説明されています.
38073 \end_layout
38074
38075 \end_inset
38076
38077 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38078 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38079 \end_layout
38080
38081 \begin_layout Chapter
38082 プログラムコードリスト
38083 \begin_inset CommandInset label
38084 LatexCommand label
38085 name "cha:プログラムコードリスト"
38086
38087 \end_inset
38088
38089
38090 \begin_inset Index idx
38091 status collapsed
38092
38093 \begin_layout Plain Layout
38094 りすと@リスト
38095 \end_layout
38096
38097 \end_inset
38098
38099
38100 \begin_inset Index idx
38101 status collapsed
38102
38103 \begin_layout Plain Layout
38104 ぷろぐらむこーど@プログラムコード
38105 \end_layout
38106
38107 \end_inset
38108
38109
38110 \begin_inset Index idx
38111 status collapsed
38112
38113 \begin_layout Plain Layout
38114 ふろーと@フロート ! りすと@リスト
38115 \end_layout
38116
38117 \end_inset
38118
38119
38120 \end_layout
38121
38122 \begin_layout Standard
38123 プログラムコードを取り込んで組版するには,
38124 \family sans
38125 挿入
38126 \family default
38127 \SpecialChar menuseparator
38128
38129 \family sans
38130 プログラムリスト
38131 \family default
38132 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38133 パッケージ
38134 \series bold
38135 listings
38136 \series default
38137
38138 \begin_inset Index idx
38139 status collapsed
38140
38141 \begin_layout Plain Layout
38142 \SpecialChar LaTeX
38143 ぱっけーじ@\SpecialChar LaTeX
38144 パッケージ ! listings
38145 \end_layout
38146
38147 \end_inset
38148
38149 または
38150 \series bold
38151 minted
38152 \series default
38153
38154 \begin_inset Index idx
38155 status collapsed
38156
38157 \begin_layout Plain Layout
38158 \SpecialChar LaTeX
38159 ぱっけーじ@\SpecialChar LaTeX
38160 パッケージ ! minted
38161 \end_layout
38162
38163 \end_inset
38164
38165 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,これらのパッケージのうち一つしか使うことができません.既定値では,
38166 \series bold
38167 listings
38168 \series default
38169 が用いられます.
38170 \end_layout
38171
38172 \begin_layout Standard
38173 \begin_inset Note Note
38174 status open
38175
38176 \begin_layout Plain Layout
38177
38178 \series bold
38179 【註】
38180 \series default
38181 \SpecialChar LyX
38182 は,ユーザーが変換子の定義に
38183 \family typewriter
38184 -shell-escape
38185 \family default
38186 オプションを付けることを推奨したく
38187 \emph on
38188 ありません
38189 \emph default
38190 .これは動作しますが,莫大なセキュリティリスクを背負い込むことになります.これへの対処については,活発な議論が交わされています.これは,解決次第,適切にアップデ
38191 ートされる可能性があります.
38192 \end_layout
38193
38194 \begin_layout Plain Layout
38195 =====
38196 \end_layout
38197
38198 \begin_layout Plain Layout
38199
38200 \series bold
38201 minted
38202 \series default
38203 を使うためには,文書設定の
38204 \family sans
38205 プログラムリスト
38206 \family default
38207 で,文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
38208 \series bold
38209 minted
38210 \series default
38211 は,追加的に
38212 \noun on
38213 Python
38214 \noun default
38215 ソフトウェアの
38216 \family sans
38217 pygments
38218 \family default
38219 モジュールを必要とし
38220 \begin_inset Foot
38221 status collapsed
38222
38223 \begin_layout Plain Layout
38224 Windows版\SpecialChar LyX
38225 では,
38226 \family sans
38227 pygments
38228 \family default
38229 はすでに導入済みです.
38230 \end_layout
38231
38232 \end_inset
38233
38234 ,\SpecialChar LaTeX
38235 処理子に
38236 \family typewriter
38237 -shell-escape
38238 \family default
38239 オプションを付ける必要があります.例えば,文書を
38240 \family sans
38241 PDF
38242 \begin_inset space ~
38243 \end_inset
38244
38245 (pdflatex)
38246 \family default
38247 形式で閲覧・書き出ししたい場合には,\SpecialChar LyX
38248 設定の
38249 \family sans
38250 ファイル処理\SpecialChar menuseparator
38251 変換子
38252 \family default
38253 に行って,
38254 \family sans
38255 LaTeX
38256 \begin_inset space ~
38257 \end_inset
38258
38259 (pdflatex) -> PDF
38260 \begin_inset space ~
38261 \end_inset
38262
38263 (pdflatex)
38264 \family default
38265 項目を開き,
38266 \family sans
38267 変換子
38268 \family default
38269 フィールドを見ます.この内容は,既定では
38270 \begin_inset Newline newline
38271 \end_inset
38272
38273
38274 \series bold
38275 pdflatex $$i
38276 \series default
38277
38278 \begin_inset Newline newline
38279 \end_inset
38280
38281 となっているはずですが,これを
38282 \begin_inset Newline newline
38283 \end_inset
38284
38285
38286 \series bold
38287 pdflatex $$i -shell-escape
38288 \begin_inset Newline newline
38289 \end_inset
38290
38291
38292 \series default
38293 に変更して,
38294 \family sans
38295 修正
38296 \family default
38297 ボタンを押し,引き続き
38298 \family sans
38299 適用
38300 \family default
38301
38302 \family sans
38303 保存
38304 \family default
38305 を押してください.
38306 \family sans
38307 PDF
38308 \begin_inset space ~
38309 \end_inset
38310
38311 (LuaTeX)
38312 \family default
38313
38314 \family sans
38315 PDF
38316 \begin_inset space ~
38317 \end_inset
38318
38319 (XeTeX)
38320 \family default
38321 の出力形式に対しても,同じことを行います.
38322 \end_layout
38323
38324 \end_inset
38325
38326
38327 \end_layout
38328
38329 \begin_layout Standard
38330 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38331 \end_layout
38332
38333 \begin_layout Standard
38334 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38335 \family sans
38336 行内リスト
38337 \family default
38338 を指定すると,リストは
38339 \begin_inset listings
38340 lstparams "language={C++}"
38341 inline true
38342 status collapsed
38343
38344 \begin_layout Plain Layout
38345
38346 int a=5;
38347 \end_layout
38348
38349 \end_inset
38350
38351 のように行内に印字されます.
38352 \begin_inset Newline newline
38353 \end_inset
38354
38355
38356 \family sans
38357 フロート
38358 \family default
38359 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38360 \begin_inset CommandInset ref
38361 LatexCommand ref
38362 reference "sec:フロートの配置"
38363
38364 \end_inset
38365
38366 節に説明されているフロート配置オプションに従って,「
38367 \family sans
38368 h
38369 \family default
38370 」「
38371 \family sans
38372 t
38373 \family default
38374 」「
38375 \family sans
38376 b
38377 \family default
38378 」「
38379 \family sans
38380 p
38381 \family default
38382 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38383 \family sans
38384 htbp
38385 \family default
38386 」のように区切りを入れることなく入力することができます.「
38387 \family sans
38388 h
38389 \family default
38390 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38391 \family sans
38392 フロート
38393 \family default
38394 オプションを使用しなければ大丈夫です.
38395 \end_layout
38396
38397 \begin_layout Standard
38398
38399 \family sans
38400 挿入
38401 \family default
38402 \SpecialChar menuseparator
38403
38404 \family sans
38405 キャプション
38406 \family default
38407 メニューを使えば,行中でないプログラムリストには,キャプションを付けることができます.プログラムリストは,フロート同様,リスト
38408 \begin_inset CommandInset ref
38409 LatexCommand ref
38410 reference "lst:ListFloat"
38411
38412 \end_inset
38413
38414 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38415 \family sans
38416 挿入\SpecialChar menuseparator
38417 一覧/目次\SpecialChar menuseparator
38418 プログラムリスト一覧
38419 \family default
38420 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38421 \end_layout
38422
38423 \begin_layout Standard
38424 \begin_inset listings
38425 lstparams "language=Python"
38426 inline false
38427 status open
38428
38429 \begin_layout Plain Layout
38430
38431 \begin_inset Caption Standard
38432
38433 \begin_layout Plain Layout
38434 \begin_inset CommandInset label
38435 LatexCommand label
38436 name "lst:ListFloat"
38437
38438 \end_inset
38439
38440 Example Listing Float
38441 \end_layout
38442
38443 \end_inset
38444
38445 # Example listing float
38446 \end_layout
38447
38448 \begin_layout Plain Layout
38449
38450 def func(param):
38451 \end_layout
38452
38453 \begin_layout Plain Layout
38454
38455     'this is a python function'
38456 \end_layout
38457
38458 \begin_layout Plain Layout
38459
38460     pass
38461 \end_layout
38462
38463 \end_inset
38464
38465
38466 \end_layout
38467
38468 \begin_layout Standard
38469 \begin_inset Note Greyedout
38470 status open
38471
38472 \begin_layout Plain Layout
38473
38474 \series bold
38475 【註】listings
38476 \series default
38477 パッケージは,既定ではプログラムリストの前にキャプションを置きます.
38478 \begin_inset Newline newline
38479 \end_inset
38480
38481
38482 \series bold
38483 minted
38484 \series default
38485 パッケージは,フロートの場合,既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,キャプションは,一行目に入れられた場合にはプログラム
38486 リストの前に組版され,そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,プリアンブルの最後に下記の行を加えてください.
38487 \begin_inset Newline newline
38488 \end_inset
38489
38490
38491 \series bold
38492
38493 \backslash
38494 @ifundefined{newfloat}
38495 \begin_inset Newline newline
38496 \end_inset
38497
38498
38499 \begin_inset Phantom HPhantom
38500 status open
38501
38502 \begin_layout Plain Layout
38503 \begin_inset space ~
38504 \end_inset
38505
38506
38507 \end_layout
38508
38509 \end_inset
38510
38511 {
38512 \backslash
38513 usepackage{float}}{}
38514 \begin_inset Newline newline
38515 \end_inset
38516
38517
38518 \backslash
38519 floatstyle{plaintop}
38520 \series default
38521
38522 \begin_inset Note Note
38523 status collapsed
38524
38525 \begin_layout Plain Layout
38526 文書全体を対象とするフロート配置設定を行うと,\SpecialChar LyX
38527 は自動的に
38528 \series bold
38529 float
38530 \series default
38531 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
38532 \series bold
38533
38534 \backslash
38535 @ifundefined
38536 \series default
38537 が使用されています.
38538 \end_layout
38539
38540 \end_inset
38541
38542
38543 \end_layout
38544
38545 \end_inset
38546
38547
38548 \end_layout
38549
38550 \begin_layout Standard
38551 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38552 onのキーワード「def」が識別され,ボールド体で出力されます.
38553 \end_layout
38554
38555 \begin_layout Standard
38556 \begin_inset Note Greyedout
38557 status open
38558
38559 \begin_layout Plain Layout
38560
38561 \series bold
38562 【註】
38563 \series default
38564 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38565 \family typewriter
38566 typewriter
38567 \family default
38568 フォントがボールド体を提供していません.この場合には,
38569 \family sans
38570 文書
38571 \family default
38572 \SpecialChar menuseparator
38573
38574 \family sans
38575 設定
38576 \family default
38577 \SpecialChar menuseparator
38578
38579 \family sans
38580 フォント
38581 \family default
38582 メニューで別のフォントを選択してください(
38583 \emph on
38584 LuxiMono
38585 \emph default
38586
38587 \emph on
38588 BeraMono
38589 \emph default
38590
38591 \emph on
38592 Courier
38593 \emph default
38594 の各フォントはボールド体を提供します).
38595 \end_layout
38596
38597 \end_inset
38598
38599
38600 \end_layout
38601
38602 \begin_layout Standard
38603 \begin_inset Note Greyedout
38604 status open
38605
38606 \begin_layout Plain Layout
38607
38608 \series bold
38609 【訳註】
38610 \series default
38611 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38612 \end_layout
38613
38614 \end_inset
38615
38616
38617 \end_layout
38618
38619 \begin_layout Standard
38620 プログラムリストダイアログの
38621 \family sans
38622 行番号
38623 \family default
38624 のセクションでは,行番号の様式を指定することができます.
38625 \family sans
38626 行間
38627 \family default
38628 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38629 \end_layout
38630
38631 \begin_layout Standard
38632 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.
38633 \family sans
38634 拡張文字コード表を使う
38635 \family default
38636 オプションは,
38637 \series bold
38638 listings
38639 \series default
38640 パッケージにのみ有効であり,プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
38641 \begin_inset Newline newline
38642 \end_inset
38643
38644
38645 \begin_inset Note Greyedout
38646 status open
38647
38648 \begin_layout Plain Layout
38649
38650 \series bold
38651 【訳註】
38652 \series default
38653 これは,p\SpecialChar LaTeX
38654 ではうまく動作しません.
38655 \end_layout
38656
38657 \end_inset
38658
38659
38660 \begin_inset Newline newline
38661 \end_inset
38662
38663 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38664 \begin_inset space \thinspace{}
38665 \end_inset
38666
38667 -
38668 \begin_inset space \thinspace{}
38669 \end_inset
38670
38671 8」で設定したプログラムリストの例です.
38672 \end_layout
38673
38674 \begin_layout Standard
38675 \begin_inset listings
38676 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38677 inline false
38678 status open
38679
38680 \begin_layout Plain Layout
38681
38682 def func(param):
38683 \end_layout
38684
38685 \begin_layout Plain Layout
38686
38687     'this is a python function'
38688 \end_layout
38689
38690 \begin_layout Plain Layout
38691
38692     pass
38693 \end_layout
38694
38695 \begin_layout Plain Layout
38696
38697 def func(param):
38698 \end_layout
38699
38700 \begin_layout Plain Layout
38701
38702 'This is a German word: Tschuss'
38703 \end_layout
38704
38705 \begin_layout Plain Layout
38706
38707 pass
38708 \end_layout
38709
38710 \begin_layout Plain Layout
38711
38712 def func(param):
38713 \end_layout
38714
38715 \begin_layout Plain Layout
38716
38717 'this is a python function'
38718 \end_layout
38719
38720 \begin_layout Plain Layout
38721
38722 pass
38723 \end_layout
38724
38725 \end_inset
38726
38727
38728 \end_layout
38729
38730 \begin_layout Standard
38731 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38732 \family sans
38733 タビュレータの大きさ
38734 \family default
38735 フィールドで指定することができます.
38736 \end_layout
38737
38738 \begin_layout Standard
38739 \begin_inset Note Greyedout
38740 status open
38741
38742 \begin_layout Plain Layout
38743
38744 \series bold
38745 【註】listings
38746 \series default
38747 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38748 に振られているのはこのためです.
38749 \end_layout
38750
38751 \end_inset
38752
38753
38754 \end_layout
38755
38756 \begin_layout Standard
38757 \begin_inset VSpace bigskip
38758 \end_inset
38759
38760
38761 \end_layout
38762
38763 \begin_layout Standard
38764 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
38765 \family sans
38766 挿入
38767 \family default
38768 \SpecialChar menuseparator
38769
38770 \family sans
38771 ファイル
38772 \family default
38773 \SpecialChar menuseparator
38774
38775 \family sans
38776 子文書
38777 \family default
38778 メニューを使用して
38779 \family sans
38780 プログラムリスト
38781 \family default
38782 型を選択してください
38783 \begin_inset Foot
38784 status collapsed
38785
38786 \begin_layout Plain Layout
38787 他の子文書型については,第 section
38788 \begin_inset space ~
38789 \end_inset
38790
38791
38792 \begin_inset CommandInset ref
38793 LatexCommand ref
38794 reference "sec:子文書"
38795
38796 \end_inset
38797
38798 節に説明があります.
38799 \end_layout
38800
38801 \end_inset
38802
38803 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38804 疑問符「?」を打鍵してください.
38805 \end_layout
38806
38807 \begin_layout Standard
38808 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38809 \family sans
38810 挿入
38811 \family default
38812 \SpecialChar menuseparator
38813
38814 \family sans
38815 相互参照
38816 \family default
38817 メニューを使って参照できるようになります.
38818 \end_layout
38819
38820 \begin_layout Standard
38821 プログラムリスト
38822 \begin_inset CommandInset ref
38823 LatexCommand ref
38824 reference "lst:file-listing"
38825
38826 \end_inset
38827
38828 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38829 ファイルの10行目から15行目が表示されています.
38830 \end_layout
38831
38832 \begin_layout Standard
38833 \begin_inset CommandInset include
38834 LatexCommand lstinputlisting
38835 filename "EmbeddedObjects.lyx"
38836 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38837 literal "true"
38838
38839 \end_inset
38840
38841
38842 \end_layout
38843
38844 \begin_layout Standard
38845 \begin_inset VSpace bigskip
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \begin_layout Standard
38852 リストに数式を入れるには,以下のようにします.
38853 \end_layout
38854
38855 \begin_layout Enumerate
38856 リストダイアログを開き,
38857 \family sans
38858 詳細
38859 \family default
38860 タブのフィールド中に
38861 \begin_inset Newline newline
38862 \end_inset
38863
38864
38865 \family sans
38866 mathescape=true
38867 \family default
38868
38869 \begin_inset Newline newline
38870 \end_inset
38871
38872 と書き加えます.
38873 \end_layout
38874
38875 \begin_layout Enumerate
38876 リスト外で数式を作成します.
38877 \end_layout
38878
38879 \begin_layout Enumerate
38880 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38881 \begin_inset Info
38882 type  "shortcut"
38883 arg   "copy"
38884 \end_inset
38885
38886 ).
38887 \end_layout
38888
38889 \begin_layout Enumerate
38890 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38891 \begin_inset Info
38892 type  "shortcut"
38893 arg   "paste"
38894 \end_inset
38895
38896 ).
38897 \end_layout
38898
38899 \begin_layout Standard
38900 \begin_inset listings
38901 lstparams "language=Python,mathescape=true"
38902 inline false
38903 status open
38904
38905 \begin_layout Plain Layout
38906
38907 \begin_inset Caption Standard
38908
38909 \begin_layout Plain Layout
38910 Example Listing float containing a formula
38911 \end_layout
38912
38913 \end_inset
38914
38915 # Example listing float
38916 \end_layout
38917
38918 \begin_layout Plain Layout
38919
38920 def func(param):
38921 \end_layout
38922
38923 \begin_layout Plain Layout
38924
38925     # $
38926 \backslash
38927 prod_{n=1}^{
38928 \backslash
38929 infty}
38930 \backslash
38931 ,
38932 \backslash
38933 frac{1}{x^{2}}$
38934 \end_layout
38935
38936 \begin_layout Plain Layout
38937
38938     pass
38939 \end_layout
38940
38941 \end_inset
38942
38943
38944 \end_layout
38945
38946 \begin_layout Standard
38947 \begin_inset VSpace bigskip
38948 \end_inset
38949
38950
38951 \end_layout
38952
38953 \begin_layout Standard
38954 大域的なプログラムリストの設定は,
38955 \family sans
38956 文書
38957 \family default
38958 \SpecialChar menuseparator
38959
38960 \family sans
38961 設定
38962 \family default
38963 \SpecialChar menuseparator
38964
38965 \family sans
38966 リスト
38967 \family default
38968 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38969 \family sans
38970 プログラムリスト設定
38971 \family default
38972 フィールドで疑問符「?」を打鍵してください.
38973 \end_layout
38974
38975 \begin_layout Standard
38976
38977 \series bold
38978 listings
38979 \series default
38980 及び
38981 \series bold
38982 minted
38983 \series default
38984 パッケージについての詳しい情報については,取扱説明書
38985 \begin_inset CommandInset citation
38986 LatexCommand cite
38987 key "listings,minted"
38988 literal "true"
38989
38990 \end_inset
38991
38992 をご参照ください.
38993 \end_layout
38994
38995 \begin_layout Standard
38996 \begin_inset Newpage newpage
38997 \end_inset
38998
38999
39000 \end_layout
39001
39002 \begin_layout Chapter
39003 \start_of_appendix
39004 \SpecialChar LyX
39005 で使用できる単位
39006 \begin_inset Index idx
39007 status collapsed
39008
39009 \begin_layout Plain Layout
39010 たんい@単位
39011 \end_layout
39012
39013 \end_inset
39014
39015
39016 \begin_inset CommandInset label
39017 LatexCommand label
39018 name "cha:LyXで使用できる単位"
39019
39020 \end_inset
39021
39022
39023 \end_layout
39024
39025 \begin_layout Standard
39026 この文書で用いられる単位の理解のために,表
39027 \begin_inset CommandInset ref
39028 LatexCommand ref
39029 reference "tab:単位"
39030
39031 \end_inset
39032
39033 に,\SpecialChar LyX
39034 で使うことのできる単位をまとめておきます.
39035 \end_layout
39036
39037 \begin_layout Standard
39038 \begin_inset Float table
39039 placement h
39040 alignment document
39041 wide false
39042 sideways false
39043 status open
39044
39045 \begin_layout Plain Layout
39046 \begin_inset Caption Standard
39047
39048 \begin_layout Plain Layout
39049 \begin_inset CommandInset label
39050 LatexCommand label
39051 name "tab:単位"
39052
39053 \end_inset
39054
39055 単位
39056 \end_layout
39057
39058 \end_inset
39059
39060
39061 \end_layout
39062
39063 \begin_layout Plain Layout
39064 \begin_inset VSpace medskip
39065 \end_inset
39066
39067
39068 \end_layout
39069
39070 \begin_layout Plain Layout
39071 \align center
39072 \begin_inset Tabular
39073 <lyxtabular version="3" rows="21" columns="3">
39074 <features tabularvalignment="middle">
39075 <column alignment="center" valignment="top">
39076 <column alignment="center" valignment="middle" width="50col%">
39077 <column alignment="center" valignment="top">
39078 <row>
39079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39080 \begin_inset Text
39081
39082 \begin_layout Plain Layout
39083 単位
39084 \end_layout
39085
39086 \end_inset
39087 </cell>
39088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39089 \begin_inset Text
39090
39091 \begin_layout Plain Layout
39092 名称/摘要
39093 \end_layout
39094
39095 \end_inset
39096 </cell>
39097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39098 \begin_inset Text
39099
39100 \begin_layout Plain Layout
39101 \SpecialChar LaTeX
39102  コマンド
39103 \end_layout
39104
39105 \end_inset
39106 </cell>
39107 </row>
39108 <row>
39109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39110 \begin_inset Text
39111
39112 \begin_layout Plain Layout
39113 bp
39114 \end_layout
39115
39116 \end_inset
39117 </cell>
39118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39119 \begin_inset Text
39120
39121 \begin_layout Plain Layout
39122 ビッグポイント (72
39123 \begin_inset space \thinspace{}
39124 \end_inset
39125
39126 bp = 1
39127 \begin_inset space \thinspace{}
39128 \end_inset
39129
39130 in)
39131 \end_layout
39132
39133 \end_inset
39134 </cell>
39135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39136 \begin_inset Text
39137
39138 \begin_layout Plain Layout
39139 -
39140 \end_layout
39141
39142 \end_inset
39143 </cell>
39144 </row>
39145 <row>
39146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39147 \begin_inset Text
39148
39149 \begin_layout Plain Layout
39150 cc
39151 \end_layout
39152
39153 \end_inset
39154 </cell>
39155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39156 \begin_inset Text
39157
39158 \begin_layout Plain Layout
39159 シセロ (1
39160 \begin_inset space \thinspace{}
39161 \end_inset
39162
39163 cc = 12
39164 \begin_inset space \thinspace{}
39165 \end_inset
39166
39167 dd)
39168 \end_layout
39169
39170 \end_inset
39171 </cell>
39172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39173 \begin_inset Text
39174
39175 \begin_layout Plain Layout
39176 -
39177 \end_layout
39178
39179 \end_inset
39180 </cell>
39181 </row>
39182 <row>
39183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39184 \begin_inset Text
39185
39186 \begin_layout Plain Layout
39187 cm
39188 \end_layout
39189
39190 \end_inset
39191 </cell>
39192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39193 \begin_inset Text
39194
39195 \begin_layout Plain Layout
39196 センチメートル
39197 \end_layout
39198
39199 \end_inset
39200 </cell>
39201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39202 \begin_inset Text
39203
39204 \begin_layout Plain Layout
39205 -
39206 \end_layout
39207
39208 \end_inset
39209 </cell>
39210 </row>
39211 <row>
39212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39213 \begin_inset Text
39214
39215 \begin_layout Plain Layout
39216 dd
39217 \end_layout
39218
39219 \end_inset
39220 </cell>
39221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39222 \begin_inset Text
39223
39224 \begin_layout Plain Layout
39225 ディドー (72
39226 \begin_inset space \thinspace{}
39227 \end_inset
39228
39229 dd 
39230 \begin_inset Formula $\approx$
39231 \end_inset
39232
39233  37.6
39234 \begin_inset space \thinspace{}
39235 \end_inset
39236
39237 mm)
39238 \end_layout
39239
39240 \end_inset
39241 </cell>
39242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39243 \begin_inset Text
39244
39245 \begin_layout Plain Layout
39246 -
39247 \end_layout
39248
39249 \end_inset
39250 </cell>
39251 </row>
39252 <row>
39253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39254 \begin_inset Text
39255
39256 \begin_layout Plain Layout
39257 em
39258 \end_layout
39259
39260 \end_inset
39261 </cell>
39262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39263 \begin_inset Text
39264
39265 \begin_layout Plain Layout
39266 現在のフォントの文字「M」の幅
39267 \end_layout
39268
39269 \end_inset
39270 </cell>
39271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39272 \begin_inset Text
39273
39274 \begin_layout Plain Layout
39275 -
39276 \end_layout
39277
39278 \end_inset
39279 </cell>
39280 </row>
39281 <row>
39282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39283 \begin_inset Text
39284
39285 \begin_layout Plain Layout
39286 ex
39287 \end_layout
39288
39289 \end_inset
39290 </cell>
39291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39292 \begin_inset Text
39293
39294 \begin_layout Plain Layout
39295 現在のフォントの文字「x」の高さ
39296 \end_layout
39297
39298 \end_inset
39299 </cell>
39300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39301 \begin_inset Text
39302
39303 \begin_layout Plain Layout
39304 -
39305 \end_layout
39306
39307 \end_inset
39308 </cell>
39309 </row>
39310 <row>
39311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39312 \begin_inset Text
39313
39314 \begin_layout Plain Layout
39315 in
39316 \end_layout
39317
39318 \end_inset
39319 </cell>
39320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39321 \begin_inset Text
39322
39323 \begin_layout Plain Layout
39324 インチ
39325 \end_layout
39326
39327 \end_inset
39328 </cell>
39329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39330 \begin_inset Text
39331
39332 \begin_layout Plain Layout
39333 -
39334 \end_layout
39335
39336 \end_inset
39337 </cell>
39338 </row>
39339 <row>
39340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39341 \begin_inset Text
39342
39343 \begin_layout Plain Layout
39344 mm
39345 \end_layout
39346
39347 \end_inset
39348 </cell>
39349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39350 \begin_inset Text
39351
39352 \begin_layout Plain Layout
39353 ミリメートル
39354 \end_layout
39355
39356 \end_inset
39357 </cell>
39358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39359 \begin_inset Text
39360
39361 \begin_layout Plain Layout
39362 -
39363 \end_layout
39364
39365 \end_inset
39366 </cell>
39367 </row>
39368 <row>
39369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39370 \begin_inset Text
39371
39372 \begin_layout Plain Layout
39373 mu
39374 \end_layout
39375
39376 \end_inset
39377 </cell>
39378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39379 \begin_inset Text
39380
39381 \begin_layout Plain Layout
39382 数式単位 (1
39383 \begin_inset space \thinspace{}
39384 \end_inset
39385
39386 mu = 1/18
39387 \begin_inset space \thinspace{}
39388 \end_inset
39389
39390 em)
39391 \end_layout
39392
39393 \end_inset
39394 </cell>
39395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39396 \begin_inset Text
39397
39398 \begin_layout Plain Layout
39399 -
39400 \end_layout
39401
39402 \end_inset
39403 </cell>
39404 </row>
39405 <row>
39406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39407 \begin_inset Text
39408
39409 \begin_layout Plain Layout
39410 pt
39411 \end_layout
39412
39413 \end_inset
39414 </cell>
39415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39416 \begin_inset Text
39417
39418 \begin_layout Plain Layout
39419 ポイント (72.27
39420 \begin_inset space \thinspace{}
39421 \end_inset
39422
39423 pt = 1
39424 \begin_inset space \thinspace{}
39425 \end_inset
39426
39427 in)
39428 \end_layout
39429
39430 \end_inset
39431 </cell>
39432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39433 \begin_inset Text
39434
39435 \begin_layout Plain Layout
39436 -
39437 \end_layout
39438
39439 \end_inset
39440 </cell>
39441 </row>
39442 <row>
39443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39444 \begin_inset Text
39445
39446 \begin_layout Plain Layout
39447 pc
39448 \end_layout
39449
39450 \end_inset
39451 </cell>
39452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39453 \begin_inset Text
39454
39455 \begin_layout Plain Layout
39456 パイカ (1
39457 \begin_inset space \thinspace{}
39458 \end_inset
39459
39460 pc = 12
39461 \begin_inset space \thinspace{}
39462 \end_inset
39463
39464 pt)
39465 \end_layout
39466
39467 \end_inset
39468 </cell>
39469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39470 \begin_inset Text
39471
39472 \begin_layout Plain Layout
39473 -
39474 \end_layout
39475
39476 \end_inset
39477 </cell>
39478 </row>
39479 <row>
39480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39481 \begin_inset Text
39482
39483 \begin_layout Plain Layout
39484 sp
39485 \end_layout
39486
39487 \end_inset
39488 </cell>
39489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39490 \begin_inset Text
39491
39492 \begin_layout Plain Layout
39493 スケールポイント (65536
39494 \begin_inset space \thinspace{}
39495 \end_inset
39496
39497 sp = 1
39498 \begin_inset space \thinspace{}
39499 \end_inset
39500
39501 pt)
39502 \end_layout
39503
39504 \end_inset
39505 </cell>
39506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39507 \begin_inset Text
39508
39509 \begin_layout Plain Layout
39510 -
39511 \end_layout
39512
39513 \end_inset
39514 </cell>
39515 </row>
39516 <row>
39517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39518 \begin_inset Text
39519
39520 \begin_layout Plain Layout
39521 画像の縮尺%
39522 \end_layout
39523
39524 \end_inset
39525 </cell>
39526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39527 \begin_inset Text
39528
39529 \begin_layout Plain Layout
39530 元の画像幅の%
39531 \end_layout
39532
39533 \end_inset
39534 </cell>
39535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39536 \begin_inset Text
39537
39538 \begin_layout Plain Layout
39539
39540 \end_layout
39541
39542 \end_inset
39543 </cell>
39544 </row>
39545 <row>
39546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39547 \begin_inset Text
39548
39549 \begin_layout Plain Layout
39550 本文幅%
39551 \end_layout
39552
39553 \end_inset
39554 </cell>
39555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39556 \begin_inset Text
39557
39558 \begin_layout Plain Layout
39559 テキスト幅の%
39560 \end_layout
39561
39562 \end_inset
39563 </cell>
39564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39565 \begin_inset Text
39566
39567 \begin_layout Plain Layout
39568
39569 \backslash
39570 textwidth
39571 \end_layout
39572
39573 \end_inset
39574 </cell>
39575 </row>
39576 <row>
39577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39578 \begin_inset Text
39579
39580 \begin_layout Plain Layout
39581 列幅%
39582 \end_layout
39583
39584 \end_inset
39585 </cell>
39586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39587 \begin_inset Text
39588
39589 \begin_layout Plain Layout
39590 組段幅の%
39591 \end_layout
39592
39593 \end_inset
39594 </cell>
39595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39596 \begin_inset Text
39597
39598 \begin_layout Plain Layout
39599
39600 \backslash
39601 columnwidth
39602 \end_layout
39603
39604 \end_inset
39605 </cell>
39606 </row>
39607 <row>
39608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39609 \begin_inset Text
39610
39611 \begin_layout Plain Layout
39612 ページ幅%
39613 \end_layout
39614
39615 \end_inset
39616 </cell>
39617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39618 \begin_inset Text
39619
39620 \begin_layout Plain Layout
39621 用紙幅の%
39622 \end_layout
39623
39624 \end_inset
39625 </cell>
39626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39627 \begin_inset Text
39628
39629 \begin_layout Plain Layout
39630
39631 \backslash
39632 paperwidth
39633 \end_layout
39634
39635 \end_inset
39636 </cell>
39637 </row>
39638 <row>
39639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39640 \begin_inset Text
39641
39642 \begin_layout Plain Layout
39643 行幅%
39644 \end_layout
39645
39646 \end_inset
39647 </cell>
39648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39649 \begin_inset Text
39650
39651 \begin_layout Plain Layout
39652 行幅の%
39653 \end_layout
39654
39655 \end_inset
39656 </cell>
39657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39658 \begin_inset Text
39659
39660 \begin_layout Plain Layout
39661
39662 \backslash
39663 linewidth
39664 \end_layout
39665
39666 \end_inset
39667 </cell>
39668 </row>
39669 <row>
39670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39671 \begin_inset Text
39672
39673 \begin_layout Plain Layout
39674 本文高%
39675 \end_layout
39676
39677 \end_inset
39678 </cell>
39679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39680 \begin_inset Text
39681
39682 \begin_layout Plain Layout
39683 テキスト高さの%
39684 \end_layout
39685
39686 \end_inset
39687 </cell>
39688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39689 \begin_inset Text
39690
39691 \begin_layout Plain Layout
39692
39693 \backslash
39694 textheight
39695 \end_layout
39696
39697 \end_inset
39698 </cell>
39699 </row>
39700 <row>
39701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39702 \begin_inset Text
39703
39704 \begin_layout Plain Layout
39705 ページ高%
39706 \end_layout
39707
39708 \end_inset
39709 </cell>
39710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39711 \begin_inset Text
39712
39713 \begin_layout Plain Layout
39714 用紙高さの%
39715 \end_layout
39716
39717 \end_inset
39718 </cell>
39719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39720 \begin_inset Text
39721
39722 \begin_layout Plain Layout
39723
39724 \backslash
39725 paperheight
39726 \end_layout
39727
39728 \end_inset
39729 </cell>
39730 </row>
39731 <row>
39732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39733 \begin_inset Text
39734
39735 \begin_layout Plain Layout
39736 行幅%
39737 \end_layout
39738
39739 \end_inset
39740 </cell>
39741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39742 \begin_inset Text
39743
39744 \begin_layout Plain Layout
39745
39746 \lang english
39747 % of height between baselines of two subsequent text lines
39748 \end_layout
39749
39750 \end_inset
39751 </cell>
39752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39753 \begin_inset Text
39754
39755 \begin_layout Plain Layout
39756
39757 \backslash
39758 baselineskip
39759 \end_layout
39760
39761 \end_inset
39762 </cell>
39763 </row>
39764 </lyxtabular>
39765
39766 \end_inset
39767
39768
39769 \end_layout
39770
39771 \end_inset
39772
39773
39774 \end_layout
39775
39776 \begin_layout Chapter
39777 画像を含む場合のファイル出力形式
39778 \begin_inset CommandInset label
39779 LatexCommand label
39780 name "cha:ファイル出力形式"
39781
39782 \end_inset
39783
39784
39785 \end_layout
39786
39787 \begin_layout Section
39788 DVI
39789 \begin_inset Index idx
39790 status collapsed
39791
39792 \begin_layout Plain Layout
39793 ふぁいるしょしき@ファイル書式 ! DVI
39794 \end_layout
39795
39796 \end_inset
39797
39798
39799 \begin_inset Index idx
39800 status collapsed
39801
39802 \begin_layout Plain Layout
39803 DVI
39804 \begin_inset ERT
39805 status collapsed
39806
39807 \begin_layout Plain Layout
39808
39809 |see{
39810 \end_layout
39811
39812 \end_inset
39813
39814 ファイル書式
39815 \begin_inset ERT
39816 status collapsed
39817
39818 \begin_layout Plain Layout
39819
39820 }
39821 \end_layout
39822
39823 \end_inset
39824
39825
39826 \end_layout
39827
39828 \end_inset
39829
39830
39831 \end_layout
39832
39833 \begin_layout Standard
39834 このファイル型の拡張子は「
39835 \family typewriter
39836 .dvi
39837 \family default
39838 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39839 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39840 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39841 \end_layout
39842
39843 \begin_layout Standard
39844 \begin_inset Note Greyedout
39845 status open
39846
39847 \begin_layout Plain Layout
39848
39849 \series bold
39850 【註】
39851 \series default
39852 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39853 \end_layout
39854
39855 \end_inset
39856
39857 ですから,お使いの
39858 \family typewriter
39859 .dvi
39860 \family default
39861 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39862 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39863 DFを使用することをお勧めします.
39864 \end_layout
39865
39866 \begin_layout Standard
39867 使用中の文書は,
39868 \family sans
39869 ファイル
39870 \family default
39871 \SpecialChar menuseparator
39872
39873 \family sans
39874 書き出し
39875 \family default
39876 \SpecialChar menuseparator
39877
39878 \family sans
39879 DVI
39880 \family default
39881 メニューを使用して,DVIに書き出すことができます.
39882 \family sans
39883 表示
39884 \family default
39885 メニューから,文書をDVIとして表示させることもできます.
39886 \end_layout
39887
39888 \begin_layout Section
39889 PostScript
39890 \begin_inset Index idx
39891 status collapsed
39892
39893 \begin_layout Plain Layout
39894 ふぁいるしょしき@ファイル書式 ! PostScript
39895 \end_layout
39896
39897 \end_inset
39898
39899
39900 \begin_inset Index idx
39901 status collapsed
39902
39903 \begin_layout Plain Layout
39904 PostScript
39905 \begin_inset ERT
39906 status collapsed
39907
39908 \begin_layout Plain Layout
39909
39910 |see{
39911 \end_layout
39912
39913 \end_inset
39914
39915 ファイル書式
39916 \begin_inset ERT
39917 status collapsed
39918
39919 \begin_layout Plain Layout
39920
39921 }
39922 \end_layout
39923
39924 \end_inset
39925
39926
39927 \end_layout
39928
39929 \end_inset
39930
39931
39932 \end_layout
39933
39934 \begin_layout Standard
39935 このファイル型の拡張子は「
39936 \family typewriter
39937 .ps
39938 \family default
39939 」です.PostScriptは,
39940 \family typewriter
39941 Adobe
39942 \family default
39943 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39944 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39945 \begin_inset Foot
39946 status collapsed
39947
39948 \begin_layout Plain Layout
39949 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39950 パッケージ
39951 \series bold
39952 PSTricks
39953 \series default
39954
39955 \begin_inset CommandInset citation
39956 LatexCommand cite
39957 key "pstricks"
39958 literal "true"
39959
39960 \end_inset
39961
39962 を見てみてください.
39963 \end_layout
39964
39965 \end_inset
39966
39967 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39968 \end_layout
39969
39970 \begin_layout Standard
39971 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39972 \family typewriter
39973 .eps
39974 \family default
39975 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39976 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39977 はバックグラウンドで画像をEP
39978 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39979 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39980 で行う
39981 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39982 おく方がよいでしょう.
39983 \end_layout
39984
39985 \begin_layout Standard
39986 文書は,
39987 \family sans
39988 ファイル
39989 \family default
39990 \SpecialChar menuseparator
39991
39992 \family sans
39993 書き出し
39994 \family default
39995 \SpecialChar menuseparator
39996
39997 \family sans
39998 Postscript
39999 \family default
40000 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
40001 \family sans
40002 表示
40003 \family default
40004 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
40005 \end_layout
40006
40007 \begin_layout Section
40008 PDF
40009 \begin_inset Index idx
40010 status collapsed
40011
40012 \begin_layout Plain Layout
40013 ふぁいるしょしき@ファイル書式 ! PDF
40014 \end_layout
40015
40016 \end_inset
40017
40018
40019 \begin_inset Index idx
40020 status collapsed
40021
40022 \begin_layout Plain Layout
40023 PDF
40024 \end_layout
40025
40026 \end_inset
40027
40028
40029 \end_layout
40030
40031 \begin_layout Standard
40032 このファイル型の拡張子は「
40033 \family typewriter
40034 .pdf
40035 \family default
40036 」です.この「Portable Document Format (PDF)」は,
40037 \family typewriter
40038 Adobe
40039 \family default
40040 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
40041 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
40042 \end_layout
40043
40044 \begin_layout Standard
40045 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
40046 \family typewriter
40047 .jpg
40048 \family default
40049 」または「
40050 \family typewriter
40051 .jpeg
40052 \family default
40053 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
40054 \family typewriter
40055 .png
40056 \family default
40057 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
40058 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
40059 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
40060 勧めします.
40061 \end_layout
40062
40063 \begin_layout Standard
40064 使用中の文書は,
40065 \family sans
40066 ファイル
40067 \family default
40068 \SpecialChar menuseparator
40069
40070 \family sans
40071 書き出し
40072 \family default
40073 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
40074 \end_layout
40075
40076 \begin_layout Description
40077 PDF
40078 \begin_inset space ~
40079 \end_inset
40080
40081 (ps2pdf) これは
40082 \family typewriter
40083 ps2pdf
40084 \family default
40085 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
40086 \family typewriter
40087 dvips
40088 \family default
40089 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
40090 \end_layout
40091
40092 \begin_layout Description
40093 PDF
40094 \begin_inset space ~
40095 \end_inset
40096
40097 (dvipdfm) これは
40098 \family typewriter
40099 dvipdfm
40100 \family default
40101 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
40102 \end_layout
40103
40104 \begin_layout Description
40105 PDF
40106 \begin_inset space ~
40107 \end_inset
40108
40109 (pdflatex) これは
40110 \family typewriter
40111 pdftex
40112 \family default
40113 プログラムを使って,現在のファイルを直接PDFに変換します.
40114 \end_layout
40115
40116 \begin_layout Standard
40117
40118 \family typewriter
40119 pdftex
40120 \family default
40121 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
40122 \family sans
40123 PDF
40124 \begin_inset space ~
40125 \end_inset
40126
40127 (pdflatex)
40128 \family default
40129 を使用することが推奨されます.
40130 \family typewriter
40131 dvipdfm
40132 \family default
40133 プログラムは開発が停止しており,若干時代遅れになっています.
40134 \end_layout
40135
40136 \begin_layout Standard
40137 使用中の文書をPDFとして表示するには,
40138 \family sans
40139 表示
40140 \family default
40141 メニューかツールバーボタン(これは
40142 \family sans
40143 PDF
40144 \begin_inset space ~
40145 \end_inset
40146
40147 (pdflatex)
40148 \family default
40149 を使用します)を用います.
40150 \end_layout
40151
40152 \begin_layout Chapter
40153 dvips色名一覧
40154 \begin_inset CommandInset label
40155 LatexCommand label
40156 name "chap:dvips色名一覧"
40157
40158 \end_inset
40159
40160
40161 \end_layout
40162
40163 \begin_layout Standard
40164 \begin_inset Tabular
40165 <lyxtabular version="3" rows="17" columns="4">
40166 <features tabularvalignment="middle">
40167 <column alignment="left" valignment="top" width="0pt">
40168 <column alignment="left" valignment="top" width="0pt">
40169 <column alignment="left" valignment="top" width="0pt">
40170 <column alignment="left" valignment="top" width="0pt">
40171 <row>
40172 <cell alignment="left" valignment="top" usebox="none">
40173 \begin_inset Text
40174
40175 \begin_layout Plain Layout
40176 \begin_inset ERT
40177 status collapsed
40178
40179 \begin_layout Plain Layout
40180
40181
40182 \backslash
40183 fcolorbox{black}{
40184 \end_layout
40185
40186 \end_inset
40187
40188 white
40189 \begin_inset ERT
40190 status collapsed
40191
40192 \begin_layout Plain Layout
40193
40194 }{
40195 \end_layout
40196
40197 \end_inset
40198
40199
40200 \begin_inset ERT
40201 status collapsed
40202
40203 \begin_layout Plain Layout
40204
40205 }
40206 \end_layout
40207
40208 \end_inset
40209
40210  色名
40211 \end_layout
40212
40213 \end_inset
40214 </cell>
40215 <cell alignment="left" valignment="top" usebox="none">
40216 \begin_inset Text
40217
40218 \begin_layout Plain Layout
40219 \begin_inset ERT
40220 status collapsed
40221
40222 \begin_layout Plain Layout
40223
40224
40225 \backslash
40226 fcolorbox{black}{
40227 \end_layout
40228
40229 \end_inset
40230
40231 white
40232 \begin_inset ERT
40233 status collapsed
40234
40235 \begin_layout Plain Layout
40236
40237 }{
40238 \end_layout
40239
40240 \end_inset
40241
40242
40243 \begin_inset ERT
40244 status collapsed
40245
40246 \begin_layout Plain Layout
40247
40248 }
40249 \end_layout
40250
40251 \end_inset
40252
40253  色名
40254 \end_layout
40255
40256 \end_inset
40257 </cell>
40258 <cell alignment="left" valignment="top" usebox="none">
40259 \begin_inset Text
40260
40261 \begin_layout Plain Layout
40262 \begin_inset ERT
40263 status collapsed
40264
40265 \begin_layout Plain Layout
40266
40267
40268 \backslash
40269 fcolorbox{black}{
40270 \end_layout
40271
40272 \end_inset
40273
40274 white
40275 \begin_inset ERT
40276 status collapsed
40277
40278 \begin_layout Plain Layout
40279
40280 }{
40281 \end_layout
40282
40283 \end_inset
40284
40285
40286 \begin_inset ERT
40287 status collapsed
40288
40289 \begin_layout Plain Layout
40290
40291 }
40292 \end_layout
40293
40294 \end_inset
40295
40296  色名
40297 \end_layout
40298
40299 \end_inset
40300 </cell>
40301 <cell alignment="left" valignment="top" usebox="none">
40302 \begin_inset Text
40303
40304 \begin_layout Plain Layout
40305 \begin_inset ERT
40306 status collapsed
40307
40308 \begin_layout Plain Layout
40309
40310
40311 \backslash
40312 fcolorbox{black}{
40313 \end_layout
40314
40315 \end_inset
40316
40317 white
40318 \begin_inset ERT
40319 status collapsed
40320
40321 \begin_layout Plain Layout
40322
40323 }{
40324 \end_layout
40325
40326 \end_inset
40327
40328
40329 \begin_inset ERT
40330 status collapsed
40331
40332 \begin_layout Plain Layout
40333
40334 }
40335 \end_layout
40336
40337 \end_inset
40338
40339  色名
40340 \end_layout
40341
40342 \end_inset
40343 </cell>
40344 </row>
40345 <row>
40346 <cell alignment="center" valignment="top" usebox="none">
40347 \begin_inset Text
40348
40349 \begin_layout Plain Layout
40350 \begin_inset ERT
40351 status collapsed
40352
40353 \begin_layout Plain Layout
40354
40355
40356 \backslash
40357 fcolorbox{black}{
40358 \end_layout
40359
40360 \end_inset
40361
40362 Apricot
40363 \begin_inset ERT
40364 status collapsed
40365
40366 \begin_layout Plain Layout
40367
40368 }{
40369 \end_layout
40370
40371 \end_inset
40372
40373
40374 \begin_inset Phantom Phantom
40375 status open
40376
40377 \begin_layout Plain Layout
40378 W
40379 \end_layout
40380
40381 \end_inset
40382
40383
40384 \begin_inset ERT
40385 status collapsed
40386
40387 \begin_layout Plain Layout
40388
40389 }
40390 \end_layout
40391
40392 \end_inset
40393
40394  Apricot
40395 \end_layout
40396
40397 \end_inset
40398 </cell>
40399 <cell alignment="center" valignment="top" usebox="none">
40400 \begin_inset Text
40401
40402 \begin_layout Plain Layout
40403 \begin_inset ERT
40404 status collapsed
40405
40406 \begin_layout Plain Layout
40407
40408
40409 \backslash
40410 fcolorbox{black}{
40411 \end_layout
40412
40413 \end_inset
40414
40415 Aquamarine
40416 \begin_inset ERT
40417 status collapsed
40418
40419 \begin_layout Plain Layout
40420
40421 }{
40422 \end_layout
40423
40424 \end_inset
40425
40426
40427 \begin_inset Phantom Phantom
40428 status open
40429
40430 \begin_layout Plain Layout
40431 W
40432 \end_layout
40433
40434 \end_inset
40435
40436
40437 \begin_inset ERT
40438 status collapsed
40439
40440 \begin_layout Plain Layout
40441
40442 }
40443 \end_layout
40444
40445 \end_inset
40446
40447  Aquamarine
40448 \end_layout
40449
40450 \end_inset
40451 </cell>
40452 <cell alignment="center" valignment="top" usebox="none">
40453 \begin_inset Text
40454
40455 \begin_layout Plain Layout
40456 \begin_inset ERT
40457 status collapsed
40458
40459 \begin_layout Plain Layout
40460
40461
40462 \backslash
40463 fcolorbox{black}{
40464 \end_layout
40465
40466 \end_inset
40467
40468 Bittersweet
40469 \begin_inset ERT
40470 status collapsed
40471
40472 \begin_layout Plain Layout
40473
40474 }{
40475 \end_layout
40476
40477 \end_inset
40478
40479
40480 \begin_inset Phantom Phantom
40481 status open
40482
40483 \begin_layout Plain Layout
40484 W
40485 \end_layout
40486
40487 \end_inset
40488
40489
40490 \begin_inset ERT
40491 status collapsed
40492
40493 \begin_layout Plain Layout
40494
40495 }
40496 \end_layout
40497
40498 \end_inset
40499
40500  Bittersweet
40501 \end_layout
40502
40503 \end_inset
40504 </cell>
40505 <cell alignment="center" valignment="top" usebox="none">
40506 \begin_inset Text
40507
40508 \begin_layout Plain Layout
40509 \begin_inset ERT
40510 status collapsed
40511
40512 \begin_layout Plain Layout
40513
40514
40515 \backslash
40516 fcolorbox{black}{
40517 \end_layout
40518
40519 \end_inset
40520
40521 BlueGreen
40522 \begin_inset ERT
40523 status collapsed
40524
40525 \begin_layout Plain Layout
40526
40527 }{
40528 \end_layout
40529
40530 \end_inset
40531
40532
40533 \begin_inset Phantom Phantom
40534 status open
40535
40536 \begin_layout Plain Layout
40537 W
40538 \end_layout
40539
40540 \end_inset
40541
40542
40543 \begin_inset ERT
40544 status collapsed
40545
40546 \begin_layout Plain Layout
40547
40548 }
40549 \end_layout
40550
40551 \end_inset
40552
40553  BlueGreen
40554 \end_layout
40555
40556 \end_inset
40557 </cell>
40558 </row>
40559 <row>
40560 <cell alignment="left" valignment="top" usebox="none">
40561 \begin_inset Text
40562
40563 \begin_layout Plain Layout
40564 \begin_inset ERT
40565 status collapsed
40566
40567 \begin_layout Plain Layout
40568
40569
40570 \backslash
40571 fcolorbox{black}{
40572 \end_layout
40573
40574 \end_inset
40575
40576 BlueViolet
40577 \begin_inset ERT
40578 status collapsed
40579
40580 \begin_layout Plain Layout
40581
40582 }{
40583 \end_layout
40584
40585 \end_inset
40586
40587
40588 \begin_inset Phantom Phantom
40589 status open
40590
40591 \begin_layout Plain Layout
40592 W
40593 \end_layout
40594
40595 \end_inset
40596
40597
40598 \begin_inset ERT
40599 status collapsed
40600
40601 \begin_layout Plain Layout
40602
40603 }
40604 \end_layout
40605
40606 \end_inset
40607
40608  BlueViolet
40609 \end_layout
40610
40611 \end_inset
40612 </cell>
40613 <cell alignment="left" valignment="top" usebox="none">
40614 \begin_inset Text
40615
40616 \begin_layout Plain Layout
40617 \begin_inset ERT
40618 status collapsed
40619
40620 \begin_layout Plain Layout
40621
40622
40623 \backslash
40624 fcolorbox{black}{
40625 \end_layout
40626
40627 \end_inset
40628
40629 BrickRed
40630 \begin_inset ERT
40631 status collapsed
40632
40633 \begin_layout Plain Layout
40634
40635 }{
40636 \end_layout
40637
40638 \end_inset
40639
40640
40641 \begin_inset Phantom Phantom
40642 status open
40643
40644 \begin_layout Plain Layout
40645 W
40646 \end_layout
40647
40648 \end_inset
40649
40650
40651 \begin_inset ERT
40652 status collapsed
40653
40654 \begin_layout Plain Layout
40655
40656 }
40657 \end_layout
40658
40659 \end_inset
40660
40661  BrickRed
40662 \end_layout
40663
40664 \end_inset
40665 </cell>
40666 <cell alignment="left" valignment="top" usebox="none">
40667 \begin_inset Text
40668
40669 \begin_layout Plain Layout
40670 \begin_inset ERT
40671 status collapsed
40672
40673 \begin_layout Plain Layout
40674
40675
40676 \backslash
40677 fcolorbox{black}{
40678 \end_layout
40679
40680 \end_inset
40681
40682 Brown
40683 \begin_inset ERT
40684 status collapsed
40685
40686 \begin_layout Plain Layout
40687
40688 }{
40689 \end_layout
40690
40691 \end_inset
40692
40693
40694 \begin_inset Phantom Phantom
40695 status open
40696
40697 \begin_layout Plain Layout
40698 W
40699 \end_layout
40700
40701 \end_inset
40702
40703
40704 \begin_inset ERT
40705 status collapsed
40706
40707 \begin_layout Plain Layout
40708
40709 }
40710 \end_layout
40711
40712 \end_inset
40713
40714  Brown
40715 \end_layout
40716
40717 \end_inset
40718 </cell>
40719 <cell alignment="left" valignment="top" usebox="none">
40720 \begin_inset Text
40721
40722 \begin_layout Plain Layout
40723 \begin_inset ERT
40724 status collapsed
40725
40726 \begin_layout Plain Layout
40727
40728
40729 \backslash
40730 fcolorbox{black}{
40731 \end_layout
40732
40733 \end_inset
40734
40735 BurntOrange
40736 \begin_inset ERT
40737 status collapsed
40738
40739 \begin_layout Plain Layout
40740
40741 }{
40742 \end_layout
40743
40744 \end_inset
40745
40746
40747 \begin_inset Phantom Phantom
40748 status open
40749
40750 \begin_layout Plain Layout
40751 W
40752 \end_layout
40753
40754 \end_inset
40755
40756
40757 \begin_inset ERT
40758 status collapsed
40759
40760 \begin_layout Plain Layout
40761
40762 }
40763 \end_layout
40764
40765 \end_inset
40766
40767  BurntOrange
40768 \end_layout
40769
40770 \end_inset
40771 </cell>
40772 </row>
40773 <row>
40774 <cell alignment="left" valignment="top" usebox="none">
40775 \begin_inset Text
40776
40777 \begin_layout Plain Layout
40778 \begin_inset ERT
40779 status collapsed
40780
40781 \begin_layout Plain Layout
40782
40783
40784 \backslash
40785 fcolorbox{black}{
40786 \end_layout
40787
40788 \end_inset
40789
40790 CadetBlue
40791 \begin_inset ERT
40792 status collapsed
40793
40794 \begin_layout Plain Layout
40795
40796 }{
40797 \end_layout
40798
40799 \end_inset
40800
40801
40802 \begin_inset Phantom Phantom
40803 status open
40804
40805 \begin_layout Plain Layout
40806 W
40807 \end_layout
40808
40809 \end_inset
40810
40811
40812 \begin_inset ERT
40813 status collapsed
40814
40815 \begin_layout Plain Layout
40816
40817 }
40818 \end_layout
40819
40820 \end_inset
40821
40822  CadetBlue
40823 \end_layout
40824
40825 \end_inset
40826 </cell>
40827 <cell alignment="left" valignment="top" usebox="none">
40828 \begin_inset Text
40829
40830 \begin_layout Plain Layout
40831 \begin_inset ERT
40832 status collapsed
40833
40834 \begin_layout Plain Layout
40835
40836
40837 \backslash
40838 fcolorbox{black}{
40839 \end_layout
40840
40841 \end_inset
40842
40843 CarnationPink
40844 \begin_inset ERT
40845 status collapsed
40846
40847 \begin_layout Plain Layout
40848
40849 }{
40850 \end_layout
40851
40852 \end_inset
40853
40854
40855 \begin_inset Phantom Phantom
40856 status open
40857
40858 \begin_layout Plain Layout
40859 W
40860 \end_layout
40861
40862 \end_inset
40863
40864
40865 \begin_inset ERT
40866 status collapsed
40867
40868 \begin_layout Plain Layout
40869
40870 }
40871 \end_layout
40872
40873 \end_inset
40874
40875  CarnationPink
40876 \end_layout
40877
40878 \end_inset
40879 </cell>
40880 <cell alignment="left" valignment="top" usebox="none">
40881 \begin_inset Text
40882
40883 \begin_layout Plain Layout
40884 \begin_inset ERT
40885 status collapsed
40886
40887 \begin_layout Plain Layout
40888
40889
40890 \backslash
40891 fcolorbox{black}{
40892 \end_layout
40893
40894 \end_inset
40895
40896 Cerulean
40897 \begin_inset ERT
40898 status collapsed
40899
40900 \begin_layout Plain Layout
40901
40902 }{
40903 \end_layout
40904
40905 \end_inset
40906
40907
40908 \begin_inset Phantom Phantom
40909 status open
40910
40911 \begin_layout Plain Layout
40912 W
40913 \end_layout
40914
40915 \end_inset
40916
40917
40918 \begin_inset ERT
40919 status collapsed
40920
40921 \begin_layout Plain Layout
40922
40923 }
40924 \end_layout
40925
40926 \end_inset
40927
40928  Cerulean
40929 \end_layout
40930
40931 \end_inset
40932 </cell>
40933 <cell alignment="left" valignment="top" usebox="none">
40934 \begin_inset Text
40935
40936 \begin_layout Plain Layout
40937 \begin_inset ERT
40938 status collapsed
40939
40940 \begin_layout Plain Layout
40941
40942
40943 \backslash
40944 fcolorbox{black}{
40945 \end_layout
40946
40947 \end_inset
40948
40949 CornflowerBlue
40950 \begin_inset ERT
40951 status collapsed
40952
40953 \begin_layout Plain Layout
40954
40955 }{
40956 \end_layout
40957
40958 \end_inset
40959
40960
40961 \begin_inset Phantom Phantom
40962 status open
40963
40964 \begin_layout Plain Layout
40965 W
40966 \end_layout
40967
40968 \end_inset
40969
40970
40971 \begin_inset ERT
40972 status collapsed
40973
40974 \begin_layout Plain Layout
40975
40976 }
40977 \end_layout
40978
40979 \end_inset
40980
40981  CornflowerBlue
40982 \end_layout
40983
40984 \end_inset
40985 </cell>
40986 </row>
40987 <row>
40988 <cell alignment="left" valignment="top" usebox="none">
40989 \begin_inset Text
40990
40991 \begin_layout Plain Layout
40992 \begin_inset ERT
40993 status collapsed
40994
40995 \begin_layout Plain Layout
40996
40997
40998 \backslash
40999 fcolorbox{black}{
41000 \end_layout
41001
41002 \end_inset
41003
41004 Dandelion
41005 \begin_inset ERT
41006 status collapsed
41007
41008 \begin_layout Plain Layout
41009
41010 }{
41011 \end_layout
41012
41013 \end_inset
41014
41015
41016 \begin_inset Phantom Phantom
41017 status open
41018
41019 \begin_layout Plain Layout
41020 W
41021 \end_layout
41022
41023 \end_inset
41024
41025
41026 \begin_inset ERT
41027 status collapsed
41028
41029 \begin_layout Plain Layout
41030
41031 }
41032 \end_layout
41033
41034 \end_inset
41035
41036  Dandelion
41037 \end_layout
41038
41039 \end_inset
41040 </cell>
41041 <cell alignment="left" valignment="top" usebox="none">
41042 \begin_inset Text
41043
41044 \begin_layout Plain Layout
41045 \begin_inset ERT
41046 status collapsed
41047
41048 \begin_layout Plain Layout
41049
41050
41051 \backslash
41052 fcolorbox{black}{
41053 \end_layout
41054
41055 \end_inset
41056
41057 DarkOrchid
41058 \begin_inset ERT
41059 status collapsed
41060
41061 \begin_layout Plain Layout
41062
41063 }{
41064 \end_layout
41065
41066 \end_inset
41067
41068
41069 \begin_inset Phantom Phantom
41070 status open
41071
41072 \begin_layout Plain Layout
41073 W
41074 \end_layout
41075
41076 \end_inset
41077
41078
41079 \begin_inset ERT
41080 status collapsed
41081
41082 \begin_layout Plain Layout
41083
41084 }
41085 \end_layout
41086
41087 \end_inset
41088
41089  DarkOrchid
41090 \end_layout
41091
41092 \end_inset
41093 </cell>
41094 <cell alignment="left" valignment="top" usebox="none">
41095 \begin_inset Text
41096
41097 \begin_layout Plain Layout
41098 \begin_inset ERT
41099 status collapsed
41100
41101 \begin_layout Plain Layout
41102
41103
41104 \backslash
41105 fcolorbox{black}{
41106 \end_layout
41107
41108 \end_inset
41109
41110 Emerald
41111 \begin_inset ERT
41112 status collapsed
41113
41114 \begin_layout Plain Layout
41115
41116 }{
41117 \end_layout
41118
41119 \end_inset
41120
41121
41122 \begin_inset Phantom Phantom
41123 status open
41124
41125 \begin_layout Plain Layout
41126 W
41127 \end_layout
41128
41129 \end_inset
41130
41131
41132 \begin_inset ERT
41133 status collapsed
41134
41135 \begin_layout Plain Layout
41136
41137 }
41138 \end_layout
41139
41140 \end_inset
41141
41142  Emerald
41143 \end_layout
41144
41145 \end_inset
41146 </cell>
41147 <cell alignment="left" valignment="top" usebox="none">
41148 \begin_inset Text
41149
41150 \begin_layout Plain Layout
41151 \begin_inset ERT
41152 status collapsed
41153
41154 \begin_layout Plain Layout
41155
41156
41157 \backslash
41158 fcolorbox{black}{
41159 \end_layout
41160
41161 \end_inset
41162
41163 ForestGreen
41164 \begin_inset ERT
41165 status collapsed
41166
41167 \begin_layout Plain Layout
41168
41169 }{
41170 \end_layout
41171
41172 \end_inset
41173
41174
41175 \begin_inset Phantom Phantom
41176 status open
41177
41178 \begin_layout Plain Layout
41179 W
41180 \end_layout
41181
41182 \end_inset
41183
41184
41185 \begin_inset ERT
41186 status collapsed
41187
41188 \begin_layout Plain Layout
41189
41190 }
41191 \end_layout
41192
41193 \end_inset
41194
41195  ForestGreen
41196 \end_layout
41197
41198 \end_inset
41199 </cell>
41200 </row>
41201 <row>
41202 <cell alignment="left" valignment="top" usebox="none">
41203 \begin_inset Text
41204
41205 \begin_layout Plain Layout
41206 \begin_inset ERT
41207 status collapsed
41208
41209 \begin_layout Plain Layout
41210
41211
41212 \backslash
41213 fcolorbox{black}{
41214 \end_layout
41215
41216 \end_inset
41217
41218 Fuchsia
41219 \begin_inset ERT
41220 status collapsed
41221
41222 \begin_layout Plain Layout
41223
41224 }{
41225 \end_layout
41226
41227 \end_inset
41228
41229
41230 \begin_inset Phantom Phantom
41231 status open
41232
41233 \begin_layout Plain Layout
41234 W
41235 \end_layout
41236
41237 \end_inset
41238
41239
41240 \begin_inset ERT
41241 status collapsed
41242
41243 \begin_layout Plain Layout
41244
41245 }
41246 \end_layout
41247
41248 \end_inset
41249
41250  Fuchsia
41251 \end_layout
41252
41253 \end_inset
41254 </cell>
41255 <cell alignment="left" valignment="top" usebox="none">
41256 \begin_inset Text
41257
41258 \begin_layout Plain Layout
41259 \begin_inset ERT
41260 status collapsed
41261
41262 \begin_layout Plain Layout
41263
41264
41265 \backslash
41266 fcolorbox{black}{
41267 \end_layout
41268
41269 \end_inset
41270
41271 Goldenrod
41272 \begin_inset ERT
41273 status collapsed
41274
41275 \begin_layout Plain Layout
41276
41277 }{
41278 \end_layout
41279
41280 \end_inset
41281
41282
41283 \begin_inset Phantom Phantom
41284 status open
41285
41286 \begin_layout Plain Layout
41287 W
41288 \end_layout
41289
41290 \end_inset
41291
41292
41293 \begin_inset ERT
41294 status collapsed
41295
41296 \begin_layout Plain Layout
41297
41298 }
41299 \end_layout
41300
41301 \end_inset
41302
41303  Goldenrod
41304 \end_layout
41305
41306 \end_inset
41307 </cell>
41308 <cell alignment="left" valignment="top" usebox="none">
41309 \begin_inset Text
41310
41311 \begin_layout Plain Layout
41312 \begin_inset ERT
41313 status collapsed
41314
41315 \begin_layout Plain Layout
41316
41317
41318 \backslash
41319 fcolorbox{black}{
41320 \end_layout
41321
41322 \end_inset
41323
41324 Gray
41325 \begin_inset ERT
41326 status collapsed
41327
41328 \begin_layout Plain Layout
41329
41330 }{
41331 \end_layout
41332
41333 \end_inset
41334
41335
41336 \begin_inset Phantom Phantom
41337 status open
41338
41339 \begin_layout Plain Layout
41340 W
41341 \end_layout
41342
41343 \end_inset
41344
41345
41346 \begin_inset ERT
41347 status collapsed
41348
41349 \begin_layout Plain Layout
41350
41351 }
41352 \end_layout
41353
41354 \end_inset
41355
41356  Gray
41357 \end_layout
41358
41359 \end_inset
41360 </cell>
41361 <cell alignment="left" valignment="top" usebox="none">
41362 \begin_inset Text
41363
41364 \begin_layout Plain Layout
41365 \begin_inset ERT
41366 status collapsed
41367
41368 \begin_layout Plain Layout
41369
41370
41371 \backslash
41372 fcolorbox{black}{
41373 \end_layout
41374
41375 \end_inset
41376
41377 GreenYellow
41378 \begin_inset ERT
41379 status collapsed
41380
41381 \begin_layout Plain Layout
41382
41383 }{
41384 \end_layout
41385
41386 \end_inset
41387
41388
41389 \begin_inset Phantom Phantom
41390 status open
41391
41392 \begin_layout Plain Layout
41393 W
41394 \end_layout
41395
41396 \end_inset
41397
41398
41399 \begin_inset ERT
41400 status collapsed
41401
41402 \begin_layout Plain Layout
41403
41404 }
41405 \end_layout
41406
41407 \end_inset
41408
41409  GreenYellow
41410 \end_layout
41411
41412 \end_inset
41413 </cell>
41414 </row>
41415 <row>
41416 <cell alignment="center" valignment="top" usebox="none">
41417 \begin_inset Text
41418
41419 \begin_layout Plain Layout
41420 \begin_inset ERT
41421 status collapsed
41422
41423 \begin_layout Plain Layout
41424
41425
41426 \backslash
41427 fcolorbox{black}{
41428 \end_layout
41429
41430 \end_inset
41431
41432 JungleGreen
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438 }{
41439 \end_layout
41440
41441 \end_inset
41442
41443
41444 \begin_inset Phantom Phantom
41445 status open
41446
41447 \begin_layout Plain Layout
41448 W
41449 \end_layout
41450
41451 \end_inset
41452
41453
41454 \begin_inset ERT
41455 status collapsed
41456
41457 \begin_layout Plain Layout
41458
41459 }
41460 \end_layout
41461
41462 \end_inset
41463
41464  JungleGreen
41465 \end_layout
41466
41467 \end_inset
41468 </cell>
41469 <cell alignment="center" valignment="top" usebox="none">
41470 \begin_inset Text
41471
41472 \begin_layout Plain Layout
41473 \begin_inset ERT
41474 status collapsed
41475
41476 \begin_layout Plain Layout
41477
41478
41479 \backslash
41480 fcolorbox{black}{
41481 \end_layout
41482
41483 \end_inset
41484
41485 Lavender
41486 \begin_inset ERT
41487 status collapsed
41488
41489 \begin_layout Plain Layout
41490
41491 }{
41492 \end_layout
41493
41494 \end_inset
41495
41496
41497 \begin_inset Phantom Phantom
41498 status open
41499
41500 \begin_layout Plain Layout
41501 W
41502 \end_layout
41503
41504 \end_inset
41505
41506
41507 \begin_inset ERT
41508 status collapsed
41509
41510 \begin_layout Plain Layout
41511
41512 }
41513 \end_layout
41514
41515 \end_inset
41516
41517  Lavender
41518 \end_layout
41519
41520 \end_inset
41521 </cell>
41522 <cell alignment="center" valignment="top" usebox="none">
41523 \begin_inset Text
41524
41525 \begin_layout Plain Layout
41526 \begin_inset ERT
41527 status collapsed
41528
41529 \begin_layout Plain Layout
41530
41531
41532 \backslash
41533 fcolorbox{black}{
41534 \end_layout
41535
41536 \end_inset
41537
41538 LimeGreen
41539 \begin_inset ERT
41540 status collapsed
41541
41542 \begin_layout Plain Layout
41543
41544 }{
41545 \end_layout
41546
41547 \end_inset
41548
41549
41550 \begin_inset Phantom Phantom
41551 status open
41552
41553 \begin_layout Plain Layout
41554 W
41555 \end_layout
41556
41557 \end_inset
41558
41559
41560 \begin_inset ERT
41561 status collapsed
41562
41563 \begin_layout Plain Layout
41564
41565 }
41566 \end_layout
41567
41568 \end_inset
41569
41570  LimeGreen
41571 \end_layout
41572
41573 \end_inset
41574 </cell>
41575 <cell alignment="center" valignment="top" usebox="none">
41576 \begin_inset Text
41577
41578 \begin_layout Plain Layout
41579 \begin_inset ERT
41580 status collapsed
41581
41582 \begin_layout Plain Layout
41583
41584
41585 \backslash
41586 fcolorbox{black}{
41587 \end_layout
41588
41589 \end_inset
41590
41591 Mahogany
41592 \begin_inset ERT
41593 status collapsed
41594
41595 \begin_layout Plain Layout
41596
41597 }{
41598 \end_layout
41599
41600 \end_inset
41601
41602
41603 \begin_inset Phantom Phantom
41604 status open
41605
41606 \begin_layout Plain Layout
41607 W
41608 \end_layout
41609
41610 \end_inset
41611
41612
41613 \begin_inset ERT
41614 status collapsed
41615
41616 \begin_layout Plain Layout
41617
41618 }
41619 \end_layout
41620
41621 \end_inset
41622
41623  Mahogany
41624 \end_layout
41625
41626 \end_inset
41627 </cell>
41628 </row>
41629 <row>
41630 <cell alignment="left" valignment="top" usebox="none">
41631 \begin_inset Text
41632
41633 \begin_layout Plain Layout
41634 \begin_inset ERT
41635 status collapsed
41636
41637 \begin_layout Plain Layout
41638
41639
41640 \backslash
41641 fcolorbox{black}{
41642 \end_layout
41643
41644 \end_inset
41645
41646 Mahogany
41647 \begin_inset ERT
41648 status collapsed
41649
41650 \begin_layout Plain Layout
41651
41652 }{
41653 \end_layout
41654
41655 \end_inset
41656
41657
41658 \begin_inset Phantom Phantom
41659 status open
41660
41661 \begin_layout Plain Layout
41662 W
41663 \end_layout
41664
41665 \end_inset
41666
41667
41668 \begin_inset ERT
41669 status collapsed
41670
41671 \begin_layout Plain Layout
41672
41673 }
41674 \end_layout
41675
41676 \end_inset
41677
41678  Mahogany
41679 \end_layout
41680
41681 \end_inset
41682 </cell>
41683 <cell alignment="left" valignment="top" usebox="none">
41684 \begin_inset Text
41685
41686 \begin_layout Plain Layout
41687 \begin_inset ERT
41688 status collapsed
41689
41690 \begin_layout Plain Layout
41691
41692
41693 \backslash
41694 fcolorbox{black}{
41695 \end_layout
41696
41697 \end_inset
41698
41699 Maroon
41700 \begin_inset ERT
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704
41705 }{
41706 \end_layout
41707
41708 \end_inset
41709
41710
41711 \begin_inset Phantom Phantom
41712 status open
41713
41714 \begin_layout Plain Layout
41715 W
41716 \end_layout
41717
41718 \end_inset
41719
41720
41721 \begin_inset ERT
41722 status collapsed
41723
41724 \begin_layout Plain Layout
41725
41726 }
41727 \end_layout
41728
41729 \end_inset
41730
41731  Maroon
41732 \end_layout
41733
41734 \end_inset
41735 </cell>
41736 <cell alignment="left" valignment="top" usebox="none">
41737 \begin_inset Text
41738
41739 \begin_layout Plain Layout
41740 \begin_inset ERT
41741 status collapsed
41742
41743 \begin_layout Plain Layout
41744
41745
41746 \backslash
41747 fcolorbox{black}{
41748 \end_layout
41749
41750 \end_inset
41751
41752 Melon
41753 \begin_inset ERT
41754 status collapsed
41755
41756 \begin_layout Plain Layout
41757
41758 }{
41759 \end_layout
41760
41761 \end_inset
41762
41763
41764 \begin_inset Phantom Phantom
41765 status open
41766
41767 \begin_layout Plain Layout
41768 W
41769 \end_layout
41770
41771 \end_inset
41772
41773
41774 \begin_inset ERT
41775 status collapsed
41776
41777 \begin_layout Plain Layout
41778
41779 }
41780 \end_layout
41781
41782 \end_inset
41783
41784  Melon
41785 \end_layout
41786
41787 \end_inset
41788 </cell>
41789 <cell alignment="left" valignment="top" usebox="none">
41790 \begin_inset Text
41791
41792 \begin_layout Plain Layout
41793 \begin_inset ERT
41794 status collapsed
41795
41796 \begin_layout Plain Layout
41797
41798
41799 \backslash
41800 fcolorbox{black}{
41801 \end_layout
41802
41803 \end_inset
41804
41805 MidnightBlue
41806 \begin_inset ERT
41807 status collapsed
41808
41809 \begin_layout Plain Layout
41810
41811 }{
41812 \end_layout
41813
41814 \end_inset
41815
41816
41817 \begin_inset Phantom Phantom
41818 status open
41819
41820 \begin_layout Plain Layout
41821 W
41822 \end_layout
41823
41824 \end_inset
41825
41826
41827 \begin_inset ERT
41828 status collapsed
41829
41830 \begin_layout Plain Layout
41831
41832 }
41833 \end_layout
41834
41835 \end_inset
41836
41837  MidnightBlue
41838 \end_layout
41839
41840 \end_inset
41841 </cell>
41842 </row>
41843 <row>
41844 <cell alignment="left" valignment="top" usebox="none">
41845 \begin_inset Text
41846
41847 \begin_layout Plain Layout
41848 \begin_inset ERT
41849 status collapsed
41850
41851 \begin_layout Plain Layout
41852
41853
41854 \backslash
41855 fcolorbox{black}{
41856 \end_layout
41857
41858 \end_inset
41859
41860 Mulberry
41861 \begin_inset ERT
41862 status collapsed
41863
41864 \begin_layout Plain Layout
41865
41866 }{
41867 \end_layout
41868
41869 \end_inset
41870
41871
41872 \begin_inset Phantom Phantom
41873 status open
41874
41875 \begin_layout Plain Layout
41876 W
41877 \end_layout
41878
41879 \end_inset
41880
41881
41882 \begin_inset ERT
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886
41887 }
41888 \end_layout
41889
41890 \end_inset
41891
41892  Mulberry
41893 \end_layout
41894
41895 \end_inset
41896 </cell>
41897 <cell alignment="left" valignment="top" usebox="none">
41898 \begin_inset Text
41899
41900 \begin_layout Plain Layout
41901 \begin_inset ERT
41902 status collapsed
41903
41904 \begin_layout Plain Layout
41905
41906
41907 \backslash
41908 fcolorbox{black}{
41909 \end_layout
41910
41911 \end_inset
41912
41913 NavyBlue
41914 \begin_inset ERT
41915 status collapsed
41916
41917 \begin_layout Plain Layout
41918
41919 }{
41920 \end_layout
41921
41922 \end_inset
41923
41924
41925 \begin_inset Phantom Phantom
41926 status open
41927
41928 \begin_layout Plain Layout
41929 W
41930 \end_layout
41931
41932 \end_inset
41933
41934
41935 \begin_inset ERT
41936 status collapsed
41937
41938 \begin_layout Plain Layout
41939
41940 }
41941 \end_layout
41942
41943 \end_inset
41944
41945  NavyBlue
41946 \end_layout
41947
41948 \end_inset
41949 </cell>
41950 <cell alignment="left" valignment="top" usebox="none">
41951 \begin_inset Text
41952
41953 \begin_layout Plain Layout
41954 \begin_inset ERT
41955 status collapsed
41956
41957 \begin_layout Plain Layout
41958
41959
41960 \backslash
41961 fcolorbox{black}{
41962 \end_layout
41963
41964 \end_inset
41965
41966 OliveGreen
41967 \begin_inset ERT
41968 status collapsed
41969
41970 \begin_layout Plain Layout
41971
41972 }{
41973 \end_layout
41974
41975 \end_inset
41976
41977
41978 \begin_inset Phantom Phantom
41979 status open
41980
41981 \begin_layout Plain Layout
41982 W
41983 \end_layout
41984
41985 \end_inset
41986
41987
41988 \begin_inset ERT
41989 status collapsed
41990
41991 \begin_layout Plain Layout
41992
41993 }
41994 \end_layout
41995
41996 \end_inset
41997
41998  OliveGreen
41999 \end_layout
42000
42001 \end_inset
42002 </cell>
42003 <cell alignment="left" valignment="top" usebox="none">
42004 \begin_inset Text
42005
42006 \begin_layout Plain Layout
42007 \begin_inset ERT
42008 status collapsed
42009
42010 \begin_layout Plain Layout
42011
42012
42013 \backslash
42014 fcolorbox{black}{
42015 \end_layout
42016
42017 \end_inset
42018
42019 Orange
42020 \begin_inset ERT
42021 status collapsed
42022
42023 \begin_layout Plain Layout
42024
42025 }{
42026 \end_layout
42027
42028 \end_inset
42029
42030
42031 \begin_inset Phantom Phantom
42032 status open
42033
42034 \begin_layout Plain Layout
42035 W
42036 \end_layout
42037
42038 \end_inset
42039
42040
42041 \begin_inset ERT
42042 status collapsed
42043
42044 \begin_layout Plain Layout
42045
42046 }
42047 \end_layout
42048
42049 \end_inset
42050
42051  Orange
42052 \end_layout
42053
42054 \end_inset
42055 </cell>
42056 </row>
42057 <row>
42058 <cell alignment="left" valignment="top" usebox="none">
42059 \begin_inset Text
42060
42061 \begin_layout Plain Layout
42062 \begin_inset ERT
42063 status collapsed
42064
42065 \begin_layout Plain Layout
42066
42067
42068 \backslash
42069 fcolorbox{black}{
42070 \end_layout
42071
42072 \end_inset
42073
42074 OrangeRed
42075 \begin_inset ERT
42076 status collapsed
42077
42078 \begin_layout Plain Layout
42079
42080 }{
42081 \end_layout
42082
42083 \end_inset
42084
42085
42086 \begin_inset Phantom Phantom
42087 status open
42088
42089 \begin_layout Plain Layout
42090 W
42091 \end_layout
42092
42093 \end_inset
42094
42095
42096 \begin_inset ERT
42097 status collapsed
42098
42099 \begin_layout Plain Layout
42100
42101 }
42102 \end_layout
42103
42104 \end_inset
42105
42106  OrangeRed
42107 \end_layout
42108
42109 \end_inset
42110 </cell>
42111 <cell alignment="left" valignment="top" usebox="none">
42112 \begin_inset Text
42113
42114 \begin_layout Plain Layout
42115 \begin_inset ERT
42116 status collapsed
42117
42118 \begin_layout Plain Layout
42119
42120
42121 \backslash
42122 fcolorbox{black}{
42123 \end_layout
42124
42125 \end_inset
42126
42127 Orchid
42128 \begin_inset ERT
42129 status collapsed
42130
42131 \begin_layout Plain Layout
42132
42133 }{
42134 \end_layout
42135
42136 \end_inset
42137
42138
42139 \begin_inset Phantom Phantom
42140 status open
42141
42142 \begin_layout Plain Layout
42143 W
42144 \end_layout
42145
42146 \end_inset
42147
42148
42149 \begin_inset ERT
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153
42154 }
42155 \end_layout
42156
42157 \end_inset
42158
42159  Orchid
42160 \end_layout
42161
42162 \end_inset
42163 </cell>
42164 <cell alignment="left" valignment="top" usebox="none">
42165 \begin_inset Text
42166
42167 \begin_layout Plain Layout
42168 \begin_inset ERT
42169 status collapsed
42170
42171 \begin_layout Plain Layout
42172
42173
42174 \backslash
42175 fcolorbox{black}{
42176 \end_layout
42177
42178 \end_inset
42179
42180 Peach
42181 \begin_inset ERT
42182 status collapsed
42183
42184 \begin_layout Plain Layout
42185
42186 }{
42187 \end_layout
42188
42189 \end_inset
42190
42191
42192 \begin_inset Phantom Phantom
42193 status open
42194
42195 \begin_layout Plain Layout
42196 W
42197 \end_layout
42198
42199 \end_inset
42200
42201
42202 \begin_inset ERT
42203 status collapsed
42204
42205 \begin_layout Plain Layout
42206
42207 }
42208 \end_layout
42209
42210 \end_inset
42211
42212  Peach
42213 \end_layout
42214
42215 \end_inset
42216 </cell>
42217 <cell alignment="left" valignment="top" usebox="none">
42218 \begin_inset Text
42219
42220 \begin_layout Plain Layout
42221 \begin_inset ERT
42222 status collapsed
42223
42224 \begin_layout Plain Layout
42225
42226
42227 \backslash
42228 fcolorbox{black}{
42229 \end_layout
42230
42231 \end_inset
42232
42233 Periwinkle
42234 \begin_inset ERT
42235 status collapsed
42236
42237 \begin_layout Plain Layout
42238
42239 }{
42240 \end_layout
42241
42242 \end_inset
42243
42244
42245 \begin_inset Phantom Phantom
42246 status open
42247
42248 \begin_layout Plain Layout
42249 W
42250 \end_layout
42251
42252 \end_inset
42253
42254
42255 \begin_inset ERT
42256 status collapsed
42257
42258 \begin_layout Plain Layout
42259
42260 }
42261 \end_layout
42262
42263 \end_inset
42264
42265  Periwinkle
42266 \end_layout
42267
42268 \end_inset
42269 </cell>
42270 </row>
42271 <row>
42272 <cell alignment="left" valignment="top" usebox="none">
42273 \begin_inset Text
42274
42275 \begin_layout Plain Layout
42276 \begin_inset ERT
42277 status collapsed
42278
42279 \begin_layout Plain Layout
42280
42281
42282 \backslash
42283 fcolorbox{black}{
42284 \end_layout
42285
42286 \end_inset
42287
42288 PineGreen
42289 \begin_inset ERT
42290 status collapsed
42291
42292 \begin_layout Plain Layout
42293
42294 }{
42295 \end_layout
42296
42297 \end_inset
42298
42299
42300 \begin_inset Phantom Phantom
42301 status open
42302
42303 \begin_layout Plain Layout
42304 W
42305 \end_layout
42306
42307 \end_inset
42308
42309
42310 \begin_inset ERT
42311 status collapsed
42312
42313 \begin_layout Plain Layout
42314
42315 }
42316 \end_layout
42317
42318 \end_inset
42319
42320  PineGreen
42321 \end_layout
42322
42323 \end_inset
42324 </cell>
42325 <cell alignment="left" valignment="top" usebox="none">
42326 \begin_inset Text
42327
42328 \begin_layout Plain Layout
42329 \begin_inset ERT
42330 status collapsed
42331
42332 \begin_layout Plain Layout
42333
42334
42335 \backslash
42336 fcolorbox{black}{
42337 \end_layout
42338
42339 \end_inset
42340
42341 Plum
42342 \begin_inset ERT
42343 status collapsed
42344
42345 \begin_layout Plain Layout
42346
42347 }{
42348 \end_layout
42349
42350 \end_inset
42351
42352
42353 \begin_inset Phantom Phantom
42354 status open
42355
42356 \begin_layout Plain Layout
42357 W
42358 \end_layout
42359
42360 \end_inset
42361
42362
42363 \begin_inset ERT
42364 status collapsed
42365
42366 \begin_layout Plain Layout
42367
42368 }
42369 \end_layout
42370
42371 \end_inset
42372
42373  Plum
42374 \end_layout
42375
42376 \end_inset
42377 </cell>
42378 <cell alignment="left" valignment="top" usebox="none">
42379 \begin_inset Text
42380
42381 \begin_layout Plain Layout
42382 \begin_inset ERT
42383 status collapsed
42384
42385 \begin_layout Plain Layout
42386
42387
42388 \backslash
42389 fcolorbox{black}{
42390 \end_layout
42391
42392 \end_inset
42393
42394 ProcessBlue
42395 \begin_inset ERT
42396 status collapsed
42397
42398 \begin_layout Plain Layout
42399
42400 }{
42401 \end_layout
42402
42403 \end_inset
42404
42405
42406 \begin_inset Phantom Phantom
42407 status open
42408
42409 \begin_layout Plain Layout
42410 W
42411 \end_layout
42412
42413 \end_inset
42414
42415
42416 \begin_inset ERT
42417 status collapsed
42418
42419 \begin_layout Plain Layout
42420
42421 }
42422 \end_layout
42423
42424 \end_inset
42425
42426  ProcessBlue
42427 \end_layout
42428
42429 \end_inset
42430 </cell>
42431 <cell alignment="left" valignment="top" usebox="none">
42432 \begin_inset Text
42433
42434 \begin_layout Plain Layout
42435 \begin_inset ERT
42436 status collapsed
42437
42438 \begin_layout Plain Layout
42439
42440
42441 \backslash
42442 fcolorbox{black}{
42443 \end_layout
42444
42445 \end_inset
42446
42447 Purple
42448 \begin_inset ERT
42449 status collapsed
42450
42451 \begin_layout Plain Layout
42452
42453 }{
42454 \end_layout
42455
42456 \end_inset
42457
42458
42459 \begin_inset Phantom Phantom
42460 status open
42461
42462 \begin_layout Plain Layout
42463 W
42464 \end_layout
42465
42466 \end_inset
42467
42468
42469 \begin_inset ERT
42470 status collapsed
42471
42472 \begin_layout Plain Layout
42473
42474 }
42475 \end_layout
42476
42477 \end_inset
42478
42479  Purple
42480 \end_layout
42481
42482 \end_inset
42483 </cell>
42484 </row>
42485 <row>
42486 <cell alignment="left" valignment="top" usebox="none">
42487 \begin_inset Text
42488
42489 \begin_layout Plain Layout
42490 \begin_inset ERT
42491 status collapsed
42492
42493 \begin_layout Plain Layout
42494
42495
42496 \backslash
42497 fcolorbox{black}{
42498 \end_layout
42499
42500 \end_inset
42501
42502 RawSienna
42503 \begin_inset ERT
42504 status collapsed
42505
42506 \begin_layout Plain Layout
42507
42508 }{
42509 \end_layout
42510
42511 \end_inset
42512
42513
42514 \begin_inset Phantom Phantom
42515 status open
42516
42517 \begin_layout Plain Layout
42518 W
42519 \end_layout
42520
42521 \end_inset
42522
42523
42524 \begin_inset ERT
42525 status collapsed
42526
42527 \begin_layout Plain Layout
42528
42529 }
42530 \end_layout
42531
42532 \end_inset
42533
42534  RawSienna
42535 \end_layout
42536
42537 \end_inset
42538 </cell>
42539 <cell alignment="left" valignment="top" usebox="none">
42540 \begin_inset Text
42541
42542 \begin_layout Plain Layout
42543 \begin_inset ERT
42544 status collapsed
42545
42546 \begin_layout Plain Layout
42547
42548
42549 \backslash
42550 fcolorbox{black}{
42551 \end_layout
42552
42553 \end_inset
42554
42555 RedOrange
42556 \begin_inset ERT
42557 status collapsed
42558
42559 \begin_layout Plain Layout
42560
42561 }{
42562 \end_layout
42563
42564 \end_inset
42565
42566
42567 \begin_inset Phantom Phantom
42568 status open
42569
42570 \begin_layout Plain Layout
42571 W
42572 \end_layout
42573
42574 \end_inset
42575
42576
42577 \begin_inset ERT
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581
42582 }
42583 \end_layout
42584
42585 \end_inset
42586
42587  RedOrange
42588 \end_layout
42589
42590 \end_inset
42591 </cell>
42592 <cell alignment="left" valignment="top" usebox="none">
42593 \begin_inset Text
42594
42595 \begin_layout Plain Layout
42596 \begin_inset ERT
42597 status collapsed
42598
42599 \begin_layout Plain Layout
42600
42601
42602 \backslash
42603 fcolorbox{black}{
42604 \end_layout
42605
42606 \end_inset
42607
42608 RedViolet
42609 \begin_inset ERT
42610 status collapsed
42611
42612 \begin_layout Plain Layout
42613
42614 }{
42615 \end_layout
42616
42617 \end_inset
42618
42619
42620 \begin_inset Phantom Phantom
42621 status open
42622
42623 \begin_layout Plain Layout
42624 W
42625 \end_layout
42626
42627 \end_inset
42628
42629
42630 \begin_inset ERT
42631 status collapsed
42632
42633 \begin_layout Plain Layout
42634
42635 }
42636 \end_layout
42637
42638 \end_inset
42639
42640  RedViolet
42641 \end_layout
42642
42643 \end_inset
42644 </cell>
42645 <cell alignment="left" valignment="top" usebox="none">
42646 \begin_inset Text
42647
42648 \begin_layout Plain Layout
42649 \begin_inset ERT
42650 status collapsed
42651
42652 \begin_layout Plain Layout
42653
42654
42655 \backslash
42656 fcolorbox{black}{
42657 \end_layout
42658
42659 \end_inset
42660
42661 Rhodamine
42662 \begin_inset ERT
42663 status collapsed
42664
42665 \begin_layout Plain Layout
42666
42667 }{
42668 \end_layout
42669
42670 \end_inset
42671
42672
42673 \begin_inset Phantom Phantom
42674 status open
42675
42676 \begin_layout Plain Layout
42677 W
42678 \end_layout
42679
42680 \end_inset
42681
42682
42683 \begin_inset ERT
42684 status collapsed
42685
42686 \begin_layout Plain Layout
42687
42688 }
42689 \end_layout
42690
42691 \end_inset
42692
42693  Rhodamine
42694 \end_layout
42695
42696 \end_inset
42697 </cell>
42698 </row>
42699 <row>
42700 <cell alignment="left" valignment="top" usebox="none">
42701 \begin_inset Text
42702
42703 \begin_layout Plain Layout
42704 \begin_inset ERT
42705 status collapsed
42706
42707 \begin_layout Plain Layout
42708
42709
42710 \backslash
42711 fcolorbox{black}{
42712 \end_layout
42713
42714 \end_inset
42715
42716 RoyalBlue
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722 }{
42723 \end_layout
42724
42725 \end_inset
42726
42727
42728 \begin_inset Phantom Phantom
42729 status open
42730
42731 \begin_layout Plain Layout
42732 W
42733 \end_layout
42734
42735 \end_inset
42736
42737
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743 }
42744 \end_layout
42745
42746 \end_inset
42747
42748  RoyalBlue
42749 \end_layout
42750
42751 \end_inset
42752 </cell>
42753 <cell alignment="left" valignment="top" usebox="none">
42754 \begin_inset Text
42755
42756 \begin_layout Plain Layout
42757 \begin_inset ERT
42758 status collapsed
42759
42760 \begin_layout Plain Layout
42761
42762
42763 \backslash
42764 fcolorbox{black}{
42765 \end_layout
42766
42767 \end_inset
42768
42769 RoyalPurple
42770 \begin_inset ERT
42771 status collapsed
42772
42773 \begin_layout Plain Layout
42774
42775 }{
42776 \end_layout
42777
42778 \end_inset
42779
42780
42781 \begin_inset Phantom Phantom
42782 status open
42783
42784 \begin_layout Plain Layout
42785 W
42786 \end_layout
42787
42788 \end_inset
42789
42790
42791 \begin_inset ERT
42792 status collapsed
42793
42794 \begin_layout Plain Layout
42795
42796 }
42797 \end_layout
42798
42799 \end_inset
42800
42801  RoyalPurple
42802 \end_layout
42803
42804 \end_inset
42805 </cell>
42806 <cell alignment="left" valignment="top" usebox="none">
42807 \begin_inset Text
42808
42809 \begin_layout Plain Layout
42810 \begin_inset ERT
42811 status collapsed
42812
42813 \begin_layout Plain Layout
42814
42815
42816 \backslash
42817 fcolorbox{black}{
42818 \end_layout
42819
42820 \end_inset
42821
42822 RubineRed
42823 \begin_inset ERT
42824 status collapsed
42825
42826 \begin_layout Plain Layout
42827
42828 }{
42829 \end_layout
42830
42831 \end_inset
42832
42833
42834 \begin_inset Phantom Phantom
42835 status open
42836
42837 \begin_layout Plain Layout
42838 W
42839 \end_layout
42840
42841 \end_inset
42842
42843
42844 \begin_inset ERT
42845 status collapsed
42846
42847 \begin_layout Plain Layout
42848
42849 }
42850 \end_layout
42851
42852 \end_inset
42853
42854  RubineRed
42855 \end_layout
42856
42857 \end_inset
42858 </cell>
42859 <cell alignment="left" valignment="top" usebox="none">
42860 \begin_inset Text
42861
42862 \begin_layout Plain Layout
42863 \begin_inset ERT
42864 status collapsed
42865
42866 \begin_layout Plain Layout
42867
42868
42869 \backslash
42870 fcolorbox{black}{
42871 \end_layout
42872
42873 \end_inset
42874
42875 Salmon
42876 \begin_inset ERT
42877 status collapsed
42878
42879 \begin_layout Plain Layout
42880
42881 }{
42882 \end_layout
42883
42884 \end_inset
42885
42886
42887 \begin_inset Phantom Phantom
42888 status open
42889
42890 \begin_layout Plain Layout
42891 W
42892 \end_layout
42893
42894 \end_inset
42895
42896
42897 \begin_inset ERT
42898 status collapsed
42899
42900 \begin_layout Plain Layout
42901
42902 }
42903 \end_layout
42904
42905 \end_inset
42906
42907  Salmon
42908 \end_layout
42909
42910 \end_inset
42911 </cell>
42912 </row>
42913 <row>
42914 <cell alignment="left" valignment="top" usebox="none">
42915 \begin_inset Text
42916
42917 \begin_layout Plain Layout
42918 \begin_inset ERT
42919 status collapsed
42920
42921 \begin_layout Plain Layout
42922
42923
42924 \backslash
42925 fcolorbox{black}{
42926 \end_layout
42927
42928 \end_inset
42929
42930 SeaGreen
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936 }{
42937 \end_layout
42938
42939 \end_inset
42940
42941
42942 \begin_inset Phantom Phantom
42943 status open
42944
42945 \begin_layout Plain Layout
42946 W
42947 \end_layout
42948
42949 \end_inset
42950
42951
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957 }
42958 \end_layout
42959
42960 \end_inset
42961
42962  SeaGreen
42963 \end_layout
42964
42965 \end_inset
42966 </cell>
42967 <cell alignment="left" valignment="top" usebox="none">
42968 \begin_inset Text
42969
42970 \begin_layout Plain Layout
42971 \begin_inset ERT
42972 status collapsed
42973
42974 \begin_layout Plain Layout
42975
42976
42977 \backslash
42978 fcolorbox{black}{
42979 \end_layout
42980
42981 \end_inset
42982
42983 Sepia
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989 }{
42990 \end_layout
42991
42992 \end_inset
42993
42994
42995 \begin_inset Phantom Phantom
42996 status open
42997
42998 \begin_layout Plain Layout
42999 W
43000 \end_layout
43001
43002 \end_inset
43003
43004
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010 }
43011 \end_layout
43012
43013 \end_inset
43014
43015  Sepia
43016 \end_layout
43017
43018 \end_inset
43019 </cell>
43020 <cell alignment="left" valignment="top" usebox="none">
43021 \begin_inset Text
43022
43023 \begin_layout Plain Layout
43024 \begin_inset ERT
43025 status collapsed
43026
43027 \begin_layout Plain Layout
43028
43029
43030 \backslash
43031 fcolorbox{black}{
43032 \end_layout
43033
43034 \end_inset
43035
43036 SkyBlue
43037 \begin_inset ERT
43038 status collapsed
43039
43040 \begin_layout Plain Layout
43041
43042 }{
43043 \end_layout
43044
43045 \end_inset
43046
43047
43048 \begin_inset Phantom Phantom
43049 status open
43050
43051 \begin_layout Plain Layout
43052 W
43053 \end_layout
43054
43055 \end_inset
43056
43057
43058 \begin_inset ERT
43059 status collapsed
43060
43061 \begin_layout Plain Layout
43062
43063 }
43064 \end_layout
43065
43066 \end_inset
43067
43068  SkyBlue
43069 \end_layout
43070
43071 \end_inset
43072 </cell>
43073 <cell alignment="left" valignment="top" usebox="none">
43074 \begin_inset Text
43075
43076 \begin_layout Plain Layout
43077 \begin_inset ERT
43078 status collapsed
43079
43080 \begin_layout Plain Layout
43081
43082
43083 \backslash
43084 fcolorbox{black}{
43085 \end_layout
43086
43087 \end_inset
43088
43089 SpringGreen
43090 \begin_inset ERT
43091 status collapsed
43092
43093 \begin_layout Plain Layout
43094
43095 }{
43096 \end_layout
43097
43098 \end_inset
43099
43100
43101 \begin_inset Phantom Phantom
43102 status open
43103
43104 \begin_layout Plain Layout
43105 W
43106 \end_layout
43107
43108 \end_inset
43109
43110
43111 \begin_inset ERT
43112 status collapsed
43113
43114 \begin_layout Plain Layout
43115
43116 }
43117 \end_layout
43118
43119 \end_inset
43120
43121  SpringGreen
43122 \end_layout
43123
43124 \end_inset
43125 </cell>
43126 </row>
43127 <row>
43128 <cell alignment="left" valignment="top" usebox="none">
43129 \begin_inset Text
43130
43131 \begin_layout Plain Layout
43132 \begin_inset ERT
43133 status collapsed
43134
43135 \begin_layout Plain Layout
43136
43137
43138 \backslash
43139 fcolorbox{black}{
43140 \end_layout
43141
43142 \end_inset
43143
43144 Tan
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150 }{
43151 \end_layout
43152
43153 \end_inset
43154
43155
43156 \begin_inset Phantom Phantom
43157 status open
43158
43159 \begin_layout Plain Layout
43160 W
43161 \end_layout
43162
43163 \end_inset
43164
43165
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171 }
43172 \end_layout
43173
43174 \end_inset
43175
43176  Tan
43177 \end_layout
43178
43179 \end_inset
43180 </cell>
43181 <cell alignment="left" valignment="top" usebox="none">
43182 \begin_inset Text
43183
43184 \begin_layout Plain Layout
43185 \begin_inset ERT
43186 status collapsed
43187
43188 \begin_layout Plain Layout
43189
43190
43191 \backslash
43192 fcolorbox{black}{
43193 \end_layout
43194
43195 \end_inset
43196
43197 TealBlue
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203 }{
43204 \end_layout
43205
43206 \end_inset
43207
43208
43209 \begin_inset Phantom Phantom
43210 status open
43211
43212 \begin_layout Plain Layout
43213 W
43214 \end_layout
43215
43216 \end_inset
43217
43218
43219 \begin_inset ERT
43220 status collapsed
43221
43222 \begin_layout Plain Layout
43223
43224 }
43225 \end_layout
43226
43227 \end_inset
43228
43229  TealBlue
43230 \end_layout
43231
43232 \end_inset
43233 </cell>
43234 <cell alignment="left" valignment="top" usebox="none">
43235 \begin_inset Text
43236
43237 \begin_layout Plain Layout
43238 \begin_inset ERT
43239 status collapsed
43240
43241 \begin_layout Plain Layout
43242
43243
43244 \backslash
43245 fcolorbox{black}{
43246 \end_layout
43247
43248 \end_inset
43249
43250 Thistle
43251 \begin_inset ERT
43252 status collapsed
43253
43254 \begin_layout Plain Layout
43255
43256 }{
43257 \end_layout
43258
43259 \end_inset
43260
43261
43262 \begin_inset Phantom Phantom
43263 status open
43264
43265 \begin_layout Plain Layout
43266 W
43267 \end_layout
43268
43269 \end_inset
43270
43271
43272 \begin_inset ERT
43273 status collapsed
43274
43275 \begin_layout Plain Layout
43276
43277 }
43278 \end_layout
43279
43280 \end_inset
43281
43282  Thistle
43283 \end_layout
43284
43285 \end_inset
43286 </cell>
43287 <cell alignment="left" valignment="top" usebox="none">
43288 \begin_inset Text
43289
43290 \begin_layout Plain Layout
43291 \begin_inset ERT
43292 status collapsed
43293
43294 \begin_layout Plain Layout
43295
43296
43297 \backslash
43298 fcolorbox{black}{
43299 \end_layout
43300
43301 \end_inset
43302
43303 Turquoise
43304 \begin_inset ERT
43305 status collapsed
43306
43307 \begin_layout Plain Layout
43308
43309 }{
43310 \end_layout
43311
43312 \end_inset
43313
43314
43315 \begin_inset Phantom Phantom
43316 status open
43317
43318 \begin_layout Plain Layout
43319 W
43320 \end_layout
43321
43322 \end_inset
43323
43324
43325 \begin_inset ERT
43326 status collapsed
43327
43328 \begin_layout Plain Layout
43329
43330 }
43331 \end_layout
43332
43333 \end_inset
43334
43335  Turquoise
43336 \end_layout
43337
43338 \end_inset
43339 </cell>
43340 </row>
43341 <row>
43342 <cell alignment="left" valignment="top" usebox="none">
43343 \begin_inset Text
43344
43345 \begin_layout Plain Layout
43346 \begin_inset ERT
43347 status collapsed
43348
43349 \begin_layout Plain Layout
43350
43351
43352 \backslash
43353 fcolorbox{black}{
43354 \end_layout
43355
43356 \end_inset
43357
43358 Violet
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364 }{
43365 \end_layout
43366
43367 \end_inset
43368
43369
43370 \begin_inset Phantom Phantom
43371 status open
43372
43373 \begin_layout Plain Layout
43374 W
43375 \end_layout
43376
43377 \end_inset
43378
43379
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385 }
43386 \end_layout
43387
43388 \end_inset
43389
43390  Violet
43391 \end_layout
43392
43393 \end_inset
43394 </cell>
43395 <cell alignment="left" valignment="top" usebox="none">
43396 \begin_inset Text
43397
43398 \begin_layout Plain Layout
43399 \begin_inset ERT
43400 status collapsed
43401
43402 \begin_layout Plain Layout
43403
43404
43405 \backslash
43406 fcolorbox{black}{
43407 \end_layout
43408
43409 \end_inset
43410
43411 VioletRed
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417 }{
43418 \end_layout
43419
43420 \end_inset
43421
43422
43423 \begin_inset Phantom Phantom
43424 status open
43425
43426 \begin_layout Plain Layout
43427 W
43428 \end_layout
43429
43430 \end_inset
43431
43432
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438 }
43439 \end_layout
43440
43441 \end_inset
43442
43443  VioletRed
43444 \end_layout
43445
43446 \end_inset
43447 </cell>
43448 <cell alignment="left" valignment="top" usebox="none">
43449 \begin_inset Text
43450
43451 \begin_layout Plain Layout
43452 \begin_inset ERT
43453 status collapsed
43454
43455 \begin_layout Plain Layout
43456
43457
43458 \backslash
43459 fcolorbox{black}{
43460 \end_layout
43461
43462 \end_inset
43463
43464 WildStrawberry
43465 \begin_inset ERT
43466 status collapsed
43467
43468 \begin_layout Plain Layout
43469
43470 }{
43471 \end_layout
43472
43473 \end_inset
43474
43475
43476 \begin_inset Phantom Phantom
43477 status open
43478
43479 \begin_layout Plain Layout
43480 W
43481 \end_layout
43482
43483 \end_inset
43484
43485
43486 \begin_inset ERT
43487 status collapsed
43488
43489 \begin_layout Plain Layout
43490
43491 }
43492 \end_layout
43493
43494 \end_inset
43495
43496  WildStrawberry
43497 \end_layout
43498
43499 \end_inset
43500 </cell>
43501 <cell alignment="left" valignment="top" usebox="none">
43502 \begin_inset Text
43503
43504 \begin_layout Plain Layout
43505 \begin_inset ERT
43506 status collapsed
43507
43508 \begin_layout Plain Layout
43509
43510
43511 \backslash
43512 fcolorbox{black}{
43513 \end_layout
43514
43515 \end_inset
43516
43517 YellowGreen
43518 \begin_inset ERT
43519 status collapsed
43520
43521 \begin_layout Plain Layout
43522
43523 }{
43524 \end_layout
43525
43526 \end_inset
43527
43528
43529 \begin_inset Phantom Phantom
43530 status open
43531
43532 \begin_layout Plain Layout
43533 W
43534 \end_layout
43535
43536 \end_inset
43537
43538
43539 \begin_inset ERT
43540 status collapsed
43541
43542 \begin_layout Plain Layout
43543
43544 }
43545 \end_layout
43546
43547 \end_inset
43548
43549  YellowGreen
43550 \end_layout
43551
43552 \end_inset
43553 </cell>
43554 </row>
43555 <row>
43556 <cell alignment="left" valignment="top" usebox="none">
43557 \begin_inset Text
43558
43559 \begin_layout Plain Layout
43560 \begin_inset ERT
43561 status collapsed
43562
43563 \begin_layout Plain Layout
43564
43565
43566 \backslash
43567 fcolorbox{black}{
43568 \end_layout
43569
43570 \end_inset
43571
43572 YellowOrange
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578 }{
43579 \end_layout
43580
43581 \end_inset
43582
43583
43584 \begin_inset Phantom Phantom
43585 status open
43586
43587 \begin_layout Plain Layout
43588 W
43589 \end_layout
43590
43591 \end_inset
43592
43593
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599 }
43600 \end_layout
43601
43602 \end_inset
43603
43604  YellowOrange
43605 \end_layout
43606
43607 \end_inset
43608 </cell>
43609 <cell alignment="left" valignment="top" usebox="none">
43610 \begin_inset Text
43611
43612 \begin_layout Plain Layout
43613
43614 \end_layout
43615
43616 \end_inset
43617 </cell>
43618 <cell alignment="left" valignment="top" usebox="none">
43619 \begin_inset Text
43620
43621 \begin_layout Plain Layout
43622
43623 \end_layout
43624
43625 \end_inset
43626 </cell>
43627 <cell alignment="left" valignment="top" usebox="none">
43628 \begin_inset Text
43629
43630 \begin_layout Plain Layout
43631
43632 \end_layout
43633
43634 \end_inset
43635 </cell>
43636 </row>
43637 </lyxtabular>
43638
43639 \end_inset
43640
43641
43642 \end_layout
43643
43644 \begin_layout Chapter
43645 第(
43646 \begin_inset CommandInset ref
43647 LatexCommand ref
43648 reference "eq:Wgn"
43649
43650 \end_inset
43651
43652 )式の説明
43653 \begin_inset CommandInset label
43654 LatexCommand label
43655 name "cha:式の説明"
43656
43657 \end_inset
43658
43659
43660 \end_layout
43661
43662 \begin_layout Standard
43663 \begin_inset Formula $n$
43664 \end_inset
43665
43666 個の表セルの全幅
43667 \begin_inset Formula $W_{\text{全}:n}$
43668 \end_inset
43669
43670
43671 \begin_inset Formula 
43672 \begin{equation}
43673 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43674 \end{equation}
43675
43676 \end_inset
43677
43678
43679 \end_layout
43680
43681 \begin_layout Standard
43682 で計算できます.ここで
43683 \begin_inset Formula $W_{\text{指}:n}$
43684 \end_inset
43685
43686 は,すべてのセルが持つ固定幅です.
43687 \series bold
43688
43689 \backslash
43690 tabcolsep
43691 \series default
43692 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43693 長であり,既定値は6
43694 \begin_inset space \thinspace{}
43695 \end_inset
43696
43697 ptです.
43698 \series bold
43699
43700 \backslash
43701 arrayrulewidth
43702 \series default
43703 は,セル罫線幅であり,既定値は0.4
43704 \begin_inset space \thinspace{}
43705 \end_inset
43706
43707 ptです.
43708 \end_layout
43709
43710 \begin_layout Standard
43711
43712 \begin_inset CommandInset ref
43713 LatexCommand eqref
43714 reference "eq:Wtot_n"
43715
43716 \end_inset
43717
43718 式にしたがえば,連結列の全幅
43719 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43720 \end_inset
43721
43722
43723 \begin_inset Formula 
43724 \begin{equation}
43725 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43726 \end{equation}
43727
43728 \end_inset
43729
43730
43731 \end_layout
43732
43733 \begin_layout Standard
43734 となります.
43735 \begin_inset Formula $n$
43736 \end_inset
43737
43738 列を連結する時には各列の全幅は
43739 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43740 \end_inset
43741
43742 となるので,第
43743 \begin_inset CommandInset ref
43744 LatexCommand eqref
43745 reference "eq:Wtot_n"
43746
43747 \end_inset
43748
43749 式と第
43750 \begin_inset CommandInset ref
43751 LatexCommand eqref
43752 reference "eq:Wtot_mult"
43753
43754 \end_inset
43755
43756 式が等しいものと置けば,必要となる固定幅
43757 \begin_inset Formula $W_{\text{指}:n}$
43758 \end_inset
43759
43760 を計算することができて,
43761 \begin_inset Formula 
43762 \begin{equation}
43763 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43764 \end{equation}
43765
43766 \end_inset
43767
43768 となります.
43769 \end_layout
43770
43771 \begin_layout Bibliography
43772 \labelwidthstring 参考文献
43773 \begin_inset CommandInset bibitem
43774 LatexCommand bibitem
43775 key "latexcompanion"
43776 literal "true"
43777
43778 \end_inset
43779
43780 Frank Mittelbach and Michel Goossens: 
43781 \emph on
43782 The \SpecialChar LaTeX
43783  Companion Second Edition.
43784
43785 \emph default
43786  Addison-Wesley, 2004
43787 \end_layout
43788
43789 \begin_layout Bibliography
43790 \labelwidthstring 参考文献
43791 \begin_inset CommandInset bibitem
43792 LatexCommand bibitem
43793 key "latexguide"
43794 literal "true"
43795
43796 \end_inset
43797
43798 Helmut Kopka and Patrick W.
43799  Daly: 
43800 \emph on
43801 A Guide to \SpecialChar LaTeX
43802  Fourth Edition.
43803
43804 \emph default
43805  Addison-Wesley, 2003
43806 \end_layout
43807
43808 \begin_layout Bibliography
43809 \labelwidthstring 参考文献
43810 \begin_inset CommandInset bibitem
43811 LatexCommand bibitem
43812 key "latexbook"
43813 literal "true"
43814
43815 \end_inset
43816
43817 Leslie Lamport: 
43818 \emph on
43819 \SpecialChar LaTeX
43820 : A Document Preparation System.
43821
43822 \emph default
43823  Addison-Wesley, second edition, 1994
43824 \end_layout
43825
43826 \begin_layout Bibliography
43827 \labelwidthstring 参考文献
43828 \begin_inset CommandInset bibitem
43829 LatexCommand bibitem
43830 key "arydshln"
43831 literal "true"
43832
43833 \end_inset
43834
43835 \SpecialChar LaTeX
43836 パッケージ
43837 \series bold
43838
43839 \begin_inset CommandInset href
43840 LatexCommand href
43841 name "arydshln"
43842 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
43843 literal "false"
43844
43845 \end_inset
43846
43847
43848 \series default
43849
43850 \begin_inset Index idx
43851 status collapsed
43852
43853 \begin_layout Plain Layout
43854 \SpecialChar LaTeX
43855 ぱっけーじ@\SpecialChar LaTeX
43856 パッケージ ! arydshln
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \end_layout
43863
43864 \begin_layout Bibliography
43865 \labelwidthstring 参考文献
43866 \begin_inset CommandInset bibitem
43867 LatexCommand bibitem
43868 key "booktabs"
43869 literal "true"
43870
43871 \end_inset
43872
43873 \SpecialChar LaTeX
43874 パッケージ
43875 \series bold
43876
43877 \begin_inset CommandInset href
43878 LatexCommand href
43879 name "booktabs"
43880 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
43881 literal "false"
43882
43883 \end_inset
43884
43885
43886 \series default
43887
43888 \begin_inset Index idx
43889 status collapsed
43890
43891 \begin_layout Plain Layout
43892 \SpecialChar LaTeX
43893 ぱっけーじ@\SpecialChar LaTeX
43894 パッケージ ! booktabs
43895 \end_layout
43896
43897 \end_inset
43898
43899 の取扱説明書
43900 \end_layout
43901
43902 \begin_layout Bibliography
43903 \labelwidthstring 参考文献
43904 \begin_inset CommandInset bibitem
43905 LatexCommand bibitem
43906 key "caption"
43907 literal "true"
43908
43909 \end_inset
43910
43911 \SpecialChar LaTeX
43912 パッケージ
43913 \series bold
43914
43915 \begin_inset CommandInset href
43916 LatexCommand href
43917 name "caption"
43918 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
43919 literal "false"
43920
43921 \end_inset
43922
43923
43924 \series default
43925
43926 \begin_inset Index idx
43927 status collapsed
43928
43929 \begin_layout Plain Layout
43930 \SpecialChar LaTeX
43931 ぱっけーじ@\SpecialChar LaTeX
43932 パッケージ ! caption
43933 \end_layout
43934
43935 \end_inset
43936
43937 の取扱説明書
43938 \end_layout
43939
43940 \begin_layout Bibliography
43941 \labelwidthstring 参考文献
43942 \begin_inset CommandInset bibitem
43943 LatexCommand bibitem
43944 key "diagbox"
43945 literal "true"
43946
43947 \end_inset
43948
43949 \SpecialChar LaTeX
43950 パッケージ
43951 \series bold
43952
43953 \begin_inset CommandInset href
43954 LatexCommand href
43955 name "diagbox"
43956 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
43957 literal "false"
43958
43959 \end_inset
43960
43961
43962 \series default
43963
43964 \begin_inset Index idx
43965 status collapsed
43966
43967 \begin_layout Plain Layout
43968 \SpecialChar LaTeX
43969 ぱっけーじ@\SpecialChar LaTeX
43970 パッケージ ! diagbox
43971 \end_layout
43972
43973 \end_inset
43974
43975
43976 \end_layout
43977
43978 \begin_layout Bibliography
43979 \labelwidthstring 参考文献
43980 \begin_inset CommandInset bibitem
43981 LatexCommand bibitem
43982 key "endfloat"
43983 literal "true"
43984
43985 \end_inset
43986
43987 \SpecialChar LaTeX
43988 パッケージ
43989 \series bold
43990
43991 \begin_inset CommandInset href
43992 LatexCommand href
43993 name "endfloat"
43994 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
43995 literal "false"
43996
43997 \end_inset
43998
43999
44000 \series default
44001
44002 \begin_inset Index idx
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006 \SpecialChar LaTeX
44007 ぱっけーじ@\SpecialChar LaTeX
44008 パッケージ ! endfloat
44009 \end_layout
44010
44011 \end_inset
44012
44013 の取扱説明書
44014 \end_layout
44015
44016 \begin_layout Bibliography
44017 \labelwidthstring 参考文献
44018 \begin_inset CommandInset bibitem
44019 LatexCommand bibitem
44020 key "footmisc"
44021 literal "true"
44022
44023 \end_inset
44024
44025 \SpecialChar LaTeX
44026 パッケージ
44027 \series bold
44028
44029 \begin_inset CommandInset href
44030 LatexCommand href
44031 name "footmisc"
44032 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
44033 literal "false"
44034
44035 \end_inset
44036
44037
44038 \series default
44039
44040 \begin_inset Index idx
44041 status collapsed
44042
44043 \begin_layout Plain Layout
44044 \SpecialChar LaTeX
44045 ぱっけーじ@\SpecialChar LaTeX
44046 パッケージ ! footmisc
44047 \end_layout
44048
44049 \end_inset
44050
44051 の取扱説明書
44052 \end_layout
44053
44054 \begin_layout Bibliography
44055 \labelwidthstring 参考文献
44056 \begin_inset CommandInset bibitem
44057 LatexCommand bibitem
44058 key "hypcap"
44059 literal "true"
44060
44061 \end_inset
44062
44063 \SpecialChar LaTeX
44064 パッケージ
44065 \series bold
44066
44067 \begin_inset CommandInset href
44068 LatexCommand href
44069 name "hypcap"
44070 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44071 literal "false"
44072
44073 \end_inset
44074
44075
44076 \series default
44077
44078 \begin_inset Index idx
44079 status collapsed
44080
44081 \begin_layout Plain Layout
44082 \SpecialChar LaTeX
44083 ぱっけーじ@\SpecialChar LaTeX
44084 パッケージ ! hyperref
44085 \end_layout
44086
44087 \end_inset
44088
44089 の取扱説明書
44090 \end_layout
44091
44092 \begin_layout Bibliography
44093 \labelwidthstring 参考文献
44094 \begin_inset CommandInset bibitem
44095 LatexCommand bibitem
44096 key "hyperref"
44097 literal "true"
44098
44099 \end_inset
44100
44101 \SpecialChar LaTeX
44102 パッケージ
44103 \series bold
44104
44105 \begin_inset CommandInset href
44106 LatexCommand href
44107 name "hyperref"
44108 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
44109 literal "false"
44110
44111 \end_inset
44112
44113
44114 \series default
44115
44116 \begin_inset Index idx
44117 status collapsed
44118
44119 \begin_layout Plain Layout
44120 \SpecialChar LaTeX
44121 ぱっけーじ@\SpecialChar LaTeX
44122 パッケージ ! hyperref
44123 \end_layout
44124
44125 \end_inset
44126
44127 の取扱説明書
44128 \end_layout
44129
44130 \begin_layout Bibliography
44131 \labelwidthstring 参考文献
44132 \begin_inset CommandInset bibitem
44133 LatexCommand bibitem
44134 key "KOMA-script"
44135 literal "true"
44136
44137 \end_inset
44138
44139 \SpecialChar LaTeX
44140 パッケージ
44141 \series bold
44142
44143 \begin_inset CommandInset href
44144 LatexCommand href
44145 name "KOMA-script"
44146 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44147 literal "false"
44148
44149 \end_inset
44150
44151
44152 \series default
44153
44154 \begin_inset Index idx
44155 status collapsed
44156
44157 \begin_layout Plain Layout
44158 \SpecialChar LaTeX
44159 ぱっけーじ@\SpecialChar LaTeX
44160 パッケージ ! KOMA-script
44161 \end_layout
44162
44163 \end_inset
44164
44165 の取扱説明書
44166 \end_layout
44167
44168 \begin_layout Bibliography
44169 \labelwidthstring 参考文献
44170 \begin_inset CommandInset bibitem
44171 LatexCommand bibitem
44172 key "lettrine"
44173 literal "true"
44174
44175 \end_inset
44176
44177 \SpecialChar LaTeX
44178 パッケージ
44179 \series bold
44180
44181 \begin_inset CommandInset href
44182 LatexCommand href
44183 name "lettrine"
44184 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44185 literal "false"
44186
44187 \end_inset
44188
44189
44190 \series default
44191 及び
44192 \begin_inset CommandInset href
44193 LatexCommand href
44194 name "用例"
44195 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
44196 literal "false"
44197
44198 \end_inset
44199
44200
44201 \begin_inset Index idx
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205 \SpecialChar LaTeX
44206 ぱっけーじ@\SpecialChar LaTeX
44207 パッケージ ! lettrine
44208 \end_layout
44209
44210 \end_inset
44211
44212
44213 \end_layout
44214
44215 \begin_layout Bibliography
44216 \labelwidthstring 参考文献
44217 \begin_inset CommandInset bibitem
44218 LatexCommand bibitem
44219 key "listings"
44220 literal "true"
44221
44222 \end_inset
44223
44224 \SpecialChar LaTeX
44225 パッケージ
44226 \series bold
44227
44228 \begin_inset CommandInset href
44229 LatexCommand href
44230 name "listings"
44231 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
44232 literal "false"
44233
44234 \end_inset
44235
44236
44237 \series default
44238
44239 \begin_inset Index idx
44240 status collapsed
44241
44242 \begin_layout Plain Layout
44243 \SpecialChar LaTeX
44244 ぱっけーじ@\SpecialChar LaTeX
44245 パッケージ ! listings
44246 \end_layout
44247
44248 \end_inset
44249
44250 の取扱説明書
44251 \end_layout
44252
44253 \begin_layout Bibliography
44254 \labelwidthstring 参考文献
44255 \begin_inset CommandInset bibitem
44256 LatexCommand bibitem
44257 key "minted"
44258 literal "true"
44259
44260 \end_inset
44261
44262 \SpecialChar LaTeX
44263 パッケージ
44264 \series bold
44265
44266 \begin_inset CommandInset href
44267 LatexCommand href
44268 name "minted"
44269 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
44270 literal "false"
44271
44272 \end_inset
44273
44274
44275 \series default
44276
44277 \begin_inset Index idx
44278 status collapsed
44279
44280 \begin_layout Plain Layout
44281 \SpecialChar LaTeX
44282 ぱっけーじ@\SpecialChar LaTeX
44283 パッケージ ! minted
44284 \end_layout
44285
44286 \end_inset
44287
44288 の取扱説明書
44289 \end_layout
44290
44291 \begin_layout Bibliography
44292 \labelwidthstring 参考文献
44293 \begin_inset CommandInset bibitem
44294 LatexCommand bibitem
44295 key "marginnote"
44296 literal "true"
44297
44298 \end_inset
44299
44300 \SpecialChar LaTeX
44301 パッケージ
44302 \series bold
44303
44304 \begin_inset CommandInset href
44305 LatexCommand href
44306 name "marginnote"
44307 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
44308 literal "false"
44309
44310 \end_inset
44311
44312
44313 \series default
44314
44315 \begin_inset Index idx
44316 status collapsed
44317
44318 \begin_layout Plain Layout
44319 \SpecialChar LaTeX
44320 ぱっけーじ@\SpecialChar LaTeX
44321 パッケージ ! marginnote
44322 \end_layout
44323
44324 \end_inset
44325
44326 の取扱説明書
44327 \end_layout
44328
44329 \begin_layout Bibliography
44330 \labelwidthstring 参考文献
44331 \begin_inset CommandInset bibitem
44332 LatexCommand bibitem
44333 key "pdfpages"
44334 literal "true"
44335
44336 \end_inset
44337
44338 \SpecialChar LaTeX
44339 パッケージ
44340 \series bold
44341
44342 \begin_inset CommandInset href
44343 LatexCommand href
44344 name "pdfpages"
44345 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44346 literal "false"
44347
44348 \end_inset
44349
44350
44351 \series default
44352
44353 \begin_inset Index idx
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357 \SpecialChar LaTeX
44358 ぱっけーじ@\SpecialChar LaTeX
44359 パッケージ ! pdfpages
44360 \end_layout
44361
44362 \end_inset
44363
44364 の取扱説明書
44365 \end_layout
44366
44367 \begin_layout Bibliography
44368 \labelwidthstring 参考文献
44369 \begin_inset CommandInset bibitem
44370 LatexCommand bibitem
44371 key "prettyref"
44372 literal "true"
44373
44374 \end_inset
44375
44376 \SpecialChar LaTeX
44377 パッケージ
44378 \series bold
44379
44380 \begin_inset CommandInset href
44381 LatexCommand href
44382 name "prettyref"
44383 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44384 literal "false"
44385
44386 \end_inset
44387
44388
44389 \series default
44390
44391 \begin_inset Index idx
44392 status collapsed
44393
44394 \begin_layout Plain Layout
44395 \SpecialChar LaTeX
44396 ぱっけーじ@\SpecialChar LaTeX
44397 パッケージ! prettyref
44398 \end_layout
44399
44400 \end_inset
44401
44402 の取扱説明書
44403 \end_layout
44404
44405 \begin_layout Bibliography
44406 \labelwidthstring 参考文献
44407 \begin_inset CommandInset bibitem
44408 LatexCommand bibitem
44409 key "pstricks"
44410 literal "true"
44411
44412 \end_inset
44413
44414 \SpecialChar LaTeX
44415 パッケージ
44416 \series bold
44417
44418 \begin_inset CommandInset href
44419 LatexCommand href
44420 name "PSTricks"
44421 target "http://tug.org/PSTricks/"
44422 literal "false"
44423
44424 \end_inset
44425
44426
44427 \series default
44428
44429 \begin_inset Index idx
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433 \SpecialChar LaTeX
44434 ぱっけーじ@\SpecialChar LaTeX
44435 パッケージ ! PSTricks
44436 \end_layout
44437
44438 \end_inset
44439
44440 のウェブページ
44441 \end_layout
44442
44443 \begin_layout Bibliography
44444 \labelwidthstring 参考文献
44445 \begin_inset CommandInset bibitem
44446 LatexCommand bibitem
44447 key "refstyle"
44448 literal "true"
44449
44450 \end_inset
44451
44452 \SpecialChar LaTeX
44453 パッケージ
44454 \series bold
44455
44456 \begin_inset CommandInset href
44457 LatexCommand href
44458 name "refstyle"
44459 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44460 literal "false"
44461
44462 \end_inset
44463
44464
44465 \series default
44466
44467 \begin_inset Index idx
44468 status collapsed
44469
44470 \begin_layout Plain Layout
44471 \SpecialChar LaTeX
44472 ぱっけーじ@\SpecialChar LaTeX
44473 パッケージ ! refstyle
44474 \end_layout
44475
44476 \end_inset
44477
44478 の取扱説明書
44479 \end_layout
44480
44481 \begin_layout Bibliography
44482 \labelwidthstring 参考文献
44483 \begin_inset CommandInset bibitem
44484 LatexCommand bibitem
44485 key "sidecap"
44486 literal "true"
44487
44488 \end_inset
44489
44490 \SpecialChar LaTeX
44491 パッケージ
44492 \series bold
44493
44494 \begin_inset CommandInset href
44495 LatexCommand href
44496 name "sidecap"
44497 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
44498 literal "false"
44499
44500 \end_inset
44501
44502
44503 \series default
44504
44505 \begin_inset Index idx
44506 status collapsed
44507
44508 \begin_layout Plain Layout
44509 \SpecialChar LaTeX
44510 ぱっけーじ@\SpecialChar LaTeX
44511 パッケージ ! sidecap
44512 \end_layout
44513
44514 \end_inset
44515
44516 の取扱説明書
44517 \end_layout
44518
44519 \begin_layout Bibliography
44520 \labelwidthstring 参考文献
44521 \begin_inset CommandInset bibitem
44522 LatexCommand bibitem
44523 key "Inkscape"
44524 literal "true"
44525
44526 \end_inset
44527
44528
44529 \noun on
44530
44531 \begin_inset CommandInset href
44532 LatexCommand href
44533 name "Inkscape"
44534 target "https://inkscape.org/ja/"
44535 literal "false"
44536
44537 \end_inset
44538
44539 プログラムの
44540 \noun default
44541
44542 \begin_inset CommandInset href
44543 LatexCommand href
44544 name "Omit text in PDF"
44545 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
44546 literal "false"
44547
44548 \end_inset
44549
44550 オプションの取扱説明書
44551 \end_layout
44552
44553 \begin_layout Standard
44554 \begin_inset CommandInset index_print
44555 LatexCommand printindex
44556 type "idx"
44557 name "索引"
44558 literal "false"
44559
44560 \end_inset
44561
44562
44563 \end_layout
44564
44565 \end_body
44566 \end_document