]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
docs: fix URL to hyperref manual
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties false
6 \origin /systemlyxdir/doc/ja/
7 \textclass scrbook
8 \begin_preamble
9 %% Added by the translator
10 %   Correction for PDF bookmarks
11 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
12 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
13 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
14
15 % that links to image floats jumps
16 % to the beginning of the float and 
17 % not to its caption
18 \usepackage[figure]{hypcap}
19
20 % the pages of the TOC is numbered roman
21 % and a PDF-bookmark for the TOC is added
22 \let\myTOC\tableofcontents
23 \renewcommand\tableofcontents{%
24   \frontmatter
25   \pdfbookmark[1]{\contentsname}{}
26   \myTOC
27   \mainmatter }
28
29 % provides caption formatting
30 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
31
32 % provides commands to set caption
33 % beside tables/images
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % enables calculation of values,
53 \usepackage{calc}
54
55 % increase the bottom float placement fraction
56 \renewcommand{\bottomfraction}{0.5}
57
58 % avoids that floats are placed before their
59 % corresponding section starts
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % speed up the longtable calculation
63 \setcounter{LTchunksize}{100}
64
65 % used for colored tables
66 \@ifundefined{textcolor}
67  {\usepackage{color}}{}
68 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
69 \definecolor{lightgrey}{gray}{0.8}
70
71 % check for package colortbl
72 % used for colored table cells
73 \newboolean{colortbl}
74 \IfFileExists{colortbl.sty}
75  {\usepackage{colortbl}
76   \setboolean{colortbl}{true}}
77  {\setboolean{colortbl}{false}}
78
79 % used to have extra space in table cells
80 \@ifundefined{extrarowheight}
81  {\usepackage{array}}{}
82 \setlength{\extrarowheight}{2pt}
83
84 % used for customized tables
85 % ---
86 \newcolumntype{M}[1]
87  {>{\centering\hspace{0pt}}m{#1}}
88
89 \newcolumntype{S}[2]
90  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
91
92 \newcolumntype{K}[1]
93  {>{\columncolor{#1}\hspace{0pt}}c}
94
95 \newcolumntype{V}{!{\vrule width 1.5pt}}
96
97 \newcolumntype{W}{!{\color{green}\vline}}
98 % ---
99
100 % insert additional vertical space of
101 % 1.5 mm between footnotes
102 \let\myFoot\footnote
103 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
104
105 % number algorithm floats within chapters
106 \numberwithin{algorithm}{chapter}
107
108
109 % ------------------------------------
110 % used to check for needed LaTeX packages
111 \usepackage{ifthen}
112
113 % check for package arydshln
114 % used for tables with dashed lines
115 \newboolean{arydshln}
116 \IfFileExists{arydshln.sty}
117  {\usepackage{arydshln}
118   \setboolean{arydshln}{true}}
119  {\setboolean{arydshln}{false}}
120
121 % check for package marginnote
122 % used for margin notes
123 \newboolean{marginnote}
124 \IfFileExists{marginnote.sty}
125  {\usepackage{marginnote}
126   \let\marginpar\marginnote
127   \setboolean{marginnote}{true}}
128  {\setboolean{marginnote}{false}}
129
130 % check for package sidecap
131 % used for captions on the side
132 \newboolean{sidecap}
133 \IfFileExists{sidecap.sty}
134  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
135   \setboolean{sidecap}{true}}
136  {\setboolean{sidecap}{false}}
137 % set sidecap to false in all cases for Japanese manual. 
138 % It breaks compliation and gives the following error: 
139 % ! LaTeX Error: Environment SCfigure undefined. 
140 \setboolean{sidecap}{false} 
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{false}}
163
164 \usepackage{t1enc}
165 \renewcommand{\seename}{→}
166
167 \usepackage{subfig}
168 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
169 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
170 \end_preamble
171 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
172 \use_default_options false
173 \begin_modules
174 initials
175 graphicboxes
176 \end_modules
177 \maintain_unincluded_children false
178 \begin_local_layout
179 InsetLayout             Flex:Ruby
180 LyxType         charstyle
181 LatexType               command
182 LatexName               ruby
183 BgColor         none
184 LabelString             "ルビ"
185 Decoration              Conglomerate
186 Argument post:1
187 LabelString     "ルビ文"
188 MenuString      "ルビ文(S)|S"
189 Decoration      Conglomerate
190 Font
191 Size            tiny
192 EndFont
193 LabelFont
194 Size            tiny
195 EndFont
196 Mandatory       1
197 EndArgument
198 Preamble
199 \IfFileExists{okumacro.sty}
200 {\usepackage{okumacro}}
201 {\newcommand{\ruby}[2]{#2}}
202 EndPreamble
203 End
204 \end_local_layout
205 \language japanese
206 \language_package default
207 \inputencoding auto
208 \fontencoding global
209 \font_roman "default" "default"
210 \font_sans "default" "default"
211 \font_typewriter "default" "default"
212 \font_math "auto" "auto"
213 \font_default_family default
214 \use_non_tex_fonts false
215 \font_sc false
216 \font_osf false
217 \font_sf_scale 100 100
218 \font_tt_scale 100 100
219 \use_microtype false
220 \use_dash_ligatures false
221 \graphics default
222 \default_output_format default
223 \output_sync 0
224 \bibtex_command default
225 \index_command default
226 \paperfontsize 12
227 \spacing single
228 \use_hyperref true
229 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
230 \pdf_author "LyX Team, Uwe Stohr"
231 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
232 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
233 \pdf_bookmarks false
234 \pdf_bookmarksnumbered true
235 \pdf_bookmarksopen true
236 \pdf_bookmarksopenlevel 1
237 \pdf_breaklinks false
238 \pdf_pdfborder false
239 \pdf_colorlinks true
240 \pdf_backref false
241 \pdf_pdfusetitle false
242 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
243 \papersize default
244 \use_geometry false
245 \use_package amsmath 1
246 \use_package amssymb 1
247 \use_package cancel 1
248 \use_package esint 1
249 \use_package mathdots 1
250 \use_package mathtools 1
251 \use_package mhchem 1
252 \use_package stackrel 1
253 \use_package stmaryrd 1
254 \use_package undertilde 1
255 \cite_engine basic
256 \cite_engine_type default
257 \biblio_style plain
258 \use_bibtopic false
259 \use_indices false
260 \paperorientation portrait
261 \suppress_date false
262 \justification true
263 \use_refstyle 0
264 \use_minted 0
265 \notefontcolor #0000ff
266 \index 索引
267 \shortcut idx
268 \color #008000
269 \end_index
270 \leftmargin 2.5cm
271 \topmargin 2.5cm
272 \rightmargin 2.5cm
273 \bottommargin 3cm
274 \secnumdepth 3
275 \tocdepth 3
276 \paragraph_separation skip
277 \defskip medskip
278 \is_math_indent 0
279 \math_numbering_side default
280 \quotes_style english
281 \dynamic_quotes 0
282 \papercolumns 1
283 \papersides 2
284 \paperpagestyle default
285 \bullet 1 1 34 -1
286 \bullet 2 2 35 -1
287 \bullet 3 2 7 -1
288 \tracking_changes false
289 \output_changes false
290 \html_math_output 0
291 \html_css_as_file 0
292 \html_be_strict false
293 \end_header
294
295 \begin_body
296
297 \begin_layout Title
298 \SpecialChar LyX
299 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
300 \end_layout
301
302 \begin_layout Author
303 \SpecialChar LyX
304 プロジェクトチーム
305 \begin_inset Foot
306 status collapsed
307
308 \begin_layout Plain Layout
309 \noindent
310 コメントや間違いの指摘がありましたら,\SpecialChar LyX
311 文書化メーリングリスト 
312 \begin_inset CommandInset href
313 LatexCommand href
314 name "lyx-docs@lists.lyx.org"
315 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
316 type "mailto:"
317 literal "false"
318
319 \end_inset
320
321  までお送り下さい.
322 \end_layout
323
324 \end_inset
325
326
327 \begin_inset Note Note
328 status collapsed
329
330 \begin_layout Plain Layout
331 著者:Uwe Stöhr
332 \end_layout
333
334 \end_inset
335
336
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \begin_inset Newline newline
342 \end_inset
343
344
345 \family sans
346 第2.3.x版
347 \end_layout
348
349 \begin_layout Standard
350 \begin_inset CommandInset toc
351 LatexCommand tableofcontents
352
353 \end_inset
354
355
356 \end_layout
357
358 \begin_layout Standard
359 \begin_inset Note Note
360 status open
361
362 \begin_layout Plain Layout
363 本文書の全体をPDFやPS,DVIに書き出すには,
364 \series bold
365 arydshln
366 \series default
367
368 \series bold
369 colortbl
370 \series default
371
372 \series bold
373 diagbox
374 \series default
375
376 \series bold
377 lettrine
378 \series default
379
380 \series bold
381 marginnote
382 \series default
383
384 \series bold
385 picinpar
386 \series default
387
388 \series bold
389 sidecap
390 \series default
391 の各\SpecialChar LaTeX
392 パッケージが導入されている必要があります.これらが導入されていなくても,文書を書き出すことはできますが,これらのパッケージが必要な節は出力には表示されません
393
394 \end_layout
395
396 \begin_layout Plain Layout
397 本文書の最新PDF版は
398 \begin_inset Newline newline
399 \end_inset
400
401
402 \series bold
403 http://wiki.lyx.org/\SpecialChar LyX
404 /Manuals#EmbeddedObjects
405 \series default
406
407 \begin_inset Newline newline
408 \end_inset
409
410 にあります.
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Chapter
419
420 \begin_inset Index idx
421 status collapsed
422
423 \begin_layout Plain Layout
424 ず@図
425 \end_layout
426
427 \end_inset
428
429
430 \begin_inset Index idx
431 status collapsed
432
433 \begin_layout Plain Layout
434 がぞう@画像
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440 |see{
441 \end_layout
442
443 \end_inset
444
445
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451 }
452 \end_layout
453
454 \end_inset
455
456
457 \end_layout
458
459 \end_inset
460
461
462 \end_layout
463
464 \begin_layout Section
465 画像ダイアログ
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 ず@図 ! がぞうだいあろぐ@画像ダイアログ
471 \end_layout
472
473 \end_inset
474
475
476 \begin_inset CommandInset label
477 LatexCommand label
478 name "sec:画像ダイアログ"
479
480 \end_inset
481
482
483 \end_layout
484
485 \begin_layout Standard
486 画像を文書に挿入するには,文中の挿入箇所にカーソルを置いて,ツールバーアイコン
487 \family sans
488
489 \begin_inset Info
490 type  "icon"
491 arg   "dialog-show-new-inset graphics"
492 \end_inset
493
494
495 \family default
496 をクリックするか,
497 \family sans
498 挿入\SpecialChar menuseparator
499 画像
500 \family default
501 メニューを使用して下さい.すると,ダイアログが現れるので,読み込むファイルを選択して下さい.出力中での画像は,本文中の挿入位置に正確に出力されます.
502 \end_layout
503
504 \begin_layout Standard
505 画像ダイアログは,画像をクリックすることによって,いつでも呼び出すことができます.このダイアログには,以下の三つのタブがあります.
506 \end_layout
507
508 \begin_layout Description
509
510 \family sans
511 画像
512 \family default
513  ここでは,画像ファイルを選択し,その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
514 \begin_inset CommandInset ref
515 LatexCommand ref
516 reference "cha:LyXで使用できる単位"
517
518 \end_inset
519
520 に説明があります.
521 \begin_inset Newline newline
522 \end_inset
523
524
525 \begin_inset Index idx
526 status collapsed
527
528 \begin_layout Plain Layout
529 ず@図 ! のかいてん@—の回転
530 \end_layout
531
532 \end_inset
533
534 回転角と回転原点を指定することによって,反時計廻り方向へ画像を回転することができます.画像は,\SpecialChar LyX
535 内でも回転して表示されます.
536 \begin_inset Newline newline
537 \end_inset
538
539
540 \begin_inset Index idx
541 status collapsed
542
543 \begin_layout Plain Layout
544 ず@図 ! のしんしゅく@—の伸縮
545 \end_layout
546
547 \end_inset
548
549 画像は,パーセント値を指定するか,幅と高さを明示的に設定することによって,伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,残りの寸法は自
550 動的に決定されます.両方とも指定した場合には,指定した寸法に画像が変換されますので,変形してしまう可能性があります.画像が変形するのを防ぐには,
551 \family sans
552 縦横比を維持する
553 \family default
554 オプションを指定して下さい.すると画像は,幅と高さが指定した寸法を越えないように伸縮されます.
555 \begin_inset Newline newline
556 \end_inset
557
558 画像を右クリックすると現れるコンテクストメニューで
559 \family sans
560 外部で編集
561 \family default
562 という項目を選ぶことによって,画像を指定したプログラムで開くことができます.このプログラムは,\SpecialChar LyX
563 設定のファイル書式設定で,各画像書式ごとに設定することができます.
564 \end_layout
565
566 \begin_layout Description
567
568 \family sans
569 切り抜き
570 \family default
571  伸縮単位を使用する代わりに,出力における画像の縦横の長さを調整するのに,画像座標の設定をすることができます.座標は,
572 \family sans
573 ファイルから取得
574 \family default
575 ボタンを押すことによって,自動的に計算することもできます.
576 \family sans
577 境界枠で切り抜く
578 \family default
579 オプションは,指定された座標内の画像領域のみ印字します.通常は,画像座標を気にする必要はないので,このタブは無視して構いません.
580 \end_layout
581
582 \begin_layout Description
583
584 \family sans
585 \SpecialChar LaTeX
586 と\SpecialChar LyX
587 のオプション
588 \family default
589  このタブでは,\SpecialChar LyX
590 内での画像表示法を調整できる他,\SpecialChar LaTeX
591 のエキスパート向けに\SpecialChar LaTeX
592 オプションを追加することができるようになっています.
593 \family sans
594
595 \begin_inset Newline newline
596 \end_inset
597
598 下書きモード
599 \family default
600 オプションを指定すると,画像は出力には現れず,画像と同じ大きさの枠だけが表示されます.
601 \family sans
602
603 \begin_inset Newline newline
604 \end_inset
605
606 画像グループ
607 \family default
608 のセクションでは,画像設定グループを定義したり,既存のものに所属させたりすることができます.
609 \begin_inset Index idx
610 status collapsed
611
612 \begin_layout Plain Layout
613 ず@図 ! せっていぐるーぷ@設定グループ
614 \end_layout
615
616 \end_inset
617
618 これらのグループ内の画像は,共通した設定を持つので,グループ内の一つの画像の設定をいじると,自動的にグループ内の全ての画像の設定が同じように変更されます.したが
619 って,たとえば,たくさんの画像の寸法を変更したいときにも,一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,画像のコンテクストメニュー
620 を使用して,望むグループ名をチェックすることで行うこともできます.
621 \end_layout
622
623 \begin_layout Standard
624 \begin_inset VSpace bigskip
625 \end_inset
626
627
628 \end_layout
629
630 \begin_layout Standard
631 下記はPDF書式
632 \begin_inset Foot
633 status collapsed
634
635 \begin_layout Plain Layout
636 画像書式は,第
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:画像形式"
640
641 \end_inset
642
643 節に説明されています.
644 \end_layout
645
646 \end_inset
647
648 の画像の例で,単独の中央揃えの段落に置いてあります.
649 \end_layout
650
651 \begin_layout Standard
652 \align center
653 \begin_inset Graphics
654         filename /clipart/2D-intensity-plot.pdf
655         scaleBeforeRotation
656         rotateOrigin center
657
658 \end_inset
659
660
661 \end_layout
662
663 \begin_layout Standard
664 下記は上と同じ画像ですが,下書きモードのものです.
665 \end_layout
666
667 \begin_layout Standard
668 \align center
669 \begin_inset Graphics
670         filename /clipart/2D-intensity-plot.pdf
671         draft
672         scaleBeforeRotation
673         rotateOrigin center
674
675 \end_inset
676
677
678 \end_layout
679
680 \begin_layout Standard
681 \begin_inset Newpage newpage
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Section
688 図フロート
689 \begin_inset CommandInset label
690 LatexCommand label
691 name "sec:図フロート"
692
693 \end_inset
694
695
696 \begin_inset Index idx
697 status collapsed
698
699 \begin_layout Plain Layout
700 ふろーと@フロート ! ず@図
701 \end_layout
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 ず@図 ! ふろーと@フロート
711 \end_layout
712
713 \end_inset
714
715
716 \end_layout
717
718 \begin_layout Standard
719 フロートについての一般的な説明は,第
720 \begin_inset CommandInset ref
721 LatexCommand ref
722 reference "sec:フロートはじめに"
723
724 \end_inset
725
726 節をご覧下さい.
727 \end_layout
728
729 \begin_layout Standard
730 ツールバーボタンの
731 \family sans
732
733 \begin_inset Info
734 type  "icon"
735 arg   "float-insert figure"
736 \end_inset
737
738
739 \family default
740
741 \family sans
742 挿入\SpecialChar menuseparator
743 フロート\SpecialChar menuseparator
744
745 \family default
746 メニューを用いると,「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,図
747 \begin_inset CommandInset ref
748 LatexCommand ref
749 reference "fig:星形"
750
751 \end_inset
752
753 のようにキャプションの上に置くこともできますし,図
754 \begin_inset CommandInset ref
755 LatexCommand ref
756 reference "fig:3Dオブジェクト"
757
758 \end_inset
759
760 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,第
761 \begin_inset CommandInset ref
762 LatexCommand ref
763 reference "sec:キャプションの配置"
764
765 \end_inset
766
767 節に述べられています.
768 \end_layout
769
770 \begin_layout Standard
771 \begin_inset Float figure
772 wide false
773 sideways false
774 status open
775
776 \begin_layout Plain Layout
777 \align center
778 \begin_inset Graphics
779         filename /clipart/Star-structure.pdf
780         width 50col%
781         scaleBeforeRotation
782         rotateOrigin center
783
784 \end_inset
785
786
787 \end_layout
788
789 \begin_layout Plain Layout
790 \begin_inset Caption Standard
791
792 \begin_layout Plain Layout
793 \begin_inset CommandInset label
794 LatexCommand label
795 name "fig:星形"
796
797 \end_inset
798
799 フロート中の星形
800 \end_layout
801
802 \end_inset
803
804
805 \end_layout
806
807 \end_inset
808
809
810 \end_layout
811
812 \begin_layout Standard
813 \begin_inset Float figure
814 wide false
815 sideways false
816 status open
817
818 \begin_layout Plain Layout
819 \begin_inset Caption Standard
820
821 \begin_layout Plain Layout
822 \begin_inset CommandInset label
823 LatexCommand label
824 name "fig:3Dオブジェクト"
825
826 \end_inset
827
828 3Dオブジェクト
829 \end_layout
830
831 \end_inset
832
833
834 \end_layout
835
836 \begin_layout Plain Layout
837 \align center
838 \begin_inset Graphics
839         filename /clipart/3D-structure-distort.pdf
840         scale 80
841         scaleBeforeRotation
842         rotateOrigin center
843
844 \end_inset
845
846
847 \end_layout
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Index idx
856 status collapsed
857
858 \begin_layout Plain Layout
859 さんしょう@参照 ! ずへの@図への —
860 \end_layout
861
862 \end_inset
863
864
865 \begin_inset CommandInset ref
866 LatexCommand ref
867 reference "fig:星形"
868
869 \end_inset
870
871 図と第
872 \begin_inset CommandInset ref
873 LatexCommand ref
874 reference "fig:3Dオブジェクト"
875
876 \end_inset
877
878 図は,参照された図の例です.図は,本文中でラベルを参照することによって参照できます.これをするには,まず,
879 \family sans
880 挿入\SpecialChar menuseparator
881 ラベル
882 \family default
883 メニューかツールバーボタン
884 \family sans
885
886 \begin_inset Info
887 type  "icon"
888 arg   "label-insert"
889 \end_inset
890
891
892 \family default
893 を使用して,キャプションにラベルを挿入してください.その後,
894 \family sans
895 挿入\SpecialChar menuseparator
896 相互参照
897 \family default
898 メニューかツールバーボタン
899 \family sans
900
901 \begin_inset Info
902 type  "icon"
903 arg   "dialog-show-new-inset ref"
904 \end_inset
905
906
907 \family default
908 を使用して,ラベルを参照することができます.\SpecialChar LaTeX
909 は仕上文書でのフロートの位置を調整するので,「上図」のような曖昧な参照のしかたをするのではなく,フロートを直接参照す
910 ることが重要です.仕上文書では,「上図」ではないことが,大いにありうるからです.
911 \begin_inset Newline newline
912 \end_inset
913
914 参照は,第
915 \begin_inset CommandInset ref
916 LatexCommand ref
917 reference "sec:フロートの参照"
918
919 \end_inset
920
921 節で詳細に説明されています.
922 \end_layout
923
924 \begin_layout Standard
925 通常,図フロートには一つの画像だけを挿入しますが,場合によっては,二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,既存の
926 図フロートの中に図フロートを入れ込むことによって,実現することができます.ただし,図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
927 \begin_inset CommandInset ref
928 LatexCommand ref
929 reference "fig:歪められた二つの像"
930
931 \end_inset
932
933 は,二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
934 \begin_inset CommandInset ref
935 LatexCommand ref
936 reference "fig:Pink-object"
937
938 \end_inset
939
940 と図
941 \begin_inset CommandInset ref
942 LatexCommand ref
943 reference "fig:A-star"
944
945 \end_inset
946
947 が内部図になります.
948 \end_layout
949
950 \begin_layout Standard
951 \begin_inset Float figure
952 wide false
953 sideways false
954 status open
955
956 \begin_layout Plain Layout
957 \begin_inset space \hfill{}
958 \end_inset
959
960
961 \begin_inset Float figure
962 wide false
963 sideways false
964 status open
965
966 \begin_layout Plain Layout
967 \begin_inset Caption Standard
968
969 \begin_layout Plain Layout
970 \begin_inset CommandInset label
971 LatexCommand label
972 name "fig:Pink-object"
973
974 \end_inset
975
976 ももいろオブジェクト
977 \end_layout
978
979 \end_inset
980
981
982 \end_layout
983
984 \begin_layout Plain Layout
985 \begin_inset Graphics
986         filename /clipart/3D-structure-distort.pdf
987         width 45col%
988         scaleBeforeRotation
989         groupId distorted
990
991 \end_inset
992
993
994 \end_layout
995
996 \end_inset
997
998
999 \begin_inset space \hfill{}
1000 \end_inset
1001
1002
1003 \begin_inset Float figure
1004 wide false
1005 sideways false
1006 status collapsed
1007
1008 \begin_layout Plain Layout
1009 \begin_inset Caption Standard
1010
1011 \begin_layout Plain Layout
1012 \begin_inset CommandInset label
1013 LatexCommand label
1014 name "fig:A-star"
1015
1016 \end_inset
1017
1018 ほし
1019 \end_layout
1020
1021 \end_inset
1022
1023
1024 \end_layout
1025
1026 \begin_layout Plain Layout
1027 \begin_inset Graphics
1028         filename /clipart/Star-structure.pdf
1029         width 45col%
1030         scaleBeforeRotation
1031         groupId distorted
1032
1033 \end_inset
1034
1035
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \begin_inset space \hfill{}
1042 \end_inset
1043
1044
1045 \end_layout
1046
1047 \begin_layout Plain Layout
1048 \begin_inset Caption Standard
1049
1050 \begin_layout Plain Layout
1051 \begin_inset CommandInset label
1052 LatexCommand label
1053 name "fig:歪められた二つの像"
1054
1055 \end_inset
1056
1057 二つの像.両画像とも「distorted」画像設定グループに属しています.
1058 \end_layout
1059
1060 \end_inset
1061
1062
1063 \end_layout
1064
1065 \end_inset
1066
1067
1068 \end_layout
1069
1070 \begin_layout Standard
1071 \begin_inset Newpage newpage
1072 \end_inset
1073
1074
1075 \end_layout
1076
1077 \begin_layout Section
1078 画像形式
1079 \begin_inset CommandInset label
1080 LatexCommand label
1081 name "sec:画像形式"
1082
1083 \end_inset
1084
1085
1086 \begin_inset Index idx
1087 status collapsed
1088
1089 \begin_layout Plain Layout
1090 がぞうけいしき@画像形式
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \begin_inset Index idx
1097 status collapsed
1098
1099 \begin_layout Plain Layout
1100 ず@図 ! がぞうけいしき@画像形式
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Standard
1109 画像は,既知のファイル形式であれば,どのような形式でも挿入することができます.しかし,付録
1110 \begin_inset CommandInset ref
1111 LatexCommand ref
1112 reference "cha:ファイル出力形式"
1113
1114 \end_inset
1115
1116 で説明されているように,出力に関しては,どの出力文書形式も,いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1117 は,画像を正しい形式に変換するのに,バックグラウンド
1118
1119 \family typewriter
1120 ImageMagick
1121 \family default
1122 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,出力ファイル形式に直接埋め込める画像形式のみを使
1123 用するとよいでしょう.出力ファイル形式は,付録
1124 \begin_inset CommandInset ref
1125 LatexCommand ref
1126 reference "cha:ファイル出力形式"
1127
1128 \end_inset
1129
1130 に説明されています.
1131 \end_layout
1132
1133 \begin_layout Standard
1134 フォントと同じく,画像形式にも以下の二つの型があります.
1135 \end_layout
1136
1137 \begin_layout Description
1138 ビットマップ画像 は,ピクセル値を(時により圧縮された形で)保持しています.したがって,この画像形式は完全に伸縮可能ではなく,拡大するとピクセルが目立つようにな
1139 ります.よく知られたビットマップ画像形式には,「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1140 \family typewriter
1141 .gif
1142 \family default
1143 」)
1144 \begin_inset Index idx
1145 status collapsed
1146
1147 \begin_layout Plain Layout
1148 GIF
1149 \begin_inset ERT
1150 status collapsed
1151
1152 \begin_layout Plain Layout
1153
1154 |see{
1155 \end_layout
1156
1157 \end_inset
1158
1159 画像書式
1160 \begin_inset ERT
1161 status collapsed
1162
1163 \begin_layout Plain Layout
1164
1165 }
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \end_inset
1174
1175 ,「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1176 \family typewriter
1177 .png
1178 \family default
1179 」)
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 PNG
1185 \begin_inset ERT
1186 status collapsed
1187
1188 \begin_layout Plain Layout
1189
1190 |see{
1191 \end_layout
1192
1193 \end_inset
1194
1195 画像書式
1196 \begin_inset ERT
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200
1201 }
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210
1211 ,「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1212 \family typewriter
1213 .jpg
1214 \family default
1215 」または「
1216 \family typewriter
1217 .jpeg
1218 \family default
1219 」)
1220 \begin_inset Index idx
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224 JPG
1225 \begin_inset ERT
1226 status collapsed
1227
1228 \begin_layout Plain Layout
1229
1230 |see{
1231 \end_layout
1232
1233 \end_inset
1234
1235 画像書式
1236 \begin_inset ERT
1237 status collapsed
1238
1239 \begin_layout Plain Layout
1240
1241 }
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \end_inset
1250
1251 などがあります.
1252 \end_layout
1253
1254 \begin_layout Description
1255 ベクトル画像 はベクトル値を保持しているので,データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,ビデオプロジェクタがかならず伸縮操作を
1256 行うことになるので,プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,伸縮性は,オンライン文書でユーザーが図の拡大ができるようにするの
1257 に便利です.
1258 \begin_inset Newline newline
1259 \end_inset
1260
1261 よく知られた伸縮可能画像形式には,「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1262 \family typewriter
1263 .svg
1264 \family default
1265 」)
1266 \begin_inset Index idx
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270 SVG
1271 \begin_inset ERT
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275
1276 |see{
1277 \end_layout
1278
1279 \end_inset
1280
1281 画像書式
1282 \begin_inset ERT
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286
1287 }
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \end_layout
1294
1295 \end_inset
1296
1297 ,「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1298 \family typewriter
1299 .eps
1300 \family default
1301 」)
1302 \begin_inset Index idx
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306 EPS
1307 \begin_inset ERT
1308 status collapsed
1309
1310 \begin_layout Plain Layout
1311
1312 |see{
1313 \end_layout
1314
1315 \end_inset
1316
1317 画像書式
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 }
1324 \end_layout
1325
1326 \end_inset
1327
1328
1329 \end_layout
1330
1331 \end_inset
1332
1333 ,「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1334 \family typewriter
1335 .pdf
1336 \family default
1337 」)
1338 \begin_inset Index idx
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342 PDF
1343 \end_layout
1344
1345 \end_inset
1346
1347 ,「Windowsメタファイル」(WMF・ファイル拡張子は「
1348 \family typewriter
1349 .wmf
1350 \family default
1351 」)
1352 \begin_inset Index idx
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356 SVG
1357 \begin_inset ERT
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361
1362 |see{
1363 \end_layout
1364
1365 \end_inset
1366
1367 画像書式
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 }
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \end_inset
1382
1383 がありえます.「ありえます」と言ったのは,ビットマップ画像はいつでもPDFやEPSに変換することができますが,変換後も依然としてビットマップ画像のままだからです
1384 .このような場合には,画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1385 \begin_inset Foot
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 PDFの場合には,さらに元画像が圧縮されます.
1390 \end_layout
1391
1392 \end_inset
1393
1394 .たとえば,
1395 \family typewriter
1396 Adobe Photoshop
1397 \family default
1398 が生成するPDFファイルは,ビットマップ画像です.
1399 \end_layout
1400
1401 \begin_layout Standard
1402 通常,ビットマップ画像を伸縮可能画像には変換できず,その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,それぞれPDF
1403 画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1404 \begin_inset Formula $\to$
1405 \end_inset
1406
1407 PDF/EPS変換子がないので,SVGおよびWMF画像は,出力ファイルが生成される際にビットマップに計算し直されます.
1408 \end_layout
1409
1410 \begin_layout Chapter
1411
1412 \begin_inset Index idx
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 ひょう@表
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \end_layout
1423
1424 \begin_layout Section
1425 はじめに
1426 \begin_inset Index idx
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 ひょう@表 ! はじめに
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \begin_layout Standard
1439
1440 \family roman
1441 \series medium
1442 \shape up
1443 \size normal
1444 \emph off
1445 \bar no
1446 \noun off
1447 \color none
1448 表を挿入するには,ツールバーボタ
1449 \family default
1450 \series default
1451 \shape default
1452 \size default
1453 \emph default
1454 \bar default
1455 \noun default
1456 \color inherit
1457
1458 \begin_inset Info
1459 type  "icon"
1460 arg   "tabular-insert"
1461 \end_inset
1462
1463
1464 \family roman
1465 \series medium
1466 \shape up
1467 \size normal
1468 \emph off
1469 \bar no
1470 \noun off
1471 \color none
1472
1473 \family sans
1474 \series default
1475 \shape default
1476 \size default
1477 \emph default
1478 \bar default
1479 \noun default
1480 \color inherit
1481 挿入\SpecialChar menuseparator
1482
1483 \family default
1484 メニューを選択します.ツールバーボタンを押すと,グラフィカルな選択ができます.マウスを動かして,生成する表の行数・列数を設定し,マウスボタンを押して下さい.表を
1485 作るのにメニューを使う場合は,ダイアログが現れ,行数と列数を訊いてきます.
1486 \begin_inset Newline newline
1487 \end_inset
1488
1489 既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
1490 のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1491 \end_layout
1492
1493 \begin_layout Standard
1494 \align center
1495 \begin_inset Tabular
1496 <lyxtabular version="3" rows="4" columns="4">
1497 <features tabularvalignment="middle">
1498 <column alignment="center" valignment="top">
1499 <column alignment="center" valignment="top">
1500 <column alignment="center" valignment="top">
1501 <column alignment="center" valignment="top">
1502 <row>
1503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1504 \begin_inset Text
1505
1506 \begin_layout Plain Layout
1507
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516 1
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525 2
1526 \end_layout
1527
1528 \end_inset
1529 </cell>
1530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534 3
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 </row>
1540 <row>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1560 \begin_inset Text
1561
1562 \begin_layout Plain Layout
1563
1564 \end_layout
1565
1566 \end_inset
1567 </cell>
1568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 </row>
1654 </lyxtabular>
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Section
1662 表ダイアログ
1663 \begin_inset Index idx
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 ひょう@表 ! だいあろぐ@ダイアログ
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \end_layout
1674
1675 \begin_layout Standard
1676
1677 \family roman
1678 \series medium
1679 \shape up
1680 \size normal
1681 \emph off
1682 \bar no
1683 \noun off
1684 \color none
1685 表を右クリックすると,文脈依存メニューが表示されて,表を変更することができます.メニュー項目
1686 \family sans
1687 \series default
1688 \shape default
1689 \size default
1690 \emph default
1691 \bar default
1692 \noun default
1693 \color inherit
1694 詳細
1695 \family roman
1696 \series medium
1697 \shape up
1698 \size normal
1699 \emph off
1700 \bar no
1701 \noun off
1702 \color none
1703 以下では,現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1704 \family sans
1705 \series default
1706 \shape default
1707 \size default
1708 \emph default
1709 \bar default
1710 \noun default
1711 \color inherit
1712 詳細\SpecialChar menuseparator
1713 設定
1714 \family roman
1715 \series medium
1716 \shape up
1717 \size normal
1718 \emph off
1719 \bar no
1720 \noun off
1721 \color none
1722 を選ぶと,ダイアログボックスが開いて,更に詳細な設定を行うことができます.また,ダイアログオプションのほとんどは,選択範囲に対しても動作します.つまり,複数のセ
1723 ルや行・列を選択していれば,操作は選択範囲の全てに対して行われます.
1724 \family default
1725 \series default
1726 \shape default
1727 \size default
1728 \emph default
1729 \bar default
1730 \noun default
1731 \color inherit
1732 セルの
1733 \emph on
1734 内容
1735 \emph default
1736 を選択するのと,セル自体を選択するのは異なることに注意して下さい.
1737 \begin_inset Newline newline
1738 \end_inset
1739
1740 ダイアログオプションの
1741 \family sans
1742 直ちに適用
1743 \family default
1744 を使用すると,ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,ダイアログも新しいセルのパラメーターに更新されます.ダイ
1745 アログ中の長さの値を変更した場合には,リターンを押さないと変更が適用されません.
1746 \begin_inset Newline newline
1747 \end_inset
1748
1749 表ダイアログの以下の各タブを使用して,表に変更を加えることができます.
1750 \end_layout
1751
1752 \begin_layout Description
1753 表の設定 ここでは,現在列の幅と水平揃えを設定することができます.
1754 \family sans
1755 小数点で
1756 \family default
1757 とある揃えは,第
1758 \begin_inset CommandInset ref
1759 LatexCommand ref
1760 reference "subsec:特殊なセル揃え"
1761
1762 \end_inset
1763
1764 で説明されています.幅を設定した場合には,現在行の垂直揃えも調整することができます.列幅を与えると,改行や多段落の文章をセルに入れることができます.これに関して
1765 は,第
1766 \begin_inset CommandInset ref
1767 LatexCommand ref
1768 reference "subsec:複数行"
1769
1770 \end_inset
1771
1772 節をご参照下さい.列幅を設定しない場合には,列幅は,もっとも幅の広いセル内容の幅になります.
1773 \begin_inset Newline newline
1774 \end_inset
1775
1776 さらに,同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,第
1777 \begin_inset CommandInset ref
1778 LatexCommand ref
1779 reference "subsec:連結列"
1780
1781 \end_inset
1782
1783 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,第
1784 \begin_inset CommandInset ref
1785 LatexCommand ref
1786 reference "subsec:連結行"
1787
1788 \end_inset
1789
1790 節をご参照ください.
1791 \begin_inset Newline newline
1792 \end_inset
1793
1794 回転関連のチェックボックスは,現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,\SpecialChar LyX
1795 内部では反映されず,出力にのみ現れます.詳細については,
1796
1797 \begin_inset CommandInset ref
1798 LatexCommand ref
1799 reference "sec:表セルの回転"
1800
1801 \end_inset
1802
1803 節をご覧下さい.
1804 \begin_inset Newline newline
1805 \end_inset
1806
1807
1808 \begin_inset Note Greyedout
1809 status open
1810
1811 \begin_layout Plain Layout
1812
1813 \series bold
1814 【註】
1815 \series default
1816 DVIビューアのすべてが回転を表示できるわけではありません.
1817 \end_layout
1818
1819 \end_inset
1820
1821
1822 \begin_inset Newline newline
1823 \end_inset
1824
1825 下記は,本文行中の表に,表全体の垂直揃えを適用したものです.
1826 \begin_inset Newline newline
1827 \end_inset
1828
1829 各種の揃えを適用した同一行中の表:
1830 \begin_inset Tabular
1831 <lyxtabular version="3" rows="2" columns="2">
1832 <features tabularvalignment="top">
1833 <column alignment="center" valignment="top" width="0pt">
1834 <column alignment="center" valignment="top">
1835 <row>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849 1
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860 A
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 </row>
1875 </lyxtabular>
1876
1877 \end_inset
1878
1879  
1880 \begin_inset Tabular
1881 <lyxtabular version="3" rows="2" columns="2">
1882 <features tabularvalignment="middle">
1883 <column alignment="center" valignment="top">
1884 <column alignment="center" valignment="top">
1885 <row>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899 1
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 </row>
1905 <row>
1906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 A
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 </row>
1925 </lyxtabular>
1926
1927 \end_inset
1928
1929  
1930 \begin_inset Tabular
1931 <lyxtabular version="3" rows="2" columns="2">
1932 <features tabularvalignment="bottom">
1933 <column alignment="center" valignment="top" width="0pt">
1934 <column alignment="center" valignment="top">
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949 1
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 <row>
1956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960 A
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Plain Layout
1969
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 </row>
1975 </lyxtabular>
1976
1977 \end_inset
1978
1979
1980 \begin_inset Newline newline
1981 \end_inset
1982
1983 また,特殊な表設定に必要な\SpecialChar LaTeX
1984 引数を入力することもできます.これに関しては,第
1985 \begin_inset CommandInset ref
1986 LatexCommand ref
1987 reference "subsec:連結列の計算"
1988
1989 \end_inset
1990
1991 節および第
1992 \begin_inset CommandInset ref
1993 LatexCommand ref
1994 reference "sec:色付きの表"
1995
1996 \end_inset
1997
1998 節をご参照下さい.
1999 \end_layout
2000
2001 \begin_layout Description
2002 罫線 このタブでは,現在列ないし現在行の罫線を引いたり消したりすることができます.
2003 \begin_inset Newline newline
2004 \end_inset
2005
2006 様式オプションとして
2007 \family sans
2008 フォーマル様式
2009 \family default
2010 を使用すると,第
2011 \begin_inset CommandInset ref
2012 LatexCommand ref
2013 reference "sec:フォーマル様式の表"
2014
2015 \end_inset
2016
2017 節に述べられているフォーマル様式の表に表を変換します.
2018 \begin_inset Newline newline
2019 \end_inset
2020
2021 またここで,第
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "subsec:行の余白取り"
2025
2026 \end_inset
2027
2028 節に述べられているように,表の行に空白を追加することもできます.
2029 \end_layout
2030
2031 \begin_layout Description
2032 多頁表 このタブは,複数のページにわたる,いわゆる「
2033 \emph on
2034 多頁表
2035 \emph default
2036 」を作るためのものです.第
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "sec:多頁表"
2040
2041 \end_inset
2042
2043 節および第
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "sec:多頁表にまつわる諸点"
2047
2048 \end_inset
2049
2050 節に,多頁表の機能に関する詳細な説明があります.
2051 \end_layout
2052
2053 \begin_layout Section
2054 表ツールバー
2055 \begin_inset Index idx
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 ひょう@表 ! つーるばー@ツールバー
2060 \end_layout
2061
2062 \end_inset
2063
2064
2065 \end_layout
2066
2067 \begin_layout Standard
2068 表ツールバーは,表ダイアログの代わりに,表をすばやく変更できるようにするためのものです.通常,カーソルが表の内部にあるときに,\SpecialChar LyX
2069 のメインウィンドウの底部に表示され
2070 ます.ご希望であれば,\SpecialChar LyX
2071 のメインメニューバーを右クリックすることによって,つねに表示されるように切り替えることもできます.
2072 \end_layout
2073
2074 \begin_layout Standard
2075 ツールバーには,以下のアイコンがあります.
2076 \end_layout
2077
2078 \begin_layout Labeling
2079 \labelwidthstring 00.00.0000
2080
2081 \family sans
2082 \begin_inset Info
2083 type  "icon"
2084 arg   "tabular-feature append-row"
2085 \end_inset
2086
2087
2088 \family default
2089  は,現在セルあるいは選択範囲の下に行を追加します.
2090 \end_layout
2091
2092 \begin_layout Labeling
2093 \labelwidthstring 00.00.0000
2094
2095 \family sans
2096 \begin_inset Info
2097 type  "icon"
2098 arg   "tabular-feature append-column"
2099 \end_inset
2100
2101
2102 \family default
2103  は,現在セルあるいは選択範囲の右に列を追加します.
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108
2109 \family sans
2110 \begin_inset Info
2111 type  "icon"
2112 arg   "tabular-feature delete-row"
2113 \end_inset
2114
2115
2116 \family default
2117  は,現在行あるいは選択範囲行を削除します.
2118 \end_layout
2119
2120 \begin_layout Labeling
2121 \labelwidthstring 00.00.0000
2122
2123 \family sans
2124 \begin_inset Info
2125 type  "icon"
2126 arg   "tabular-feature delete-column"
2127 \end_inset
2128
2129
2130 \family default
2131  は,現在列あるいは選択範囲列を削除します.
2132 \end_layout
2133
2134 \begin_layout Labeling
2135 \labelwidthstring 00.00.0000
2136 \begin_inset Info
2137 type  "icon"
2138 arg   "tabular-feature move-row-up"
2139 \end_inset
2140
2141  は,行を上に移動します.
2142 \end_layout
2143
2144 \begin_layout Labeling
2145 \labelwidthstring 00.00.0000
2146 \begin_inset Info
2147 type  "icon"
2148 arg   "tabular-feature move-column-left"
2149 \end_inset
2150
2151  は,列を左に移動します.
2152 \end_layout
2153
2154 \begin_layout Labeling
2155 \labelwidthstring 00.00.0000
2156 \begin_inset Info
2157 type  "icon"
2158 arg   "tabular-feature move-row-down"
2159 \end_inset
2160
2161  は,行を下に移動します.
2162 \end_layout
2163
2164 \begin_layout Labeling
2165 \labelwidthstring 00.00.0000
2166 \begin_inset Info
2167 type  "icon"
2168 arg   "tabular-feature move-column-right"
2169 \end_inset
2170
2171  は,列を右に移動します.
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176
2177 \family sans
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "tabular-feature toggle-line-top"
2181 \end_inset
2182
2183
2184 \family default
2185  は,現在セルや現在行,あるいは選択範囲の上部に罫線を描画します.
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190
2191 \family sans
2192 \begin_inset Info
2193 type  "icon"
2194 arg   "tabular-feature toggle-line-bottom"
2195 \end_inset
2196
2197
2198 \family default
2199  は,現在セルや現在行,あるいは選択範囲の下部に罫線を描画します.
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204
2205 \family sans
2206 \begin_inset Info
2207 type  "icon"
2208 arg   "tabular-feature toggle-line-left"
2209 \end_inset
2210
2211
2212 \family default
2213  は,現在セルや現在行,あるいは選択範囲の左側に罫線を描画します.
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218
2219 \family sans
2220 \begin_inset Info
2221 type  "icon"
2222 arg   "tabular-feature toggle-line-right"
2223 \end_inset
2224
2225
2226 \family default
2227  は,現在セルや現在行,あるいは選択範囲の右側に罫線を描画します.
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232
2233 \family sans
2234 \begin_inset Info
2235 type  "icon"
2236 arg   "tabular-feature set-all-lines"
2237 \end_inset
2238
2239
2240 \family default
2241  は,現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246
2247 \family sans
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "tabular-feature unset-all-lines"
2251 \end_inset
2252
2253
2254 \family default
2255  は,現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260
2261 \family sans
2262 \begin_inset Info
2263 type  "icon"
2264 arg   "tabular-feature m-align-left"
2265 \end_inset
2266
2267
2268 \family default
2269  は,現在セルあるいは現在列の内容を左揃えにします.
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274
2275 \family sans
2276 \begin_inset Info
2277 type  "icon"
2278 arg   "tabular-feature m-align-center"
2279 \end_inset
2280
2281
2282 \family default
2283  は,現在セルあるいは現在列の内容を水平方向中央揃えにします.
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288
2289 \family sans
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "tabular-feature m-align-right"
2293 \end_inset
2294
2295
2296 \family default
2297  は,現在セルあるいは現在列の内容を右揃えにします.
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302
2303 \family sans
2304 \begin_inset Info
2305 type  "icon"
2306 arg   "tabular-feature align-decimal"
2307 \end_inset
2308
2309
2310 \family default
2311  は,現在セルの内容を特定文字位置で揃えます.
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316
2317 \family sans
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "tabular-feature m-valign-top"
2321 \end_inset
2322
2323
2324 \family default
2325  は,現在セルの内容を垂直方向上揃えにします.
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330
2331 \family sans
2332 \begin_inset Info
2333 type  "icon"
2334 arg   "tabular-feature m-valign-middle"
2335 \end_inset
2336
2337
2338 \family default
2339  は,現在セルの内容を垂直方向中央揃えにします.
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344
2345 \family sans
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "tabular-feature m-valign-bottom"
2349 \end_inset
2350
2351
2352 \family default
2353  は,現在セルの内容を垂直方向下揃えにします.
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358
2359 \family sans
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "tabular-feature set-rotate-cell"
2363 \end_inset
2364
2365
2366 \family default
2367  は,現在セルあるいは選択範囲を反時計廻りに90度回転します.
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372
2373 \family sans
2374 \begin_inset Info
2375 type  "icon"
2376 arg   "tabular-feature set-rotate-tabular"
2377 \end_inset
2378
2379
2380 \family default
2381  は,表全体を反時計廻りに90度回転します.
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386
2387 \family sans
2388 \begin_inset Info
2389 type  "icon"
2390 arg   "tabular-feature multicolumn"
2391 \end_inset
2392
2393
2394 \family default
2395  は,現在セルあるいは選択範囲を連結列にします.
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400
2401 \family sans
2402 \begin_inset Info
2403 type  "icon"
2404 arg   "tabular-feature multirow"
2405 \end_inset
2406
2407
2408 \family default
2409  は,現在セルあるいは選択範囲を連結行にします.
2410 \end_layout
2411
2412 \begin_layout Standard
2413 \begin_inset Note Greyedout
2414 status open
2415
2416 \begin_layout Plain Layout
2417
2418 \series bold
2419 【註】
2420 \series default
2421 出力では,行の最初のセルの垂直揃えが,同一行の他のセルすべてに適用されます.
2422 \end_layout
2423
2424 \end_inset
2425
2426
2427 \end_layout
2428
2429 \begin_layout Section
2430 表編集メニュー
2431 \begin_inset Index idx
2432 status collapsed
2433
2434 \begin_layout Plain Layout
2435 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2436 \end_layout
2437
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \begin_layout Standard
2444 表ダイアログと表ツールバーの他に,
2445 \family sans
2446 編集\SpecialChar menuseparator
2447
2448 \family default
2449 メニューでも,現在行や現在列の罫線を引いたり消したりすることができ,あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,カーソルが表内
2450 部にあるときのみ,表示されます.
2451 \end_layout
2452
2453 \begin_layout Section
2454 表フロート
2455 \begin_inset CommandInset label
2456 LatexCommand label
2457 name "sec:表フロート"
2458
2459 \end_inset
2460
2461
2462 \begin_inset Index idx
2463 status collapsed
2464
2465 \begin_layout Plain Layout
2466 ふろーと@フロート ! ひょう@表
2467 \end_layout
2468
2469 \end_inset
2470
2471
2472 \begin_inset Index idx
2473 status collapsed
2474
2475 \begin_layout Plain Layout
2476 ひょう@表 ! ふろーと@フロート
2477 \end_layout
2478
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \begin_layout Standard
2485 フロートの一般的な説明については,第
2486 \begin_inset CommandInset ref
2487 LatexCommand ref
2488 reference "sec:フロートはじめに"
2489
2490 \end_inset
2491
2492 節をご覧下さい.
2493 \end_layout
2494
2495 \begin_layout Standard
2496 \begin_inset Float table
2497 placement h
2498 wide false
2499 sideways false
2500 status open
2501
2502 \begin_layout Plain Layout
2503 \begin_inset Caption Standard
2504
2505 \begin_layout Plain Layout
2506 \begin_inset CommandInset label
2507 LatexCommand label
2508 name "tab:表フロート"
2509
2510 \end_inset
2511
2512 表フロート
2513 \end_layout
2514
2515 \end_inset
2516
2517
2518 \end_layout
2519
2520 \begin_layout Plain Layout
2521 \align center
2522 \begin_inset Tabular
2523 <lyxtabular version="3" rows="3" columns="3">
2524 <features tabularvalignment="middle">
2525 <column alignment="center" valignment="top" width="0pt">
2526 <column alignment="center" valignment="top" width="0pt">
2527 <column alignment="center" valignment="top" width="0pt">
2528 <row>
2529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2530 \begin_inset Text
2531
2532 \begin_layout Plain Layout
2533
2534 \family roman
2535 \series medium
2536 \shape up
2537 \size normal
2538 \emph off
2539 \bar no
2540 \noun off
2541 \color none
2542 1
2543 \end_layout
2544
2545 \end_inset
2546 </cell>
2547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2548 \begin_inset Text
2549
2550 \begin_layout Plain Layout
2551
2552 \family roman
2553 \series medium
2554 \shape up
2555 \size normal
2556 \emph off
2557 \bar no
2558 \noun off
2559 \color none
2560 2
2561 \end_layout
2562
2563 \end_inset
2564 </cell>
2565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2566 \begin_inset Text
2567
2568 \begin_layout Plain Layout
2569
2570 \family roman
2571 \series medium
2572 \shape up
2573 \size normal
2574 \emph off
2575 \bar no
2576 \noun off
2577 \color none
2578 3
2579 \end_layout
2580
2581 \end_inset
2582 </cell>
2583 </row>
2584 <row>
2585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2586 \begin_inset Text
2587
2588 \begin_layout Plain Layout
2589 森嶋
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Plain Layout
2598 宇沢
2599 \end_layout
2600
2601 \end_inset
2602 </cell>
2603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Plain Layout
2607 二階堂
2608 \end_layout
2609
2610 \end_inset
2611 </cell>
2612 </row>
2613 <row>
2614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2615 \begin_inset Text
2616
2617 \begin_layout Plain Layout
2618
2619 \family roman
2620 \series medium
2621 \shape up
2622 \size normal
2623 \emph off
2624 \bar no
2625 \noun off
2626 \color none
2627 \begin_inset Formula $\int x^{2}dx$
2628 \end_inset
2629
2630
2631 \end_layout
2632
2633 \end_inset
2634 </cell>
2635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2636 \begin_inset Text
2637
2638 \begin_layout Plain Layout
2639
2640 \family roman
2641 \series medium
2642 \shape up
2643 \size normal
2644 \emph off
2645 \bar no
2646 \noun off
2647 \color none
2648 \begin_inset Formula $\left[\begin{array}{cc}
2649 a & b\\
2650 c & d
2651 \end{array}\right]$
2652 \end_inset
2653
2654
2655 \end_layout
2656
2657 \end_inset
2658 </cell>
2659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663
2664 \family roman
2665 \series medium
2666 \shape up
2667 \size normal
2668 \emph off
2669 \bar no
2670 \noun off
2671 \color none
2672 \begin_inset Formula $1+1=2$
2673 \end_inset
2674
2675
2676 \end_layout
2677
2678 \end_inset
2679 </cell>
2680 </row>
2681 </lyxtabular>
2682
2683 \end_inset
2684
2685
2686 \end_layout
2687
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \begin_layout Standard
2694 表フロートは,
2695 \family sans
2696 挿入
2697 \shape up
2698 \SpecialChar menuseparator
2699 フロート\SpecialChar menuseparator
2700
2701 \family default
2702 \shape default
2703 メニューかツールバーボタン
2704 \family sans
2705
2706 \begin_inset Info
2707 type  "icon"
2708 arg   "float-insert table"
2709 \end_inset
2710
2711
2712 \family default
2713 を使うと挿入することができます.
2714 \end_layout
2715
2716 \begin_layout Standard
2717 フロートは折りたたむことのできるボックスとして表示され,中には「表
2718 \begin_inset space ~
2719 \end_inset
2720
2721 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,このキャプションの上にも下にも入れることができます.
2722 \end_layout
2723
2724 \begin_layout Standard
2725
2726 \begin_inset space ~
2727 \end_inset
2728
2729
2730 \begin_inset CommandInset ref
2731 LatexCommand ref
2732 reference "tab:表フロート"
2733
2734 \end_inset
2735
2736 は,表フロートに入れた表の例です.
2737 \end_layout
2738
2739 \begin_layout Standard
2740 キャプションを表の上に入れるのは,標準的な組版方法ですが,残念ながら\SpecialChar LaTeX
2741 の標準クラスではサポートされていません.つまり,article・book・letter・re
2742 portのような文書クラスを使用した場合には,キャプションと表のあいだに余白が入りません.必要な余白を入れるには,使用中の文書のプリアンブルに,LaTeXパッケ
2743 ージの
2744 \series bold
2745 caption
2746 \series default
2747
2748 \begin_inset Index idx
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 \SpecialChar LaTeX
2753 ぱっけーじ@\SpecialChar LaTeX
2754 パッケージ ! caption
2755 \end_layout
2756
2757 \end_inset
2758
2759
2760 \end_layout
2761
2762 \begin_layout Standard
2763
2764 \series bold
2765 tableposition=top
2766 \end_layout
2767
2768 \begin_layout Standard
2769 というオプションとともにloadコマンドを使って読み込んでください
2770 \begin_inset Foot
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774 詳しくは,第
2775 \begin_inset CommandInset ref
2776 LatexCommand ref
2777 reference "sec:キャプションの配置"
2778
2779 \end_inset
2780
2781 節をご覧下さい.
2782 \end_layout
2783
2784 \end_inset
2785
2786 .キャプション書式を調整するには,第
2787 \begin_inset CommandInset ref
2788 LatexCommand ref
2789 reference "sec:キャプションの書式設定"
2790
2791 \end_inset
2792
2793 節にものべられているように
2794 \series bold
2795 caption
2796 \series default
2797 パッケージを使用します.
2798 \end_layout
2799
2800 \begin_layout Standard
2801 \begin_inset Index idx
2802 status collapsed
2803
2804 \begin_layout Plain Layout
2805 さんしょう@参照 ! ひょうへの@表への
2806 \end_layout
2807
2808 \end_inset
2809
2810 表は,本文中において,ラベルを参照することによって相互参照することができます.そのためには,
2811 \family sans
2812 挿入\SpecialChar menuseparator
2813 ラベル
2814 \family default
2815 メニューかツールバーボタンの
2816 \family sans
2817
2818 \begin_inset Info
2819 type  "icon"
2820 arg   "label-insert"
2821 \end_inset
2822
2823
2824 \family default
2825 を用いて,キャプションにラベルを挿入して下さい.然る後に,挿入\SpecialChar menuseparator
2826 相互参照メニューかツールバーボタンの
2827 \family sans
2828
2829 \begin_inset Info
2830 type  "icon"
2831 arg   "dialog-show-new-inset ref"
2832 \end_inset
2833
2834
2835 \family default
2836 を用いて,このラベルを参照することができます.
2837 \begin_inset Newline newline
2838 \end_inset
2839
2840 参照は,第
2841 \begin_inset CommandInset ref
2842 LatexCommand ref
2843 reference "sec:フロートの参照"
2844
2845 \end_inset
2846
2847 節で詳細に説明されています.
2848 \end_layout
2849
2850 \begin_layout Section
2851 多頁表
2852 \begin_inset CommandInset label
2853 LatexCommand label
2854 name "sec:多頁表"
2855
2856 \end_inset
2857
2858
2859 \begin_inset Index idx
2860 status collapsed
2861
2862 \begin_layout Plain Layout
2863 たへえしひよう@多頁表
2864 \end_layout
2865
2866 \end_inset
2867
2868
2869 \begin_inset Index idx
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 ひょう@表 ! たへえしひよう@多頁—
2874 \end_layout
2875
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \begin_layout Standard
2882 表が長すぎて1ページに収まりきらないときには,表ダイアログの
2883 \family sans
2884 多頁表
2885 \family default
2886 タブにある
2887 \family sans
2888 多頁表を使う
2889 \family default
2890 オプションを使用して,複数ページに自動的に分割させることができます.このオプションを有効にすると,いくつかのチェックボックスが使えるようになり,以下のものを定義
2891 することができるようになります.
2892 \end_layout
2893
2894 \begin_layout Description
2895 ヘッダ: カーソル位置の行が,多頁表の全ページに表示されるヘッダ行として定義されます.
2896 \family roman
2897 \series medium
2898 \shape up
2899 \size normal
2900 \emph off
2901 \bar no
2902 \noun off
2903 \color none
2904 ただし,
2905 \family sans
2906 \series default
2907 \shape default
2908 \size default
2909 \emph default
2910 \bar default
2911 \noun default
2912 \color inherit
2913 冒頭ヘッダ
2914 \family roman
2915 \series medium
2916 \shape up
2917 \size normal
2918 \emph off
2919 \bar no
2920 \noun off
2921 \color none
2922 が定義されているときは,冒頭ページを除きます.
2923 \family default
2924 \series default
2925 \shape default
2926 \size default
2927 \emph default
2928 \bar default
2929 \noun default
2930 \color inherit
2931 これと区別して,このヘッダは本体ヘッダと呼びます.
2932 \end_layout
2933
2934 \begin_layout Description
2935 冒頭ヘッダ: カーソル位置の行が,多頁表の最初のページに表示されるヘッダ行として定義されます.
2936 \end_layout
2937
2938 \begin_layout Description
2939 フッタ: カーソル位置の行が,多頁表の全ページに表示されるフッタ行として定義されます.
2940 \family roman
2941 \series medium
2942 \shape up
2943 \size normal
2944 \emph off
2945 \bar no
2946 \noun off
2947 \color none
2948 ただし,
2949 \family sans
2950 \series default
2951 \shape default
2952 \size default
2953 \emph default
2954 \bar default
2955 \noun default
2956 \color inherit
2957 末尾フッタ
2958 \family roman
2959 \series medium
2960 \shape up
2961 \size normal
2962 \emph off
2963 \bar no
2964 \noun off
2965 \color none
2966 が定義されているときは,末尾ページを除きます.
2967 \end_layout
2968
2969 \begin_layout Description
2970 末尾フッタ: カーソル位置の行が,多頁表の最後のページに表示されるフッタ行として定義されます.
2971 \end_layout
2972
2973 \begin_layout Description
2974 キャプション: カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,キャプションが挿入されます.多頁表のキャプションについての詳細は,第
2975 \begin_inset CommandInset ref
2976 LatexCommand ref
2977 reference "subsec:多頁表のキャプション"
2978
2979 \end_inset
2980
2981 節で説明されています.
2982 \end_layout
2983
2984 \begin_layout Standard
2985 加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
2986 \end_layout
2987
2988 \begin_layout Standard
2989 \align center
2990 \begin_inset Tabular
2991 <lyxtabular version="3" rows="69" columns="3">
2992 <features islongtable="true" longtabularalignment="center">
2993 <column alignment="left" valignment="top" width="0cm">
2994 <column alignment="left" valignment="top" width="0pt">
2995 <column alignment="center" valignment="top" width="0pt">
2996 <row endfirsthead="true">
2997 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001
3002 \series bold
3003 例示用電話帳(名前は無視してください)
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 </row>
3027 <row endfirsthead="true">
3028 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032 氏名
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Plain Layout
3050
3051 \series bold
3052 TEL.
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 </row>
3058 <row endhead="true">
3059 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063
3064 \series bold
3065 例示用電話帳
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 <row endhead="true">
3090 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 氏名
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \series bold
3114 TEL.
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row endfoot="true">
3121 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125 次頁へつづく
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 </row>
3149 <row>
3150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 Annovi
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 Silvia
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174 111
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 Bertoli
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 Stefano
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 111
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \series bold
3218 Bozzi
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 Walter
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 111
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 </row>
3242 <row>
3243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \series bold
3249 Cachia
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 Maria
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 111
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 </row>
3273 <row>
3274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \series bold
3280 Cachia
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 Maurizio
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 111
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row>
3305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 Cinquemani
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 Giusi
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 111
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \series bold
3342 Colin
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 Bernard
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 111
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row>
3367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \series bold
3373 Concli
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 Gianfranco
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 111
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \series bold
3404 Dal Bosco
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 Carolina
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 111
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row>
3429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \series bold
3435 Dalpiaz
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 Annamaria
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 111
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 </row>
3459 <row>
3460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \series bold
3466 Feliciello
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Domenico
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 111
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row>
3491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 Focarelli
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 Paola
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 111
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 <row>
3522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Galletti
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 Oreste
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 111
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 Gasparini
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 Franca
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 111
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Rizzardi
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Paola
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 111
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 Lassini
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Giancarlo
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 111
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 Malfatti
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 Luciano
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 111
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Malfatti
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Valeriano
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Meneguzzo
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Roberto
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Mezzadra
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Roberto
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Pirpamer
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Erich
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Pochiesa
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Paolo
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111, 222
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Radina
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Claudio
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Stuffer
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Oskar
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Tacchelli
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Ugo
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Tezzele
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Margit
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Unterkalmsteiner
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Frieda
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Vieider
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Hilde
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Vigna
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Jürgen
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Weber
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Maurizio
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084
4085 \series bold
4086 Winkler
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 Franz
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 111
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115  
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 </row>
4139 <row>
4140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \series bold
4146 Annovi
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Silvia
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 555
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \series bold
4177 Bertoli
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Stefano
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 555
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Bozzi
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Walter
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 555
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \series bold
4239 Cachia
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Maria
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 555
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \series bold
4270 Cachia
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Maurizio
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 555
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299
4300 \series bold
4301 Cinquemani
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 Giusi
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 555
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \series bold
4332 Colin
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Bernard
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 555
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361
4362 \series bold
4363 Concli
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 Gianfranco
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 555
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392
4393 \series bold
4394 Dal Bosco
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 Carolina
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 555
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423
4424 \series bold
4425 Dalpiaz
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 Annamaria
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 555
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454
4455 \series bold
4456 Feliciello
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 Domenico
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 555
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485
4486 \series bold
4487 Focarelli
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 Paola
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 555
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516
4517 \series bold
4518 Galletti
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 Oreste
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 555
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \series bold
4549 Gasparini
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 Franca
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 555
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 </row>
4573 <row>
4574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \series bold
4580 Rizzardi
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Paola
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 555
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \series bold
4611 Lassini
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 Giancarlo
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 555
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640
4641 \series bold
4642 Malfatti
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 Luciano
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 555
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Malfatti
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Valeriano
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Meneguzzo
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Roberto
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Mezzadra
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Roberto
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Pirpamer
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Erich
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Pochiesa
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Paolo
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555, 222
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Radina
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Claudio
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Stuffer
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Oskar
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Tacchelli
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Ugo
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Tezzele
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Margit
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Unterkalmsteiner
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Frieda
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Vieider
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Hilde
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 555
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Vigna
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Jürgen
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 999
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Weber
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Maurizio
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 555
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row>
5070 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074
5075 \series bold
5076 Winkler
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 Franz
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 555
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 </row>
5100 <row endlastfoot="true">
5101 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 以上
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 </lyxtabular>
5130
5131 \end_inset
5132
5133
5134 \begin_inset ERT
5135 status collapsed
5136
5137 \begin_layout Plain Layout
5138
5139
5140 \backslash
5141 addtocounter{table}{-1}
5142 \end_layout
5143
5144 \end_inset
5145
5146
5147 \begin_inset Note Note
5148 status collapsed
5149
5150 \begin_layout Plain Layout
5151 本コマンドの説明については,第
5152 \begin_inset CommandInset ref
5153 LatexCommand ref
5154 reference "subsec:多頁表のキャプション"
5155
5156 \end_inset
5157
5158 節の最初の淡色註釈をご覧下さい.
5159 \end_layout
5160
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \begin_layout Subsection
5167 多頁表での脚註
5168 \begin_inset CommandInset label
5169 LatexCommand label
5170 name "subsec:多頁表での脚注"
5171
5172 \end_inset
5173
5174
5175 \begin_inset Index idx
5176 status collapsed
5177
5178 \begin_layout Plain Layout
5179 たへえしひよう@多頁表 ! きやくちゆう@脚註
5180 \end_layout
5181
5182 \end_inset
5183
5184
5185 \end_layout
5186
5187 \begin_layout Standard
5188 脚註は,どの多頁表セルにも入れることができます.脚註は,脚註のついた表セルのあるページの下部に表示されます.たとえば,表
5189 \begin_inset CommandInset ref
5190 LatexCommand ref
5191 reference "tab:別キャプション"
5192
5193 \end_inset
5194
5195 には脚註が付いています.
5196 \end_layout
5197
5198 \begin_layout Subsection
5199 多頁表の縦横揃え
5200 \begin_inset Index idx
5201 status collapsed
5202
5203 \begin_layout Plain Layout
5204 たへえしひよう@多頁表 ! たてよこぞろえ@縦横揃え
5205 \end_layout
5206
5207 \end_inset
5208
5209
5210 \end_layout
5211
5212 \begin_layout Standard
5213 表設定ダイアログでは,多頁表の水平揃えを指定することができます.左揃えや右揃えでは,表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,中央揃えに
5214 設定してから
5215 \end_layout
5216
5217 \begin_layout Standard
5218
5219 \series bold
5220
5221 \backslash
5222 setlength{
5223 \backslash
5224 LTleft}{値}
5225 \end_layout
5226
5227 \begin_layout Standard
5228 という行を当該多頁表の前に\SpecialChar TeX
5229 コードとして挿入して,長さ
5230 \series bold
5231
5232 \backslash
5233 LTleft
5234 \series default
5235 および
5236 \series bold
5237
5238 \backslash
5239 LTright
5240 \series default
5241 の値を変更しなくてはなりません.ここで「値」は,第
5242 \begin_inset CommandInset ref
5243 LatexCommand ref
5244 reference "tab:単位"
5245
5246 \end_inset
5247
5248 表に挙げてある単位であれば,どの単位を取ることもできます.
5249 \series bold
5250
5251 \backslash
5252 LTleft
5253 \series default
5254 は,左頁余白から多頁表までの水平方向の距離を制御し,
5255 \series bold
5256
5257 \backslash
5258 LTright
5259 \series default
5260 は,右頁余白からの距離を制御します.これらの長さの既定値は
5261 \series bold
5262
5263 \backslash
5264 fill
5265 \series default
5266 となっており,\SpecialChar LyX
5267 の水平フィルと同等になっています.
5268 \end_layout
5269
5270 \begin_layout Standard
5271 以下の多頁表は,中央揃えの上,
5272 \series bold
5273
5274 \backslash
5275 LTleft
5276 \series default
5277
5278 \family sans
5279 0.1
5280 \backslash
5281 columnwidth
5282 \family default
5283 に設定してあります.
5284 \begin_inset ERT
5285 status collapsed
5286
5287 \begin_layout Plain Layout
5288
5289
5290 \backslash
5291 setlength{
5292 \backslash
5293 LTleft}{0.1
5294 \backslash
5295 columnwidth}
5296 \end_layout
5297
5298 \end_inset
5299
5300
5301 \end_layout
5302
5303 \begin_layout Standard
5304 \begin_inset Tabular
5305 <lyxtabular version="3" rows="5" columns="5">
5306 <features islongtable="true" longtabularalignment="center">
5307 <column alignment="center" valignment="top">
5308 <column alignment="center" valignment="top">
5309 <column alignment="center" valignment="top">
5310 <column alignment="center" valignment="top">
5311 <column alignment="center" valignment="top">
5312 <row>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 1
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 2
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 3
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344 4
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 5
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 </row>
5359 <row>
5360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 いろは
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 いろは
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 いろは
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 いろは
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 いろは
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 いろは
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 <row>
5501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 いろは
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 いろは
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 いろは
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 いろは
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 いろは
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 </row>
5547 </lyxtabular>
5548
5549 \end_inset
5550
5551
5552 \begin_inset ERT
5553 status collapsed
5554
5555 \begin_layout Plain Layout
5556
5557
5558 \backslash
5559 setlength{
5560 \backslash
5561 LTleft}{
5562 \backslash
5563 fill}
5564 \end_layout
5565
5566 \end_inset
5567
5568
5569 \begin_inset ERT
5570 status collapsed
5571
5572 \begin_layout Plain Layout
5573
5574
5575 \backslash
5576 addtocounter{table}{-1}
5577 \end_layout
5578
5579 \end_inset
5580
5581
5582 \begin_inset Note Note
5583 status collapsed
5584
5585 \begin_layout Plain Layout
5586 このコマンドの説明に関しては,第
5587 \begin_inset CommandInset ref
5588 LatexCommand ref
5589 reference "subsec:多頁表のキャプション"
5590
5591 \end_inset
5592
5593 節の最初の淡色註釈をご覧下さい.
5594 \end_layout
5595
5596 \end_inset
5597
5598
5599 \end_layout
5600
5601 \begin_layout Subsection
5602 多頁表のキャプション
5603 \begin_inset Index idx
5604 status collapsed
5605
5606 \begin_layout Plain Layout
5607 たへえしひよう@多頁表 ! きやふしよん@キャプション
5608 \end_layout
5609
5610 \end_inset
5611
5612
5613 \begin_inset CommandInset label
5614 LatexCommand label
5615 name "subsec:多頁表のキャプション"
5616
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \begin_layout Standard
5623 フロートは一頁に収まらなくてはならないので,多頁表を表フロートに入れることはできません.しかし,第
5624 \begin_inset CommandInset ref
5625 LatexCommand ref
5626 reference "sec:多頁表"
5627
5628 \end_inset
5629
5630 節に述べられているように,ある行で多頁表オプションの
5631 \family sans
5632 キャプション
5633 \family default
5634 を使用すれば,フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
5635 \family sans
5636 冒頭ヘッダ
5637 \family default
5638
5639 \family sans
5640 ヘッダ
5641 \family default
5642
5643 \family sans
5644 フッタ
5645 \family default
5646
5647 \family sans
5648 末尾フッタ
5649 \family default
5650 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,ひとつだけです.
5651 \end_layout
5652
5653 \begin_layout Standard
5654 以下は,動作を確認するための短い多頁表です.
5655 \end_layout
5656
5657 \begin_layout Standard
5658 \begin_inset Tabular
5659 <lyxtabular version="3" rows="6" columns="5">
5660 <features islongtable="true" longtabularalignment="center">
5661 <column alignment="center" valignment="top">
5662 <column alignment="center" valignment="top">
5663 <column alignment="center" valignment="top">
5664 <column alignment="center" valignment="top">
5665 <column alignment="center" valignment="top">
5666 <row endfirsthead="true" caption="true">
5667 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 \begin_inset Caption Standard
5672
5673 \begin_layout Plain Layout
5674 キャプション付き多頁表
5675 \begin_inset Argument 1
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679 多頁表
5680 \end_layout
5681
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 1
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 2
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 3
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 4
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 5
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 いろは
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 いろは
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 いろは
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 いろは
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 いろは
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 いろは
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 いろは
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 いろは
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 いろは
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 いろは
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 </lyxtabular>
5967
5968 \end_inset
5969
5970
5971 \end_layout
5972
5973 \begin_layout Standard
5974 \begin_inset VSpace medskip
5975 \end_inset
5976
5977
5978 \begin_inset Note Greyedout
5979 status open
5980
5981 \begin_layout Plain Layout
5982
5983 \series bold
5984 【註1】
5985 \series default
5986 表番号は,多頁表にキャプションを付けなかったとしても,各多頁表毎に加番されます.このため,あいだにキャプションのない二つの多頁表が挟まっていたならば,表一覧では
5987 ,たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,キャプションのないすべての多頁表の後に,\SpecialChar TeX
5988 コードで
5989 \end_layout
5990
5991 \begin_layout Plain Layout
5992
5993 \series bold
5994
5995 \backslash
5996 addtocounter{table}{-1}
5997 \end_layout
5998
5999 \begin_layout Plain Layout
6000 というコマンドを挿入する方法があります.
6001 \end_layout
6002
6003 \begin_layout Plain Layout
6004 全多頁表にキャプションがなかったり,文書プリアンブルに以下のコードを書き加えていれば,以上のことは必要ありません.
6005 \end_layout
6006
6007 \begin_layout Plain Layout
6008
6009 \series bold
6010
6011 \backslash
6012 let
6013 \backslash
6014 myEnd
6015 \backslash
6016 endlongtable
6017 \begin_inset Newline newline
6018 \end_inset
6019
6020
6021 \backslash
6022 renewcommand{
6023 \backslash
6024 endlongtable}{
6025 \backslash
6026 myEnd
6027 \backslash
6028 addtocounter{table}{-1}}
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \begin_layout Standard
6037 \begin_inset Note Greyedout
6038 status open
6039
6040 \begin_layout Plain Layout
6041
6042 \series bold
6043 【註2】
6044 \series default
6045 相互参照をリンクするために,
6046 \family sans
6047 文書設定
6048 \family default
6049 ダイアログの
6050 \family sans
6051 PDF特性
6052 \family default
6053
6054 \series bold
6055 hyperref
6056 \series default
6057
6058 \begin_inset Index idx
6059 status collapsed
6060
6061 \begin_layout Plain Layout
6062 \SpecialChar LaTeX
6063 ぱっけーじ@\SpecialChar LaTeX
6064 パッケージ ! hyperref
6065 \end_layout
6066
6067 \end_inset
6068
6069 を使用している場合,多頁表キャプションへのリンクは,つねに文頭に向けられます.
6070 \end_layout
6071
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \begin_layout Subsubsection
6078 多頁表への参照
6079 \begin_inset Index idx
6080 status collapsed
6081
6082 \begin_layout Plain Layout
6083 たへえしひよう@多頁表 ! さんしよう@参照
6084 \end_layout
6085
6086 \end_inset
6087
6088
6089 \end_layout
6090
6091 \begin_layout Standard
6092 \begin_inset Tabular
6093 <lyxtabular version="3" rows="6" columns="5">
6094 <features islongtable="true" longtabularalignment="center">
6095 <column alignment="center" valignment="top">
6096 <column alignment="center" valignment="top">
6097 <column alignment="center" valignment="top">
6098 <column alignment="center" valignment="top">
6099 <column alignment="center" valignment="top">
6100 <row endfirsthead="true" caption="true">
6101 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 \begin_inset Caption Standard
6106
6107 \begin_layout Plain Layout
6108 参照された多頁表
6109 \begin_inset CommandInset label
6110 LatexCommand label
6111 name "tab:参照例"
6112
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \end_inset
6119
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 1
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 2
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 3
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 4
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 5
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 いろは
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 いろは
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 </row>
6256 <row>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 いろは
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 いろは
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 </row>
6303 <row>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 いろは
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 いろは
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 <row>
6351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 いろは
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 いろは
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 いろは
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 いろは
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 いろは
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 </row>
6397 </lyxtabular>
6398
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \begin_layout Standard
6405 多頁表を参照するには,キャプションにラベルを挿入してください.
6406 \end_layout
6407
6408 \begin_layout Standard
6409 これは表
6410 \begin_inset CommandInset ref
6411 LatexCommand ref
6412 reference "tab:参照例"
6413
6414 \end_inset
6415
6416 への参照です.
6417 \end_layout
6418
6419 \begin_layout Standard
6420 キャプションのレイアウトは,文書中の他のすべてのキャプションと一緒に,\SpecialChar LaTeX
6421 パッケージの
6422 \series bold
6423 caption
6424 \series default
6425
6426 \begin_inset Index idx
6427 status collapsed
6428
6429 \begin_layout Plain Layout
6430 \SpecialChar LaTeX
6431 ぱっけーじ@\SpecialChar LaTeX
6432 パッケージ ! caption
6433 \end_layout
6434
6435 \end_inset
6436
6437 を使用して設定することができます.第
6438 \begin_inset CommandInset ref
6439 LatexCommand ref
6440 reference "sec:キャプションの書式設定"
6441
6442 \end_inset
6443
6444 節をご覧下さい.
6445 \end_layout
6446
6447 \begin_layout Subsubsection
6448 キャプションの幅
6449 \begin_inset Index idx
6450 status collapsed
6451
6452 \begin_layout Plain Layout
6453 たへえしひよう@多頁表 ! きやふしよんのはは@キャプションの幅
6454 \end_layout
6455
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \begin_layout Standard
6462 キャプション行の最大長は,長さ
6463 \series bold
6464
6465 \backslash
6466 LTcapwidth
6467 \series default
6468 によって指定することができます.既定値は4
6469 \begin_inset space \thinspace{}
6470 \end_inset
6471
6472 inです.これを変更するには,現文書の文書プリアンブルか,調整したい多頁表の前の文中に\SpecialChar TeX
6473 コードとして
6474 \end_layout
6475
6476 \begin_layout Standard
6477
6478 \series bold
6479
6480 \backslash
6481 setlength{
6482 \backslash
6483 LTcapwidth}{幅}
6484 \end_layout
6485
6486 \begin_layout Standard
6487 というコマンドを書き加えて下さい.ここで「幅」には,付録
6488 \begin_inset CommandInset ref
6489 LatexCommand ref
6490 reference "cha:LyXで使用できる単位"
6491
6492 \end_inset
6493
6494 に挙げられている単位を取ることができます.
6495 \end_layout
6496
6497 \begin_layout Standard
6498 以下の各表で違いを示します.
6499 \end_layout
6500
6501 \begin_layout Standard
6502 \begin_inset Tabular
6503 <lyxtabular version="3" rows="6" columns="5">
6504 <features islongtable="true" longtabularalignment="center">
6505 <column alignment="center" valignment="top">
6506 <column alignment="center" valignment="top">
6507 <column alignment="center" valignment="top">
6508 <column alignment="center" valignment="top">
6509 <column alignment="center" valignment="top">
6510 <row endfirsthead="true" caption="true">
6511 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 \begin_inset Caption Standard
6516
6517 \begin_layout Plain Layout
6518 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6519 \begin_inset Argument 1
6520 status collapsed
6521
6522 \begin_layout Plain Layout
6523 既定幅のキャプション
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \end_inset
6532
6533
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 </row>
6575 <row>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 1
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 2
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 3
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 4
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 5
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 </row>
6622 <row>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 いろは
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 いろは
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 <row>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 いろは
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 いろは
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 </row>
6716 <row>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 いろは
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 いろは
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row>
6764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 いろは
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 いろは
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 いろは
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 いろは
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 いろは
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 </lyxtabular>
6811
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \begin_layout Standard
6818 \begin_inset ERT
6819 status collapsed
6820
6821 \begin_layout Plain Layout
6822
6823
6824 \backslash
6825 setlength{
6826 \backslash
6827 LTcapwidth}{5cm}
6828 \end_layout
6829
6830 \end_inset
6831
6832
6833 \begin_inset Tabular
6834 <lyxtabular version="3" rows="6" columns="5">
6835 <features islongtable="true" longtabularalignment="center">
6836 <column alignment="center" valignment="top">
6837 <column alignment="center" valignment="top">
6838 <column alignment="center" valignment="top">
6839 <column alignment="center" valignment="top">
6840 <column alignment="center" valignment="top">
6841 <row endfirsthead="true" caption="true">
6842 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 \begin_inset Caption Standard
6847
6848 \begin_layout Plain Layout
6849 5
6850 \begin_inset space \thinspace{}
6851 \end_inset
6852
6853 cm幅のなが〜いフルタイトル・5
6854 \begin_inset space \thinspace{}
6855 \end_inset
6856
6857 cm幅のなが〜いフルタイトル・5
6858 \begin_inset space \thinspace{}
6859 \end_inset
6860
6861 cm幅のなが〜いフルタイトル
6862 \begin_inset Argument 1
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 5
6867 \begin_inset space \thinspace{}
6868 \end_inset
6869
6870 cm幅のキャプション
6871 \end_layout
6872
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 </row>
6922 <row>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 1
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 2
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 3
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 4
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 5
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 </row>
6969 <row>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 いろは
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 いろは
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 いろは
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 いろは
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 <row>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 いろは
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 いろは
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 </row>
7110 <row>
7111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 いろは
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 いろは
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 いろは
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 いろは
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 いろは
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 </lyxtabular>
7158
7159 \end_inset
7160
7161
7162 \end_layout
7163
7164 \begin_layout Standard
7165 \begin_inset ERT
7166 status collapsed
7167
7168 \begin_layout Plain Layout
7169
7170
7171 \backslash
7172 setlength{
7173 \backslash
7174 LTcapwidth}{4in}
7175 \end_layout
7176
7177 \end_inset
7178
7179
7180 \end_layout
7181
7182 \begin_layout Standard
7183 \begin_inset Note Greyedout
7184 status open
7185
7186 \begin_layout Plain Layout
7187
7188 \series bold
7189 【註】
7190 \series default
7191 この文書のように\SpecialChar LaTeX
7192 パッケージの
7193 \series bold
7194 caption
7195 \series default
7196
7197 \begin_inset Index idx
7198 status collapsed
7199
7200 \begin_layout Plain Layout
7201 \SpecialChar LaTeX
7202 ぱっけーじ@\SpecialChar LaTeX
7203 パッケージ ! caption
7204 \end_layout
7205
7206 \end_inset
7207
7208 を使用している時には,
7209 \series bold
7210
7211 \backslash
7212 LTcapwidth
7213 \series default
7214 に既定値の4
7215 \begin_inset space \thinspace{}
7216 \end_inset
7217
7218 inを使用している場合,ページの全幅が用いられます.この場合,正確に4
7219 \begin_inset space \thinspace{}
7220 \end_inset
7221
7222 in幅のキャプションを作るには,3.99
7223 \begin_inset space \thinspace{}
7224 \end_inset
7225
7226 inのように4.0
7227 \begin_inset space \thinspace{}
7228 \end_inset
7229
7230 inと少し違う値を指定するか,
7231 \series bold
7232 caption
7233 \series default
7234 パッケージが提供している
7235 \series bold
7236
7237 \backslash
7238 captionsetup{width=値}
7239 \series default
7240 という\SpecialChar LaTeX
7241 コマンドを用いる方法があります.
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \begin_layout Subsubsection
7250 表の各ページごとに異なるキャプション
7251 \begin_inset Index idx
7252 status collapsed
7253
7254 \begin_layout Plain Layout
7255 たへえしひよう@多頁表 ! へえしことにことなるきやふしよん@ページごとに異なるキャプション
7256 \end_layout
7257
7258 \end_inset
7259
7260
7261 \end_layout
7262
7263 \begin_layout Standard
7264 次頁以降の表キャプションを,1頁めとは異なるものにしたい場合には,キャプションを入れる空行をヘッダに指定して下さい.それから,キャプションを右クリックして,文脈
7265 依存メニューから
7266 \family sans
7267 キャプション(無番多頁表)
7268 \family default
7269 を選択してください.表
7270 \begin_inset CommandInset ref
7271 LatexCommand ref
7272 reference "tab:別キャプション"
7273
7274 \end_inset
7275
7276 は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7277 \end_layout
7278
7279 \begin_layout Standard
7280 \align center
7281 \begin_inset Tabular
7282 <lyxtabular version="3" rows="59" columns="3">
7283 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7284 <column alignment="left" valignment="top" width="0cm">
7285 <column alignment="left" valignment="top" width="0pt">
7286 <column alignment="center" valignment="top" width="0pt">
7287 <row endfirsthead="true" caption="true">
7288 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 \begin_inset Caption Standard
7293
7294 \begin_layout Plain Layout
7295 例示用電話帳
7296 \begin_inset CommandInset label
7297 LatexCommand label
7298 name "tab:別キャプション"
7299
7300 \end_inset
7301
7302
7303 \begin_inset Argument 1
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307 例示用電話帳
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 </row>
7341 <row endfirsthead="true">
7342 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346
7347 \series bold
7348 例示用電話帳(名前は無視の事)
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 </row>
7372 <row endfirsthead="true">
7373 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377
7378 \series bold
7379 氏名
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397
7398 \series bold
7399 TEL.
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 </row>
7405 <row endhead="true">
7406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 \begin_inset ERT
7411 status collapsed
7412
7413 \begin_layout Plain Layout
7414
7415
7416 \backslash
7417 caption*{例示用電話帳の続き}
7418 \backslash
7419
7420 \backslash
7421 %
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row endhead="true">
7451 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455
7456 \series bold
7457 例示用電話帳
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row endhead="true">
7482 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \series bold
7488 氏名
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \series bold
7508 TEL.
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 </row>
7514 <row endfoot="true">
7515 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 次頁に続く
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 </row>
7543 <row>
7544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548
7549 \series bold
7550 Annovi
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 Silvia
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568 111
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 </row>
7574 <row>
7575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579
7580 \series bold
7581 Bertoli
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 Stefano
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 111
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 </row>
7605 <row>
7606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610
7611 \series bold
7612 Bozzi
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 Walter
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630 111
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 </row>
7636 <row>
7637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \series bold
7643 Cachia
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 Maria
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 111
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 <row>
7668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \series bold
7674 Cachia
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 Maurizio
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 111
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row>
7699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \series bold
7705 Cinquemani
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 Giusi
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 111
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row>
7730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 Colin
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 Bernard
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 111
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 Concli
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 Gianfranco
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 111
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row>
7792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \series bold
7798 Dal Bosco
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 Carolina
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 111
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row>
7823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \series bold
7829 Dalpiaz
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 Annamaria
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 111
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 <row>
7854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \series bold
7860 Feliciello
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 Domenico
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 111
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Focarelli
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Paola
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Galletti
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Oreste
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Gasparini
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Franca
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Rizzardi
7985 \series default
7986
7987 \begin_inset Foot
7988 status collapsed
7989
7990 \begin_layout Plain Layout
7991 例示用脚註
7992 \end_layout
7993
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 Paola
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 111
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Lassini
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 Giancarlo
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 111
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 Malfatti
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 Luciano
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 111
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row>
8083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \series bold
8089 Malfatti
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 Valeriano
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 111
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 Meneguzzo
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Roberto
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 111
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Mezzadra
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Roberto
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Pirpamer
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Erich
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Pochiesa
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Paolo
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111, 222
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Radina
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Claudio
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Stuffer
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Oskar
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Tacchelli
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Ugo
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Tezzele
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Margit
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Unterkalmsteiner
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Frieda
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Vieider
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Hilde
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Vigna
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Jürgen
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Weber
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Maurizio
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Winkler
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Franz
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521  
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 <row>
8546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550
8551 \series bold
8552 Annovi
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 Silvia
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 555
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \series bold
8583 Bertoli
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Stefano
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 555
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \series bold
8614 Bozzi
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Walter
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 555
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \series bold
8645 Cachia
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Maria
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 555
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \series bold
8676 Cachia
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 Maurizio
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 555
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \series bold
8707 Cinquemani
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Giusi
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 555
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738 Colin
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Bernard
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 555
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \series bold
8769 Concli
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Gianfranco
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 555
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \series bold
8800 Dal Bosco
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 Carolina
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 555
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \series bold
8831 Dalpiaz
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 Annamaria
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 555
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \series bold
8862 Feliciello
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 Domenico
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 555
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891
8892 \series bold
8893 Focarelli
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Paola
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 555
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \series bold
8924 Galletti
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Oreste
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 555
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955 Gasparini
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Franca
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 555
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \series bold
8986 Rizzardi
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Paola
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 555
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017 Lassini
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 Giancarlo
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 555
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \series bold
9048 Malfatti
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 Luciano
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 555
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \series bold
9079 Malfatti
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 Valeriano
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 555
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 </row>
9103 <row>
9104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108
9109 \series bold
9110 Meneguzzo
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 Roberto
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 555
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \series bold
9141 Mezzadra
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 Roberto
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 555
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 </lyxtabular>
9166
9167 \end_inset
9168
9169
9170 \end_layout
9171
9172 \begin_layout Section
9173 多頁表にまつわる諸点
9174 \begin_inset CommandInset label
9175 LatexCommand label
9176 name "sec:多頁表にまつわる諸点"
9177
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \begin_layout Subsection
9184 多頁表の計算
9185 \begin_inset Index idx
9186 status collapsed
9187
9188 \begin_layout Plain Layout
9189 たへえしひよう@多頁表 ! けいさん@計算
9190 \end_layout
9191
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \begin_layout Standard
9198 \SpecialChar LaTeX
9199 は,表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,一度に\SpecialChar LaTeX
9200 のメモリに読み込まれる表の断片です.歴史上の経緯から,既定値は
9201 たった表20行分に設定されています.多頁にわたる多頁表がある場合,この設定では文書の生成に時間がかかるかもしれません.この場合,
9202 \end_layout
9203
9204 \begin_layout Standard
9205
9206 \series bold
9207
9208 \backslash
9209 setcounter{LTchunksize}{100}
9210 \end_layout
9211
9212 \begin_layout Standard
9213 というコマンド行を文書のプリアンブルに書き加えることで,単位塊の大きさを100から1000の値に支障なく増やすことができます.
9214 \end_layout
9215
9216 \begin_layout Subsection
9217 フロートと多頁表
9218 \begin_inset Index idx
9219 status collapsed
9220
9221 \begin_layout Plain Layout
9222 たへえしひよう@多頁表 ! ふろおと@フロート
9223 \end_layout
9224
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \begin_layout Standard
9231 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9232 \series bold
9233
9234 \backslash
9235 clearpage
9236 \series default
9237 コマンドを多頁表の前に\SpecialChar TeX
9238 コードとして書き加えてください.
9239 \end_layout
9240
9241 \begin_layout Subsection
9242 強制改頁
9243 \begin_inset Index idx
9244 status collapsed
9245
9246 \begin_layout Plain Layout
9247 たへえしひよう@多頁表 ! きようせいかいへえし@強制改頁
9248 \end_layout
9249
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \begin_layout Standard
9256 既定の設定では,表は行の間でのみ改頁されます.もし複数行を含むセルがあり,そのセル中で改頁を行いたい時には,セル中の改頁してもよい場所に\SpecialChar TeX
9257 コードで改行コマンド「
9258 \series bold
9259
9260 \backslash
9261
9262 \backslash
9263
9264 \series default
9265 」を挿入します.
9266 \series bold
9267
9268 \backslash
9269
9270 \backslash
9271
9272 \series default
9273 コマンドの前には,現セルよりも右にある列数と同じ数の「
9274 \series bold
9275 &
9276 \series default
9277 」文字を,\SpecialChar TeX
9278 コードで挿入してやる必要があります.この
9279 \series bold
9280 &
9281 \series default
9282 は,表セルの区切り文字です.各
9283 \series bold
9284 &
9285 \series default
9286 の後に,右側の本来のセルに入るべき内容を\SpecialChar TeX
9287 コードで書き込み,右側のセルの内容は削除してください.
9288 \begin_inset Newline newline
9289 \end_inset
9290
9291
9292 \series bold
9293
9294 \backslash
9295
9296 \backslash
9297
9298 \series default
9299 コマンドの後ろには,現在列の左側にある列数と同じ数の
9300 \series bold
9301 &
9302 \series default
9303 文字を挿入してください.表
9304 \begin_inset CommandInset ref
9305 LatexCommand ref
9306 reference "tab:強制改頁"
9307
9308 \end_inset
9309
9310 では,改頁さるべきセルは,全3列中2列めにあります.したがって,
9311 \end_layout
9312
9313 \begin_layout Standard
9314
9315 \series bold
9316 & 111
9317 \backslash
9318
9319 \backslash
9320  
9321 \backslash
9322 newpage
9323 \begin_inset Newline newline
9324 \end_inset
9325
9326 &
9327 \end_layout
9328
9329 \begin_layout Standard
9330 というコマンドが,セル中「
9331 \emph on
9332 Castelchiodato,
9333 \emph default
9334 」の後に\SpecialChar TeX
9335 コードとして挿入してあります.
9336 \end_layout
9337
9338 \begin_layout Standard
9339 同一行3列目の「111」は削除してあります.
9340 \series bold
9341
9342 \backslash
9343 newpage
9344 \series default
9345 は,改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上
9346 罫線を引いていないけれども,セルを改頁する場所で水平線を引きたい場合には,代わりに
9347 \end_layout
9348
9349 \begin_layout Standard
9350
9351 \series bold
9352 & 111
9353 \backslash
9354
9355 \backslash
9356
9357 \begin_inset Newline newline
9358 \end_inset
9359
9360
9361 \backslash
9362 hline &
9363 \end_layout
9364
9365 \begin_layout Standard
9366 というコマンドを使用して下さい.
9367 \end_layout
9368
9369 \begin_layout Standard
9370 改頁をしたいセルが最右列にある場合には,
9371 \end_layout
9372
9373 \begin_layout Standard
9374
9375 \series bold
9376
9377 \backslash
9378 setlength{
9379 \backslash
9380 parfillskip}{0pt}
9381 \end_layout
9382
9383 \begin_layout Standard
9384 というコマンドを当該セルの初めに\SpecialChar TeX
9385 コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
9386 \end_layout
9387
9388 \begin_layout Standard
9389 \align center
9390 \begin_inset Tabular
9391 <lyxtabular version="3" rows="38" columns="3">
9392 <features islongtable="true" longtabularalignment="center">
9393 <column alignment="left" valignment="top" width="0pt">
9394 <column alignment="left" valignment="top" width="3cm">
9395 <column alignment="center" valignment="top" width="0pt">
9396 <row endfirsthead="true" caption="true">
9397 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 \begin_inset Caption Standard
9402
9403 \begin_layout Plain Layout
9404 表セル内で強制改頁をしている表
9405 \begin_inset CommandInset label
9406 LatexCommand label
9407 name "tab:強制改頁"
9408
9409 \end_inset
9410
9411
9412 \begin_inset Argument 1
9413 status collapsed
9414
9415 \begin_layout Plain Layout
9416 表セル内で強制改頁をしている表
9417 \end_layout
9418
9419 \end_inset
9420
9421
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row endfirsthead="true">
9451 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \series bold
9457 例示用電話帳(氏名は無視の事)
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row endfirsthead="true">
9482 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486
9487 \series bold
9488 氏名
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \series bold
9508 TEL.
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row endhead="true" caption="true">
9515 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 \begin_inset Caption Unnumbered
9520
9521 \begin_layout Plain Layout
9522 例示用電話帳の続き
9523 \end_layout
9524
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row endhead="true">
9552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 例示用電話帳
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row endhead="true">
9581 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 氏名
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \series bold
9607 TEL.
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 </row>
9613 <row endfoot="true">
9614 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 次頁に続く
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 Annovi
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Silvia
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 111
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \series bold
9680 Bertoli
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Stefano
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 111
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711 Bozzi
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 Walter
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 111
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 <row>
9736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \series bold
9742 Cachia
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 Maria
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 111
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773 Cachia
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782 Maurizio
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 111
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 Cinquemani
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 Giusi
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822 111
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \series bold
9835 Colin
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844 Bernard
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853 111
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row>
9860 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \series bold
9866 Concli
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 Gianfranco
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 111
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Dal Bosco
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 Carolina
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 111
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 Dalpiaz
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Annamaria
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 111
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 Feliciello
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Domenico
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 111
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Focarelli
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Paola
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 111
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Galletti
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Oreste
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 111
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row>
10046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \series bold
10052 Gasparini
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 Franca
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070 111
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 Lassini
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 Giancarlo
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 111
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Malfatti
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 Luciano
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 111
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Malfatti
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Valeriano
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Meneguzzo
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Roberto
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Mezzadra
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Roberto
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Pirpamer
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Erich
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Pochiesa
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Paolo
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111, 222
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Radina
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Claudio
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Rizzardi
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Paolo, 11.
10341  Fürst von Montecompatri, 11.
10342  Fürst von Sulmona und Vivaro, 10.
10343  Fürst von Rossano, 5.
10344  Herzog von Canemorte, 11.
10345  Herzog von Palombara, 5.
10346  Herzog von Castelchiodato,
10347 \begin_inset ERT
10348 status collapsed
10349
10350 \begin_layout Plain Layout
10351
10352 & 111
10353 \backslash
10354
10355 \backslash
10356  
10357 \backslash
10358 newpage
10359 \end_layout
10360
10361 \begin_layout Plain Layout
10362
10363 &
10364 \end_layout
10365
10366 \end_inset
10367
10368  11.
10369  Herzog von Poggionativo, 11.
10370  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10371  Graf von Valinfreda, 11.
10372  Baron von Cropalati, 11.
10373  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Stuffer
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 Oskar
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 111
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Tacchelli
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Ugo
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Tezzele
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Margit
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 111
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488 Unterkalmsteiner
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 Frieda
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 111
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Vieider
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 Hilde
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 111
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 Vigna
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 Jürgen
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 111
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \series bold
10581 Weber
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 Maurizio
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 111
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row>
10606 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \series bold
10612 Winkler
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 Franz
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 111
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 </lyxtabular>
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Section
10644 複数行・連結列・連結行
10645 \end_layout
10646
10647 \begin_layout Subsection
10648 表セル内の複数行
10649 \begin_inset CommandInset label
10650 LatexCommand label
10651 name "subsec:複数行"
10652
10653 \end_inset
10654
10655
10656 \begin_inset Index idx
10657 status collapsed
10658
10659 \begin_layout Plain Layout
10660 ひょうせるないのふくすうぎょう@表セル内の複数行
10661 \end_layout
10662
10663 \end_inset
10664
10665
10666 \begin_inset Index idx
10667 status collapsed
10668
10669 \begin_layout Plain Layout
10670 ひょう@表 ! かいぎょう@改行
10671 \end_layout
10672
10673 \end_inset
10674
10675
10676 \end_layout
10677
10678 \begin_layout Standard
10679 \noindent
10680 \begin_inset Float table
10681 placement H
10682 wide false
10683 sideways false
10684 status open
10685
10686 \begin_layout Plain Layout
10687 \begin_inset Caption Standard
10688
10689 \begin_layout Plain Layout
10690 \begin_inset CommandInset label
10691 LatexCommand label
10692 name "tab:複数行表"
10693
10694 \end_inset
10695
10696 セル内に複数の行がある表
10697 \end_layout
10698
10699 \end_inset
10700
10701
10702 \end_layout
10703
10704 \begin_layout Plain Layout
10705 \align center
10706 \begin_inset Tabular
10707 <lyxtabular version="3" rows="3" columns="3">
10708 <features tabularvalignment="middle">
10709 <column alignment="center" valignment="middle" width="2.5cm">
10710 <column alignment="center" valignment="middle">
10711 <column alignment="center" valignment="middle">
10712 <row>
10713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 複数の
10718 \begin_inset Newline linebreak
10719 \end_inset
10720
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 </lyxtabular>
10804
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \end_inset
10811
10812
10813 \end_layout
10814
10815 \begin_layout Standard
10816 列に固定幅を指定することによって,文章をハイフネーションを伴った複数行の段落として,入れることができるようになります.
10817 \end_layout
10818
10819 \begin_layout Standard
10820
10821 \begin_inset CommandInset ref
10822 LatexCommand ref
10823 reference "tab:複数行表"
10824
10825 \end_inset
10826
10827 を生成するには,まず3
10828 \begin_inset Formula $\times$
10829 \end_inset
10830
10831 3表を作り,最初のセルを右クリックして現れるメニューから,
10832 \family sans
10833 設定
10834 \family default
10835 メニューを選択します.すると表ダイアログが現れるので,セル幅を2.5
10836 \begin_inset space \thinspace{}
10837 \end_inset
10838
10839 cm幅とし,水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,その行のすべてのセルに適用されます.この例の文章は2.5
10840 \begin_inset space \thinspace{}
10841 \end_inset
10842
10843 cmよりも短いため,一行しか表示されません.そこで二行とも表示するために,両端揃え改行(
10844 \begin_inset Flex Ruby
10845 status collapsed
10846
10847 \begin_layout Plain Layout
10848 捷径
10849 \begin_inset Argument post:1
10850 status collapsed
10851
10852 \begin_layout Plain Layout
10853 ショートカット
10854 \end_layout
10855
10856 \end_inset
10857
10858
10859 \end_layout
10860
10861 \end_inset
10862
10863
10864 \begin_inset Info
10865 type  "shortcut"
10866 arg   "newline-insert linebreak"
10867 \end_inset
10868
10869 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,文章は自動的にいくつかの行に改行されます.
10870 \end_layout
10871
10872 \begin_layout Standard
10873 固定幅のセルに長い単語を入れた場合,もしそれがセルの最初にあると,\SpecialChar LaTeX
10874 はハイフネーションを行うことができません.したがって,その単語がセルの最初に来ないようにするた
10875 めには,何かを入れなくてはなりません.そこで,その単語の前に0
10876 \begin_inset space \thinspace{}
10877 \end_inset
10878
10879 pt幅の水平空白を挿入します.空白がゼロ幅なので,出力は変わりません.表
10880 \begin_inset CommandInset ref
10881 LatexCommand ref
10882 reference "tab:ハイフネーション表"
10883
10884 \end_inset
10885
10886 が違いを示しています
10887 \begin_inset Foot
10888 status open
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 【訳註】
10894 \series default
10895 p\SpecialChar LaTeX
10896 を使用している場合,日本語の文章は正しく改行されます.
10897 \end_layout
10898
10899 \end_inset
10900
10901
10902 \end_layout
10903
10904 \begin_layout Standard
10905 \begin_inset Float table
10906 placement h
10907 wide false
10908 sideways false
10909 status open
10910
10911 \begin_layout Plain Layout
10912 \begin_inset Caption Standard
10913
10914 \begin_layout Plain Layout
10915 \begin_inset CommandInset label
10916 LatexCommand label
10917 name "tab:ハイフネーション表"
10918
10919 \end_inset
10920
10921 ハイフネーション有/無の表
10922 \end_layout
10923
10924 \end_inset
10925
10926
10927 \end_layout
10928
10929 \begin_layout Plain Layout
10930 \begin_inset space \hfill{}
10931 \end_inset
10932
10933
10934 \begin_inset Tabular
10935 <lyxtabular version="3" rows="3" columns="3">
10936 <features tabularvalignment="middle">
10937 <column alignment="center" valignment="middle" width="2.5cm">
10938 <column alignment="center" valignment="middle">
10939 <column alignment="center" valignment="middle">
10940 <row>
10941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 verylongtablecellword
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 </row>
10969 <row>
10970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 </lyxtabular>
11028
11029 \end_inset
11030
11031
11032 \begin_inset space \hfill{}
11033 \end_inset
11034
11035
11036 \begin_inset Tabular
11037 <lyxtabular version="3" rows="3" columns="3">
11038 <features tabularvalignment="middle">
11039 <column alignment="center" valignment="middle" width="2.5cm">
11040 <column alignment="center" valignment="middle">
11041 <column alignment="center" valignment="middle">
11042 <row>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 \begin_inset space \hspace{}
11048 \length 0pt
11049 \end_inset
11050
11051 verylongtablecellword
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 </row>
11075 <row>
11076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 <row>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 </row>
11133 </lyxtabular>
11134
11135 \end_inset
11136
11137
11138 \begin_inset space \hfill{}
11139 \end_inset
11140
11141
11142 \end_layout
11143
11144 \end_inset
11145
11146
11147 \end_layout
11148
11149 \begin_layout Subsection
11150 連結列
11151 \begin_inset CommandInset label
11152 LatexCommand label
11153 name "subsec:連結列"
11154
11155 \end_inset
11156
11157
11158 \begin_inset Index idx
11159 status collapsed
11160
11161 \begin_layout Plain Layout
11162 れんけつれつ@連結列
11163 \end_layout
11164
11165 \end_inset
11166
11167
11168 \begin_inset Index idx
11169 status collapsed
11170
11171 \begin_layout Plain Layout
11172 ひょう@表 ! れんけつれつ@連結列
11173 \end_layout
11174
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \begin_layout Subsubsection
11181 連結列の基礎
11182 \end_layout
11183
11184 \begin_layout Standard
11185 一つのセルが複数の列にまたがるようにするためには,行中から一つの連結セルにまとめるべき各セルを選択して,表ツールバーボタン
11186 \family sans
11187
11188 \begin_inset Info
11189 type  "icon"
11190 arg   "tabular-feature multicolumn"
11191 \end_inset
11192
11193
11194 \family default
11195 を押すか,
11196 \family sans
11197 編集\SpecialChar menuseparator
11198 表\SpecialChar menuseparator
11199 連結列
11200 \family default
11201 メニューを使用するか,あるいは選択したセルを右クリックして現れるメニューから
11202 \family sans
11203 連結列
11204 \family default
11205 を有効にするかしてください.
11206 \end_layout
11207
11208 \begin_layout Standard
11209 連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
11210 ,最下行に上罫線のない連結行がある表の例です.
11211 \end_layout
11212
11213 \begin_layout Standard
11214 \align center
11215 \begin_inset Tabular
11216 <lyxtabular version="3" rows="3" columns="4">
11217 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11218 <column alignment="center" valignment="top" width="0pt">
11219 <column alignment="center" valignment="middle">
11220 <column alignment="center" valignment="top" width="0in">
11221 <column alignment="center" valignment="top" width="0pt">
11222 <row>
11223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 いろは
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 にほへとちり
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 ぬるを
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 <row>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 </lyxtabular>
11337
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \begin_layout Subsubsection
11344 連結列の計算
11345 \begin_inset CommandInset label
11346 LatexCommand label
11347 name "subsec:連結列の計算"
11348
11349 \end_inset
11350
11351
11352 \begin_inset Index idx
11353 status collapsed
11354
11355 \begin_layout Plain Layout
11356 れんけつれつ@連結列 ! けいさん@計算
11357 \end_layout
11358
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \begin_layout Standard
11365 \SpecialChar LyX
11366 は,連結列を直接にサポートしていますが,同列にある連結セル以外のセル幅については,考慮が必要です.
11367 \end_layout
11368
11369 \begin_layout Standard
11370 \begin_inset Float table
11371 placement h
11372 wide false
11373 sideways false
11374 status open
11375
11376 \begin_layout Plain Layout
11377 \begin_inset Caption Standard
11378
11379 \begin_layout Plain Layout
11380 \begin_inset CommandInset label
11381 LatexCommand label
11382 name "tab:中央揃え表"
11383
11384 \end_inset
11385
11386 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11387 \begin_inset Argument 1
11388 status collapsed
11389
11390 \begin_layout Plain Layout
11391 完全なる連結列表
11392 \end_layout
11393
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \begin_layout Plain Layout
11405 \align center
11406 \begin_inset Tabular
11407 <lyxtabular version="3" rows="3" columns="3">
11408 <features tabularvalignment="middle">
11409 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11410 <column alignment="center" valignment="middle">
11411 <column alignment="center" valignment="top">
11412 <row>
11413 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 複数行にわたる連結列
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 </row>
11441 <row>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 </row>
11470 <row>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 </row>
11499 </lyxtabular>
11500
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \begin_layout Standard
11512 たとえば,表
11513 \begin_inset CommandInset ref
11514 LatexCommand ref
11515 reference "tab:中央揃え表"
11516
11517 \end_inset
11518
11519 を生成するには,3
11520 \begin_inset Formula $\times$
11521 \end_inset
11522
11523 3表の第一行の最初の二つのセルを選択して,右クリックして現れるメニューから
11524 \family sans
11525 設定
11526 \family default
11527 を選択します.そして現れる表の設定ダイアログで,このセルを
11528 \emph on
11529 連結列
11530 \emph default
11531
11532 \emph on
11533 中央揃え
11534 \emph default
11535 ,2.5
11536 \begin_inset space \thinspace{}
11537 \end_inset
11538
11539 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,第一列の幅を1.25
11540 \begin_inset space \thinspace{}
11541 \end_inset
11542
11543 cm幅に設定します.すると第二列は自動的に1.25
11544 \begin_inset space \thinspace{}
11545 \end_inset
11546
11547 cm幅(連結列幅マイナス第一列の幅)になります.表
11548 \begin_inset CommandInset ref
11549 LatexCommand ref
11550 reference "tab:半分でない表"
11551
11552 \end_inset
11553
11554 もこのようにして作成してあります.
11555 \end_layout
11556
11557 \begin_layout Standard
11558 \begin_inset Float table
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 wide false
14210 sideways false
14211 status open
14212
14213 \begin_layout Plain Layout
14214 \begin_inset Caption Standard
14215
14216 \begin_layout Plain Layout
14217 \begin_inset CommandInset label
14218 LatexCommand label
14219 name "tab:ブックタブ表の例"
14220
14221 \end_inset
14222
14223 ブックタブ表の例
14224 \end_layout
14225
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \begin_layout Plain Layout
14232 \align center
14233 \begin_inset Tabular
14234 <lyxtabular version="3" rows="8" columns="4">
14235 <features booktabs="true" tabularvalignment="middle">
14236 <column alignment="center" valignment="top">
14237 <column alignment="center" valignment="top">
14238 <column alignment="center" valignment="top">
14239 <column alignment="center" valignment="top">
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 システム
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 Medipix
14255 \begin_inset space \thinspace{}
14256 \end_inset
14257
14258 1
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 Medipix
14268 \begin_inset space \thinspace{}
14269 \end_inset
14270
14271 2
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 </row>
14286 <row>
14287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 \begin_inset ERT
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295
14296
14297 \backslash
14298 cmidrule(r){2-2}
14299 \end_layout
14300
14301 \end_inset
14302
14303
14304 \begin_inset ERT
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308
14309
14310 \backslash
14311 cmidrule(l){3-4}
14312 \end_layout
14313
14314 \end_inset
14315
14316 検知器の厚み [
14317 \begin_inset Formula $\mu m$
14318 \end_inset
14319
14320 ]
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 300
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 300
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 <cell alignment="center" valignment="top" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 700
14348 \end_layout
14349
14350 \end_inset
14351 </cell>
14352 </row>
14353 <row>
14354 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 エッジ角 [度]
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 <cell alignment="center" valignment="top" topline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 3.55
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell alignment="center" valignment="top" topline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376 2.71
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 7.99
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 </row>
14391 <row topspace="default">
14392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 空間分解能 [
14397 \begin_inset Formula $\mu m$
14398 \end_inset
14399
14400 ]
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 4.26
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 10.17
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 10.56
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 </row>
14433 <row topspace="default">
14434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 \begin_inset Formula $f_{\mathrm{max}}$
14439 \end_inset
14440
14441 におけるMTF
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 <cell alignment="center" valignment="top" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 0.53
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 0.37
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 0.39
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 <row topspace="default">
14475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 \begin_inset ERT
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483
14484
14485 \backslash
14486 cmidrule[2pt](l{10pt}){1-1}
14487 \end_layout
14488
14489 \end_inset
14490
14491 LSF空間分解能
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell alignment="center" valignment="top" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 </row>
14524 <row>
14525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 \begin_inset Formula $\mu m$
14530 \end_inset
14531
14532 表示
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 129.7
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 52.75
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559 50.78
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 </row>
14565 <row>
14566 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 ピクセルサイズに対する%表示
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 76.3
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 95.9
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597 92.3
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 </row>
14603 </lyxtabular>
14604
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \end_layout
14614
14615 \begin_layout Standard
14616 表中の行に余白を加えるには,第
14617 \begin_inset CommandInset ref
14618 LatexCommand ref
14619 reference "subsec:行の余白取り"
14620
14621 \end_inset
14622
14623 節に述べられているように,表の設定ダイアログの
14624 \family sans
14625 罫線
14626 \family default
14627 タブを使用します.
14628 \end_layout
14629
14630 \begin_layout Standard
14631 通常の表と違って,フォーマル様式の表には縦罫線がありません.表の横罫線は,通常の表と同様に指定することができますが,出力でこれらの線幅は異なります.
14632 \begin_inset Newline newline
14633 \end_inset
14634
14635 最初と最後の表罫線の既定幅は0.08
14636 \begin_inset space \thinspace{}
14637 \end_inset
14638
14639 emですが,他の罫線の既定幅は0.05
14640 \begin_inset space \thinspace{}
14641 \end_inset
14642
14643 emです.
14644 \end_layout
14645
14646 \begin_layout Standard
14647 これらの既定幅は,以下のプリアンブル行を指定することによって変更することができます.
14648 \end_layout
14649
14650 \begin_layout Standard
14651
14652 \series bold
14653
14654 \backslash
14655 let
14656 \backslash
14657 mytoprule
14658 \backslash
14659 toprule
14660 \begin_inset Newline newline
14661 \end_inset
14662
14663
14664 \backslash
14665 renewcommand{
14666 \backslash
14667 toprule}{
14668 \backslash
14669 mytoprule[幅]}
14670 \end_layout
14671
14672 \begin_layout Standard
14673 上の例は,
14674 \series bold
14675 toprule
14676 \series default
14677 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
14678 \series bold
14679 toprule
14680 \series default
14681
14682 \series bold
14683 bottomrule
14684 \series default
14685 に置き換えて下さい.他の罫線の線幅を変更するには,
14686 \series bold
14687 toprule
14688 \series default
14689
14690 \series bold
14691 midrule
14692 \series default
14693 に置き換えます.線幅を設定する上では,付録
14694 \begin_inset CommandInset ref
14695 LatexCommand ref
14696 reference "cha:LyXで使用できる単位"
14697
14698 \end_inset
14699
14700 に挙げてあるすべての単位を使用することができます.
14701 \end_layout
14702
14703 \begin_layout Standard
14704 全列にまたがらない罫線は,連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
14705 は,内部的に
14706 \series bold
14707
14708 \backslash
14709 cmidrule
14710 \series default
14711 コマンドを使用して,このような罫線を引きます.このコマンドの完全な書式は
14712 \end_layout
14713
14714 \begin_layout Standard
14715
14716 \series bold
14717
14718 \backslash
14719 cmidrule[幅](刈込){開始列-終了列}
14720 \end_layout
14721
14722 \begin_layout Standard
14723 です.
14724 \series bold
14725
14726 \backslash
14727 cmidrule
14728 \series default
14729 のオプションは,現在のところ\SpecialChar LyX
14730 がサポートしていないので,オプションを使用するためには,\SpecialChar TeX
14731 コードを使わなくてはなりません.
14732 \series bold
14733
14734 \backslash
14735 cmidrule
14736 \series default
14737 は,行の第一列の中に,最初に\SpecialChar TeX
14738 コードでこのコマンドを入れることによって,手動で指定することができます.この罫線は,出力では現在行の上に引かれることになります.
14739 \end_layout
14740
14741 \begin_layout Standard
14742 この線幅の既定値は0.03
14743 \begin_inset space \thinspace{}
14744 \end_inset
14745
14746 emです.「開始列」は罫線を開始する列番号で,「終了列」は罫線を終了する列番号です.終了列は,罫線を一列だけに引きたいときも含めて,常に指定しなくてはなりません
14747 .非必須パラメーターの「刈込」は,
14748 \emph on
14749 l{刈込幅}
14750 \emph default
14751 あるいは
14752 \emph on
14753 r{刈込幅}
14754 \emph default
14755 の値を取り,刈込幅の指定は非必須です.たとえば,
14756 \emph on
14757 l{2pt}
14758 \emph default
14759 というパラメーターを使うと,罫線が左端から2
14760 \begin_inset space \thinspace{}
14761 \end_inset
14762
14763 ptだけ刈り込まれます.刈込幅を指定しないと,罫線は既定値の0.5
14764 \begin_inset space \thinspace{}
14765 \end_inset
14766
14767 emだけ刈り込まれます.
14768 \end_layout
14769
14770 \begin_layout Standard
14771 \begin_inset VSpace bigskip
14772 \end_inset
14773
14774
14775 \begin_inset CommandInset ref
14776 LatexCommand ref
14777 reference "tab:ブックタブ表の例"
14778
14779 \end_inset
14780
14781 は,
14782 \end_layout
14783
14784 \begin_layout Standard
14785
14786 \series bold
14787
14788 \backslash
14789 cmidrule(r){2-2}
14790 \backslash
14791 cmidrule(l){3-4}
14792 \end_layout
14793
14794 \begin_layout Standard
14795 というコマンドを第二行の初めに使用し,
14796 \end_layout
14797
14798 \begin_layout Standard
14799
14800 \series bold
14801
14802 \backslash
14803 cmidrule[2pt](l{10pt}){1-1}
14804 \end_layout
14805
14806 \begin_layout Standard
14807 を第六行に使用して作成されています.
14808 \end_layout
14809
14810 \begin_layout Standard
14811 \begin_inset VSpace bigskip
14812 \end_inset
14813
14814
14815 \end_layout
14816
14817 \begin_layout Standard
14818 ときには,表
14819 \begin_inset CommandInset ref
14820 LatexCommand ref
14821 reference "tab:特殊なブックタブ表"
14822
14823 \end_inset
14824
14825 のような重なり合った
14826 \series bold
14827
14828 \backslash
14829 cmidrule
14830 \series default
14831 が欲しいことがあるかもしれません.これは,\SpecialChar TeX
14832 コードで
14833 \end_layout
14834
14835 \begin_layout Standard
14836
14837 \series bold
14838
14839 \backslash
14840 morecmidrules
14841 \end_layout
14842
14843 \begin_layout Standard
14844 コマンドを使用することによって実現することができます.表
14845 \begin_inset CommandInset ref
14846 LatexCommand ref
14847 reference "tab:特殊なブックタブ表"
14848
14849 \end_inset
14850
14851 の第二列には
14852 \end_layout
14853
14854 \begin_layout Standard
14855
14856 \series bold
14857
14858 \backslash
14859 cmidrule(r){2-2}
14860 \backslash
14861 cmidrule(l){3-4}
14862 \backslash
14863 morecmidrules
14864 \backslash
14865 cmidrule{2-4}
14866 \end_layout
14867
14868 \begin_layout Standard
14869 というコマンドが使用されており,第六列には
14870 \end_layout
14871
14872 \begin_layout Standard
14873
14874 \series bold
14875
14876 \backslash
14877 midrule
14878 \backslash
14879 morecmidrules
14880 \backslash
14881 cmidrule{3-4}
14882 \end_layout
14883
14884 \begin_layout Standard
14885 というコマンドが使用されています.
14886 \end_layout
14887
14888 \begin_layout Standard
14889 \begin_inset VSpace bigskip
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \begin_layout Standard
14896 罫線の余白取りにどうしても満足が行かない場合には,
14897 \end_layout
14898
14899 \begin_layout Standard
14900
14901 \series bold
14902
14903 \backslash
14904 specialrule{幅}{上余白}{下余白}
14905 \end_layout
14906
14907 \begin_layout Standard
14908 というコマンドを使用すれば,全列にわたる罫線を生成することができます.これらの特殊機能については,\SpecialChar LaTeX
14909 パッケージ
14910 \series bold
14911 booktabs
14912 \series default
14913  
14914 \begin_inset CommandInset citation
14915 LatexCommand cite
14916 key "booktabs"
14917 literal "true"
14918
14919 \end_inset
14920
14921
14922 \begin_inset Index idx
14923 status collapsed
14924
14925 \begin_layout Plain Layout
14926 \SpecialChar LaTeX
14927 ぱっけーじ@\SpecialChar LaTeX
14928 パッケージ ! booktabs
14929 \end_layout
14930
14931 \end_inset
14932
14933 の取扱説明書をご参照下さい.
14934 \end_layout
14935
14936 \begin_layout Standard
14937 \begin_inset Float table
14938 placement h
14939 wide false
14940 sideways false
14941 status open
14942
14943 \begin_layout Plain Layout
14944 \begin_inset Caption Standard
14945
14946 \begin_layout Plain Layout
14947 \begin_inset CommandInset label
14948 LatexCommand label
14949 name "tab:特殊なブックタブ表"
14950
14951 \end_inset
14952
14953 特殊なブックタブ表
14954 \end_layout
14955
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \begin_layout Plain Layout
14962 \align center
14963 \begin_inset Tabular
14964 <lyxtabular version="3" rows="8" columns="4">
14965 <features booktabs="true" tabularvalignment="middle">
14966 <column alignment="center" valignment="top">
14967 <column alignment="center" valignment="top">
14968 <column alignment="center" valignment="top">
14969 <column alignment="center" valignment="top">
14970 <row>
14971 <cell alignment="center" valignment="top" topline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 システム
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 Medipix
14985 \begin_inset space \thinspace{}
14986 \end_inset
14987
14988 1
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 Medipix
14998 \begin_inset space \thinspace{}
14999 \end_inset
15000
15001 2
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 </row>
15016 <row>
15017 <cell alignment="center" valignment="top" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 \begin_inset ERT
15022 status collapsed
15023
15024 \begin_layout Plain Layout
15025
15026
15027 \backslash
15028 cmidrule(r){2-2}
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \begin_inset ERT
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038
15039
15040 \backslash
15041 cmidrule(l){3-4}
15042 \end_layout
15043
15044 \end_inset
15045
15046
15047 \begin_inset ERT
15048 status collapsed
15049
15050 \begin_layout Plain Layout
15051
15052
15053 \backslash
15054 morecmidrules 
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \begin_inset ERT
15061 status collapsed
15062
15063 \begin_layout Plain Layout
15064
15065
15066 \backslash
15067 cmidrule{2-4}
15068 \end_layout
15069
15070 \end_inset
15071
15072 検知器の厚み [
15073 \begin_inset Formula $\mu m$
15074 \end_inset
15075
15076 ]
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 300
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 300
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 700
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 </row>
15109 <row>
15110 <cell alignment="center" valignment="top" topline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 エッジ角 [度]
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 3.55
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" topline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 2.71
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 7.99
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row topspace="default">
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 空間分解能 [
15153 \begin_inset Formula $\mu m$
15154 \end_inset
15155
15156 ]
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 4.26
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 10.17
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 10.56
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 <row topspace="default">
15190 <cell alignment="center" valignment="top" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194 \begin_inset Formula $f_{\mathrm{max}}$
15195 \end_inset
15196
15197 におけるMTF
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 0.53
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 0.37
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 0.39
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235 \begin_inset ERT
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239
15240
15241 \backslash
15242 morecmidrules 
15243 \end_layout
15244
15245 \end_inset
15246
15247
15248 \begin_inset ERT
15249 status collapsed
15250
15251 \begin_layout Plain Layout
15252
15253
15254 \backslash
15255 cmidrule{3-4}
15256 \end_layout
15257
15258 \end_inset
15259
15260 LSF空間分解能
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" topline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 <row>
15294 <cell alignment="center" valignment="top" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 \begin_inset Formula $\mu m$
15299 \end_inset
15300
15301 表示
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 <cell alignment="center" valignment="top" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310 129.7
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell alignment="center" valignment="top" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319 52.75
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328 50.78
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 </row>
15334 <row>
15335 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339 ピクセルサイズに対する%表示
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 76.3
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357 95.9
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 92.3
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 </row>
15372 </lyxtabular>
15373
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \begin_layout Section
15385 表の垂直揃え
15386 \begin_inset Index idx
15387 status collapsed
15388
15389 \begin_layout Plain Layout
15390 ひょう@表 ! そろえ@揃え
15391 \end_layout
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \begin_layout Standard
15399 本文行中で表の垂直揃えをするには,その表をボックスの中に入れなくてはなりません.そうした上で,第
15400 \begin_inset CommandInset ref
15401 LatexCommand ref
15402 reference "sec:ボックスダイアログ"
15403
15404 \end_inset
15405
15406 節に述べられているように,ボックスの垂直揃えを行います.
15407 \end_layout
15408
15409 \begin_layout Standard
15410 以下の例では,各表は15
15411 \begin_inset space \thinspace{}
15412 \end_inset
15413
15414 列幅%を持つminipage
15415 \begin_inset Foot
15416 status collapsed
15417
15418 \begin_layout Plain Layout
15419 minipageは第
15420 \begin_inset CommandInset ref
15421 LatexCommand ref
15422 reference "sec:ミニページ"
15423
15424 \end_inset
15425
15426 節で説明されています.
15427 \end_layout
15428
15429 \end_inset
15430
15431 ボックスの中に入れてあります.
15432 \end_layout
15433
15434 \begin_layout Itemize
15435 動作試験 
15436 \begin_inset Box Frameless
15437 position "t"
15438 hor_pos "c"
15439 has_inner_box 1
15440 inner_pos "c"
15441 use_parbox 0
15442 use_makebox 0
15443 width "15col%"
15444 special "none"
15445 height "1in"
15446 height_special "totalheight"
15447 thickness "0.4pt"
15448 separation "3pt"
15449 shadowsize "4pt"
15450 framecolor "black"
15451 backgroundcolor "none"
15452 status collapsed
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Tabular
15456 <lyxtabular version="3" rows="3" columns="3">
15457 <features tabularvalignment="middle">
15458 <column alignment="center" valignment="top">
15459 <column alignment="center" valignment="top">
15460 <column alignment="center" valignment="top">
15461 <row>
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 </row>
15490 <row>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 </row>
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 </lyxtabular>
15549
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556
15557  動作試験 
15558 \begin_inset ERT
15559 status collapsed
15560
15561 \begin_layout Plain Layout
15562
15563
15564 \backslash
15565 raisebox{0.85
15566 \backslash
15567 baselineskip}{
15568 \end_layout
15569
15570 \end_inset
15571
15572
15573 \begin_inset Box Frameless
15574 position "t"
15575 hor_pos "c"
15576 has_inner_box 1
15577 inner_pos "c"
15578 use_parbox 0
15579 use_makebox 0
15580 width "15col%"
15581 special "none"
15582 height "1in"
15583 height_special "totalheight"
15584 thickness "0.4pt"
15585 separation "3pt"
15586 shadowsize "4pt"
15587 framecolor "black"
15588 backgroundcolor "none"
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592 \begin_inset Tabular
15593 <lyxtabular version="3" rows="3" columns="3">
15594 <features tabularvalignment="middle">
15595 <column alignment="center" valignment="top">
15596 <column alignment="center" valignment="top">
15597 <column alignment="center" valignment="top">
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 </row>
15627 <row>
15628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 </row>
15656 <row>
15657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 </lyxtabular>
15686
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \end_inset
15693
15694
15695 \begin_inset ERT
15696 status collapsed
15697
15698 \begin_layout Plain Layout
15699
15700 }
15701 \end_layout
15702
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \begin_layout Itemize
15709 動作試験 
15710 \begin_inset Box Frameless
15711 position "c"
15712 hor_pos "c"
15713 has_inner_box 1
15714 inner_pos "c"
15715 use_parbox 0
15716 use_makebox 0
15717 width "15col%"
15718 special "none"
15719 height "1in"
15720 height_special "totalheight"
15721 thickness "0.4pt"
15722 separation "3pt"
15723 shadowsize "4pt"
15724 framecolor "black"
15725 backgroundcolor "none"
15726 status collapsed
15727
15728 \begin_layout Plain Layout
15729 \begin_inset Tabular
15730 <lyxtabular version="3" rows="3" columns="3">
15731 <features tabularvalignment="middle">
15732 <column alignment="center" valignment="top">
15733 <column alignment="center" valignment="top">
15734 <column alignment="center" valignment="top">
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 <row>
15765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 </row>
15793 <row>
15794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 </row>
15822 </lyxtabular>
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \end_inset
15830
15831
15832 \end_layout
15833
15834 \begin_layout Itemize
15835 動作試験 
15836 \begin_inset Box Frameless
15837 position "b"
15838 hor_pos "c"
15839 has_inner_box 1
15840 inner_pos "c"
15841 use_parbox 0
15842 use_makebox 0
15843 width "15col%"
15844 special "none"
15845 height "1in"
15846 height_special "totalheight"
15847 thickness "0.4pt"
15848 separation "3pt"
15849 shadowsize "4pt"
15850 framecolor "black"
15851 backgroundcolor "none"
15852 status collapsed
15853
15854 \begin_layout Plain Layout
15855 \begin_inset Tabular
15856 <lyxtabular version="3" rows="3" columns="3">
15857 <features tabularvalignment="middle">
15858 <column alignment="center" valignment="top">
15859 <column alignment="center" valignment="top">
15860 <column alignment="center" valignment="top">
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 <row>
15891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row>
15920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 </lyxtabular>
15949
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \end_inset
15956
15957  動作試験 
15958 \begin_inset ERT
15959 status collapsed
15960
15961 \begin_layout Plain Layout
15962
15963
15964 \backslash
15965 raisebox{-0.32
15966 \backslash
15967 baselineskip}{
15968 \end_layout
15969
15970 \end_inset
15971
15972
15973 \begin_inset Box Frameless
15974 position "b"
15975 hor_pos "c"
15976 has_inner_box 1
15977 inner_pos "c"
15978 use_parbox 0
15979 use_makebox 0
15980 width "15col%"
15981 special "none"
15982 height "1in"
15983 height_special "totalheight"
15984 thickness "0.4pt"
15985 separation "3pt"
15986 shadowsize "4pt"
15987 framecolor "black"
15988 backgroundcolor "none"
15989 status collapsed
15990
15991 \begin_layout Plain Layout
15992 \begin_inset Tabular
15993 <lyxtabular version="3" rows="3" columns="3">
15994 <features tabularvalignment="middle">
15995 <column alignment="center" valignment="top">
15996 <column alignment="center" valignment="top">
15997 <column alignment="center" valignment="top">
15998 <row>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 </row>
16027 <row>
16028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 </lyxtabular>
16086
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \end_inset
16093
16094
16095 \begin_inset ERT
16096 status collapsed
16097
16098 \begin_layout Plain Layout
16099
16100 }
16101 \end_layout
16102
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \begin_layout Standard
16109 上記のとおり,表の第一行あるいは最終行の中身が,表外の本文行と揃っていません.これらを揃えるには,minipageボックスをraisebox
16110 \begin_inset Foot
16111 status collapsed
16112
16113 \begin_layout Plain Layout
16114 raiseboxは,第
16115 \begin_inset CommandInset ref
16116 LatexCommand ref
16117 reference "subsec:垂直揃え"
16118
16119 \end_inset
16120
16121 節で説明されています.
16122 \end_layout
16123
16124 \end_inset
16125
16126 の中に入れなくてはなりません.上記の例では,最初の項目の第二表は,ボックスの前に
16127 \end_layout
16128
16129 \begin_layout Standard
16130
16131 \series bold
16132
16133 \backslash
16134 raisebox{0.85
16135 \backslash
16136 baselineskip}{
16137 \end_layout
16138
16139 \begin_layout Standard
16140 という\SpecialChar TeX
16141 コードコマンドを使用して揃えています.ボックスの後には,閉じ括弧
16142 \series bold
16143 }
16144 \series default
16145 を\SpecialChar TeX
16146 コードとして挿入してあります.最後の項目の第二表には,
16147 \end_layout
16148
16149 \begin_layout Standard
16150
16151 \series bold
16152
16153 \backslash
16154 raisebox{-0.32
16155 \backslash
16156 baselineskip}{
16157 \end_layout
16158
16159 \begin_layout Standard
16160 というコマンドを使用しています.
16161 \end_layout
16162
16163 \begin_layout Standard
16164 \begin_inset Note Greyedout
16165 status open
16166
16167 \begin_layout Plain Layout
16168
16169 \series bold
16170 【註】
16171 \series default
16172 表の行の中身の周囲の本文行への揃えは,つねに同じ値をとるわけではありません.この揃え方に必要な
16173 \series bold
16174
16175 \backslash
16176 raisebox
16177 \series default
16178 コマンドの値は,文書フォントやフォント寸法,表罫線の線幅によって変わります.
16179 \end_layout
16180
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \begin_layout Section
16187 色付きの表
16188 \begin_inset CommandInset label
16189 LatexCommand label
16190 name "sec:色付きの表"
16191
16192 \end_inset
16193
16194
16195 \begin_inset Index idx
16196 status collapsed
16197
16198 \begin_layout Plain Layout
16199 ひょう@表 ! いろつき@色付き
16200 \end_layout
16201
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \begin_layout Subsection
16208 色付きのセル
16209 \begin_inset Index idx
16210 status collapsed
16211
16212 \begin_layout Plain Layout
16213 ひょうのいろ@表の色 ! せるぶ@セル部
16214 \end_layout
16215
16216 \end_inset
16217
16218
16219 \begin_inset Index idx
16220 status collapsed
16221
16222 \begin_layout Plain Layout
16223 いろつき@色付き ! ひょうせるぶ@表セル部
16224 \end_layout
16225
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \begin_layout Standard
16232 \begin_inset Float table
16233 placement h
16234 wide false
16235 sideways false
16236 status open
16237
16238 \begin_layout Plain Layout
16239 \begin_inset Caption Standard
16240
16241 \begin_layout Plain Layout
16242 \begin_inset CommandInset label
16243 LatexCommand label
16244 name "tab:colortblなしの表"
16245
16246 \end_inset
16247
16248
16249 \series bold
16250 colortbl
16251 \series default
16252 パッケージを使用しない色付き表
16253 \begin_inset Argument 1
16254 status collapsed
16255
16256 \begin_layout Plain Layout
16257 colortblなしの表
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \end_inset
16266
16267
16268 \end_layout
16269
16270 \begin_layout Plain Layout
16271 \align center
16272 \begin_inset Tabular
16273 <lyxtabular version="3" rows="3" columns="3">
16274 <features tabularvalignment="middle">
16275 <column alignment="center" valignment="top">
16276 <column alignment="center" valignment="top">
16277 <column alignment="center" valignment="top">
16278 <row>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \color green
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294
16295 \color red
16296
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305
16306 \color red
16307
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318
16319 \color green
16320
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329
16330 \color blue
16331
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340
16341 \color blue
16342
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 </row>
16348 <row>
16349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353
16354 \color green
16355
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364
16365 \color blue
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375
16376 \color blue
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 </lyxtabular>
16384
16385 \end_inset
16386
16387
16388 \end_layout
16389
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \begin_layout Standard
16396 もし色の付いた文章が欲しいだけならば,そのセルを選択して,
16397 \family sans
16398 編集\SpecialChar menuseparator
16399 文字様式
16400 \family default
16401 メニューで色を選んでください.表
16402 \begin_inset CommandInset ref
16403 LatexCommand ref
16404 reference "tab:colortblなしの表"
16405
16406 \end_inset
16407
16408 を作るのに,この方法が使われています.それ以外の場合には,\SpecialChar LaTeX
16409 パッケージの
16410 \series bold
16411 colortbl
16412 \series default
16413
16414 \begin_inset Index idx
16415 status collapsed
16416
16417 \begin_layout Plain Layout
16418 \SpecialChar LaTeX
16419 ぱっけーじ@\SpecialChar LaTeX
16420 パッケージ ! colortbl
16421 \end_layout
16422
16423 \end_inset
16424
16425 を使用しなくてはなりません.
16426 \end_layout
16427
16428 \begin_layout Standard
16429 \begin_inset ERT
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433
16434
16435 \backslash
16436 ifcolortbl
16437 \end_layout
16438
16439 \end_inset
16440
16441
16442 \begin_inset Note Note
16443 status open
16444
16445 \begin_layout Plain Layout
16446 本節の以下の部分は,\SpecialChar LaTeX
16447 パッケージ
16448 \series bold
16449 colortbl
16450 \series default
16451 が導入済みのときのみ表示されます.
16452 \end_layout
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \begin_layout Standard
16460 色付きの表を作成するには,プリアンブルに
16461 \end_layout
16462
16463 \begin_layout Standard
16464
16465 \series bold
16466
16467 \backslash
16468 usepackage{colortbl}
16469 \end_layout
16470
16471 \begin_layout Standard
16472 という行を書いて
16473 \series bold
16474 colortbl
16475 \series default
16476 を読み込まなくてはなりません.列の色は,
16477 \series bold
16478 >{ }
16479 \series default
16480 コマンドの中に
16481 \end_layout
16482
16483 \begin_layout Standard
16484
16485 \series bold
16486
16487 \backslash
16488 columncolor{色彩名}
16489 \end_layout
16490
16491 \begin_layout Standard
16492 というコマンドを書いて指定することができます.
16493 \series bold
16494 >{}
16495 \series default
16496 コマンドに関する詳細は,第
16497 \begin_inset CommandInset ref
16498 LatexCommand ref
16499 reference "subsec:連結列の計算"
16500
16501 \end_inset
16502
16503 節に述べられています.
16504 \end_layout
16505
16506 \begin_layout Standard
16507 以下の色彩名が事前に定義されています.
16508 \end_layout
16509
16510 \begin_layout Standard
16511
16512 \family sans
16513 red
16514 \family default
16515
16516 \family sans
16517 green
16518 \family default
16519
16520 \family sans
16521 yellow
16522 \family default
16523
16524 \family sans
16525 blue
16526 \family default
16527
16528 \family sans
16529 cyan
16530 \family default
16531
16532 \family sans
16533 magenta
16534 \family default
16535
16536 \family sans
16537 black
16538 \family default
16539
16540 \family sans
16541 white
16542 \end_layout
16543
16544 \begin_layout Standard
16545 \begin_inset VSpace medskip
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \begin_layout Standard
16552 また,文書設定中で,文書クラスオプションに
16553 \end_layout
16554
16555 \begin_layout Standard
16556
16557 \series bold
16558 dvipsnames
16559 \end_layout
16560
16561 \begin_layout Standard
16562 を与えると,さらに61色を使用することができます.これらの色は,附録
16563 \begin_inset CommandInset ref
16564 LatexCommand ref
16565 reference "chap:dvips色名一覧"
16566
16567 \end_inset
16568
16569 に列挙されています.それらの色の1つ,
16570 \family sans
16571 Maroon
16572 \family default
16573 が,例として表
16574 \begin_inset CommandInset ref
16575 LatexCommand ref
16576 reference "tab:色付き表"
16577
16578 \end_inset
16579
16580 に使用されています.
16581 \end_layout
16582
16583 \begin_layout Standard
16584 \begin_inset VSpace medskip
16585 \end_inset
16586
16587
16588 \end_layout
16589
16590 \begin_layout Standard
16591 また
16592 \end_layout
16593
16594 \begin_layout Standard
16595
16596 \series bold
16597
16598 \backslash
16599 definecolor{色彩名}{色彩モデル}{色彩値}
16600 \end_layout
16601
16602 \begin_layout Standard
16603 というコマンドを使用すれば,自分自身の色彩を定義することができます.ここで色彩モデルは
16604 \end_layout
16605
16606 \begin_layout Labeling
16607 \labelwidthstring 00.00.0000
16608 cmyk: シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
16609 \end_layout
16610
16611 \begin_layout Labeling
16612 \labelwidthstring 00.00.0000
16613 rgb: 赤(red)・緑(green)・青(blue)
16614 \end_layout
16615
16616 \begin_layout Labeling
16617 \labelwidthstring 00.00.0000
16618 gray: グレー
16619 \end_layout
16620
16621 \begin_layout Standard
16622 から選択することができ,色彩値は,0から1の間の数字をコンマで区切ったもので,それぞれ当該色彩モデルにおける各色彩の大きさを示します.
16623 \end_layout
16624
16625 \begin_layout Standard
16626 たとえば,プリアンブルに
16627 \end_layout
16628
16629 \begin_layout Standard
16630
16631 \series bold
16632
16633 \backslash
16634 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16635 \end_layout
16636
16637 \begin_layout Standard
16638 と書くことによって,「
16639 \emph on
16640 darkgreen
16641 \emph default
16642 」色を定義することができますし,
16643 \end_layout
16644
16645 \begin_layout Standard
16646
16647 \series bold
16648
16649 \backslash
16650 definecolor{lightgray}{gray}{0.8}
16651 \end_layout
16652
16653 \begin_layout Standard
16654 と書けば,「
16655 \emph on
16656 lightgray
16657 \emph default
16658 」色を定義することができます.
16659 \end_layout
16660
16661 \begin_layout Standard
16662 \begin_inset VSpace medskip
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \begin_layout Standard
16669 罫線は
16670 \end_layout
16671
16672 \begin_layout Standard
16673
16674 \series bold
16675
16676 \backslash
16677 rowcolor{色彩名}
16678 \end_layout
16679
16680 \begin_layout Standard
16681 というコマンドを使用して色付けすることができ,セルは
16682 \end_layout
16683
16684 \begin_layout Standard
16685
16686 \series bold
16687
16688 \backslash
16689 cellcolor{色彩名}
16690 \end_layout
16691
16692 \begin_layout Standard
16693 というコマンドで色付けすることができます.どちらのコマンドも,セルの冒頭に\SpecialChar TeX
16694 コードで書き込みます.
16695 \end_layout
16696
16697 \begin_layout Standard
16698 表中の文字に色付けをするには,セルを選択してから,\SpecialChar LyX
16699 のメニュー
16700 \family sans
16701 編集\SpecialChar menuseparator
16702 文字様式
16703 \family default
16704 を使用します.セルに\SpecialChar TeX
16705 コードが入っている場合には,文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
16706 コードが\SpecialChar LaTeX
16707 エラーを引き起こしてしまいます.
16708 \end_layout
16709
16710 \begin_layout Standard
16711 \begin_inset Note Greyedout
16712 status open
16713
16714 \begin_layout Plain Layout
16715
16716 \series bold
16717 【註】
16718 \series default
16719 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
16720 \end_layout
16721
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \begin_layout Standard
16728 \begin_inset VSpace bigskip
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \begin_layout Standard
16735
16736 \begin_inset CommandInset ref
16737 LatexCommand ref
16738 reference "tab:色付き表"
16739
16740 \end_inset
16741
16742 を作成するには,以下のようにしてください.第一列の色は
16743 \emph on
16744 darkgreen
16745 \emph default
16746 にしたいので,この列の\SpecialChar LaTeX
16747 変数として
16748 \end_layout
16749
16750 \begin_layout Standard
16751
16752 \series bold
16753 >{
16754 \backslash
16755 columncolor{darkgreen}
16756 \backslash
16757 centering}c
16758 \end_layout
16759
16760 \begin_layout Standard
16761 と書き込みます.第一列は青にしたいので,この列の最初のセルに
16762 \end_layout
16763
16764 \begin_layout Standard
16765
16766 \series bold
16767
16768 \backslash
16769 rowcolow{cyan}
16770 \end_layout
16771
16772 \begin_layout Standard
16773 という\SpecialChar TeX
16774 コードコマンドを書き込みます.これによって,第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
16775 \end_layout
16776
16777 \begin_layout Standard
16778
16779 \series bold
16780
16781 \backslash
16782 cellcolor{Maroon}
16783 \end_layout
16784
16785 \begin_layout Standard
16786 という\SpecialChar TeX
16787 コードコマンドを書き込むことで,マルーンに色づけされています.この後,
16788 \family sans
16789 編集\SpecialChar menuseparator
16790 文字様式
16791 \family default
16792 メニューを使って,各文字に色付けをすることができます.
16793 \end_layout
16794
16795 \begin_layout Standard
16796 \begin_inset Float table
16797 placement h
16798 wide false
16799 sideways false
16800 status open
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Caption Standard
16804
16805 \begin_layout Plain Layout
16806
16807 \series bold
16808 \begin_inset CommandInset label
16809 LatexCommand label
16810 name "tab:色付き表"
16811
16812 \end_inset
16813
16814 colortbl
16815 \series default
16816 パッケージを使用した色付き表
16817 \begin_inset Argument 1
16818 status collapsed
16819
16820 \begin_layout Plain Layout
16821 colortblを使った表
16822 \end_layout
16823
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \begin_layout Plain Layout
16835 \align center
16836 \begin_inset Tabular
16837 <lyxtabular version="3" rows="3" columns="3">
16838 <features tabularvalignment="middle">
16839 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16840 <column alignment="center" valignment="top">
16841 <column alignment="center" valignment="top">
16842 <row>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset ERT
16848 status collapsed
16849
16850 \begin_layout Plain Layout
16851
16852
16853 \backslash
16854 rowcolor{cyan}
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \color magenta
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \color red
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \color red
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row>
16890 <cell alignment="center" valignment="top" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894
16895 \color yellow
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \color blue
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \color blue
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929
16930 \color yellow
16931
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \color blue
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset ERT
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955
16956
16957 \backslash
16958 cellcolor{Maroon}
16959 \end_layout
16960
16961 \end_inset
16962
16963
16964 \color green
16965
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 </row>
16971 </lyxtabular>
16972
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 \begin_inset ERT
16985 status collapsed
16986
16987 \begin_layout Plain Layout
16988
16989
16990 \backslash
16991 else
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \begin_inset Note Note
16998 status open
16999
17000 \begin_layout Plain Layout
17001 以下は,\SpecialChar LaTeX
17002 パッケージ
17003 \series bold
17004 colortbl
17005 \series default
17006 が導入されていないときに表示されます.
17007 \end_layout
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \begin_layout Standard
17015 この節の内容を出力で表示させるには,
17016 \series bold
17017 colortbl
17018 \series default
17019 パッケージを導入する必要があります.
17020 \end_layout
17021
17022 \begin_layout Standard
17023 \begin_inset ERT
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027
17028
17029 \backslash
17030 fi
17031 \end_layout
17032
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \begin_layout Subsection
17039 色付き行
17040 \begin_inset Index idx
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17045 \end_layout
17046
17047 \end_inset
17048
17049
17050 \begin_inset Index idx
17051 status collapsed
17052
17053 \begin_layout Plain Layout
17054 いろつき@色付き ! ひょうのぎょう@表の行
17055 \end_layout
17056
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \begin_layout Standard
17063 表の行を交互に色付けする必要がある場合,前節に述べたのとは別な方法があります.文書プリアンブルに
17064 \end_layout
17065
17066 \begin_layout Standard
17067
17068 \series bold
17069
17070 \backslash
17071 usepackage[table]{xcolor}
17072 \end_layout
17073
17074 \begin_layout Standard
17075 というコマンドを使用して,
17076 \series bold
17077 xcolor
17078 \series default
17079
17080 \begin_inset Index idx
17081 status collapsed
17082
17083 \begin_layout Plain Layout
17084 \SpecialChar LaTeX
17085 ぱっけーじ@\SpecialChar LaTeX
17086 パッケージ ! xcolor
17087 \begin_inset ERT
17088 status collapsed
17089
17090 \begin_layout Plain Layout
17091
17092
17093 \backslash
17094 vspace{4mm}
17095 \end_layout
17096
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103
17104 パッケージを読み込むのです.
17105 \series bold
17106 xcolor
17107 \series default
17108 は,自動的に
17109 \series bold
17110 colortbl
17111 \series default
17112
17113 \begin_inset Index idx
17114 status collapsed
17115
17116 \begin_layout Plain Layout
17117 \SpecialChar LaTeX
17118 ぱっけーじ@\SpecialChar LaTeX
17119 パッケージ ! colortbl
17120 \end_layout
17121
17122 \end_inset
17123
17124 パッケージも読み込むので,\SpecialChar LaTeX
17125 エラーを防ぐためには,お使いの\SpecialChar LaTeX
17126 頒布版中に
17127 \series bold
17128 colortbl
17129 \series default
17130 も導入されていなくてはなりません.
17131 \end_layout
17132
17133 \begin_layout Standard
17134 \begin_inset ERT
17135 status collapsed
17136
17137 \begin_layout Plain Layout
17138
17139
17140 \backslash
17141 ifcolortbl
17142 \end_layout
17143
17144 \end_inset
17145
17146
17147 \begin_inset Note Note
17148 status open
17149
17150 \begin_layout Plain Layout
17151 本節の以下の部分は,\SpecialChar LaTeX
17152 パッケージ
17153 \series bold
17154 colortbl
17155 \series default
17156 が導入済みのときのみ表示されます.
17157 \end_layout
17158
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \begin_layout Standard
17165 表の行は,文書プリアンブル中か,色付けする最初の表の前に\SpecialChar TeX
17166 コードで
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17175 \end_layout
17176
17177 \begin_layout Standard
17178 というコマンドを使用すれば,色付けすることができます.ここで,「行番号」は,奇数行色で色付けする最初の行の番号です.「コマンド」は,各行の前で実行したいコマンド
17179 を付加する時に用います.したがって,例えば
17180 \end_layout
17181
17182 \begin_layout Standard
17183
17184 \series bold
17185
17186 \backslash
17187 rowcolors{1}{white}{lightgray}
17188 \end_layout
17189
17190 \begin_layout Standard
17191 というコマンドは,表
17192 \begin_inset CommandInset ref
17193 LatexCommand ref
17194 reference "tab:表-行色"
17195
17196 \end_inset
17197
17198 のようなカラースキームをもたらします.また,
17199 \end_layout
17200
17201 \begin_layout Standard
17202
17203 \series bold
17204
17205 \backslash
17206 rowcolors[
17207 \backslash
17208 hline]{1}{lightgray}{cyan}
17209 \end_layout
17210
17211 \begin_layout Standard
17212 というコマンドを用いると,表
17213 \begin_inset CommandInset ref
17214 LatexCommand ref
17215 reference "tab:表-行色-2"
17216
17217 \end_inset
17218
17219 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,色付けはされませんので,
17220 \end_layout
17221
17222 \begin_layout Standard
17223
17224 \series bold
17225
17226 \backslash
17227 rowcolors{1}{}{}
17228 \end_layout
17229
17230 \begin_layout Standard
17231 というコマンドはすべての色付けを削除することになります.
17232 \series bold
17233
17234 \backslash
17235 rowcolors
17236 \series default
17237 は,コマンドに続くすべての表に影響を及ぼします.
17238 \end_layout
17239
17240 \begin_layout Standard
17241 \begin_inset ERT
17242 status open
17243
17244 \begin_layout Plain Layout
17245
17246
17247 \backslash
17248 rowcolors{1}{white}{lightgray}
17249 \end_layout
17250
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \begin_layout Standard
17257 \begin_inset Float table
17258 placement h
17259 wide false
17260 sideways false
17261 status open
17262
17263 \begin_layout Plain Layout
17264 \begin_inset Caption Standard
17265
17266 \begin_layout Plain Layout
17267 \begin_inset CommandInset label
17268 LatexCommand label
17269 name "tab:表-行色"
17270
17271 \end_inset
17272
17273 隔行が灰色に着色された表
17274 \end_layout
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Plain Layout
17282 \align center
17283 \begin_inset Tabular
17284 <lyxtabular version="3" rows="4" columns="3">
17285 <features tabularvalignment="middle">
17286 <column alignment="center" valignment="top">
17287 <column alignment="center" valignment="top" width="0pt">
17288 <column alignment="center" valignment="top" width="0pt">
17289 <row>
17290 <cell alignment="center" valignment="top" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323 1
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 2
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 3
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 4
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 5
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 6
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="center" valignment="top" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 7
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 8
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell alignment="center" valignment="top" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 9
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 </lyxtabular>
17406
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \begin_layout Standard
17418 \begin_inset ERT
17419 status open
17420
17421 \begin_layout Plain Layout
17422
17423
17424 \backslash
17425 rowcolors[
17426 \backslash
17427 hline]{1}{lightgray}{cyan}
17428 \end_layout
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \begin_layout Standard
17436 \begin_inset Float table
17437 placement h
17438 wide false
17439 sideways false
17440 status open
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Caption Standard
17444
17445 \begin_layout Plain Layout
17446 \begin_inset CommandInset label
17447 LatexCommand label
17448 name "tab:表-行色-2"
17449
17450 \end_inset
17451
17452 隔行でシアン色に着色され,行間に線の入った表
17453 \end_layout
17454
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \begin_layout Plain Layout
17461 \align center
17462 \begin_inset Tabular
17463 <lyxtabular version="3" rows="4" columns="3">
17464 <features tabularvalignment="middle">
17465 <column alignment="center" valignment="top">
17466 <column alignment="center" valignment="top">
17467 <column alignment="center" valignment="top" width="0pt">
17468 <row>
17469 <cell alignment="center" valignment="top" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 <row>
17498 <cell alignment="center" valignment="top" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 1
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell alignment="center" valignment="top" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511 2
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 3
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 </row>
17526 <row>
17527 <cell alignment="center" valignment="top" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 4
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 5
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 6
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 <row>
17556 <cell alignment="center" valignment="top" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 7
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 8
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 9
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 </lyxtabular>
17585
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \begin_layout Standard
17597 \begin_inset ERT
17598 status collapsed
17599
17600 \begin_layout Plain Layout
17601
17602
17603 \backslash
17604 rowcolors{1}{}{}
17605 \end_layout
17606
17607 \end_inset
17608
17609
17610 \begin_inset Note Note
17611 status collapsed
17612
17613 \begin_layout Plain Layout
17614 行色を解除
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 \begin_inset ERT
17624 status collapsed
17625
17626 \begin_layout Plain Layout
17627
17628
17629 \backslash
17630 else
17631 \end_layout
17632
17633 \end_inset
17634
17635
17636 \begin_inset Note Note
17637 status open
17638
17639 \begin_layout Plain Layout
17640 以下は,\SpecialChar LaTeX
17641 パッケージ
17642 \series bold
17643 colortbl
17644 \series default
17645 が導入されていないときに表示されます.
17646 \end_layout
17647
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \begin_layout Standard
17654 この節の内容を出力で表示させるには,
17655 \series bold
17656 colortbl
17657 \series default
17658 パッケージを導入する必要があります.
17659 \end_layout
17660
17661 \begin_layout Standard
17662 \begin_inset ERT
17663 status collapsed
17664
17665 \begin_layout Plain Layout
17666
17667
17668 \backslash
17669 fi
17670 \end_layout
17671
17672 \end_inset
17673
17674
17675 \end_layout
17676
17677 \begin_layout Subsection
17678 色付き罫線
17679 \begin_inset Index idx
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \begin_inset Index idx
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \begin_layout Standard
17702
17703 \begin_inset CommandInset ref
17704 LatexCommand ref
17705 reference "subsec:罫線幅"
17706
17707 \end_inset
17708
17709 節に述べられているように,表中の全罫線の線幅は,長さ
17710 \series bold
17711
17712 \backslash
17713 arrayrulewidth
17714 \series default
17715 を使って調節することができます.本節の表では,すべて1.5
17716 \begin_inset space \thinspace{}
17717 \end_inset
17718
17719 ptに設定されています.
17720 \begin_inset ERT
17721 status collapsed
17722
17723 \begin_layout Plain Layout
17724
17725
17726 \backslash
17727 setlength{
17728 \backslash
17729 arrayrulewidth}{1.5pt}
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 たとえば縦罫線を緑に着色するには,第
17739 \begin_inset CommandInset ref
17740 LatexCommand ref
17741 reference "subsec:自製書式"
17742
17743 \end_inset
17744
17745 節の説明にしたがって,以下の列書式を文書プリアンブル中で作成して下さい.
17746 \end_layout
17747
17748 \begin_layout Standard
17749
17750 \series bold
17751
17752 \backslash
17753 newcolumntype{W}{!{
17754 \backslash
17755 color{green}
17756 \backslash
17757 vline}}
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \begin_inset CommandInset ref
17763 LatexCommand ref
17764 reference "tab:色付き縦罫線の表"
17765
17766 \end_inset
17767
17768 では,最右列に\SpecialChar LaTeX
17769 変数
17770 \series bold
17771 WcW
17772 \series default
17773 ,他の列に\SpecialChar LaTeX
17774 変数
17775 \series bold
17776 Wc
17777 \series default
17778 が使用されています.
17779 \end_layout
17780
17781 \begin_layout Standard
17782 複数の色を用いたいときには,列書式をもっと定義してください.
17783 \end_layout
17784
17785 \begin_layout Standard
17786 \begin_inset Float table
17787 placement h
17788 wide false
17789 sideways false
17790 status open
17791
17792 \begin_layout Plain Layout
17793 \begin_inset Caption Standard
17794
17795 \begin_layout Plain Layout
17796 \begin_inset CommandInset label
17797 LatexCommand label
17798 name "tab:色付き縦罫線の表"
17799
17800 \end_inset
17801
17802 色付き縦罫線の表
17803 \end_layout
17804
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \begin_layout Plain Layout
17811 \align center
17812 \begin_inset Tabular
17813 <lyxtabular version="3" rows="3" columns="3">
17814 <features tabularvalignment="middle">
17815 <column alignment="center" valignment="top" special="Wc">
17816 <column alignment="center" valignment="top" special="Wc">
17817 <column alignment="center" valignment="top" special="WcW">
17818 <row>
17819 <cell alignment="center" valignment="top" topline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 sd
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 <cell alignment="center" valignment="top" topline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 </row>
17847 <row>
17848 <cell alignment="center" valignment="top" topline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" topline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861 sd
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" topline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 </row>
17876 <row>
17877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899 sd
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 </lyxtabular>
17906
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \begin_layout Standard
17918 \begin_inset VSpace bigskip
17919 \end_inset
17920
17921
17922 \begin_inset CommandInset ref
17923 LatexCommand ref
17924 reference "tab:色付き横罫線の表"
17925
17926 \end_inset
17927
17928 のように,たとえば横罫線を赤にしたいときには,表ないし表フロートの前に\SpecialChar TeX
17929 コードで
17930 \end_layout
17931
17932 \begin_layout Standard
17933
17934 \series bold
17935
17936 \backslash
17937 let
17938 \backslash
17939 myHlineC
17940 \backslash
17941 hline
17942 \begin_inset Newline newline
17943 \end_inset
17944
17945
17946 \backslash
17947 renewcommand{
17948 \backslash
17949 hline}
17950 \begin_inset Newline newline
17951 \end_inset
17952
17953
17954 \begin_inset Phantom HPhantom
17955 status open
17956
17957 \begin_layout Plain Layout
17958 \begin_inset space ~
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \end_inset
17965
17966 {
17967 \backslash
17968 arrayrulecolor{red}
17969 \backslash
17970 myHlineC
17971 \backslash
17972 arrayrulecolor{black}}
17973 \end_layout
17974
17975 \begin_layout Standard
17976 というコマンドを入力して下さい.
17977 \end_layout
17978
17979 \begin_layout Standard
17980 \begin_inset ERT
17981 status collapsed
17982
17983 \begin_layout Plain Layout
17984
17985
17986 \backslash
17987 let
17988 \backslash
17989 myHlineC
17990 \backslash
17991 hline
17992 \end_layout
17993
17994 \begin_layout Plain Layout
17995
17996
17997 \backslash
17998 renewcommand{
17999 \backslash
18000 hline}
18001 \end_layout
18002
18003 \begin_layout Plain Layout
18004
18005  {
18006 \backslash
18007 arrayrulecolor{red}
18008 \backslash
18009 myHlineC
18010 \backslash
18011 arrayrulecolor{black}}
18012 \end_layout
18013
18014 \end_inset
18015
18016
18017 \begin_inset Float table
18018 placement h
18019 wide false
18020 sideways false
18021 status open
18022
18023 \begin_layout Plain Layout
18024 \begin_inset Caption Standard
18025
18026 \begin_layout Plain Layout
18027 \begin_inset CommandInset label
18028 LatexCommand label
18029 name "tab:色付き横罫線の表"
18030
18031 \end_inset
18032
18033 色付き横罫線の表
18034 \end_layout
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Plain Layout
18042 \align center
18043 \begin_inset Tabular
18044 <lyxtabular version="3" rows="3" columns="3">
18045 <features tabularvalignment="middle">
18046 <column alignment="center" valignment="top">
18047 <column alignment="center" valignment="top">
18048 <column alignment="center" valignment="top">
18049 <row>
18050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 sd
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 </row>
18078 <row>
18079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 sd
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 </row>
18107 <row>
18108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 sd
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 </row>
18136 </lyxtabular>
18137
18138 \end_inset
18139
18140
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \begin_layout Standard
18149 既定値の黒罫線に戻るには,
18150 \end_layout
18151
18152 \begin_layout Standard
18153
18154 \series bold
18155
18156 \backslash
18157 renewcommand{
18158 \backslash
18159 hline}{
18160 \backslash
18161 myHlineC}
18162 \end_layout
18163
18164 \begin_layout Standard
18165 というコマンドを,表ないし表フロートの後に\SpecialChar TeX
18166 コードで入力して下さい.表
18167 \begin_inset CommandInset ref
18168 LatexCommand ref
18169 reference "tab:色付き罫線の表"
18170
18171 \end_inset
18172
18173 は,縦横罫線を着色した例です.
18174 \end_layout
18175
18176 \begin_layout Standard
18177 \begin_inset Float table
18178 placement h
18179 wide false
18180 sideways false
18181 status open
18182
18183 \begin_layout Plain Layout
18184 \begin_inset Caption Standard
18185
18186 \begin_layout Plain Layout
18187 \begin_inset CommandInset label
18188 LatexCommand label
18189 name "tab:色付き罫線の表"
18190
18191 \end_inset
18192
18193 色付き罫線の表
18194 \end_layout
18195
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \begin_layout Plain Layout
18202 \align center
18203 \begin_inset Tabular
18204 <lyxtabular version="3" rows="3" columns="3">
18205 <features tabularvalignment="middle">
18206 <column alignment="center" valignment="top" special="Wc">
18207 <column alignment="center" valignment="top" special="Wc">
18208 <column alignment="center" valignment="top" special="WcW">
18209 <row>
18210 <cell alignment="center" valignment="top" topline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214 sd
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" topline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223
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 </row>
18238 <row>
18239 <cell alignment="center" valignment="top" topline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" topline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 sd
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
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 </row>
18267 <row topspace="default">
18268 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
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 sd
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 </lyxtabular>
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \end_inset
18304
18305
18306 \end_layout
18307
18308 \begin_layout Standard
18309 \begin_inset ERT
18310 status collapsed
18311
18312 \begin_layout Plain Layout
18313
18314
18315 \backslash
18316 renewcommand{
18317 \backslash
18318 hline}{
18319 \backslash
18320 myHlineC}
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \begin_layout Standard
18329 \begin_inset ERT
18330 status collapsed
18331
18332 \begin_layout Plain Layout
18333
18334
18335 \backslash
18336 setlength{
18337 \backslash
18338 arrayrulewidth}{1.2pt}
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 一部の罫線のみを着色するには,別の攻略法が必要です.以後の横罫線を全て着色するには,下記のコマンドを,最初の着色罫線の直前に来る行の,行末の\SpecialChar TeX
18348 コードとして挿入して
18349 ください.
18350 \end_layout
18351
18352 \begin_layout Standard
18353
18354 \series bold
18355
18356 \backslash
18357
18358 \backslash
18359
18360 \backslash
18361 arrayrulecolor{blue}%
18362 \end_layout
18363
18364 \begin_layout Standard
18365 黒色の罫線に戻るには,黒色罫線の直前に来る行の行頭に下記のコマンドを加えてください.
18366 \end_layout
18367
18368 \begin_layout Standard
18369
18370 \series bold
18371
18372 \backslash
18373 arrayrulecolor{black}
18374 \end_layout
18375
18376 \begin_layout Standard
18377 このようにして,表
18378 \begin_inset CommandInset ref
18379 LatexCommand ref
18380 reference "tab:着色水平罫線表"
18381
18382 \end_inset
18383
18384 のように罫線に色をつけることができます.しかしながら,この方法では,表の最初の行の上の罫線は着色することはできません.
18385 \end_layout
18386
18387 \begin_layout Standard
18388 \begin_inset Float table
18389 wide false
18390 sideways false
18391 status open
18392
18393 \begin_layout Plain Layout
18394 \begin_inset Caption Standard
18395
18396 \begin_layout Plain Layout
18397 \begin_inset CommandInset label
18398 LatexCommand label
18399 name "tab:着色水平罫線表"
18400
18401 \end_inset
18402
18403 異なる色の横罫線を持つ表
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Plain Layout
18412 \align center
18413 \begin_inset Tabular
18414 <lyxtabular version="3" rows="6" columns="7">
18415 <features tabularvalignment="middle">
18416 <column alignment="center" valignment="top">
18417 <column alignment="center" valignment="top">
18418 <column alignment="center" valignment="top">
18419 <column alignment="center" valignment="top">
18420 <column alignment="center" valignment="top">
18421 <column alignment="center" valignment="top">
18422 <column alignment="center" valignment="top">
18423 <row>
18424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" topline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" topline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 \begin_inset ERT
18483 status open
18484
18485 \begin_layout Plain Layout
18486
18487
18488 \backslash
18489
18490 \backslash
18491
18492 \backslash
18493 arrayrulecolor{blue}%
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 </row>
18504 <row>
18505 <cell alignment="center" valignment="top" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 Y
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 <cell alignment="center" valignment="top" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563 Y
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 </row>
18569 <row>
18570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 \begin_inset ERT
18575 status open
18576
18577 \begin_layout Plain Layout
18578
18579
18580 \backslash
18581 arrayrulecolor{black}
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 </row>
18646 <row>
18647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705 \begin_inset ERT
18706 status collapsed
18707
18708 \begin_layout Plain Layout
18709
18710
18711 \backslash
18712
18713 \backslash
18714
18715 \backslash
18716 arrayrulecolor{green}%
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 </row>
18727 <row>
18728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 </row>
18792 <row>
18793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 \begin_inset ERT
18798 status collapsed
18799
18800 \begin_layout Plain Layout
18801
18802
18803 \backslash
18804 arrayrulecolor{black}
18805 \end_layout
18806
18807 \end_inset
18808
18809 B
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 \begin_inset ERT
18864 status collapsed
18865
18866 \begin_layout Plain Layout
18867
18868
18869 \backslash
18870
18871 \backslash
18872
18873 \backslash
18874 arrayrulecolor{blue}%
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 </lyxtabular>
18886
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \begin_layout Standard
18898
18899 \begin_inset CommandInset ref
18900 LatexCommand ref
18901 reference "tab:別色縦罫線表"
18902
18903 \end_inset
18904
18905 のように行内の縦罫線の色を変更するには,連結列を使う必要があります.まず始めに,列全体に渡らない縦罫線を全て削除します.それから,前例のように,全罫線を以下のコ
18906 マンドを使って着色します.
18907 \end_layout
18908
18909 \begin_layout Standard
18910
18911 \series bold
18912
18913 \backslash
18914
18915 \backslash
18916
18917 \backslash
18918 arrayrulecolor{blue}%
18919 \end_layout
18920
18921 \begin_layout Standard
18922 最後に,縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
18923 コードで下記のコマンドを挿入します.
18924 \end_layout
18925
18926 \begin_layout Standard
18927
18928 \series bold
18929
18930 \backslash
18931 multicolumn{1}{!{
18932 \backslash
18933 color{green}
18934 \backslash
18935 vline}c!{
18936 \backslash
18937 color{red}
18938 \backslash
18939 vline}}{
18940 \end_layout
18941
18942 \begin_layout Standard
18943 これで,セルの両側に縦罫線が追加され,左側の罫線は緑,右側の罫線は赤になります.色を変える必要がなければ,上記コマンド中,
18944 \series bold
18945
18946 \backslash
18947 color
18948 \series default
18949 コマンドは要りません.黒の左罫線と青の右罫線を得るには,全罫線がすでに青に設定されていますので,
18950 \end_layout
18951
18952 \begin_layout Standard
18953
18954 \series bold
18955
18956 \backslash
18957 multicolumn{1}{!{
18958 \backslash
18959 color{black}
18960 \backslash
18961 vline}c|}{
18962 \end_layout
18963
18964 \begin_layout Standard
18965 と書きます.ここで,
18966 \series bold
18967 |
18968 \series default
18969 は縦罫線を生成しますが,
18970 \series bold
18971
18972 \backslash
18973 color
18974 \series default
18975 が使用されている時には,
18976 \series bold
18977
18978 \backslash
18979 vline
18980 \series default
18981 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
18982 \end_layout
18983
18984 \begin_layout Standard
18985
18986 \series bold
18987
18988 \backslash
18989 multicolumn{1}{|c|}{
18990 \end_layout
18991
18992 \begin_layout Standard
18993 とします.このコマンドの後に,セルの内容を通常通り挿入し,\SpecialChar TeX
18994 コードで閉じ括弧
18995 \series bold
18996 }
18997 \series default
18998 を入れてセルを終わります.
18999 \end_layout
19000
19001 \begin_layout Standard
19002 \begin_inset Float table
19003 wide false
19004 sideways false
19005 status open
19006
19007 \begin_layout Plain Layout
19008 \begin_inset Caption Standard
19009
19010 \begin_layout Plain Layout
19011 \begin_inset CommandInset label
19012 LatexCommand label
19013 name "tab:別色縦罫線表"
19014
19015 \end_inset
19016
19017 一行中に異なる色の縦罫線を持つ表
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Plain Layout
19026 \align center
19027 \begin_inset Tabular
19028 <lyxtabular version="3" rows="5" columns="7">
19029 <features tabularvalignment="middle">
19030 <column alignment="center" valignment="top">
19031 <column alignment="center" valignment="top">
19032 <column alignment="center" valignment="top">
19033 <column alignment="center" valignment="top">
19034 <column alignment="center" valignment="top">
19035 <column alignment="center" valignment="top">
19036 <column alignment="center" valignment="top">
19037 <row>
19038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 <cell alignment="center" valignment="top" topline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 <cell alignment="center" valignment="top" topline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 \begin_inset ERT
19097 status open
19098
19099 \begin_layout Plain Layout
19100
19101
19102 \backslash
19103
19104 \backslash
19105
19106 \backslash
19107 arrayrulecolor{red}%
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 </row>
19118 <row>
19119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 \begin_inset ERT
19124 status open
19125
19126 \begin_layout Plain Layout
19127
19128
19129 \backslash
19130 multicolumn{1}{!{
19131 \backslash
19132 color{black}
19133 \backslash
19134 vline}c|}{
19135 \end_layout
19136
19137 \end_inset
19138
19139 Y
19140 \begin_inset ERT
19141 status collapsed
19142
19143 \begin_layout Plain Layout
19144
19145 }
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 \begin_inset ERT
19196 status open
19197
19198 \begin_layout Plain Layout
19199
19200
19201 \backslash
19202 multicolumn{1}{c|}{
19203 \end_layout
19204
19205 \end_inset
19206
19207
19208 \begin_inset ERT
19209 status collapsed
19210
19211 \begin_layout Plain Layout
19212
19213 }
19214 \end_layout
19215
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 \begin_inset ERT
19228 status open
19229
19230 \begin_layout Plain Layout
19231
19232
19233 \backslash
19234 multicolumn{1}{c!{
19235 \backslash
19236 color{black}
19237 \backslash
19238 vline}}{
19239 \end_layout
19240
19241 \end_inset
19242
19243 Y
19244 \begin_inset ERT
19245 status collapsed
19246
19247 \begin_layout Plain Layout
19248
19249 }
19250 \end_layout
19251
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 <row>
19261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 \begin_inset ERT
19266 status collapsed
19267
19268 \begin_layout Plain Layout
19269
19270
19271 \backslash
19272 arrayrulecolor{black}
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 <cell alignment="center" valignment="top" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331 \begin_inset ERT
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335
19336
19337 \backslash
19338
19339 \backslash
19340
19341 \backslash
19342 arrayrulecolor{magenta}%
19343 \end_layout
19344
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 <row>
19354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 \begin_inset ERT
19359 status collapsed
19360
19361 \begin_layout Plain Layout
19362
19363
19364 \backslash
19365 multicolumn{1}{|c!{
19366 \backslash
19367 color{red}
19368 \backslash
19369 vline}}{
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \begin_inset ERT
19376 status collapsed
19377
19378 \begin_layout Plain Layout
19379
19380 }
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset ERT
19395 status collapsed
19396
19397 \begin_layout Plain Layout
19398
19399
19400 \backslash
19401 multicolumn{1}{c!{
19402 \backslash
19403 color{green}
19404 \backslash
19405 vline}}{
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \begin_inset ERT
19412 status collapsed
19413
19414 \begin_layout Plain Layout
19415
19416 }
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset ERT
19431 status collapsed
19432
19433 \begin_layout Plain Layout
19434
19435
19436 \backslash
19437 multicolumn{1}{c!{
19438 \backslash
19439 color{yellow}
19440 \backslash
19441 vline}}{
19442 \end_layout
19443
19444 \end_inset
19445
19446
19447 \begin_inset ERT
19448 status collapsed
19449
19450 \begin_layout Plain Layout
19451
19452 }
19453 \end_layout
19454
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 \begin_inset ERT
19467 status collapsed
19468
19469 \begin_layout Plain Layout
19470
19471
19472 \backslash
19473 multicolumn{1}{c!{
19474 \backslash
19475 color{blue}
19476 \backslash
19477 vline}}{
19478 \end_layout
19479
19480 \end_inset
19481
19482
19483 \begin_inset ERT
19484 status collapsed
19485
19486 \begin_layout Plain Layout
19487
19488 }
19489 \end_layout
19490
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502 \begin_inset ERT
19503 status collapsed
19504
19505 \begin_layout Plain Layout
19506
19507
19508 \backslash
19509 multicolumn{1}{c!{
19510 \backslash
19511 color{cyan}
19512 \backslash
19513 vline}}{
19514 \end_layout
19515
19516 \end_inset
19517
19518
19519 \begin_inset ERT
19520 status collapsed
19521
19522 \begin_layout Plain Layout
19523
19524 }
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538 \begin_inset ERT
19539 status collapsed
19540
19541 \begin_layout Plain Layout
19542
19543
19544 \backslash
19545 multicolumn{1}{c!{
19546 \backslash
19547 color{black}
19548 \backslash
19549 vline}}{
19550 \end_layout
19551
19552 \end_inset
19553
19554
19555 \begin_inset ERT
19556 status collapsed
19557
19558 \begin_layout Plain Layout
19559
19560 }
19561 \end_layout
19562
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 \begin_inset ERT
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578
19579
19580 \backslash
19581 multicolumn{1}{c|}{
19582 \end_layout
19583
19584 \end_inset
19585
19586
19587 \begin_inset ERT
19588 status collapsed
19589
19590 \begin_layout Plain Layout
19591
19592 }
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 </row>
19603 <row>
19604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608 \begin_inset ERT
19609 status collapsed
19610
19611 \begin_layout Plain Layout
19612
19613
19614 \backslash
19615 arrayrulecolor{black}
19616 \end_layout
19617
19618 \end_inset
19619
19620 B
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 </lyxtabular>
19681
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \begin_layout Standard
19693 \begin_inset ERT
19694 status collapsed
19695
19696 \begin_layout Plain Layout
19697
19698
19699 \backslash
19700 setlength{
19701 \backslash
19702 arrayrulewidth}{0.4pt}
19703 \end_layout
19704
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \begin_layout Section
19711 表セルの回転
19712 \begin_inset CommandInset label
19713 LatexCommand label
19714 name "sec:表セルの回転"
19715
19716 \end_inset
19717
19718
19719 \begin_inset Index idx
19720 status collapsed
19721
19722 \begin_layout Plain Layout
19723 ひょう@表 ! せるのかいてん@セルの回転
19724 \end_layout
19725
19726 \end_inset
19727
19728
19729 \begin_inset Index idx
19730 status collapsed
19731
19732 \begin_layout Plain Layout
19733 かいてん@回転 ! そざいの@素材の—
19734 \end_layout
19735
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \begin_layout Standard
19742 \begin_inset Note Greyedout
19743 status open
19744
19745 \begin_layout Plain Layout
19746
19747 \series bold
19748 【註】
19749 \series default
19750 すべてのDVIビューアが回転表示できるわけではありません.
19751 \end_layout
19752
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \begin_layout Standard
19759 と入れてください.表
19760 \begin_inset CommandInset ref
19761 LatexCommand ref
19762 reference "tab:回転表"
19763
19764 \end_inset
19765
19766 は,3つのセルを45°回転させた用例です.
19767 \end_layout
19768
19769 \begin_layout Standard
19770 \begin_inset Float table
19771 wide false
19772 sideways false
19773 status open
19774
19775 \begin_layout Plain Layout
19776 \begin_inset Caption Standard
19777
19778 \begin_layout Plain Layout
19779 \begin_inset CommandInset label
19780 LatexCommand label
19781 name "tab:回転表"
19782
19783 \end_inset
19784
19785 1行目に回転セルのある表
19786 \end_layout
19787
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \begin_layout Plain Layout
19794 \noindent
19795 \align center
19796 \begin_inset Tabular
19797 <lyxtabular version="3" rows="2" columns="3">
19798 <features tabularvalignment="middle">
19799 <column alignment="center" valignment="top" width="0pt">
19800 <column alignment="center" valignment="top" width="0pt">
19801 <column alignment="center" valignment="top" width="0pt">
19802 <row>
19803 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 コップ
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 受け皿
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 </row>
19831 <row>
19832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 45
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845 33
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 21
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 </row>
19860 </lyxtabular>
19861
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \begin_layout Standard
19873 \begin_inset Note Greyedout
19874 status open
19875
19876 \begin_layout Plain Layout
19877
19878 \series bold
19879 【註】
19880 \series default
19881 回転セル中では,改行(
19882 \begin_inset Flex Ruby
19883 status collapsed
19884
19885 \begin_layout Plain Layout
19886 捷径
19887 \begin_inset Argument post:1
19888 status collapsed
19889
19890 \begin_layout Plain Layout
19891 ショートカット
19892 \end_layout
19893
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900
19901
19902 \begin_inset Info
19903 type  "shortcut"
19904 arg   "newline-insert newline"
19905 \end_inset
19906
19907 )はできません.
19908 \end_layout
19909
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \begin_layout Standard
19916 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
19917 \begin_inset Foot
19918 status collapsed
19919
19920 \begin_layout Plain Layout
19921 これらのボックスについて詳しくは,第
19922 \begin_inset CommandInset ref
19923 LatexCommand ref
19924 reference "sec:ミニページ"
19925
19926 \end_inset
19927
19928 節および第
19929 \begin_inset CommandInset ref
19930 LatexCommand ref
19931 reference "sec:Parboxes"
19932
19933 \end_inset
19934
19935 節をご覧ください.
19936 \end_layout
19937
19938 \end_inset
19939
19940 .このセルを90
19941 \begin_inset space \thinspace{}
19942 \end_inset
19943
19944 °回転させると,ボックス幅はセルの高さになります.表
19945 \begin_inset CommandInset ref
19946 LatexCommand ref
19947 reference "tab:表多行回転"
19948
19949 \end_inset
19950
19951 は,ボックス幅が3
19952 \begin_inset space \thinspace{}
19953 \end_inset
19954
19955 cmの,多行セルを回転させる例です.
19956 \end_layout
19957
19958 \begin_layout Standard
19959 \begin_inset Float table
19960 wide false
19961 sideways false
19962 status open
19963
19964 \begin_layout Plain Layout
19965 \begin_inset Caption Standard
19966
19967 \begin_layout Plain Layout
19968 \begin_inset CommandInset label
19969 LatexCommand label
19970 name "tab:表多行回転"
19971
19972 \end_inset
19973
19974 多行セルを回転させた表
19975 \end_layout
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \begin_layout Plain Layout
19983 \noindent
19984 \align center
19985 \begin_inset Tabular
19986 <lyxtabular version="3" rows="2" columns="3">
19987 <features tabularvalignment="middle">
19988 <column alignment="center" valignment="top">
19989 <column alignment="center" valignment="top" width="0pt">
19990 <column alignment="center" valignment="top">
19991 <row>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005 \begin_inset Box Frameless
20006 position "t"
20007 hor_pos "c"
20008 has_inner_box 1
20009 inner_pos "t"
20010 use_parbox 0
20011 use_makebox 0
20012 width "3cm"
20013 special "none"
20014 height "1in"
20015 height_special "totalheight"
20016 thickness "0.4pt"
20017 separation "3pt"
20018 shadowsize "4pt"
20019 framecolor "black"
20020 backgroundcolor "none"
20021 status open
20022
20023 \begin_layout Plain Layout
20024 改行を含む
20025 \begin_inset Newline newline
20026 \end_inset
20027
20028 回転
20029 \end_layout
20030
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 <row>
20049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 </row>
20077 </lyxtabular>
20078
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \begin_layout Section
20090 表幅の計算
20091 \begin_inset CommandInset label
20092 LatexCommand label
20093 name "sec:表幅の計算"
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20102 設ければ良いのでしょうか?
20103 \end_layout
20104
20105 \begin_layout Standard
20106 表幅
20107 \begin_inset Formula $W_{\text{表}}$
20108 \end_inset
20109
20110 は計算することができます.各列の実際の幅は,指定した列幅
20111 \begin_inset Formula $W_{\text{列}}$
20112 \end_inset
20113
20114 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20115
20116 \series bold
20117
20118 \backslash
20119 tabcolsep
20120 \series default
20121 ・既定値6
20122 \begin_inset space \thinspace{}
20123 \end_inset
20124
20125 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20126
20127 \series bold
20128
20129 \backslash
20130 arrayrulewidth
20131 \series default
20132 ・既定値0.4
20133 \begin_inset space \thinspace{}
20134 \end_inset
20135
20136 pt)を加えたものになります.したがって,もし同じ幅の
20137 \begin_inset Formula $n$
20138 \end_inset
20139
20140 列を作るならば,表幅は
20141 \begin_inset Formula 
20142 \begin{equation}
20143 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20144 \end{equation}
20145
20146 \end_inset
20147
20148
20149 \end_layout
20150
20151 \begin_layout Standard
20152 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20153
20154 \series bold
20155
20156 \backslash
20157 columnwidth
20158 \series default
20159 ).表の列をすべて同じ幅にするとすれば,
20160 \begin_inset Formula $W_{\text{表}}$
20161 \end_inset
20162
20163 が1
20164 \begin_inset space \thinspace{}
20165 \end_inset
20166
20167
20168 \backslash
20169 columnwidthになりますので,
20170 \begin_inset Formula $W_{\text{列}}$
20171 \end_inset
20172
20173 は簡単に計算できます.
20174 \end_layout
20175
20176 \begin_layout Standard
20177 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20178 パッケージ
20179 \series bold
20180 calc
20181 \series default
20182
20183 \begin_inset Index idx
20184 status collapsed
20185
20186 \begin_layout Plain Layout
20187 \SpecialChar LaTeX
20188 ぱっけーじ@\SpecialChar LaTeX
20189 パッケージ ! calc
20190 \end_layout
20191
20192 \end_inset
20193
20194 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20195 \family sans
20196 \SpecialChar LaTeX
20197 の引数
20198 \family default
20199 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20200 \begin_inset CommandInset ref
20201 LatexCommand ref
20202 reference "subsec:連結列の計算"
20203
20204 \end_inset
20205
20206 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20207 \end_layout
20208
20209 \begin_layout Standard
20210
20211 \series bold
20212 >{
20213 \backslash
20214 centering}p{(1
20215 \backslash
20216 columnwidth-62.4pt)/5}
20217 \end_layout
20218
20219 \begin_layout Standard
20220 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20221 \begin_inset Formula 
20222 \begin{align}
20223 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20224  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20225  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20226 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20227 \end{align}
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \begin_layout Standard
20235 となります.したがって,表中の広い列には
20236 \end_layout
20237
20238 \begin_layout Standard
20239
20240 \series bold
20241 >{
20242 \backslash
20243 centering}p{(1
20244 \backslash
20245 columnwidth-62.4pt)/
20246 \backslash
20247 real{4.5}}
20248 \end_layout
20249
20250 \begin_layout Standard
20251 というコマンドを用い,狭い列には
20252 \end_layout
20253
20254 \begin_layout Standard
20255
20256 \series bold
20257 >{
20258 \backslash
20259 centering}p{(1
20260 \backslash
20261 columnwidth-62.4pt)/
20262 \backslash
20263 real{4.5}*
20264 \backslash
20265 real{0.75}}
20266 \end_layout
20267
20268 \begin_layout Standard
20269 というコマンドを用いることにすると,以下の表が出来上がります.
20270 \end_layout
20271
20272 \begin_layout Standard
20273 \begin_inset Tabular
20274 <lyxtabular version="3" rows="2" columns="5">
20275 <features tabularvalignment="middle">
20276 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20277 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20278 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20279 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20280 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20281 <row>
20282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 1
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 2
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 3
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 4
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 5
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 <row>
20329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 111111 1111111 111111 111111111 11111 11111 1111
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351 2222 22222 222222 222222222 2222222 22 22222
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 333333 333333 333333 33333 3333333 333
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 </lyxtabular>
20376
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \begin_layout Section
20383 表の調整
20384 \begin_inset Index idx
20385 status collapsed
20386
20387 \begin_layout Plain Layout
20388 ひょうのちょうせい@表の調整
20389 \end_layout
20390
20391 \end_inset
20392
20393
20394 \begin_inset Index idx
20395 status collapsed
20396
20397 \begin_layout Plain Layout
20398 ひょう@表 ! ちょうせい@調整
20399 \end_layout
20400
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \begin_layout Subsection
20407 行の余白取り
20408 \begin_inset CommandInset label
20409 LatexCommand label
20410 name "subsec:行の余白取り"
20411
20412 \end_inset
20413
20414
20415 \begin_inset Index idx
20416 status collapsed
20417
20418 \begin_layout Plain Layout
20419 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20420 \end_layout
20421
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \begin_layout Standard
20428 表の設定ダイアログの
20429 \family sans
20430 罫線
20431 \family default
20432 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20433 \end_layout
20434
20435 \begin_layout Description
20436 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20437 \begin_inset Foot
20438 status collapsed
20439
20440 \begin_layout Plain Layout
20441 フォーマル様式の表は第
20442 \begin_inset CommandInset ref
20443 LatexCommand ref
20444 reference "sec:フォーマル様式の表"
20445
20446 \end_inset
20447
20448 節で説明されています.
20449 \end_layout
20450
20451 \end_inset
20452
20453 ならば,\SpecialChar LyX
20454 は既定値として0.5
20455 \begin_inset space \thinspace{}
20456 \end_inset
20457
20458 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20459 \begin_inset VSpace medskip
20460 \end_inset
20461
20462
20463 \begin_inset Newline newline
20464 \end_inset
20465
20466
20467 \begin_inset space \hspace*{}
20468 \length 0pt
20469 \end_inset
20470
20471
20472 \begin_inset space \hfill{}
20473 \end_inset
20474
20475
20476 \begin_inset Tabular
20477 <lyxtabular version="3" rows="3" columns="1">
20478 <features tabularvalignment="middle">
20479 <column alignment="center" valignment="top">
20480 <row>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 </row>
20491 <row topspace="3mm">
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 行上に3
20497 \begin_inset space \thinspace{}
20498 \end_inset
20499
20500 mmの余白
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 </row>
20506 <row>
20507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 </row>
20517 </lyxtabular>
20518
20519 \end_inset
20520
20521
20522 \begin_inset space \hfill{}
20523 \end_inset
20524
20525
20526 \begin_inset space \hspace*{}
20527 \length 0pt
20528 \end_inset
20529
20530
20531 \begin_inset VSpace medskip
20532 \end_inset
20533
20534
20535 \begin_inset Newline newline
20536 \end_inset
20537
20538 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20539 \end_layout
20540
20541 \begin_layout Description
20542 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20543 は既定値として0.5
20544 \begin_inset space \thinspace{}
20545 \end_inset
20546
20547 emの余白を挿入し,通常の表ならば既定値として2
20548 \begin_inset space \thinspace{}
20549 \end_inset
20550
20551 ptを挿入します.
20552 \end_layout
20553
20554 \begin_layout Description
20555 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20556 は既定値として0.5
20557 \begin_inset space \thinspace{}
20558 \end_inset
20559
20560 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20561 \begin_inset VSpace medskip
20562 \end_inset
20563
20564
20565 \begin_inset Newline newline
20566 \end_inset
20567
20568
20569 \begin_inset space \hspace*{}
20570 \length 0pt
20571 \end_inset
20572
20573
20574 \begin_inset space \hfill{}
20575 \end_inset
20576
20577
20578 \begin_inset Tabular
20579 <lyxtabular version="3" rows="3" columns="1">
20580 <features tabularvalignment="middle">
20581 <column alignment="center" valignment="top">
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 <row interlinespace="3mm">
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Formula $\downarrow$
20599 \end_inset
20600
20601  行間に3
20602 \begin_inset space \thinspace{}
20603 \end_inset
20604
20605 mmの余白 
20606 \begin_inset Formula $\downarrow$
20607 \end_inset
20608
20609
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 </row>
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset Formula $\uparrow$
20621 \end_inset
20622
20623  行間に3
20624 \begin_inset space \thinspace{}
20625 \end_inset
20626
20627 mmの余白 
20628 \begin_inset Formula $\uparrow$
20629 \end_inset
20630
20631
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 </lyxtabular>
20638
20639 \end_inset
20640
20641
20642 \begin_inset space \hfill{}
20643 \end_inset
20644
20645
20646 \begin_inset space \hspace*{}
20647 \length 0pt
20648 \end_inset
20649
20650
20651 \begin_inset VSpace medskip
20652 \end_inset
20653
20654
20655 \begin_inset Newline newline
20656 \end_inset
20657
20658 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20659 \end_layout
20660
20661 \begin_layout Standard
20662 \begin_inset VSpace bigskip
20663 \end_inset
20664
20665 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20666 \end_layout
20667
20668 \begin_layout Standard
20669
20670 \series bold
20671
20672 \backslash
20673 @ifundefined{extrarowheight}
20674 \begin_inset Newline newline
20675 \end_inset
20676
20677
20678 \begin_inset Phantom HPhantom
20679 status open
20680
20681 \begin_layout Plain Layout
20682 \begin_inset space ~
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689
20690 {
20691 \backslash
20692 usepackage{array}}{}
20693 \begin_inset Newline newline
20694 \end_inset
20695
20696
20697 \backslash
20698 setlength{
20699 \backslash
20700 extrarowheight}{高さ}
20701 \series default
20702
20703 \begin_inset Note Note
20704 status collapsed
20705
20706 \begin_layout Plain Layout
20707 自己定義の表書式を用いると,\SpecialChar LyX
20708 は自動的に
20709 \series bold
20710 array
20711 \series default
20712 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20713 \series bold
20714
20715 \backslash
20716 @ifundefined
20717 \series default
20718 が使用されています.
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Standard
20727 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20728 \begin_inset CommandInset ref
20729 LatexCommand ref
20730 reference "cha:LyXで使用できる単位"
20731
20732 \end_inset
20733
20734 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20735 \end_layout
20736
20737 \begin_layout Standard
20738 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20739 コードで
20740 \series bold
20741
20742 \backslash
20743 strut
20744 \series default
20745 コマンドを挿入することで補正することができます.表
20746 \begin_inset CommandInset ref
20747 LatexCommand ref
20748 reference "tab:垂直揃え"
20749
20750 \end_inset
20751
20752 は,この効果を示したものです.
20753 \end_layout
20754
20755 \begin_layout Standard
20756 \noindent
20757 \begin_inset Float table
20758 placement h
20759 wide false
20760 sideways false
20761 status open
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Caption Standard
20765
20766 \begin_layout Plain Layout
20767 \begin_inset CommandInset label
20768 LatexCommand label
20769 name "tab:垂直揃え"
20770
20771 \end_inset
20772
20773 大きなフォント寸法の文章の垂直揃え
20774 \end_layout
20775
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \begin_layout Plain Layout
20782 \begin_inset space \hfill{}
20783 \end_inset
20784
20785
20786 \begin_inset Float table
20787 wide false
20788 sideways false
20789 status collapsed
20790
20791 \begin_layout Plain Layout
20792 \begin_inset Caption Standard
20793
20794 \begin_layout Plain Layout
20795 通常の表
20796 \end_layout
20797
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \begin_layout Plain Layout
20804 \noindent
20805 \align center
20806 \begin_inset Tabular
20807 <lyxtabular version="3" rows="6" columns="1">
20808 <features tabularvalignment="middle">
20809 <column alignment="left" valignment="top">
20810 <row>
20811 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 ふつう, g
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 <row>
20822 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \size large
20828 やや大
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 </row>
20834 <row>
20835 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839
20840 \size larger
20841
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852
20853 \size largest
20854 極大
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \size huge
20867 極々大
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \size giant
20880 最大
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 </lyxtabular>
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \begin_inset space \hfill{}
20897 \end_inset
20898
20899
20900 \begin_inset Float table
20901 wide false
20902 sideways false
20903 status collapsed
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Caption Standard
20907
20908 \begin_layout Plain Layout
20909
20910 \series bold
20911
20912 \backslash
20913 strut
20914 \series default
20915 コマンドを使用した表
20916 \end_layout
20917
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \begin_layout Plain Layout
20924 \noindent
20925 \align center
20926 \begin_inset Tabular
20927 <lyxtabular version="3" rows="6" columns="1">
20928 <features tabularvalignment="middle">
20929 <column alignment="left" valignment="top">
20930 <row>
20931 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935 ふつう, g
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \size large
20948 \begin_inset ERT
20949 status collapsed
20950
20951 \begin_layout Plain Layout
20952
20953
20954 \backslash
20955 strut 
20956 \end_layout
20957
20958 \end_inset
20959
20960 やや大
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \size larger
20973 \begin_inset ERT
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977
20978
20979 \backslash
20980 strut 
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \size largest
20998 \begin_inset ERT
20999 status collapsed
21000
21001 \begin_layout Plain Layout
21002
21003
21004 \backslash
21005 strut 
21006 \end_layout
21007
21008 \end_inset
21009
21010 極大
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 </row>
21016 <row>
21017 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021
21022 \size huge
21023 \begin_inset ERT
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027
21028
21029 \backslash
21030 strut 
21031 \end_layout
21032
21033 \end_inset
21034
21035 極々大
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 </row>
21041 <row>
21042 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046
21047 \size giant
21048 \begin_inset ERT
21049 status collapsed
21050
21051 \begin_layout Plain Layout
21052
21053
21054 \backslash
21055 strut 
21056 \end_layout
21057
21058 \end_inset
21059
21060 最大
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 </row>
21066 </lyxtabular>
21067
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \begin_inset space \hfill{}
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \begin_layout Subsection
21088 特殊なセル揃え
21089 \begin_inset CommandInset label
21090 LatexCommand label
21091 name "subsec:特殊なセル揃え"
21092
21093 \end_inset
21094
21095
21096 \begin_inset Index idx
21097 status collapsed
21098
21099 \begin_layout Plain Layout
21100 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Standard
21109 ときには表
21110 \begin_inset CommandInset ref
21111 LatexCommand ref
21112 reference "tab:表セル"
21113
21114 \end_inset
21115
21116 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21117 \begin_inset Info
21118 type  "icon"
21119 arg   "tabular-feature align-decimal"
21120 \end_inset
21121
21122 を押すか,表設定中で揃えを
21123 \family sans
21124 小数点で
21125 \family default
21126 に設定します.
21127 \end_layout
21128
21129 \begin_layout Standard
21130 \begin_inset Float table
21131 placement h
21132 wide false
21133 sideways false
21134 status open
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Caption Standard
21138
21139 \begin_layout Plain Layout
21140 \begin_inset CommandInset label
21141 LatexCommand label
21142 name "tab:表セル"
21143
21144 \end_inset
21145
21146 一列が小数点で揃えられた表セル
21147 \end_layout
21148
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \begin_layout Plain Layout
21155 \align center
21156 \begin_inset Tabular
21157 <lyxtabular version="3" rows="4" columns="1">
21158 <features booktabs="true" tabularvalignment="middle">
21159 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21160 <row>
21161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165 見出し
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 12.6
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 0.68
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 <row>
21194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 -123.0
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 </row>
21204 </lyxtabular>
21205
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \begin_layout Standard
21217 \begin_inset Float table
21218 placement h
21219 wide false
21220 sideways false
21221 status open
21222
21223 \begin_layout Plain Layout
21224 \begin_inset Caption Standard
21225
21226 \begin_layout Plain Layout
21227 \begin_inset CommandInset label
21228 LatexCommand label
21229 name "tab:演算子揃え表"
21230
21231 \end_inset
21232
21233 一列が演算子で揃えられた表セル
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \begin_layout Plain Layout
21242 \align center
21243 \begin_inset Tabular
21244 <lyxtabular version="3" rows="4" columns="2">
21245 <features booktabs="true" tabularvalignment="middle">
21246 <column alignment="right" valignment="top" width="0pt">
21247 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21248 <row>
21249 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 見出し
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $12\,+$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 \begin_inset Formula $\,6$
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299 \begin_inset Formula $0\,-$
21300 \end_inset
21301
21302
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Formula $\,68$
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 </row>
21320 <row>
21321 <cell alignment="center" valignment="top" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 \begin_inset Formula $-123\,/$
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 \begin_inset Formula $\,0$
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 </lyxtabular>
21347
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \end_inset
21354
21355
21356 \end_layout
21357
21358 \begin_layout Standard
21359 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21360 \begin_inset CommandInset ref
21361 LatexCommand ref
21362 reference "tab:演算子揃え表"
21363
21364 \end_inset
21365
21366 のような方法を用いる必要があります.この表は,4
21367 \begin_inset Formula $\times$
21368 \end_inset
21369
21370 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21371 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21372 \end_layout
21373
21374 \begin_layout Standard
21375
21376 \series bold
21377 @{}l
21378 \end_layout
21379
21380 \begin_layout Standard
21381 という\SpecialChar LaTeX
21382 引数を第2列に指定します.
21383 \end_layout
21384
21385 \begin_layout Standard
21386
21387 \begin_inset CommandInset ref
21388 LatexCommand ref
21389 reference "tab:表セル揃え"
21390
21391 \end_inset
21392
21393 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21394 \begin_inset CommandInset ref
21395 LatexCommand ref
21396 reference "tab:演算子揃え表"
21397
21398 \end_inset
21399
21400 の冒頭には,小空白が加えられています.
21401 \end_layout
21402
21403 \begin_layout Standard
21404 \begin_inset Float table
21405 wide false
21406 sideways false
21407 status open
21408
21409 \begin_layout Plain Layout
21410 \begin_inset Caption Standard
21411
21412 \begin_layout Plain Layout
21413 \begin_inset CommandInset label
21414 LatexCommand label
21415 name "tab:表セル揃え"
21416
21417 \end_inset
21418
21419 表セルの揃えの例
21420 \end_layout
21421
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Plain Layout
21428 \align center
21429 \begin_inset Tabular
21430 <lyxtabular version="3" rows="4" columns="6">
21431 <features tabularvalignment="middle">
21432 <column alignment="right" valignment="top">
21433 <column alignment="left" valignment="top" special="@{}l">
21434 <column alignment="right" valignment="top">
21435 <column alignment="left" valignment="top" special="@{}l">
21436 <column alignment="right" valignment="top">
21437 <column alignment="left" valignment="top" special="@{}l">
21438 <row>
21439 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 単位
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 冪数
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 関係子
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 </row>
21494 <row>
21495 <cell alignment="center" valignment="top" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 12
21500 \begin_inset Formula $\times$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 24本の瓶
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 \begin_inset Formula $10\cdot$
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 \begin_inset Formula $10^{\mbox{-}17}$
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 \begin_inset Formula $\Gamma(t)\propto$
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 \begin_inset Formula $\:\Upsilon(t)$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 1024
21572 \begin_inset Formula $\times$
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 768ピクセル
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $5.78\cdot$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $10^{7}$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $A\ne$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Formula $\:B_{\mathrm{red}}$
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 </row>
21638 <row>
21639 <cell alignment="center" valignment="top" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 32
21644 \begin_inset Formula $\times$
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 6
21657 \begin_inset space \thinspace{}
21658 \end_inset
21659
21660 cm
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 -
21670 \begin_inset Formula $33.5\cdot$
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 \begin_inset Formula $10^{4}$
21683 \end_inset
21684
21685
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 \begin_inset Formula $\sin(\alpha)\ge$
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 \begin_inset Formula $\:\sin(\beta)$
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 </row>
21715 </lyxtabular>
21716
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \begin_layout Subsection
21728 自製のセル書式および列書式
21729 \begin_inset CommandInset label
21730 LatexCommand label
21731 name "subsec:自製書式"
21732
21733 \end_inset
21734
21735
21736 \begin_inset Index idx
21737 status collapsed
21738
21739 \begin_layout Plain Layout
21740 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
21741 \end_layout
21742
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \begin_layout Standard
21749
21750 \begin_inset CommandInset ref
21751 LatexCommand ref
21752 reference "sec:表幅の計算"
21753
21754 \end_inset
21755
21756 節のようにして通常列の必要幅を計算したり,第
21757 \begin_inset CommandInset ref
21758 LatexCommand ref
21759 reference "subsec:連結列の計算"
21760
21761 \end_inset
21762
21763 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21764 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21765 \end_layout
21766
21767 \begin_layout Standard
21768
21769 \series bold
21770
21771 \backslash
21772 newcolumntype{書式名}[引数の数]{コマンド}
21773 \end_layout
21774
21775 \begin_layout Standard
21776 書式名は,一文字だけでも構いません.
21777 \emph on
21778 b
21779 \emph default
21780
21781 \emph on
21782 c
21783 \emph default
21784
21785 \emph on
21786 l
21787 \emph default
21788
21789 \emph on
21790 m
21791 \emph default
21792
21793 \emph on
21794 p
21795 \emph default
21796
21797 \emph on
21798 r
21799 \emph default
21800 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21801 \end_layout
21802
21803 \begin_layout Standard
21804 \begin_inset VSpace medskip
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \begin_layout Standard
21811 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21812 \end_layout
21813
21814 \begin_layout Standard
21815
21816 \series bold
21817
21818 \backslash
21819 newcolumntype{M}[1]{>{
21820 \backslash
21821 centering
21822 \backslash
21823 hspace{0pt}}m{#1}}
21824 \end_layout
21825
21826 \begin_layout Standard
21827 ここで
21828 \series bold
21829
21830 \backslash
21831 hspace{0pt}
21832 \series default
21833 は,第
21834 \begin_inset CommandInset ref
21835 LatexCommand ref
21836 reference "subsec:複数行"
21837
21838 \end_inset
21839
21840 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21841 \family sans
21842 \SpecialChar LaTeX
21843 の引数
21844 \family default
21845
21846 \end_layout
21847
21848 \begin_layout Standard
21849
21850 \series bold
21851 M{width}
21852 \end_layout
21853
21854 \begin_layout Standard
21855 と入力するだけですみます.
21856 \end_layout
21857
21858 \begin_layout Standard
21859 \begin_inset VSpace bigskip
21860 \end_inset
21861
21862
21863 \end_layout
21864
21865 \begin_layout Standard
21866 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21867 \end_layout
21868
21869 \begin_layout Standard
21870
21871 \series bold
21872
21873 \backslash
21874 newcolumntype{S}[2]{>{
21875 \backslash
21876 centering
21877 \backslash
21878 hspace{0pt}}
21879 \begin_inset Newline newline
21880 \end_inset
21881
21882
21883 \begin_inset Phantom HPhantom
21884 status open
21885
21886 \begin_layout Plain Layout
21887
21888 \series bold
21889
21890 \backslash
21891 newcolumntype
21892 \end_layout
21893
21894 \end_inset
21895
21896 m{(#1+(2
21897 \backslash
21898 tabcolsep+
21899 \backslash
21900 arrayrulewidth)*(1-#2))/#2}}
21901 \end_layout
21902
21903 \begin_layout Standard
21904 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21905 \begin_inset CommandInset ref
21906 LatexCommand eqref
21907 reference "eq:Wgn"
21908
21909 \end_inset
21910
21911 式を使用しています.
21912 \end_layout
21913
21914 \begin_layout Standard
21915 こうしておけば,当該セルの\SpecialChar LaTeX
21916 引数に
21917 \end_layout
21918
21919 \begin_layout Standard
21920
21921 \series bold
21922 S{連結列セルの幅}{連結列セルがまたがる列の数}
21923 \end_layout
21924
21925 \begin_layout Standard
21926 と入力するだけですみます.
21927 \end_layout
21928
21929 \begin_layout Standard
21930 \begin_inset VSpace bigskip
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \begin_layout Standard
21937 色付き列については,以下のように定義するとよいでしょう.
21938 \end_layout
21939
21940 \begin_layout Standard
21941
21942 \series bold
21943
21944 \backslash
21945 newcolumntype{K}[1]{>{
21946 \backslash
21947 columncolor{#1}
21948 \backslash
21949 hspace{0pt}}c}
21950 \end_layout
21951
21952 \begin_layout Standard
21953 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
21954 引数に
21955 \end_layout
21956
21957 \begin_layout Standard
21958
21959 \series bold
21960 K{色名}
21961 \end_layout
21962
21963 \begin_layout Standard
21964 と入力します.
21965 \end_layout
21966
21967 \begin_layout Standard
21968 \begin_inset VSpace bigskip
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \begin_layout Standard
21975
21976 \begin_inset CommandInset ref
21977 LatexCommand ref
21978 reference "tab:ユーザー定義の表書式"
21979
21980 \end_inset
21981
21982 を生成するには,第1列と連結列に\SpecialChar LaTeX
21983 引数として
21984 \end_layout
21985
21986 \begin_layout Standard
21987
21988 \series bold
21989 M{2.5cm}
21990 \end_layout
21991
21992 \begin_layout Standard
21993 を指定し,最終列に
21994 \end_layout
21995
21996 \begin_layout Standard
21997
21998 \series bold
21999 K{red}
22000 \end_layout
22001
22002 \begin_layout Standard
22003 そして第2列の各セルに
22004 \end_layout
22005
22006 \begin_layout Standard
22007
22008 \series bold
22009 S{2.5cm}{2}
22010 \end_layout
22011
22012 \begin_layout Standard
22013 と指定します.
22014 \end_layout
22015
22016 \begin_layout Standard
22017 \begin_inset Float table
22018 placement h
22019 wide false
22020 sideways false
22021 status open
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Caption Standard
22025
22026 \begin_layout Plain Layout
22027 \begin_inset CommandInset label
22028 LatexCommand label
22029 name "tab:ユーザー定義の表書式"
22030
22031 \end_inset
22032
22033 ユーザー定義の表書式を使用した表
22034 \end_layout
22035
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \begin_layout Plain Layout
22042 \align center
22043 \begin_inset Tabular
22044 <lyxtabular version="3" rows="3" columns="4">
22045 <features tabularvalignment="middle">
22046 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22047 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22048 <column alignment="center" valignment="middle">
22049 <column alignment="center" valignment="middle" special="K{red}">
22050 <row>
22051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055 とても長い表セル中の単語
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 複数行の連結列
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 </row>
22088 <row>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 </row>
22164 </lyxtabular>
22165
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \begin_layout Subsection
22177 罫線幅
22178 \begin_inset CommandInset label
22179 LatexCommand label
22180 name "subsec:罫線幅"
22181
22182 \end_inset
22183
22184
22185 \begin_inset Index idx
22186 status collapsed
22187
22188 \begin_layout Plain Layout
22189 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22190 \end_layout
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \begin_layout Standard
22198 表中のすべての罫線の罫線幅を調整するには,長さ
22199 \series bold
22200
22201 \backslash
22202 arrayrulewidth
22203 \series default
22204 を使用します.たとえば,表
22205 \begin_inset CommandInset ref
22206 LatexCommand ref
22207 reference "tab:Table-with-1.5"
22208
22209 \end_inset
22210
22211 のように罫線幅を1.5
22212 \begin_inset space \thinspace{}
22213 \end_inset
22214
22215 ptにするには,表や表フロートの前に\SpecialChar TeX
22216 コードで
22217 \end_layout
22218
22219 \begin_layout Standard
22220
22221 \series bold
22222
22223 \backslash
22224 setlength{
22225 \backslash
22226 arrayrulewidth}{1.5pt}
22227 \end_layout
22228
22229 \begin_layout Standard
22230 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22231 コードで
22232 \series bold
22233
22234 \backslash
22235 arrayrulewidth
22236 \series default
22237 を0.4
22238 \begin_inset space \thinspace{}
22239 \end_inset
22240
22241 ptに設定してください.
22242 \end_layout
22243
22244 \begin_layout Standard
22245 \begin_inset ERT
22246 status collapsed
22247
22248 \begin_layout Plain Layout
22249
22250
22251 \backslash
22252 setlength{
22253 \backslash
22254 arrayrulewidth}{1.5pt}
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \begin_inset Float table
22261 wide false
22262 sideways false
22263 status open
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Caption Standard
22267
22268 \begin_layout Plain Layout
22269 \begin_inset CommandInset label
22270 LatexCommand label
22271 name "tab:Table-with-1.5"
22272
22273 \end_inset
22274
22275 1.5
22276 \begin_inset space \thinspace{}
22277 \end_inset
22278
22279 pt幅罫線の表
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \begin_layout Plain Layout
22288 \align center
22289 \begin_inset Tabular
22290 <lyxtabular version="3" rows="3" columns="3">
22291 <features tabularvalignment="middle">
22292 <column alignment="center" valignment="top">
22293 <column alignment="center" valignment="top">
22294 <column alignment="center" valignment="top">
22295 <row>
22296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 sd
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 </row>
22324 <row>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 sd
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 <row>
22354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 sd
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 </row>
22382 </lyxtabular>
22383
22384 \end_inset
22385
22386
22387 \end_layout
22388
22389 \end_inset
22390
22391
22392 \begin_inset ERT
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396
22397
22398 \backslash
22399 setlength{
22400 \backslash
22401 arrayrulewidth}{0.4pt}
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \begin_layout Standard
22410 \begin_inset VSpace bigskip
22411 \end_inset
22412
22413
22414 \begin_inset CommandInset ref
22415 LatexCommand ref
22416 reference "tab:1.5pt幅横罫"
22417
22418 \end_inset
22419
22420 のように横罫だけを1.5
22421 \begin_inset space \thinspace{}
22422 \end_inset
22423
22424 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22425 コードとして以下のコマンドを挿入してください.
22426 \end_layout
22427
22428 \begin_layout Standard
22429
22430 \series bold
22431
22432 \backslash
22433 let
22434 \backslash
22435 myHline
22436 \backslash
22437 hline
22438 \begin_inset Newline newline
22439 \end_inset
22440
22441
22442 \backslash
22443 renewcommand{
22444 \backslash
22445 hline}
22446 \begin_inset Newline newline
22447 \end_inset
22448
22449  {
22450 \backslash
22451 noalign{
22452 \backslash
22453 global
22454 \backslash
22455 arrayrulewidth 1.5pt}
22456 \begin_inset Newline newline
22457 \end_inset
22458
22459  
22460 \backslash
22461 myHline
22462 \backslash
22463 noalign{
22464 \backslash
22465 global
22466 \backslash
22467 arrayrulewidth 0.4pt}}
22468 \end_layout
22469
22470 \begin_layout Standard
22471 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22472 コードとして以下のコマンドを挿入します.
22473 \end_layout
22474
22475 \begin_layout Standard
22476
22477 \series bold
22478
22479 \backslash
22480 renewcommand{
22481 \backslash
22482 hline}{
22483 \backslash
22484 myHline}
22485 \end_layout
22486
22487 \begin_layout Standard
22488 \begin_inset ERT
22489 status collapsed
22490
22491 \begin_layout Plain Layout
22492
22493
22494 \backslash
22495 let
22496 \backslash
22497 myHline
22498 \backslash
22499 hline
22500 \end_layout
22501
22502 \begin_layout Plain Layout
22503
22504
22505 \backslash
22506 renewcommand{
22507 \backslash
22508 hline}
22509 \end_layout
22510
22511 \begin_layout Plain Layout
22512
22513  {
22514 \backslash
22515 noalign{
22516 \backslash
22517 global
22518 \backslash
22519 arrayrulewidth 1.5pt}
22520 \end_layout
22521
22522 \begin_layout Plain Layout
22523
22524   
22525 \backslash
22526 myHline
22527 \backslash
22528 noalign{
22529 \backslash
22530 global
22531 \backslash
22532 arrayrulewidth 0.4pt}}
22533 \end_layout
22534
22535 \end_inset
22536
22537
22538 \begin_inset Float table
22539 wide false
22540 sideways false
22541 status open
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Caption Standard
22545
22546 \begin_layout Plain Layout
22547 \begin_inset CommandInset label
22548 LatexCommand label
22549 name "tab:1.5pt幅横罫"
22550
22551 \end_inset
22552
22553 1.5
22554 \begin_inset space \thinspace{}
22555 \end_inset
22556
22557 pt幅横罫の表
22558 \end_layout
22559
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \begin_layout Plain Layout
22566 \align center
22567 \begin_inset Tabular
22568 <lyxtabular version="3" rows="3" columns="3">
22569 <features tabularvalignment="middle">
22570 <column alignment="center" valignment="top">
22571 <column alignment="center" valignment="top">
22572 <column alignment="center" valignment="top">
22573 <row>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 sd
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 </row>
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 sd
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 </row>
22631 <row>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 sd
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 </row>
22660 </lyxtabular>
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \begin_inset ERT
22671 status collapsed
22672
22673 \begin_layout Plain Layout
22674
22675
22676 \backslash
22677 renewcommand{
22678 \backslash
22679 hline}{
22680 \backslash
22681 myHline}
22682 \end_layout
22683
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \begin_layout Standard
22690 \begin_inset VSpace bigskip
22691 \end_inset
22692
22693 縦罫だけを1.5
22694 \begin_inset space \thinspace{}
22695 \end_inset
22696
22697 pt幅にするには,第
22698 \begin_inset CommandInset ref
22699 LatexCommand ref
22700 reference "subsec:自製書式"
22701
22702 \end_inset
22703
22704 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22705 \end_layout
22706
22707 \begin_layout Standard
22708
22709 \series bold
22710
22711 \backslash
22712 newcolumntype{V}{!{
22713 \backslash
22714 vrule width 1.5pt}}
22715 \end_layout
22716
22717 \begin_layout Standard
22718
22719 \begin_inset CommandInset ref
22720 LatexCommand ref
22721 reference "tab:1.5pt幅縦罫"
22722
22723 \end_inset
22724
22725 を作るには,最右列に\SpecialChar LaTeX
22726 引数
22727 \end_layout
22728
22729 \begin_layout Standard
22730
22731 \series bold
22732 VcV
22733 \end_layout
22734
22735 \begin_layout Standard
22736 を指定し,他の列には
22737 \end_layout
22738
22739 \begin_layout Standard
22740
22741 \series bold
22742 Vc
22743 \end_layout
22744
22745 \begin_layout Standard
22746 を指定します.
22747 \end_layout
22748
22749 \begin_layout Standard
22750 \begin_inset Float table
22751 wide false
22752 sideways false
22753 status open
22754
22755 \begin_layout Plain Layout
22756 \begin_inset Caption Standard
22757
22758 \begin_layout Plain Layout
22759 \begin_inset CommandInset label
22760 LatexCommand label
22761 name "tab:1.5pt幅縦罫"
22762
22763 \end_inset
22764
22765 1.5
22766 \begin_inset space \thinspace{}
22767 \end_inset
22768
22769 pt幅縦罫の表
22770 \end_layout
22771
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \begin_layout Plain Layout
22778 \align center
22779 \begin_inset Tabular
22780 <lyxtabular version="3" rows="3" columns="3">
22781 <features tabularvalignment="middle">
22782 <column alignment="center" valignment="top" special="Vc">
22783 <column alignment="center" valignment="top" special="Vc">
22784 <column alignment="center" valignment="top" special="VcV">
22785 <row>
22786 <cell alignment="center" valignment="top" topline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 sd
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 <cell alignment="center" valignment="top" topline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 sd
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 <cell alignment="center" valignment="top" topline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 </row>
22843 <row>
22844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 sd
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 </lyxtabular>
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \begin_layout Subsection
22885 点罫
22886 \begin_inset Index idx
22887 status collapsed
22888
22889 \begin_layout Plain Layout
22890 ひょうのちょうせい@表の調整 ! てんけい@点罫
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \begin_layout Standard
22899 \begin_inset ERT
22900 status collapsed
22901
22902 \begin_layout Plain Layout
22903
22904
22905 \backslash
22906 ifarydshln
22907 \end_layout
22908
22909 \end_inset
22910
22911
22912 \begin_inset Note Note
22913 status open
22914
22915 \begin_layout Plain Layout
22916 この節は,\SpecialChar LaTeX
22917 パッケージ
22918 \series bold
22919 arydshln
22920 \series default
22921 が導入済みの時のみ表示されます.
22922 \end_layout
22923
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \begin_layout Standard
22930 \begin_inset Float table
22931 placement H
22932 wide false
22933 sideways false
22934 status open
22935
22936 \begin_layout Plain Layout
22937 \begin_inset Caption Standard
22938
22939 \begin_layout Plain Layout
22940 \begin_inset CommandInset label
22941 LatexCommand label
22942 name "tab:点罫表"
22943
22944 \end_inset
22945
22946 点罫を使用した表
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Plain Layout
22955 \align center
22956 \begin_inset Tabular
22957 <lyxtabular version="3" rows="5" columns="5">
22958 <features tabularvalignment="middle">
22959 <column alignment="center" valignment="top">
22960 <column alignment="center" valignment="top">
22961 <column alignment="center" valignment="top" special=":c">
22962 <column alignment="center" valignment="top">
22963 <column alignment="center" valignment="top">
22964 <row>
22965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 </row>
23011 <row>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 </row>
23058 <row>
23059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063 \begin_inset ERT
23064 status collapsed
23065
23066 \begin_layout Plain Layout
23067
23068
23069 \backslash
23070 hdashline 
23071 \end_layout
23072
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 <row>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 \begin_inset ERT
23123 status collapsed
23124
23125 \begin_layout Plain Layout
23126
23127
23128 \backslash
23129 cdashline{4-5}
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 </row>
23176 <row>
23177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 </row>
23223 </lyxtabular>
23224
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \begin_layout Standard
23236 \SpecialChar LyX
23237 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23238 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23239 \end_layout
23240
23241 \begin_layout Standard
23242
23243 \series bold
23244
23245 \backslash
23246 usepackage{arydshln}
23247 \end_layout
23248
23249 \begin_layout Standard
23250 というコマンドを書き,\SpecialChar LaTeX
23251 パッケージの
23252 \series bold
23253 arydshln
23254 \series default
23255
23256 \begin_inset Index idx
23257 status collapsed
23258
23259 \begin_layout Plain Layout
23260 \SpecialChar LaTeX
23261 ぱっけーじ@\SpecialChar LaTeX
23262 パッケージ ! arydshln
23263 \end_layout
23264
23265 \end_inset
23266
23267 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23268 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23269 \end_layout
23270
23271 \begin_layout Standard
23272 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23273 コードで
23274 \end_layout
23275
23276 \begin_layout Standard
23277
23278 \series bold
23279
23280 \backslash
23281 hdashline
23282 \end_layout
23283
23284 \begin_layout Standard
23285 というコマンドを加えてください.
23286 \end_layout
23287
23288 \begin_layout Standard
23289 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23290 コードで
23291 \end_layout
23292
23293 \begin_layout Standard
23294
23295 \series bold
23296
23297 \backslash
23298 cdashline{列番号
23299 \series default
23300 }
23301 \end_layout
23302
23303 \begin_layout Standard
23304 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23305 \end_layout
23306
23307 \begin_layout Standard
23308
23309 \series bold
23310
23311 \backslash
23312 cdashline{2-4}
23313 \end_layout
23314
23315 \begin_layout Standard
23316 なるコマンドを置いてください.
23317 \end_layout
23318
23319 \begin_layout Standard
23320 \begin_inset VSpace bigskip
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \begin_layout Standard
23327
23328 \begin_inset CommandInset ref
23329 LatexCommand ref
23330 reference "tab:点罫表"
23331
23332 \end_inset
23333
23334 は,第3列の\SpecialChar LaTeX
23335 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23336 コードのコマンド
23337 \series bold
23338
23339 \backslash
23340 hdashline
23341 \series default
23342 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23343 コードのコマンド
23344 \begin_inset Newline newline
23345 \end_inset
23346
23347  
23348 \series bold
23349
23350 \backslash
23351 cdashline{4-5}
23352 \series default
23353 が挿れられています.
23354 \end_layout
23355
23356 \begin_layout Standard
23357 \begin_inset VSpace bigskip
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Standard
23364 点罫を持つ表も,表
23365 \begin_inset CommandInset ref
23366 LatexCommand ref
23367 reference "tab:Colored-table-with"
23368
23369 \end_inset
23370
23371 のように色付けをすることができます.
23372 \end_layout
23373
23374 \begin_layout Standard
23375 \begin_inset ERT
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379
23380
23381 \backslash
23382 setlength{
23383 \backslash
23384 arrayrulewidth}{1pt}
23385 \end_layout
23386
23387 \end_inset
23388
23389
23390 \begin_inset Note Note
23391 status collapsed
23392
23393 \begin_layout Plain Layout
23394 罫線色が見易いように線を太く
23395 \end_layout
23396
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \begin_layout Standard
23403 \begin_inset ERT
23404 status collapsed
23405
23406 \begin_layout Plain Layout
23407
23408
23409 \backslash
23410 dashgapcolor{green}
23411 \end_layout
23412
23413 \end_inset
23414
23415
23416 \begin_inset Note Note
23417 status collapsed
23418
23419 \begin_layout Plain Layout
23420 緑点罫の間の色付き余白
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \begin_layout Standard
23429 \begin_inset ERT
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433
23434
23435 \backslash
23436 let
23437 \backslash
23438 myHdashline
23439 \backslash
23440 hdashline
23441 \end_layout
23442
23443 \begin_layout Plain Layout
23444
23445
23446 \backslash
23447 renewcommand{
23448 \backslash
23449 hdashline}
23450 \end_layout
23451
23452 \begin_layout Plain Layout
23453
23454  {
23455 \backslash
23456 arrayrulecolor{red}
23457 \backslash
23458 myHdashline
23459 \backslash
23460 arrayrulecolor{black}}
23461 \end_layout
23462
23463 \end_inset
23464
23465
23466 \begin_inset Note Note
23467 status collapsed
23468
23469 \begin_layout Plain Layout
23470 色付き水平線・点罫赤
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \begin_layout Standard
23479 \begin_inset ERT
23480 status collapsed
23481
23482 \begin_layout Plain Layout
23483
23484
23485 \backslash
23486 let
23487 \backslash
23488 myCdashline
23489 \backslash
23490 cdashline
23491 \end_layout
23492
23493 \begin_layout Plain Layout
23494
23495
23496 \backslash
23497 renewcommand{
23498 \backslash
23499 cdashline}[1]
23500 \end_layout
23501
23502 \begin_layout Plain Layout
23503
23504  {
23505 \backslash
23506 arrayrulecolor{yellow}
23507 \backslash
23508 myCdashline{#1}
23509 \backslash
23510 arrayrulecolor{black}}
23511 \end_layout
23512
23513 \end_inset
23514
23515
23516 \begin_inset Note Note
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520 色付き部分水平線・点罫黄色
23521 \end_layout
23522
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \begin_inset Float table
23530 placement h
23531 wide false
23532 sideways false
23533 status open
23534
23535 \begin_layout Plain Layout
23536 \begin_inset Caption Standard
23537
23538 \begin_layout Plain Layout
23539 \begin_inset CommandInset label
23540 LatexCommand label
23541 name "tab:Colored-table-with"
23542
23543 \end_inset
23544
23545 点罫線の色付き表
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \begin_layout Plain Layout
23554 \align center
23555 \begin_inset Tabular
23556 <lyxtabular version="3" rows="5" columns="5">
23557 <features tabularvalignment="middle">
23558 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23559 <column alignment="center" valignment="top" width="0pt">
23560 <column alignment="center" valignment="top" width="0pt" special=":c">
23561 <column alignment="center" valignment="top">
23562 <column alignment="center" valignment="top">
23563 <row>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 <cell alignment="center" valignment="top" topline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset ERT
23663 status collapsed
23664
23665 \begin_layout Plain Layout
23666
23667
23668 \backslash
23669 hdashline 
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \begin_inset ERT
23676 status collapsed
23677
23678 \begin_layout Plain Layout
23679
23680
23681 \backslash
23682 rowcolor{Gray}
23683 \end_layout
23684
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 </row>
23729 <row>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset ERT
23735 status collapsed
23736
23737 \begin_layout Plain Layout
23738
23739
23740 \backslash
23741 cdashline{4-5}
23742 \end_layout
23743
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset ERT
23830 status collapsed
23831
23832 \begin_layout Plain Layout
23833
23834
23835 \backslash
23836 cellcolor{Maroon}
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 </lyxtabular>
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855
23856
23857 \end_layout
23858
23859 \begin_layout Standard
23860 \begin_inset ERT
23861 status collapsed
23862
23863 \begin_layout Plain Layout
23864
23865
23866 \backslash
23867 renewcommand{
23868 \backslash
23869 hdashline}{
23870 \backslash
23871 myHdashline}
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \begin_inset Note Note
23878 status collapsed
23879
23880 \begin_layout Plain Layout
23881 既定値に戻す
23882 \end_layout
23883
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \begin_layout Standard
23890 \begin_inset ERT
23891 status collapsed
23892
23893 \begin_layout Plain Layout
23894
23895
23896 \backslash
23897 renewcommand{
23898 \backslash
23899 cdashline}{
23900 \backslash
23901 myCdashline}
23902 \end_layout
23903
23904 \end_inset
23905
23906
23907 \begin_inset Note Note
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911 既定値に戻す
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Standard
23920 \begin_inset ERT
23921 status collapsed
23922
23923 \begin_layout Plain Layout
23924
23925
23926 \backslash
23927 nodashgapcolor
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \begin_inset Note Note
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937 既定値に戻す
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \begin_layout Standard
23946 \begin_inset ERT
23947 status collapsed
23948
23949 \begin_layout Plain Layout
23950
23951
23952 \backslash
23953 setlength{
23954 \backslash
23955 arrayrulewidth}{0.4pt}
23956 \end_layout
23957
23958 \end_inset
23959
23960
23961 \begin_inset Note Note
23962 status collapsed
23963
23964 \begin_layout Plain Layout
23965 既定値に戻す
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \begin_layout Standard
23974 行や列,罫線の着色は,第
23975 \begin_inset CommandInset ref
23976 LatexCommand ref
23977 reference "sec:色付きの表"
23978
23979 \end_inset
23980
23981 節に述べられているように動作します.水平線の着色も,
23982 \series bold
23983
23984 \backslash
23985 myHlineC
23986 \series default
23987 コマンドを
23988 \series bold
23989
23990 \backslash
23991 myHdashline
23992 \series default
23993 に置き換え,
23994 \series bold
23995
23996 \backslash
23997 hline
23998 \series default
23999
24000 \series bold
24001
24002 \backslash
24003 hdashline
24004 \series default
24005 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24006 \end_layout
24007
24008 \begin_layout Standard
24009
24010 \series bold
24011
24012 \backslash
24013 let
24014 \backslash
24015 myHdashline
24016 \backslash
24017 hdashline
24018 \begin_inset Newline newline
24019 \end_inset
24020
24021
24022 \backslash
24023 renewcommand{
24024 \backslash
24025 hdashline}
24026 \begin_inset Newline newline
24027 \end_inset
24028
24029
24030 \begin_inset Phantom HPhantom
24031 status open
24032
24033 \begin_layout Plain Layout
24034 \begin_inset space ~
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041
24042 {
24043 \backslash
24044 arrayrulecolor{red}
24045 \backslash
24046 myHdashline
24047 \backslash
24048 arrayrulecolor{black}}
24049 \end_layout
24050
24051 \begin_layout Standard
24052
24053 \series bold
24054
24055 \backslash
24056 cdashline
24057 \series default
24058 に色をつけるならば,コマンドは
24059 \end_layout
24060
24061 \begin_layout Standard
24062
24063 \series bold
24064
24065 \backslash
24066 let
24067 \backslash
24068 myCdashline
24069 \backslash
24070 cdashline
24071 \begin_inset Newline newline
24072 \end_inset
24073
24074
24075 \backslash
24076 renewcommand{
24077 \backslash
24078 cdashline}[1]
24079 \begin_inset Newline newline
24080 \end_inset
24081
24082
24083 \begin_inset Phantom HPhantom
24084 status open
24085
24086 \begin_layout Plain Layout
24087 \begin_inset space ~
24088 \end_inset
24089
24090
24091 \end_layout
24092
24093 \end_inset
24094
24095 {
24096 \backslash
24097 arrayrulecolor{red}
24098 \backslash
24099 myCdashline{#1}
24100 \backslash
24101 arrayrulecolor{black}}
24102 \end_layout
24103
24104 \begin_layout Standard
24105 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24106 コードで挿入する必要があります.
24107 \end_layout
24108
24109 \begin_layout Standard
24110
24111 \series bold
24112
24113 \backslash
24114 hdashline
24115 \series default
24116 の場合は
24117 \end_layout
24118
24119 \begin_layout Standard
24120
24121 \series bold
24122
24123 \backslash
24124 renewcommand{
24125 \backslash
24126 hdashline}{
24127 \backslash
24128 myHdashline}
24129 \end_layout
24130
24131 \begin_layout Standard
24132 とし,
24133 \series bold
24134
24135 \backslash
24136 cdashline
24137 \series default
24138 の場合は
24139 \end_layout
24140
24141 \begin_layout Standard
24142
24143 \series bold
24144
24145 \backslash
24146 renewcommand{
24147 \backslash
24148 cdashline}{
24149 \backslash
24150 myCdashline}
24151 \end_layout
24152
24153 \begin_layout Standard
24154 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24155 コードで
24156 \end_layout
24157
24158 \begin_layout Standard
24159
24160 \series bold
24161
24162 \backslash
24163 dashgapcolor{色}
24164 \end_layout
24165
24166 \begin_layout Standard
24167 とすれば良いです.ここで「色」は,定義済みの色名です.
24168 \end_layout
24169
24170 \begin_layout Standard
24171
24172 \series bold
24173
24174 \backslash
24175 nodashgapcolor
24176 \end_layout
24177
24178 \begin_layout Standard
24179 というコマンドは,
24180 \series bold
24181
24182 \backslash
24183 dashgapcolor
24184 \series default
24185 が行った変更を元に戻します.
24186 \end_layout
24187
24188 \begin_layout Standard
24189 \begin_inset Note Greyedout
24190 status open
24191
24192 \begin_layout Plain Layout
24193
24194 \series bold
24195 【註】
24196 \series default
24197 1つのセル中に複数のコマンドがある場合,
24198 \series bold
24199 arydshln
24200 \series default
24201 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24202 \begin_inset CommandInset ref
24203 LatexCommand ref
24204 reference "tab:Colored-table-with"
24205
24206 \end_inset
24207
24208 のセル
24209 \emph on
24210 k
24211 \emph default
24212 では,
24213 \series bold
24214
24215 \backslash
24216 hdashline
24217 \series default
24218 コマンドが
24219 \series bold
24220
24221 \backslash
24222 rowcolor
24223 \series default
24224 の前に来ています.
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \begin_layout Standard
24233 \begin_inset Note Greyedout
24234 status open
24235
24236 \begin_layout Plain Layout
24237
24238 \series bold
24239 【註】
24240 \series default
24241 \SpecialChar LaTeX
24242 パッケージ
24243 \series bold
24244 arydshln
24245 \series default
24246 は,文書プリアンブル中で\SpecialChar LaTeX
24247 パッケージ
24248 \series bold
24249 colortbl
24250 \series default
24251
24252 \begin_inset Index idx
24253 status collapsed
24254
24255 \begin_layout Plain Layout
24256 \SpecialChar LaTeX
24257 ぱっけーじ@\SpecialChar LaTeX
24258 パッケージ ! colortbl
24259 \end_layout
24260
24261 \end_inset
24262
24263 よりも前に読み込まれている必要があります.
24264 \end_layout
24265
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \begin_layout Standard
24272 \begin_inset ERT
24273 status collapsed
24274
24275 \begin_layout Plain Layout
24276
24277
24278 \backslash
24279 else
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \begin_inset Note Note
24286 status open
24287
24288 \begin_layout Plain Layout
24289 以下は,\SpecialChar LaTeX
24290 パッケージ
24291 \series bold
24292 arydshln
24293 \series default
24294 が導入済みでないときに表示されます.
24295 \end_layout
24296
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \begin_layout Standard
24303 本節の内容を出力に表示するためには,
24304 \series bold
24305 arydshln
24306 \series default
24307 パッケージを導入しなくてはなりません.
24308 \end_layout
24309
24310 \begin_layout Standard
24311 \begin_inset ERT
24312 status collapsed
24313
24314 \begin_layout Plain Layout
24315
24316
24317 \backslash
24318 fi
24319 \end_layout
24320
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \begin_layout Standard
24327 点罫について詳しい情報は,
24328 \series bold
24329 arydshln
24330 \series default
24331 の取扱説明書
24332 \begin_inset CommandInset citation
24333 LatexCommand cite
24334 key "arydshln"
24335 literal "true"
24336
24337 \end_inset
24338
24339 をご覧ください.
24340 \end_layout
24341
24342 \begin_layout Chapter
24343 フロート
24344 \begin_inset CommandInset label
24345 LatexCommand label
24346 name "chap:フロート"
24347
24348 \end_inset
24349
24350
24351 \begin_inset Index idx
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355 ふろーと@フロート
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \begin_layout Section
24364 はじめに
24365 \begin_inset CommandInset label
24366 LatexCommand label
24367 name "sec:フロートはじめに"
24368
24369 \end_inset
24370
24371
24372 \begin_inset Index idx
24373 status collapsed
24374
24375 \begin_layout Plain Layout
24376 ふろーと@フロート ! はじめに
24377 \end_layout
24378
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \begin_layout Standard
24385 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24386 ート)ことができます.
24387 \family sans
24388 脚註
24389 \family default
24390
24391 \family sans
24392 傍註
24393 \family default
24394 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24395 \end_layout
24396
24397 \begin_layout Standard
24398 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24399 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24400 ートには連番が割り当てられます.参照については,第
24401 \begin_inset CommandInset ref
24402 LatexCommand ref
24403 reference "sec:フロートの参照"
24404
24405 \end_inset
24406
24407 節で述べられています.
24408 \end_layout
24409
24410 \begin_layout Standard
24411 フロートを挿入するには,
24412 \family sans
24413 挿入\SpecialChar menuseparator
24414 フロート
24415 \family default
24416 メニュー(
24417 \begin_inset Info
24418 type  "icon"
24419 arg   "float-insert figure"
24420 \end_inset
24421
24422 または
24423 \begin_inset Info
24424 type  "icon"
24425 arg   "float-insert table"
24426 \end_inset
24427
24428 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24429 \family sans
24430 キャプション
24431 \family default
24432 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24433 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24434 \begin_inset CommandInset ref
24435 LatexCommand ref
24436 reference "sec:キャプションの配置"
24437
24438 \end_inset
24439
24440 節に述べられています.また,\SpecialChar LyX
24441 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24442 畳んだフロートボックスは,
24443 \begin_inset Graphics
24444         filename clipart/float.png
24445         scale 95
24446         scaleBeforeRotation
24447
24448 \end_inset
24449
24450 のように,灰色ボタンに赤字ラベルで表示されます.
24451 \end_layout
24452
24453 \begin_layout Standard
24454 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24455 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24456 \end_layout
24457
24458 \begin_layout Standard
24459 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24460 \end_layout
24461
24462 \begin_layout Section
24463 フロート型
24464 \end_layout
24465
24466 \begin_layout Standard
24467 \SpecialChar LyX
24468 には,第
24469 \begin_inset CommandInset ref
24470 LatexCommand ref
24471 reference "sec:図フロート"
24472
24473 \end_inset
24474
24475 節および第
24476 \begin_inset CommandInset ref
24477 LatexCommand ref
24478 reference "sec:表フロート"
24479
24480 \end_inset
24481
24482 節で各々説明されている図フロートと表フロート以外に,
24483 \family sans
24484 アルゴリズム型
24485 \series bold
24486
24487 \series default
24488 折返し型
24489 \family default
24490 のフロート型があります.後者は,第
24491 \begin_inset CommandInset ref
24492 LatexCommand ref
24493 reference "sec:折返しフロート"
24494
24495 \end_inset
24496
24497 節に説明があります.
24498 \end_layout
24499
24500 \begin_layout Subsection
24501 アルゴリズムフロート
24502 \begin_inset Index idx
24503 status collapsed
24504
24505 \begin_layout Plain Layout
24506 ふろーと@フロート ! あるごりずむ@アルゴリズム
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \end_layout
24513
24514 \begin_layout Standard
24515 \begin_inset Float algorithm
24516 placement h
24517 wide false
24518 sideways false
24519 status open
24520
24521 \begin_layout Plain Layout
24522 \begin_inset Caption Standard
24523
24524 \begin_layout Plain Layout
24525 \begin_inset CommandInset label
24526 LatexCommand label
24527 name "alg:アルゴリズムフロートの例"
24528
24529 \end_inset
24530
24531 アルゴリズムフロートの例
24532 \end_layout
24533
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \begin_layout LyX-Code
24540 for I in 1..N loop
24541 \begin_inset Newline newline
24542 \end_inset
24543
24544  Sum:= Sum + A(I); /*comment*/
24545 \begin_inset Newline newline
24546 \end_inset
24547
24548 end loop
24549 \begin_inset VSpace -4mm
24550 \end_inset
24551
24552
24553 \end_layout
24554
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \begin_layout Standard
24561 このフロート型は,
24562 \family sans
24563 挿入
24564 \shape up
24565 \SpecialChar menuseparator
24566 フロート\SpecialChar menuseparator
24567 アルゴリズム
24568 \family default
24569 \shape default
24570 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24571 \begin_inset CommandInset ref
24572 LatexCommand ref
24573 reference "cha:プログラムコードリスト"
24574
24575 \end_inset
24576
24577 章で説明されているプログラムコードリストの代わりとみなすことができます.
24578 \emph on
24579 \SpecialChar LyX
24580 ユーザーの手引き
24581 \emph default
24582 に述べられているように,アルゴリズム向けの環境としては,
24583 \family sans
24584 \SpecialChar LyX
24585 コード
24586 \family default
24587 があります. アルゴリズム
24588 \begin_inset CommandInset ref
24589 LatexCommand ref
24590 reference "alg:アルゴリズムフロートの例"
24591
24592 \end_inset
24593
24594 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24595 \begin_inset space \thinspace{}
24596 \end_inset
24597
24598 mmの垂直空白が入れてあります.
24599 \end_layout
24600
24601 \begin_layout Standard
24602 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24603 \end_layout
24604
24605 \begin_layout Standard
24606
24607 \series bold
24608
24609 \backslash
24610 floatname{algorithm}{付けたい名称}
24611 \end_layout
24612
24613 \begin_layout Standard
24614 という行を手動で加える必要があります.ここで
24615 \family sans
24616 \series bold
24617 付けたい名称
24618 \family default
24619 \series default
24620 には,お使いの言語で「
24621 \emph on
24622 algorithm
24623 \emph default
24624 」に対応する単語を指定します.
24625 \end_layout
24626
24627 \begin_layout Standard
24628 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24629 のメニューに表示されている言語と同じであるならば,
24630 \family sans
24631 挿入\SpecialChar menuseparator
24632 一覧/目次\SpecialChar menuseparator
24633 アルゴリズム一覧
24634 \family default
24635 メニューを使用します.それ以外の場合には,代わりに
24636 \end_layout
24637
24638 \begin_layout Standard
24639
24640 \series bold
24641
24642 \backslash
24643 listof{algorithm}{付けたい名称}
24644 \end_layout
24645
24646 \begin_layout Standard
24647 というコマンドを\SpecialChar TeX
24648 コードとして用います.ここで
24649 \family sans
24650 付けたい名称
24651 \family default
24652 とは,「
24653 \emph on
24654 List of Algorithm
24655 \emph default
24656 s」という単語に相当する,ご使用になりたい言語での単語です.
24657 \end_layout
24658
24659 \begin_layout Standard
24660 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24661 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24662 \end_layout
24663
24664 \begin_layout Standard
24665
24666 \series bold
24667
24668 \backslash
24669 numberwithin{algorithm}{chapter}
24670 \end_layout
24671
24672 \begin_layout Standard
24673 というコマンドを追加してください.
24674 \series bold
24675
24676 \backslash
24677 numberwithin
24678 \series default
24679 というコマンドを使用するには,文書設定の
24680 \family sans
24681 数式オプション
24682 \family default
24683 タブで
24684 \family sans
24685 AMS mathパッケージを使用する
24686 \family default
24687 オプションを有効にしてください.
24688 \end_layout
24689
24690 \begin_layout Section
24691 フロートの連番
24692 \begin_inset Index idx
24693 status collapsed
24694
24695 \begin_layout Plain Layout
24696 ふろーと@フロート ! れんばん@連番
24697 \end_layout
24698
24699 \end_inset
24700
24701
24702 \end_layout
24703
24704 \begin_layout Standard
24705 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24706 て変わります.
24707 \end_layout
24708
24709 \begin_layout Standard
24710 節から独立して付けられている連番を変更するには,文書プリアンブルで
24711 \end_layout
24712
24713 \begin_layout Standard
24714
24715 \series bold
24716
24717 \backslash
24718 renewcommand{
24719 \backslash
24720 thetable}{
24721 \backslash
24722 roman{table}}
24723 \end_layout
24724
24725 \begin_layout Standard
24726
24727 \series bold
24728 というコマンドを使うと良いでしょう.
24729 \backslash
24730 thetable
24731 \series default
24732 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24733 \series bold
24734
24735 \backslash
24736 thefigure
24737 \series default
24738 コマンドを使用します.上のコマンドで使用されている
24739 \series bold
24740
24741 \backslash
24742 roman
24743 \series default
24744 は,表番号を小文字のローマ数字で印字するコマンドです.
24745 \end_layout
24746
24747 \begin_layout Standard
24748 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24749 \end_layout
24750
24751 \begin_layout Standard
24752
24753 \series bold
24754
24755 \backslash
24756 numberwithin{table}{subsection}
24757 \end_layout
24758
24759 \begin_layout Standard
24760 というコマンドを使用してください.
24761 \series bold
24762
24763 \backslash
24764 numberwithin
24765 \series default
24766 コマンドを使用可能にするためには,文書設定の
24767 \family sans
24768 数式オプション
24769 \family default
24770 タブで,
24771 \family sans
24772 AMS
24773 \begin_inset space ~
24774 \end_inset
24775
24776 math数式パッケージを使用する
24777 \family default
24778 を使用します.
24779 \end_layout
24780
24781 \begin_layout Standard
24782 連番コマンドについての詳細と大切な注意点については,第
24783 \begin_inset CommandInset ref
24784 LatexCommand ref
24785 reference "subsec:脚注の付番"
24786
24787 \end_inset
24788
24789 節もご覧ください.
24790 \end_layout
24791
24792 \begin_layout Section
24793 フロートの参照
24794 \begin_inset CommandInset label
24795 LatexCommand label
24796 name "sec:フロートの参照"
24797
24798 \end_inset
24799
24800
24801 \begin_inset Index idx
24802 status collapsed
24803
24804 \begin_layout Plain Layout
24805 ふろーと@フロート ! さんしょう@参照
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \begin_inset Index idx
24812 status collapsed
24813
24814 \begin_layout Plain Layout
24815 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \begin_layout Standard
24824 フロートを参照するには,
24825 \family sans
24826 挿入\SpecialChar menuseparator
24827 ラベル
24828 \family default
24829 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24830 \begin_inset Graphics
24831         filename clipart/label.png
24832         scaleBeforeRotation
24833
24834 \end_inset
24835
24836 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24837 は,キャプションの最初の数単語に前置句をつけたも
24838 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24839 \family sans
24840 fig:
24841 \family default
24842 」という前置句がつけられます.
24843 \end_layout
24844
24845 \begin_layout Standard
24846 ラベルは,参照のための名称兼位置標として用いられます.
24847 \family sans
24848 挿入\SpecialChar menuseparator
24849 相互参照
24850 \family default
24851 メニューかツールバーボタン
24852 \family sans
24853
24854 \begin_inset Info
24855 type  "icon"
24856 arg   "dialog-show-new-inset ref"
24857 \end_inset
24858
24859
24860 \family default
24861 を使えば,ラベルを参照することができます.
24862 \begin_inset Graphics
24863         filename clipart/reference.png
24864         scaleBeforeRotation
24865
24866 \end_inset
24867
24868 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24869 文書が開かれている場合には,ダイアログの上方にある
24870 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24871
24872 \end_layout
24873
24874 \begin_layout Standard
24875 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24876 出力では,参照の代わりに二つの疑問符が表示されることになります.
24877 \end_layout
24878
24879 \begin_layout Standard
24880 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24881 で,リンクの更新に手間を割く必要はありません.
24882 \end_layout
24883
24884 \begin_layout Standard
24885 相互参照ウィンドウの
24886 \family sans
24887 ラベルへ移動
24888 \family default
24889 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24890 \family sans
24891 戻る
24892 \family default
24893 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24894 \end_layout
24895
24896 \begin_layout Subsection
24897 相互参照の書式
24898 \begin_inset CommandInset label
24899 LatexCommand label
24900 name "subsec:相互参照の書式"
24901
24902 \end_inset
24903
24904
24905 \begin_inset Index idx
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 さんしょう@参照 ! しょしき@書式
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 相互参照には,以下の6種類があります.
24919 \end_layout
24920
24921 \begin_layout Description
24922 <参照>: これはフロート番号を表示します.これが既定値です.例:
24923 \begin_inset CommandInset ref
24924 LatexCommand ref
24925 reference "fig:歪められた二つの像"
24926
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \begin_layout Description
24933 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24934 例:
24935 \begin_inset CommandInset ref
24936 LatexCommand eqref
24937 reference "eq:Wgn"
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \begin_layout Description
24945 <参照ページ>: これはページ番号を表示します.例:Page
24946 \begin_inset space ~
24947 \end_inset
24948
24949
24950 \begin_inset CommandInset ref
24951 LatexCommand pageref
24952 reference "fig:歪められた二つの像"
24953
24954 \end_inset
24955
24956
24957 \end_layout
24958
24959 \begin_layout Description
24960 on
24961 \begin_inset space ~
24962 \end_inset
24963
24964 page
24965 \begin_inset space ~
24966 \end_inset
24967
24968 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
24969 \begin_inset CommandInset ref
24970 LatexCommand vpageref
24971 reference "fig:歪められた二つの像"
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Description
24979 <参照>
24980 \begin_inset space ~
24981 \end_inset
24982
24983 on
24984 \begin_inset space ~
24985 \end_inset
24986
24987 page
24988 \begin_inset space ~
24989 \end_inset
24990
24991 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
24992 \begin_inset CommandInset ref
24993 LatexCommand vref
24994 reference "fig:歪められた二つの像"
24995
24996 \end_inset
24997
24998
24999 \end_layout
25000
25001 \begin_layout Description
25002 整形された参照: これは自製の相互参照書式で出力します.
25003 \begin_inset Newline newline
25004 \end_inset
25005
25006
25007 \begin_inset Note Greyedout
25008 status open
25009
25010 \begin_layout Plain Layout
25011
25012 \series bold
25013 【註】
25014 \series default
25015 この機能は,\SpecialChar LaTeX
25016 パッケージ
25017 \series bold
25018 prettyref
25019 \series default
25020 または
25021 \series bold
25022 refstyle
25023 \series default
25024 が導入されている場合のみ使用することができます.
25025 \begin_inset Index idx
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029 \SpecialChar LaTeX
25030 ぱっけーじ@\SpecialChar LaTeX
25031 パッケージ! prettyref
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \begin_inset Index idx
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041 \SpecialChar LaTeX
25042 ぱっけーじ@\SpecialChar LaTeX
25043 パッケージ ! refstyle
25044 \end_layout
25045
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \begin_inset Newline newline
25055 \end_inset
25056
25057 メニュー
25058 \family sans
25059 文書\SpecialChar menuseparator
25060 設定\SpecialChar menuseparator
25061 文書クラス
25062 \family default
25063 でオプション
25064 \family sans
25065 相互参照に(prettyrefではなく)refstyleを使用
25066 \family default
25067 を設定すると,この機能で使用する\SpecialChar LaTeX
25068 パッケージを選択することができます.書式は,文書プリアンブルに
25069 \series bold
25070
25071 \backslash
25072 newrefformat
25073 \series default
25074 コマンド(prettyrefの場合)あるいは
25075 \series bold
25076
25077 \backslash
25078 newref
25079 \series default
25080 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25081 \family sans
25082 fig
25083 \family default
25084 」を持ちます)をすべて定義し直すには,
25085 \begin_inset Newline newline
25086 \end_inset
25087
25088
25089 \series bold
25090
25091 \backslash
25092 newref{fig}{refcmd={Image on page 
25093 \backslash
25094 pageref{#1}}}
25095 \begin_inset Newline newline
25096 \end_inset
25097
25098
25099 \series default
25100 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25101 \begin_inset CommandInset citation
25102 LatexCommand cite
25103 key "prettyref,refstyle"
25104 literal "true"
25105
25106 \end_inset
25107
25108 をご覧ください.
25109 \begin_inset Newline newline
25110 \end_inset
25111
25112
25113 \family sans
25114 複数形
25115 \family default
25116
25117 \family sans
25118 大文字化
25119 \family default
25120 のオプションは,\SpecialChar LaTeX
25121 パッケージ
25122 \series bold
25123 refstyle
25124 \series default
25125 を使用している時のみ,利用可能になります.
25126 \family sans
25127 複数形
25128 \family default
25129 は,例えば「images」のように単語に
25130 \emph on
25131 s
25132 \emph default
25133 を付けるものであり,
25134 \family sans
25135 大文字化
25136 \family default
25137 は「Image」のように単語を大文字にするものですので,日本語文書には有用ではありません.
25138 \end_layout
25139
25140 \begin_layout Description
25141 名称参照: これは,下のような参照のキャプションを出力します.
25142 \begin_inset Newline newline
25143 \end_inset
25144
25145  
25146 \begin_inset CommandInset ref
25147 LatexCommand nameref
25148 reference "fig:歪められた二つの像"
25149
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Description
25156 ラベルのみ これは,
25157 \begin_inset CommandInset ref
25158 LatexCommand labelonly
25159 reference "fig:歪められた二つの像"
25160 plural "false"
25161 caps "false"
25162 noprefix "false"
25163
25164 \end_inset
25165
25166 のように参照の\SpecialChar LaTeX
25167 ラベルのみ出力します.
25168 \begin_inset Newline newline
25169 \end_inset
25170
25171 これによって,ラベルを\SpecialChar TeX
25172 コード中でしようできるようになります.
25173 \family sans
25174 接頭辞なし
25175 \family default
25176 オプションを使えば,ラベル名の接頭辞を
25177 \begin_inset CommandInset ref
25178 LatexCommand labelonly
25179 reference "fig:歪められた二つの像"
25180 plural "false"
25181 caps "false"
25182 noprefix "true"
25183
25184 \end_inset
25185
25186 のように取り除くことができます.
25187 \end_layout
25188
25189 \begin_layout Standard
25190
25191 \family sans
25192 <参照ページ>
25193 \family default
25194 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25195 \family sans
25196 on this page
25197 \family default
25198 」のような文章が表示されます.様式
25199 \family sans
25200 <参照> on page <参照ページ>
25201 \family default
25202 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25203 \end_layout
25204
25205 \begin_layout Standard
25206 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25207 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25208 \family sans
25209 書式
25210 \family default
25211 フィールドで選ぶことができます.
25212 \end_layout
25213
25214 \begin_layout Standard
25215 \begin_inset Note Greyedout
25216 status open
25217
25218 \begin_layout Plain Layout
25219
25220 \series bold
25221 【註】
25222 \series default
25223 \SpecialChar LaTeX
25224 パッケージ
25225 \series bold
25226 prettyref
25227 \series default
25228
25229 \begin_inset Index idx
25230 status collapsed
25231
25232 \begin_layout Plain Layout
25233 \SpecialChar LaTeX
25234 ぱっけーじ@\SpecialChar LaTeX
25235 パッケージ! prettyref
25236 \end_layout
25237
25238 \end_inset
25239
25240 は,\SpecialChar LyX
25241 の取り得るラベル
25242 \begin_inset Flex Ruby
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246 捷径
25247 \begin_inset Argument post:1
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251 ショートカット
25252 \end_layout
25253
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \begin_inset Foot
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 例えば,
25267 \begin_inset Quotes eld
25268 \end_inset
25269
25270 fig:
25271 \begin_inset Quotes erd
25272 \end_inset
25273
25274 は図キャプションを表す\SpecialChar LyX
25275
25276 \begin_inset Flex Ruby
25277 status collapsed
25278
25279 \begin_layout Plain Layout
25280 捷径
25281 \begin_inset Argument post:1
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285 ショートカット
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \end_inset
25294
25295 です.
25296 \end_layout
25297
25298 \end_inset
25299
25300 を全部は解釈できず,国際化もされていないので,
25301 \series bold
25302 refstyle
25303 \series default
25304
25305 \begin_inset Index idx
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 \SpecialChar LaTeX
25310 ぱっけーじ@\SpecialChar LaTeX
25311 パッケージ ! refstyle
25312 \end_layout
25313
25314 \end_inset
25315
25316 を使用することを推奨します.
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Subsection
25325 参照名の自動命名
25326 \begin_inset Index idx
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330 さんしょう@参照 ! じどうめいめい@自動命名
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339
25340 \family sans
25341 文書設定
25342 \family default
25343 ダイアログの
25344 \family sans
25345 PDF特性
25346 \family default
25347 で有効にされた
25348 \series bold
25349 hyperref
25350 \series default
25351
25352 \begin_inset Index idx
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356 \SpecialChar LaTeX
25357 ぱっけーじ@\SpecialChar LaTeX
25358 パッケージ ! hyperref
25359 \end_layout
25360
25361 \end_inset
25362
25363  \SpecialChar LaTeX
25364 パッケージは,相互参照が参照されたフロート(あるいは
25365 \emph on
25366
25367 \emph default
25368 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25369 の機能を使用するには,hyperrefを有効にして,
25370 \end_layout
25371
25372 \begin_layout Standard
25373
25374 \series bold
25375
25376 \backslash
25377 AtBeginDocument{
25378 \backslash
25379 renewcommand{
25380 \backslash
25381 ref}[1]{
25382 \backslash
25383 mbox{
25384 \backslash
25385 autoref{#1}}}}
25386 \end_layout
25387
25388 \begin_layout Standard
25389 という行を\SpecialChar LaTeX
25390 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25391 \begin_inset space \thinspace{}
25392 \end_inset
25393
25394 」としたいなど,既定の参照名以外のものが欲しい場合には,
25395 \end_layout
25396
25397 \begin_layout Standard
25398
25399 \series bold
25400
25401 \backslash
25402 addto
25403 \backslash
25404 extrasenglish{
25405 \backslash
25406 renewcommand{
25407 \backslash
25408 sectionautorefname}
25409 \begin_inset Newline newline
25410 \end_inset
25411
25412
25413 \begin_inset Phantom HPhantom
25414 status open
25415
25416 \begin_layout Plain Layout
25417
25418 \series bold
25419 \begin_inset space ~
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \end_inset
25426
25427 {sec.
25428 \backslash
25429 negthinspace}}
25430 \end_layout
25431
25432 \begin_layout Standard
25433 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25434 \begin_inset Newline newline
25435 \end_inset
25436
25437
25438 \series bold
25439
25440 \backslash
25441 extrasenglishを
25442 \backslash
25443 extras***
25444 \series default
25445 に置き換えてください(***は使用中の言語名).
25446 \end_layout
25447
25448 \begin_layout Standard
25449 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25450 \end_layout
25451
25452 \begin_layout Standard
25453
25454 \series bold
25455
25456 \backslash
25457 addto
25458 \backslash
25459 extrasenglish{
25460 \backslash
25461 renewcommand*{
25462 \backslash
25463 equationautorefname}[1]{}}
25464 \end_layout
25465
25466 \begin_layout Standard
25467 この話題に関する詳細は,hyperrefの説明書
25468 \begin_inset CommandInset citation
25469 LatexCommand cite
25470 key "hyperref"
25471 literal "true"
25472
25473 \end_inset
25474
25475 をお読みください.
25476 \end_layout
25477
25478 \begin_layout Standard
25479 \begin_inset Note Greyedout
25480 status open
25481
25482 \begin_layout Plain Layout
25483
25484 \series bold
25485 【註】
25486 \series default
25487 参照の自動命名は,相互参照を
25488 \family sans
25489 整形参照
25490 \family default
25491 様式(第
25492 \begin_inset CommandInset ref
25493 LatexCommand ref
25494 reference "subsec:相互参照の書式"
25495
25496 \end_inset
25497
25498 節)で使用しているときには,使用することができません.
25499 \end_layout
25500
25501 \end_inset
25502
25503
25504 \end_layout
25505
25506 \begin_layout Standard
25507 \SpecialChar LyX
25508 の取扱説明書『
25509 \emph on
25510 数式篇
25511 \emph default
25512 』では,参照名の自動命名が使用されています.
25513 \end_layout
25514
25515 \begin_layout Subsection
25516 参照位置
25517 \begin_inset CommandInset label
25518 LatexCommand label
25519 name "subsec:参照位置"
25520
25521 \end_inset
25522
25523
25524 \begin_inset Index idx
25525 status collapsed
25526
25527 \begin_layout Plain Layout
25528 さんしょう@参照 ! さんしょういち@参照位置
25529 \end_layout
25530
25531 \end_inset
25532
25533
25534 \end_layout
25535
25536 \begin_layout Standard
25537
25538 \family sans
25539 文書設定
25540 \family default
25541 ダイアログの
25542 \family sans
25543 PDF特性
25544 \family default
25545 で,
25546 \series bold
25547 hyperref
25548 \series default
25549
25550 \begin_inset Index idx
25551 status collapsed
25552
25553 \begin_layout Plain Layout
25554 \SpecialChar LaTeX
25555 ぱっけーじ@\SpecialChar LaTeX
25556 パッケージ ! hyperref
25557 \end_layout
25558
25559 \end_inset
25560
25561 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25562 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25563 パッケージの
25564 \series bold
25565 hyperref
25566 \series default
25567
25568 \begin_inset Index idx
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572 \SpecialChar LaTeX
25573 ぱっけーじ@\SpecialChar LaTeX
25574 パッケージ ! hyperref
25575 \end_layout
25576
25577 \end_inset
25578
25579 の一部である
25580 \series bold
25581 hyperref
25582 \series default
25583
25584 \begin_inset Index idx
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588 \SpecialChar LaTeX
25589 ぱっけーじ@\SpecialChar LaTeX
25590 パッケージ ! hyperref
25591 \end_layout
25592
25593 \end_inset
25594
25595 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25596 \end_layout
25597
25598 \begin_layout Standard
25599
25600 \series bold
25601
25602 \backslash
25603 usepackage[figure]{hypcap}
25604 \end_layout
25605
25606 \begin_layout Standard
25607 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25608 hypcapの説明書
25609 \begin_inset CommandInset citation
25610 LatexCommand cite
25611 key "hypcap"
25612 literal "true"
25613
25614 \end_inset
25615
25616 をご覧ください.
25617 \end_layout
25618
25619 \begin_layout Standard
25620 \begin_inset Note Greyedout
25621 status open
25622
25623 \begin_layout Plain Layout
25624
25625 \series bold
25626 【註】hypcap
25627 \series default
25628 は内部図への参照には効力がありません.
25629 \end_layout
25630
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \begin_layout Section
25637 フロートの配置
25638 \begin_inset CommandInset label
25639 LatexCommand label
25640 name "sec:フロートの配置"
25641
25642 \end_inset
25643
25644
25645 \begin_inset Index idx
25646 status collapsed
25647
25648 \begin_layout Plain Layout
25649 ふろーと@フロート ! はいち@配置
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Standard
25658
25659 \family roman
25660 \series medium
25661 \shape up
25662 \size normal
25663 \emph off
25664 \bar no
25665 \noun off
25666 \color none
25667 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25668 がフロートを配置するのに使う配置オプションを変更できるようになります.
25669 \begin_inset Newline newline
25670 \end_inset
25671
25672
25673 \family sans
25674 \series default
25675 \shape default
25676 \size default
25677 \emph default
25678 \bar default
25679 \noun default
25680 \color inherit
25681 段をまたぐ
25682 \family roman
25683 \series medium
25684 \shape up
25685 \size normal
25686 \emph off
25687 \bar no
25688 \noun off
25689 \color none
25690 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25691 \begin_inset Newline newline
25692 \end_inset
25693
25694
25695 \family sans
25696 \series default
25697 \shape default
25698 \size default
25699 \emph default
25700 \bar default
25701 \noun default
25702 \color inherit
25703 横倒しに回転
25704 \family roman
25705 \series medium
25706 \shape up
25707 \size normal
25708 \emph off
25709 \bar no
25710 \noun off
25711 \color none
25712 オプションは,フロートを回転するのに用います.第
25713 \family default
25714 \series default
25715 \shape default
25716 \size default
25717 \emph default
25718 \bar default
25719 \noun default
25720 \color inherit
25721
25722 \begin_inset CommandInset ref
25723 LatexCommand ref
25724 reference "sec:回転フロート"
25725
25726 \end_inset
25727
25728
25729 \family roman
25730 \series medium
25731 \shape up
25732 \size normal
25733 \emph off
25734 \bar no
25735 \noun off
25736 \color none
25737 節をご参照ください.
25738 \end_layout
25739
25740 \begin_layout Standard
25741
25742 \family roman
25743 \series medium
25744 \shape up
25745 \size normal
25746 \emph off
25747 \bar no
25748 \noun off
25749 \color none
25750 フロートダイアログでは,
25751 \family sans
25752 \series default
25753 \shape default
25754 \size default
25755 \emph default
25756 \bar default
25757 \noun default
25758 \color inherit
25759 既定の配置を使う
25760 \family roman
25761 \series medium
25762 \shape up
25763 \size normal
25764 \emph off
25765 \bar no
25766 \noun off
25767 \color none
25768 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25769 \end_layout
25770
25771 \begin_layout Description
25772 可能ならば現在位置に: 
25773 \family roman
25774 \series medium
25775 \shape up
25776 \size normal
25777 \emph off
25778 \bar no
25779 \noun off
25780 \color none
25781 フロートを挿入位置に配置することを試みます
25782 \end_layout
25783
25784 \begin_layout Description
25785 ページ上部: 
25786 \family roman
25787 \series medium
25788 \shape up
25789 \size normal
25790 \emph off
25791 \bar no
25792 \noun off
25793 \color none
25794 フロートを現在ページの上部に配置することを試みます
25795 \end_layout
25796
25797 \begin_layout Description
25798 ページ下部: 
25799 \family roman
25800 \series medium
25801 \shape up
25802 \size normal
25803 \emph off
25804 \bar no
25805 \noun off
25806 \color none
25807 フロートを現在ページの下部に配置することを試みます
25808 \end_layout
25809
25810 \begin_layout Description
25811 フロートを独立したページに: 
25812 \family roman
25813 \series medium
25814 \shape up
25815 \size normal
25816 \emph off
25817 \bar no
25818 \noun off
25819 \color none
25820 フロートを独立したページに配置することを試みます
25821 \end_layout
25822
25823 \begin_layout Standard
25824 \SpecialChar LaTeX
25825 は,
25826 \emph on
25827 つねに
25828 \emph default
25829 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25830 はまず
25831 \family sans
25832 可能ならば現在位置に
25833 \family default
25834 を試み,次に
25835 \family sans
25836 ページの上部
25837 \family default
25838 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25839 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25840 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25841 \end_layout
25842
25843 \begin_layout Standard
25844 既定では,各オプションはそれぞれ以下の規則を持っています.
25845 \end_layout
25846
25847 \begin_layout Labeling
25848 \labelwidthstring 00.00.0000
25849
25850 \family sans
25851 ページ上部
25852 \family default
25853  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25854 \series bold
25855
25856 \backslash
25857 topfraction
25858 \series default
25859 ).
25860 \end_layout
25861
25862 \begin_layout Labeling
25863 \labelwidthstring 00.00.0000
25864
25865 \family sans
25866 ページ下部
25867 \family default
25868  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25869 \series bold
25870
25871 \backslash
25872 bottomfraction
25873 \series default
25874 ).
25875 \end_layout
25876
25877 \begin_layout Labeling
25878 \labelwidthstring 00.00.0000
25879
25880 \family sans
25881 フロートを独立したページ 
25882 \family default
25883 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25884 \series bold
25885
25886 \backslash
25887 floatpagefraction
25888 \series default
25889 ).
25890 \end_layout
25891
25892 \begin_layout Standard
25893 これらの規則に従いたくないときは,
25894 \family sans
25895 \SpecialChar LaTeX
25896 の規則を無視する
25897 \family default
25898 オプションを追加することによって,これらを無視することができます.
25899 \begin_inset Newline newline
25900 \end_inset
25901
25902 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
25903 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
25904 5割に変えるには,文書プリアンブルに
25905 \end_layout
25906
25907 \begin_layout Standard
25908
25909 \series bold
25910
25911 \backslash
25912 renewcommand{
25913 \backslash
25914 bottomfraction}{0.5}
25915 \end_layout
25916
25917 \begin_layout Standard
25918 という行を加えてください.
25919 \end_layout
25920
25921 \begin_layout Standard
25922 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
25923 \family sans
25924 何としても現在位置に置く
25925 \family default
25926 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
25927 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
25928 からです.
25929 \end_layout
25930
25931 \begin_layout Standard
25932 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
25933 \end_layout
25934
25935 \begin_layout Standard
25936 \begin_inset VSpace bigskip
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \begin_layout Standard
25943 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
25944 することがあります.この問題を避けるには,\SpecialChar LaTeX
25945 コマンドの
25946 \backslash
25947 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
25948 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
25949 \end_layout
25950
25951 \begin_layout Standard
25952
25953 \series bold
25954
25955 \backslash
25956 let
25957 \backslash
25958 mySection
25959 \backslash
25960 section
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964
25965 \backslash
25966 renewcommand{
25967 \backslash
25968 section}{
25969 \backslash
25970 suppressfloats[t]
25971 \backslash
25972 mySection}
25973 \end_layout
25974
25975 \begin_layout Standard
25976 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
25977 が適当な配置を見つけるのに失敗することが
25978 あるので,これらに対する定義はお勧めしません.
25979 \end_layout
25980
25981 \begin_layout Standard
25982 \begin_inset VSpace bigskip
25983 \end_inset
25984
25985 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
25986 パッケージ
25987 \series bold
25988 endfloat
25989 \series default
25990
25991 \begin_inset Index idx
25992 status collapsed
25993
25994 \begin_layout Plain Layout
25995 \SpecialChar LaTeX
25996 ぱっけーじ@\SpecialChar LaTeX
25997 パッケージ ! endfloat
25998 \end_layout
25999
26000 \end_inset
26001
26002 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
26003 \begin_inset Quotes eld
26004 \end_inset
26005
26006
26007 \family sans
26008 [Figure
26009 \begin_inset space ~
26010 \end_inset
26011
26012 3.2 about here.]
26013 \family default
26014
26015 \begin_inset Quotes erd
26016 \end_inset
26017
26018 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
26019 \end_layout
26020
26021 \begin_layout Standard
26022
26023 \series bold
26024
26025 \backslash
26026 usepackage[options]{endfloat}
26027 \end_layout
26028
26029 \begin_layout Standard
26030 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
26031 \series bold
26032 endfloat
26033 \series default
26034 取扱説明書
26035 \begin_inset CommandInset citation
26036 LatexCommand cite
26037 key "endfloat"
26038 literal "true"
26039
26040 \end_inset
26041
26042 をご参照ください.
26043 \begin_inset Newline newline
26044 \end_inset
26045
26046
26047 \begin_inset Note Greyedout
26048 status open
26049
26050 \begin_layout Plain Layout
26051
26052 \series bold
26053 【註】endfloat
26054 \series default
26055 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26056 \begin_inset CommandInset citation
26057 LatexCommand cite
26058 key "endfloat"
26059 literal "true"
26060
26061 \end_inset
26062
26063 の第4節をご参照ください.
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \begin_inset Newline newline
26070 \end_inset
26071
26072
26073 \begin_inset Note Greyedout
26074 status open
26075
26076 \begin_layout Plain Layout
26077
26078 \series bold
26079 【註】
26080 \series default
26081 現在のところ,
26082 \series bold
26083 endfloat
26084 \series default
26085 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26086 コードで「
26087 \series bold
26088
26089 \backslash
26090 ss
26091 \series default
26092 」コマンドを使用してください.
26093 \end_layout
26094
26095 \end_inset
26096
26097
26098 \end_layout
26099
26100 \begin_layout Standard
26101 \begin_inset VSpace bigskip
26102 \end_inset
26103
26104 フロートの割付に関する詳細は,\SpecialChar LaTeX
26105 関連書
26106 \begin_inset CommandInset citation
26107 LatexCommand cite
26108 key "latexcompanion,latexguide,latexbook"
26109 literal "true"
26110
26111 \end_inset
26112
26113 をご覧ください.
26114 \end_layout
26115
26116 \begin_layout Section
26117 回転フロート
26118 \begin_inset CommandInset label
26119 LatexCommand label
26120 name "sec:回転フロート"
26121
26122 \end_inset
26123
26124
26125 \begin_inset Index idx
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129 ふろーと@フロート ! かいてん@回転
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \begin_layout Standard
26138 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26139 \family sans
26140 横倒しに回転
26141 \family default
26142 オプションを有効にします.
26143 \end_layout
26144
26145 \begin_layout Standard
26146 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26147 \family sans
26148 段をまたぐ
26149 \family default
26150 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26151 たって回転方向を強制したい場合には,文書クラスオプションに
26152 \series bold
26153 figuresleft
26154 \series default
26155 オプションあるいは
26156 \series bold
26157 figuresright
26158 \series default
26159 オプションを加えることができます.
26160 \end_layout
26161
26162 \begin_layout Standard
26163 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26164 \begin_inset CommandInset ref
26165 LatexCommand ref
26166 reference "tab:回転した表"
26167
26168 \end_inset
26169
26170 が回転表フロートの例です.
26171 \end_layout
26172
26173 \begin_layout Standard
26174 \begin_inset Note Greyedout
26175 status open
26176
26177 \begin_layout Plain Layout
26178
26179 \series bold
26180 【註】
26181 \series default
26182 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26183 \end_layout
26184
26185 \end_inset
26186
26187
26188 \end_layout
26189
26190 \begin_layout Standard
26191 \begin_inset Float table
26192 wide false
26193 sideways true
26194 status open
26195
26196 \begin_layout Plain Layout
26197 \begin_inset Caption Standard
26198
26199 \begin_layout Plain Layout
26200 \begin_inset CommandInset label
26201 LatexCommand label
26202 name "tab:回転した表"
26203
26204 \end_inset
26205
26206 回転した表
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \begin_layout Plain Layout
26215 \align center
26216 \begin_inset Tabular
26217 <lyxtabular version="3" rows="1" columns="5">
26218 <features tabularvalignment="middle">
26219 <column alignment="center" valignment="top">
26220 <column alignment="center" valignment="top">
26221 <column alignment="center" valignment="top">
26222 <column alignment="center" valignment="top">
26223 <column alignment="center" valignment="top">
26224 <row>
26225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 試験
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26244 \begin_inset Text
26245
26246 \begin_layout Plain Layout
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256
26257 \end_layout
26258
26259 \end_inset
26260 </cell>
26261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 </row>
26271 </lyxtabular>
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Section
26284 従属フロート
26285 \begin_inset Index idx
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26299 \begin_inset CommandInset ref
26300 LatexCommand ref
26301 reference "tab:従属表を横に並べたもの"
26302
26303 \end_inset
26304
26305 と表
26306 \begin_inset CommandInset ref
26307 LatexCommand ref
26308 reference "tab:従属表を縦に並べたもの"
26309
26310 \end_inset
26311
26312 に示されているように段落と同様に指定することができます.
26313 \end_layout
26314
26315 \begin_layout Standard
26316 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26317 \begin_inset CommandInset ref
26318 LatexCommand ref
26319 reference "tab:これは従属表a"
26320
26321 \end_inset
26322
26323 と表
26324 \begin_inset CommandInset ref
26325 LatexCommand ref
26326 reference "tab:これは従属表b"
26327
26328 \end_inset
26329
26330 は表
26331 \begin_inset CommandInset ref
26332 LatexCommand ref
26333 reference "tab:従属表を横に並べたもの"
26334
26335 \end_inset
26336
26337 の従属フロートです.
26338 \begin_inset Float table
26339 wide false
26340 sideways false
26341 status open
26342
26343 \begin_layout Plain Layout
26344 \begin_inset Caption Standard
26345
26346 \begin_layout Plain Layout
26347 \begin_inset CommandInset label
26348 LatexCommand label
26349 name "tab:従属表を横に並べたもの"
26350
26351 \end_inset
26352
26353 従属表を横に並べたもの
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \begin_layout Plain Layout
26362 \begin_inset space \hfill{}
26363 \end_inset
26364
26365
26366 \begin_inset Float table
26367 wide false
26368 sideways false
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372 \begin_inset Caption Standard
26373
26374 \begin_layout Plain Layout
26375 \begin_inset CommandInset label
26376 LatexCommand label
26377 name "tab:これは従属表a"
26378
26379 \end_inset
26380
26381 これは従属表aです.
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \begin_layout Plain Layout
26390 \align center
26391 \begin_inset Tabular
26392 <lyxtabular version="3" rows="1" columns="5">
26393 <features tabularvalignment="middle">
26394 <column alignment="center" valignment="top">
26395 <column alignment="center" valignment="top">
26396 <column alignment="center" valignment="top">
26397 <column alignment="center" valignment="top">
26398 <column alignment="center" valignment="top">
26399 <row>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 試験
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Plain Layout
26431
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 </row>
26446 </lyxtabular>
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \begin_inset space \hfill{}
26457 \end_inset
26458
26459
26460 \begin_inset Float table
26461 wide false
26462 sideways false
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466 \begin_inset Caption Standard
26467
26468 \begin_layout Plain Layout
26469 \begin_inset CommandInset label
26470 LatexCommand label
26471 name "tab:これは従属表b"
26472
26473 \end_inset
26474
26475 これは従属表bです.
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Plain Layout
26484 \align center
26485 \begin_inset Tabular
26486 <lyxtabular version="3" rows="1" columns="5">
26487 <features tabularvalignment="middle">
26488 <column alignment="center" valignment="top">
26489 <column alignment="center" valignment="top">
26490 <column alignment="center" valignment="top">
26491 <column alignment="center" valignment="top">
26492 <column alignment="center" valignment="top">
26493 <row>
26494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 試験
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 </lyxtabular>
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \begin_inset space \hfill{}
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \begin_inset Float table
26560 wide false
26561 sideways false
26562 status open
26563
26564 \begin_layout Plain Layout
26565 \begin_inset Caption Standard
26566
26567 \begin_layout Plain Layout
26568 \begin_inset CommandInset label
26569 LatexCommand label
26570 name "tab:従属表を縦に並べたもの"
26571
26572 \end_inset
26573
26574 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26575 \end_layout
26576
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Plain Layout
26583 \noindent
26584 \align center
26585 \begin_inset Float table
26586 wide false
26587 sideways false
26588 status collapsed
26589
26590 \begin_layout Plain Layout
26591 \begin_inset Caption Standard
26592
26593 \begin_layout Plain Layout
26594
26595 \end_layout
26596
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \begin_layout Plain Layout
26603 \align center
26604 \begin_inset Tabular
26605 <lyxtabular version="3" rows="1" columns="4">
26606 <features tabularvalignment="middle">
26607 <column alignment="center" valignment="top">
26608 <column alignment="center" valignment="top">
26609 <column alignment="center" valignment="top">
26610 <column alignment="center" valignment="top">
26611 <row>
26612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616 試験
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625 試験
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634 試験
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Plain Layout
26643 試験
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 </row>
26649 </lyxtabular>
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Plain Layout
26662 \noindent
26663 \align center
26664 \begin_inset Float table
26665 wide false
26666 sideways false
26667 status collapsed
26668
26669 \begin_layout Plain Layout
26670 \begin_inset Caption Standard
26671
26672 \begin_layout Plain Layout
26673
26674 \end_layout
26675
26676 \end_inset
26677
26678
26679 \end_layout
26680
26681 \begin_layout Plain Layout
26682 \align center
26683 \begin_inset Tabular
26684 <lyxtabular version="3" rows="1" columns="5">
26685 <features tabularvalignment="middle">
26686 <column alignment="center" valignment="top">
26687 <column alignment="center" valignment="top">
26688 <column alignment="center" valignment="top">
26689 <column alignment="center" valignment="top">
26690 <column alignment="center" valignment="top">
26691 <row>
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" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Plain Layout
26714
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723
26724 \end_layout
26725
26726 \end_inset
26727 </cell>
26728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 </row>
26738 </lyxtabular>
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \end_inset
26751
26752
26753 \end_layout
26754
26755 \begin_layout Section
26756 横並びのフロート
26757 \begin_inset Index idx
26758 status collapsed
26759
26760 \begin_layout Plain Layout
26761 ふろーと@フロート ! よこならび@横並び
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \begin_layout Standard
26770
26771 \begin_inset CommandInset ref
26772 LatexCommand ref
26773 reference "fig:左側のフロート"
26774
26775 \end_inset
26776
26777 や図
26778 \begin_inset CommandInset ref
26779 LatexCommand ref
26780 reference "fig:右側のフロート"
26781
26782 \end_inset
26783
26784 のようにフロートを横並びに配置するには,
26785 \emph on
26786 ひとつの
26787 \emph default
26788 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26789 \begin_inset Foot
26790 status collapsed
26791
26792 \begin_layout Plain Layout
26793 Minipageは第
26794 \begin_inset CommandInset ref
26795 LatexCommand ref
26796 reference "sec:ミニページ"
26797
26798 \end_inset
26799
26800 節に説明があります.
26801 \end_layout
26802
26803 \end_inset
26804
26805 .幅は45
26806 \begin_inset space \thinspace{}
26807 \end_inset
26808
26809 -50
26810 \begin_inset space \thinspace{}
26811 \end_inset
26812
26813 列幅%とし,各minipageのボックス配置を
26814 \family sans
26815
26816 \family default
26817 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26818 \family sans
26819 列幅%
26820 \family default
26821 がここではminipageボックスの幅によって計算されることです.
26822 \end_layout
26823
26824 \begin_layout Standard
26825 \begin_inset Float figure
26826 wide false
26827 sideways false
26828 status open
26829
26830 \begin_layout Plain Layout
26831 \begin_inset Box Frameless
26832 position "b"
26833 hor_pos "c"
26834 has_inner_box 1
26835 inner_pos "t"
26836 use_parbox 0
26837 use_makebox 0
26838 width "45col%"
26839 special "none"
26840 height "1in"
26841 height_special "totalheight"
26842 thickness "0.4pt"
26843 separation "3pt"
26844 shadowsize "4pt"
26845 framecolor "black"
26846 backgroundcolor "none"
26847 status open
26848
26849 \begin_layout Plain Layout
26850 \align center
26851 \begin_inset Graphics
26852         filename /clipart/2D-intensity-plot.pdf
26853         width 100col%
26854         scaleBeforeRotation
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Plain Layout
26862 \begin_inset Caption Standard
26863
26864 \begin_layout Plain Layout
26865 \begin_inset CommandInset label
26866 LatexCommand label
26867 name "fig:左側のフロート"
26868
26869 \end_inset
26870
26871 左側のフロート
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \end_inset
26880
26881
26882 \begin_inset space \hfill{}
26883 \end_inset
26884
26885
26886 \begin_inset Box Frameless
26887 position "b"
26888 hor_pos "c"
26889 has_inner_box 1
26890 inner_pos "t"
26891 use_parbox 0
26892 use_makebox 0
26893 width "45col%"
26894 special "none"
26895 height "1in"
26896 height_special "totalheight"
26897 thickness "0.4pt"
26898 separation "3pt"
26899 shadowsize "4pt"
26900 framecolor "black"
26901 backgroundcolor "none"
26902 status open
26903
26904 \begin_layout Plain Layout
26905 \align center
26906 \begin_inset Graphics
26907         filename /clipart/Star-structure.pdf
26908         width 100col%
26909         scaleBeforeRotation
26910
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \begin_layout Plain Layout
26917 \begin_inset Caption Standard
26918
26919 \begin_layout Plain Layout
26920 \begin_inset CommandInset label
26921 LatexCommand label
26922 name "fig:右側のフロート"
26923
26924 \end_inset
26925
26926 右側のフロート
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \begin_layout Plain Layout
26940
26941 \end_layout
26942
26943 \end_inset
26944
26945 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
26946 \begin_inset CommandInset ref
26947 LatexCommand ref
26948 reference "sec:可変幅ミニページ"
26949
26950 \end_inset
26951
26952 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
26953 \family typewriter
26954 examples/varwidth-floats-side-by-side.lyx
26955 \family default
26956 に,この方法の例があります.
26957 \end_layout
26958
26959 \begin_layout Section
26960 キャプションの書式設定
26961 \begin_inset Index idx
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965 きゃぷしょん@キャプション ! しょしきせってい@書式設定
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \begin_inset Index idx
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
26976 \end_layout
26977
26978 \end_inset
26979
26980
26981 \begin_inset CommandInset label
26982 LatexCommand label
26983 name "sec:キャプションの書式設定"
26984
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \begin_layout Standard
26991
26992 \family sans
26993 キャプション
26994 \family default
26995 環境は,
26996 \family sans
26997 フロート
26998 \family default
26999 の既定の段落環境です.キャプションは,\SpecialChar LyX
27000 画面上では,例えば「
27001 \family sans
27002 図 #:
27003 \family default
27004 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
27005 \family sans
27006 #
27007 \family default
27008 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
27009 .このキャプション書式は,すべての文書書式に適しているわけではありません.
27010 \end_layout
27011
27012 \begin_layout Standard
27013 既定のキャプション書式を変更するには,文書プリアンブルに
27014 \end_layout
27015
27016 \begin_layout Standard
27017
27018 \series bold
27019
27020 \backslash
27021 usepackage[format definition]{caption}
27022 \end_layout
27023
27024 \begin_layout Standard
27025 という行を加えて,\SpecialChar LaTeX
27026 パッケージ
27027 \series bold
27028 caption
27029 \series default
27030
27031 \begin_inset Index idx
27032 status collapsed
27033
27034 \begin_layout Plain Layout
27035 \SpecialChar LaTeX
27036 ぱっけーじ@\SpecialChar LaTeX
27037 パッケージ ! caption
27038 \end_layout
27039
27040 \end_inset
27041
27042 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27043 \end_layout
27044
27045 \begin_layout Standard
27046
27047 \series bold
27048
27049 \backslash
27050 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27051 \end_layout
27052
27053 \begin_layout Standard
27054 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27055 \series bold
27056 caption
27057 \series default
27058 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27059 \end_layout
27060
27061 \begin_layout Standard
27062
27063 \series bold
27064
27065 \backslash
27066 captionsetup[フロート型]{書式定義}
27067 \end_layout
27068
27069 \begin_layout Standard
27070 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27071 \begin_inset CommandInset ref
27072 LatexCommand ref
27073 reference "fig:図キャプション"
27074
27075 \end_inset
27076
27077 と表
27078 \begin_inset CommandInset ref
27079 LatexCommand ref
27080 reference "tab:表キャプション"
27081
27082 \end_inset
27083
27084 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27085 \end_layout
27086
27087 \begin_layout Standard
27088
27089 \series bold
27090
27091 \backslash
27092 usepackage[tableposition=top]{caption}
27093 \series default
27094
27095 \begin_inset Newline newline
27096 \end_inset
27097
27098
27099 \series bold
27100
27101 \backslash
27102 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27103 \begin_inset Newline newline
27104 \end_inset
27105
27106
27107 \begin_inset Phantom HPhantom
27108 status open
27109
27110 \begin_layout Plain Layout
27111
27112 \backslash
27113 captionsetup[figure]{
27114 \end_layout
27115
27116 \end_inset
27117
27118 labelsep=period}
27119 \begin_inset Newline newline
27120 \end_inset
27121
27122
27123 \backslash
27124 captionsetup[table]{labelfont={bf,sf}}
27125 \end_layout
27126
27127 \begin_layout Standard
27128 \begin_inset Note Greyedout
27129 status open
27130
27131 \begin_layout Plain Layout
27132
27133 \series bold
27134 【註】
27135 \series default
27136 オプションのうち,
27137 \series bold
27138 tableposition=top
27139 \series default
27140 は,文書クラスに
27141 \series bold
27142 KOMA-script
27143 \series default
27144
27145 \begin_inset Index idx
27146 status collapsed
27147
27148 \begin_layout Plain Layout
27149 \SpecialChar LaTeX
27150 ぱっけーじ@\SpecialChar LaTeX
27151 パッケージ ! KOMA-script
27152 \end_layout
27153
27154 \end_inset
27155
27156 が使われているときには,無効になります.この場合には,文書クラスオプション
27157 \series bold
27158 captions=tableheading
27159 \series default
27160 を指定しなくてはなりません.
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \begin_layout Standard
27169
27170 \series bold
27171 caption
27172 \series default
27173 パッケージについての詳細は,その取扱説明書
27174 \begin_inset CommandInset citation
27175 LatexCommand cite
27176 key "caption"
27177 literal "true"
27178
27179 \end_inset
27180
27181 をご覧ください.
27182 \end_layout
27183
27184 \begin_layout Standard
27185 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27186 \end_layout
27187
27188 \begin_layout Standard
27189
27190 \series bold
27191
27192 \backslash
27193 renewcommand{
27194 \backslash
27195 fnum@figure}{画像~
27196 \backslash
27197 thefigure}
27198 \end_layout
27199
27200 \begin_layout Standard
27201 なお,
27202 \series bold
27203
27204 \backslash
27205 thefigure
27206 \series default
27207 は表番号を挿入し,「
27208 \series bold
27209 ~
27210 \series default
27211 」は保護された空白を入れます.
27212 \end_layout
27213
27214 \begin_layout Standard
27215 \begin_inset VSpace bigskip
27216 \end_inset
27217
27218
27219 \series bold
27220 KOMA-script
27221 \series default
27222
27223 \begin_inset Index idx
27224 status collapsed
27225
27226 \begin_layout Plain Layout
27227 \SpecialChar LaTeX
27228 ぱっけーじ@\SpecialChar LaTeX
27229 パッケージ ! KOMA-script
27230 \end_layout
27231
27232 \end_inset
27233
27234 文書クラス(
27235 \family sans
27236 article (KOMA-script)
27237 \family default
27238
27239 \family sans
27240 book (KOMA-script)
27241 \family default
27242
27243 \family sans
27244 letter (KOMA-script)
27245 \family default
27246
27247 \family sans
27248 report (KOMA-script)
27249 \family default
27250 )を使用している場合には,
27251 \series bold
27252 caption
27253 \series default
27254 パッケージの代わりに
27255 \series bold
27256 KOMA-script
27257 \series default
27258 のビルトインコマンド
27259 \series bold
27260 etkomafont
27261 \series default
27262 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27263 \end_layout
27264
27265 \begin_layout Standard
27266
27267 \series bold
27268
27269 \backslash
27270 setkomafont{captionlabel}{
27271 \backslash
27272 bfseries}
27273 \end_layout
27274
27275 \begin_layout Standard
27276
27277 \series bold
27278
27279 \backslash
27280 setkomafont
27281 \series default
27282 についての詳細は,
27283 \series bold
27284 KOMA-script
27285 \series default
27286 の取扱説明書
27287 \begin_inset CommandInset citation
27288 LatexCommand cite
27289 key "koma-script"
27290 literal "true"
27291
27292 \end_inset
27293
27294 をご覧ください.
27295 \end_layout
27296
27297 \begin_layout Standard
27298 \begin_inset ERT
27299 status collapsed
27300
27301 \begin_layout Plain Layout
27302
27303
27304 \backslash
27305 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27306 }
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \begin_inset Note Note
27313 status open
27314
27315 \begin_layout Plain Layout
27316 キャプション書式は,この例のみ変更してあります.
27317 \end_layout
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \begin_layout Standard
27325 \begin_inset Float figure
27326 placement !p
27327 wide false
27328 sideways false
27329 status open
27330
27331 \begin_layout Plain Layout
27332 \align center
27333 \begin_inset Graphics
27334         filename /clipart/2D-intensity-plot.pdf
27335         scaleBeforeRotation
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Plain Layout
27343 \begin_inset Caption Standard
27344
27345 \begin_layout Plain Layout
27346 \begin_inset CommandInset label
27347 LatexCommand label
27348 name "fig:図キャプション"
27349
27350 \end_inset
27351
27352 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \end_inset
27361
27362
27363 \end_layout
27364
27365 \begin_layout Standard
27366 \begin_inset ERT
27367 status collapsed
27368
27369 \begin_layout Plain Layout
27370
27371
27372 \backslash
27373 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27374 on}
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 \begin_inset Float table
27384 placement !p
27385 wide false
27386 sideways false
27387 status open
27388
27389 \begin_layout Plain Layout
27390 \begin_inset Caption Standard
27391
27392 \begin_layout Plain Layout
27393 \begin_inset CommandInset label
27394 LatexCommand label
27395 name "tab:表キャプション"
27396
27397 \end_inset
27398
27399 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Plain Layout
27408 \align center
27409 \begin_inset Tabular
27410 <lyxtabular version="3" rows="1" columns="5">
27411 <features tabularvalignment="middle">
27412 <column alignment="center" valignment="top">
27413 <column alignment="center" valignment="top">
27414 <column alignment="center" valignment="top">
27415 <column alignment="center" valignment="top">
27416 <column alignment="center" valignment="top">
27417 <row>
27418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27419 \begin_inset Text
27420
27421 \begin_layout Plain Layout
27422
27423 \end_layout
27424
27425 \end_inset
27426 </cell>
27427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27428 \begin_inset Text
27429
27430 \begin_layout Plain Layout
27431
27432 \end_layout
27433
27434 \end_inset
27435 </cell>
27436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27437 \begin_inset Text
27438
27439 \begin_layout Plain Layout
27440
27441 \end_layout
27442
27443 \end_inset
27444 </cell>
27445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27446 \begin_inset Text
27447
27448 \begin_layout Plain Layout
27449
27450 \end_layout
27451
27452 \end_inset
27453 </cell>
27454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27455 \begin_inset Text
27456
27457 \begin_layout Plain Layout
27458
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 </row>
27464 </lyxtabular>
27465
27466 \end_inset
27467
27468
27469 \end_layout
27470
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \begin_layout Section
27477 キャプションの配置
27478 \begin_inset Index idx
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482 きゃぷしょん@キャプション ! はいち@配置
27483 \end_layout
27484
27485 \end_inset
27486
27487
27488 \begin_inset Index idx
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \begin_inset CommandInset label
27499 LatexCommand label
27500 name "sec:キャプションの配置"
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Standard
27508 通常,キャプションの配置原則は,
27509 \end_layout
27510
27511 \begin_layout Description
27512 図の場合: キャプションを図の下に置く
27513 \end_layout
27514
27515 \begin_layout Description
27516 表の場合: キャプションを表の上に置く
27517 \end_layout
27518
27519 \begin_layout Standard
27520 という風になっています.\SpecialChar LaTeX
27521 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27522 \family sans
27523 article
27524 \family default
27525
27526 \family sans
27527 book
27528 \family default
27529
27530 \family sans
27531 letter
27532 \family default
27533
27534 \family sans
27535 report
27536 \family default
27537 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27538 eXパッケージ
27539 \series bold
27540 caption
27541 \series default
27542 を読み込むコマンドに
27543 \end_layout
27544
27545 \begin_layout Standard
27546
27547 \series bold
27548 tableposition=top
27549 \end_layout
27550
27551 \begin_layout Standard
27552 というオプションを追加してください
27553 \begin_inset Foot
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557
27558 \series bold
27559 caption
27560 \series default
27561 パッケージについての詳細な情報は,第
27562 \begin_inset CommandInset ref
27563 LatexCommand ref
27564 reference "sec:キャプションの書式設定"
27565
27566 \end_inset
27567
27568 節をご覧ください.
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \series bold
27575 KOMA-script
27576 \series default
27577
27578 \begin_inset Index idx
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582 \SpecialChar LaTeX
27583 ぱっけーじ@\SpecialChar LaTeX
27584 パッケージ ! KOMA-script
27585 \end_layout
27586
27587 \end_inset
27588
27589 文書クラス(
27590 \family sans
27591 article (KOMA-script)
27592 \family default
27593
27594 \family sans
27595 book (KOMA-script)
27596 \family default
27597
27598 \family sans
27599 letter (KOMA-script)
27600 \family default
27601
27602 \family sans
27603 report (KOMA-script)
27604 \family default
27605
27606 \begin_inset space \thinspace{}
27607 \end_inset
27608
27609 )をお使いの場合には,
27610 \series bold
27611 caption
27612 \series default
27613 パッケージにオプションを与える代わりに,文書クラスオプション
27614 \end_layout
27615
27616 \begin_layout Standard
27617
27618 \series bold
27619 captions=tableheading
27620 \end_layout
27621
27622 \begin_layout Standard
27623 を設定することもできます
27624 \begin_inset Foot
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 このオプションは本文書で使用されています.
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Standard
27637 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27638 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27639 \begin_inset CommandInset ref
27640 LatexCommand ref
27641 reference "tab:指定付きキャプション"
27642
27643 \end_inset
27644
27645 は,キャプションは,\SpecialChar LyX
27646 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27647 \begin_inset CommandInset ref
27648 LatexCommand ref
27649 reference "tab:標準表"
27650
27651 \end_inset
27652
27653 のキャプションでは,指定が為されていません.
27654 \end_layout
27655
27656 \begin_layout Standard
27657 \begin_inset Float table
27658 wide false
27659 sideways false
27660 status open
27661
27662 \begin_layout Plain Layout
27663 \begin_inset Caption Below
27664
27665 \begin_layout Plain Layout
27666 \begin_inset CommandInset label
27667 LatexCommand label
27668 name "tab:指定付きキャプション"
27669
27670 \end_inset
27671
27672 表下に来るように指定されたキャプション
27673 \end_layout
27674
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \begin_layout Plain Layout
27681 \align center
27682 \begin_inset Tabular
27683 <lyxtabular version="3" rows="3" columns="3">
27684 <features tabularvalignment="middle">
27685 <column alignment="center" valignment="top" width="0pt">
27686 <column alignment="center" valignment="top" width="0pt">
27687 <column alignment="center" valignment="top" width="0pt">
27688 <row>
27689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27690 \begin_inset Text
27691
27692 \begin_layout Plain Layout
27693 1
27694 \end_layout
27695
27696 \end_inset
27697 </cell>
27698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27699 \begin_inset Text
27700
27701 \begin_layout Plain Layout
27702 2
27703 \end_layout
27704
27705 \end_inset
27706 </cell>
27707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Plain Layout
27711 3
27712 \end_layout
27713
27714 \end_inset
27715 </cell>
27716 </row>
27717 <row>
27718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27719 \begin_inset Text
27720
27721 \begin_layout Plain Layout
27722 森嶋
27723 \end_layout
27724
27725 \end_inset
27726 </cell>
27727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27728 \begin_inset Text
27729
27730 \begin_layout Plain Layout
27731 宇沢
27732 \end_layout
27733
27734 \end_inset
27735 </cell>
27736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27737 \begin_inset Text
27738
27739 \begin_layout Plain Layout
27740 二階堂
27741 \end_layout
27742
27743 \end_inset
27744 </cell>
27745 </row>
27746 <row>
27747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751 \begin_inset Formula $\int x^{2}dx$
27752 \end_inset
27753
27754
27755 \end_layout
27756
27757 \end_inset
27758 </cell>
27759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27760 \begin_inset Text
27761
27762 \begin_layout Plain Layout
27763 \begin_inset Formula $\left[\begin{array}{cc}
27764 a & b\\
27765 c & d
27766 \end{array}\right]$
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27775 \begin_inset Text
27776
27777 \begin_layout Plain Layout
27778 \begin_inset Formula $1+1=2$
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 </row>
27787 </lyxtabular>
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \end_layout
27798
27799 \begin_layout Standard
27800 \begin_inset Float table
27801 wide false
27802 sideways false
27803 status open
27804
27805 \begin_layout Plain Layout
27806 \begin_inset Caption Standard
27807
27808 \begin_layout Plain Layout
27809 \begin_inset CommandInset label
27810 LatexCommand label
27811 name "tab:標準表"
27812
27813 \end_inset
27814
27815 標準の表キャプション
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Plain Layout
27824 \align center
27825 \begin_inset Tabular
27826 <lyxtabular version="3" rows="3" columns="3">
27827 <features tabularvalignment="middle">
27828 <column alignment="center" valignment="top" width="0pt">
27829 <column alignment="center" valignment="top" width="0pt">
27830 <column alignment="center" valignment="top" width="0pt">
27831 <row>
27832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836 1
27837 \end_layout
27838
27839 \end_inset
27840 </cell>
27841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27842 \begin_inset Text
27843
27844 \begin_layout Plain Layout
27845 2
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854 3
27855 \end_layout
27856
27857 \end_inset
27858 </cell>
27859 </row>
27860 <row>
27861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27862 \begin_inset Text
27863
27864 \begin_layout Plain Layout
27865 森嶋
27866 \end_layout
27867
27868 \end_inset
27869 </cell>
27870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27871 \begin_inset Text
27872
27873 \begin_layout Plain Layout
27874 宇沢
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883 二階堂
27884 \end_layout
27885
27886 \end_inset
27887 </cell>
27888 </row>
27889 <row>
27890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Plain Layout
27894 \begin_inset Formula $\int x^{2}dx$
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \end_inset
27901 </cell>
27902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Plain Layout
27906 \begin_inset Formula $\left[\begin{array}{cc}
27907 a & b\\
27908 c & d
27909 \end{array}\right]$
27910 \end_inset
27911
27912
27913 \end_layout
27914
27915 \end_inset
27916 </cell>
27917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27918 \begin_inset Text
27919
27920 \begin_layout Plain Layout
27921 \begin_inset Formula $1+1=2$
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 </row>
27930 </lyxtabular>
27931
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \end_layout
27941
27942 \begin_layout Standard
27943 \begin_inset VSpace bigskip
27944 \end_inset
27945
27946 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
27947 \end_layout
27948
27949 \begin_layout Standard
27950
27951 \series bold
27952
27953 \backslash
27954 usepackage[option]{sidecap}
27955 \end_layout
27956
27957 \begin_layout Standard
27958 という行を入れて,\SpecialChar LaTeX
27959 パッケージ
27960 \series bold
27961 sidecap
27962 \series default
27963
27964 \begin_inset Index idx
27965 status collapsed
27966
27967 \begin_layout Plain Layout
27968 \SpecialChar LaTeX
27969 ぱっけーじ@\SpecialChar LaTeX
27970 パッケージ ! sidecap
27971 \end_layout
27972
27973 \end_inset
27974
27975 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
27976 \series bold
27977 innercaption
27978 \series default
27979 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
27980 \series bold
27981 rightcaption
27982 \series default
27983 ないし
27984 \series bold
27985 leftcaption
27986 \series default
27987 オプションを用います.
27988 \end_layout
27989
27990 \begin_layout Standard
27991 \begin_inset ERT
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995
27996
27997 \backslash
27998 ifsidecap
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \begin_inset Note Note
28005 status open
28006
28007 \begin_layout Plain Layout
28008 以下の部分は,\SpecialChar LaTeX
28009 パッケージ
28010 \series bold
28011 sidecap
28012 \series default
28013 が導入されているときのみ表示されます.
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \SpecialChar LyX
28023 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
28024 \end_layout
28025
28026 \begin_layout Standard
28027 \noindent
28028 \begin_inset CommandInset line
28029 LatexCommand rule
28030 offset "0.5ex"
28031 width "100line%"
28032 height "1pt"
28033
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \begin_layout Standard
28040
28041 \series bold
28042
28043 \backslash
28044 newcommand{
28045 \backslash
28046 TabBesBeg}[1][1.0]{%
28047 \begin_inset Newline newline
28048 \end_inset
28049
28050
28051 \begin_inset Phantom HPhantom
28052 status open
28053
28054 \begin_layout Plain Layout
28055 \begin_inset space ~
28056 \end_inset
28057
28058
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \backslash
28065 let
28066 \backslash
28067 MyTable
28068 \backslash
28069 table
28070 \begin_inset Newline newline
28071 \end_inset
28072
28073
28074 \begin_inset Phantom HPhantom
28075 status open
28076
28077 \begin_layout Plain Layout
28078
28079 \series medium
28080 \begin_inset space ~
28081 \end_inset
28082
28083
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \backslash
28090 let
28091 \backslash
28092 MyEndtable
28093 \backslash
28094 endtable
28095 \begin_inset Newline newline
28096 \end_inset
28097
28098
28099 \begin_inset Phantom HPhantom
28100 status open
28101
28102 \begin_layout Plain Layout
28103
28104 \series medium
28105 \begin_inset space ~
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \backslash
28115 renewenvironment{table}[1]{
28116 \backslash
28117 begin{SCtable}[#1]##1}{
28118 \backslash
28119 end{SCtable}}}
28120 \end_layout
28121
28122 \begin_layout Standard
28123
28124 \series bold
28125
28126 \backslash
28127 newcommand{
28128 \backslash
28129 TabBesEnd}{%
28130 \begin_inset Newline newline
28131 \end_inset
28132
28133
28134 \begin_inset Phantom HPhantom
28135 status open
28136
28137 \begin_layout Plain Layout
28138 \begin_inset space ~
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \backslash
28148 let
28149 \backslash
28150 table
28151 \backslash
28152 MyTable
28153 \begin_inset Newline newline
28154 \end_inset
28155
28156
28157 \begin_inset Phantom HPhantom
28158 status open
28159
28160 \begin_layout Plain Layout
28161 \begin_inset space ~
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \backslash
28171 let
28172 \backslash
28173 endtable
28174 \backslash
28175 MyEndtable
28176 \end_layout
28177
28178 \begin_layout Standard
28179
28180 \series bold
28181
28182 \backslash
28183 newcommand{
28184 \backslash
28185 FigBesBeg}[1][1.0]{%
28186 \begin_inset Newline newline
28187 \end_inset
28188
28189
28190 \begin_inset Phantom HPhantom
28191 status open
28192
28193 \begin_layout Plain Layout
28194 \begin_inset space ~
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \backslash
28204 let
28205 \backslash
28206 MyFigure
28207 \backslash
28208 figure
28209 \begin_inset Newline newline
28210 \end_inset
28211
28212
28213 \begin_inset Phantom HPhantom
28214 status open
28215
28216 \begin_layout Plain Layout
28217 \begin_inset space ~
28218 \end_inset
28219
28220
28221 \end_layout
28222
28223 \end_inset
28224
28225
28226 \backslash
28227 let
28228 \backslash
28229 MyEndfigure
28230 \backslash
28231 endfigure
28232 \begin_inset Newline newline
28233 \end_inset
28234
28235
28236 \begin_inset Phantom HPhantom
28237 status open
28238
28239 \begin_layout Plain Layout
28240 \begin_inset space ~
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \backslash
28250 renewenvironment{figure}[1]{
28251 \backslash
28252 begin{SCfigure}[#1]##1}{
28253 \backslash
28254 end{SCfigure}}}
28255 \end_layout
28256
28257 \begin_layout Standard
28258
28259 \series bold
28260
28261 \backslash
28262 newcommand{
28263 \backslash
28264 FigBesEnd}{%
28265 \begin_inset Newline newline
28266 \end_inset
28267
28268
28269 \begin_inset Phantom HPhantom
28270 status open
28271
28272 \begin_layout Plain Layout
28273 \begin_inset space ~
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \backslash
28283 let
28284 \backslash
28285 figure
28286 \backslash
28287 MyFigure
28288 \begin_inset Newline newline
28289 \end_inset
28290
28291
28292 \begin_inset Phantom HPhantom
28293 status open
28294
28295 \begin_layout Plain Layout
28296 \begin_inset space ~
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \backslash
28306 let
28307 \backslash
28308 endfigure
28309 \backslash
28310 MyEndfigure}
28311 \end_layout
28312
28313 \begin_layout Standard
28314 \noindent
28315 \begin_inset CommandInset line
28316 LatexCommand rule
28317 offset "0.5ex"
28318 width "100line%"
28319 height "1pt"
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Standard
28327 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28328 \end_layout
28329
28330 \begin_layout Standard
28331
28332 \series bold
28333
28334 \backslash
28335 FigBesBeg
28336 \end_layout
28337
28338 \begin_layout Standard
28339 というコマンドを,フロートの前に\SpecialChar TeX
28340 コードで入れてください.そして,元のフロート定義に戻したいところで,
28341 \end_layout
28342
28343 \begin_layout Standard
28344
28345 \series bold
28346
28347 \backslash
28348 FigBesEnd
28349 \end_layout
28350
28351 \begin_layout Standard
28352 という\SpecialChar TeX
28353 コードを入れてください.
28354 \end_layout
28355
28356 \begin_layout Standard
28357 表フロートに対しては,対応するコマンド
28358 \end_layout
28359
28360 \begin_layout Standard
28361
28362 \series bold
28363
28364 \backslash
28365 TabBesBeg
28366 \series default
28367 および
28368 \series bold
28369
28370 \backslash
28371 TabBesEnd
28372 \end_layout
28373
28374 \begin_layout Standard
28375 を使用してください.図
28376 \begin_inset CommandInset ref
28377 LatexCommand ref
28378 reference "fig:図横キャプション"
28379
28380 \end_inset
28381
28382 と表
28383 \begin_inset CommandInset ref
28384 LatexCommand ref
28385 reference "tab:表横キャプション"
28386
28387 \end_inset
28388
28389 がキャプションを脇に設定した例です.
28390 \end_layout
28391
28392 \begin_layout Standard
28393 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28394 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28395 コードとして
28396 \end_layout
28397
28398 \begin_layout Standard
28399
28400 \series bold
28401
28402 \backslash
28403 sidecaptionvpos{フロート型}{配置}
28404 \end_layout
28405
28406 \begin_layout Standard
28407 というコマンドを使用します.ここで「フロート型」は
28408 \family sans
28409 figure
28410 \family default
28411
28412 \family sans
28413 table
28414 \family default
28415 であり,「配置」は,上揃えの場合はtopの
28416 \end_layout
28417
28418 \begin_layout Standard
28419
28420 \family sans
28421 t
28422 \family default
28423 」,中央揃えの場合はcenterの「
28424 \family sans
28425 c
28426 \family default
28427 」,下揃えの場合はbottomの「
28428 \family sans
28429 b
28430 \family default
28431 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 sidecaptionvpos{figure}{c}
28440 \end_layout
28441
28442 \begin_layout Standard
28443 というコマンドを使用します.これは,図
28444 \begin_inset CommandInset ref
28445 LatexCommand ref
28446 reference "fig:図横キャプション-2"
28447
28448 \end_inset
28449
28450 で使用されています.
28451 \end_layout
28452
28453 \begin_layout Standard
28454 \begin_inset VSpace medskip
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Standard
28461 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28462 \begin_inset CommandInset ref
28463 LatexCommand ref
28464 reference "tab:表横キャプション"
28465
28466 \end_inset
28467
28468 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28469 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28470 \emph on
28471 因数
28472 \emph default
28473 は,
28474 \end_layout
28475
28476 \begin_layout Standard
28477
28478 \series bold
28479
28480 \backslash
28481 FigBesBeg[因数]
28482 \end_layout
28483
28484 \begin_layout Standard
28485 のように,
28486 \series bold
28487
28488 \backslash
28489 FigBesBeg
28490 \series default
28491 への非必須引数として与えることもできますし,
28492 \series bold
28493
28494 \backslash
28495 FigBesBeg
28496 \series default
28497 の定義中で
28498 \series bold
28499 1.0
28500 \series default
28501 を他の値に変更することもできます.表
28502 \begin_inset CommandInset ref
28503 LatexCommand ref
28504 reference "tab:図横幅広"
28505
28506 \end_inset
28507
28508 では,因子5が指定されています.
28509 \end_layout
28510
28511 \begin_layout Standard
28512 \begin_inset Note Greyedout
28513 status open
28514
28515 \begin_layout Plain Layout
28516
28517 \series bold
28518 【註】
28519 \series default
28520 キャプションを横につけたフロートでは,フロート配置オプションの
28521 \family sans
28522 何としても現在地に置く
28523 \family default
28524 は,
28525 \series bold
28526 sidecap
28527 \series default
28528 がサポートしていないので,使用することができません..
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \end_layout
28535
28536 \begin_layout Standard
28537 \begin_inset VSpace medskip
28538 \end_inset
28539
28540
28541 \series bold
28542 sidecap
28543 \series default
28544 パッケージについての詳細は,
28545 \begin_inset CommandInset citation
28546 LatexCommand cite
28547 key "sidecap"
28548 literal "true"
28549
28550 \end_inset
28551
28552 の説明書をご参照ください.
28553 \end_layout
28554
28555 \begin_layout Standard
28556 \begin_inset Note Greyedout
28557 status open
28558
28559 \begin_layout Plain Layout
28560
28561 \series bold
28562 【註】
28563 \series default
28564
28565 \begin_inset CommandInset ref
28566 LatexCommand ref
28567 reference "subsec:参照位置"
28568
28569 \end_inset
28570
28571 節に説明がある\SpecialChar LaTeX
28572 パッケージ
28573 \series bold
28574 hypcap
28575 \series default
28576
28577 \begin_inset Index idx
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581 \SpecialChar LaTeX
28582 ぱっけーじ@\SpecialChar LaTeX
28583 パッケージ ! hypcap
28584 \end_layout
28585
28586 \end_inset
28587
28588 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 \begin_inset Note Greyedout
28598 status open
28599
28600 \begin_layout Plain Layout
28601
28602 \series bold
28603 【訳註】
28604 \series default
28605 \SpecialChar LaTeX
28606 パッケージ
28607 \series bold
28608 sidecap
28609 \series default
28610
28611 \begin_inset Index idx
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615 \SpecialChar LaTeX
28616 ぱっけーじ@\SpecialChar LaTeX
28617 パッケージ ! sidecap
28618 \end_layout
28619
28620 \end_inset
28621
28622 は,p\SpecialChar LaTeX
28623 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28624 取扱説明書『
28625 \emph on
28626 埋め込み機能篇
28627 \emph default
28628 』(つまりこの文書)の\SpecialChar LyX
28629 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 FigBesBeg 
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Standard
28651 \begin_inset Float figure
28652 wide false
28653 sideways false
28654 status open
28655
28656 \begin_layout Plain Layout
28657 \begin_inset Graphics
28658         filename /clipart/3D-structure-distort.pdf
28659         scale 50
28660         scaleBeforeRotation
28661
28662 \end_inset
28663
28664
28665 \end_layout
28666
28667 \begin_layout Plain Layout
28668 \begin_inset Caption Standard
28669
28670 \begin_layout Plain Layout
28671 \begin_inset CommandInset label
28672 LatexCommand label
28673 name "fig:図横キャプション"
28674
28675 \end_inset
28676
28677 これは図の横にあるキャプションです.
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset ERT
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695
28696
28697 \backslash
28698 FigBesEnd
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 \begin_inset ERT
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711
28712
28713 \backslash
28714 TabBesBeg 
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Standard
28723 \begin_inset Float table
28724 wide false
28725 sideways false
28726 status open
28727
28728 \begin_layout Plain Layout
28729 \begin_inset Caption Standard
28730
28731 \begin_layout Plain Layout
28732 \begin_inset CommandInset label
28733 LatexCommand label
28734 name "tab:表横キャプション"
28735
28736 \end_inset
28737
28738 これは表の横にあるキャプションです.
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \begin_layout Plain Layout
28747 \begin_inset Tabular
28748 <lyxtabular version="3" rows="4" columns="5">
28749 <features tabularvalignment="middle">
28750 <column alignment="center" valignment="top">
28751 <column alignment="center" valignment="top">
28752 <column alignment="center" valignment="top">
28753 <column alignment="center" valignment="top">
28754 <column alignment="center" valignment="top">
28755 <row>
28756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28757 \begin_inset Text
28758
28759 \begin_layout Plain Layout
28760
28761 \end_layout
28762
28763 \end_inset
28764 </cell>
28765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28766 \begin_inset Text
28767
28768 \begin_layout Plain Layout
28769
28770 \end_layout
28771
28772 \end_inset
28773 </cell>
28774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28775 \begin_inset Text
28776
28777 \begin_layout Plain Layout
28778
28779 \end_layout
28780
28781 \end_inset
28782 </cell>
28783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28784 \begin_inset Text
28785
28786 \begin_layout Plain Layout
28787
28788 \end_layout
28789
28790 \end_inset
28791 </cell>
28792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28793 \begin_inset Text
28794
28795 \begin_layout Plain Layout
28796
28797 \end_layout
28798
28799 \end_inset
28800 </cell>
28801 </row>
28802 <row>
28803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28804 \begin_inset Text
28805
28806 \begin_layout Plain Layout
28807
28808 \end_layout
28809
28810 \end_inset
28811 </cell>
28812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28813 \begin_inset Text
28814
28815 \begin_layout Plain Layout
28816
28817 \end_layout
28818
28819 \end_inset
28820 </cell>
28821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28822 \begin_inset Text
28823
28824 \begin_layout Plain Layout
28825
28826 \end_layout
28827
28828 \end_inset
28829 </cell>
28830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28831 \begin_inset Text
28832
28833 \begin_layout Plain Layout
28834
28835 \end_layout
28836
28837 \end_inset
28838 </cell>
28839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28840 \begin_inset Text
28841
28842 \begin_layout Plain Layout
28843
28844 \end_layout
28845
28846 \end_inset
28847 </cell>
28848 </row>
28849 <row>
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" usebox="none">
28878 \begin_inset Text
28879
28880 \begin_layout Plain Layout
28881
28882 \end_layout
28883
28884 \end_inset
28885 </cell>
28886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28887 \begin_inset Text
28888
28889 \begin_layout Plain Layout
28890
28891 \end_layout
28892
28893 \end_inset
28894 </cell>
28895 </row>
28896 <row>
28897 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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" bottomline="true" leftline="true" usebox="none">
28925 \begin_inset Text
28926
28927 \begin_layout Plain Layout
28928
28929 \end_layout
28930
28931 \end_inset
28932 </cell>
28933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28934 \begin_inset Text
28935
28936 \begin_layout Plain Layout
28937
28938 \end_layout
28939
28940 \end_inset
28941 </cell>
28942 </row>
28943 </lyxtabular>
28944
28945 \end_inset
28946
28947
28948 \end_layout
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Standard
28956 \begin_inset ERT
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960
28961
28962 \backslash
28963 TabBesEnd
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Standard
28972 \begin_inset ERT
28973 status collapsed
28974
28975 \begin_layout Plain Layout
28976
28977
28978 \backslash
28979 FigBesBeg 
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \begin_inset ERT
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989
28990
28991 \backslash
28992 sidecaptionvpos{figure}{c}
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \begin_inset Float figure
28999 wide false
29000 sideways false
29001 status open
29002
29003 \begin_layout Plain Layout
29004 \begin_inset Graphics
29005         filename /clipart/3D-structure-distort.pdf
29006         scale 50
29007         scaleBeforeRotation
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Plain Layout
29015 \begin_inset Caption Standard
29016
29017 \begin_layout Plain Layout
29018 \begin_inset CommandInset label
29019 LatexCommand label
29020 name "fig:図横キャプション-2"
29021
29022 \end_inset
29023
29024 これは図の横にある縦方向中央揃えのキャプションです.
29025 \end_layout
29026
29027 \end_inset
29028
29029
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Standard
29038 \begin_inset ERT
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042
29043
29044 \backslash
29045 FigBesEnd
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \begin_layout Standard
29054 \begin_inset ERT
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058
29059
29060 \backslash
29061 TabBesBeg[5]
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Standard
29070 \begin_inset Float table
29071 wide false
29072 sideways false
29073 status open
29074
29075 \begin_layout Plain Layout
29076 \begin_inset Caption Standard
29077
29078 \begin_layout Plain Layout
29079 \begin_inset CommandInset label
29080 LatexCommand label
29081 name "tab:図横幅広"
29082
29083 \end_inset
29084
29085 これは表
29086 \begin_inset CommandInset ref
29087 LatexCommand ref
29088 reference "tab:表横キャプション"
29089
29090 \end_inset
29091
29092 よりも幅広のキャプションです
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Plain Layout
29101 \begin_inset Tabular
29102 <lyxtabular version="3" rows="4" columns="5">
29103 <features tabularvalignment="middle">
29104 <column alignment="center" valignment="top">
29105 <column alignment="center" valignment="top">
29106 <column alignment="center" valignment="top">
29107 <column alignment="center" valignment="top">
29108 <column alignment="center" valignment="top">
29109 <row>
29110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29111 \begin_inset Text
29112
29113 \begin_layout Plain Layout
29114 a
29115 \end_layout
29116
29117 \end_inset
29118 </cell>
29119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29120 \begin_inset Text
29121
29122 \begin_layout Plain Layout
29123
29124 \end_layout
29125
29126 \end_inset
29127 </cell>
29128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29129 \begin_inset Text
29130
29131 \begin_layout Plain Layout
29132 b
29133 \end_layout
29134
29135 \end_inset
29136 </cell>
29137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29138 \begin_inset Text
29139
29140 \begin_layout Plain Layout
29141
29142 \end_layout
29143
29144 \end_inset
29145 </cell>
29146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29147 \begin_inset Text
29148
29149 \begin_layout Plain Layout
29150 c
29151 \end_layout
29152
29153 \end_inset
29154 </cell>
29155 </row>
29156 <row>
29157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29158 \begin_inset Text
29159
29160 \begin_layout Plain Layout
29161
29162 \end_layout
29163
29164 \end_inset
29165 </cell>
29166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29167 \begin_inset Text
29168
29169 \begin_layout Plain Layout
29170 d
29171 \end_layout
29172
29173 \end_inset
29174 </cell>
29175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29176 \begin_inset Text
29177
29178 \begin_layout Plain Layout
29179
29180 \end_layout
29181
29182 \end_inset
29183 </cell>
29184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29185 \begin_inset Text
29186
29187 \begin_layout Plain Layout
29188 e
29189 \end_layout
29190
29191 \end_inset
29192 </cell>
29193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29194 \begin_inset Text
29195
29196 \begin_layout Plain Layout
29197
29198 \end_layout
29199
29200 \end_inset
29201 </cell>
29202 </row>
29203 <row>
29204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29205 \begin_inset Text
29206
29207 \begin_layout Plain Layout
29208 f
29209 \end_layout
29210
29211 \end_inset
29212 </cell>
29213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29214 \begin_inset Text
29215
29216 \begin_layout Plain Layout
29217
29218 \end_layout
29219
29220 \end_inset
29221 </cell>
29222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29223 \begin_inset Text
29224
29225 \begin_layout Plain Layout
29226 g
29227 \end_layout
29228
29229 \end_inset
29230 </cell>
29231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29232 \begin_inset Text
29233
29234 \begin_layout Plain Layout
29235
29236 \end_layout
29237
29238 \end_inset
29239 </cell>
29240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29241 \begin_inset Text
29242
29243 \begin_layout Plain Layout
29244 h
29245 \end_layout
29246
29247 \end_inset
29248 </cell>
29249 </row>
29250 <row>
29251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29252 \begin_inset Text
29253
29254 \begin_layout Plain Layout
29255
29256 \end_layout
29257
29258 \end_inset
29259 </cell>
29260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Plain Layout
29264 i
29265 \end_layout
29266
29267 \end_inset
29268 </cell>
29269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29270 \begin_inset Text
29271
29272 \begin_layout Plain Layout
29273
29274 \end_layout
29275
29276 \end_inset
29277 </cell>
29278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29279 \begin_inset Text
29280
29281 \begin_layout Plain Layout
29282 j
29283 \end_layout
29284
29285 \end_inset
29286 </cell>
29287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29288 \begin_inset Text
29289
29290 \begin_layout Plain Layout
29291
29292 \end_layout
29293
29294 \end_inset
29295 </cell>
29296 </row>
29297 </lyxtabular>
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \begin_layout Standard
29310 \begin_inset ERT
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314
29315
29316 \backslash
29317 TabBesEnd
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 \begin_inset ERT
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330
29331
29332 \backslash
29333 else
29334 \end_layout
29335
29336 \end_inset
29337
29338
29339 \begin_inset Note Note
29340 status open
29341
29342 \begin_layout Plain Layout
29343 以下の部分は,\SpecialChar LaTeX
29344 パッケージ
29345 \series bold
29346 sidecap
29347 \series default
29348 が導入されていないときのみ表示されます.
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Standard
29357 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29358 パッケージ
29359 \series bold
29360 sidecap
29361 \series default
29362 を導入する必要があります.
29363 \end_layout
29364
29365 \begin_layout Standard
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371
29372 \backslash
29373 fi
29374 \end_layout
29375
29376 \end_inset
29377
29378
29379 \end_layout
29380
29381 \begin_layout Section
29382 フロート一覧
29383 \begin_inset Index idx
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387 ふろーと@フロート ! ふろーといちらん@フロート一覧
29388 \end_layout
29389
29390 \end_inset
29391
29392
29393 \end_layout
29394
29395 \begin_layout Standard
29396 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29397 \family sans
29398 挿入\SpecialChar menuseparator
29399 一覧/目次
29400 \family default
29401 メニューで挿入することができます.
29402 \end_layout
29403
29404 \begin_layout Standard
29405 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29406 \end_layout
29407
29408 \begin_layout Standard
29409 本文書の終わりに,図一覧と表一覧があります.
29410 \end_layout
29411
29412 \begin_layout Chapter
29413 註釈
29414 \end_layout
29415
29416 \begin_layout Section
29417 \SpecialChar LyX
29418 註釈
29419 \begin_inset Index idx
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423 ちゅうしゃく@註釈 ! \SpecialChar LyX
29424 のーと@\SpecialChar LyX
29425 ノート
29426 \end_layout
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \begin_layout Standard
29434 註釈は,ツールバーボタン
29435 \family sans
29436
29437 \begin_inset Info
29438 type  "icon"
29439 arg   "note-insert"
29440 \end_inset
29441
29442
29443 \family default
29444 か,
29445 \family sans
29446 挿入\SpecialChar menuseparator
29447 註釈
29448 \family default
29449 メニューで挿入することができます.註釈には,以下の三つの型があります.
29450 \end_layout
29451
29452 \begin_layout Description
29453 \SpecialChar LyX
29454 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29455 \begin_inset Newline newline
29456 \end_inset
29457
29458
29459 \begin_inset Newline newline
29460 \end_inset
29461
29462
29463 \begin_inset Graphics
29464         filename clipart/LyXNoteImage.png
29465         display false
29466         scale 50
29467         scaleBeforeRotation
29468
29469 \end_inset
29470
29471
29472 \begin_inset Note Note
29473 status open
29474
29475 \begin_layout Plain Layout
29476 これは,出力には現れない註釈ボックスに書かれた文章です.
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Description
29485 コメント この註釈も出力には現れませんが,
29486 \family sans
29487 ファイル\SpecialChar menuseparator
29488 書き出し\SpecialChar menuseparator
29489 LaTeX
29490 \begin_inset space ~
29491 \end_inset
29492
29493 (pdflatex) / (平文)
29494 \family default
29495  メニューを使って文書を\SpecialChar LaTeX
29496 にエクスポートする際には,\SpecialChar LaTeX
29497 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29498 \begin_inset Newline newline
29499 \end_inset
29500
29501
29502 \begin_inset Newline newline
29503 \end_inset
29504
29505
29506 \begin_inset Graphics
29507         filename clipart/CommentNoteImage.png
29508         display false
29509         scale 50
29510         scaleBeforeRotation
29511
29512 \end_inset
29513
29514  
29515 \begin_inset Note Comment
29516 status open
29517
29518 \begin_layout Plain Layout
29519 これは,\SpecialChar LaTeX
29520 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Description
29529 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29530 \begin_inset Newline newline
29531 \end_inset
29532
29533
29534 \begin_inset Newline newline
29535 \end_inset
29536
29537
29538 \begin_inset Graphics
29539         filename clipart/GreyedOutNoteImage.png
29540         display false
29541         scale 50
29542         scaleBeforeRotation
29543
29544 \end_inset
29545
29546
29547 \begin_inset Newline newline
29548 \end_inset
29549
29550
29551 \begin_inset ERT
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555
29556
29557 \backslash
29558 renewenvironment{lyxgreyedout}
29559 \end_layout
29560
29561 \begin_layout Plain Layout
29562
29563 {
29564 \backslash
29565 textcolor[gray]{0.8}
29566 \backslash
29567 bgroup}{
29568 \backslash
29569 egroup}
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \begin_inset Note Greyedout
29576 status open
29577
29578 \begin_layout Plain Layout
29579 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29580 \begin_inset Foot
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584 これは,淡色註釈内に脚註を用いた例です.
29585 \end_layout
29586
29587 \end_inset
29588
29589 です.
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600
29601 \backslash
29602 renewenvironment{lyxgreyedout}
29603 \end_layout
29604
29605 \begin_layout Plain Layout
29606
29607 {
29608 \backslash
29609 textcolor{blue}
29610 \backslash
29611 bgroup}{
29612 \backslash
29613 egroup}
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \begin_inset Note Note
29620 status open
29621
29622 \begin_layout Plain Layout
29623 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29624 本来の定義で表示されるように再定義さ
29625 れています.
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset Newline newline
29632 \end_inset
29633
29634
29635 \begin_inset Newline newline
29636 \end_inset
29637
29638 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29639 \end_layout
29640
29641 \begin_layout Standard
29642 \begin_inset VSpace bigskip
29643 \end_inset
29644
29645 註釈を挿入するのにツールバーボタン
29646 \family sans
29647
29648 \begin_inset Info
29649 type  "icon"
29650 arg   "note-insert"
29651 \end_inset
29652
29653
29654 \family default
29655 を使用すると,
29656 \family sans
29657 \SpecialChar LyX
29658 註釈
29659 \family default
29660 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29661 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29662 さい.
29663 \end_layout
29664
29665 \begin_layout Standard
29666 \begin_inset VSpace bigskip
29667 \end_inset
29668
29669 淡色註釈の文字色は,
29670 \family sans
29671 文書\SpecialChar menuseparator
29672 設定\SpecialChar menuseparator
29673
29674 \family default
29675 メニューで変更することができます.
29676 \end_layout
29677
29678 \begin_layout Section
29679 脚註
29680 \begin_inset CommandInset label
29681 LatexCommand label
29682 name "sec:脚注"
29683
29684 \end_inset
29685
29686
29687 \begin_inset Index idx
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \begin_inset Index idx
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701 きゃくちゅう@脚註
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Standard
29710 脚註は,ツールバーボタン
29711 \family sans
29712
29713 \begin_inset Info
29714 type  "icon"
29715 arg   "footnote-insert"
29716 \end_inset
29717
29718
29719 \family default
29720 か,
29721 \family sans
29722 挿入\SpecialChar menuseparator
29723 脚註
29724 \family default
29725 メニューを使って挿入することができます.すると,脚註文を挿入したとこ
29726 \begin_inset Graphics
29727         filename clipart/footnote.png
29728         scale 95
29729         scaleBeforeRotation
29730
29731 \end_inset
29732
29733 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29734 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29735 \end_layout
29736
29737 \begin_layout Standard
29738 これが脚註の例です
29739 \begin_inset Foot
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743 \begin_inset CommandInset label
29744 LatexCommand label
29745 name "fn:これは脚注の一例"
29746
29747 \end_inset
29748
29749 これは脚註の一例です.
29750 \end_layout
29751
29752 \end_inset
29753
29754
29755 \begin_inset ERT
29756 status collapsed
29757
29758 \begin_layout Plain Layout
29759
29760
29761 \backslash
29762 newcounter{MyRepeatFoot}
29763 \end_layout
29764
29765 \begin_layout Plain Layout
29766
29767
29768 \backslash
29769 setcounter{MyRepeatFoot}{
29770 \backslash
29771 thefootnote}
29772 \end_layout
29773
29774 \end_inset
29775
29776
29777 \end_layout
29778
29779 \begin_layout Standard
29780 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29781 が計算を行い,連番が付けられます.
29782 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29783 \end_layout
29784
29785 \begin_layout Standard
29786 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29787 \begin_inset CommandInset ref
29788 LatexCommand ref
29789 reference "sec:フロートの参照"
29790
29791 \end_inset
29792
29793 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29794 \begin_inset Newline newline
29795 \end_inset
29796
29797 これは脚註
29798 \begin_inset CommandInset ref
29799 LatexCommand ref
29800 reference "fn:これは脚注の一例"
29801
29802 \end_inset
29803
29804 の相互参照です.
29805 \end_layout
29806
29807 \begin_layout Standard
29808 \begin_inset VSpace defskip
29809 \end_inset
29810
29811 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29812 \end_layout
29813
29814 \begin_layout Standard
29815 \begin_inset VSpace defskip
29816 \end_inset
29817
29818
29819 \end_layout
29820
29821 \begin_layout Standard
29822 \SpecialChar LaTeX
29823 では,技術的要因により,表中の脚註は印字されません.しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29824 コードで
29825 \series bold
29826
29827 \backslash
29828 footnotemark{}
29829 \series default
29830 コマンドを入れてください.脚註の本文は,表の後で\SpecialChar TeX
29831 コード
29832 \series bold
29833
29834 \backslash
29835 footnotetext
29836 \series default
29837 コマンドの引数として入力します.
29838 \begin_inset Newline newline
29839 \end_inset
29840
29841 以下の表ではコマンド
29842 \begin_inset Newline newline
29843 \end_inset
29844
29845
29846 \series bold
29847
29848 \backslash
29849 footnotetext{
29850 \series default
29851 出力される脚註の表
29852 \series bold
29853 }
29854 \series default
29855
29856 \begin_inset Newline newline
29857 \end_inset
29858
29859 を用いています.
29860 \end_layout
29861
29862 \begin_layout Standard
29863 \begin_inset Tabular
29864 <lyxtabular version="3" rows="2" columns="1">
29865 <features tabularvalignment="middle">
29866 <column alignment="center" valignment="top">
29867 <row>
29868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29869 \begin_inset Text
29870
29871 \begin_layout Plain Layout
29872 これは例文です.
29873 \begin_inset Foot
29874 status open
29875
29876 \begin_layout Plain Layout
29877 この脚註は出力されません!
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \end_inset
29886 </cell>
29887 </row>
29888 <row>
29889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29890 \begin_inset Text
29891
29892 \begin_layout Plain Layout
29893 これは例文です.
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899
29900 \backslash
29901 footnotemark{}
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \end_inset
29910 </cell>
29911 </row>
29912 </lyxtabular>
29913
29914 \end_inset
29915
29916
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922
29923 \backslash
29924 footnotetext{
29925 \end_layout
29926
29927 \end_inset
29928
29929 出力される脚註の表
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935 }
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Standard
29944 多頁表中の脚註は,第
29945 \begin_inset CommandInset ref
29946 LatexCommand ref
29947 reference "subsec:多頁表での脚注"
29948
29949 \end_inset
29950
29951 節で述べられています.
29952 \end_layout
29953
29954 \begin_layout Standard
29955 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
29956 \begin_inset CommandInset ref
29957 LatexCommand ref
29958 reference "sec:ミニページ"
29959
29960 \end_inset
29961
29962 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,やはり
29963 \series bold
29964
29965 \backslash
29966 footnotemark{}
29967 \series default
29968
29969 \series bold
29970
29971 \backslash
29972 footntoetext
29973 \series default
29974 による方法を用いてください.
29975 \end_layout
29976
29977 \begin_layout Standard
29978 \begin_inset Box Frameless
29979 position "t"
29980 hor_pos "c"
29981 has_inner_box 1
29982 inner_pos "t"
29983 use_parbox 0
29984 use_makebox 0
29985 width "100col%"
29986 special "none"
29987 height "1in"
29988 height_special "totalheight"
29989 thickness "0.4pt"
29990 separation "3pt"
29991 shadowsize "4pt"
29992 framecolor "black"
29993 backgroundcolor "none"
29994 status open
29995
29996 \begin_layout Plain Layout
29997 これはミニページ中の例文です.
29998 \begin_inset Foot
29999 status open
30000
30001 \begin_layout Plain Layout
30002 ミニページ中の脚註です.
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \end_layout
30009
30010 \begin_layout Plain Layout
30011 これはミニページ中の例文です.
30012 \begin_inset ERT
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016
30017
30018 \backslash
30019 footnotemark{}
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \end_inset
30028
30029
30030 \end_layout
30031
30032 \begin_layout Standard
30033 \begin_inset ERT
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038
30039 \backslash
30040 footnotetext{
30041 \end_layout
30042
30043 \end_inset
30044
30045 ミニページ外の脚註です.
30046 \begin_inset ERT
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050
30051 }
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \begin_inset VSpace defskip
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \begin_layout Standard
30064 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30065 コードでコマンド
30066 \series bold
30067
30068 \backslash
30069 footnotemark[番号]
30070 \series default
30071 を使用してください.
30072 \begin_inset Newline newline
30073 \end_inset
30074
30075 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30076 \begin_inset CommandInset ref
30077 LatexCommand ref
30078 reference "fn:これは脚注の一例"
30079
30080 \end_inset
30081
30082 の後に,\SpecialChar TeX
30083 コードで
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 newcounter{MyRepeatFoot}
30092 \begin_inset Newline newline
30093 \end_inset
30094
30095
30096 \backslash
30097 setcounter{MyRepeatFoot}{
30098 \backslash
30099 thefootnote}
30100 \end_layout
30101
30102 \begin_layout Standard
30103 というコマンドを挿入しています.そして脚註マークは,
30104 \end_layout
30105
30106 \begin_layout Standard
30107
30108 \series bold
30109
30110 \backslash
30111 footnotemark[
30112 \backslash
30113 theMyRepeatFoot]
30114 \end_layout
30115
30116 \begin_layout Standard
30117 で作成します.
30118 \end_layout
30119
30120 \begin_layout Standard
30121 これは繰り返し脚註の例です.
30122 \begin_inset ERT
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126
30127
30128 \backslash
30129 footnotemark[
30130 \backslash
30131 theMyRepeatFoot]
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Standard
30140 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30141 \end_layout
30142
30143 \begin_layout Standard
30144
30145 \series bold
30146
30147 \backslash
30148 footnotemark[
30149 \backslash
30150 thefootnote]
30151 \end_layout
30152
30153 \begin_layout Standard
30154 を使用してください.
30155 \end_layout
30156
30157 \begin_layout Standard
30158 これは繰り返し脚註の例です.
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164
30165 \backslash
30166 footnotemark[
30167 \backslash
30168 thefootnote]
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Subsection
30177 脚註の付番
30178 \begin_inset CommandInset label
30179 LatexCommand label
30180 name "subsec:脚注の付番"
30181
30182 \end_inset
30183
30184
30185 \begin_inset Index idx
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189 きゃくちゅう@脚註 ! ふばん@付番
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \end_layout
30196
30197 \begin_layout Standard
30198 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30199 \end_layout
30200
30201 \begin_layout Standard
30202
30203 \series bold
30204
30205 \backslash
30206 @addtoreset{footnote}{section}
30207 \end_layout
30208
30209 \begin_layout Standard
30210 というコマンドを加えてください.
30211 \end_layout
30212
30213 \begin_layout Standard
30214 \begin_inset VSpace bigskip
30215 \end_inset
30216
30217 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30218 \end_layout
30219
30220 \begin_layout Standard
30221
30222 \series bold
30223
30224 \backslash
30225 renewcommand{
30226 \backslash
30227 thefootnote}{
30228 \backslash
30229 roman{footnote}}
30230 \end_layout
30231
30232 \begin_layout Standard
30233 \begin_inset ERT
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237
30238
30239 \backslash
30240 renewcommand{
30241 \backslash
30242 thefootnote}{
30243 \backslash
30244 roman{footnote}}
30245 \end_layout
30246
30247 \end_inset
30248
30249 これは,ローマ数字を使った脚註です
30250 \begin_inset Foot
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254 これは,ローマ数字を使った脚註の例です.
30255 \end_layout
30256
30257 \end_inset
30258
30259
30260 \end_layout
30261
30262 \begin_layout Standard
30263 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30264 \series bold
30265
30266 \backslash
30267 roman
30268 \series default
30269
30270 \series bold
30271
30272 \backslash
30273 Roman
30274 \series default
30275 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30276 \series bold
30277
30278 \backslash
30279 Alph
30280 \series default
30281 または
30282 \series bold
30283
30284 \backslash
30285 alph
30286 \series default
30287 を使用してください.記号を使って付「番」するには,
30288 \series bold
30289
30290 \backslash
30291 fnsymbol
30292 \series default
30293 を使ってください.
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset Note Greyedout
30298 status open
30299
30300 \begin_layout Plain Layout
30301
30302 \series bold
30303 【註】
30304 \series default
30305 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Newline newline
30312 \end_inset
30313
30314
30315 \begin_inset Note Greyedout
30316 status open
30317
30318 \begin_layout Plain Layout
30319
30320 \series bold
30321 【註】
30322 \series default
30323 記号を使うと9個の脚註しか番号を振ることができません.
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \end_layout
30330
30331 \begin_layout Standard
30332 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30333 \series bold
30334
30335 \backslash
30336 roman
30337 \series default
30338
30339 \series bold
30340
30341 \backslash
30342 arabic
30343 \series default
30344 に置き換えて使用してください.
30345 \begin_inset ERT
30346 status collapsed
30347
30348 \begin_layout Plain Layout
30349
30350
30351 \backslash
30352 renewcommand{
30353 \backslash
30354 thefootnote}{
30355 \backslash
30356 arabic{footnote}}
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Standard
30365 \begin_inset VSpace bigskip
30366 \end_inset
30367
30368
30369 \end_layout
30370
30371 \begin_layout Standard
30372 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30373 \end_layout
30374
30375 \begin_layout Standard
30376
30377 \series bold
30378
30379 \backslash
30380 numberwithin{footnote}{chapter}
30381 \end_layout
30382
30383 \begin_layout Standard
30384 というコマンドを加えてください.
30385 \series bold
30386
30387 \backslash
30388 numberwithin
30389 \series default
30390 コマンドを使用できるようにするためには,文書設定の
30391 \family sans
30392 数式オプション
30393 \family default
30394 タブで
30395 \family sans
30396 AMS
30397 \begin_inset space ~
30398 \end_inset
30399
30400 mathパッケージを使う
30401 \family default
30402 オプションを有効にしてください.
30403 \end_layout
30404
30405 \begin_layout Standard
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411
30412 \backslash
30413 numberwithin{footnote}{chapter}
30414 \end_layout
30415
30416 \end_inset
30417
30418 これは,脚註のもう一つの例です
30419 \series bold
30420
30421 \begin_inset Foot
30422 status open
30423
30424 \begin_layout Plain Layout
30425
30426 \series bold
30427 これは,
30428 \series default
30429 「章番号.脚註番号」スキームで番号を振られた脚註です.
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \series default
30436
30437 \begin_inset ERT
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441
30442
30443 \backslash
30444 renewcommand{
30445 \backslash
30446 thefootnote}{
30447 \backslash
30448 arabic{footnote}}
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Standard
30457 \begin_inset Note Greyedout
30458 status open
30459
30460 \begin_layout Plain Layout
30461
30462 \series bold
30463 【註】
30464 \backslash
30465 numberwithin
30466 \series default
30467 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30468 \end_layout
30469
30470 \end_inset
30471
30472
30473 \end_layout
30474
30475 \begin_layout Standard
30476 また,例えば「章番号.
30477 \backslash
30478 Roman{footnote}」スキームを得るには,
30479 \series bold
30480
30481 \backslash
30482 numberwithin
30483 \series default
30484 の代わりに以下のコマンドを使用してください.
30485 \end_layout
30486
30487 \begin_layout Standard
30488
30489 \series bold
30490
30491 \backslash
30492 renewcommand{
30493 \backslash
30494 thefootnote}{
30495 \backslash
30496 thechapter.
30497 \backslash
30498 Roman{footnote}}
30499 \end_layout
30500
30501 \begin_layout Subsection
30502 脚註の配置
30503 \begin_inset Index idx
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507 きゃくちゅう@脚註 ! はいち@配置
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \end_layout
30514
30515 \begin_layout Standard
30516 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30517 ブルに足して,1.5
30518 \begin_inset space \thinspace{}
30519 \end_inset
30520
30521 mmの余白を追加することもできます.
30522 \end_layout
30523
30524 \begin_layout Standard
30525
30526 \series bold
30527
30528 \backslash
30529 let
30530 \backslash
30531 myFoot
30532 \backslash
30533 footnote
30534 \begin_inset Newline newline
30535 \end_inset
30536
30537
30538 \backslash
30539 renewcommand{
30540 \backslash
30541 footnote}[1]{
30542 \backslash
30543 myFoot{#1
30544 \backslash
30545 vspace{1.5mm}}}
30546 \end_layout
30547
30548 \begin_layout Standard
30549 \begin_inset VSpace bigskip
30550 \end_inset
30551
30552 二段組文書では,脚註は各段底部に表示されます(図
30553 \begin_inset CommandInset ref
30554 LatexCommand ref
30555 reference "fig:標準的脚注配置"
30556
30557 \end_inset
30558
30559 ).図
30560 \begin_inset CommandInset ref
30561 LatexCommand ref
30562 reference "fig:ftnright脚注配置"
30563
30564 \end_inset
30565
30566 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30567 \end_layout
30568
30569 \begin_layout Standard
30570
30571 \series bold
30572
30573 \backslash
30574 usepackage{ftnright}
30575 \end_layout
30576
30577 \begin_layout Standard
30578 というコマンドを書いて,\SpecialChar LaTeX
30579 パッケージ
30580 \series bold
30581 ftnright
30582 \series default
30583
30584 \begin_inset Index idx
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588 \SpecialChar LaTeX
30589 ぱっけーじ@\SpecialChar LaTeX
30590 パッケージ ! ftnright
30591 \end_layout
30592
30593 \end_inset
30594
30595 を読み込みます.
30596 \begin_inset Float figure
30597 placement !h
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 wide false
30666 sideways false
30667 status open
30668
30669 \begin_layout Plain Layout
30670 \noindent
30671 \align center
30672 \begin_inset Box Boxed
30673 position "t"
30674 hor_pos "c"
30675 has_inner_box 0
30676 inner_pos "t"
30677 use_parbox 0
30678 use_makebox 0
30679 width ""
30680 special "none"
30681 height "1in"
30682 height_special "totalheight"
30683 thickness "0.4pt"
30684 separation "3pt"
30685 shadowsize "4pt"
30686 framecolor "black"
30687 backgroundcolor "none"
30688 status open
30689
30690 \begin_layout Plain Layout
30691 \begin_inset Graphics
30692         filename /clipart/with_fntright.pdf
30693         width 100col%
30694         scaleBeforeRotation
30695
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \end_layout
30705
30706 \begin_layout Plain Layout
30707 \begin_inset Caption Standard
30708
30709 \begin_layout Plain Layout
30710 \begin_inset CommandInset label
30711 LatexCommand label
30712 name "fig:ftnright脚注配置"
30713
30714 \end_inset
30715
30716 \SpecialChar LaTeX
30717 パッケージ
30718 \series bold
30719 ftnright
30720 \series default
30721 を使用したときの二段組文書の脚註配置
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \end_layout
30733
30734 \begin_layout Standard
30735 \begin_inset VSpace bigskip
30736 \end_inset
30737
30738 科学的文献においては,図
30739 \begin_inset CommandInset ref
30740 LatexCommand ref
30741 reference "fig:後註"
30742
30743 \end_inset
30744
30745 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30746 \begin_inset Index idx
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750 こちゆう@後註
30751 \end_layout
30752
30753 \end_inset
30754
30755 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30756 \family sans
30757 文書\SpecialChar menuseparator
30758 設定\SpecialChar menuseparator
30759 モジュール
30760 \family default
30761 メニューで
30762 \family sans
30763 脚註から後註へ
30764 \family default
30765 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30766 コードで
30767 \end_layout
30768
30769 \begin_layout Standard
30770
30771 \series bold
30772
30773 \backslash
30774 theendnotes
30775 \end_layout
30776
30777 \begin_layout Standard
30778 というコマンドを挿入してください.
30779 \end_layout
30780
30781 \begin_layout Standard
30782 \begin_inset Float figure
30783 wide false
30784 sideways false
30785 status open
30786
30787 \begin_layout Plain Layout
30788 \align center
30789 \begin_inset Box Boxed
30790 position "t"
30791 hor_pos "c"
30792 has_inner_box 0
30793 inner_pos "t"
30794 use_parbox 0
30795 use_makebox 0
30796 width ""
30797 special "none"
30798 height "1in"
30799 height_special "totalheight"
30800 thickness "0.4pt"
30801 separation "3pt"
30802 shadowsize "4pt"
30803 framecolor "black"
30804 backgroundcolor "none"
30805 status open
30806
30807 \begin_layout Plain Layout
30808 \begin_inset Graphics
30809         filename /clipart/endnotes.pdf
30810         width 100col%
30811         scaleBeforeRotation
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \end_layout
30822
30823 \begin_layout Plain Layout
30824 \begin_inset Caption Standard
30825
30826 \begin_layout Plain Layout
30827 \begin_inset CommandInset label
30828 LatexCommand label
30829 name "fig:後註"
30830
30831 \end_inset
30832
30833 後註 – 注を節ないし章末に別段落として印字します.
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \end_layout
30845
30846 \begin_layout Standard
30847 \begin_inset VSpace medskip
30848 \end_inset
30849
30850 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30851 \end_layout
30852
30853 \begin_layout Standard
30854
30855 \series bold
30856
30857 \backslash
30858 renewcommand{
30859 \backslash
30860 notesname}{Anmerkungen}
30861 \end_layout
30862
30863 \begin_layout Standard
30864 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30865 \end_layout
30866
30867 \begin_layout Standard
30868 \begin_inset VSpace medskip
30869 \end_inset
30870
30871
30872 \begin_inset CommandInset ref
30873 LatexCommand ref
30874 reference "subsec:脚注の付番"
30875
30876 \end_inset
30877
30878 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30879 \series bold
30880
30881 \backslash
30882 thefootnote
30883 \series default
30884 コマンドの代わりに
30885 \series bold
30886
30887 \backslash
30888 theendnote
30889 \series default
30890 を用いてください.後註番号をリセットするには,第
30891 \begin_inset CommandInset ref
30892 LatexCommand ref
30893 reference "subsec:脚注の付番"
30894
30895 \end_inset
30896
30897 節で述べたコマンド
30898 \series bold
30899
30900 \backslash
30901 @addtoreset
30902 \series default
30903 の,パラメータ
30904 \series bold
30905 footnote
30906 \series default
30907
30908 \series bold
30909 endnote
30910 \series default
30911 に変えて,使用してください.
30912 \end_layout
30913
30914 \begin_layout Standard
30915 後註の印だけを作成するには,第
30916 \begin_inset CommandInset ref
30917 LatexCommand ref
30918 reference "sec:脚注"
30919
30920 \end_inset
30921
30922 節で説明した
30923 \series bold
30924
30925 \backslash
30926 footnotemark
30927 \series default
30928 コマンドの代わりに,
30929 \series bold
30930
30931 \backslash
30932 endnotemark[番号]
30933 \series default
30934 コマンドを使用してください.
30935 \end_layout
30936
30937 \begin_layout Standard
30938 \begin_inset VSpace bigskip
30939 \end_inset
30940
30941 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
30942 パッケージ
30943 \series bold
30944 footmisc
30945 \series default
30946
30947 \begin_inset Index idx
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951 \SpecialChar LaTeX
30952 ぱっけーじ@\SpecialChar LaTeX
30953 パッケージ ! footmisc
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \begin_inset CommandInset citation
30960 LatexCommand cite
30961 key "footmisc"
30962 literal "true"
30963
30964 \end_inset
30965
30966 を参照してください.
30967 \end_layout
30968
30969 \begin_layout Standard
30970 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
30971 関連書籍
30972 \begin_inset CommandInset citation
30973 LatexCommand cite
30974 key "latexcompanion,latexguide,latexbook"
30975 literal "true"
30976
30977 \end_inset
30978
30979 に載っています.
30980 \series bold
30981 KOMA-Script
30982 \series default
30983
30984 \begin_inset Index idx
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 \SpecialChar LaTeX
30989 ぱっけーじ@\SpecialChar LaTeX
30990 パッケージ ! KOMA-Script
30991 \end_layout
30992
30993 \end_inset
30994
30995 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
30996 \begin_inset CommandInset citation
30997 LatexCommand cite
30998 key "KOMA-Script"
30999 literal "true"
31000
31001 \end_inset
31002
31003 参照).
31004 \end_layout
31005
31006 \begin_layout Section
31007 傍註
31008 \begin_inset Index idx
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
31013 \end_layout
31014
31015 \end_inset
31016
31017
31018 \end_layout
31019
31020 \begin_layout Standard
31021 \SpecialChar LyX
31022 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
31023 \family sans
31024 挿入\SpecialChar menuseparator
31025 傍註
31026 \family default
31027 メニューかツールバーボタン
31028 \family sans
31029
31030 \begin_inset Info
31031 type  "icon"
31032 arg   "marginalnote-insert"
31033 \end_inset
31034
31035
31036 \family default
31037 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
31038 \end_layout
31039
31040 \begin_layout Standard
31041 横にあるのが傍註です
31042 \begin_inset Marginal
31043 status open
31044
31045 \begin_layout Plain Layout
31046 これは傍註文です.
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \begin_layout Standard
31055 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
31056 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
31057 \end_layout
31058
31059 \begin_layout Standard
31060 \begin_inset VSpace bigskip
31061 \end_inset
31062
31063 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
31064 コードで
31065 \end_layout
31066
31067 \begin_layout Standard
31068
31069 \series bold
31070
31071 \backslash
31072 reversemarginpar
31073 \end_layout
31074
31075 \begin_layout Standard
31076 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082
31083 \backslash
31084 reversemarginpar 
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \begin_inset Marginal
31091 status open
31092
31093 \begin_layout Plain Layout
31094 これは内側余白の傍註です.
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \series bold
31101
31102 \begin_inset Newline newline
31103 \end_inset
31104
31105
31106 \series default
31107
31108 \begin_inset Note Greyedout
31109 status open
31110
31111 \begin_layout Plain Layout
31112
31113 \series bold
31114 【註】
31115 \series default
31116 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125 既定の配置に戻すには,\SpecialChar TeX
31126 コードで
31127 \end_layout
31128
31129 \begin_layout Standard
31130
31131 \series bold
31132
31133 \backslash
31134 normalmarginpar
31135 \end_layout
31136
31137 \begin_layout Standard
31138 というコマンドを書き加えてください.
31139 \begin_inset ERT
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143
31144
31145 \backslash
31146 normalmarginpar 
31147 \end_layout
31148
31149 \end_inset
31150
31151  
31152 \begin_inset Note Greyedout
31153 status open
31154
31155 \begin_layout Plain Layout
31156
31157 \series bold
31158 【註】
31159 \backslash
31160 reversemarginpar
31161 \series default
31162 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \begin_layout Standard
31171 \begin_inset VSpace bigskip
31172 \end_inset
31173
31174
31175 \begin_inset Marginal
31176 status open
31177
31178 \begin_layout Plain Layout
31179 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \begin_inset CommandInset ref
31186 LatexCommand ref
31187 reference "subsec:複数行"
31188
31189 \end_inset
31190
31191 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31192 \begin_inset space \thinspace{}
31193 \end_inset
31194
31195 pt水平空白を挿入してください 
31196 \begin_inset Marginal
31197 status open
31198
31199 \begin_layout Plain Layout
31200 \begin_inset space \hspace*{}
31201 \length 0pt
31202 \end_inset
31203
31204 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Standard
31213 \begin_inset VSpace bigskip
31214 \end_inset
31215
31216
31217 \end_layout
31218
31219 \begin_layout Standard
31220 \begin_inset Note Greyedout
31221 status open
31222
31223 \begin_layout Plain Layout
31224
31225 \series bold
31226 【註】
31227 \series default
31228 通常,傍註は表やフロート,脚註の中では使用することができません.
31229 \end_layout
31230
31231 \end_inset
31232
31233
31234 \end_layout
31235
31236 \begin_layout Standard
31237 \begin_inset VSpace bigskip
31238 \end_inset
31239
31240
31241 \end_layout
31242
31243 \begin_layout Standard
31244 \begin_inset ERT
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248
31249
31250 \backslash
31251 ifmarginnote
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \begin_inset Note Note
31258 status open
31259
31260 \begin_layout Plain Layout
31261 以下の部分は,\SpecialChar LaTeX
31262 パッケージ
31263 \series bold
31264 marginnote
31265 \series default
31266 が導入されているときのみ表示されます.
31267 \end_layout
31268
31269 \end_inset
31270
31271
31272 \end_layout
31273
31274 \begin_layout Standard
31275 この制約は,\SpecialChar LaTeX
31276 パッケージ
31277 \series bold
31278 marginnote
31279 \series default
31280
31281 \begin_inset Index idx
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285 \SpecialChar LaTeX
31286 ぱっけーじ@\SpecialChar LaTeX
31287 パッケージ ! marginnote
31288 \end_layout
31289
31290 \end_inset
31291
31292 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31293 が傍註に使うコマンドが再定義されて,
31294 \series bold
31295 marginnote
31296 \series default
31297 パッケージが提供するコマンドを使うようになります.
31298 \end_layout
31299
31300 \begin_layout Standard
31301
31302 \series bold
31303
31304 \backslash
31305 usepackage{marginnote}
31306 \begin_inset Newline newline
31307 \end_inset
31308
31309
31310 \backslash
31311 let
31312 \backslash
31313 marginpar
31314 \backslash
31315 marginnote
31316 \end_layout
31317
31318 \begin_layout Standard
31319
31320 \series bold
31321 marginnote
31322 \series default
31323 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31324 \series bold
31325 marginnote
31326 \series default
31327 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31328 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31329 中の傍註の後ろに\SpecialChar TeX
31330 コードで直接
31331 \end_layout
31332
31333 \begin_layout Standard
31334
31335 \series bold
31336 [オフセット]
31337 \end_layout
31338
31339 \begin_layout Standard
31340 という形で書くことで設定することができます.ここで「オフセット」には,表
31341 \begin_inset CommandInset ref
31342 LatexCommand ref
31343 reference "tab:単位"
31344
31345 \end_inset
31346
31347 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31348 コードコマンド「
31349 \series bold
31350 [-1.5cm]
31351 \series default
31352 」を使用して,1.5
31353 \begin_inset space \thinspace{}
31354 \end_inset
31355
31356 cm上にずらしてあります
31357 \begin_inset Marginal
31358 status open
31359
31360 \begin_layout Plain Layout
31361 この傍註は,本来の位置よりも1.5
31362 \begin_inset space \thinspace{}
31363 \end_inset
31364
31365 cm上にずらしてあります.
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \begin_inset ERT
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375
31376 [-1.5cm]
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \begin_layout Standard
31385 \begin_inset VSpace medskip
31386 \end_inset
31387
31388
31389 \series bold
31390 marginnote
31391 \series default
31392 を使うと,傍註の揃えを変更することもできます.たとえば,
31393 \end_layout
31394
31395 \begin_layout Standard
31396
31397 \series bold
31398
31399 \backslash
31400 renewcommand*{
31401 \backslash
31402 raggedleftmarginnote}{
31403 \backslash
31404 centering}
31405 \begin_inset Newline newline
31406 \end_inset
31407
31408
31409 \backslash
31410 renewcommand*{
31411 \backslash
31412 raggedrightmarginnote}{
31413 \backslash
31414 centering}
31415 \end_layout
31416
31417 \begin_layout Standard
31418 というコマンドを使うと,中央揃えになります.
31419 \series bold
31420
31421 \backslash
31422 raggedleftmarginnote
31423 \series default
31424 とは,左側に表示されている傍註のことを指します
31425 \begin_inset ERT
31426 status collapsed
31427
31428 \begin_layout Plain Layout
31429
31430
31431 \backslash
31432 renewcommand*{
31433 \backslash
31434 raggedleftmarginnote}{
31435 \backslash
31436 centering}
31437 \end_layout
31438
31439 \begin_layout Plain Layout
31440
31441
31442 \backslash
31443 renewcommand*{
31444 \backslash
31445 raggedrightmarginnote}{
31446 \backslash
31447 centering}
31448 \end_layout
31449
31450 \end_inset
31451
31452
31453 \begin_inset Marginal
31454 status open
31455
31456 \begin_layout Plain Layout
31457 この傍註の文章は中央揃えになっています.
31458 \end_layout
31459
31460 \end_inset
31461
31462 .既定の設定は,
31463 \end_layout
31464
31465 \begin_layout Standard
31466
31467 \series bold
31468
31469 \backslash
31470 renewcommand*{
31471 \backslash
31472 raggedleftmarginnote}{
31473 \backslash
31474 raggedleft}
31475 \begin_inset Newline newline
31476 \end_inset
31477
31478
31479 \backslash
31480 renewcommand*{
31481 \backslash
31482 raggedrightmarginnote}{
31483 \backslash
31484 raggedright}
31485 \series default
31486
31487 \begin_inset ERT
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491
31492
31493 \backslash
31494 renewcommand*{
31495 \backslash
31496 raggedleftmarginnote}{
31497 \backslash
31498 raggedleft}
31499 \end_layout
31500
31501 \begin_layout Plain Layout
31502
31503
31504 \backslash
31505 renewcommand*{
31506 \backslash
31507 raggedrightmarginnote}{
31508 \backslash
31509 raggedright}
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \end_layout
31516
31517 \begin_layout Standard
31518 です.
31519 \end_layout
31520
31521 \begin_layout Standard
31522 \begin_inset VSpace medskip
31523 \end_inset
31524
31525
31526 \series bold
31527 marginnote
31528 \series default
31529 の他の機能については,
31530 \begin_inset CommandInset citation
31531 LatexCommand cite
31532 key "marginnote"
31533 literal "true"
31534
31535 \end_inset
31536
31537 の取扱説明書をご参照ください.
31538 \end_layout
31539
31540 \begin_layout Standard
31541 \begin_inset VSpace bigskip
31542 \end_inset
31543
31544 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31545 \family sans
31546 \series bold
31547 \bar under
31548 注意!
31549 \family default
31550 \series default
31551 \bar default
31552 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31553 \end_layout
31554
31555 \begin_layout Standard
31556
31557 \series bold
31558
31559 \backslash
31560 let
31561 \backslash
31562 myMarginpar
31563 \backslash
31564 marginpar
31565 \begin_inset Newline newline
31566 \end_inset
31567
31568
31569 \backslash
31570 renewcommand{
31571 \backslash
31572 marginpar}[1]{
31573 \backslash
31574 myMarginpar{%
31575 \begin_inset Newline newline
31576 \end_inset
31577
31578
31579 \begin_inset Phantom HPhantom
31580 status open
31581
31582 \begin_layout Plain Layout
31583
31584 \series bold
31585 \begin_inset space ~
31586 \end_inset
31587
31588
31589 \end_layout
31590
31591 \end_inset
31592
31593
31594 \backslash
31595 hspace{0pt}
31596 \backslash
31597 textsf{
31598 \backslash
31599 textbf{
31600 \backslash
31601 underbar{注意!}}}%
31602 \begin_inset Newline newline
31603 \end_inset
31604
31605
31606 \begin_inset Phantom HPhantom
31607 status open
31608
31609 \begin_layout Plain Layout
31610
31611 \series bold
31612 \begin_inset space ~
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \end_inset
31619
31620
31621 \backslash
31622 vspace{1.5mm}
31623 \backslash
31624
31625 \backslash
31626 #1}}
31627 \end_layout
31628
31629 \begin_layout Standard
31630 \begin_inset ERT
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634
31635
31636 \backslash
31637 let
31638 \backslash
31639 myMarginpar
31640 \backslash
31641 marginpar
31642 \end_layout
31643
31644 \begin_layout Plain Layout
31645
31646
31647 \backslash
31648 renewcommand{
31649 \backslash
31650 marginpar}[1]{
31651 \backslash
31652 myMarginpar{%
31653 \end_layout
31654
31655 \begin_layout Plain Layout
31656
31657    
31658 \backslash
31659 textsf{
31660 \backslash
31661 textbf{
31662 \backslash
31663 underbar{注意!}}}%
31664 \end_layout
31665
31666 \begin_layout Plain Layout
31667
31668    
31669 \backslash
31670 vspace{1.5mm}
31671 \backslash
31672
31673 \backslash
31674 #1}}
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset Marginal
31681 status open
31682
31683 \begin_layout Plain Layout
31684 これは,定義したヘッダをつけた傍註です.
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \begin_inset ERT
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694
31695 [-1.5cm]
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \begin_inset ERT
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705
31706
31707 \backslash
31708 renewcommand{
31709 \backslash
31710 marginpar}[1]{
31711 \backslash
31712 myMarginpar{#1}}
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \begin_inset Note Note
31719 status open
31720
31721 \begin_layout Plain Layout
31722 傍註書式は,この例の分だけ変更してあります.
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 else
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \begin_inset Note Note
31745 status open
31746
31747 \begin_layout Plain Layout
31748 以下の部分は,\SpecialChar LaTeX
31749 パッケージ
31750 \series bold
31751 marginnote
31752 \series default
31753 が導入されていないときのみ表示されます.
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \begin_layout Standard
31762 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31763 パッケージ
31764 \series bold
31765 marginnote
31766 \series default
31767 を導入する必要があります.
31768 \end_layout
31769
31770 \begin_layout Standard
31771 \begin_inset ERT
31772 status collapsed
31773
31774 \begin_layout Plain Layout
31775
31776
31777 \backslash
31778 fi
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \begin_layout Chapter
31787 ボックス
31788 \end_layout
31789
31790 \begin_layout Section
31791 はじめに
31792 \begin_inset Index idx
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796 ぼっくす@ボックス ! はじめに
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \end_layout
31803
31804 \begin_layout Standard
31805 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31806 \begin_inset CommandInset ref
31807 LatexCommand ref
31808 reference "sec:ミニページ"
31809
31810 \end_inset
31811
31812 節参照),文章を囲ったり(第
31813 \begin_inset CommandInset ref
31814 LatexCommand ref
31815 reference "sec:装飾"
31816
31817 \end_inset
31818
31819 節参照),単語がハイフネートされるのを予防したり(第
31820 \begin_inset CommandInset ref
31821 LatexCommand ref
31822 reference "sec:ハイフネーションの回避"
31823
31824 \end_inset
31825
31826 節参照),文章を揃えたり(第
31827 \begin_inset CommandInset ref
31828 LatexCommand ref
31829 reference "subsec:垂直揃え"
31830
31831 \end_inset
31832
31833 節参照),あるいは文章の背景色を設定したり(第
31834 \begin_inset CommandInset ref
31835 LatexCommand ref
31836 reference "sec:色付きボックス"
31837
31838 \end_inset
31839
31840 節参照)するのに使用します.
31841 \end_layout
31842
31843 \begin_layout Standard
31844 ボックスは,
31845 \family sans
31846 挿入\SpecialChar menuseparator
31847 ボックス
31848 \family default
31849 メニューかツールバーボタン
31850 \family sans
31851
31852 \begin_inset Info
31853 type  "icon"
31854 arg   "box-insert Frameless"
31855 \end_inset
31856
31857
31858 \family default
31859 を使って挿入することができます.すると,
31860 \begin_inset Graphics
31861         filename clipart/BoxInsetDefault.png
31862         scale 95
31863         scaleBeforeRotation
31864
31865 \end_inset
31866
31867 のように
31868 \family sans
31869 ボックス(minipage環境)
31870 \family default
31871 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31872 \family sans
31873 設定
31874 \family default
31875 メニューを選択すると現れるボックスダイアログでは,
31876 \family sans
31877 parboxコマンド
31878 \family default
31879
31880 \family sans
31881 minipage環境
31882 \family default
31883 の二つの
31884 \family sans
31885 内部ボックス
31886 \family default
31887 型を選択することができます.
31888 \family sans
31889 minipage
31890 \family default
31891 型は,新規ボックスの既定値となっており,第
31892 \begin_inset CommandInset ref
31893 LatexCommand ref
31894 reference "sec:ミニページ"
31895
31896 \end_inset
31897
31898 節で説明します.
31899 \family sans
31900 parbox
31901 \family default
31902 型については第
31903 \begin_inset CommandInset ref
31904 LatexCommand ref
31905 reference "sec:Parboxes"
31906
31907 \end_inset
31908
31909 節,
31910 \family sans
31911 makebox
31912 \family default
31913 型については第
31914 \begin_inset CommandInset ref
31915 LatexCommand ref
31916 reference "sec:ハイフネーションの回避"
31917
31918 \end_inset
31919
31920 節で述べます.
31921 \end_layout
31922
31923 \begin_layout Standard
31924 ボックスは付番されないので,フロートや脚註のように参照することはできません.
31925 \end_layout
31926
31927 \begin_layout Standard
31928 \begin_inset Note Greyedout
31929 status open
31930
31931 \begin_layout Plain Layout
31932
31933 \series bold
31934 【註】
31935 \series default
31936 ボックスは,
31937 \family sans
31938 箇条書き(記号)
31939 \family default
31940 環境や
31941 \family sans
31942 箇条書き(記述)
31943 \family default
31944 環境の単独要素とすべきではありません.
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \begin_layout Standard
31953 \begin_inset Note Greyedout
31954 status open
31955
31956 \begin_layout Plain Layout
31957
31958 \series bold
31959 【註】
31960 \series default
31961 理由は不明ですが,枠付きボックスを使用している場合には,
31962 \family sans
31963 内部ボックス
31964 \family default
31965 型は
31966 \family sans
31967 なし
31968 \family default
31969 にしか設定することができません.
31970 \family sans
31971 内部ボックス
31972 \family default
31973 型や枠のないボックスについては,第
31974 \begin_inset CommandInset ref
31975 LatexCommand ref
31976 reference "sec:ハイフネーションの回避"
31977
31978 \end_inset
31979
31980 節で説明します.
31981 \end_layout
31982
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \begin_layout Section
31989 ボックスダイアログ
31990 \begin_inset CommandInset label
31991 LatexCommand label
31992 name "sec:ボックスダイアログ"
31993
31994 \end_inset
31995
31996
31997 \begin_inset Index idx
31998 status collapsed
31999
32000 \begin_layout Plain Layout
32001 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
32002 \end_layout
32003
32004 \end_inset
32005
32006
32007 \end_layout
32008
32009 \begin_layout Subsection
32010 寸法
32011 \begin_inset Index idx
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015 ぼっくす@ボックス ! すんぽう@寸法
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \end_layout
32022
32023 \begin_layout Standard
32024 ボックスダイアログでは,
32025 \family sans
32026
32027 \family default
32028
32029 \family sans
32030 高さ
32031 \family default
32032 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
32033 \begin_inset CommandInset ref
32034 LatexCommand ref
32035 reference "tab:単位"
32036
32037 \end_inset
32038
32039 に説明されています.
32040 \family sans
32041 高さ
32042 \family default
32043 フィールドには,加えて以下の寸法を使用することができます.
32044 \end_layout
32045
32046 \begin_layout Description
32047 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
32048 \begin_inset Newline newline
32049 \end_inset
32050
32051
32052 \begin_inset Newline newline
32053 \end_inset
32054
32055
32056 \begin_inset Newline newline
32057 \end_inset
32058
32059
32060 \begin_inset Box Boxed
32061 position "c"
32062 hor_pos "c"
32063 has_inner_box 1
32064 inner_pos "c"
32065 use_parbox 0
32066 use_makebox 0
32067 width "12col%"
32068 special "none"
32069 height "1in"
32070 height_special "depth"
32071 thickness "0.4pt"
32072 separation "3pt"
32073 shadowsize "4pt"
32074 framecolor "black"
32075 backgroundcolor "none"
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079 \align center
32080 高さを1階層に設定したボックス
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \begin_inset Newline newline
32087 \end_inset
32088
32089
32090 \begin_inset Newline newline
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Description
32097 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32098 \begin_inset Box Boxed
32099 position "c"
32100 hor_pos "c"
32101 has_inner_box 1
32102 inner_pos "c"
32103 use_parbox 0
32104 use_makebox 0
32105 width "20col%"
32106 special "none"
32107 height "2in"
32108 height_special "height"
32109 thickness "0.4pt"
32110 separation "3pt"
32111 shadowsize "4pt"
32112 framecolor "black"
32113 backgroundcolor "none"
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117 \align center
32118 高さを2高さに設定したボックス
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \begin_layout Description
32127 全高 これは「高さ」+「階層」です.
32128 \begin_inset Box Boxed
32129 position "c"
32130 hor_pos "c"
32131 has_inner_box 1
32132 inner_pos "c"
32133 use_parbox 0
32134 use_makebox 0
32135 width "20col%"
32136 special "none"
32137 height "1in"
32138 height_special "totalheight"
32139 thickness "0.4pt"
32140 separation "3pt"
32141 shadowsize "4pt"
32142 framecolor "black"
32143 backgroundcolor "none"
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147 \align center
32148 高さを1全高に設定したボックス
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Description
32157 幅 これはボックスの幅を高さに設定します.
32158 \begin_inset Box Boxed
32159 position "c"
32160 hor_pos "c"
32161 has_inner_box 1
32162 inner_pos "c"
32163 use_parbox 0
32164 use_makebox 0
32165 width "12col%"
32166 special "none"
32167 height "1in"
32168 height_special "width"
32169 thickness "0.4pt"
32170 separation "3pt"
32171 shadowsize "4pt"
32172 framecolor "black"
32173 backgroundcolor "none"
32174 status collapsed
32175
32176 \begin_layout Plain Layout
32177 \align center
32178 高さを1幅に設定したボックス
32179 \end_layout
32180
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \begin_layout Subsection
32187 文字揃え
32188 \begin_inset Index idx
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192 ぼっくす@ボックス ! もじそろえ@文字揃え
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \begin_layout Standard
32201
32202 \family sans
32203 内部ボックス
32204 \family default
32205 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32206 \end_layout
32207
32208 \begin_layout Description
32209 上 これは例示のための本文行です.
32210 \begin_inset Box Boxed
32211 position "t"
32212 hor_pos "c"
32213 has_inner_box 1
32214 inner_pos "c"
32215 use_parbox 0
32216 use_makebox 0
32217 width "12col%"
32218 special "none"
32219 height "1in"
32220 height_special "totalheight"
32221 thickness "0.4pt"
32222 separation "3pt"
32223 shadowsize "4pt"
32224 framecolor "black"
32225 backgroundcolor "none"
32226 status collapsed
32227
32228 \begin_layout Plain Layout
32229 \align center
32230 このボックスは上揃えです.
32231 \end_layout
32232
32233 \end_inset
32234
32235 これは例示のための本文行です.
32236 \end_layout
32237
32238 \begin_layout Description
32239 中央 これは例示のための本文行です.
32240 \begin_inset Box Boxed
32241 position "c"
32242 hor_pos "c"
32243 has_inner_box 1
32244 inner_pos "c"
32245 use_parbox 0
32246 use_makebox 0
32247 width "12col%"
32248 special "none"
32249 height "1in"
32250 height_special "totalheight"
32251 thickness "0.4pt"
32252 separation "3pt"
32253 shadowsize "4pt"
32254 framecolor "black"
32255 backgroundcolor "none"
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 \align center
32260 このボックスは中央揃えです.
32261 \end_layout
32262
32263 \end_inset
32264
32265 これは例示のための本文行です.
32266 \end_layout
32267
32268 \begin_layout Description
32269 下 これは例示のための本文行です.
32270 \begin_inset Box Boxed
32271 position "b"
32272 hor_pos "c"
32273 has_inner_box 1
32274 inner_pos "c"
32275 use_parbox 0
32276 use_makebox 0
32277 width "12col%"
32278 special "none"
32279 height "1in"
32280 height_special "totalheight"
32281 thickness "0.4pt"
32282 separation "3pt"
32283 shadowsize "4pt"
32284 framecolor "black"
32285 backgroundcolor "none"
32286 status collapsed
32287
32288 \begin_layout Plain Layout
32289 \align center
32290 このボックスは下揃えです.
32291 \end_layout
32292
32293 \end_inset
32294
32295 これは例示のための本文行です.
32296 \end_layout
32297
32298 \begin_layout Standard
32299 \begin_inset Note Greyedout
32300 status open
32301
32302 \begin_layout Plain Layout
32303
32304 \series bold
32305 【註】
32306 \series default
32307 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Standard
32316 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32317 の段落ダイアログから設定できます.
32318 \end_layout
32319
32320 \begin_layout Standard
32321 \begin_inset VSpace bigskip
32322 \end_inset
32323
32324
32325 \family sans
32326 内部ボックス
32327 \family default
32328 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32329 \end_layout
32330
32331 \begin_layout Description
32332 上 これは例示のための本文行です.
32333 \begin_inset Box Boxed
32334 position "c"
32335 hor_pos "c"
32336 has_inner_box 1
32337 inner_pos "t"
32338 use_parbox 0
32339 use_makebox 0
32340 width "12col%"
32341 special "none"
32342 height "1.5in"
32343 height_special "totalheight"
32344 thickness "0.4pt"
32345 separation "3pt"
32346 shadowsize "4pt"
32347 framecolor "black"
32348 backgroundcolor "none"
32349 status collapsed
32350
32351 \begin_layout Plain Layout
32352 \align center
32353 このボックスの文章は上揃えです.
32354 \end_layout
32355
32356 \end_inset
32357
32358 これは例示のための本文行です.
32359 \end_layout
32360
32361 \begin_layout Description
32362 中央 これは例示のための本文行です.
32363 \begin_inset Box Boxed
32364 position "c"
32365 hor_pos "c"
32366 has_inner_box 1
32367 inner_pos "c"
32368 use_parbox 0
32369 use_makebox 0
32370 width "12col%"
32371 special "none"
32372 height "1.5in"
32373 height_special "totalheight"
32374 thickness "0.4pt"
32375 separation "3pt"
32376 shadowsize "4pt"
32377 framecolor "black"
32378 backgroundcolor "none"
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382 \align center
32383 このボックスの文章は中央揃えです.
32384 \end_layout
32385
32386 \end_inset
32387
32388 これは例示のための本文行です.
32389 \end_layout
32390
32391 \begin_layout Description
32392 下 これは例示のための本文行です.
32393 \begin_inset Box Boxed
32394 position "c"
32395 hor_pos "c"
32396 has_inner_box 1
32397 inner_pos "b"
32398 use_parbox 0
32399 use_makebox 0
32400 width "12col%"
32401 special "none"
32402 height "1.5in"
32403 height_special "totalheight"
32404 thickness "0.4pt"
32405 separation "3pt"
32406 shadowsize "4pt"
32407 framecolor "black"
32408 backgroundcolor "none"
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412 \align center
32413 このボックスの文章は下揃えです.
32414 \end_layout
32415
32416 \end_inset
32417
32418 これは例示のための本文行です.
32419 \end_layout
32420
32421 \begin_layout Description
32422 広げる これは例示のための本文行です.
32423 \begin_inset Box Boxed
32424 position "c"
32425 hor_pos "c"
32426 has_inner_box 1
32427 inner_pos "s"
32428 use_parbox 0
32429 use_makebox 0
32430 width "17col%"
32431 special "none"
32432 height "1.5in"
32433 height_special "totalheight"
32434 thickness "0.4pt"
32435 separation "3pt"
32436 shadowsize "4pt"
32437 framecolor "black"
32438 backgroundcolor "none"
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442 \align center
32443 このボックスの
32444 \end_layout
32445
32446 \begin_layout Plain Layout
32447 \align center
32448 文章は広げて
32449 \end_layout
32450
32451 \begin_layout Plain Layout
32452 \align center
32453 あります.
32454 \end_layout
32455
32456 \end_inset
32457
32458 これは例示のための本文行です.
32459 \end_layout
32460
32461 \begin_layout Standard
32462 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32463 \end_layout
32464
32465 \begin_layout Standard
32466 \begin_inset VSpace bigskip
32467 \end_inset
32468
32469
32470 \family sans
32471 内部ボックス
32472 \family default
32473 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32474 の段落ダイアログを用います.
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \align center
32479 \begin_inset Box Boxed
32480 position "c"
32481 hor_pos "c"
32482 has_inner_box 1
32483 inner_pos "s"
32484 use_parbox 0
32485 use_makebox 0
32486 width "25col%"
32487 special "none"
32488 height "1.25in"
32489 height_special "totalheight"
32490 thickness "0.4pt"
32491 separation "3pt"
32492 shadowsize "4pt"
32493 framecolor "black"
32494 backgroundcolor "none"
32495 status collapsed
32496
32497 \begin_layout Plain Layout
32498 \align left
32499 このボックスの
32500 \end_layout
32501
32502 \begin_layout Plain Layout
32503 \align center
32504 文章は広げて
32505 \end_layout
32506
32507 \begin_layout Plain Layout
32508 \align right
32509 あります.
32510 \end_layout
32511
32512 \end_inset
32513
32514
32515 \end_layout
32516
32517 \begin_layout Standard
32518
32519 \family sans
32520 内部ボックス
32521 \family default
32522 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32523 \end_layout
32524
32525 \begin_layout Standard
32526 \align center
32527 \begin_inset Box Boxed
32528 position "c"
32529 hor_pos "s"
32530 has_inner_box 0
32531 inner_pos "s"
32532 use_parbox 0
32533 use_makebox 0
32534 width "90col%"
32535 special "none"
32536 height "1.25in"
32537 height_special "totalheight"
32538 thickness "0.4pt"
32539 separation "3pt"
32540 shadowsize "4pt"
32541 framecolor "black"
32542 backgroundcolor "none"
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546 このボックスの文章は水平方向に広げてあります.
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Subsection
32555 装飾
32556 \begin_inset CommandInset label
32557 LatexCommand label
32558 name "sec:装飾"
32559
32560 \end_inset
32561
32562
32563 \begin_inset Index idx
32564 status collapsed
32565
32566 \begin_layout Plain Layout
32567 ぼっくす@ボックス ! そうしょく@装飾
32568 \end_layout
32569
32570 \end_inset
32571
32572
32573 \end_layout
32574
32575 \begin_layout Standard
32576 ボックス型は,ボックスダイアログ中の
32577 \family sans
32578 装飾
32579 \family default
32580 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32581 \end_layout
32582
32583 \begin_layout Description
32584 枠なし 枠を描きません.
32585 \end_layout
32586
32587 \begin_layout Description
32588 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32589 \begin_inset Box Boxed
32590 position "c"
32591 hor_pos "c"
32592 has_inner_box 1
32593 inner_pos "c"
32594 use_parbox 0
32595 use_makebox 0
32596 width "20col%"
32597 special "none"
32598 height "1in"
32599 height_special "totalheight"
32600 thickness "0.4pt"
32601 separation "3pt"
32602 shadowsize "4pt"
32603 framecolor "black"
32604 backgroundcolor "none"
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608 \align center
32609 長方形の箱型
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Description
32618 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32619 \begin_inset space \thinspace{}
32620 \end_inset
32621
32622 ptです. 
32623 \begin_inset Box ovalbox
32624 position "c"
32625 hor_pos "c"
32626 has_inner_box 1
32627 inner_pos "c"
32628 use_parbox 0
32629 use_makebox 0
32630 width "20col%"
32631 special "none"
32632 height "1in"
32633 height_special "totalheight"
32634 thickness "0.4pt"
32635 separation "3pt"
32636 shadowsize "4pt"
32637 framecolor "black"
32638 backgroundcolor "none"
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642 \align center
32643 楕円形の箱型(細線)
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Description
32652 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32653 \begin_inset space \thinspace{}
32654 \end_inset
32655
32656 ptです. 
32657 \begin_inset Box Ovalbox
32658 position "c"
32659 hor_pos "c"
32660 has_inner_box 1
32661 inner_pos "c"
32662 use_parbox 0
32663 use_makebox 0
32664 width "20col%"
32665 special "none"
32666 height "1in"
32667 height_special "totalheight"
32668 thickness "0.4pt"
32669 separation "3pt"
32670 shadowsize "4pt"
32671 framecolor "black"
32672 backgroundcolor "none"
32673 status collapsed
32674
32675 \begin_layout Plain Layout
32676 \align center
32677 楕円形の箱型(太線)
32678 \end_layout
32679
32680 \end_inset
32681
32682
32683 \end_layout
32684
32685 \begin_layout Description
32686 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32687 \begin_inset Box Shadowbox
32688 position "c"
32689 hor_pos "c"
32690 has_inner_box 1
32691 inner_pos "c"
32692 use_parbox 0
32693 use_makebox 0
32694 width "20col%"
32695 special "none"
32696 height "1in"
32697 height_special "totalheight"
32698 thickness "0.4pt"
32699 separation "3pt"
32700 shadowsize "4pt"
32701 framecolor "black"
32702 backgroundcolor "none"
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706 \align center
32707 影付きの箱型
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \end_layout
32714
32715 \begin_layout Description
32716 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32717 \begin_inset Foot
32718 status collapsed
32719
32720 \begin_layout Plain Layout
32721
32722 \begin_inset CommandInset ref
32723 LatexCommand ref
32724 reference "sec:色付きボックス"
32725
32726 \end_inset
32727
32728 節を参照のこと.
32729 \end_layout
32730
32731 \end_inset
32732
32733 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32734 \begin_inset Box Shaded
32735 position "t"
32736 hor_pos "c"
32737 has_inner_box 0
32738 inner_pos "t"
32739 use_parbox 0
32740 use_makebox 0
32741 width "50col%"
32742 special "none"
32743 height "1in"
32744 height_special "totalheight"
32745 thickness "0.4pt"
32746 separation "3pt"
32747 shadowsize "4pt"
32748 framecolor "black"
32749 backgroundcolor "none"
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753 影付き背景の箱型
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Description
32762 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32763 は,線幅の1.5倍+0.5
32764 \begin_inset space \thinspace{}
32765 \end_inset
32766
32767 ptです.
32768 \begin_inset Box Doublebox
32769 position "c"
32770 hor_pos "c"
32771 has_inner_box 1
32772 inner_pos "c"
32773 use_parbox 0
32774 use_makebox 0
32775 width "20col%"
32776 special "none"
32777 height "1in"
32778 height_special "totalheight"
32779 thickness "0.4pt"
32780 separation "3pt"
32781 shadowsize "4pt"
32782 framecolor "black"
32783 backgroundcolor "none"
32784 status collapsed
32785
32786 \begin_layout Plain Layout
32787 \align center
32788 二重の長方形の箱型
32789 \end_layout
32790
32791 \end_inset
32792
32793
32794 \end_layout
32795
32796 \begin_layout Standard
32797 \begin_inset VSpace bigskip
32798 \end_inset
32799
32800 \SpecialChar LyX
32801 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32802 パッケージ
32803 \series bold
32804 fancybox
32805 \series default
32806
32807 \begin_inset Index idx
32808 status collapsed
32809
32810 \begin_layout Plain Layout
32811 \SpecialChar LaTeX
32812 ぱっけーじ@\SpecialChar LaTeX
32813 パッケージ ! fancybox
32814 \end_layout
32815
32816 \end_inset
32817
32818 が導入済みでなくてはなりません.
32819 \end_layout
32820
32821 \begin_layout Standard
32822 \begin_inset VSpace bigskip
32823 \end_inset
32824
32825
32826 \family sans
32827 簡素な長方形の枠
32828 \family default
32829 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32830 ボックスは独立の段落として設定されることに注意してください.
32831 \begin_inset Box Framed
32832 position "t"
32833 hor_pos "c"
32834 has_inner_box 0
32835 inner_pos "t"
32836 use_parbox 0
32837 use_makebox 0
32838 width "100col%"
32839 special "none"
32840 height "1in"
32841 height_special "totalheight"
32842 thickness "0.4pt"
32843 separation "3pt"
32844 shadowsize "4pt"
32845 framecolor "black"
32846 backgroundcolor "none"
32847 status collapsed
32848
32849 \begin_layout Plain Layout
32850 改行可能な箱型
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Section
32859 ボックスの詳細な設定
32860 \begin_inset Index idx
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32865 \end_layout
32866
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 楕円形ボックスの丸い角の直径は,コマンド
32874 \series bold
32875
32876 \backslash
32877 cornersize
32878 \series default
32879 で設定することができます.
32880 \end_layout
32881
32882 \begin_layout Standard
32883
32884 \series bold
32885
32886 \backslash
32887 cornersize*{1cm}
32888 \end_layout
32889
32890 \begin_layout Standard
32891 というコマンドは,直径を1
32892 \begin_inset space \thinspace{}
32893 \end_inset
32894
32895 cmに設定します.
32896 \end_layout
32897
32898 \begin_layout Standard
32899
32900 \series bold
32901
32902 \backslash
32903 cornersize{数値}
32904 \end_layout
32905
32906 \begin_layout Standard
32907 というコマンドは,直径を
32908 \family sans
32909 数値
32910 \begin_inset space \thinspace{}
32911 \end_inset
32912
32913
32914 \family default
32915
32916 \begin_inset Formula $\times$
32917 \end_inset
32918
32919
32920 \family sans
32921
32922 \begin_inset space \thinspace{}
32923 \end_inset
32924
32925 (ボックスの幅と高さの小さい方)
32926 \family default
32927 に設定します.既定値は
32928 \series bold
32929
32930 \backslash
32931 cornersize{0.5}
32932 \series default
32933 です.
32934 \end_layout
32935
32936 \begin_layout Standard
32937 \begin_inset ERT
32938 status collapsed
32939
32940 \begin_layout Plain Layout
32941
32942
32943 \backslash
32944 cornersize*{1.5cm}
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \begin_inset Box Ovalbox
32951 position "c"
32952 hor_pos "c"
32953 has_inner_box 1
32954 inner_pos "c"
32955 use_parbox 0
32956 use_makebox 0
32957 width "25col%"
32958 special "none"
32959 height "1in"
32960 height_special "totalheight"
32961 thickness "0.4pt"
32962 separation "3pt"
32963 shadowsize "4pt"
32964 framecolor "black"
32965 backgroundcolor "none"
32966 status open
32967
32968 \begin_layout Plain Layout
32969 \align center
32970
32971 \series bold
32972
32973 \backslash
32974 cornersize
32975 \series default
32976
32977 \begin_inset space \thinspace{}
32978 \end_inset
32979
32980 =
32981 \begin_inset space \thinspace{}
32982 \end_inset
32983
32984 1.5
32985 \begin_inset space \thinspace{}
32986 \end_inset
32987
32988 cmの楕円形の箱型
32989 \end_layout
32990
32991 \end_inset
32992
32993
32994 \begin_inset ERT
32995 status collapsed
32996
32997 \begin_layout Plain Layout
32998
32999
33000 \backslash
33001 cornersize{0.5}
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 \begin_inset VSpace bigskip
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017
33018 \family sans
33019 影付き背景
33020 \family default
33021 ボックスの赤色の既定背景色は,
33022 \series bold
33023
33024 \backslash
33025 definecolor{shadebox}
33026 \series default
33027 コマンドで局所的に変更することもできますし,
33028 \family sans
33029 ツール\SpecialChar menuseparator
33030 設定\SpecialChar menuseparator
33031 色\SpecialChar menuseparator
33032 影付きボックス
33033 \family default
33034 メニューからグローバルに変更することもできます.
33035 \series bold
33036
33037 \backslash
33038 definecolor
33039 \series default
33040 コマンドの用法は第
33041 \begin_inset CommandInset ref
33042 LatexCommand ref
33043 reference "sec:色付きの表"
33044
33045 \end_inset
33046
33047
33048 \begin_inset Foot
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052 N
33053 \series bold
33054
33055 \backslash
33056 definecolor
33057 \series default
33058 は,\SpecialChar LaTeX
33059 パッケージの
33060 \series bold
33061 color
33062 \series default
33063 をプリアンブルに読み込む必要があります.第
33064 \begin_inset CommandInset ref
33065 LatexCommand ref
33066 reference "sec:色付きボックス"
33067
33068 \end_inset
33069
33070 節をご参照ください..
33071 \end_layout
33072
33073 \end_inset
33074
33075 で説明されています.
33076 \end_layout
33077
33078 \begin_layout Standard
33079 たとえば,下記の影付き背景ボックスの外見は
33080 \end_layout
33081
33082 \begin_layout Standard
33083
33084 \series bold
33085
33086 \backslash
33087 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33088 \end_layout
33089
33090 \begin_layout Standard
33091 という\SpecialChar TeX
33092 コードコマンドを使って設定してあります.
33093 \end_layout
33094
33095 \begin_layout Standard
33096 \begin_inset ERT
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100
33101
33102 \backslash
33103 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \begin_inset Box Shaded
33110 position "t"
33111 hor_pos "c"
33112 has_inner_box 0
33113 inner_pos "t"
33114 use_parbox 0
33115 use_makebox 0
33116 width "100col%"
33117 special "none"
33118 height "1in"
33119 height_special "totalheight"
33120 thickness "0.4pt"
33121 separation "3pt"
33122 shadowsize "4pt"
33123 framecolor "black"
33124 backgroundcolor "none"
33125 status open
33126
33127 \begin_layout Plain Layout
33128
33129 \color yellow
33130 これは,濃緑色の背景の
33131 \family sans
33132 影付き背景
33133 \family default
33134 ボックスに入れた黄色の文章です.
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \begin_inset ERT
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144
33145
33146 \backslash
33147 definecolor{shadecolor}{rgb}{1,0,0}
33148 \end_layout
33149
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \begin_layout Standard
33156 \begin_inset VSpace bigskip
33157 \end_inset
33158
33159 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33160 \end_layout
33161
33162 \begin_layout Section
33163 ミニページ
33164 \begin_inset CommandInset label
33165 LatexCommand label
33166 name "sec:ミニページ"
33167
33168 \end_inset
33169
33170
33171 \begin_inset Index idx
33172 status collapsed
33173
33174 \begin_layout Plain Layout
33175 ぼっくす@ボックス ! みにぺーじ@ミニページ
33176 \end_layout
33177
33178 \end_inset
33179
33180
33181 \end_layout
33182
33183 \begin_layout Standard
33184 ミニページは,\SpecialChar LaTeX
33185 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33186 \end_layout
33187
33188 \begin_layout Standard
33189 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33190 \end_layout
33191
33192 \begin_layout Standard
33193 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33194 \family sans
33195 挿入
33196 \family default
33197 \SpecialChar menuseparator
33198
33199 \family sans
33200 整形
33201 \family default
33202 \SpecialChar menuseparator
33203
33204 \family sans
33205 水平方向の空白
33206 \family default
33207 メニューで挿入した水平フィルで隔てられています.
33208 \begin_inset Newpage newpage
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \begin_layout Standard
33215 \begin_inset Box Frameless
33216 position "t"
33217 hor_pos "c"
33218 has_inner_box 1
33219 inner_pos "c"
33220 use_parbox 0
33221 use_makebox 0
33222 width "45col%"
33223 special "none"
33224 height "1in"
33225 height_special "totalheight"
33226 thickness "0.4pt"
33227 separation "3pt"
33228 shadowsize "4pt"
33229 framecolor "black"
33230 backgroundcolor "none"
33231 status open
33232
33233 \begin_layout Plain Layout
33234 Dies ist ein deutscher Text.
33235  Dies ist ein deutscher Text.
33236  Dies ist ein deutscher Text.
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 \begin_inset Foot
33248 status collapsed
33249
33250 \begin_layout Plain Layout
33251 Dies ist eine deutsche Fußnote.
33252 \end_layout
33253
33254 \end_inset
33255
33256 .
33257  Dies ist ein deutscher Text.
33258  Dies ist ein deutscher Text.
33259 \end_layout
33260
33261 \end_inset
33262
33263
33264 \begin_inset space \hfill{}
33265 \end_inset
33266
33267
33268 \begin_inset Box Frameless
33269 position "t"
33270 hor_pos "c"
33271 has_inner_box 1
33272 inner_pos "c"
33273 use_parbox 0
33274 use_makebox 0
33275 width "45col%"
33276 special "none"
33277 height "1in"
33278 height_special "totalheight"
33279 thickness "0.4pt"
33280 separation "3pt"
33281 shadowsize "4pt"
33282 framecolor "black"
33283 backgroundcolor "none"
33284 status open
33285
33286 \begin_layout Plain Layout
33287 This is an English Text.
33288  This is an English Text.
33289  This is an English Text.
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 \begin_inset Foot
33304 status collapsed
33305
33306 \begin_layout Plain Layout
33307 This is an English footnote.
33308 \end_layout
33309
33310 \end_inset
33311
33312  This is an English Text.
33313 \end_layout
33314
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \begin_layout Standard
33321 \begin_inset VSpace bigskip
33322 \end_inset
33323
33324 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33325 \family sans
33326 中スキップ
33327 \family default
33328 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33329 \end_layout
33330
33331 \begin_layout Standard
33332 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33333 \begin_inset CommandInset ref
33334 LatexCommand ref
33335 reference "sec:色付きボックス"
33336
33337 \end_inset
33338
33339 節をご参照ください.
33340 \end_layout
33341
33342 \begin_layout Standard
33343 \begin_inset Note Greyedout
33344 status open
33345
33346 \begin_layout Plain Layout
33347
33348 \series bold
33349 【註】
33350 \series default
33351 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \begin_layout Standard
33360 \begin_inset VSpace bigskip
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Standard
33367 \SpecialChar LyX
33368 は,
33369 \emph on
33370 可変幅ミニページ
33371 \emph default
33372 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33373 \family typewriter
33374 examples/varwidth-floats-side-by-side.lyx
33375 \family default
33376 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33377 \family typewriter
33378 Varwidth
33379 \family default
33380  \SpecialChar LaTeX
33381 パッケージが必要です.
33382 \end_layout
33383
33384 \begin_layout Section
33385 段落ボックス(parbox)
33386 \begin_inset CommandInset label
33387 LatexCommand label
33388 name "sec:Parboxes"
33389
33390 \end_inset
33391
33392
33393 \begin_inset Index idx
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397 ほっくす@ボックス ! たんらく@段落—(parbox)
33398 \end_layout
33399
33400 \end_inset
33401
33402
33403 \end_layout
33404
33405 \begin_layout Standard
33406 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33407 \end_layout
33408
33409 \begin_layout Standard
33410 \align center
33411 \begin_inset Box Frameless
33412 position "t"
33413 hor_pos "c"
33414 has_inner_box 1
33415 inner_pos "t"
33416 use_parbox 1
33417 use_makebox 0
33418 width "33col%"
33419 special "none"
33420 height "1in"
33421 height_special "totalheight"
33422 thickness "0.4pt"
33423 separation "3pt"
33424 shadowsize "4pt"
33425 framecolor "black"
33426 backgroundcolor "none"
33427 status open
33428
33429 \begin_layout Plain Layout
33430 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33431 \end_layout
33432
33433 \begin_layout Plain Layout
33434 右の脚註は表示されません.
33435 \begin_inset Foot
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439 これはparbox内の脚註であり,したがって表示はされません.
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Section
33453 単語や文字のボックス
33454 \begin_inset Index idx
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458 ぼっくす@ボックス ! もじよう@文字用
33459 \end_layout
33460
33461 \end_inset
33462
33463
33464 \end_layout
33465
33466 \begin_layout Subsection
33467 ハイフネーションの回避
33468 \begin_inset CommandInset label
33469 LatexCommand label
33470 name "sec:ハイフネーションの回避"
33471
33472 \end_inset
33473
33474
33475 \begin_inset Index idx
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \begin_layout Standard
33488 単語や文章がハイフネートされるのを防ぐには,
33489 \family sans
33490 makebox
33491 \family default
33492 型ボックスを使うことができます.
33493 \begin_inset Newline newline
33494 \end_inset
33495
33496 以下が例示用の文章です.
33497 \end_layout
33498
33499 \begin_layout Standard
33500 This line is an example to show how you can prevent the hyphenation of 
33501 \begin_inset Quotes eld
33502 \end_inset
33503
33504 veryverylongword
33505 \begin_inset Quotes erd
33506 \end_inset
33507
33508 .
33509 \end_layout
33510
33511 \begin_layout Standard
33512 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33513 \family sans
33514 内部ボックス
33515 \family default
33516
33517 \family sans
33518 makebox
33519 \family default
33520 コマンドに設定し,幅は指定しません.
33521 \end_layout
33522
33523 \begin_layout Standard
33524 以下がその結果です.
33525 \end_layout
33526
33527 \begin_layout Standard
33528 This line is an example to show how you can prevent the hyphenation of 
33529 \begin_inset Box Frameless
33530 position "t"
33531 hor_pos "c"
33532 has_inner_box 1
33533 inner_pos "t"
33534 use_parbox 0
33535 use_makebox 1
33536 width ""
33537 special "none"
33538 height "1in"
33539 height_special "totalheight"
33540 thickness "0.4pt"
33541 separation "3pt"
33542 shadowsize "4pt"
33543 framecolor "black"
33544 backgroundcolor "none"
33545 status open
33546
33547 \begin_layout Plain Layout
33548 \begin_inset Quotes eld
33549 \end_inset
33550
33551 veryverylongword
33552 \begin_inset Quotes erd
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \end_inset
33559
33560 .
33561 \end_layout
33562
33563 \begin_layout Standard
33564 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33565 コードで「
33566 \series bold
33567
33568 \backslash
33569 -
33570 \series default
33571 」コマンドを設定する方法もあります.
33572 \end_layout
33573
33574 \begin_layout Standard
33575 This line is an example to show how you can prevent the hyphenation of 
33576 \begin_inset Quotes eld
33577 \end_inset
33578
33579
33580 \begin_inset ERT
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584
33585
33586 \backslash
33587 -
33588 \end_layout
33589
33590 \end_inset
33591
33592 veryverylongword
33593 \begin_inset Quotes erd
33594 \end_inset
33595
33596 .
33597 \end_layout
33598
33599 \begin_layout Standard
33600 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33601 \family sans
33602 挿入
33603 \family default
33604 \SpecialChar menuseparator
33605
33606 \family sans
33607 整形
33608 \family default
33609 \SpecialChar menuseparator
33610
33611 \family sans
33612 整形なし改行
33613 \family default
33614 メニュー(
33615 \begin_inset Flex Ruby
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619 捷径
33620 \begin_inset Argument post:1
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 ショートカット
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \end_inset
33633
33634
33635 \begin_inset Info
33636 type  "shortcut"
33637 arg   "newline-insert newline"
33638 \end_inset
33639
33640 )から改行を単語の前に入れてください.
33641 \end_layout
33642
33643 \begin_layout Standard
33644 This line is an example to show how you can prevent the hyphenation of 
33645 \begin_inset Newline newline
33646 \end_inset
33647
33648
33649 \begin_inset Box Frameless
33650 position "t"
33651 hor_pos "c"
33652 has_inner_box 1
33653 inner_pos "t"
33654 use_parbox 0
33655 use_makebox 1
33656 width ""
33657 special "none"
33658 height "1in"
33659 height_special "totalheight"
33660 thickness "0.4pt"
33661 separation "3pt"
33662 shadowsize "4pt"
33663 framecolor "black"
33664 backgroundcolor "none"
33665 status open
33666
33667 \begin_layout Plain Layout
33668 \begin_inset Quotes eld
33669 \end_inset
33670
33671 veryverylongword
33672 \begin_inset Quotes erd
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \end_inset
33679
33680 .
33681 \end_layout
33682
33683 \begin_layout Subsection
33684 垂直揃え
33685 \begin_inset CommandInset label
33686 LatexCommand label
33687 name "subsec:垂直揃え"
33688
33689 \end_inset
33690
33691
33692 \begin_inset Index idx
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33697 \end_layout
33698
33699 \end_inset
33700
33701
33702 \begin_inset Index idx
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706 ぼっくす@ボックス ! Raiseboxes
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \begin_layout Standard
33715
33716 \series bold
33717
33718 \backslash
33719 raisebox
33720 \series default
33721 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33722 \series bold
33723
33724 \backslash
33725 raisebox
33726 \series default
33727 は以下の書式で使用します.
33728 \end_layout
33729
33730 \begin_layout Standard
33731
33732 \series bold
33733
33734 \backslash
33735 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33736 \end_layout
33737
33738 \begin_layout Standard
33739 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33740 \end_layout
33741
33742 \begin_layout Standard
33743 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33744 コードで
33745 \end_layout
33746
33747 \begin_layout Standard
33748
33749 \series bold
33750
33751 \backslash
33752 raisebox{
33753 \backslash
33754 depth}{
33755 \end_layout
33756
33757 \begin_layout Standard
33758 というコマンドを挿入してください.単語の後には,閉じ括弧「
33759 \series bold
33760 }
33761 \series default
33762 」を\SpecialChar TeX
33763 コードで挿入してください.
33764 \begin_inset Newline newline
33765 \end_inset
33766
33767 以下がその出力です.
33768 \end_layout
33769
33770 \begin_layout Standard
33771 This is a text line with the word 
33772 \begin_inset ERT
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776
33777
33778 \backslash
33779 raisebox{
33780 \backslash
33781 depth}{
33782 \end_layout
33783
33784 \end_inset
33785
33786
33787 \begin_inset Quotes eld
33788 \end_inset
33789
33790 preventing
33791 \begin_inset Quotes erd
33792 \end_inset
33793
33794
33795 \begin_inset ERT
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799
33800 }
33801 \end_layout
33802
33803 \end_inset
33804
33805  as raised word.
33806 \end_layout
33807
33808 \begin_layout Standard
33809 \begin_inset VSpace bigskip
33810 \end_inset
33811
33812 行中の文字を上げ下げすると,以下のように行間が広がります.
33813 \end_layout
33814
33815 \begin_layout Standard
33816 This is a text line with the word 
33817 \begin_inset ERT
33818 status collapsed
33819
33820 \begin_layout Plain Layout
33821
33822
33823 \backslash
33824 raisebox{-
33825 \backslash
33826 depth}{
33827 \end_layout
33828
33829 \end_inset
33830
33831
33832 \begin_inset Quotes eld
33833 \end_inset
33834
33835 preventing
33836 \begin_inset Quotes erd
33837 \end_inset
33838
33839
33840 \begin_inset ERT
33841 status collapsed
33842
33843 \begin_layout Plain Layout
33844
33845 }
33846 \end_layout
33847
33848 \end_inset
33849
33850  as lowered word.
33851 \begin_inset Newline newline
33852 \end_inset
33853
33854 This is a text line with the word 
33855 \begin_inset ERT
33856 status collapsed
33857
33858 \begin_layout Plain Layout
33859
33860
33861 \backslash
33862 raisebox{0.5cm}{
33863 \end_layout
33864
33865 \end_inset
33866
33867
33868 \begin_inset Quotes eld
33869 \end_inset
33870
33871 testing
33872 \begin_inset Quotes erd
33873 \end_inset
33874
33875
33876 \begin_inset ERT
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880
33881 }
33882 \end_layout
33883
33884 \end_inset
33885
33886  as raised word.
33887 \end_layout
33888
33889 \begin_layout Standard
33890 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33891 \end_layout
33892
33893 \begin_layout Standard
33894
33895 \series bold
33896
33897 \backslash
33898 raisebox{-
33899 \backslash
33900 depth}[0pt]{
33901 \end_layout
33902
33903 \begin_layout Standard
33904 とすると,以下のようになります.
33905 \end_layout
33906
33907 \begin_layout Standard
33908 This is a text line with the word 
33909 \begin_inset ERT
33910 status collapsed
33911
33912 \begin_layout Plain Layout
33913
33914
33915 \backslash
33916 raisebox{-
33917 \backslash
33918 depth}[0pt]{
33919 \end_layout
33920
33921 \end_inset
33922
33923
33924 \begin_inset Quotes eld
33925 \end_inset
33926
33927 preventing
33928 \begin_inset Quotes erd
33929 \end_inset
33930
33931
33932 \begin_inset ERT
33933 status collapsed
33934
33935 \begin_layout Plain Layout
33936
33937 }
33938 \end_layout
33939
33940 \end_inset
33941
33942  as lowered word.
33943 \begin_inset Newline newline
33944 \end_inset
33945
33946
33947 \begin_inset Newline newline
33948 \end_inset
33949
33950 This is a text line with the word 
33951 \begin_inset ERT
33952 status collapsed
33953
33954 \begin_layout Plain Layout
33955
33956
33957 \backslash
33958 raisebox{0.5cm}[0pt]{
33959 \end_layout
33960
33961 \end_inset
33962
33963
33964 \begin_inset Quotes eld
33965 \end_inset
33966
33967 testing
33968 \begin_inset Quotes erd
33969 \end_inset
33970
33971
33972 \begin_inset ERT
33973 status collapsed
33974
33975 \begin_layout Plain Layout
33976
33977 }
33978 \end_layout
33979
33980 \end_inset
33981
33982  as raised word.
33983 \end_layout
33984
33985 \begin_layout Section
33986 色付きボックス
33987 \begin_inset CommandInset label
33988 LatexCommand label
33989 name "sec:色付きボックス"
33990
33991 \end_inset
33992
33993
33994 \begin_inset Index idx
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998 ぼっくす@ボックス ! いろつき@色付き
33999 \end_layout
34000
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \begin_layout Standard
34007 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
34008 \begin_inset Box Frameless
34009 position "t"
34010 hor_pos "c"
34011 has_inner_box 1
34012 inner_pos "t"
34013 use_parbox 0
34014 use_makebox 1
34015 width ""
34016 special "none"
34017 height "1in"
34018 height_special "totalheight"
34019 thickness "0.4pt"
34020 separation "3pt"
34021 shadowsize "4pt"
34022 framecolor "black"
34023 backgroundcolor "orange"
34024 status open
34025
34026 \begin_layout Plain Layout
34027 橙色背景のボックス
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Standard
34036 装飾を
34037 \family sans
34038 簡素な長方形の枠
34039 \family default
34040 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
34041 は白を既定色として設定します).
34042 \begin_inset Newline newline
34043 \end_inset
34044
34045 例:
34046 \begin_inset Box Boxed
34047 position "t"
34048 hor_pos "c"
34049 has_inner_box 0
34050 inner_pos "t"
34051 use_parbox 0
34052 use_makebox 0
34053 width ""
34054 special "none"
34055 height "1in"
34056 height_special "totalheight"
34057 thickness "0.4pt"
34058 separation "3pt"
34059 shadowsize "4pt"
34060 framecolor "teal"
34061 backgroundcolor "yellow"
34062 status open
34063
34064 \begin_layout Plain Layout
34065 ティール色の枠と黄色の背景を持つボックス
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 \begin_inset VSpace bigskip
34075 \end_inset
34076
34077 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34078 \begin_inset Newline newline
34079 \end_inset
34080
34081
34082 \begin_inset Box Boxed
34083 position "t"
34084 hor_pos "c"
34085 has_inner_box 0
34086 inner_pos "t"
34087 use_parbox 0
34088 use_makebox 0
34089 width ""
34090 special "none"
34091 height "1in"
34092 height_special "totalheight"
34093 thickness "0.4pt"
34094 separation "3pt"
34095 shadowsize "4pt"
34096 framecolor "cyan"
34097 backgroundcolor "magenta"
34098 status open
34099
34100 \begin_layout Plain Layout
34101
34102 \color yellow
34103 これは着色した色付きボックス中の色付き文章です.
34104 \end_layout
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \begin_layout Standard
34112 \begin_inset VSpace bigskip
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \begin_layout Standard
34119 事前に設定された色以外の色が欲しいときは,第
34120 \begin_inset CommandInset ref
34121 LatexCommand ref
34122 reference "sec:色付きの表"
34123
34124 \end_inset
34125
34126 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34127 \end_layout
34128
34129 \begin_layout Standard
34130 枠なしの色付きボックスは,
34131 \series bold
34132
34133 \backslash
34134 colorbox
34135 \series default
34136 コマンドで作ります.これは,以下のような書式で使われます.
34137 \end_layout
34138
34139 \begin_layout Standard
34140
34141 \series bold
34142
34143 \backslash
34144 colorbox{色}{ボックスの内容}
34145 \end_layout
34146
34147 \begin_layout Standard
34148 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34149 コードで
34150 \end_layout
34151
34152 \begin_layout Standard
34153
34154 \series bold
34155
34156 \backslash
34157 colorbox{darkgreen}{
34158 \end_layout
34159
34160 \begin_layout Standard
34161 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34162 コードで閉じ括弧「
34163 \series bold
34164 }
34165 \series default
34166 」を入れてください.
34167 \begin_inset Newline newline
34168 \end_inset
34169
34170 以下がその結果です.
34171 \end_layout
34172
34173 \begin_layout Standard
34174 この行では,
34175 \begin_inset ERT
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179
34180
34181 \backslash
34182 colorbox{darkgreen}{
34183 \end_layout
34184
34185 \end_inset
34186
34187 「注意!」
34188 \begin_inset ERT
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192
34193 }
34194 \end_layout
34195
34196 \end_inset
34197
34198 という単語が濃緑の背景になっています.
34199 \end_layout
34200
34201 \begin_layout Standard
34202 枠付き色付きのボックスは,下記のように
34203 \series bold
34204
34205 \backslash
34206 fcolorbox
34207 \series default
34208 コマンドを使って作ります.
34209 \end_layout
34210
34211 \begin_layout Standard
34212
34213 \series bold
34214
34215 \backslash
34216 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34217 \end_layout
34218
34219 \begin_layout Section
34220 ボックスの伸縮回転
34221 \end_layout
34222
34223 \begin_layout Standard
34224 本節に述べられているボックスを使うには,
34225 \family sans
34226 画像ボックス
34227 \family default
34228 モジュールを文書設定で読み込んでおく必要があります.
34229 \end_layout
34230
34231 \begin_layout Standard
34232 \begin_inset Note Greyedout
34233 status open
34234
34235 \begin_layout Plain Layout
34236
34237 \series bold
34238 【註】
34239 \series default
34240 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Standard
34249 \begin_inset Note Greyedout
34250 status open
34251
34252 \begin_layout Plain Layout
34253
34254 \series bold
34255 【註】
34256 \series default
34257 フロートは回転伸縮したボックスの中に入れることはできません.
34258 \end_layout
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Subsection
34266 ボックスの回転
34267 \begin_inset Index idx
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271 ぼっくす@ボックス ! かいてんした@回転した
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \begin_inset Index idx
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 かいてん@回転 ! そざいの@素材の—
34282 \end_layout
34283
34284 \end_inset
34285
34286
34287 \begin_inset Index idx
34288 status collapsed
34289
34290 \begin_layout Plain Layout
34291 ず@図 ! のかいてん@—の回転
34292 \end_layout
34293
34294 \end_inset
34295
34296
34297 \begin_inset Index idx
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301 ひょうのちょうせい@表の調整 ! かいてん@回転
34302 \end_layout
34303
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \begin_layout Standard
34310 ものを回転するならば,
34311 \family sans
34312 回転ボックス
34313 \family default
34314 に入れることができます.このボックスは,
34315 \family sans
34316 挿入\SpecialChar menuseparator
34317 拡張差込枠\SpecialChar menuseparator
34318 回転ボックス
34319 \family default
34320 で挿入することができます.
34321 \end_layout
34322
34323 \begin_layout Standard
34324 回転の原点は,原点差込枠(メニュー「
34325 \family sans
34326 挿入\SpecialChar menuseparator
34327 原点
34328 \family default
34329 」)に
34330 \series bold
34331 origin=位置
34332 \series default
34333 の形で指定することができます.位置として指定可能なのは,
34334 \emph on
34335 c
34336 \emph default
34337 (中央揃え)・
34338 \emph on
34339 l
34340 \emph default
34341 (左揃え)・
34342 \emph on
34343 r
34344 \emph default
34345 (右揃え)・
34346 \emph on
34347 b
34348 \emph default
34349 (下揃え)・
34350 \emph on
34351 t
34352 \emph default
34353 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34354 \emph on
34355 lt
34356 \emph default
34357 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34358 \emph on
34359 l
34360 \emph default
34361 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34362 \end_layout
34363
34364 \begin_layout Standard
34365 下の例では,
34366 \family sans
34367 原点
34368 \family default
34369 差込枠に
34370 \series bold
34371 origin=c
34372 \series default
34373
34374 \family sans
34375 回転
34376 \family default
34377 差込枠に
34378 \series bold
34379 60
34380 \series default
34381 と入れています.
34382 \end_layout
34383
34384 \begin_layout Standard
34385 これは,
34386 \begin_inset Flex Rotatebox
34387 status open
34388
34389 \begin_layout Plain Layout
34390 \begin_inset Argument 1
34391 status open
34392
34393 \begin_layout Plain Layout
34394 origin=c
34395 \end_layout
34396
34397 \end_inset
34398
34399
34400 \begin_inset Argument 2
34401 status open
34402
34403 \begin_layout Plain Layout
34404 60
34405 \end_layout
34406
34407 \end_inset
34408
34409 回転した
34410 \end_layout
34411
34412 \end_inset
34413
34414 文章を含む行です.
34415 \end_layout
34416
34417 \begin_layout Standard
34418 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34419 \end_layout
34420
34421 \begin_layout Standard
34422 これは,
34423 \begin_inset Flex Rotatebox
34424 status open
34425
34426 \begin_layout Plain Layout
34427 \begin_inset Argument 1
34428 status open
34429
34430 \begin_layout Plain Layout
34431 origin=r
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \begin_inset Argument 2
34438 status open
34439
34440 \begin_layout Plain Layout
34441 60
34442 \end_layout
34443
34444 \end_inset
34445
34446
34447 \begin_inset Box Doublebox
34448 position "c"
34449 hor_pos "c"
34450 has_inner_box 0
34451 inner_pos "c"
34452 use_parbox 0
34453 use_makebox 0
34454 width "1in"
34455 special "width"
34456 height "1in"
34457 height_special "totalheight"
34458 thickness "0.4pt"
34459 separation "3pt"
34460 shadowsize "4pt"
34461 framecolor "black"
34462 backgroundcolor "none"
34463 status open
34464
34465 \begin_layout Plain Layout
34466 回転した
34467 \end_layout
34468
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \end_inset
34475
34476 枠付き文章と
34477 \begin_inset Flex Rotatebox
34478 status open
34479
34480 \begin_layout Plain Layout
34481 \begin_inset Argument 1
34482 status open
34483
34484 \begin_layout Plain Layout
34485 origin=lb
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \begin_inset Argument 2
34492 status open
34493
34494 \begin_layout Plain Layout
34495 60
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \end_inset
34508
34509 数式を含む行です.
34510 \end_layout
34511
34512 \begin_layout Standard
34513 あるいは,以下のように図や表を入れることもできます.
34514 \end_layout
34515
34516 \begin_layout Standard
34517 これは,
34518 \begin_inset Flex Rotatebox
34519 status open
34520
34521 \begin_layout Plain Layout
34522 \begin_inset Argument 1
34523 status open
34524
34525 \begin_layout Plain Layout
34526 origin=lb
34527 \end_layout
34528
34529 \end_inset
34530
34531
34532 \begin_inset Argument 2
34533 status open
34534
34535 \begin_layout Plain Layout
34536 90
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 \begin_inset Graphics
34543         filename /clipart/platypus.eps
34544         lyxscale 50
34545         width 25col%
34546
34547 \end_inset
34548
34549
34550 \end_layout
34551
34552 \end_inset
34553
34554 回転した画像と
34555 \begin_inset Flex Rotatebox
34556 status open
34557
34558 \begin_layout Plain Layout
34559 \begin_inset Argument 2
34560 status open
34561
34562 \begin_layout Plain Layout
34563 -90
34564 \end_layout
34565
34566 \end_inset
34567
34568
34569 \begin_inset Tabular
34570 <lyxtabular version="3" rows="2" columns="2">
34571 <features tabularvalignment="middle">
34572 <column alignment="center" valignment="top">
34573 <column alignment="center" valignment="top">
34574 <row>
34575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 q
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34585 \begin_inset Text
34586
34587 \begin_layout Plain Layout
34588 w
34589 \end_layout
34590
34591 \end_inset
34592 </cell>
34593 </row>
34594 <row>
34595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 e
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 r
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 </row>
34614 </lyxtabular>
34615
34616 \end_inset
34617
34618
34619 \end_layout
34620
34621 \end_inset
34622
34623 表を含む行です.
34624 \end_layout
34625
34626 \begin_layout Standard
34627 \begin_inset Note Greyedout
34628 status open
34629
34630 \begin_layout Plain Layout
34631
34632 \series bold
34633 【註】
34634 \family sans
34635 \series default
34636 角度
34637 \family default
34638 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34639 エラーが発生します.
34640 \end_layout
34641
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Subsection
34648 ボックスの伸縮
34649 \begin_inset Index idx
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34654 \end_layout
34655
34656 \end_inset
34657
34658
34659 \begin_inset Index idx
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663 しんしゅく@伸縮 ! そざいの@素材の—
34664 \end_layout
34665
34666 \end_inset
34667
34668
34669 \begin_inset Index idx
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673 ず@図 ! のしんしゅく@—の伸縮
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \begin_inset Index idx
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34684 \end_layout
34685
34686 \end_inset
34687
34688
34689 \end_layout
34690
34691 \begin_layout Standard
34692 ものを伸縮するならば,
34693 \family sans
34694 伸縮ボックス
34695 \family default
34696 に入れることができます.このボックスは,
34697 \family sans
34698 挿入\SpecialChar menuseparator
34699 拡張差込枠\SpecialChar menuseparator
34700 伸縮ボックス
34701 \family default
34702 で挿入することができます.
34703 \end_layout
34704
34705 \begin_layout Standard
34706
34707 \family sans
34708 伸縮ボックス
34709 \family default
34710 には,必須差込枠「
34711 \family sans
34712 水平因子
34713 \family default
34714 」と,非必須差込枠「
34715 \family sans
34716 垂直因子
34717 \family default
34718 」(「
34719 \family sans
34720 挿入\SpecialChar menuseparator
34721 垂直因子
34722 \family default
34723 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34724 \family sans
34725 垂直因子
34726 \family default
34727 を使わない場合には,水平因子が垂直因子としても使われます.
34728 \end_layout
34729
34730 \begin_layout Standard
34731 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34732 \family sans
34733 水平因子
34734 \family default
34735 差込枠に
34736 \series bold
34737 2
34738 \series default
34739 と入力してください.例:
34740 \begin_inset Flex Scalebox
34741 status open
34742
34743 \begin_layout Plain Layout
34744 \begin_inset Argument 1
34745 status open
34746
34747 \begin_layout Plain Layout
34748 2
34749 \end_layout
34750
34751 \end_inset
34752
34753 こんにちは
34754 \end_layout
34755
34756 \end_inset
34757
34758
34759 \end_layout
34760
34761 \begin_layout Standard
34762
34763 \family sans
34764 水平因子
34765 \family default
34766
34767 \series bold
34768 2
34769 \series default
34770
34771 \family sans
34772 垂直因子
34773 \family default
34774
34775 \series bold
34776 1
34777 \series default
34778 にすると,このようにゆがみます:
34779 \begin_inset Flex Scalebox
34780 status open
34781
34782 \begin_layout Plain Layout
34783 \begin_inset Argument 1
34784 status open
34785
34786 \begin_layout Plain Layout
34787 2
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \begin_inset Argument 2
34794 status open
34795
34796 \begin_layout Plain Layout
34797 1
34798 \end_layout
34799
34800 \end_inset
34801
34802 こんにちは
34803 \end_layout
34804
34805 \end_inset
34806
34807
34808 \end_layout
34809
34810 \begin_layout Standard
34811 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
34812 \family sans
34813 水平因子
34814 \family default
34815
34816 \series bold
34817 -1
34818 \series default
34819
34820 \family sans
34821 垂直因子
34822 \family default
34823
34824 \series bold
34825 1
34826 \series default
34827 にします:
34828 \begin_inset Flex Scalebox
34829 status open
34830
34831 \begin_layout Plain Layout
34832 \begin_inset Argument 1
34833 status open
34834
34835 \begin_layout Plain Layout
34836 -1
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \begin_inset Argument 2
34843 status open
34844
34845 \begin_layout Plain Layout
34846 1
34847 \end_layout
34848
34849 \end_inset
34850
34851 こんにちは
34852 \end_layout
34853
34854 \end_inset
34855
34856
34857 \end_layout
34858
34859 \begin_layout Standard
34860
34861 \family sans
34862 水平因子
34863 \family default
34864
34865 \series bold
34866 1
34867 \series default
34868
34869 \family sans
34870 垂直因子
34871 \family default
34872
34873 \series bold
34874 -1
34875 \series default
34876 にすると,ベースラインでひっくり返した形になります:
34877 \begin_inset Flex Scalebox
34878 status open
34879
34880 \begin_layout Plain Layout
34881 \begin_inset Argument 1
34882 status open
34883
34884 \begin_layout Plain Layout
34885 1
34886 \end_layout
34887
34888 \end_inset
34889
34890
34891 \begin_inset Argument 2
34892 status open
34893
34894 \begin_layout Plain Layout
34895 -1
34896 \end_layout
34897
34898 \end_inset
34899
34900 こんにちは
34901 \end_layout
34902
34903 \end_inset
34904
34905
34906 \end_layout
34907
34908 \begin_layout Standard
34909
34910 \family sans
34911 反転ボックス
34912 \family default
34913 (「
34914 \family sans
34915 挿入\SpecialChar menuseparator
34916 拡張差込枠\SpecialChar menuseparator
34917 反転ボックス
34918 \family default
34919 」メニュー)は,
34920 \family sans
34921 伸縮ボックス
34922 \family default
34923
34924 \family sans
34925 水平因子
34926 \family default
34927
34928 \series bold
34929 -1
34930 \series default
34931
34932 \family sans
34933 垂直因子
34934 \family default
34935
34936 \series bold
34937 1
34938 \series default
34939 にしたものと同じです.
34940 \end_layout
34941
34942 \begin_layout Standard
34943 \begin_inset Note Greyedout
34944 status open
34945
34946 \begin_layout Plain Layout
34947
34948 \series bold
34949 【註】
34950 \family sans
34951 \series default
34952 水平因子
34953 \family default
34954 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34955 エラーが発生します.
34956 \end_layout
34957
34958 \end_inset
34959
34960
34961 \end_layout
34962
34963 \begin_layout Standard
34964 \begin_inset VSpace bigskip
34965 \end_inset
34966
34967 中身を決まった幅と高さに伸縮したい場合には,
34968 \family sans
34969 寸法変更ボックス
34970 \family default
34971 (「
34972 \family sans
34973 挿入\SpecialChar menuseparator
34974 拡張差込枠\SpecialChar menuseparator
34975 寸法変更ボックス
34976 \family default
34977 」メニュー)を使うことができます.
34978 \family sans
34979 寸法変更ボックス
34980 \family default
34981 には,必須差込枠「
34982 \family sans
34983
34984 \family default
34985 」と,非必須差込枠「
34986 \family sans
34987 高さ
34988 \family default
34989 」(「
34990 \family sans
34991 挿入\SpecialChar menuseparator
34992 高さ
34993 \family default
34994 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
34995 \begin_inset CommandInset ref
34996 LatexCommand ref
34997 reference "tab:単位"
34998
34999 \end_inset
35000
35001 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
35002 \series bold
35003 !
35004 \series default
35005 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
35006 \family sans
35007 高さ
35008 \family default
35009 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
35010 \end_layout
35011
35012 \begin_layout Standard
35013
35014 \series bold
35015 2cm
35016 \series default
35017
35018 \family sans
35019
35020 \family default
35021 に,
35022 \series bold
35023 1cm
35024 \series default
35025
35026 \family sans
35027 高さ
35028 \family default
35029 に使用するとこうなります:
35030 \begin_inset Flex Resizebox
35031 status open
35032
35033 \begin_layout Plain Layout
35034 \begin_inset Argument 1
35035 status open
35036
35037 \begin_layout Plain Layout
35038 2cm
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \begin_inset Argument 2
35045 status open
35046
35047 \begin_layout Plain Layout
35048 1cm
35049 \end_layout
35050
35051 \end_inset
35052
35053 こんにちは
35054 \end_layout
35055
35056 \end_inset
35057
35058
35059 \begin_inset Newline newline
35060 \end_inset
35061
35062
35063 \series bold
35064 2cm
35065 \series default
35066
35067 \family sans
35068
35069 \family default
35070 に,
35071 \series bold
35072 !
35073 \series default
35074
35075 \family sans
35076 高さ
35077 \family default
35078 に使用すると(あるいは
35079 \family sans
35080 高さ
35081 \family default
35082 なし)こうなります:
35083 \begin_inset Flex Resizebox
35084 status open
35085
35086 \begin_layout Plain Layout
35087 \begin_inset Argument 1
35088 status open
35089
35090 \begin_layout Plain Layout
35091 2cm
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \begin_inset Argument 2
35098 status open
35099
35100 \begin_layout Plain Layout
35101 !
35102 \end_layout
35103
35104 \end_inset
35105
35106 こんにちは
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \end_layout
35113
35114 \begin_layout Standard
35115 \begin_inset Note Greyedout
35116 status open
35117
35118 \begin_layout Plain Layout
35119
35120 \series bold
35121 【註】
35122 \family sans
35123 \series default
35124
35125 \family default
35126 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35127 エラーが発生します.
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 \begin_inset VSpace bigskip
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \begin_layout Standard
35143 ボックスは好きな順序で組み合わせることができます.
35144 \family sans
35145 回転ボックス
35146 \family default
35147 の中に
35148 \family sans
35149 寸法変更ボックス
35150 \family default
35151 が入り,さらにその中に
35152 \family sans
35153 反転ボックス
35154 \family default
35155 が入っている例です:
35156 \end_layout
35157
35158 \begin_layout Standard
35159 \noindent
35160 \align center
35161 \begin_inset Flex Rotatebox
35162 status open
35163
35164 \begin_layout Plain Layout
35165 \begin_inset Argument 1
35166 status open
35167
35168 \begin_layout Plain Layout
35169 origin=c
35170 \end_layout
35171
35172 \end_inset
35173
35174
35175 \begin_inset Argument 2
35176 status open
35177
35178 \begin_layout Plain Layout
35179 -45
35180 \end_layout
35181
35182 \end_inset
35183
35184
35185 \begin_inset Flex Resizebox
35186 status open
35187
35188 \begin_layout Plain Layout
35189 \begin_inset Argument 1
35190 status open
35191
35192 \begin_layout Plain Layout
35193 2cm
35194 \end_layout
35195
35196 \end_inset
35197
35198
35199 \begin_inset Flex Reflectbox
35200 status open
35201
35202 \begin_layout Plain Layout
35203 こんにちは
35204 \end_layout
35205
35206 \end_inset
35207
35208
35209 \end_layout
35210
35211 \end_inset
35212
35213
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Standard
35222 \noindent
35223 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35224 \end_layout
35225
35226 \begin_layout Standard
35227 \noindent
35228 \align center
35229 \begin_inset Flex Resizebox
35230 status open
35231
35232 \begin_layout Plain Layout
35233 \begin_inset Argument 1
35234 status open
35235
35236 \begin_layout Plain Layout
35237 2cm
35238 \end_layout
35239
35240 \end_inset
35241
35242
35243 \begin_inset Flex Reflectbox
35244 status open
35245
35246 \begin_layout Plain Layout
35247 \begin_inset Graphics
35248         filename /clipart/platypus.eps
35249         lyxscale 50
35250         width 25col%
35251
35252 \end_inset
35253
35254
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \end_layout
35261
35262 \end_inset
35263
35264  
35265 \begin_inset Flex Resizebox
35266 status open
35267
35268 \begin_layout Plain Layout
35269 \begin_inset Argument 1
35270 status open
35271
35272 \begin_layout Plain Layout
35273 2cm
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \begin_inset Flex Reflectbox
35280 status open
35281
35282 \begin_layout Plain Layout
35283 \begin_inset Tabular
35284 <lyxtabular version="3" rows="2" columns="2">
35285 <features tabularvalignment="middle">
35286 <column alignment="center" valignment="top">
35287 <column alignment="center" valignment="top">
35288 <row>
35289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35290 \begin_inset Text
35291
35292 \begin_layout Plain Layout
35293 q
35294 \end_layout
35295
35296 \end_inset
35297 </cell>
35298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35299 \begin_inset Text
35300
35301 \begin_layout Plain Layout
35302 w
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 </row>
35308 <row>
35309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35310 \begin_inset Text
35311
35312 \begin_layout Plain Layout
35313 e
35314 \end_layout
35315
35316 \end_inset
35317 </cell>
35318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35319 \begin_inset Text
35320
35321 \begin_layout Plain Layout
35322 r
35323 \end_layout
35324
35325 \end_inset
35326 </cell>
35327 </row>
35328 </lyxtabular>
35329
35330 \end_inset
35331
35332
35333 \end_layout
35334
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \end_inset
35341
35342  
35343 \begin_inset Flex Resizebox
35344 status open
35345
35346 \begin_layout Plain Layout
35347 \begin_inset Argument 1
35348 status open
35349
35350 \begin_layout Plain Layout
35351 3cm
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset Flex Reflectbox
35358 status open
35359
35360 \begin_layout Plain Layout
35361 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35362 \end_inset
35363
35364
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \end_inset
35373
35374
35375 \end_layout
35376
35377 \begin_layout Standard
35378 文書で大域的に数式様式
35379 \series bold
35380 fleqn
35381 \series default
35382 を使用している場合
35383 \begin_inset Foot
35384 status collapsed
35385
35386 \begin_layout Plain Layout
35387 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35388 \end_layout
35389
35390 \end_inset
35391
35392 には,別行建て数式も伸縮させることができます.
35393 \end_layout
35394
35395 \begin_layout Chapter
35396 本文回り込みオブジェクト
35397 \begin_inset Index idx
35398 status collapsed
35399
35400 \begin_layout Plain Layout
35401 ほんぶんまわりこみ@本文回り込み
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Section
35410 折返しフロート
35411 \begin_inset CommandInset label
35412 LatexCommand label
35413 name "sec:折返しフロート"
35414
35415 \end_inset
35416
35417
35418 \begin_inset Index idx
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \begin_inset Index idx
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35433 \end_layout
35434
35435 \end_inset
35436
35437
35438 \end_layout
35439
35440 \begin_layout Standard
35441 \begin_inset Wrap figure
35442 lines 0
35443 placement l
35444 overhang 1cm
35445 width "40col%"
35446 status open
35447
35448 \begin_layout Plain Layout
35449 \begin_inset Graphics
35450         filename /clipart/mobius.eps
35451         width 40col%
35452         scaleBeforeRotation
35453         rotateOrigin center
35454
35455 \end_inset
35456
35457
35458 \end_layout
35459
35460 \begin_layout Plain Layout
35461 \begin_inset Caption Standard
35462
35463 \begin_layout Plain Layout
35464 \begin_inset CommandInset label
35465 LatexCommand label
35466 name "fig:折返し図フロート"
35467
35468 \end_inset
35469
35470 これは折返し図フロートです.
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \end_inset
35479
35480 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35481 パッケージの
35482 \series bold
35483 wrapfig
35484 \series default
35485
35486 \begin_inset Index idx
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 \SpecialChar LaTeX
35491 ぱっけーじ@\SpecialChar LaTeX
35492 パッケージ ! wrapfig
35493 \end_layout
35494
35495 \end_inset
35496
35497 を導入済みであれば,
35498 \family sans
35499 挿入\SpecialChar menuseparator
35500 フロート\SpecialChar menuseparator
35501 折返し図フロート
35502 \family default
35503
35504 \family sans
35505 折返し表フロート
35506 \family default
35507 メニューで挿入することができます
35508 \begin_inset Foot
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512 \SpecialChar LaTeX
35513 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35514 の設定』に説明されています.
35515 \end_layout
35516
35517 \end_inset
35518
35519 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35520 \family sans
35521 配置
35522 \family default
35523
35524 \family sans
35525
35526 \family default
35527 です.非必須項目として,
35528 \family sans
35529 ぶら下げ
35530 \family default
35531
35532 \family sans
35533 行幅
35534 \family default
35535 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35536 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35537 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35538 に許可するかを指定することができます.第
35539 \begin_inset CommandInset ref
35540 LatexCommand ref
35541 reference "fig:折返し図フロート"
35542
35543 \end_inset
35544
35545 図は,40
35546 \begin_inset space \thinspace{}
35547 \end_inset
35548
35549 列幅%の幅と1
35550 \begin_inset space \thinspace{}
35551 \end_inset
35552
35553 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35554 \end_layout
35555
35556 \begin_layout Standard
35557 \begin_inset Note Greyedout
35558 status open
35559
35560 \begin_layout Plain Layout
35561
35562 \series bold
35563 【註】
35564 \series default
35565 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35566 上書きされて出力されたりします.
35567 \end_layout
35568
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \begin_layout Standard
35575 原則として,
35576 \end_layout
35577
35578 \begin_layout Itemize
35579 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35580 うになってから,正確な位置に挿入しなくてはなりません.
35581 \end_layout
35582
35583 \begin_layout Itemize
35584 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35585 \end_layout
35586
35587 \begin_layout Itemize
35588 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35589 \end_layout
35590
35591 \begin_layout Itemize
35592 折返しフロートは,節見出しや表中に入れることは認められていません.
35593 \end_layout
35594
35595 \begin_layout Itemize
35596 連番や参照は,第
35597 \begin_inset CommandInset ref
35598 LatexCommand ref
35599 reference "chap:フロート"
35600
35601 \end_inset
35602
35603 章で述べられているように動作します.
35604 \end_layout
35605
35606 \begin_layout Section
35607 固定回り込みオブジェクト
35608 \begin_inset Index idx
35609 status collapsed
35610
35611 \begin_layout Plain Layout
35612 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35613 \end_layout
35614
35615 \end_inset
35616
35617
35618 \end_layout
35619
35620 \begin_layout Standard
35621
35622 \begin_inset CommandInset ref
35623 LatexCommand ref
35624 reference "sec:折返しフロート"
35625
35626 \end_inset
35627
35628 節の折返しフロートは,段落中で,以下のような配置がされます.
35629 \end_layout
35630
35631 \begin_layout Standard
35632 \noindent
35633 \align center
35634 \begin_inset Tabular
35635 <lyxtabular version="3" rows="2" columns="2">
35636 <features tabularvalignment="middle">
35637 <column alignment="center" valignment="top">
35638 <column alignment="center" valignment="top">
35639 <row>
35640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35641 \begin_inset Text
35642
35643 \begin_layout Plain Layout
35644 \begin_inset Info
35645 type  "icon"
35646 arg   "dialog-show-new-inset graphics"
35647 \end_inset
35648
35649
35650 \end_layout
35651
35652 \end_inset
35653 </cell>
35654 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35655 \begin_inset Text
35656
35657 \begin_layout Plain Layout
35658 文章
35659 \end_layout
35660
35661 \end_inset
35662 </cell>
35663 </row>
35664 <row>
35665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35666 \begin_inset Text
35667
35668 \begin_layout Plain Layout
35669 文章
35670 \end_layout
35671
35672 \end_inset
35673 </cell>
35674 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678 文章
35679 \end_layout
35680
35681 \end_inset
35682 </cell>
35683 </row>
35684 </lyxtabular>
35685
35686 \end_inset
35687
35688  or 
35689 \begin_inset Tabular
35690 <lyxtabular version="3" rows="2" columns="2">
35691 <features tabularvalignment="middle">
35692 <column alignment="center" valignment="top">
35693 <column alignment="center" valignment="top">
35694 <row>
35695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35696 \begin_inset Text
35697
35698 \begin_layout Plain Layout
35699 文章
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35705 \begin_inset Text
35706
35707 \begin_layout Plain Layout
35708 \begin_inset Info
35709 type  "icon"
35710 arg   "dialog-show-new-inset graphics"
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \end_inset
35717 </cell>
35718 </row>
35719 <row>
35720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35721 \begin_inset Text
35722
35723 \begin_layout Plain Layout
35724 文章
35725 \end_layout
35726
35727 \end_inset
35728 </cell>
35729 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35730 \begin_inset Text
35731
35732 \begin_layout Plain Layout
35733 文章
35734 \end_layout
35735
35736 \end_inset
35737 </cell>
35738 </row>
35739 </lyxtabular>
35740
35741 \end_inset
35742
35743
35744 \end_layout
35745
35746 \begin_layout Standard
35747 以下に示すいずれかのように,
35748 \begin_inset VSpace defskip
35749 \end_inset
35750
35751
35752 \end_layout
35753
35754 \begin_layout Standard
35755 \noindent
35756 \align center
35757 \begin_inset Tabular
35758 <lyxtabular version="3" rows="2" columns="2">
35759 <features tabularvalignment="middle">
35760 <column alignment="center" valignment="top">
35761 <column alignment="center" valignment="top">
35762 <row>
35763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35764 \begin_inset Text
35765
35766 \begin_layout Plain Layout
35767 文章
35768 \end_layout
35769
35770 \end_inset
35771 </cell>
35772 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35773 \begin_inset Text
35774
35775 \begin_layout Plain Layout
35776 文章
35777 \end_layout
35778
35779 \end_inset
35780 </cell>
35781 </row>
35782 <row>
35783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35784 \begin_inset Text
35785
35786 \begin_layout Plain Layout
35787 \begin_inset Info
35788 type  "icon"
35789 arg   "dialog-show-new-inset graphics"
35790 \end_inset
35791
35792
35793 \end_layout
35794
35795 \end_inset
35796 </cell>
35797 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35798 \begin_inset Text
35799
35800 \begin_layout Plain Layout
35801 文章
35802 \end_layout
35803
35804 \end_inset
35805 </cell>
35806 </row>
35807 </lyxtabular>
35808
35809 \end_inset
35810
35811  
35812 \begin_inset Tabular
35813 <lyxtabular version="3" rows="2" columns="2">
35814 <features tabularvalignment="middle">
35815 <column alignment="center" valignment="top">
35816 <column alignment="center" valignment="top">
35817 <row>
35818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35819 \begin_inset Text
35820
35821 \begin_layout Plain Layout
35822 文章
35823 \end_layout
35824
35825 \end_inset
35826 </cell>
35827 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35828 \begin_inset Text
35829
35830 \begin_layout Plain Layout
35831 文章
35832 \end_layout
35833
35834 \end_inset
35835 </cell>
35836 </row>
35837 <row>
35838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35839 \begin_inset Text
35840
35841 \begin_layout Plain Layout
35842 文章
35843 \end_layout
35844
35845 \end_inset
35846 </cell>
35847 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35848 \begin_inset Text
35849
35850 \begin_layout Plain Layout
35851 \begin_inset Info
35852 type  "icon"
35853 arg   "dialog-show-new-inset graphics"
35854 \end_inset
35855
35856
35857 \end_layout
35858
35859 \end_inset
35860 </cell>
35861 </row>
35862 </lyxtabular>
35863
35864 \end_inset
35865
35866  
35867 \begin_inset Tabular
35868 <lyxtabular version="3" rows="2" columns="3">
35869 <features tabularvalignment="middle">
35870 <column alignment="center" valignment="top">
35871 <column alignment="center" valignment="top">
35872 <column alignment="center" valignment="top">
35873 <row>
35874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878 文章
35879 \end_layout
35880
35881 \end_inset
35882 </cell>
35883 <cell alignment="center" valignment="top" topline="true" usebox="none">
35884 \begin_inset Text
35885
35886 \begin_layout Plain Layout
35887 \begin_inset Info
35888 type  "icon"
35889 arg   "dialog-show-new-inset graphics"
35890 \end_inset
35891
35892
35893 \end_layout
35894
35895 \end_inset
35896 </cell>
35897 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35898 \begin_inset Text
35899
35900 \begin_layout Plain Layout
35901 文章
35902 \end_layout
35903
35904 \end_inset
35905 </cell>
35906 </row>
35907 <row>
35908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35909 \begin_inset Text
35910
35911 \begin_layout Plain Layout
35912 文章
35913 \end_layout
35914
35915 \end_inset
35916 </cell>
35917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35918 \begin_inset Text
35919
35920 \begin_layout Plain Layout
35921 文章
35922 \end_layout
35923
35924 \end_inset
35925 </cell>
35926 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35927 \begin_inset Text
35928
35929 \begin_layout Plain Layout
35930 文章
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 </row>
35936 </lyxtabular>
35937
35938 \end_inset
35939
35940  
35941 \begin_inset Tabular
35942 <lyxtabular version="3" rows="2" columns="3">
35943 <features tabularvalignment="middle">
35944 <column alignment="center" valignment="top">
35945 <column alignment="center" valignment="top">
35946 <column alignment="center" valignment="top">
35947 <row>
35948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35949 \begin_inset Text
35950
35951 \begin_layout Plain Layout
35952 文章
35953 \end_layout
35954
35955 \end_inset
35956 </cell>
35957 <cell alignment="center" valignment="top" topline="true" usebox="none">
35958 \begin_inset Text
35959
35960 \begin_layout Plain Layout
35961 文章
35962 \end_layout
35963
35964 \end_inset
35965 </cell>
35966 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35967 \begin_inset Text
35968
35969 \begin_layout Plain Layout
35970 文章
35971 \end_layout
35972
35973 \end_inset
35974 </cell>
35975 </row>
35976 <row>
35977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35978 \begin_inset Text
35979
35980 \begin_layout Plain Layout
35981 文章
35982 \end_layout
35983
35984 \end_inset
35985 </cell>
35986 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35987 \begin_inset Text
35988
35989 \begin_layout Plain Layout
35990 \begin_inset Info
35991 type  "icon"
35992 arg   "dialog-show-new-inset graphics"
35993 \end_inset
35994
35995
35996 \end_layout
35997
35998 \end_inset
35999 </cell>
36000 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36001 \begin_inset Text
36002
36003 \begin_layout Plain Layout
36004 文章
36005 \end_layout
36006
36007 \end_inset
36008 </cell>
36009 </row>
36010 </lyxtabular>
36011
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \begin_layout Standard
36018 \noindent
36019 \align center
36020 \begin_inset Tabular
36021 <lyxtabular version="3" rows="3" columns="2">
36022 <features tabularvalignment="middle">
36023 <column alignment="center" valignment="top">
36024 <column alignment="center" valignment="top">
36025 <row>
36026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36027 \begin_inset Text
36028
36029 \begin_layout Plain Layout
36030 文章
36031 \end_layout
36032
36033 \end_inset
36034 </cell>
36035 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36036 \begin_inset Text
36037
36038 \begin_layout Plain Layout
36039 文章
36040 \end_layout
36041
36042 \end_inset
36043 </cell>
36044 </row>
36045 <row>
36046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050 \begin_inset Info
36051 type  "icon"
36052 arg   "dialog-show-new-inset graphics"
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \end_inset
36059 </cell>
36060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36061 \begin_inset Text
36062
36063 \begin_layout Plain Layout
36064 文章
36065 \end_layout
36066
36067 \end_inset
36068 </cell>
36069 </row>
36070 <row>
36071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36072 \begin_inset Text
36073
36074 \begin_layout Plain Layout
36075 文章
36076 \end_layout
36077
36078 \end_inset
36079 </cell>
36080 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36081 \begin_inset Text
36082
36083 \begin_layout Plain Layout
36084 文章
36085 \end_layout
36086
36087 \end_inset
36088 </cell>
36089 </row>
36090 </lyxtabular>
36091
36092 \end_inset
36093
36094  
36095 \begin_inset Tabular
36096 <lyxtabular version="3" rows="3" columns="3">
36097 <features tabularvalignment="middle">
36098 <column alignment="center" valignment="top">
36099 <column alignment="center" valignment="top">
36100 <column alignment="center" valignment="top">
36101 <row>
36102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36103 \begin_inset Text
36104
36105 \begin_layout Plain Layout
36106 文章
36107 \end_layout
36108
36109 \end_inset
36110 </cell>
36111 <cell alignment="center" valignment="top" topline="true" usebox="none">
36112 \begin_inset Text
36113
36114 \begin_layout Plain Layout
36115 文章
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36121 \begin_inset Text
36122
36123 \begin_layout Plain Layout
36124 文章
36125 \end_layout
36126
36127 \end_inset
36128 </cell>
36129 </row>
36130 <row>
36131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36132 \begin_inset Text
36133
36134 \begin_layout Plain Layout
36135 文章
36136 \end_layout
36137
36138 \end_inset
36139 </cell>
36140 <cell alignment="center" valignment="top" usebox="none">
36141 \begin_inset Text
36142
36143 \begin_layout Plain Layout
36144 \begin_inset Info
36145 type  "icon"
36146 arg   "dialog-show-new-inset graphics"
36147 \end_inset
36148
36149
36150 \end_layout
36151
36152 \end_inset
36153 </cell>
36154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36155 \begin_inset Text
36156
36157 \begin_layout Plain Layout
36158 文章
36159 \end_layout
36160
36161 \end_inset
36162 </cell>
36163 </row>
36164 <row>
36165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Plain Layout
36169 文章
36170 \end_layout
36171
36172 \end_inset
36173 </cell>
36174 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36175 \begin_inset Text
36176
36177 \begin_layout Plain Layout
36178 文章
36179 \end_layout
36180
36181 \end_inset
36182 </cell>
36183 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36184 \begin_inset Text
36185
36186 \begin_layout Plain Layout
36187 文章
36188 \end_layout
36189
36190 \end_inset
36191 </cell>
36192 </row>
36193 </lyxtabular>
36194
36195 \end_inset
36196
36197  
36198 \begin_inset Tabular
36199 <lyxtabular version="3" rows="3" columns="2">
36200 <features tabularvalignment="middle">
36201 <column alignment="center" valignment="top">
36202 <column alignment="center" valignment="top">
36203 <row>
36204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36205 \begin_inset Text
36206
36207 \begin_layout Plain Layout
36208 文章
36209 \end_layout
36210
36211 \end_inset
36212 </cell>
36213 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36214 \begin_inset Text
36215
36216 \begin_layout Plain Layout
36217 文章
36218 \end_layout
36219
36220 \end_inset
36221 </cell>
36222 </row>
36223 <row>
36224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36225 \begin_inset Text
36226
36227 \begin_layout Plain Layout
36228 文章
36229 \end_layout
36230
36231 \end_inset
36232 </cell>
36233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36234 \begin_inset Text
36235
36236 \begin_layout Plain Layout
36237 \begin_inset Info
36238 type  "icon"
36239 arg   "dialog-show-new-inset graphics"
36240 \end_inset
36241
36242
36243 \end_layout
36244
36245 \end_inset
36246 </cell>
36247 </row>
36248 <row>
36249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36250 \begin_inset Text
36251
36252 \begin_layout Plain Layout
36253 文章
36254 \end_layout
36255
36256 \end_inset
36257 </cell>
36258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36259 \begin_inset Text
36260
36261 \begin_layout Plain Layout
36262 文章
36263 \end_layout
36264
36265 \end_inset
36266 </cell>
36267 </row>
36268 </lyxtabular>
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \begin_layout Standard
36276 \noindent
36277 オブジェクトを挿入した場所に正確に配置したい時には,
36278 \series bold
36279 picinpar
36280 \series default
36281
36282 \begin_inset Index idx
36283 status collapsed
36284
36285 \begin_layout Plain Layout
36286 \SpecialChar LaTeX
36287 ぱっけーじ@\SpecialChar LaTeX
36288 パッケージ ! picinpar
36289 \end_layout
36290
36291 \end_inset
36292
36293 \SpecialChar LaTeX
36294 パッケージを使うことができます.下記はその用例です.
36295 \end_layout
36296
36297 \begin_layout Standard
36298 \begin_inset ERT
36299 status collapsed
36300
36301 \begin_layout Plain Layout
36302
36303
36304 \backslash
36305 ifpicinpar
36306 \end_layout
36307
36308 \end_inset
36309
36310
36311 \begin_inset Note Note
36312 status open
36313
36314 \begin_layout Plain Layout
36315 以下の部分は,\SpecialChar LaTeX
36316 パッケージ
36317 \series bold
36318 picinpar
36319 \series default
36320 が導入されているときのみ表示されます.
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Standard
36329 \begin_inset ERT
36330 status collapsed
36331
36332 \begin_layout Plain Layout
36333
36334
36335 \backslash
36336 begin{window}[2,c,{
36337 \end_layout
36338
36339 \end_inset
36340
36341
36342 \begin_inset Graphics
36343         filename /clipart/mobius.eps
36344         lyxscale 60
36345         width 40col%
36346         scaleBeforeRotation
36347         rotateOrigin center
36348
36349 \end_inset
36350
36351
36352 \begin_inset ERT
36353 status collapsed
36354
36355 \begin_layout Plain Layout
36356
36357 },]
36358 \end_layout
36359
36360 \begin_layout Plain Layout
36361
36362 {}
36363 \end_layout
36364
36365 \end_inset
36366
36367
36368 \size small
36369 It was in the spring of the year 1894 that all London was interested, and
36370  the fashionable world dismayed, by the murder of the Honourable Ronald
36371  Adair under most unusual and inexplicable circumstances.
36372  The public has already learned those particulars of the crime which
36373 \size default
36374
36375 \begin_inset ERT
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379
36380
36381 \backslash
36382 footnotemark{}
36383 \end_layout
36384
36385 \end_inset
36386
36387
36388 \size small
36389  came out in the police investigation, but a good deal was suppressed upon
36390  that occasion, since the case for the prosecution was so overwhelmingly
36391  strong that it was not necessary to bring forward all the facts.
36392  Only now, at the end of nearly ten years, am I allowed to supply those
36393  missing links which make up the whole of that remarkable chain.
36394 \size default
36395
36396 \begin_inset ERT
36397 status collapsed
36398
36399 \begin_layout Plain Layout
36400
36401
36402 \backslash
36403 end{window}
36404 \end_layout
36405
36406 \end_inset
36407
36408
36409 \end_layout
36410
36411 \begin_layout Standard
36412 \begin_inset ERT
36413 status collapsed
36414
36415 \begin_layout Plain Layout
36416
36417
36418 \backslash
36419 footnotetext{
36420 \end_layout
36421
36422 \end_inset
36423
36424 固定オブジェクトのある段落の脚註
36425 \begin_inset ERT
36426 status collapsed
36427
36428 \begin_layout Plain Layout
36429
36430 }
36431 \end_layout
36432
36433 \end_inset
36434
36435
36436 \end_layout
36437
36438 \begin_layout Standard
36439 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36440 ートとは違って,連番のキャプションをつけることはできません.
36441 \end_layout
36442
36443 \begin_layout Standard
36444 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36445 コードで
36446 \end_layout
36447
36448 \begin_layout Standard
36449
36450 \series bold
36451
36452 \backslash
36453 begin{window}[2,c,{
36454 \end_layout
36455
36456 \begin_layout Standard
36457 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36458 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36459 段幅の40
36460 \begin_inset space \thinspace{}
36461 \end_inset
36462
36463 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36464 \end_layout
36465
36466 \begin_layout Standard
36467
36468 \series bold
36469 },説明文]
36470 \begin_inset Newline newline
36471 \end_inset
36472
36473 {}
36474 \end_layout
36475
36476 \begin_layout Standard
36477 というコマンドが挿入されています.2行目に「
36478 \series bold
36479 {}
36480 \series default
36481 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36482 \series bold
36483 {}
36484 \series default
36485 の直後から書き始めてください.段落末には,
36486 \end_layout
36487
36488 \begin_layout Standard
36489
36490 \series bold
36491
36492 \backslash
36493 end{window}
36494 \end_layout
36495
36496 \begin_layout Standard
36497 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36498 \begin_inset CommandInset ref
36499 LatexCommand ref
36500 reference "sec:脚注"
36501
36502 \end_inset
36503
36504 節にあるように,代わりに,段落内で
36505 \series bold
36506
36507 \backslash
36508 footnotemark
36509 \series default
36510 コマンドを使用し,段落外に
36511 \series bold
36512
36513 \backslash
36514 footnotetext
36515 \series default
36516 コマンドを用いてください.
36517 \end_layout
36518
36519 \begin_layout Standard
36520 \begin_inset ERT
36521 status collapsed
36522
36523 \begin_layout Plain Layout
36524
36525
36526 \backslash
36527 else
36528 \end_layout
36529
36530 \end_inset
36531
36532
36533 \begin_inset Note Note
36534 status open
36535
36536 \begin_layout Plain Layout
36537 以下の部分は,\SpecialChar LaTeX
36538 パッケージ
36539 \series bold
36540 picinpar
36541 \series default
36542 が導入されていないときのみ表示されます.
36543 \end_layout
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \begin_layout Standard
36551 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36552 パッケージ
36553 \series bold
36554 picinpar
36555 \series default
36556 を導入する必要があります.
36557 \end_layout
36558
36559 \begin_layout Standard
36560 \begin_inset ERT
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564
36565
36566 \backslash
36567 fi
36568 \end_layout
36569
36570 \end_inset
36571
36572
36573 \end_layout
36574
36575 \begin_layout Section
36576 頭文字
36577 \begin_inset Index idx
36578 status collapsed
36579
36580 \begin_layout Plain Layout
36581 かしらもじ@頭文字
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \begin_inset Index idx
36588 status collapsed
36589
36590 \begin_layout Plain Layout
36591 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36592 \end_layout
36593
36594 \end_inset
36595
36596
36597 \end_layout
36598
36599 \begin_layout Standard
36600 頭文字を用いるには,\SpecialChar LaTeX
36601 パッケージ
36602 \begin_inset Index idx
36603 status collapsed
36604
36605 \begin_layout Plain Layout
36606 \SpecialChar LaTeX
36607 ぱっけーじ@\SpecialChar LaTeX
36608 パッケージ ! lettrine
36609 \end_layout
36610
36611 \end_inset
36612
36613 が導入済みでなくてはならず,文書中で
36614 \family sans
36615 頭文字
36616 \family default
36617 モジュールを使用する必要があります(
36618 \family sans
36619 文書\SpecialChar menuseparator
36620 設定\SpecialChar menuseparator
36621 モジュール
36622 \family default
36623 メニュー).頭文字を挿入するには,
36624 \family sans
36625 頭文字
36626 \family default
36627 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36628 \family sans
36629 挿入
36630 \family default
36631 メニューから挿入できます.必須引数
36632 \family sans
36633 頭文字
36634 \family default
36635 には,頭文字にする文字を入れ,引数
36636 \family sans
36637 頭文字の残り
36638 \family default
36639 には,頭文字の単語若しくは文字列の残りが入ります.引数
36640 \family sans
36641 オプション
36642 \family default
36643 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36644 \series bold
36645 lettrine
36646 \series default
36647 の取扱説明書
36648 \begin_inset CommandInset citation
36649 LatexCommand cite
36650 key "lettrine"
36651 literal "true"
36652
36653 \end_inset
36654
36655 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36656 \shape smallcaps
36657 スモールキャップ体(small caps
36658 \shape default
36659 )で印字されます.
36660 \end_layout
36661
36662 \begin_layout Standard
36663 下記がその例です.
36664 \end_layout
36665
36666 \begin_layout Standard
36667 \begin_inset ERT
36668 status collapsed
36669
36670 \begin_layout Plain Layout
36671
36672
36673 \backslash
36674 iflettrine
36675 \end_layout
36676
36677 \end_inset
36678
36679
36680 \begin_inset Note Note
36681 status open
36682
36683 \begin_layout Plain Layout
36684 以下の部分は,\SpecialChar LaTeX
36685 パッケージ
36686 \series bold
36687 lettrine
36688 \series default
36689 が導入されているときのみ表示されます.
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \begin_layout Enumerate
36698 非必須引数なし.頭文字は,数式フォント
36699 \begin_inset Formula $\mathfrak{Fraktur}$
36700 \end_inset
36701
36702 の「I」.
36703 \end_layout
36704
36705 \begin_deeper
36706 \begin_layout Initial
36707 \begin_inset Argument 2
36708 status open
36709
36710 \begin_layout Plain Layout
36711 \begin_inset Formula $\mathfrak{I}$
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \begin_inset Argument 3
36721 status open
36722
36723 \begin_layout Plain Layout
36724 t
36725 \end_layout
36726
36727 \end_inset
36728
36729  was in the spring of the year 1894 that all London was interested, and
36730  the fashionable world dismayed, by the murder of the Honourable Ronald
36731  Adair under most unusual and inexplicable circumstances.
36732  The public has already learned those particulars of the crime which came
36733  out in the police investigation, but a good deal was suppressed upon that
36734  occasion, since the case for the prosecution was so overwhelmingly strong
36735  that it was not necessary to bring forward all the facts.
36736 \begin_inset Newpage newpage
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \end_deeper
36743 \begin_layout Enumerate
36744 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36745 \end_layout
36746
36747 \begin_deeper
36748 \begin_layout Initial
36749 \begin_inset Argument 1
36750 status open
36751
36752 \begin_layout Plain Layout
36753 lines=1
36754 \end_layout
36755
36756 \end_inset
36757
36758
36759 \begin_inset Argument 2
36760 status open
36761
36762 \begin_layout Plain Layout
36763 It
36764 \end_layout
36765
36766 \end_inset
36767
36768  was in the spring of the year 1894 that all London was interested, and
36769  the fashionable world dismayed, by the murder of the Honourable Ronald
36770  Adair under most unusual and inexplicable circumstances.
36771  The public has already learned those particulars of the crime which came
36772  out in the police investigation, but a good deal was suppressed upon that
36773  occasion, since the case for the prosecution was so overwhelmingly strong
36774  that it was not necessary to bring forward all the facts.
36775 \end_layout
36776
36777 \end_deeper
36778 \begin_layout Enumerate
36779 ぶら下がり頭文字は,数式フォント
36780 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36781 \end_inset
36782
36783 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36784 \shape smallcaps
36785 スモールキャップ体
36786 \shape default
36787 .頭文字に色をつけるには,頭文字の前に
36788 \begin_inset Newline newline
36789 \end_inset
36790
36791
36792 \series bold
36793
36794 \backslash
36795 renewcommand{
36796 \backslash
36797 LettrineFontHook}{
36798 \backslash
36799 color{色}}
36800 \series default
36801
36802 \begin_inset Newline newline
36803 \end_inset
36804
36805 というコマンドを挿入しなくてはなりません.ここで,
36806 \emph on
36807
36808 \emph default
36809 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36810 ブルに
36811 \begin_inset Newline newline
36812 \end_inset
36813
36814
36815 \series bold
36816
36817 \backslash
36818 @ifundefined{textcolor}
36819 \begin_inset Newline newline
36820 \end_inset
36821
36822
36823 \begin_inset space ~
36824 \end_inset
36825
36826 {
36827 \backslash
36828 usepackage{color}}{}
36829 \begin_inset Newline newline
36830 \end_inset
36831
36832
36833 \series default
36834 というコマンドを書きこんでおかなくてはなりません.
36835 \end_layout
36836
36837 \begin_deeper
36838 \begin_layout Standard
36839 \begin_inset ERT
36840 status collapsed
36841
36842 \begin_layout Plain Layout
36843
36844
36845 \backslash
36846 renewcommand{
36847 \backslash
36848 LettrineFontHook}{
36849 \backslash
36850 color{magenta}}
36851 \end_layout
36852
36853 \end_inset
36854
36855
36856 \begin_inset Note Note
36857 status collapsed
36858
36859 \begin_layout Plain Layout
36860
36861 \lang english
36862 makes the initial magenta
36863 \end_layout
36864
36865 \end_inset
36866
36867
36868 \end_layout
36869
36870 \begin_layout Initial
36871 \begin_inset Argument 1
36872 status open
36873
36874 \begin_layout Plain Layout
36875 lines=3, lhang=0.33, loversize=0.25
36876 \end_layout
36877
36878 \end_inset
36879
36880
36881 \begin_inset Argument 2
36882 status open
36883
36884 \begin_layout Plain Layout
36885 \begin_inset Formula $\mathcal{I}$
36886 \end_inset
36887
36888
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \begin_inset Argument 3
36895 status open
36896
36897 \begin_layout Plain Layout
36898 t was in the spring
36899 \end_layout
36900
36901 \end_inset
36902
36903  of the year 1894 that all London was interested, and the fashionable world
36904  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36905  and inexplicable circumstances.
36906  The public has already learned those particulars of the crime which came
36907  out in the police investigation, but a good deal was suppressed upon that
36908  occasion, since the case for the prosecution was so overwhelmingly strong
36909  that it was not necessary to bring forward all the facts.
36910 \end_layout
36911
36912 \end_deeper
36913 \begin_layout Standard
36914 \begin_inset ERT
36915 status collapsed
36916
36917 \begin_layout Plain Layout
36918
36919
36920 \backslash
36921 else
36922 \end_layout
36923
36924 \end_inset
36925
36926
36927 \begin_inset Note Note
36928 status open
36929
36930 \begin_layout Plain Layout
36931 以下の部分は,\SpecialChar LaTeX
36932 パッケージ
36933 \series bold
36934 lettrine
36935 \series default
36936 が導入されていないときのみ表示されます.
36937 \end_layout
36938
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \begin_layout Standard
36945 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36946 パッケージ
36947 \series bold
36948 lettrine
36949 \series default
36950 を導入する必要があります.
36951 \end_layout
36952
36953 \begin_layout Standard
36954 \begin_inset ERT
36955 status collapsed
36956
36957 \begin_layout Plain Layout
36958
36959
36960 \backslash
36961 fi
36962 \end_layout
36963
36964 \end_inset
36965
36966
36967 \end_layout
36968
36969 \begin_layout Chapter
36970 外部文書構成要素
36971 \begin_inset Index idx
36972 status collapsed
36973
36974 \begin_layout Plain Layout
36975 がいぶぶんしょこうせいようそ@外部文書構成要素
36976 \end_layout
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Standard
36984
36985 \family sans
36986 挿入\SpecialChar menuseparator
36987 ファイル
36988 \family default
36989 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
36990 \end_layout
36991
36992 \begin_layout Description
36993 \SpecialChar LyX
36994 文書 別の\SpecialChar LyX
36995 文書.その内容は直接使用中の文書に挿入されます.
36996 \end_layout
36997
36998 \begin_layout Description
36999 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
37000 \end_layout
37001
37002 \begin_layout Description
37003 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
37004 \end_layout
37005
37006 \begin_layout Description
37007 外部素材 様々な書式のファイル.
37008 \end_layout
37009
37010 \begin_layout Description
37011 子文書 \SpecialChar LyX
37012 あるいは\SpecialChar LaTeX
37013 文書.
37014 \end_layout
37015
37016 \begin_layout Section
37017 外部素材
37018 \begin_inset Index idx
37019 status collapsed
37020
37021 \begin_layout Plain Layout
37022 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
37023 \end_layout
37024
37025 \end_inset
37026
37027
37028 \end_layout
37029
37030 \begin_layout Standard
37031 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
37032 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
37033 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
37034 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
37035 設定の
37036 \family sans
37037 操作性\SpecialChar menuseparator
37038 表示
37039 \family default
37040 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
37041 中に表示されるようになります.
37042 \end_layout
37043
37044 \begin_layout Standard
37045 外部素材は,
37046 \family sans
37047 挿入
37048 \family default
37049 \SpecialChar menuseparator
37050
37051 \family sans
37052 ファイル
37053 \family default
37054 \SpecialChar menuseparator
37055
37056 \family sans
37057 外部素材
37058 \family default
37059 メニューで開くことのできる
37060 \family sans
37061 外部素材
37062 \family default
37063 ダイアログから挿入することができます.目下,以下のファイル形式(
37064 \family sans
37065 ひな型
37066 \family default
37067 )が使用できます.
37068 \end_layout
37069
37070 \begin_layout Description
37071 チェス棋譜 このひな型は,
37072 \series bold
37073
37074 \begin_inset CommandInset href
37075 LatexCommand href
37076 name "XBoard"
37077 target "http://en.wikipedia.org/wiki/XBoard"
37078 literal "false"
37079
37080 \end_inset
37081
37082
37083 \series default
37084 プログラムで作成されたチェス棋譜をサポートします.
37085 \end_layout
37086
37087 \begin_layout Description
37088 Dia このひな型は,
37089 \series bold
37090
37091 \begin_inset CommandInset href
37092 LatexCommand href
37093 name "Dia"
37094 target "http://ja.wikipedia.org/wiki/Dia_%28%E3%82%BD%E3%83%95%E3%83%88%E3%82%A6%E3%82%A7%E3%82%A2%29"
37095 literal "false"
37096
37097 \end_inset
37098
37099
37100 \series default
37101 プログラムで作成したダイアグラムをサポートします.
37102 \end_layout
37103
37104 \begin_layout Description
37105 Gnumeric表計算表 このひな型では,
37106 \series bold
37107
37108 \begin_inset CommandInset href
37109 LatexCommand href
37110 name "Gnumeric"
37111 target "http://ja.wikipedia.org/wiki/Gnumeric"
37112 literal "false"
37113
37114 \end_inset
37115
37116
37117 \series default
37118
37119 \begin_inset CommandInset href
37120 LatexCommand href
37121 name "OpenDocument"
37122 target "http://ja.wikipedia.org/wiki/OpenDocument"
37123 literal "false"
37124
37125 \end_inset
37126
37127
37128 \begin_inset CommandInset href
37129 LatexCommand href
37130 name "Microsoft Office XML"
37131 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37132 literal "false"
37133
37134 \end_inset
37135
37136
37137 \begin_inset CommandInset href
37138 LatexCommand href
37139 name "Office Open XML"
37140 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
37141 literal "false"
37142
37143 \end_inset
37144
37145 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37146 の初期設定中に
37147 \family typewriter
37148 ssconvert
37149 \family default
37150 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37151 みである必要があります.用例と制約については,\SpecialChar LyX
37152 用例ファイル
37153 \emph on
37154 spreadsheet.lyx
37155 \emph default
37156 をご覧ください.
37157 \end_layout
37158
37159 \begin_layout Description
37160 Inkscape
37161 \lang english
37162  This template supports specific scalable images derived from scalable vector
37163  graphics (SVG), in which the contained text is replaced by a version typeset
37164  by \SpecialChar LaTeX
37165  (and hence in the current document font).
37166  It relies on a feature of the program 
37167 \series bold
37168
37169 \begin_inset CommandInset href
37170 LatexCommand href
37171 name "Inkscape"
37172 target "https://inkscape.org/"
37173 literal "false"
37174
37175 \end_inset
37176
37177
37178 \series default
37179  which creates a special PDF or EPS and \SpecialChar LaTeX
37180  file from a given SVG file (in
37181  
37182 \noun on
37183 Inkscape
37184 \noun default
37185  itself, the feature is available via the option 
37186 \family sans
37187 Omit text in PDF and create LaTeX file
37188 \family default
37189  when saving a drawing as PDF or EPS).
37190  The benefit of such files is a uniform text style throughout the whole
37191  document.
37192 \begin_inset Newline newline
37193 \end_inset
37194
37195 The external template reads SVG files and uses a converter program to generate
37196  the respective PDF\SpecialChar breakableslash
37197 EPS and \SpecialChar LaTeX
37198  files (via
37199 \noun on
37200  
37201 \noun default
37202 Inkscape
37203 \noun on
37204 )
37205 \noun default
37206  on the fly, so you don't have to export those files yourself.
37207  If you prefer the latter and want use given 
37208 \family typewriter
37209 *.pdf
37210 \family default
37211  and 
37212 \family typewriter
37213 *.pdf_tex
37214 \family default
37215  or 
37216 \family typewriter
37217 *.eps
37218 \family default
37219  and 
37220 \family typewriter
37221 *.eps_tex
37222 \family default
37223  files instead, simply input the respective 
37224 \family typewriter
37225 *.pdf_tex
37226 \family default
37227  or 
37228 \family typewriter
37229 *.eps_tex
37230 \family default
37231  file via the 
37232 \family sans
37233 Child Documents
37234 \family default
37235  dialog (see sec.
37236 \begin_inset space ~
37237 \end_inset
37238
37239
37240 \begin_inset CommandInset ref
37241 LatexCommand ref
37242 reference "sec:Child-Documents"
37243
37244 \end_inset
37245
37246 ) rather than using this template.
37247 \begin_inset Newline newline
37248 \end_inset
37249
37250 You can use \SpecialChar TeX
37251  code commands such as 
37252 \series bold
37253
37254 \backslash
37255 Large
37256 \series default
37257
37258 \series bold
37259
37260 \backslash
37261 small
37262 \series default
37263 , etc.
37264 \begin_inset space \space{}
37265 \end_inset
37266
37267 in the text of the SVG.
37268  The size of the font will be taken from the settings of the \SpecialChar LyX
37269  document.
37270  Please refer to 
37271 \begin_inset CommandInset citation
37272 LatexCommand cite
37273 key "Inkscape"
37274 literal "false"
37275
37276 \end_inset
37277
37278  for more information and examples.
37279 \end_layout
37280
37281 \begin_layout Description
37282 この外部ひな型は,\SpecialChar LaTeX
37283 で書かれたテキストを含むベクトルグラフィック画像(SVG)をサポートします.ただし,
37284 \noun on
37285 Inkscape
37286 \noun default
37287  
37288 \begin_inset CommandInset citation
37289 LatexCommand cite
37290 key "Inkscape"
37291 literal "false"
37292
37293 \end_inset
37294
37295 プログラムで図をPDFとして保存する際に,
37296 \family sans
37297 Omit text in PDF and create LaTeX file
37298 \family default
37299 オプションを指定することが前提です.これによって,\SpecialChar LaTeX
37300 がテキストを組版できる形で,SVG画像をインクルードすることができます.このようなSVGを使う利点として,文書
37301 全体で文字様式を統一することができることが挙げられます.
37302 \begin_inset Newline newline
37303 \end_inset
37304
37305 SVGのテキスト中では, 
37306 \series bold
37307
37308 \backslash
37309 Large
37310 \series default
37311
37312 \series bold
37313
37314 \backslash
37315 small
37316 \series default
37317 のような\SpecialChar TeX
37318 コードコマンドを使用することができます.フォントの大きさは,\SpecialChar LyX
37319 文書の設定から採用されます.詳しい情報と用例については
37320 \begin_inset CommandInset citation
37321 LatexCommand cite
37322 key "Inkscape"
37323 literal "false"
37324
37325 \end_inset
37326
37327 を参照してください.
37328 \begin_inset Newline newline
37329 \end_inset
37330
37331 このように画像テキストは,周囲のフォント設定を考慮に入れますが,\SpecialChar LyX
37332 中のプレビューではそうならないことに注意してください.外部差込枠をプレビュー差込枠の中に入れると
37333
37334 \family sans
37335 挿入\SpecialChar menuseparator
37336 プレビュー
37337 \family default
37338 メニュー),より良い結果が得られます.
37339 \begin_inset Newline newline
37340 \end_inset
37341
37342 このひな型は,Xfigサポートと非常に似た動作をします.\SpecialChar LyX
37343 は画像中のテキストを独立した\SpecialChar TeX
37344 ファイルに抜き出し,残りをPDFファイルに生成します.
37345 \end_layout
37346
37347 \begin_layout Description
37348 Lilypond組版楽譜 このひな型は,
37349 \series bold
37350
37351 \begin_inset CommandInset href
37352 LatexCommand href
37353 name "LilyPond"
37354 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
37355 literal "false"
37356
37357 \end_inset
37358
37359
37360 \series default
37361 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37362 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37363 用例ファイル
37364 \emph on
37365 lilypond.lyx
37366 \emph default
37367 をご覧ください.
37368 \end_layout
37369
37370 \begin_layout Description
37371 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37372 \family sans
37373 \SpecialChar LaTeX
37374 と\SpecialChar LyX
37375 オプション
37376 \family default
37377 タブ中の
37378 \family sans
37379 オプション
37380 \family default
37381 フィールドに
37382 \emph on
37383 pages
37384 \emph default
37385 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37386 \series bold
37387 pages={3,5,6,8}
37388 \series default
37389 の形で入れる)やページ範囲(
37390 \series bold
37391 pages={4-9}
37392 \series default
37393 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37394 \series bold
37395 pages={3,{},8-11,15}
37396 \series default
37397 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37398 \emph on
37399 開始頁-終了頁
37400 \emph default
37401 の文法で指定します.これは,
37402 \emph on
37403 開始頁
37404 \emph default
37405
37406 \emph on
37407 終了頁
37408 \emph default
37409 の間のすべてのページを選択します.
37410 \emph on
37411 開始頁
37412 \emph default
37413 を省略すると,1ページ目を指定したのと同じ事になり,
37414 \emph on
37415 終了頁
37416 \emph default
37417 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37418 \series bold
37419 last
37420 \series default
37421 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37422 \series bold
37423 pages=-
37424 \series default
37425 は文書の全ページを挿入することになり,
37426 \series bold
37427 pages=last-1
37428 \series default
37429 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37430 \begin_inset Newline newline
37431 \end_inset
37432
37433
37434 \series bold
37435 noautoscale
37436 \series default
37437 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37438 \family sans
37439 寸法と回転
37440 \family default
37441 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37442 \series bold
37443 noautoscale
37444 \series default
37445 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37446 パッケージ
37447 \series bold
37448 pdfpages
37449 \series default
37450 の取扱説明書
37451 \begin_inset CommandInset citation
37452 LatexCommand cite
37453 key "pdfpages"
37454 literal "true"
37455
37456 \end_inset
37457
37458 をご参照ください.
37459 \begin_inset Index idx
37460 status collapsed
37461
37462 \begin_layout Plain Layout
37463 \SpecialChar LaTeX
37464 ぱっけーじ@\SpecialChar LaTeX
37465 パッケージ ! pdfpages
37466 \end_layout
37467
37468 \end_inset
37469
37470
37471 \begin_inset Newline newline
37472 \end_inset
37473
37474 このひな型を
37475 \family sans
37476 Beamer
37477 \family default
37478 プレゼンテーションで使用するには,まず
37479 \family sans
37480 フレーム終了
37481 \family default
37482 環境を挿入して,続く段落で\SpecialChar TeX
37483 コードボックスを挿入し,
37484 \series bold
37485
37486 \backslash
37487 setbeamertemplate{background canvas}{}
37488 \series default
37489 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37490 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37491 に,ひな型を含む段落には,
37492 \family sans
37493 既定
37494 \family default
37495 配置を用いるようにしてください.
37496 \begin_inset Newline newline
37497 \end_inset
37498
37499 下記は,-5度回転させたPDFを取り込んだものです.
37500 \begin_inset Newline newline
37501 \end_inset
37502
37503
37504 \begin_inset Graphics
37505         filename /clipart/Abstract.pdf
37506         rotateAngle -5
37507         rotateOrigin leftBottom
37508
37509 \end_inset
37510
37511
37512 \begin_inset Newline newline
37513 \end_inset
37514
37515
37516 \begin_inset Note Greyedout
37517 status open
37518
37519 \begin_layout Plain Layout
37520
37521 \series bold
37522 【訳註】
37523 \series default
37524 \SpecialChar LaTeX
37525 パッケージ
37526 \series bold
37527 pdfpages
37528 \series default
37529 は,pdflatexに基づいており,\SpecialChar LaTeX
37530 では組版ができない(\SpecialChar LaTeX
37531 パッケージ
37532 \series bold
37533 pdfpages
37534 \series default
37535 取扱説明書
37536 \begin_inset CommandInset citation
37537 LatexCommand cite
37538 key "pdfpages"
37539 literal "true"
37540
37541 \end_inset
37542
37543 参照)ため,この外部素材はp\SpecialChar LaTeX
37544 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37545 \family sans
37546 挿入\SpecialChar menuseparator
37547 ファイル\SpecialChar menuseparator
37548 外部素材
37549 \family default
37550
37551 \family sans
37552 ひな型
37553 \family default
37554
37555 \family sans
37556 PDFページ
37557 \family default
37558 を指定して挿入されていますが,ここでは
37559 \family sans
37560 挿入\SpecialChar menuseparator
37561 画像
37562 \family default
37563 を使用して挿入しています.
37564 \end_layout
37565
37566 \end_inset
37567
37568
37569 \end_layout
37570
37571 \begin_layout Description
37572 ラスター画像 これはビットマップ画像に使用します.
37573 \family sans
37574 外部素材
37575 \family default
37576 ダイアログを使って入れる画像は,第
37577 \begin_inset CommandInset ref
37578 LatexCommand ref
37579 reference "sec:画像ダイアログ"
37580
37581 \end_inset
37582
37583 節にあるように
37584 \family sans
37585 画像
37586 \family default
37587 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37588 \begin_inset External
37589         template RasterImage
37590         filename clipart/ToolbarEnvBox.png
37591
37592 \end_inset
37593
37594
37595 \end_layout
37596
37597 \begin_layout Description
37598 ベクトル画像 これは,ベクトル画像に使用することができます. 
37599 \family sans
37600 外部素材
37601 \family default
37602 ダイアログを使って入れる画像は,第
37603 \begin_inset CommandInset ref
37604 LatexCommand ref
37605 reference "sec:画像ダイアログ"
37606
37607 \end_inset
37608
37609 節にあるように
37610 \family sans
37611 画像
37612 \family default
37613 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37614 \begin_inset External
37615         template VectorGraphics
37616         filename /clipart/SVG-Drawing.svg
37617         lyxscale 50
37618         scale 33
37619
37620 \end_inset
37621
37622
37623 \end_layout
37624
37625 \begin_layout Description
37626 XFig このひな型は,
37627 \begin_inset CommandInset href
37628 LatexCommand href
37629 name "Xfig"
37630 target "http://ja.wikipedia.org/wiki/Xfig"
37631 literal "false"
37632
37633 \end_inset
37634
37635 プログラムで作成した画像をサポートします.
37636 \end_layout
37637
37638 \begin_layout Standard
37639
37640 \family sans
37641 外部素材
37642 \family default
37643 ダイアログの
37644 \family sans
37645 ファイル
37646 \family default
37647 タブ中で
37648 \family sans
37649 下書き
37650 \family default
37651 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37652 \begin_inset Newline newline
37653 \end_inset
37654
37655 \SpecialChar LyX
37656 中での外部素材は,ダイアログ内の
37657 \family sans
37658 LaTeXとLyXのオプション
37659 \family default
37660 タブにある
37661 \family sans
37662 LyX内に表示
37663 \family default
37664 オプションの指定に従って,
37665 \begin_inset Graphics
37666         filename clipart/ExternalMaterial.png
37667         scale 95
37668         scaleBeforeRotation
37669
37670 \end_inset
37671
37672 のようなボックスとして表示されるか,画像として表示されます.
37673 \end_layout
37674
37675 \begin_layout Standard
37676 取扱説明書
37677 \family sans
37678 \emph on
37679 カスタマイズ篇
37680 \family default
37681 \emph default
37682 には,自製のひな型を定義する方法が説明されています.
37683 \end_layout
37684
37685 \begin_layout Section
37686 子文書
37687 \begin_inset CommandInset label
37688 LatexCommand label
37689 name "sec:子文書"
37690
37691 \end_inset
37692
37693
37694 \begin_inset Index idx
37695 status collapsed
37696
37697 \begin_layout Plain Layout
37698 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37699 \end_layout
37700
37701 \end_inset
37702
37703
37704 \begin_inset Index idx
37705 status collapsed
37706
37707 \begin_layout Plain Layout
37708 ふぁいる@ファイル ! いんくるーど@インクルード
37709 \end_layout
37710
37711 \end_inset
37712
37713
37714 \end_layout
37715
37716 \begin_layout Standard
37717 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37718 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37719 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37720 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37721 \end_layout
37722
37723 \begin_layout Standard
37724 親文書を開くことなく子文書で作業できるようにするには,子文書の
37725 \family sans
37726 文書
37727 \family default
37728 \SpecialChar menuseparator
37729
37730 \family sans
37731 設定
37732 \family default
37733 \SpecialChar menuseparator
37734
37735 \family sans
37736 文書クラス
37737 \family default
37738 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37739 がバックグラウンドでこの親文書を扱うようになります.
37740 \end_layout
37741
37742 \begin_layout Standard
37743 取り込んだ文書は,\SpecialChar LyX
37744 中で
37745 \begin_inset Graphics
37746         filename clipart/ChildDocument.png
37747         scale 95
37748         scaleBeforeRotation
37749
37750 \end_inset
37751
37752 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37753 \family sans
37754 挿入
37755 \family default
37756 \SpecialChar menuseparator
37757
37758 \family sans
37759 ファイル
37760 \family default
37761 \SpecialChar menuseparator
37762
37763 \family sans
37764 子文書
37765 \family default
37766 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37767 \end_layout
37768
37769 \begin_layout Description
37770 内包(include) \SpecialChar LyX
37771 文書と\SpecialChar LaTeX
37772 文書は,内包することができます.
37773 \family sans
37774 子文書
37775 \family default
37776 ダイアログの
37777 \family sans
37778 編集
37779 \family default
37780 ボタンを押すと,内包された文書が,\SpecialChar LyX
37781 中に新規ファイルタブとして開き,修正ができるようになります.
37782 \begin_inset Newline newline
37783 \end_inset
37784
37785
37786 \end_layout
37787
37788 \begin_layout Standard
37789 以下は,
37790 \family sans
37791 内包(include)
37792 \family default
37793 を使用して挿入した子文書です. 
37794 \begin_inset CommandInset include
37795 LatexCommand include
37796 filename "DummyDocument1.lyx"
37797
37798 \end_inset
37799
37800
37801 \end_layout
37802
37803 \begin_layout Standard
37804 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37805 あります.取り込んだ文書のラベルは,第
37806 \begin_inset CommandInset ref
37807 LatexCommand ref
37808 reference "subsec:外部文書の第1小節"
37809
37810 \end_inset
37811
37812 小節,のように参照することができます.
37813 \end_layout
37814
37815 \begin_layout Standard
37816 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37817 は,新規頁から始まるように挿入され,改頁して終わります.
37818 \end_layout
37819
37820 \begin_layout Standard
37821 \begin_inset Note Greyedout
37822 status open
37823
37824 \begin_layout Plain Layout
37825
37826 \series bold
37827 【註】
37828 \series default
37829 \SpecialChar LyX
37830 または\SpecialChar LaTeX
37831 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37832
37833 \end_layout
37834
37835 \end_inset
37836
37837
37838 \end_layout
37839
37840 \begin_layout Description
37841 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37842 \end_layout
37843
37844 \begin_deeper
37845 \begin_layout Itemize
37846 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37847 \end_layout
37848
37849 \begin_layout Itemize
37850 入力ファイルは,\SpecialChar LyX
37851 設定の操作性
37852 \family sans
37853 \SpecialChar menuseparator
37854 表示
37855 \family default
37856 の下にある
37857 \family sans
37858 画像を表示
37859 \family default
37860 を有効にすると,\SpecialChar LyX
37861 中でプレビューすることができます.
37862 \end_layout
37863
37864 \begin_layout Itemize
37865 \SpecialChar LaTeX
37866 コマンドの
37867 \series bold
37868
37869 \backslash
37870 includeonly
37871 \series default
37872 は使用することができません.
37873 \end_layout
37874
37875 \end_deeper
37876 \begin_layout Standard
37877 右は,
37878 \family sans
37879 入力(input)
37880 \family default
37881 を使って挿入した子文書です. 
37882 \begin_inset CommandInset include
37883 LatexCommand input
37884 filename "DummyDocument2.lyx"
37885
37886 \end_inset
37887
37888
37889 \end_layout
37890
37891 \begin_layout Description
37892 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37893 用いられているコマンドは実行されません.
37894 \family sans
37895 出力の空白に印付けをする
37896 \family default
37897 オプションを有効にすると,ソースコード中のすべての空白文字に「
37898 \begin_inset ERT
37899 status collapsed
37900
37901 \begin_layout Plain Layout
37902
37903
37904 \backslash
37905 textvisiblespace 
37906 \end_layout
37907
37908 \end_inset
37909
37910 」文字を表示させることができます.
37911 \family sans
37912 挿入\SpecialChar menuseparator
37913 ファイル\SpecialChar menuseparator
37914 平文
37915 \family default
37916 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37917 中に表示されないことです.
37918 \end_layout
37919
37920 \begin_layout Standard
37921 以下は,原文儘として挿入された子文書です. 
37922 \begin_inset CommandInset include
37923 LatexCommand verbatiminput
37924 filename "DummyTextDocument.txt"
37925
37926 \end_inset
37927
37928
37929 \begin_inset VSpace bigskip
37930 \end_inset
37931
37932 以下は,
37933 \family sans
37934 出力の空白に印付けをする
37935 \family default
37936 オプションを指定して,原文儘として挿入された子文書です. 
37937 \begin_inset CommandInset include
37938 LatexCommand verbatiminput*
37939 filename "DummyTextDocument.txt"
37940
37941 \end_inset
37942
37943
37944 \end_layout
37945
37946 \begin_layout Standard
37947 \begin_inset VSpace bigskip
37948 \end_inset
37949
37950
37951 \end_layout
37952
37953 \begin_layout Standard
37954 \begin_inset Note Greyedout
37955 status open
37956
37957 \begin_layout Plain Layout
37958
37959 \series bold
37960 【註】
37961 \series default
37962 上記の例でわかるように,
37963 \family sans
37964 原文儘(verbatim)
37965 \family default
37966 として取り込んだ文書の文章は,文書行の終わりで改行されません.
37967 \end_layout
37968
37969 \end_inset
37970
37971
37972 \end_layout
37973
37974 \begin_layout Standard
37975 \begin_inset Note Greyedout
37976 status open
37977
37978 \begin_layout Plain Layout
37979
37980 \series bold
37981 【訳註】
37982 \series default
37983 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
37984 \end_layout
37985
37986 \end_inset
37987
37988
37989 \end_layout
37990
37991 \begin_layout Description
37992 プログラムリスト この型については,第
37993 \begin_inset CommandInset ref
37994 LatexCommand ref
37995 reference "cha:プログラムコードリスト"
37996
37997 \end_inset
37998
37999 章に説明されています.
38000 \end_layout
38001
38002 \begin_layout Standard
38003 \begin_inset Note Greyedout
38004 status open
38005
38006 \begin_layout Plain Layout
38007
38008 \series bold
38009 【註】
38010 \series default
38011 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
38012 で問題が発生する可能性があります.
38013 \end_layout
38014
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \begin_layout Standard
38021 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
38022 一部を出力から排除することができます.これは,
38023 \family sans
38024 文書\SpecialChar menuseparator
38025 設定\SpecialChar menuseparator
38026 子文書
38027 \family default
38028 メニューから行うことができます.そこの一覧中の各子文書の
38029 \family sans
38030 出力に含める
38031 \family default
38032 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
38033 とにご注意ください).
38034 \family sans
38035 カウンタと引用を維持
38036 \family default
38037 オプションを有効にすると,\SpecialChar LyX
38038 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
38039 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
38040 はバックグラウンドで文書全体を処理しなくてはなりません.
38041 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
38042 \end_layout
38043
38044 \begin_layout Standard
38045 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
38046 \begin_inset Foot
38047 status collapsed
38048
38049 \begin_layout Plain Layout
38050 派生枝は,\SpecialChar LyX
38051
38052 \emph on
38053 ユーザーの手引き
38054 \emph default
38055
38056 \emph on
38057 派生枝
38058 \emph default
38059 の節に説明されています.
38060 \end_layout
38061
38062 \end_inset
38063
38064 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38065 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38066 \end_layout
38067
38068 \begin_layout Chapter
38069 プログラムコードリスト
38070 \begin_inset CommandInset label
38071 LatexCommand label
38072 name "cha:プログラムコードリスト"
38073
38074 \end_inset
38075
38076
38077 \begin_inset Index idx
38078 status collapsed
38079
38080 \begin_layout Plain Layout
38081 りすと@リスト
38082 \end_layout
38083
38084 \end_inset
38085
38086
38087 \begin_inset Index idx
38088 status collapsed
38089
38090 \begin_layout Plain Layout
38091 ぷろぐらむこーど@プログラムコード
38092 \end_layout
38093
38094 \end_inset
38095
38096
38097 \begin_inset Index idx
38098 status collapsed
38099
38100 \begin_layout Plain Layout
38101 ふろーと@フロート ! りすと@リスト
38102 \end_layout
38103
38104 \end_inset
38105
38106
38107 \end_layout
38108
38109 \begin_layout Standard
38110 プログラムコードを取り込んで組版するには,
38111 \family sans
38112 挿入
38113 \family default
38114 \SpecialChar menuseparator
38115
38116 \family sans
38117 プログラムリスト
38118 \family default
38119 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38120 パッケージ
38121 \series bold
38122 listings
38123 \series default
38124
38125 \begin_inset Index idx
38126 status collapsed
38127
38128 \begin_layout Plain Layout
38129 \SpecialChar LaTeX
38130 ぱっけーじ@\SpecialChar LaTeX
38131 パッケージ ! listings
38132 \end_layout
38133
38134 \end_inset
38135
38136 または
38137 \series bold
38138 minted
38139 \series default
38140
38141 \begin_inset Index idx
38142 status collapsed
38143
38144 \begin_layout Plain Layout
38145 \SpecialChar LaTeX
38146 ぱっけーじ@\SpecialChar LaTeX
38147 パッケージ ! minted
38148 \end_layout
38149
38150 \end_inset
38151
38152 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,これらのパッケージのうち一つしか使うことができません.既定値では,
38153 \series bold
38154 listings
38155 \series default
38156 が用いられます.
38157 \end_layout
38158
38159 \begin_layout Standard
38160 \begin_inset Note Note
38161 status open
38162
38163 \begin_layout Plain Layout
38164
38165 \series bold
38166 【註】
38167 \series default
38168 \SpecialChar LyX
38169 は,ユーザーが変換子の定義に
38170 \family typewriter
38171 -shell-escape
38172 \family default
38173 オプションを付けることを推奨したく
38174 \emph on
38175 ありません
38176 \emph default
38177 .これは動作しますが,莫大なセキュリティリスクを背負い込むことになります.これへの対処については,活発な議論が交わされています.これは,解決次第,適切にアップデ
38178 ートされる可能性があります.
38179 \end_layout
38180
38181 \begin_layout Plain Layout
38182 =====
38183 \end_layout
38184
38185 \begin_layout Plain Layout
38186
38187 \series bold
38188 minted
38189 \series default
38190 を使うためには,文書設定の
38191 \family sans
38192 プログラムリスト
38193 \family default
38194 で,文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
38195 \series bold
38196 minted
38197 \series default
38198 は,追加的に
38199 \noun on
38200 Python
38201 \noun default
38202 ソフトウェアの
38203 \family sans
38204 pygments
38205 \family default
38206 モジュールを必要とし
38207 \begin_inset Foot
38208 status collapsed
38209
38210 \begin_layout Plain Layout
38211 Windows版\SpecialChar LyX
38212 では,
38213 \family sans
38214 pygments
38215 \family default
38216 はすでに導入済みです.
38217 \end_layout
38218
38219 \end_inset
38220
38221 ,\SpecialChar LaTeX
38222 処理子に
38223 \family typewriter
38224 -shell-escape
38225 \family default
38226 オプションを付ける必要があります.例えば,文書を
38227 \family sans
38228 PDF
38229 \begin_inset space ~
38230 \end_inset
38231
38232 (pdflatex)
38233 \family default
38234 形式で閲覧・書き出ししたい場合には,\SpecialChar LyX
38235 設定の
38236 \family sans
38237 ファイル処理\SpecialChar menuseparator
38238 変換子
38239 \family default
38240 に行って,
38241 \family sans
38242 LaTeX
38243 \begin_inset space ~
38244 \end_inset
38245
38246 (pdflatex) -> PDF
38247 \begin_inset space ~
38248 \end_inset
38249
38250 (pdflatex)
38251 \family default
38252 項目を開き,
38253 \family sans
38254 変換子
38255 \family default
38256 フィールドを見ます.この内容は,既定では
38257 \begin_inset Newline newline
38258 \end_inset
38259
38260
38261 \series bold
38262 pdflatex $$i
38263 \series default
38264
38265 \begin_inset Newline newline
38266 \end_inset
38267
38268 となっているはずですが,これを
38269 \begin_inset Newline newline
38270 \end_inset
38271
38272
38273 \series bold
38274 pdflatex $$i -shell-escape
38275 \begin_inset Newline newline
38276 \end_inset
38277
38278
38279 \series default
38280 に変更して,
38281 \family sans
38282 修正
38283 \family default
38284 ボタンを押し,引き続き
38285 \family sans
38286 適用
38287 \family default
38288
38289 \family sans
38290 保存
38291 \family default
38292 を押してください.
38293 \family sans
38294 PDF
38295 \begin_inset space ~
38296 \end_inset
38297
38298 (LuaTeX)
38299 \family default
38300
38301 \family sans
38302 PDF
38303 \begin_inset space ~
38304 \end_inset
38305
38306 (XeTeX)
38307 \family default
38308 の出力形式に対しても,同じことを行います.
38309 \end_layout
38310
38311 \end_inset
38312
38313
38314 \end_layout
38315
38316 \begin_layout Standard
38317 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38318 \end_layout
38319
38320 \begin_layout Standard
38321 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38322 \family sans
38323 行内リスト
38324 \family default
38325 を指定すると,リストは
38326 \begin_inset listings
38327 lstparams "language={C++}"
38328 inline true
38329 status collapsed
38330
38331 \begin_layout Plain Layout
38332
38333 int a=5;
38334 \end_layout
38335
38336 \end_inset
38337
38338 のように行内に印字されます.
38339 \begin_inset Newline newline
38340 \end_inset
38341
38342
38343 \family sans
38344 フロート
38345 \family default
38346 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38347 \begin_inset CommandInset ref
38348 LatexCommand ref
38349 reference "sec:フロートの配置"
38350
38351 \end_inset
38352
38353 節に説明されているフロート配置オプションに従って,「
38354 \family sans
38355 h
38356 \family default
38357 」「
38358 \family sans
38359 t
38360 \family default
38361 」「
38362 \family sans
38363 b
38364 \family default
38365 」「
38366 \family sans
38367 p
38368 \family default
38369 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38370 \family sans
38371 htbp
38372 \family default
38373 」のように区切りを入れることなく入力することができます.「
38374 \family sans
38375 h
38376 \family default
38377 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38378 \family sans
38379 フロート
38380 \family default
38381 オプションを使用しなければ大丈夫です.
38382 \end_layout
38383
38384 \begin_layout Standard
38385
38386 \family sans
38387 挿入
38388 \family default
38389 \SpecialChar menuseparator
38390
38391 \family sans
38392 キャプション
38393 \family default
38394 メニューを使えば,行中でないプログラムリストには,キャプションを付けることができます.プログラムリストは,フロート同様,リスト
38395 \begin_inset CommandInset ref
38396 LatexCommand ref
38397 reference "lst:ListFloat"
38398
38399 \end_inset
38400
38401 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38402 \family sans
38403 挿入\SpecialChar menuseparator
38404 一覧/目次\SpecialChar menuseparator
38405 プログラムリスト一覧
38406 \family default
38407 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38408 \end_layout
38409
38410 \begin_layout Standard
38411 \begin_inset listings
38412 lstparams "language=Python"
38413 inline false
38414 status open
38415
38416 \begin_layout Plain Layout
38417
38418 \begin_inset Caption Standard
38419
38420 \begin_layout Plain Layout
38421 \begin_inset CommandInset label
38422 LatexCommand label
38423 name "lst:ListFloat"
38424
38425 \end_inset
38426
38427 Example Listing Float
38428 \end_layout
38429
38430 \end_inset
38431
38432 # Example listing float
38433 \end_layout
38434
38435 \begin_layout Plain Layout
38436
38437 def func(param):
38438 \end_layout
38439
38440 \begin_layout Plain Layout
38441
38442     'this is a python function'
38443 \end_layout
38444
38445 \begin_layout Plain Layout
38446
38447     pass
38448 \end_layout
38449
38450 \end_inset
38451
38452
38453 \end_layout
38454
38455 \begin_layout Standard
38456 \begin_inset Note Greyedout
38457 status open
38458
38459 \begin_layout Plain Layout
38460
38461 \series bold
38462 【註】listings
38463 \series default
38464 パッケージは,既定ではプログラムリストの前にキャプションを置きます.
38465 \begin_inset Newline newline
38466 \end_inset
38467
38468
38469 \series bold
38470 minted
38471 \series default
38472 パッケージは,フロートの場合,既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,キャプションは,一行目に入れられた場合にはプログラム
38473 リストの前に組版され,そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,プリアンブルの最後に下記の行を加えてください.
38474 \begin_inset Newline newline
38475 \end_inset
38476
38477
38478 \series bold
38479
38480 \backslash
38481 @ifundefined{newfloat}
38482 \begin_inset Newline newline
38483 \end_inset
38484
38485
38486 \begin_inset Phantom HPhantom
38487 status open
38488
38489 \begin_layout Plain Layout
38490 \begin_inset space ~
38491 \end_inset
38492
38493
38494 \end_layout
38495
38496 \end_inset
38497
38498 {
38499 \backslash
38500 usepackage{float}}{}
38501 \begin_inset Newline newline
38502 \end_inset
38503
38504
38505 \backslash
38506 floatstyle{plaintop}
38507 \series default
38508
38509 \begin_inset Note Note
38510 status collapsed
38511
38512 \begin_layout Plain Layout
38513 文書全体を対象とするフロート配置設定を行うと,\SpecialChar LyX
38514 は自動的に
38515 \series bold
38516 float
38517 \series default
38518 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
38519 \series bold
38520
38521 \backslash
38522 @ifundefined
38523 \series default
38524 が使用されています.
38525 \end_layout
38526
38527 \end_inset
38528
38529
38530 \end_layout
38531
38532 \end_inset
38533
38534
38535 \end_layout
38536
38537 \begin_layout Standard
38538 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38539 onのキーワード「def」が識別され,ボールド体で出力されます.
38540 \end_layout
38541
38542 \begin_layout Standard
38543 \begin_inset Note Greyedout
38544 status open
38545
38546 \begin_layout Plain Layout
38547
38548 \series bold
38549 【註】
38550 \series default
38551 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38552 \family typewriter
38553 typewriter
38554 \family default
38555 フォントがボールド体を提供していません.この場合には,
38556 \family sans
38557 文書
38558 \family default
38559 \SpecialChar menuseparator
38560
38561 \family sans
38562 設定
38563 \family default
38564 \SpecialChar menuseparator
38565
38566 \family sans
38567 フォント
38568 \family default
38569 メニューで別のフォントを選択してください(
38570 \emph on
38571 LuxiMono
38572 \emph default
38573
38574 \emph on
38575 BeraMono
38576 \emph default
38577
38578 \emph on
38579 Courier
38580 \emph default
38581 の各フォントはボールド体を提供します).
38582 \end_layout
38583
38584 \end_inset
38585
38586
38587 \end_layout
38588
38589 \begin_layout Standard
38590 \begin_inset Note Greyedout
38591 status open
38592
38593 \begin_layout Plain Layout
38594
38595 \series bold
38596 【訳註】
38597 \series default
38598 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38599 \end_layout
38600
38601 \end_inset
38602
38603
38604 \end_layout
38605
38606 \begin_layout Standard
38607 プログラムリストダイアログの
38608 \family sans
38609 行番号
38610 \family default
38611 のセクションでは,行番号の様式を指定することができます.
38612 \family sans
38613 行間
38614 \family default
38615 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38616 \end_layout
38617
38618 \begin_layout Standard
38619 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.
38620 \family sans
38621 拡張文字コード表を使う
38622 \family default
38623 オプションは,
38624 \series bold
38625 listings
38626 \series default
38627 パッケージにのみ有効であり,プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
38628 \begin_inset Newline newline
38629 \end_inset
38630
38631
38632 \begin_inset Note Greyedout
38633 status open
38634
38635 \begin_layout Plain Layout
38636
38637 \series bold
38638 【訳註】
38639 \series default
38640 これは,p\SpecialChar LaTeX
38641 ではうまく動作しません.
38642 \end_layout
38643
38644 \end_inset
38645
38646
38647 \begin_inset Newline newline
38648 \end_inset
38649
38650 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38651 \begin_inset space \thinspace{}
38652 \end_inset
38653
38654 -
38655 \begin_inset space \thinspace{}
38656 \end_inset
38657
38658 8」で設定したプログラムリストの例です.
38659 \end_layout
38660
38661 \begin_layout Standard
38662 \begin_inset listings
38663 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38664 inline false
38665 status open
38666
38667 \begin_layout Plain Layout
38668
38669 def func(param):
38670 \end_layout
38671
38672 \begin_layout Plain Layout
38673
38674     'this is a python function'
38675 \end_layout
38676
38677 \begin_layout Plain Layout
38678
38679     pass
38680 \end_layout
38681
38682 \begin_layout Plain Layout
38683
38684 def func(param):
38685 \end_layout
38686
38687 \begin_layout Plain Layout
38688
38689 'This is a German word: Tschuss'
38690 \end_layout
38691
38692 \begin_layout Plain Layout
38693
38694 pass
38695 \end_layout
38696
38697 \begin_layout Plain Layout
38698
38699 def func(param):
38700 \end_layout
38701
38702 \begin_layout Plain Layout
38703
38704 'this is a python function'
38705 \end_layout
38706
38707 \begin_layout Plain Layout
38708
38709 pass
38710 \end_layout
38711
38712 \end_inset
38713
38714
38715 \end_layout
38716
38717 \begin_layout Standard
38718 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38719 \family sans
38720 タビュレータの大きさ
38721 \family default
38722 フィールドで指定することができます.
38723 \end_layout
38724
38725 \begin_layout Standard
38726 \begin_inset Note Greyedout
38727 status open
38728
38729 \begin_layout Plain Layout
38730
38731 \series bold
38732 【註】listings
38733 \series default
38734 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38735 に振られているのはこのためです.
38736 \end_layout
38737
38738 \end_inset
38739
38740
38741 \end_layout
38742
38743 \begin_layout Standard
38744 \begin_inset VSpace bigskip
38745 \end_inset
38746
38747
38748 \end_layout
38749
38750 \begin_layout Standard
38751 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
38752 \family sans
38753 挿入
38754 \family default
38755 \SpecialChar menuseparator
38756
38757 \family sans
38758 ファイル
38759 \family default
38760 \SpecialChar menuseparator
38761
38762 \family sans
38763 子文書
38764 \family default
38765 メニューを使用して
38766 \family sans
38767 プログラムリスト
38768 \family default
38769 型を選択してください
38770 \begin_inset Foot
38771 status collapsed
38772
38773 \begin_layout Plain Layout
38774 他の子文書型については,第 section
38775 \begin_inset space ~
38776 \end_inset
38777
38778
38779 \begin_inset CommandInset ref
38780 LatexCommand ref
38781 reference "sec:子文書"
38782
38783 \end_inset
38784
38785 節に説明があります.
38786 \end_layout
38787
38788 \end_inset
38789
38790 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38791 疑問符「?」を打鍵してください.
38792 \end_layout
38793
38794 \begin_layout Standard
38795 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38796 \family sans
38797 挿入
38798 \family default
38799 \SpecialChar menuseparator
38800
38801 \family sans
38802 相互参照
38803 \family default
38804 メニューを使って参照できるようになります.
38805 \end_layout
38806
38807 \begin_layout Standard
38808 プログラムリスト
38809 \begin_inset CommandInset ref
38810 LatexCommand ref
38811 reference "lst:file-listing"
38812
38813 \end_inset
38814
38815 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38816 ファイルの10行目から15行目が表示されています.
38817 \end_layout
38818
38819 \begin_layout Standard
38820 \begin_inset CommandInset include
38821 LatexCommand lstinputlisting
38822 filename "EmbeddedObjects.lyx"
38823 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38824
38825 \end_inset
38826
38827
38828 \end_layout
38829
38830 \begin_layout Standard
38831 \begin_inset VSpace bigskip
38832 \end_inset
38833
38834
38835 \end_layout
38836
38837 \begin_layout Standard
38838 リストに数式を入れるには,以下のようにします.
38839 \end_layout
38840
38841 \begin_layout Enumerate
38842 リストダイアログを開き,
38843 \family sans
38844 詳細
38845 \family default
38846 タブのフィールド中に
38847 \begin_inset Newline newline
38848 \end_inset
38849
38850
38851 \family sans
38852 mathescape=true
38853 \family default
38854
38855 \begin_inset Newline newline
38856 \end_inset
38857
38858 と書き加えます.
38859 \end_layout
38860
38861 \begin_layout Enumerate
38862 リスト外で数式を作成します.
38863 \end_layout
38864
38865 \begin_layout Enumerate
38866 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38867 \begin_inset Info
38868 type  "shortcut"
38869 arg   "copy"
38870 \end_inset
38871
38872 ).
38873 \end_layout
38874
38875 \begin_layout Enumerate
38876 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38877 \begin_inset Info
38878 type  "shortcut"
38879 arg   "paste"
38880 \end_inset
38881
38882 ).
38883 \end_layout
38884
38885 \begin_layout Standard
38886 \begin_inset listings
38887 lstparams "language=Python,mathescape=true"
38888 inline false
38889 status open
38890
38891 \begin_layout Plain Layout
38892
38893 \begin_inset Caption Standard
38894
38895 \begin_layout Plain Layout
38896 Example Listing float containing a formula
38897 \end_layout
38898
38899 \end_inset
38900
38901 # Example listing float
38902 \end_layout
38903
38904 \begin_layout Plain Layout
38905
38906 def func(param):
38907 \end_layout
38908
38909 \begin_layout Plain Layout
38910
38911     # $
38912 \backslash
38913 prod_{n=1}^{
38914 \backslash
38915 infty}
38916 \backslash
38917 ,
38918 \backslash
38919 frac{1}{x^{2}}$
38920 \end_layout
38921
38922 \begin_layout Plain Layout
38923
38924     pass
38925 \end_layout
38926
38927 \end_inset
38928
38929
38930 \end_layout
38931
38932 \begin_layout Standard
38933 \begin_inset VSpace bigskip
38934 \end_inset
38935
38936
38937 \end_layout
38938
38939 \begin_layout Standard
38940 大域的なプログラムリストの設定は,
38941 \family sans
38942 文書
38943 \family default
38944 \SpecialChar menuseparator
38945
38946 \family sans
38947 設定
38948 \family default
38949 \SpecialChar menuseparator
38950
38951 \family sans
38952 リスト
38953 \family default
38954 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38955 \family sans
38956 プログラムリスト設定
38957 \family default
38958 フィールドで疑問符「?」を打鍵してください.
38959 \end_layout
38960
38961 \begin_layout Standard
38962
38963 \series bold
38964 listings
38965 \series default
38966 及び
38967 \series bold
38968 minted
38969 \series default
38970 パッケージについての詳しい情報については,取扱説明書
38971 \begin_inset CommandInset citation
38972 LatexCommand cite
38973 key "listings,minted"
38974 literal "true"
38975
38976 \end_inset
38977
38978 をご参照ください.
38979 \end_layout
38980
38981 \begin_layout Standard
38982 \begin_inset Newpage newpage
38983 \end_inset
38984
38985
38986 \end_layout
38987
38988 \begin_layout Chapter
38989 \start_of_appendix
38990 \SpecialChar LyX
38991 で使用できる単位
38992 \begin_inset Index idx
38993 status collapsed
38994
38995 \begin_layout Plain Layout
38996 たんい@単位
38997 \end_layout
38998
38999 \end_inset
39000
39001
39002 \begin_inset CommandInset label
39003 LatexCommand label
39004 name "cha:LyXで使用できる単位"
39005
39006 \end_inset
39007
39008
39009 \end_layout
39010
39011 \begin_layout Standard
39012 この文書で用いられる単位の理解のために,表
39013 \begin_inset CommandInset ref
39014 LatexCommand ref
39015 reference "tab:単位"
39016
39017 \end_inset
39018
39019 に,\SpecialChar LyX
39020 で使うことのできる単位をまとめておきます.
39021 \end_layout
39022
39023 \begin_layout Standard
39024 \begin_inset Float table
39025 placement h
39026 wide false
39027 sideways false
39028 status open
39029
39030 \begin_layout Plain Layout
39031 \begin_inset Caption Standard
39032
39033 \begin_layout Plain Layout
39034 \begin_inset CommandInset label
39035 LatexCommand label
39036 name "tab:単位"
39037
39038 \end_inset
39039
39040 単位
39041 \end_layout
39042
39043 \end_inset
39044
39045
39046 \end_layout
39047
39048 \begin_layout Plain Layout
39049 \begin_inset VSpace medskip
39050 \end_inset
39051
39052
39053 \end_layout
39054
39055 \begin_layout Plain Layout
39056 \align center
39057 \begin_inset Tabular
39058 <lyxtabular version="3" rows="20" columns="3">
39059 <features tabularvalignment="middle">
39060 <column alignment="center" valignment="top">
39061 <column alignment="center" valignment="top">
39062 <column alignment="center" valignment="top">
39063 <row>
39064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39065 \begin_inset Text
39066
39067 \begin_layout Plain Layout
39068 単位
39069 \end_layout
39070
39071 \end_inset
39072 </cell>
39073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39074 \begin_inset Text
39075
39076 \begin_layout Plain Layout
39077 名称/摘要
39078 \end_layout
39079
39080 \end_inset
39081 </cell>
39082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39083 \begin_inset Text
39084
39085 \begin_layout Plain Layout
39086 \SpecialChar LaTeX
39087  コマンド
39088 \end_layout
39089
39090 \end_inset
39091 </cell>
39092 </row>
39093 <row>
39094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39095 \begin_inset Text
39096
39097 \begin_layout Plain Layout
39098 mm
39099 \end_layout
39100
39101 \end_inset
39102 </cell>
39103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39104 \begin_inset Text
39105
39106 \begin_layout Plain Layout
39107 ミリメートル
39108 \end_layout
39109
39110 \end_inset
39111 </cell>
39112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39113 \begin_inset Text
39114
39115 \begin_layout Plain Layout
39116 -
39117 \end_layout
39118
39119 \end_inset
39120 </cell>
39121 </row>
39122 <row>
39123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39124 \begin_inset Text
39125
39126 \begin_layout Plain Layout
39127 cm
39128 \end_layout
39129
39130 \end_inset
39131 </cell>
39132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39133 \begin_inset Text
39134
39135 \begin_layout Plain Layout
39136 センチメートル
39137 \end_layout
39138
39139 \end_inset
39140 </cell>
39141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39142 \begin_inset Text
39143
39144 \begin_layout Plain Layout
39145 -
39146 \end_layout
39147
39148 \end_inset
39149 </cell>
39150 </row>
39151 <row>
39152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39153 \begin_inset Text
39154
39155 \begin_layout Plain Layout
39156 in
39157 \end_layout
39158
39159 \end_inset
39160 </cell>
39161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39162 \begin_inset Text
39163
39164 \begin_layout Plain Layout
39165 インチ
39166 \end_layout
39167
39168 \end_inset
39169 </cell>
39170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39171 \begin_inset Text
39172
39173 \begin_layout Plain Layout
39174 -
39175 \end_layout
39176
39177 \end_inset
39178 </cell>
39179 </row>
39180 <row>
39181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39182 \begin_inset Text
39183
39184 \begin_layout Plain Layout
39185 pt
39186 \end_layout
39187
39188 \end_inset
39189 </cell>
39190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39191 \begin_inset Text
39192
39193 \begin_layout Plain Layout
39194 ポイント (72.27
39195 \begin_inset space \thinspace{}
39196 \end_inset
39197
39198 pt = 1
39199 \begin_inset space \thinspace{}
39200 \end_inset
39201
39202 in)
39203 \end_layout
39204
39205 \end_inset
39206 </cell>
39207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39208 \begin_inset Text
39209
39210 \begin_layout Plain Layout
39211 -
39212 \end_layout
39213
39214 \end_inset
39215 </cell>
39216 </row>
39217 <row>
39218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39219 \begin_inset Text
39220
39221 \begin_layout Plain Layout
39222 pc
39223 \end_layout
39224
39225 \end_inset
39226 </cell>
39227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39228 \begin_inset Text
39229
39230 \begin_layout Plain Layout
39231 パイカ (1
39232 \begin_inset space \thinspace{}
39233 \end_inset
39234
39235 pc = 12
39236 \begin_inset space \thinspace{}
39237 \end_inset
39238
39239 pt)
39240 \end_layout
39241
39242 \end_inset
39243 </cell>
39244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39245 \begin_inset Text
39246
39247 \begin_layout Plain Layout
39248 -
39249 \end_layout
39250
39251 \end_inset
39252 </cell>
39253 </row>
39254 <row>
39255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39256 \begin_inset Text
39257
39258 \begin_layout Plain Layout
39259 sp
39260 \end_layout
39261
39262 \end_inset
39263 </cell>
39264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39265 \begin_inset Text
39266
39267 \begin_layout Plain Layout
39268 スケールポイント (65536
39269 \begin_inset space \thinspace{}
39270 \end_inset
39271
39272 sp = 1
39273 \begin_inset space \thinspace{}
39274 \end_inset
39275
39276 pt)
39277 \end_layout
39278
39279 \end_inset
39280 </cell>
39281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39282 \begin_inset Text
39283
39284 \begin_layout Plain Layout
39285 -
39286 \end_layout
39287
39288 \end_inset
39289 </cell>
39290 </row>
39291 <row>
39292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39293 \begin_inset Text
39294
39295 \begin_layout Plain Layout
39296 bp
39297 \end_layout
39298
39299 \end_inset
39300 </cell>
39301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39302 \begin_inset Text
39303
39304 \begin_layout Plain Layout
39305 ビッグポイント (72
39306 \begin_inset space \thinspace{}
39307 \end_inset
39308
39309 bp = 1
39310 \begin_inset space \thinspace{}
39311 \end_inset
39312
39313 in)
39314 \end_layout
39315
39316 \end_inset
39317 </cell>
39318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39319 \begin_inset Text
39320
39321 \begin_layout Plain Layout
39322 -
39323 \end_layout
39324
39325 \end_inset
39326 </cell>
39327 </row>
39328 <row>
39329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39330 \begin_inset Text
39331
39332 \begin_layout Plain Layout
39333 dd
39334 \end_layout
39335
39336 \end_inset
39337 </cell>
39338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39339 \begin_inset Text
39340
39341 \begin_layout Plain Layout
39342 ディドー (72
39343 \begin_inset space \thinspace{}
39344 \end_inset
39345
39346 dd 
39347 \begin_inset Formula $\approx$
39348 \end_inset
39349
39350  37.6
39351 \begin_inset space \thinspace{}
39352 \end_inset
39353
39354 mm)
39355 \end_layout
39356
39357 \end_inset
39358 </cell>
39359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39360 \begin_inset Text
39361
39362 \begin_layout Plain Layout
39363 -
39364 \end_layout
39365
39366 \end_inset
39367 </cell>
39368 </row>
39369 <row>
39370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39371 \begin_inset Text
39372
39373 \begin_layout Plain Layout
39374 cc
39375 \end_layout
39376
39377 \end_inset
39378 </cell>
39379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39380 \begin_inset Text
39381
39382 \begin_layout Plain Layout
39383 シセロ (1
39384 \begin_inset space \thinspace{}
39385 \end_inset
39386
39387 cc = 12
39388 \begin_inset space \thinspace{}
39389 \end_inset
39390
39391 dd)
39392 \end_layout
39393
39394 \end_inset
39395 </cell>
39396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39397 \begin_inset Text
39398
39399 \begin_layout Plain Layout
39400 -
39401 \end_layout
39402
39403 \end_inset
39404 </cell>
39405 </row>
39406 <row>
39407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39408 \begin_inset Text
39409
39410 \begin_layout Plain Layout
39411 画像の縮尺%
39412 \end_layout
39413
39414 \end_inset
39415 </cell>
39416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39417 \begin_inset Text
39418
39419 \begin_layout Plain Layout
39420 元の画像幅の%
39421 \end_layout
39422
39423 \end_inset
39424 </cell>
39425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39426 \begin_inset Text
39427
39428 \begin_layout Plain Layout
39429
39430 \end_layout
39431
39432 \end_inset
39433 </cell>
39434 </row>
39435 <row>
39436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39437 \begin_inset Text
39438
39439 \begin_layout Plain Layout
39440 本文幅%
39441 \end_layout
39442
39443 \end_inset
39444 </cell>
39445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39446 \begin_inset Text
39447
39448 \begin_layout Plain Layout
39449 テキスト幅の%
39450 \end_layout
39451
39452 \end_inset
39453 </cell>
39454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39455 \begin_inset Text
39456
39457 \begin_layout Plain Layout
39458
39459 \backslash
39460 textwidth
39461 \end_layout
39462
39463 \end_inset
39464 </cell>
39465 </row>
39466 <row>
39467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39468 \begin_inset Text
39469
39470 \begin_layout Plain Layout
39471 列幅%
39472 \end_layout
39473
39474 \end_inset
39475 </cell>
39476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39477 \begin_inset Text
39478
39479 \begin_layout Plain Layout
39480 組段幅の%
39481 \end_layout
39482
39483 \end_inset
39484 </cell>
39485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39486 \begin_inset Text
39487
39488 \begin_layout Plain Layout
39489
39490 \backslash
39491 columnwidth
39492 \end_layout
39493
39494 \end_inset
39495 </cell>
39496 </row>
39497 <row>
39498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39499 \begin_inset Text
39500
39501 \begin_layout Plain Layout
39502 ページ幅%
39503 \end_layout
39504
39505 \end_inset
39506 </cell>
39507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39508 \begin_inset Text
39509
39510 \begin_layout Plain Layout
39511 用紙幅の%
39512 \end_layout
39513
39514 \end_inset
39515 </cell>
39516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39517 \begin_inset Text
39518
39519 \begin_layout Plain Layout
39520
39521 \backslash
39522 paperwidth
39523 \end_layout
39524
39525 \end_inset
39526 </cell>
39527 </row>
39528 <row>
39529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39530 \begin_inset Text
39531
39532 \begin_layout Plain Layout
39533 行幅%
39534 \end_layout
39535
39536 \end_inset
39537 </cell>
39538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39539 \begin_inset Text
39540
39541 \begin_layout Plain Layout
39542 行幅の%
39543 \end_layout
39544
39545 \end_inset
39546 </cell>
39547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39548 \begin_inset Text
39549
39550 \begin_layout Plain Layout
39551
39552 \backslash
39553 linewidth
39554 \end_layout
39555
39556 \end_inset
39557 </cell>
39558 </row>
39559 <row>
39560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39561 \begin_inset Text
39562
39563 \begin_layout Plain Layout
39564 本文高%
39565 \end_layout
39566
39567 \end_inset
39568 </cell>
39569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39570 \begin_inset Text
39571
39572 \begin_layout Plain Layout
39573 テキスト高さの%
39574 \end_layout
39575
39576 \end_inset
39577 </cell>
39578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39579 \begin_inset Text
39580
39581 \begin_layout Plain Layout
39582
39583 \backslash
39584 textheight
39585 \end_layout
39586
39587 \end_inset
39588 </cell>
39589 </row>
39590 <row>
39591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39592 \begin_inset Text
39593
39594 \begin_layout Plain Layout
39595 ページ高%
39596 \end_layout
39597
39598 \end_inset
39599 </cell>
39600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39601 \begin_inset Text
39602
39603 \begin_layout Plain Layout
39604 用紙高さの%
39605 \end_layout
39606
39607 \end_inset
39608 </cell>
39609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39610 \begin_inset Text
39611
39612 \begin_layout Plain Layout
39613
39614 \backslash
39615 paperheight
39616 \end_layout
39617
39618 \end_inset
39619 </cell>
39620 </row>
39621 <row>
39622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39623 \begin_inset Text
39624
39625 \begin_layout Plain Layout
39626 ex
39627 \end_layout
39628
39629 \end_inset
39630 </cell>
39631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39632 \begin_inset Text
39633
39634 \begin_layout Plain Layout
39635 現在のフォントの文字「x」の高さ
39636 \end_layout
39637
39638 \end_inset
39639 </cell>
39640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39641 \begin_inset Text
39642
39643 \begin_layout Plain Layout
39644 -
39645 \end_layout
39646
39647 \end_inset
39648 </cell>
39649 </row>
39650 <row>
39651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39652 \begin_inset Text
39653
39654 \begin_layout Plain Layout
39655 em
39656 \end_layout
39657
39658 \end_inset
39659 </cell>
39660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39661 \begin_inset Text
39662
39663 \begin_layout Plain Layout
39664 現在のフォントの文字「M」の幅
39665 \end_layout
39666
39667 \end_inset
39668 </cell>
39669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39670 \begin_inset Text
39671
39672 \begin_layout Plain Layout
39673 -
39674 \end_layout
39675
39676 \end_inset
39677 </cell>
39678 </row>
39679 <row>
39680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39681 \begin_inset Text
39682
39683 \begin_layout Plain Layout
39684 mu
39685 \end_layout
39686
39687 \end_inset
39688 </cell>
39689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39690 \begin_inset Text
39691
39692 \begin_layout Plain Layout
39693 数式単位 (1
39694 \begin_inset space \thinspace{}
39695 \end_inset
39696
39697 mu = 1/18
39698 \begin_inset space \thinspace{}
39699 \end_inset
39700
39701 em)
39702 \end_layout
39703
39704 \end_inset
39705 </cell>
39706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39707 \begin_inset Text
39708
39709 \begin_layout Plain Layout
39710 -
39711 \end_layout
39712
39713 \end_inset
39714 </cell>
39715 </row>
39716 </lyxtabular>
39717
39718 \end_inset
39719
39720
39721 \end_layout
39722
39723 \end_inset
39724
39725
39726 \end_layout
39727
39728 \begin_layout Chapter
39729 画像を含む場合のファイル出力形式
39730 \begin_inset CommandInset label
39731 LatexCommand label
39732 name "cha:ファイル出力形式"
39733
39734 \end_inset
39735
39736
39737 \end_layout
39738
39739 \begin_layout Section
39740 DVI
39741 \begin_inset Index idx
39742 status collapsed
39743
39744 \begin_layout Plain Layout
39745 ふぁいるしょしき@ファイル書式 ! DVI
39746 \end_layout
39747
39748 \end_inset
39749
39750
39751 \begin_inset Index idx
39752 status collapsed
39753
39754 \begin_layout Plain Layout
39755 DVI
39756 \begin_inset ERT
39757 status collapsed
39758
39759 \begin_layout Plain Layout
39760
39761 |see{
39762 \end_layout
39763
39764 \end_inset
39765
39766 ファイル書式
39767 \begin_inset ERT
39768 status collapsed
39769
39770 \begin_layout Plain Layout
39771
39772 }
39773 \end_layout
39774
39775 \end_inset
39776
39777
39778 \end_layout
39779
39780 \end_inset
39781
39782
39783 \end_layout
39784
39785 \begin_layout Standard
39786 このファイル型の拡張子は「
39787 \family typewriter
39788 .dvi
39789 \family default
39790 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39791 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39792 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39793 \end_layout
39794
39795 \begin_layout Standard
39796 \begin_inset Note Greyedout
39797 status open
39798
39799 \begin_layout Plain Layout
39800
39801 \series bold
39802 【註】
39803 \series default
39804 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39805 \end_layout
39806
39807 \end_inset
39808
39809 ですから,お使いの
39810 \family typewriter
39811 .dvi
39812 \family default
39813 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39814 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39815 DFを使用することをお勧めします.
39816 \end_layout
39817
39818 \begin_layout Standard
39819 使用中の文書は,
39820 \family sans
39821 ファイル
39822 \family default
39823 \SpecialChar menuseparator
39824
39825 \family sans
39826 書き出し
39827 \family default
39828 \SpecialChar menuseparator
39829
39830 \family sans
39831 DVI
39832 \family default
39833 メニューを使用して,DVIに書き出すことができます.
39834 \family sans
39835 表示
39836 \family default
39837 メニューから,文書をDVIとして表示させることもできます.
39838 \end_layout
39839
39840 \begin_layout Section
39841 PostScript
39842 \begin_inset Index idx
39843 status collapsed
39844
39845 \begin_layout Plain Layout
39846 ふぁいるしょしき@ファイル書式 ! PostScript
39847 \end_layout
39848
39849 \end_inset
39850
39851
39852 \begin_inset Index idx
39853 status collapsed
39854
39855 \begin_layout Plain Layout
39856 PostScript
39857 \begin_inset ERT
39858 status collapsed
39859
39860 \begin_layout Plain Layout
39861
39862 |see{
39863 \end_layout
39864
39865 \end_inset
39866
39867 ファイル書式
39868 \begin_inset ERT
39869 status collapsed
39870
39871 \begin_layout Plain Layout
39872
39873 }
39874 \end_layout
39875
39876 \end_inset
39877
39878
39879 \end_layout
39880
39881 \end_inset
39882
39883
39884 \end_layout
39885
39886 \begin_layout Standard
39887 このファイル型の拡張子は「
39888 \family typewriter
39889 .ps
39890 \family default
39891 」です.PostScriptは,
39892 \family typewriter
39893 Adobe
39894 \family default
39895 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39896 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39897 \begin_inset Foot
39898 status collapsed
39899
39900 \begin_layout Plain Layout
39901 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39902 パッケージ
39903 \series bold
39904 PSTricks
39905 \series default
39906
39907 \begin_inset CommandInset citation
39908 LatexCommand cite
39909 key "pstricks"
39910 literal "true"
39911
39912 \end_inset
39913
39914 を見てみてください.
39915 \end_layout
39916
39917 \end_inset
39918
39919 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39920 \end_layout
39921
39922 \begin_layout Standard
39923 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39924 \family typewriter
39925 .eps
39926 \family default
39927 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39928 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39929 はバックグラウンドで画像をEP
39930 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39931 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39932 で行う
39933 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39934 おく方がよいでしょう.
39935 \end_layout
39936
39937 \begin_layout Standard
39938 文書は,
39939 \family sans
39940 ファイル
39941 \family default
39942 \SpecialChar menuseparator
39943
39944 \family sans
39945 書き出し
39946 \family default
39947 \SpecialChar menuseparator
39948
39949 \family sans
39950 Postscript
39951 \family default
39952 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
39953 \family sans
39954 表示
39955 \family default
39956 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
39957 \end_layout
39958
39959 \begin_layout Section
39960 PDF
39961 \begin_inset Index idx
39962 status collapsed
39963
39964 \begin_layout Plain Layout
39965 ふぁいるしょしき@ファイル書式 ! PDF
39966 \end_layout
39967
39968 \end_inset
39969
39970
39971 \begin_inset Index idx
39972 status collapsed
39973
39974 \begin_layout Plain Layout
39975 PDF
39976 \end_layout
39977
39978 \end_inset
39979
39980
39981 \end_layout
39982
39983 \begin_layout Standard
39984 このファイル型の拡張子は「
39985 \family typewriter
39986 .pdf
39987 \family default
39988 」です.この「Portable Document Format (PDF)」は,
39989 \family typewriter
39990 Adobe
39991 \family default
39992 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
39993 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
39994 \end_layout
39995
39996 \begin_layout Standard
39997 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
39998 \family typewriter
39999 .jpg
40000 \family default
40001 」または「
40002 \family typewriter
40003 .jpeg
40004 \family default
40005 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
40006 \family typewriter
40007 .png
40008 \family default
40009 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
40010 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
40011 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
40012 勧めします.
40013 \end_layout
40014
40015 \begin_layout Standard
40016 使用中の文書は,
40017 \family sans
40018 ファイル
40019 \family default
40020 \SpecialChar menuseparator
40021
40022 \family sans
40023 書き出し
40024 \family default
40025 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
40026 \end_layout
40027
40028 \begin_layout Description
40029 PDF
40030 \begin_inset space ~
40031 \end_inset
40032
40033 (ps2pdf) これは
40034 \family typewriter
40035 ps2pdf
40036 \family default
40037 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
40038 \family typewriter
40039 dvips
40040 \family default
40041 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
40042 \end_layout
40043
40044 \begin_layout Description
40045 PDF
40046 \begin_inset space ~
40047 \end_inset
40048
40049 (dvipdfm) これは
40050 \family typewriter
40051 dvipdfm
40052 \family default
40053 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
40054 \end_layout
40055
40056 \begin_layout Description
40057 PDF
40058 \begin_inset space ~
40059 \end_inset
40060
40061 (pdflatex) これは
40062 \family typewriter
40063 pdftex
40064 \family default
40065 プログラムを使って,現在のファイルを直接PDFに変換します.
40066 \end_layout
40067
40068 \begin_layout Standard
40069
40070 \family typewriter
40071 pdftex
40072 \family default
40073 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
40074 \family sans
40075 PDF
40076 \begin_inset space ~
40077 \end_inset
40078
40079 (pdflatex)
40080 \family default
40081 を使用することが推奨されます.
40082 \family typewriter
40083 dvipdfm
40084 \family default
40085 プログラムは開発が停止しており,若干時代遅れになっています.
40086 \end_layout
40087
40088 \begin_layout Standard
40089 使用中の文書をPDFとして表示するには,
40090 \family sans
40091 表示
40092 \family default
40093 メニューかツールバーボタン(これは
40094 \family sans
40095 PDF
40096 \begin_inset space ~
40097 \end_inset
40098
40099 (pdflatex)
40100 \family default
40101 を使用します)を用います.
40102 \end_layout
40103
40104 \begin_layout Chapter
40105 dvips色名一覧
40106 \begin_inset CommandInset label
40107 LatexCommand label
40108 name "chap:dvips色名一覧"
40109
40110 \end_inset
40111
40112
40113 \end_layout
40114
40115 \begin_layout Standard
40116 \begin_inset Tabular
40117 <lyxtabular version="3" rows="17" columns="4">
40118 <features tabularvalignment="middle">
40119 <column alignment="left" valignment="top" width="0pt">
40120 <column alignment="left" valignment="top" width="0pt">
40121 <column alignment="left" valignment="top" width="0pt">
40122 <column alignment="left" valignment="top" width="0pt">
40123 <row>
40124 <cell alignment="left" valignment="top" usebox="none">
40125 \begin_inset Text
40126
40127 \begin_layout Plain Layout
40128 \begin_inset ERT
40129 status collapsed
40130
40131 \begin_layout Plain Layout
40132
40133
40134 \backslash
40135 fcolorbox{black}{
40136 \end_layout
40137
40138 \end_inset
40139
40140 white
40141 \begin_inset ERT
40142 status collapsed
40143
40144 \begin_layout Plain Layout
40145
40146 }{
40147 \end_layout
40148
40149 \end_inset
40150
40151
40152 \begin_inset ERT
40153 status collapsed
40154
40155 \begin_layout Plain Layout
40156
40157 }
40158 \end_layout
40159
40160 \end_inset
40161
40162  色名
40163 \end_layout
40164
40165 \end_inset
40166 </cell>
40167 <cell alignment="left" valignment="top" usebox="none">
40168 \begin_inset Text
40169
40170 \begin_layout Plain Layout
40171 \begin_inset ERT
40172 status collapsed
40173
40174 \begin_layout Plain Layout
40175
40176
40177 \backslash
40178 fcolorbox{black}{
40179 \end_layout
40180
40181 \end_inset
40182
40183 white
40184 \begin_inset ERT
40185 status collapsed
40186
40187 \begin_layout Plain Layout
40188
40189 }{
40190 \end_layout
40191
40192 \end_inset
40193
40194
40195 \begin_inset ERT
40196 status collapsed
40197
40198 \begin_layout Plain Layout
40199
40200 }
40201 \end_layout
40202
40203 \end_inset
40204
40205  色名
40206 \end_layout
40207
40208 \end_inset
40209 </cell>
40210 <cell alignment="left" valignment="top" usebox="none">
40211 \begin_inset Text
40212
40213 \begin_layout Plain Layout
40214 \begin_inset ERT
40215 status collapsed
40216
40217 \begin_layout Plain Layout
40218
40219
40220 \backslash
40221 fcolorbox{black}{
40222 \end_layout
40223
40224 \end_inset
40225
40226 white
40227 \begin_inset ERT
40228 status collapsed
40229
40230 \begin_layout Plain Layout
40231
40232 }{
40233 \end_layout
40234
40235 \end_inset
40236
40237
40238 \begin_inset ERT
40239 status collapsed
40240
40241 \begin_layout Plain Layout
40242
40243 }
40244 \end_layout
40245
40246 \end_inset
40247
40248  色名
40249 \end_layout
40250
40251 \end_inset
40252 </cell>
40253 <cell alignment="left" valignment="top" usebox="none">
40254 \begin_inset Text
40255
40256 \begin_layout Plain Layout
40257 \begin_inset ERT
40258 status collapsed
40259
40260 \begin_layout Plain Layout
40261
40262
40263 \backslash
40264 fcolorbox{black}{
40265 \end_layout
40266
40267 \end_inset
40268
40269 white
40270 \begin_inset ERT
40271 status collapsed
40272
40273 \begin_layout Plain Layout
40274
40275 }{
40276 \end_layout
40277
40278 \end_inset
40279
40280
40281 \begin_inset ERT
40282 status collapsed
40283
40284 \begin_layout Plain Layout
40285
40286 }
40287 \end_layout
40288
40289 \end_inset
40290
40291  色名
40292 \end_layout
40293
40294 \end_inset
40295 </cell>
40296 </row>
40297 <row>
40298 <cell alignment="center" valignment="top" usebox="none">
40299 \begin_inset Text
40300
40301 \begin_layout Plain Layout
40302 \begin_inset ERT
40303 status collapsed
40304
40305 \begin_layout Plain Layout
40306
40307
40308 \backslash
40309 fcolorbox{black}{
40310 \end_layout
40311
40312 \end_inset
40313
40314 Apricot
40315 \begin_inset ERT
40316 status collapsed
40317
40318 \begin_layout Plain Layout
40319
40320 }{
40321 \end_layout
40322
40323 \end_inset
40324
40325
40326 \begin_inset Phantom Phantom
40327 status open
40328
40329 \begin_layout Plain Layout
40330 W
40331 \end_layout
40332
40333 \end_inset
40334
40335
40336 \begin_inset ERT
40337 status collapsed
40338
40339 \begin_layout Plain Layout
40340
40341 }
40342 \end_layout
40343
40344 \end_inset
40345
40346  Apricot
40347 \end_layout
40348
40349 \end_inset
40350 </cell>
40351 <cell alignment="center" valignment="top" usebox="none">
40352 \begin_inset Text
40353
40354 \begin_layout Plain Layout
40355 \begin_inset ERT
40356 status collapsed
40357
40358 \begin_layout Plain Layout
40359
40360
40361 \backslash
40362 fcolorbox{black}{
40363 \end_layout
40364
40365 \end_inset
40366
40367 Aquamarine
40368 \begin_inset ERT
40369 status collapsed
40370
40371 \begin_layout Plain Layout
40372
40373 }{
40374 \end_layout
40375
40376 \end_inset
40377
40378
40379 \begin_inset Phantom Phantom
40380 status open
40381
40382 \begin_layout Plain Layout
40383 W
40384 \end_layout
40385
40386 \end_inset
40387
40388
40389 \begin_inset ERT
40390 status collapsed
40391
40392 \begin_layout Plain Layout
40393
40394 }
40395 \end_layout
40396
40397 \end_inset
40398
40399  Aquamarine
40400 \end_layout
40401
40402 \end_inset
40403 </cell>
40404 <cell alignment="center" valignment="top" usebox="none">
40405 \begin_inset Text
40406
40407 \begin_layout Plain Layout
40408 \begin_inset ERT
40409 status collapsed
40410
40411 \begin_layout Plain Layout
40412
40413
40414 \backslash
40415 fcolorbox{black}{
40416 \end_layout
40417
40418 \end_inset
40419
40420 Bittersweet
40421 \begin_inset ERT
40422 status collapsed
40423
40424 \begin_layout Plain Layout
40425
40426 }{
40427 \end_layout
40428
40429 \end_inset
40430
40431
40432 \begin_inset Phantom Phantom
40433 status open
40434
40435 \begin_layout Plain Layout
40436 W
40437 \end_layout
40438
40439 \end_inset
40440
40441
40442 \begin_inset ERT
40443 status collapsed
40444
40445 \begin_layout Plain Layout
40446
40447 }
40448 \end_layout
40449
40450 \end_inset
40451
40452  Bittersweet
40453 \end_layout
40454
40455 \end_inset
40456 </cell>
40457 <cell alignment="center" valignment="top" usebox="none">
40458 \begin_inset Text
40459
40460 \begin_layout Plain Layout
40461 \begin_inset ERT
40462 status collapsed
40463
40464 \begin_layout Plain Layout
40465
40466
40467 \backslash
40468 fcolorbox{black}{
40469 \end_layout
40470
40471 \end_inset
40472
40473 BlueGreen
40474 \begin_inset ERT
40475 status collapsed
40476
40477 \begin_layout Plain Layout
40478
40479 }{
40480 \end_layout
40481
40482 \end_inset
40483
40484
40485 \begin_inset Phantom Phantom
40486 status open
40487
40488 \begin_layout Plain Layout
40489 W
40490 \end_layout
40491
40492 \end_inset
40493
40494
40495 \begin_inset ERT
40496 status collapsed
40497
40498 \begin_layout Plain Layout
40499
40500 }
40501 \end_layout
40502
40503 \end_inset
40504
40505  BlueGreen
40506 \end_layout
40507
40508 \end_inset
40509 </cell>
40510 </row>
40511 <row>
40512 <cell alignment="left" valignment="top" usebox="none">
40513 \begin_inset Text
40514
40515 \begin_layout Plain Layout
40516 \begin_inset ERT
40517 status collapsed
40518
40519 \begin_layout Plain Layout
40520
40521
40522 \backslash
40523 fcolorbox{black}{
40524 \end_layout
40525
40526 \end_inset
40527
40528 BlueViolet
40529 \begin_inset ERT
40530 status collapsed
40531
40532 \begin_layout Plain Layout
40533
40534 }{
40535 \end_layout
40536
40537 \end_inset
40538
40539
40540 \begin_inset Phantom Phantom
40541 status open
40542
40543 \begin_layout Plain Layout
40544 W
40545 \end_layout
40546
40547 \end_inset
40548
40549
40550 \begin_inset ERT
40551 status collapsed
40552
40553 \begin_layout Plain Layout
40554
40555 }
40556 \end_layout
40557
40558 \end_inset
40559
40560  BlueViolet
40561 \end_layout
40562
40563 \end_inset
40564 </cell>
40565 <cell alignment="left" valignment="top" usebox="none">
40566 \begin_inset Text
40567
40568 \begin_layout Plain Layout
40569 \begin_inset ERT
40570 status collapsed
40571
40572 \begin_layout Plain Layout
40573
40574
40575 \backslash
40576 fcolorbox{black}{
40577 \end_layout
40578
40579 \end_inset
40580
40581 BrickRed
40582 \begin_inset ERT
40583 status collapsed
40584
40585 \begin_layout Plain Layout
40586
40587 }{
40588 \end_layout
40589
40590 \end_inset
40591
40592
40593 \begin_inset Phantom Phantom
40594 status open
40595
40596 \begin_layout Plain Layout
40597 W
40598 \end_layout
40599
40600 \end_inset
40601
40602
40603 \begin_inset ERT
40604 status collapsed
40605
40606 \begin_layout Plain Layout
40607
40608 }
40609 \end_layout
40610
40611 \end_inset
40612
40613  BrickRed
40614 \end_layout
40615
40616 \end_inset
40617 </cell>
40618 <cell alignment="left" valignment="top" usebox="none">
40619 \begin_inset Text
40620
40621 \begin_layout Plain Layout
40622 \begin_inset ERT
40623 status collapsed
40624
40625 \begin_layout Plain Layout
40626
40627
40628 \backslash
40629 fcolorbox{black}{
40630 \end_layout
40631
40632 \end_inset
40633
40634 Brown
40635 \begin_inset ERT
40636 status collapsed
40637
40638 \begin_layout Plain Layout
40639
40640 }{
40641 \end_layout
40642
40643 \end_inset
40644
40645
40646 \begin_inset Phantom Phantom
40647 status open
40648
40649 \begin_layout Plain Layout
40650 W
40651 \end_layout
40652
40653 \end_inset
40654
40655
40656 \begin_inset ERT
40657 status collapsed
40658
40659 \begin_layout Plain Layout
40660
40661 }
40662 \end_layout
40663
40664 \end_inset
40665
40666  Brown
40667 \end_layout
40668
40669 \end_inset
40670 </cell>
40671 <cell alignment="left" valignment="top" usebox="none">
40672 \begin_inset Text
40673
40674 \begin_layout Plain Layout
40675 \begin_inset ERT
40676 status collapsed
40677
40678 \begin_layout Plain Layout
40679
40680
40681 \backslash
40682 fcolorbox{black}{
40683 \end_layout
40684
40685 \end_inset
40686
40687 BurntOrange
40688 \begin_inset ERT
40689 status collapsed
40690
40691 \begin_layout Plain Layout
40692
40693 }{
40694 \end_layout
40695
40696 \end_inset
40697
40698
40699 \begin_inset Phantom Phantom
40700 status open
40701
40702 \begin_layout Plain Layout
40703 W
40704 \end_layout
40705
40706 \end_inset
40707
40708
40709 \begin_inset ERT
40710 status collapsed
40711
40712 \begin_layout Plain Layout
40713
40714 }
40715 \end_layout
40716
40717 \end_inset
40718
40719  BurntOrange
40720 \end_layout
40721
40722 \end_inset
40723 </cell>
40724 </row>
40725 <row>
40726 <cell alignment="left" valignment="top" usebox="none">
40727 \begin_inset Text
40728
40729 \begin_layout Plain Layout
40730 \begin_inset ERT
40731 status collapsed
40732
40733 \begin_layout Plain Layout
40734
40735
40736 \backslash
40737 fcolorbox{black}{
40738 \end_layout
40739
40740 \end_inset
40741
40742 CadetBlue
40743 \begin_inset ERT
40744 status collapsed
40745
40746 \begin_layout Plain Layout
40747
40748 }{
40749 \end_layout
40750
40751 \end_inset
40752
40753
40754 \begin_inset Phantom Phantom
40755 status open
40756
40757 \begin_layout Plain Layout
40758 W
40759 \end_layout
40760
40761 \end_inset
40762
40763
40764 \begin_inset ERT
40765 status collapsed
40766
40767 \begin_layout Plain Layout
40768
40769 }
40770 \end_layout
40771
40772 \end_inset
40773
40774  CadetBlue
40775 \end_layout
40776
40777 \end_inset
40778 </cell>
40779 <cell alignment="left" valignment="top" usebox="none">
40780 \begin_inset Text
40781
40782 \begin_layout Plain Layout
40783 \begin_inset ERT
40784 status collapsed
40785
40786 \begin_layout Plain Layout
40787
40788
40789 \backslash
40790 fcolorbox{black}{
40791 \end_layout
40792
40793 \end_inset
40794
40795 CarnationPink
40796 \begin_inset ERT
40797 status collapsed
40798
40799 \begin_layout Plain Layout
40800
40801 }{
40802 \end_layout
40803
40804 \end_inset
40805
40806
40807 \begin_inset Phantom Phantom
40808 status open
40809
40810 \begin_layout Plain Layout
40811 W
40812 \end_layout
40813
40814 \end_inset
40815
40816
40817 \begin_inset ERT
40818 status collapsed
40819
40820 \begin_layout Plain Layout
40821
40822 }
40823 \end_layout
40824
40825 \end_inset
40826
40827  CarnationPink
40828 \end_layout
40829
40830 \end_inset
40831 </cell>
40832 <cell alignment="left" valignment="top" usebox="none">
40833 \begin_inset Text
40834
40835 \begin_layout Plain Layout
40836 \begin_inset ERT
40837 status collapsed
40838
40839 \begin_layout Plain Layout
40840
40841
40842 \backslash
40843 fcolorbox{black}{
40844 \end_layout
40845
40846 \end_inset
40847
40848 Cerulean
40849 \begin_inset ERT
40850 status collapsed
40851
40852 \begin_layout Plain Layout
40853
40854 }{
40855 \end_layout
40856
40857 \end_inset
40858
40859
40860 \begin_inset Phantom Phantom
40861 status open
40862
40863 \begin_layout Plain Layout
40864 W
40865 \end_layout
40866
40867 \end_inset
40868
40869
40870 \begin_inset ERT
40871 status collapsed
40872
40873 \begin_layout Plain Layout
40874
40875 }
40876 \end_layout
40877
40878 \end_inset
40879
40880  Cerulean
40881 \end_layout
40882
40883 \end_inset
40884 </cell>
40885 <cell alignment="left" valignment="top" usebox="none">
40886 \begin_inset Text
40887
40888 \begin_layout Plain Layout
40889 \begin_inset ERT
40890 status collapsed
40891
40892 \begin_layout Plain Layout
40893
40894
40895 \backslash
40896 fcolorbox{black}{
40897 \end_layout
40898
40899 \end_inset
40900
40901 CornflowerBlue
40902 \begin_inset ERT
40903 status collapsed
40904
40905 \begin_layout Plain Layout
40906
40907 }{
40908 \end_layout
40909
40910 \end_inset
40911
40912
40913 \begin_inset Phantom Phantom
40914 status open
40915
40916 \begin_layout Plain Layout
40917 W
40918 \end_layout
40919
40920 \end_inset
40921
40922
40923 \begin_inset ERT
40924 status collapsed
40925
40926 \begin_layout Plain Layout
40927
40928 }
40929 \end_layout
40930
40931 \end_inset
40932
40933  CornflowerBlue
40934 \end_layout
40935
40936 \end_inset
40937 </cell>
40938 </row>
40939 <row>
40940 <cell alignment="left" valignment="top" usebox="none">
40941 \begin_inset Text
40942
40943 \begin_layout Plain Layout
40944 \begin_inset ERT
40945 status collapsed
40946
40947 \begin_layout Plain Layout
40948
40949
40950 \backslash
40951 fcolorbox{black}{
40952 \end_layout
40953
40954 \end_inset
40955
40956 Dandelion
40957 \begin_inset ERT
40958 status collapsed
40959
40960 \begin_layout Plain Layout
40961
40962 }{
40963 \end_layout
40964
40965 \end_inset
40966
40967
40968 \begin_inset Phantom Phantom
40969 status open
40970
40971 \begin_layout Plain Layout
40972 W
40973 \end_layout
40974
40975 \end_inset
40976
40977
40978 \begin_inset ERT
40979 status collapsed
40980
40981 \begin_layout Plain Layout
40982
40983 }
40984 \end_layout
40985
40986 \end_inset
40987
40988  Dandelion
40989 \end_layout
40990
40991 \end_inset
40992 </cell>
40993 <cell alignment="left" valignment="top" usebox="none">
40994 \begin_inset Text
40995
40996 \begin_layout Plain Layout
40997 \begin_inset ERT
40998 status collapsed
40999
41000 \begin_layout Plain Layout
41001
41002
41003 \backslash
41004 fcolorbox{black}{
41005 \end_layout
41006
41007 \end_inset
41008
41009 DarkOrchid
41010 \begin_inset ERT
41011 status collapsed
41012
41013 \begin_layout Plain Layout
41014
41015 }{
41016 \end_layout
41017
41018 \end_inset
41019
41020
41021 \begin_inset Phantom Phantom
41022 status open
41023
41024 \begin_layout Plain Layout
41025 W
41026 \end_layout
41027
41028 \end_inset
41029
41030
41031 \begin_inset ERT
41032 status collapsed
41033
41034 \begin_layout Plain Layout
41035
41036 }
41037 \end_layout
41038
41039 \end_inset
41040
41041  DarkOrchid
41042 \end_layout
41043
41044 \end_inset
41045 </cell>
41046 <cell alignment="left" valignment="top" usebox="none">
41047 \begin_inset Text
41048
41049 \begin_layout Plain Layout
41050 \begin_inset ERT
41051 status collapsed
41052
41053 \begin_layout Plain Layout
41054
41055
41056 \backslash
41057 fcolorbox{black}{
41058 \end_layout
41059
41060 \end_inset
41061
41062 Emerald
41063 \begin_inset ERT
41064 status collapsed
41065
41066 \begin_layout Plain Layout
41067
41068 }{
41069 \end_layout
41070
41071 \end_inset
41072
41073
41074 \begin_inset Phantom Phantom
41075 status open
41076
41077 \begin_layout Plain Layout
41078 W
41079 \end_layout
41080
41081 \end_inset
41082
41083
41084 \begin_inset ERT
41085 status collapsed
41086
41087 \begin_layout Plain Layout
41088
41089 }
41090 \end_layout
41091
41092 \end_inset
41093
41094  Emerald
41095 \end_layout
41096
41097 \end_inset
41098 </cell>
41099 <cell alignment="left" valignment="top" usebox="none">
41100 \begin_inset Text
41101
41102 \begin_layout Plain Layout
41103 \begin_inset ERT
41104 status collapsed
41105
41106 \begin_layout Plain Layout
41107
41108
41109 \backslash
41110 fcolorbox{black}{
41111 \end_layout
41112
41113 \end_inset
41114
41115 ForestGreen
41116 \begin_inset ERT
41117 status collapsed
41118
41119 \begin_layout Plain Layout
41120
41121 }{
41122 \end_layout
41123
41124 \end_inset
41125
41126
41127 \begin_inset Phantom Phantom
41128 status open
41129
41130 \begin_layout Plain Layout
41131 W
41132 \end_layout
41133
41134 \end_inset
41135
41136
41137 \begin_inset ERT
41138 status collapsed
41139
41140 \begin_layout Plain Layout
41141
41142 }
41143 \end_layout
41144
41145 \end_inset
41146
41147  ForestGreen
41148 \end_layout
41149
41150 \end_inset
41151 </cell>
41152 </row>
41153 <row>
41154 <cell alignment="left" valignment="top" usebox="none">
41155 \begin_inset Text
41156
41157 \begin_layout Plain Layout
41158 \begin_inset ERT
41159 status collapsed
41160
41161 \begin_layout Plain Layout
41162
41163
41164 \backslash
41165 fcolorbox{black}{
41166 \end_layout
41167
41168 \end_inset
41169
41170 Fuchsia
41171 \begin_inset ERT
41172 status collapsed
41173
41174 \begin_layout Plain Layout
41175
41176 }{
41177 \end_layout
41178
41179 \end_inset
41180
41181
41182 \begin_inset Phantom Phantom
41183 status open
41184
41185 \begin_layout Plain Layout
41186 W
41187 \end_layout
41188
41189 \end_inset
41190
41191
41192 \begin_inset ERT
41193 status collapsed
41194
41195 \begin_layout Plain Layout
41196
41197 }
41198 \end_layout
41199
41200 \end_inset
41201
41202  Fuchsia
41203 \end_layout
41204
41205 \end_inset
41206 </cell>
41207 <cell alignment="left" valignment="top" usebox="none">
41208 \begin_inset Text
41209
41210 \begin_layout Plain Layout
41211 \begin_inset ERT
41212 status collapsed
41213
41214 \begin_layout Plain Layout
41215
41216
41217 \backslash
41218 fcolorbox{black}{
41219 \end_layout
41220
41221 \end_inset
41222
41223 Goldenrod
41224 \begin_inset ERT
41225 status collapsed
41226
41227 \begin_layout Plain Layout
41228
41229 }{
41230 \end_layout
41231
41232 \end_inset
41233
41234
41235 \begin_inset Phantom Phantom
41236 status open
41237
41238 \begin_layout Plain Layout
41239 W
41240 \end_layout
41241
41242 \end_inset
41243
41244
41245 \begin_inset ERT
41246 status collapsed
41247
41248 \begin_layout Plain Layout
41249
41250 }
41251 \end_layout
41252
41253 \end_inset
41254
41255  Goldenrod
41256 \end_layout
41257
41258 \end_inset
41259 </cell>
41260 <cell alignment="left" valignment="top" usebox="none">
41261 \begin_inset Text
41262
41263 \begin_layout Plain Layout
41264 \begin_inset ERT
41265 status collapsed
41266
41267 \begin_layout Plain Layout
41268
41269
41270 \backslash
41271 fcolorbox{black}{
41272 \end_layout
41273
41274 \end_inset
41275
41276 Gray
41277 \begin_inset ERT
41278 status collapsed
41279
41280 \begin_layout Plain Layout
41281
41282 }{
41283 \end_layout
41284
41285 \end_inset
41286
41287
41288 \begin_inset Phantom Phantom
41289 status open
41290
41291 \begin_layout Plain Layout
41292 W
41293 \end_layout
41294
41295 \end_inset
41296
41297
41298 \begin_inset ERT
41299 status collapsed
41300
41301 \begin_layout Plain Layout
41302
41303 }
41304 \end_layout
41305
41306 \end_inset
41307
41308  Gray
41309 \end_layout
41310
41311 \end_inset
41312 </cell>
41313 <cell alignment="left" valignment="top" usebox="none">
41314 \begin_inset Text
41315
41316 \begin_layout Plain Layout
41317 \begin_inset ERT
41318 status collapsed
41319
41320 \begin_layout Plain Layout
41321
41322
41323 \backslash
41324 fcolorbox{black}{
41325 \end_layout
41326
41327 \end_inset
41328
41329 GreenYellow
41330 \begin_inset ERT
41331 status collapsed
41332
41333 \begin_layout Plain Layout
41334
41335 }{
41336 \end_layout
41337
41338 \end_inset
41339
41340
41341 \begin_inset Phantom Phantom
41342 status open
41343
41344 \begin_layout Plain Layout
41345 W
41346 \end_layout
41347
41348 \end_inset
41349
41350
41351 \begin_inset ERT
41352 status collapsed
41353
41354 \begin_layout Plain Layout
41355
41356 }
41357 \end_layout
41358
41359 \end_inset
41360
41361  GreenYellow
41362 \end_layout
41363
41364 \end_inset
41365 </cell>
41366 </row>
41367 <row>
41368 <cell alignment="center" valignment="top" usebox="none">
41369 \begin_inset Text
41370
41371 \begin_layout Plain Layout
41372 \begin_inset ERT
41373 status collapsed
41374
41375 \begin_layout Plain Layout
41376
41377
41378 \backslash
41379 fcolorbox{black}{
41380 \end_layout
41381
41382 \end_inset
41383
41384 JungleGreen
41385 \begin_inset ERT
41386 status collapsed
41387
41388 \begin_layout Plain Layout
41389
41390 }{
41391 \end_layout
41392
41393 \end_inset
41394
41395
41396 \begin_inset Phantom Phantom
41397 status open
41398
41399 \begin_layout Plain Layout
41400 W
41401 \end_layout
41402
41403 \end_inset
41404
41405
41406 \begin_inset ERT
41407 status collapsed
41408
41409 \begin_layout Plain Layout
41410
41411 }
41412 \end_layout
41413
41414 \end_inset
41415
41416  JungleGreen
41417 \end_layout
41418
41419 \end_inset
41420 </cell>
41421 <cell alignment="center" valignment="top" usebox="none">
41422 \begin_inset Text
41423
41424 \begin_layout Plain Layout
41425 \begin_inset ERT
41426 status collapsed
41427
41428 \begin_layout Plain Layout
41429
41430
41431 \backslash
41432 fcolorbox{black}{
41433 \end_layout
41434
41435 \end_inset
41436
41437 Lavender
41438 \begin_inset ERT
41439 status collapsed
41440
41441 \begin_layout Plain Layout
41442
41443 }{
41444 \end_layout
41445
41446 \end_inset
41447
41448
41449 \begin_inset Phantom Phantom
41450 status open
41451
41452 \begin_layout Plain Layout
41453 W
41454 \end_layout
41455
41456 \end_inset
41457
41458
41459 \begin_inset ERT
41460 status collapsed
41461
41462 \begin_layout Plain Layout
41463
41464 }
41465 \end_layout
41466
41467 \end_inset
41468
41469  Lavender
41470 \end_layout
41471
41472 \end_inset
41473 </cell>
41474 <cell alignment="center" valignment="top" usebox="none">
41475 \begin_inset Text
41476
41477 \begin_layout Plain Layout
41478 \begin_inset ERT
41479 status collapsed
41480
41481 \begin_layout Plain Layout
41482
41483
41484 \backslash
41485 fcolorbox{black}{
41486 \end_layout
41487
41488 \end_inset
41489
41490 LimeGreen
41491 \begin_inset ERT
41492 status collapsed
41493
41494 \begin_layout Plain Layout
41495
41496 }{
41497 \end_layout
41498
41499 \end_inset
41500
41501
41502 \begin_inset Phantom Phantom
41503 status open
41504
41505 \begin_layout Plain Layout
41506 W
41507 \end_layout
41508
41509 \end_inset
41510
41511
41512 \begin_inset ERT
41513 status collapsed
41514
41515 \begin_layout Plain Layout
41516
41517 }
41518 \end_layout
41519
41520 \end_inset
41521
41522  LimeGreen
41523 \end_layout
41524
41525 \end_inset
41526 </cell>
41527 <cell alignment="center" valignment="top" usebox="none">
41528 \begin_inset Text
41529
41530 \begin_layout Plain Layout
41531 \begin_inset ERT
41532 status collapsed
41533
41534 \begin_layout Plain Layout
41535
41536
41537 \backslash
41538 fcolorbox{black}{
41539 \end_layout
41540
41541 \end_inset
41542
41543 Mahogany
41544 \begin_inset ERT
41545 status collapsed
41546
41547 \begin_layout Plain Layout
41548
41549 }{
41550 \end_layout
41551
41552 \end_inset
41553
41554
41555 \begin_inset Phantom Phantom
41556 status open
41557
41558 \begin_layout Plain Layout
41559 W
41560 \end_layout
41561
41562 \end_inset
41563
41564
41565 \begin_inset ERT
41566 status collapsed
41567
41568 \begin_layout Plain Layout
41569
41570 }
41571 \end_layout
41572
41573 \end_inset
41574
41575  Mahogany
41576 \end_layout
41577
41578 \end_inset
41579 </cell>
41580 </row>
41581 <row>
41582 <cell alignment="left" valignment="top" usebox="none">
41583 \begin_inset Text
41584
41585 \begin_layout Plain Layout
41586 \begin_inset ERT
41587 status collapsed
41588
41589 \begin_layout Plain Layout
41590
41591
41592 \backslash
41593 fcolorbox{black}{
41594 \end_layout
41595
41596 \end_inset
41597
41598 Mahogany
41599 \begin_inset ERT
41600 status collapsed
41601
41602 \begin_layout Plain Layout
41603
41604 }{
41605 \end_layout
41606
41607 \end_inset
41608
41609
41610 \begin_inset Phantom Phantom
41611 status open
41612
41613 \begin_layout Plain Layout
41614 W
41615 \end_layout
41616
41617 \end_inset
41618
41619
41620 \begin_inset ERT
41621 status collapsed
41622
41623 \begin_layout Plain Layout
41624
41625 }
41626 \end_layout
41627
41628 \end_inset
41629
41630  Mahogany
41631 \end_layout
41632
41633 \end_inset
41634 </cell>
41635 <cell alignment="left" valignment="top" usebox="none">
41636 \begin_inset Text
41637
41638 \begin_layout Plain Layout
41639 \begin_inset ERT
41640 status collapsed
41641
41642 \begin_layout Plain Layout
41643
41644
41645 \backslash
41646 fcolorbox{black}{
41647 \end_layout
41648
41649 \end_inset
41650
41651 Maroon
41652 \begin_inset ERT
41653 status collapsed
41654
41655 \begin_layout Plain Layout
41656
41657 }{
41658 \end_layout
41659
41660 \end_inset
41661
41662
41663 \begin_inset Phantom Phantom
41664 status open
41665
41666 \begin_layout Plain Layout
41667 W
41668 \end_layout
41669
41670 \end_inset
41671
41672
41673 \begin_inset ERT
41674 status collapsed
41675
41676 \begin_layout Plain Layout
41677
41678 }
41679 \end_layout
41680
41681 \end_inset
41682
41683  Maroon
41684 \end_layout
41685
41686 \end_inset
41687 </cell>
41688 <cell alignment="left" valignment="top" usebox="none">
41689 \begin_inset Text
41690
41691 \begin_layout Plain Layout
41692 \begin_inset ERT
41693 status collapsed
41694
41695 \begin_layout Plain Layout
41696
41697
41698 \backslash
41699 fcolorbox{black}{
41700 \end_layout
41701
41702 \end_inset
41703
41704 Melon
41705 \begin_inset ERT
41706 status collapsed
41707
41708 \begin_layout Plain Layout
41709
41710 }{
41711 \end_layout
41712
41713 \end_inset
41714
41715
41716 \begin_inset Phantom Phantom
41717 status open
41718
41719 \begin_layout Plain Layout
41720 W
41721 \end_layout
41722
41723 \end_inset
41724
41725
41726 \begin_inset ERT
41727 status collapsed
41728
41729 \begin_layout Plain Layout
41730
41731 }
41732 \end_layout
41733
41734 \end_inset
41735
41736  Melon
41737 \end_layout
41738
41739 \end_inset
41740 </cell>
41741 <cell alignment="left" valignment="top" usebox="none">
41742 \begin_inset Text
41743
41744 \begin_layout Plain Layout
41745 \begin_inset ERT
41746 status collapsed
41747
41748 \begin_layout Plain Layout
41749
41750
41751 \backslash
41752 fcolorbox{black}{
41753 \end_layout
41754
41755 \end_inset
41756
41757 MidnightBlue
41758 \begin_inset ERT
41759 status collapsed
41760
41761 \begin_layout Plain Layout
41762
41763 }{
41764 \end_layout
41765
41766 \end_inset
41767
41768
41769 \begin_inset Phantom Phantom
41770 status open
41771
41772 \begin_layout Plain Layout
41773 W
41774 \end_layout
41775
41776 \end_inset
41777
41778
41779 \begin_inset ERT
41780 status collapsed
41781
41782 \begin_layout Plain Layout
41783
41784 }
41785 \end_layout
41786
41787 \end_inset
41788
41789  MidnightBlue
41790 \end_layout
41791
41792 \end_inset
41793 </cell>
41794 </row>
41795 <row>
41796 <cell alignment="left" valignment="top" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 \begin_inset ERT
41801 status collapsed
41802
41803 \begin_layout Plain Layout
41804
41805
41806 \backslash
41807 fcolorbox{black}{
41808 \end_layout
41809
41810 \end_inset
41811
41812 Mulberry
41813 \begin_inset ERT
41814 status collapsed
41815
41816 \begin_layout Plain Layout
41817
41818 }{
41819 \end_layout
41820
41821 \end_inset
41822
41823
41824 \begin_inset Phantom Phantom
41825 status open
41826
41827 \begin_layout Plain Layout
41828 W
41829 \end_layout
41830
41831 \end_inset
41832
41833
41834 \begin_inset ERT
41835 status collapsed
41836
41837 \begin_layout Plain Layout
41838
41839 }
41840 \end_layout
41841
41842 \end_inset
41843
41844  Mulberry
41845 \end_layout
41846
41847 \end_inset
41848 </cell>
41849 <cell alignment="left" valignment="top" usebox="none">
41850 \begin_inset Text
41851
41852 \begin_layout Plain Layout
41853 \begin_inset ERT
41854 status collapsed
41855
41856 \begin_layout Plain Layout
41857
41858
41859 \backslash
41860 fcolorbox{black}{
41861 \end_layout
41862
41863 \end_inset
41864
41865 NavyBlue
41866 \begin_inset ERT
41867 status collapsed
41868
41869 \begin_layout Plain Layout
41870
41871 }{
41872 \end_layout
41873
41874 \end_inset
41875
41876
41877 \begin_inset Phantom Phantom
41878 status open
41879
41880 \begin_layout Plain Layout
41881 W
41882 \end_layout
41883
41884 \end_inset
41885
41886
41887 \begin_inset ERT
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891
41892 }
41893 \end_layout
41894
41895 \end_inset
41896
41897  NavyBlue
41898 \end_layout
41899
41900 \end_inset
41901 </cell>
41902 <cell alignment="left" valignment="top" usebox="none">
41903 \begin_inset Text
41904
41905 \begin_layout Plain Layout
41906 \begin_inset ERT
41907 status collapsed
41908
41909 \begin_layout Plain Layout
41910
41911
41912 \backslash
41913 fcolorbox{black}{
41914 \end_layout
41915
41916 \end_inset
41917
41918 OliveGreen
41919 \begin_inset ERT
41920 status collapsed
41921
41922 \begin_layout Plain Layout
41923
41924 }{
41925 \end_layout
41926
41927 \end_inset
41928
41929
41930 \begin_inset Phantom Phantom
41931 status open
41932
41933 \begin_layout Plain Layout
41934 W
41935 \end_layout
41936
41937 \end_inset
41938
41939
41940 \begin_inset ERT
41941 status collapsed
41942
41943 \begin_layout Plain Layout
41944
41945 }
41946 \end_layout
41947
41948 \end_inset
41949
41950  OliveGreen
41951 \end_layout
41952
41953 \end_inset
41954 </cell>
41955 <cell alignment="left" valignment="top" usebox="none">
41956 \begin_inset Text
41957
41958 \begin_layout Plain Layout
41959 \begin_inset ERT
41960 status collapsed
41961
41962 \begin_layout Plain Layout
41963
41964
41965 \backslash
41966 fcolorbox{black}{
41967 \end_layout
41968
41969 \end_inset
41970
41971 Orange
41972 \begin_inset ERT
41973 status collapsed
41974
41975 \begin_layout Plain Layout
41976
41977 }{
41978 \end_layout
41979
41980 \end_inset
41981
41982
41983 \begin_inset Phantom Phantom
41984 status open
41985
41986 \begin_layout Plain Layout
41987 W
41988 \end_layout
41989
41990 \end_inset
41991
41992
41993 \begin_inset ERT
41994 status collapsed
41995
41996 \begin_layout Plain Layout
41997
41998 }
41999 \end_layout
42000
42001 \end_inset
42002
42003  Orange
42004 \end_layout
42005
42006 \end_inset
42007 </cell>
42008 </row>
42009 <row>
42010 <cell alignment="left" valignment="top" usebox="none">
42011 \begin_inset Text
42012
42013 \begin_layout Plain Layout
42014 \begin_inset ERT
42015 status collapsed
42016
42017 \begin_layout Plain Layout
42018
42019
42020 \backslash
42021 fcolorbox{black}{
42022 \end_layout
42023
42024 \end_inset
42025
42026 OrangeRed
42027 \begin_inset ERT
42028 status collapsed
42029
42030 \begin_layout Plain Layout
42031
42032 }{
42033 \end_layout
42034
42035 \end_inset
42036
42037
42038 \begin_inset Phantom Phantom
42039 status open
42040
42041 \begin_layout Plain Layout
42042 W
42043 \end_layout
42044
42045 \end_inset
42046
42047
42048 \begin_inset ERT
42049 status collapsed
42050
42051 \begin_layout Plain Layout
42052
42053 }
42054 \end_layout
42055
42056 \end_inset
42057
42058  OrangeRed
42059 \end_layout
42060
42061 \end_inset
42062 </cell>
42063 <cell alignment="left" valignment="top" usebox="none">
42064 \begin_inset Text
42065
42066 \begin_layout Plain Layout
42067 \begin_inset ERT
42068 status collapsed
42069
42070 \begin_layout Plain Layout
42071
42072
42073 \backslash
42074 fcolorbox{black}{
42075 \end_layout
42076
42077 \end_inset
42078
42079 Orchid
42080 \begin_inset ERT
42081 status collapsed
42082
42083 \begin_layout Plain Layout
42084
42085 }{
42086 \end_layout
42087
42088 \end_inset
42089
42090
42091 \begin_inset Phantom Phantom
42092 status open
42093
42094 \begin_layout Plain Layout
42095 W
42096 \end_layout
42097
42098 \end_inset
42099
42100
42101 \begin_inset ERT
42102 status collapsed
42103
42104 \begin_layout Plain Layout
42105
42106 }
42107 \end_layout
42108
42109 \end_inset
42110
42111  Orchid
42112 \end_layout
42113
42114 \end_inset
42115 </cell>
42116 <cell alignment="left" valignment="top" usebox="none">
42117 \begin_inset Text
42118
42119 \begin_layout Plain Layout
42120 \begin_inset ERT
42121 status collapsed
42122
42123 \begin_layout Plain Layout
42124
42125
42126 \backslash
42127 fcolorbox{black}{
42128 \end_layout
42129
42130 \end_inset
42131
42132 Peach
42133 \begin_inset ERT
42134 status collapsed
42135
42136 \begin_layout Plain Layout
42137
42138 }{
42139 \end_layout
42140
42141 \end_inset
42142
42143
42144 \begin_inset Phantom Phantom
42145 status open
42146
42147 \begin_layout Plain Layout
42148 W
42149 \end_layout
42150
42151 \end_inset
42152
42153
42154 \begin_inset ERT
42155 status collapsed
42156
42157 \begin_layout Plain Layout
42158
42159 }
42160 \end_layout
42161
42162 \end_inset
42163
42164  Peach
42165 \end_layout
42166
42167 \end_inset
42168 </cell>
42169 <cell alignment="left" valignment="top" usebox="none">
42170 \begin_inset Text
42171
42172 \begin_layout Plain Layout
42173 \begin_inset ERT
42174 status collapsed
42175
42176 \begin_layout Plain Layout
42177
42178
42179 \backslash
42180 fcolorbox{black}{
42181 \end_layout
42182
42183 \end_inset
42184
42185 Periwinkle
42186 \begin_inset ERT
42187 status collapsed
42188
42189 \begin_layout Plain Layout
42190
42191 }{
42192 \end_layout
42193
42194 \end_inset
42195
42196
42197 \begin_inset Phantom Phantom
42198 status open
42199
42200 \begin_layout Plain Layout
42201 W
42202 \end_layout
42203
42204 \end_inset
42205
42206
42207 \begin_inset ERT
42208 status collapsed
42209
42210 \begin_layout Plain Layout
42211
42212 }
42213 \end_layout
42214
42215 \end_inset
42216
42217  Periwinkle
42218 \end_layout
42219
42220 \end_inset
42221 </cell>
42222 </row>
42223 <row>
42224 <cell alignment="left" valignment="top" usebox="none">
42225 \begin_inset Text
42226
42227 \begin_layout Plain Layout
42228 \begin_inset ERT
42229 status collapsed
42230
42231 \begin_layout Plain Layout
42232
42233
42234 \backslash
42235 fcolorbox{black}{
42236 \end_layout
42237
42238 \end_inset
42239
42240 PineGreen
42241 \begin_inset ERT
42242 status collapsed
42243
42244 \begin_layout Plain Layout
42245
42246 }{
42247 \end_layout
42248
42249 \end_inset
42250
42251
42252 \begin_inset Phantom Phantom
42253 status open
42254
42255 \begin_layout Plain Layout
42256 W
42257 \end_layout
42258
42259 \end_inset
42260
42261
42262 \begin_inset ERT
42263 status collapsed
42264
42265 \begin_layout Plain Layout
42266
42267 }
42268 \end_layout
42269
42270 \end_inset
42271
42272  PineGreen
42273 \end_layout
42274
42275 \end_inset
42276 </cell>
42277 <cell alignment="left" valignment="top" usebox="none">
42278 \begin_inset Text
42279
42280 \begin_layout Plain Layout
42281 \begin_inset ERT
42282 status collapsed
42283
42284 \begin_layout Plain Layout
42285
42286
42287 \backslash
42288 fcolorbox{black}{
42289 \end_layout
42290
42291 \end_inset
42292
42293 Plum
42294 \begin_inset ERT
42295 status collapsed
42296
42297 \begin_layout Plain Layout
42298
42299 }{
42300 \end_layout
42301
42302 \end_inset
42303
42304
42305 \begin_inset Phantom Phantom
42306 status open
42307
42308 \begin_layout Plain Layout
42309 W
42310 \end_layout
42311
42312 \end_inset
42313
42314
42315 \begin_inset ERT
42316 status collapsed
42317
42318 \begin_layout Plain Layout
42319
42320 }
42321 \end_layout
42322
42323 \end_inset
42324
42325  Plum
42326 \end_layout
42327
42328 \end_inset
42329 </cell>
42330 <cell alignment="left" valignment="top" usebox="none">
42331 \begin_inset Text
42332
42333 \begin_layout Plain Layout
42334 \begin_inset ERT
42335 status collapsed
42336
42337 \begin_layout Plain Layout
42338
42339
42340 \backslash
42341 fcolorbox{black}{
42342 \end_layout
42343
42344 \end_inset
42345
42346 ProcessBlue
42347 \begin_inset ERT
42348 status collapsed
42349
42350 \begin_layout Plain Layout
42351
42352 }{
42353 \end_layout
42354
42355 \end_inset
42356
42357
42358 \begin_inset Phantom Phantom
42359 status open
42360
42361 \begin_layout Plain Layout
42362 W
42363 \end_layout
42364
42365 \end_inset
42366
42367
42368 \begin_inset ERT
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372
42373 }
42374 \end_layout
42375
42376 \end_inset
42377
42378  ProcessBlue
42379 \end_layout
42380
42381 \end_inset
42382 </cell>
42383 <cell alignment="left" valignment="top" usebox="none">
42384 \begin_inset Text
42385
42386 \begin_layout Plain Layout
42387 \begin_inset ERT
42388 status collapsed
42389
42390 \begin_layout Plain Layout
42391
42392
42393 \backslash
42394 fcolorbox{black}{
42395 \end_layout
42396
42397 \end_inset
42398
42399 Purple
42400 \begin_inset ERT
42401 status collapsed
42402
42403 \begin_layout Plain Layout
42404
42405 }{
42406 \end_layout
42407
42408 \end_inset
42409
42410
42411 \begin_inset Phantom Phantom
42412 status open
42413
42414 \begin_layout Plain Layout
42415 W
42416 \end_layout
42417
42418 \end_inset
42419
42420
42421 \begin_inset ERT
42422 status collapsed
42423
42424 \begin_layout Plain Layout
42425
42426 }
42427 \end_layout
42428
42429 \end_inset
42430
42431  Purple
42432 \end_layout
42433
42434 \end_inset
42435 </cell>
42436 </row>
42437 <row>
42438 <cell alignment="left" valignment="top" usebox="none">
42439 \begin_inset Text
42440
42441 \begin_layout Plain Layout
42442 \begin_inset ERT
42443 status collapsed
42444
42445 \begin_layout Plain Layout
42446
42447
42448 \backslash
42449 fcolorbox{black}{
42450 \end_layout
42451
42452 \end_inset
42453
42454 RawSienna
42455 \begin_inset ERT
42456 status collapsed
42457
42458 \begin_layout Plain Layout
42459
42460 }{
42461 \end_layout
42462
42463 \end_inset
42464
42465
42466 \begin_inset Phantom Phantom
42467 status open
42468
42469 \begin_layout Plain Layout
42470 W
42471 \end_layout
42472
42473 \end_inset
42474
42475
42476 \begin_inset ERT
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480
42481 }
42482 \end_layout
42483
42484 \end_inset
42485
42486  RawSienna
42487 \end_layout
42488
42489 \end_inset
42490 </cell>
42491 <cell alignment="left" valignment="top" usebox="none">
42492 \begin_inset Text
42493
42494 \begin_layout Plain Layout
42495 \begin_inset ERT
42496 status collapsed
42497
42498 \begin_layout Plain Layout
42499
42500
42501 \backslash
42502 fcolorbox{black}{
42503 \end_layout
42504
42505 \end_inset
42506
42507 RedOrange
42508 \begin_inset ERT
42509 status collapsed
42510
42511 \begin_layout Plain Layout
42512
42513 }{
42514 \end_layout
42515
42516 \end_inset
42517
42518
42519 \begin_inset Phantom Phantom
42520 status open
42521
42522 \begin_layout Plain Layout
42523 W
42524 \end_layout
42525
42526 \end_inset
42527
42528
42529 \begin_inset ERT
42530 status collapsed
42531
42532 \begin_layout Plain Layout
42533
42534 }
42535 \end_layout
42536
42537 \end_inset
42538
42539  RedOrange
42540 \end_layout
42541
42542 \end_inset
42543 </cell>
42544 <cell alignment="left" valignment="top" usebox="none">
42545 \begin_inset Text
42546
42547 \begin_layout Plain Layout
42548 \begin_inset ERT
42549 status collapsed
42550
42551 \begin_layout Plain Layout
42552
42553
42554 \backslash
42555 fcolorbox{black}{
42556 \end_layout
42557
42558 \end_inset
42559
42560 RedViolet
42561 \begin_inset ERT
42562 status collapsed
42563
42564 \begin_layout Plain Layout
42565
42566 }{
42567 \end_layout
42568
42569 \end_inset
42570
42571
42572 \begin_inset Phantom Phantom
42573 status open
42574
42575 \begin_layout Plain Layout
42576 W
42577 \end_layout
42578
42579 \end_inset
42580
42581
42582 \begin_inset ERT
42583 status collapsed
42584
42585 \begin_layout Plain Layout
42586
42587 }
42588 \end_layout
42589
42590 \end_inset
42591
42592  RedViolet
42593 \end_layout
42594
42595 \end_inset
42596 </cell>
42597 <cell alignment="left" valignment="top" usebox="none">
42598 \begin_inset Text
42599
42600 \begin_layout Plain Layout
42601 \begin_inset ERT
42602 status collapsed
42603
42604 \begin_layout Plain Layout
42605
42606
42607 \backslash
42608 fcolorbox{black}{
42609 \end_layout
42610
42611 \end_inset
42612
42613 Rhodamine
42614 \begin_inset ERT
42615 status collapsed
42616
42617 \begin_layout Plain Layout
42618
42619 }{
42620 \end_layout
42621
42622 \end_inset
42623
42624
42625 \begin_inset Phantom Phantom
42626 status open
42627
42628 \begin_layout Plain Layout
42629 W
42630 \end_layout
42631
42632 \end_inset
42633
42634
42635 \begin_inset ERT
42636 status collapsed
42637
42638 \begin_layout Plain Layout
42639
42640 }
42641 \end_layout
42642
42643 \end_inset
42644
42645  Rhodamine
42646 \end_layout
42647
42648 \end_inset
42649 </cell>
42650 </row>
42651 <row>
42652 <cell alignment="left" valignment="top" usebox="none">
42653 \begin_inset Text
42654
42655 \begin_layout Plain Layout
42656 \begin_inset ERT
42657 status collapsed
42658
42659 \begin_layout Plain Layout
42660
42661
42662 \backslash
42663 fcolorbox{black}{
42664 \end_layout
42665
42666 \end_inset
42667
42668 RoyalBlue
42669 \begin_inset ERT
42670 status collapsed
42671
42672 \begin_layout Plain Layout
42673
42674 }{
42675 \end_layout
42676
42677 \end_inset
42678
42679
42680 \begin_inset Phantom Phantom
42681 status open
42682
42683 \begin_layout Plain Layout
42684 W
42685 \end_layout
42686
42687 \end_inset
42688
42689
42690 \begin_inset ERT
42691 status collapsed
42692
42693 \begin_layout Plain Layout
42694
42695 }
42696 \end_layout
42697
42698 \end_inset
42699
42700  RoyalBlue
42701 \end_layout
42702
42703 \end_inset
42704 </cell>
42705 <cell alignment="left" valignment="top" usebox="none">
42706 \begin_inset Text
42707
42708 \begin_layout Plain Layout
42709 \begin_inset ERT
42710 status collapsed
42711
42712 \begin_layout Plain Layout
42713
42714
42715 \backslash
42716 fcolorbox{black}{
42717 \end_layout
42718
42719 \end_inset
42720
42721 RoyalPurple
42722 \begin_inset ERT
42723 status collapsed
42724
42725 \begin_layout Plain Layout
42726
42727 }{
42728 \end_layout
42729
42730 \end_inset
42731
42732
42733 \begin_inset Phantom Phantom
42734 status open
42735
42736 \begin_layout Plain Layout
42737 W
42738 \end_layout
42739
42740 \end_inset
42741
42742
42743 \begin_inset ERT
42744 status collapsed
42745
42746 \begin_layout Plain Layout
42747
42748 }
42749 \end_layout
42750
42751 \end_inset
42752
42753  RoyalPurple
42754 \end_layout
42755
42756 \end_inset
42757 </cell>
42758 <cell alignment="left" valignment="top" usebox="none">
42759 \begin_inset Text
42760
42761 \begin_layout Plain Layout
42762 \begin_inset ERT
42763 status collapsed
42764
42765 \begin_layout Plain Layout
42766
42767
42768 \backslash
42769 fcolorbox{black}{
42770 \end_layout
42771
42772 \end_inset
42773
42774 RubineRed
42775 \begin_inset ERT
42776 status collapsed
42777
42778 \begin_layout Plain Layout
42779
42780 }{
42781 \end_layout
42782
42783 \end_inset
42784
42785
42786 \begin_inset Phantom Phantom
42787 status open
42788
42789 \begin_layout Plain Layout
42790 W
42791 \end_layout
42792
42793 \end_inset
42794
42795
42796 \begin_inset ERT
42797 status collapsed
42798
42799 \begin_layout Plain Layout
42800
42801 }
42802 \end_layout
42803
42804 \end_inset
42805
42806  RubineRed
42807 \end_layout
42808
42809 \end_inset
42810 </cell>
42811 <cell alignment="left" valignment="top" usebox="none">
42812 \begin_inset Text
42813
42814 \begin_layout Plain Layout
42815 \begin_inset ERT
42816 status collapsed
42817
42818 \begin_layout Plain Layout
42819
42820
42821 \backslash
42822 fcolorbox{black}{
42823 \end_layout
42824
42825 \end_inset
42826
42827 Salmon
42828 \begin_inset ERT
42829 status collapsed
42830
42831 \begin_layout Plain Layout
42832
42833 }{
42834 \end_layout
42835
42836 \end_inset
42837
42838
42839 \begin_inset Phantom Phantom
42840 status open
42841
42842 \begin_layout Plain Layout
42843 W
42844 \end_layout
42845
42846 \end_inset
42847
42848
42849 \begin_inset ERT
42850 status collapsed
42851
42852 \begin_layout Plain Layout
42853
42854 }
42855 \end_layout
42856
42857 \end_inset
42858
42859  Salmon
42860 \end_layout
42861
42862 \end_inset
42863 </cell>
42864 </row>
42865 <row>
42866 <cell alignment="left" valignment="top" usebox="none">
42867 \begin_inset Text
42868
42869 \begin_layout Plain Layout
42870 \begin_inset ERT
42871 status collapsed
42872
42873 \begin_layout Plain Layout
42874
42875
42876 \backslash
42877 fcolorbox{black}{
42878 \end_layout
42879
42880 \end_inset
42881
42882 SeaGreen
42883 \begin_inset ERT
42884 status collapsed
42885
42886 \begin_layout Plain Layout
42887
42888 }{
42889 \end_layout
42890
42891 \end_inset
42892
42893
42894 \begin_inset Phantom Phantom
42895 status open
42896
42897 \begin_layout Plain Layout
42898 W
42899 \end_layout
42900
42901 \end_inset
42902
42903
42904 \begin_inset ERT
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908
42909 }
42910 \end_layout
42911
42912 \end_inset
42913
42914  SeaGreen
42915 \end_layout
42916
42917 \end_inset
42918 </cell>
42919 <cell alignment="left" valignment="top" usebox="none">
42920 \begin_inset Text
42921
42922 \begin_layout Plain Layout
42923 \begin_inset ERT
42924 status collapsed
42925
42926 \begin_layout Plain Layout
42927
42928
42929 \backslash
42930 fcolorbox{black}{
42931 \end_layout
42932
42933 \end_inset
42934
42935 Sepia
42936 \begin_inset ERT
42937 status collapsed
42938
42939 \begin_layout Plain Layout
42940
42941 }{
42942 \end_layout
42943
42944 \end_inset
42945
42946
42947 \begin_inset Phantom Phantom
42948 status open
42949
42950 \begin_layout Plain Layout
42951 W
42952 \end_layout
42953
42954 \end_inset
42955
42956
42957 \begin_inset ERT
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961
42962 }
42963 \end_layout
42964
42965 \end_inset
42966
42967  Sepia
42968 \end_layout
42969
42970 \end_inset
42971 </cell>
42972 <cell alignment="left" valignment="top" usebox="none">
42973 \begin_inset Text
42974
42975 \begin_layout Plain Layout
42976 \begin_inset ERT
42977 status collapsed
42978
42979 \begin_layout Plain Layout
42980
42981
42982 \backslash
42983 fcolorbox{black}{
42984 \end_layout
42985
42986 \end_inset
42987
42988 SkyBlue
42989 \begin_inset ERT
42990 status collapsed
42991
42992 \begin_layout Plain Layout
42993
42994 }{
42995 \end_layout
42996
42997 \end_inset
42998
42999
43000 \begin_inset Phantom Phantom
43001 status open
43002
43003 \begin_layout Plain Layout
43004 W
43005 \end_layout
43006
43007 \end_inset
43008
43009
43010 \begin_inset ERT
43011 status collapsed
43012
43013 \begin_layout Plain Layout
43014
43015 }
43016 \end_layout
43017
43018 \end_inset
43019
43020  SkyBlue
43021 \end_layout
43022
43023 \end_inset
43024 </cell>
43025 <cell alignment="left" valignment="top" usebox="none">
43026 \begin_inset Text
43027
43028 \begin_layout Plain Layout
43029 \begin_inset ERT
43030 status collapsed
43031
43032 \begin_layout Plain Layout
43033
43034
43035 \backslash
43036 fcolorbox{black}{
43037 \end_layout
43038
43039 \end_inset
43040
43041 SpringGreen
43042 \begin_inset ERT
43043 status collapsed
43044
43045 \begin_layout Plain Layout
43046
43047 }{
43048 \end_layout
43049
43050 \end_inset
43051
43052
43053 \begin_inset Phantom Phantom
43054 status open
43055
43056 \begin_layout Plain Layout
43057 W
43058 \end_layout
43059
43060 \end_inset
43061
43062
43063 \begin_inset ERT
43064 status collapsed
43065
43066 \begin_layout Plain Layout
43067
43068 }
43069 \end_layout
43070
43071 \end_inset
43072
43073  SpringGreen
43074 \end_layout
43075
43076 \end_inset
43077 </cell>
43078 </row>
43079 <row>
43080 <cell alignment="left" valignment="top" usebox="none">
43081 \begin_inset Text
43082
43083 \begin_layout Plain Layout
43084 \begin_inset ERT
43085 status collapsed
43086
43087 \begin_layout Plain Layout
43088
43089
43090 \backslash
43091 fcolorbox{black}{
43092 \end_layout
43093
43094 \end_inset
43095
43096 Tan
43097 \begin_inset ERT
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101
43102 }{
43103 \end_layout
43104
43105 \end_inset
43106
43107
43108 \begin_inset Phantom Phantom
43109 status open
43110
43111 \begin_layout Plain Layout
43112 W
43113 \end_layout
43114
43115 \end_inset
43116
43117
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123 }
43124 \end_layout
43125
43126 \end_inset
43127
43128  Tan
43129 \end_layout
43130
43131 \end_inset
43132 </cell>
43133 <cell alignment="left" valignment="top" usebox="none">
43134 \begin_inset Text
43135
43136 \begin_layout Plain Layout
43137 \begin_inset ERT
43138 status collapsed
43139
43140 \begin_layout Plain Layout
43141
43142
43143 \backslash
43144 fcolorbox{black}{
43145 \end_layout
43146
43147 \end_inset
43148
43149 TealBlue
43150 \begin_inset ERT
43151 status collapsed
43152
43153 \begin_layout Plain Layout
43154
43155 }{
43156 \end_layout
43157
43158 \end_inset
43159
43160
43161 \begin_inset Phantom Phantom
43162 status open
43163
43164 \begin_layout Plain Layout
43165 W
43166 \end_layout
43167
43168 \end_inset
43169
43170
43171 \begin_inset ERT
43172 status collapsed
43173
43174 \begin_layout Plain Layout
43175
43176 }
43177 \end_layout
43178
43179 \end_inset
43180
43181  TealBlue
43182 \end_layout
43183
43184 \end_inset
43185 </cell>
43186 <cell alignment="left" valignment="top" usebox="none">
43187 \begin_inset Text
43188
43189 \begin_layout Plain Layout
43190 \begin_inset ERT
43191 status collapsed
43192
43193 \begin_layout Plain Layout
43194
43195
43196 \backslash
43197 fcolorbox{black}{
43198 \end_layout
43199
43200 \end_inset
43201
43202 Thistle
43203 \begin_inset ERT
43204 status collapsed
43205
43206 \begin_layout Plain Layout
43207
43208 }{
43209 \end_layout
43210
43211 \end_inset
43212
43213
43214 \begin_inset Phantom Phantom
43215 status open
43216
43217 \begin_layout Plain Layout
43218 W
43219 \end_layout
43220
43221 \end_inset
43222
43223
43224 \begin_inset ERT
43225 status collapsed
43226
43227 \begin_layout Plain Layout
43228
43229 }
43230 \end_layout
43231
43232 \end_inset
43233
43234  Thistle
43235 \end_layout
43236
43237 \end_inset
43238 </cell>
43239 <cell alignment="left" valignment="top" usebox="none">
43240 \begin_inset Text
43241
43242 \begin_layout Plain Layout
43243 \begin_inset ERT
43244 status collapsed
43245
43246 \begin_layout Plain Layout
43247
43248
43249 \backslash
43250 fcolorbox{black}{
43251 \end_layout
43252
43253 \end_inset
43254
43255 Turquoise
43256 \begin_inset ERT
43257 status collapsed
43258
43259 \begin_layout Plain Layout
43260
43261 }{
43262 \end_layout
43263
43264 \end_inset
43265
43266
43267 \begin_inset Phantom Phantom
43268 status open
43269
43270 \begin_layout Plain Layout
43271 W
43272 \end_layout
43273
43274 \end_inset
43275
43276
43277 \begin_inset ERT
43278 status collapsed
43279
43280 \begin_layout Plain Layout
43281
43282 }
43283 \end_layout
43284
43285 \end_inset
43286
43287  Turquoise
43288 \end_layout
43289
43290 \end_inset
43291 </cell>
43292 </row>
43293 <row>
43294 <cell alignment="left" valignment="top" usebox="none">
43295 \begin_inset Text
43296
43297 \begin_layout Plain Layout
43298 \begin_inset ERT
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302
43303
43304 \backslash
43305 fcolorbox{black}{
43306 \end_layout
43307
43308 \end_inset
43309
43310 Violet
43311 \begin_inset ERT
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315
43316 }{
43317 \end_layout
43318
43319 \end_inset
43320
43321
43322 \begin_inset Phantom Phantom
43323 status open
43324
43325 \begin_layout Plain Layout
43326 W
43327 \end_layout
43328
43329 \end_inset
43330
43331
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337 }
43338 \end_layout
43339
43340 \end_inset
43341
43342  Violet
43343 \end_layout
43344
43345 \end_inset
43346 </cell>
43347 <cell alignment="left" valignment="top" usebox="none">
43348 \begin_inset Text
43349
43350 \begin_layout Plain Layout
43351 \begin_inset ERT
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355
43356
43357 \backslash
43358 fcolorbox{black}{
43359 \end_layout
43360
43361 \end_inset
43362
43363 VioletRed
43364 \begin_inset ERT
43365 status collapsed
43366
43367 \begin_layout Plain Layout
43368
43369 }{
43370 \end_layout
43371
43372 \end_inset
43373
43374
43375 \begin_inset Phantom Phantom
43376 status open
43377
43378 \begin_layout Plain Layout
43379 W
43380 \end_layout
43381
43382 \end_inset
43383
43384
43385 \begin_inset ERT
43386 status collapsed
43387
43388 \begin_layout Plain Layout
43389
43390 }
43391 \end_layout
43392
43393 \end_inset
43394
43395  VioletRed
43396 \end_layout
43397
43398 \end_inset
43399 </cell>
43400 <cell alignment="left" valignment="top" usebox="none">
43401 \begin_inset Text
43402
43403 \begin_layout Plain Layout
43404 \begin_inset ERT
43405 status collapsed
43406
43407 \begin_layout Plain Layout
43408
43409
43410 \backslash
43411 fcolorbox{black}{
43412 \end_layout
43413
43414 \end_inset
43415
43416 WildStrawberry
43417 \begin_inset ERT
43418 status collapsed
43419
43420 \begin_layout Plain Layout
43421
43422 }{
43423 \end_layout
43424
43425 \end_inset
43426
43427
43428 \begin_inset Phantom Phantom
43429 status open
43430
43431 \begin_layout Plain Layout
43432 W
43433 \end_layout
43434
43435 \end_inset
43436
43437
43438 \begin_inset ERT
43439 status collapsed
43440
43441 \begin_layout Plain Layout
43442
43443 }
43444 \end_layout
43445
43446 \end_inset
43447
43448  WildStrawberry
43449 \end_layout
43450
43451 \end_inset
43452 </cell>
43453 <cell alignment="left" valignment="top" usebox="none">
43454 \begin_inset Text
43455
43456 \begin_layout Plain Layout
43457 \begin_inset ERT
43458 status collapsed
43459
43460 \begin_layout Plain Layout
43461
43462
43463 \backslash
43464 fcolorbox{black}{
43465 \end_layout
43466
43467 \end_inset
43468
43469 YellowGreen
43470 \begin_inset ERT
43471 status collapsed
43472
43473 \begin_layout Plain Layout
43474
43475 }{
43476 \end_layout
43477
43478 \end_inset
43479
43480
43481 \begin_inset Phantom Phantom
43482 status open
43483
43484 \begin_layout Plain Layout
43485 W
43486 \end_layout
43487
43488 \end_inset
43489
43490
43491 \begin_inset ERT
43492 status collapsed
43493
43494 \begin_layout Plain Layout
43495
43496 }
43497 \end_layout
43498
43499 \end_inset
43500
43501  YellowGreen
43502 \end_layout
43503
43504 \end_inset
43505 </cell>
43506 </row>
43507 <row>
43508 <cell alignment="left" valignment="top" usebox="none">
43509 \begin_inset Text
43510
43511 \begin_layout Plain Layout
43512 \begin_inset ERT
43513 status collapsed
43514
43515 \begin_layout Plain Layout
43516
43517
43518 \backslash
43519 fcolorbox{black}{
43520 \end_layout
43521
43522 \end_inset
43523
43524 YellowOrange
43525 \begin_inset ERT
43526 status collapsed
43527
43528 \begin_layout Plain Layout
43529
43530 }{
43531 \end_layout
43532
43533 \end_inset
43534
43535
43536 \begin_inset Phantom Phantom
43537 status open
43538
43539 \begin_layout Plain Layout
43540 W
43541 \end_layout
43542
43543 \end_inset
43544
43545
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551 }
43552 \end_layout
43553
43554 \end_inset
43555
43556  YellowOrange
43557 \end_layout
43558
43559 \end_inset
43560 </cell>
43561 <cell alignment="left" valignment="top" usebox="none">
43562 \begin_inset Text
43563
43564 \begin_layout Plain Layout
43565
43566 \end_layout
43567
43568 \end_inset
43569 </cell>
43570 <cell alignment="left" valignment="top" usebox="none">
43571 \begin_inset Text
43572
43573 \begin_layout Plain Layout
43574
43575 \end_layout
43576
43577 \end_inset
43578 </cell>
43579 <cell alignment="left" valignment="top" usebox="none">
43580 \begin_inset Text
43581
43582 \begin_layout Plain Layout
43583
43584 \end_layout
43585
43586 \end_inset
43587 </cell>
43588 </row>
43589 </lyxtabular>
43590
43591 \end_inset
43592
43593
43594 \end_layout
43595
43596 \begin_layout Chapter
43597 第(
43598 \begin_inset CommandInset ref
43599 LatexCommand ref
43600 reference "eq:Wgn"
43601
43602 \end_inset
43603
43604 )式の説明
43605 \begin_inset CommandInset label
43606 LatexCommand label
43607 name "cha:式の説明"
43608
43609 \end_inset
43610
43611
43612 \end_layout
43613
43614 \begin_layout Standard
43615 \begin_inset Formula $n$
43616 \end_inset
43617
43618 個の表セルの全幅
43619 \begin_inset Formula $W_{\text{全}:n}$
43620 \end_inset
43621
43622
43623 \begin_inset Formula 
43624 \begin{equation}
43625 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43626 \end{equation}
43627
43628 \end_inset
43629
43630
43631 \end_layout
43632
43633 \begin_layout Standard
43634 で計算できます.ここで
43635 \begin_inset Formula $W_{\text{指}:n}$
43636 \end_inset
43637
43638 は,すべてのセルが持つ固定幅です.
43639 \series bold
43640
43641 \backslash
43642 tabcolsep
43643 \series default
43644 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43645 長であり,既定値は6
43646 \begin_inset space \thinspace{}
43647 \end_inset
43648
43649 ptです.
43650 \series bold
43651
43652 \backslash
43653 arrayrulewidth
43654 \series default
43655 は,セル罫線幅であり,既定値は0.4
43656 \begin_inset space \thinspace{}
43657 \end_inset
43658
43659 ptです.
43660 \end_layout
43661
43662 \begin_layout Standard
43663
43664 \begin_inset CommandInset ref
43665 LatexCommand eqref
43666 reference "eq:Wtot_n"
43667
43668 \end_inset
43669
43670 式にしたがえば,連結列の全幅
43671 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43672 \end_inset
43673
43674
43675 \begin_inset Formula 
43676 \begin{equation}
43677 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43678 \end{equation}
43679
43680 \end_inset
43681
43682
43683 \end_layout
43684
43685 \begin_layout Standard
43686 となります.
43687 \begin_inset Formula $n$
43688 \end_inset
43689
43690 列を連結する時には各列の全幅は
43691 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43692 \end_inset
43693
43694 となるので,第
43695 \begin_inset CommandInset ref
43696 LatexCommand eqref
43697 reference "eq:Wtot_n"
43698
43699 \end_inset
43700
43701 式と第
43702 \begin_inset CommandInset ref
43703 LatexCommand eqref
43704 reference "eq:Wtot_mult"
43705
43706 \end_inset
43707
43708 式が等しいものと置けば,必要となる固定幅
43709 \begin_inset Formula $W_{\text{指}:n}$
43710 \end_inset
43711
43712 を計算することができて,
43713 \begin_inset Formula 
43714 \begin{equation}
43715 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43716 \end{equation}
43717
43718 \end_inset
43719
43720 となります.
43721 \end_layout
43722
43723 \begin_layout Bibliography
43724 \labelwidthstring 参考文献
43725 \begin_inset CommandInset bibitem
43726 LatexCommand bibitem
43727 key "latexcompanion"
43728 literal "true"
43729
43730 \end_inset
43731
43732 Frank Mittelbach and Michel Goossens: 
43733 \emph on
43734 The \SpecialChar LaTeX
43735  Companion Second Edition.
43736
43737 \emph default
43738  Addison-Wesley, 2004
43739 \end_layout
43740
43741 \begin_layout Bibliography
43742 \labelwidthstring 参考文献
43743 \begin_inset CommandInset bibitem
43744 LatexCommand bibitem
43745 key "latexguide"
43746 literal "true"
43747
43748 \end_inset
43749
43750 Helmut Kopka and Patrick W.
43751  Daly: 
43752 \emph on
43753 A Guide to \SpecialChar LaTeX
43754  Fourth Edition.
43755
43756 \emph default
43757  Addison-Wesley, 2003
43758 \end_layout
43759
43760 \begin_layout Bibliography
43761 \labelwidthstring 参考文献
43762 \begin_inset CommandInset bibitem
43763 LatexCommand bibitem
43764 key "latexbook"
43765 literal "true"
43766
43767 \end_inset
43768
43769 Leslie Lamport: 
43770 \emph on
43771 \SpecialChar LaTeX
43772 : A Document Preparation System.
43773
43774 \emph default
43775  Addison-Wesley, second edition, 1994
43776 \end_layout
43777
43778 \begin_layout Bibliography
43779 \labelwidthstring 参考文献
43780 \begin_inset CommandInset bibitem
43781 LatexCommand bibitem
43782 key "arydshln"
43783 literal "true"
43784
43785 \end_inset
43786
43787 \SpecialChar LaTeX
43788 パッケージ
43789 \series bold
43790
43791 \begin_inset CommandInset href
43792 LatexCommand href
43793 name "arydshln"
43794 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43795 literal "false"
43796
43797 \end_inset
43798
43799
43800 \series default
43801
43802 \begin_inset Index idx
43803 status collapsed
43804
43805 \begin_layout Plain Layout
43806 \SpecialChar LaTeX
43807 ぱっけーじ@\SpecialChar LaTeX
43808 パッケージ ! arydshln
43809 \end_layout
43810
43811 \end_inset
43812
43813
43814 \end_layout
43815
43816 \begin_layout Bibliography
43817 \labelwidthstring 参考文献
43818 \begin_inset CommandInset bibitem
43819 LatexCommand bibitem
43820 key "booktabs"
43821 literal "true"
43822
43823 \end_inset
43824
43825 \SpecialChar LaTeX
43826 パッケージ
43827 \series bold
43828
43829 \begin_inset CommandInset href
43830 LatexCommand href
43831 name "booktabs"
43832 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43833 literal "false"
43834
43835 \end_inset
43836
43837
43838 \series default
43839
43840 \begin_inset Index idx
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844 \SpecialChar LaTeX
43845 ぱっけーじ@\SpecialChar LaTeX
43846 パッケージ ! booktabs
43847 \end_layout
43848
43849 \end_inset
43850
43851 の取扱説明書
43852 \end_layout
43853
43854 \begin_layout Bibliography
43855 \labelwidthstring 参考文献
43856 \begin_inset CommandInset bibitem
43857 LatexCommand bibitem
43858 key "caption"
43859 literal "true"
43860
43861 \end_inset
43862
43863 \SpecialChar LaTeX
43864 パッケージ
43865 \series bold
43866
43867 \begin_inset CommandInset href
43868 LatexCommand href
43869 name "caption"
43870 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
43871 literal "false"
43872
43873 \end_inset
43874
43875
43876 \series default
43877
43878 \begin_inset Index idx
43879 status collapsed
43880
43881 \begin_layout Plain Layout
43882 \SpecialChar LaTeX
43883 ぱっけーじ@\SpecialChar LaTeX
43884 パッケージ ! caption
43885 \end_layout
43886
43887 \end_inset
43888
43889 の取扱説明書
43890 \end_layout
43891
43892 \begin_layout Bibliography
43893 \labelwidthstring 参考文献
43894 \begin_inset CommandInset bibitem
43895 LatexCommand bibitem
43896 key "diagbox"
43897 literal "true"
43898
43899 \end_inset
43900
43901 \SpecialChar LaTeX
43902 パッケージ
43903 \series bold
43904
43905 \begin_inset CommandInset href
43906 LatexCommand href
43907 name "diagbox"
43908 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43909 literal "false"
43910
43911 \end_inset
43912
43913
43914 \series default
43915
43916 \begin_inset Index idx
43917 status collapsed
43918
43919 \begin_layout Plain Layout
43920 \SpecialChar LaTeX
43921 ぱっけーじ@\SpecialChar LaTeX
43922 パッケージ ! diagbox
43923 \end_layout
43924
43925 \end_inset
43926
43927
43928 \end_layout
43929
43930 \begin_layout Bibliography
43931 \labelwidthstring 参考文献
43932 \begin_inset CommandInset bibitem
43933 LatexCommand bibitem
43934 key "endfloat"
43935 literal "true"
43936
43937 \end_inset
43938
43939 \SpecialChar LaTeX
43940 パッケージ
43941 \series bold
43942
43943 \begin_inset CommandInset href
43944 LatexCommand href
43945 name "endfloat"
43946 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43947 literal "false"
43948
43949 \end_inset
43950
43951
43952 \series default
43953
43954 \begin_inset Index idx
43955 status collapsed
43956
43957 \begin_layout Plain Layout
43958 \SpecialChar LaTeX
43959 ぱっけーじ@\SpecialChar LaTeX
43960 パッケージ ! endfloat
43961 \end_layout
43962
43963 \end_inset
43964
43965 の取扱説明書
43966 \end_layout
43967
43968 \begin_layout Bibliography
43969 \labelwidthstring 参考文献
43970 \begin_inset CommandInset bibitem
43971 LatexCommand bibitem
43972 key "footmisc"
43973 literal "true"
43974
43975 \end_inset
43976
43977 \SpecialChar LaTeX
43978 パッケージ
43979 \series bold
43980
43981 \begin_inset CommandInset href
43982 LatexCommand href
43983 name "footmisc"
43984 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43985 literal "false"
43986
43987 \end_inset
43988
43989
43990 \series default
43991
43992 \begin_inset Index idx
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996 \SpecialChar LaTeX
43997 ぱっけーじ@\SpecialChar LaTeX
43998 パッケージ ! footmisc
43999 \end_layout
44000
44001 \end_inset
44002
44003 の取扱説明書
44004 \end_layout
44005
44006 \begin_layout Bibliography
44007 \labelwidthstring 参考文献
44008 \begin_inset CommandInset bibitem
44009 LatexCommand bibitem
44010 key "hypcap"
44011 literal "true"
44012
44013 \end_inset
44014
44015 \SpecialChar LaTeX
44016 パッケージ
44017 \series bold
44018
44019 \begin_inset CommandInset href
44020 LatexCommand href
44021 name "hypcap"
44022 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44023 literal "false"
44024
44025 \end_inset
44026
44027
44028 \series default
44029
44030 \begin_inset Index idx
44031 status collapsed
44032
44033 \begin_layout Plain Layout
44034 \SpecialChar LaTeX
44035 ぱっけーじ@\SpecialChar LaTeX
44036 パッケージ ! hyperref
44037 \end_layout
44038
44039 \end_inset
44040
44041 の取扱説明書
44042 \end_layout
44043
44044 \begin_layout Bibliography
44045 \labelwidthstring 参考文献
44046 \begin_inset CommandInset bibitem
44047 LatexCommand bibitem
44048 key "hyperref"
44049 literal "true"
44050
44051 \end_inset
44052
44053 \SpecialChar LaTeX
44054 パッケージ
44055 \series bold
44056
44057 \begin_inset CommandInset href
44058 LatexCommand href
44059 name "hyperref"
44060 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44061 literal "false"
44062
44063 \end_inset
44064
44065
44066 \series default
44067
44068 \begin_inset Index idx
44069 status collapsed
44070
44071 \begin_layout Plain Layout
44072 \SpecialChar LaTeX
44073 ぱっけーじ@\SpecialChar LaTeX
44074 パッケージ ! hyperref
44075 \end_layout
44076
44077 \end_inset
44078
44079 の取扱説明書
44080 \end_layout
44081
44082 \begin_layout Bibliography
44083 \labelwidthstring 参考文献
44084 \begin_inset CommandInset bibitem
44085 LatexCommand bibitem
44086 key "KOMA-script"
44087 literal "true"
44088
44089 \end_inset
44090
44091 \SpecialChar LaTeX
44092 パッケージ
44093 \series bold
44094
44095 \begin_inset CommandInset href
44096 LatexCommand href
44097 name "KOMA-script"
44098 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44099 literal "false"
44100
44101 \end_inset
44102
44103
44104 \series default
44105
44106 \begin_inset Index idx
44107 status collapsed
44108
44109 \begin_layout Plain Layout
44110 \SpecialChar LaTeX
44111 ぱっけーじ@\SpecialChar LaTeX
44112 パッケージ ! KOMA-script
44113 \end_layout
44114
44115 \end_inset
44116
44117 の取扱説明書
44118 \end_layout
44119
44120 \begin_layout Bibliography
44121 \labelwidthstring 参考文献
44122 \begin_inset CommandInset bibitem
44123 LatexCommand bibitem
44124 key "lettrine"
44125 literal "true"
44126
44127 \end_inset
44128
44129 \SpecialChar LaTeX
44130 パッケージ
44131 \series bold
44132
44133 \begin_inset CommandInset href
44134 LatexCommand href
44135 name "lettrine"
44136 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44137 literal "false"
44138
44139 \end_inset
44140
44141
44142 \series default
44143 及び
44144 \begin_inset CommandInset href
44145 LatexCommand href
44146 name "用例"
44147 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44148 literal "false"
44149
44150 \end_inset
44151
44152
44153 \begin_inset Index idx
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157 \SpecialChar LaTeX
44158 ぱっけーじ@\SpecialChar LaTeX
44159 パッケージ ! lettrine
44160 \end_layout
44161
44162 \end_inset
44163
44164
44165 \end_layout
44166
44167 \begin_layout Bibliography
44168 \labelwidthstring 参考文献
44169 \begin_inset CommandInset bibitem
44170 LatexCommand bibitem
44171 key "listings"
44172 literal "true"
44173
44174 \end_inset
44175
44176 \SpecialChar LaTeX
44177 パッケージ
44178 \series bold
44179
44180 \begin_inset CommandInset href
44181 LatexCommand href
44182 name "listings"
44183 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44184 literal "false"
44185
44186 \end_inset
44187
44188
44189 \series default
44190
44191 \begin_inset Index idx
44192 status collapsed
44193
44194 \begin_layout Plain Layout
44195 \SpecialChar LaTeX
44196 ぱっけーじ@\SpecialChar LaTeX
44197 パッケージ ! listings
44198 \end_layout
44199
44200 \end_inset
44201
44202 の取扱説明書
44203 \end_layout
44204
44205 \begin_layout Bibliography
44206 \labelwidthstring 参考文献
44207 \begin_inset CommandInset bibitem
44208 LatexCommand bibitem
44209 key "minted"
44210 literal "true"
44211
44212 \end_inset
44213
44214 \SpecialChar LaTeX
44215 パッケージ
44216 \series bold
44217
44218 \begin_inset CommandInset href
44219 LatexCommand href
44220 name "minted"
44221 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
44222 literal "false"
44223
44224 \end_inset
44225
44226
44227 \series default
44228
44229 \begin_inset Index idx
44230 status collapsed
44231
44232 \begin_layout Plain Layout
44233 \SpecialChar LaTeX
44234 ぱっけーじ@\SpecialChar LaTeX
44235 パッケージ ! minted
44236 \end_layout
44237
44238 \end_inset
44239
44240 の取扱説明書
44241 \end_layout
44242
44243 \begin_layout Bibliography
44244 \labelwidthstring 参考文献
44245 \begin_inset CommandInset bibitem
44246 LatexCommand bibitem
44247 key "marginnote"
44248 literal "true"
44249
44250 \end_inset
44251
44252 \SpecialChar LaTeX
44253 パッケージ
44254 \series bold
44255
44256 \begin_inset CommandInset href
44257 LatexCommand href
44258 name "marginnote"
44259 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44260 literal "false"
44261
44262 \end_inset
44263
44264
44265 \series default
44266
44267 \begin_inset Index idx
44268 status collapsed
44269
44270 \begin_layout Plain Layout
44271 \SpecialChar LaTeX
44272 ぱっけーじ@\SpecialChar LaTeX
44273 パッケージ ! marginnote
44274 \end_layout
44275
44276 \end_inset
44277
44278 の取扱説明書
44279 \end_layout
44280
44281 \begin_layout Bibliography
44282 \labelwidthstring 参考文献
44283 \begin_inset CommandInset bibitem
44284 LatexCommand bibitem
44285 key "pdfpages"
44286 literal "true"
44287
44288 \end_inset
44289
44290 \SpecialChar LaTeX
44291 パッケージ
44292 \series bold
44293
44294 \begin_inset CommandInset href
44295 LatexCommand href
44296 name "pdfpages"
44297 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44298 literal "false"
44299
44300 \end_inset
44301
44302
44303 \series default
44304
44305 \begin_inset Index idx
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309 \SpecialChar LaTeX
44310 ぱっけーじ@\SpecialChar LaTeX
44311 パッケージ ! pdfpages
44312 \end_layout
44313
44314 \end_inset
44315
44316 の取扱説明書
44317 \end_layout
44318
44319 \begin_layout Bibliography
44320 \labelwidthstring 参考文献
44321 \begin_inset CommandInset bibitem
44322 LatexCommand bibitem
44323 key "prettyref"
44324 literal "true"
44325
44326 \end_inset
44327
44328 \SpecialChar LaTeX
44329 パッケージ
44330 \series bold
44331
44332 \begin_inset CommandInset href
44333 LatexCommand href
44334 name "prettyref"
44335 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44336 literal "false"
44337
44338 \end_inset
44339
44340
44341 \series default
44342
44343 \begin_inset Index idx
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347 \SpecialChar LaTeX
44348 ぱっけーじ@\SpecialChar LaTeX
44349 パッケージ! prettyref
44350 \end_layout
44351
44352 \end_inset
44353
44354 の取扱説明書
44355 \end_layout
44356
44357 \begin_layout Bibliography
44358 \labelwidthstring 参考文献
44359 \begin_inset CommandInset bibitem
44360 LatexCommand bibitem
44361 key "pstricks"
44362 literal "true"
44363
44364 \end_inset
44365
44366 \SpecialChar LaTeX
44367 パッケージ
44368 \series bold
44369
44370 \begin_inset CommandInset href
44371 LatexCommand href
44372 name "PSTricks"
44373 target "http://tug.org/PSTricks/"
44374 literal "false"
44375
44376 \end_inset
44377
44378
44379 \series default
44380
44381 \begin_inset Index idx
44382 status collapsed
44383
44384 \begin_layout Plain Layout
44385 \SpecialChar LaTeX
44386 ぱっけーじ@\SpecialChar LaTeX
44387 パッケージ ! PSTricks
44388 \end_layout
44389
44390 \end_inset
44391
44392 のウェブページ
44393 \end_layout
44394
44395 \begin_layout Bibliography
44396 \labelwidthstring 参考文献
44397 \begin_inset CommandInset bibitem
44398 LatexCommand bibitem
44399 key "refstyle"
44400 literal "true"
44401
44402 \end_inset
44403
44404 \SpecialChar LaTeX
44405 パッケージ
44406 \series bold
44407
44408 \begin_inset CommandInset href
44409 LatexCommand href
44410 name "refstyle"
44411 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44412 literal "false"
44413
44414 \end_inset
44415
44416
44417 \series default
44418
44419 \begin_inset Index idx
44420 status collapsed
44421
44422 \begin_layout Plain Layout
44423 \SpecialChar LaTeX
44424 ぱっけーじ@\SpecialChar LaTeX
44425 パッケージ ! refstyle
44426 \end_layout
44427
44428 \end_inset
44429
44430 の取扱説明書
44431 \end_layout
44432
44433 \begin_layout Bibliography
44434 \labelwidthstring 参考文献
44435 \begin_inset CommandInset bibitem
44436 LatexCommand bibitem
44437 key "sidecap"
44438 literal "true"
44439
44440 \end_inset
44441
44442 \SpecialChar LaTeX
44443 パッケージ
44444 \series bold
44445
44446 \begin_inset CommandInset href
44447 LatexCommand href
44448 name "sidecap"
44449 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44450 literal "false"
44451
44452 \end_inset
44453
44454
44455 \series default
44456
44457 \begin_inset Index idx
44458 status collapsed
44459
44460 \begin_layout Plain Layout
44461 \SpecialChar LaTeX
44462 ぱっけーじ@\SpecialChar LaTeX
44463 パッケージ ! sidecap
44464 \end_layout
44465
44466 \end_inset
44467
44468 の取扱説明書
44469 \end_layout
44470
44471 \begin_layout Bibliography
44472 \labelwidthstring 参考文献
44473 \begin_inset CommandInset bibitem
44474 LatexCommand bibitem
44475 key "Inkscape"
44476 literal "true"
44477
44478 \end_inset
44479
44480
44481 \noun on
44482
44483 \begin_inset CommandInset href
44484 LatexCommand href
44485 name "Inkscape"
44486 target "https://inkscape.org/ja/"
44487 literal "false"
44488
44489 \end_inset
44490
44491 プログラムの
44492 \noun default
44493
44494 \begin_inset CommandInset href
44495 LatexCommand href
44496 name "Omit text in PDF"
44497 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
44498 literal "false"
44499
44500 \end_inset
44501
44502 オプションの取扱説明書
44503 \end_layout
44504
44505 \begin_layout Standard
44506 \begin_inset CommandInset index_print
44507 LatexCommand printindex
44508 type "idx"
44509 name "索引"
44510 literal "false"
44511
44512 \end_inset
44513
44514
44515 \end_layout
44516
44517 \end_body
44518 \end_document